@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
.btn,
.btn-flat,
.btn-large,
.slick-slider,
.waves-effect,
a {
    -webkit-tap-highlight-color: transparent
}

.parallax-container,
sub,
sup {
    position: relative
}

input,
input[type=range],
select {
    -webkit-appearance: none
}

img,
legend {
    border: 0
}

.pagination li,
table.centered tbody tr td,
table.centered thead tr th {
    text-align: center
}

table.bordered>tbody>tr,
table.bordered>thead>tr,
thead {
    border-bottom: 1px solid #d0d0d0
}

.tabs,
.truncate,
nav .brand-logo {
    white-space: nowrap
}

.tabs .tab a,
.truncate {
    text-overflow: ellipsis
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {

    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes heartBeat {

    0%,
    28%,
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14%,
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.bounceOut,
.flipOutX {
    -webkit-animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.materialize-red {
    background-color: #e51c23 !important
}

.materialize-red-text {
    color: #e51c23 !important
}

.materialize-red.lighten-5 {
    background-color: #fdeaeb !important
}

.materialize-red-text.text-lighten-5 {
    color: #fdeaeb !important
}

.materialize-red.lighten-4 {
    background-color: #f8c1c3 !important
}

.materialize-red-text.text-lighten-4 {
    color: #f8c1c3 !important
}

.materialize-red.lighten-3 {
    background-color: #f3989b !important
}

.materialize-red-text.text-lighten-3 {
    color: #f3989b !important
}

.materialize-red.lighten-2 {
    background-color: #ee6e73 !important
}

.materialize-red-text.text-lighten-2 {
    color: #ee6e73 !important
}

.materialize-red.lighten-1 {
    background-color: #ea454b !important
}

.materialize-red-text.text-lighten-1 {
    color: #ea454b !important
}

.materialize-red.darken-1 {
    background-color: #d0181e !important
}

.materialize-red-text.text-darken-1 {
    color: #d0181e !important
}

.materialize-red.darken-2 {
    background-color: #b9151b !important
}

.materialize-red-text.text-darken-2 {
    color: #b9151b !important
}

.materialize-red.darken-3 {
    background-color: #a21318 !important
}

.materialize-red-text.text-darken-3 {
    color: #a21318 !important
}

.materialize-red.darken-4 {
    background-color: #8b1014 !important
}

.materialize-red-text.text-darken-4 {
    color: #8b1014 !important
}

.red {
    background-color: #F44336 !important
}

.red-text {
    color: #F44336 !important
}

.red.lighten-5 {
    background-color: #FFEBEE !important
}

.red-text.text-lighten-5 {
    color: #FFEBEE !important
}

.red.lighten-4 {
    background-color: #FFCDD2 !important
}

.red-text.text-lighten-4 {
    color: #FFCDD2 !important
}

.red.lighten-3 {
    background-color: #EF9A9A !important
}

.red-text.text-lighten-3 {
    color: #EF9A9A !important
}

.red.lighten-2 {
    background-color: #E57373 !important
}

.red-text.text-lighten-2 {
    color: #E57373 !important
}

.red.lighten-1 {
    background-color: #EF5350 !important
}

.red-text.text-lighten-1 {
    color: #EF5350 !important
}

.red.darken-1 {
    background-color: #E53935 !important
}

.red-text.text-darken-1 {
    color: #E53935 !important
}

.red.darken-2 {
    background-color: #D32F2F !important
}

.red-text.text-darken-2 {
    color: #D32F2F !important
}

.red.darken-3 {
    background-color: #C62828 !important
}

.red-text.text-darken-3 {
    color: #C62828 !important
}

.red.darken-4 {
    background-color: #B71C1C !important
}

.red-text.text-darken-4 {
    color: #B71C1C !important
}

.red.accent-1 {
    background-color: #FF8A80 !important
}

.red-text.text-accent-1 {
    color: #FF8A80 !important
}

.red.accent-2 {
    background-color: #FF5252 !important
}

.red-text.text-accent-2 {
    color: #FF5252 !important
}

.red.accent-3 {
    background-color: #FF1744 !important
}

.red-text.text-accent-3 {
    color: #FF1744 !important
}

.red.accent-4 {
    background-color: #D50000 !important
}

.red-text.text-accent-4 {
    color: #D50000 !important
}

.pink {
    background-color: #e91e63 !important
}

.pink-text {
    color: #e91e63 !important
}

.pink.lighten-5 {
    background-color: #fce4ec !important
}

.pink-text.text-lighten-5 {
    color: #fce4ec !important
}

.pink.lighten-4 {
    background-color: #f8bbd0 !important
}

.pink-text.text-lighten-4 {
    color: #f8bbd0 !important
}

.pink.lighten-3 {
    background-color: #f48fb1 !important
}

.pink-text.text-lighten-3 {
    color: #f48fb1 !important
}

.pink.lighten-2 {
    background-color: #f06292 !important
}

.pink-text.text-lighten-2 {
    color: #f06292 !important
}

.pink.lighten-1 {
    background-color: #ec407a !important
}

.pink-text.text-lighten-1 {
    color: #ec407a !important
}

.pink.darken-1 {
    background-color: #d81b60 !important
}

.pink-text.text-darken-1 {
    color: #d81b60 !important
}

.pink.darken-2 {
    background-color: #c2185b !important
}

.pink-text.text-darken-2 {
    color: #c2185b !important
}

.pink.darken-3 {
    background-color: #ad1457 !important
}

.pink-text.text-darken-3 {
    color: #ad1457 !important
}

.pink.darken-4 {
    background-color: #880e4f !important
}

.pink-text.text-darken-4 {
    color: #880e4f !important
}

.pink.accent-1 {
    background-color: #ff80ab !important
}

.pink-text.text-accent-1 {
    color: #ff80ab !important
}

.pink.accent-2 {
    background-color: #ff4081 !important
}

.pink-text.text-accent-2 {
    color: #ff4081 !important
}

.pink.accent-3 {
    background-color: #f50057 !important
}

.pink-text.text-accent-3 {
    color: #f50057 !important
}

.pink.accent-4 {
    background-color: #c51162 !important
}

.pink-text.text-accent-4 {
    color: #c51162 !important
}

.purple {
    background-color: #9c27b0 !important
}

.purple-text {
    color: #9c27b0 !important
}

.purple.lighten-5 {
    background-color: #f3e5f5 !important
}

.purple-text.text-lighten-5 {
    color: #f3e5f5 !important
}

.purple.lighten-4 {
    background-color: #e1bee7 !important
}

.purple-text.text-lighten-4 {
    color: #e1bee7 !important
}

.purple.lighten-3 {
    background-color: #ce93d8 !important
}

.purple-text.text-lighten-3 {
    color: #ce93d8 !important
}

.purple.lighten-2 {
    background-color: #ba68c8 !important
}

.purple-text.text-lighten-2 {
    color: #ba68c8 !important
}

.purple.lighten-1 {
    background-color: #ab47bc !important
}

.purple-text.text-lighten-1 {
    color: #ab47bc !important
}

.purple.darken-1 {
    background-color: #8e24aa !important
}

.purple-text.text-darken-1 {
    color: #8e24aa !important
}

.purple.darken-2 {
    background-color: #7b1fa2 !important
}

.purple-text.text-darken-2 {
    color: #7b1fa2 !important
}

.purple.darken-3 {
    background-color: #6a1b9a !important
}

.purple-text.text-darken-3 {
    color: #6a1b9a !important
}

.purple.darken-4 {
    background-color: #4a148c !important
}

.purple-text.text-darken-4 {
    color: #4a148c !important
}

.purple.accent-1 {
    background-color: #ea80fc !important
}

.purple-text.text-accent-1 {
    color: #ea80fc !important
}

.purple.accent-2 {
    background-color: #e040fb !important
}

.purple-text.text-accent-2 {
    color: #e040fb !important
}

.purple.accent-3 {
    background-color: #d500f9 !important
}

.purple-text.text-accent-3 {
    color: #d500f9 !important
}

.purple.accent-4 {
    background-color: #a0f !important
}

.purple-text.text-accent-4 {
    color: #a0f !important
}

.deep-purple {
    background-color: #673ab7 !important
}

.deep-purple-text {
    color: #673ab7 !important
}

.deep-purple.lighten-5 {
    background-color: #ede7f6 !important
}

.deep-purple-text.text-lighten-5 {
    color: #ede7f6 !important
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9 !important
}

.deep-purple-text.text-lighten-4 {
    color: #d1c4e9 !important
}

.deep-purple.lighten-3 {
    background-color: #b39ddb !important
}

.deep-purple-text.text-lighten-3 {
    color: #b39ddb !important
}

.deep-purple.lighten-2 {
    background-color: #9575cd !important
}

.deep-purple-text.text-lighten-2 {
    color: #9575cd !important
}

.deep-purple.lighten-1 {
    background-color: #7e57c2 !important
}

.deep-purple-text.text-lighten-1 {
    color: #7e57c2 !important
}

.deep-purple.darken-1 {
    background-color: #5e35b1 !important
}

.deep-purple-text.text-darken-1 {
    color: #5e35b1 !important
}

.deep-purple.darken-2 {
    background-color: #512da8 !important
}

.deep-purple-text.text-darken-2 {
    color: #512da8 !important
}

.deep-purple.darken-3 {
    background-color: #4527a0 !important
}

.deep-purple-text.text-darken-3 {
    color: #4527a0 !important
}

.deep-purple.darken-4 {
    background-color: #311b92 !important
}

.deep-purple-text.text-darken-4 {
    color: #311b92 !important
}

.deep-purple.accent-1 {
    background-color: #b388ff !important
}

.deep-purple-text.text-accent-1 {
    color: #b388ff !important
}

.deep-purple.accent-2 {
    background-color: #7c4dff !important
}

.deep-purple-text.text-accent-2 {
    color: #7c4dff !important
}

.deep-purple.accent-3 {
    background-color: #651fff !important
}

.deep-purple-text.text-accent-3 {
    color: #651fff !important
}

.deep-purple.accent-4 {
    background-color: #6200ea !important
}

.deep-purple-text.text-accent-4 {
    color: #6200ea !important
}

.indigo {
    background-color: #3f51b5 !important
}

.indigo-text {
    color: #3f51b5 !important
}

.indigo.lighten-5 {
    background-color: #e8eaf6 !important
}

.indigo-text.text-lighten-5 {
    color: #e8eaf6 !important
}

.indigo.lighten-4 {
    background-color: #c5cae9 !important
}

.indigo-text.text-lighten-4 {
    color: #c5cae9 !important
}

.indigo.lighten-3 {
    background-color: #9fa8da !important
}

.indigo-text.text-lighten-3 {
    color: #9fa8da !important
}

.indigo.lighten-2 {
    background-color: #7986cb !important
}

.indigo-text.text-lighten-2 {
    color: #7986cb !important
}

.indigo.lighten-1 {
    background-color: #5c6bc0 !important
}

.indigo-text.text-lighten-1 {
    color: #5c6bc0 !important
}

.indigo.darken-1 {
    background-color: #3949ab !important
}

.indigo-text.text-darken-1 {
    color: #3949ab !important
}

.indigo.darken-2 {
    background-color: #303f9f !important
}

.indigo-text.text-darken-2 {
    color: #303f9f !important
}

.indigo.darken-3 {
    background-color: #283593 !important
}

.indigo-text.text-darken-3 {
    color: #283593 !important
}

.indigo.darken-4 {
    background-color: #1a237e !important
}

.indigo-text.text-darken-4 {
    color: #1a237e !important
}

.indigo.accent-1 {
    background-color: #8c9eff !important
}

.indigo-text.text-accent-1 {
    color: #8c9eff !important
}

.indigo.accent-2 {
    background-color: #536dfe !important
}

.indigo-text.text-accent-2 {
    color: #536dfe !important
}

.indigo.accent-3 {
    background-color: #3d5afe !important
}

.indigo-text.text-accent-3 {
    color: #3d5afe !important
}

.indigo.accent-4 {
    background-color: #304ffe !important
}

.indigo-text.text-accent-4 {
    color: #304ffe !important
}

.blue {
    background-color: #2196F3 !important
}

.blue-text {
    color: #2196F3 !important
}

.blue.lighten-5 {
    background-color: #E3F2FD !important
}

.blue-text.text-lighten-5 {
    color: #E3F2FD !important
}

.blue.lighten-4 {
    background-color: #BBDEFB !important
}

.blue-text.text-lighten-4 {
    color: #BBDEFB !important
}

.blue.lighten-3 {
    background-color: #90CAF9 !important
}

.blue-text.text-lighten-3 {
    color: #90CAF9 !important
}

.blue.lighten-2 {
    background-color: #64B5F6 !important
}

.blue-text.text-lighten-2 {
    color: #64B5F6 !important
}

.blue.lighten-1 {
    background-color: #42A5F5 !important
}

.blue-text.text-lighten-1 {
    color: #42A5F5 !important
}

.blue.darken-1 {
    background-color: #1E88E5 !important
}

.blue-text.text-darken-1 {
    color: #1E88E5 !important
}

.blue.darken-2 {
    background-color: #1976D2 !important
}

.blue-text.text-darken-2 {
    color: #1976D2 !important
}

.blue.darken-3 {
    background-color: #1565C0 !important
}

.blue-text.text-darken-3 {
    color: #1565C0 !important
}

.blue.darken-4 {
    background-color: #0D47A1 !important
}

.blue-text.text-darken-4 {
    color: #0D47A1 !important
}

.blue.accent-1 {
    background-color: #82B1FF !important
}

.blue-text.text-accent-1 {
    color: #82B1FF !important
}

.blue.accent-2 {
    background-color: #448AFF !important
}

.blue-text.text-accent-2 {
    color: #448AFF !important
}

.blue.accent-3 {
    background-color: #2979FF !important
}

.blue-text.text-accent-3 {
    color: #2979FF !important
}

.blue.accent-4 {
    background-color: #2962FF !important
}

.blue-text.text-accent-4 {
    color: #2962FF !important
}

.light-blue {
    background-color: #03a9f4 !important
}

.light-blue-text {
    color: #03a9f4 !important
}

.light-blue.lighten-5 {
    background-color: #e1f5fe !important
}

.light-blue-text.text-lighten-5 {
    color: #e1f5fe !important
}

.light-blue.lighten-4 {
    background-color: #b3e5fc !important
}

.light-blue-text.text-lighten-4 {
    color: #b3e5fc !important
}

.light-blue.lighten-3 {
    background-color: #81d4fa !important
}

.light-blue-text.text-lighten-3 {
    color: #81d4fa !important
}

.light-blue.lighten-2 {
    background-color: #4fc3f7 !important
}

.light-blue-text.text-lighten-2 {
    color: #4fc3f7 !important
}

.light-blue.lighten-1 {
    background-color: #29b6f6 !important
}

.light-blue-text.text-lighten-1 {
    color: #29b6f6 !important
}

.light-blue.darken-1 {
    background-color: #039be5 !important
}

.light-blue-text.text-darken-1 {
    color: #039be5 !important
}

.light-blue.darken-2 {
    background-color: #0288d1 !important
}

.light-blue-text.text-darken-2 {
    color: #0288d1 !important
}

.light-blue.darken-3 {
    background-color: #0277bd !important
}

.light-blue-text.text-darken-3 {
    color: #0277bd !important
}

.light-blue.darken-4 {
    background-color: #01579b !important
}

.light-blue-text.text-darken-4 {
    color: #01579b !important
}

.light-blue.accent-1 {
    background-color: #80d8ff !important
}

.light-blue-text.text-accent-1 {
    color: #80d8ff !important
}

.light-blue.accent-2 {
    background-color: #40c4ff !important
}

.light-blue-text.text-accent-2 {
    color: #40c4ff !important
}

.light-blue.accent-3 {
    background-color: #00b0ff !important
}

.light-blue-text.text-accent-3 {
    color: #00b0ff !important
}

.light-blue.accent-4 {
    background-color: #0091ea !important
}

.light-blue-text.text-accent-4 {
    color: #0091ea !important
}

.cyan {
    background-color: #00bcd4 !important
}

.cyan-text {
    color: #00bcd4 !important
}

.cyan.lighten-5 {
    background-color: #e0f7fa !important
}

.cyan-text.text-lighten-5 {
    color: #e0f7fa !important
}

.cyan.lighten-4 {
    background-color: #b2ebf2 !important
}

.cyan-text.text-lighten-4 {
    color: #b2ebf2 !important
}

.cyan.lighten-3 {
    background-color: #80deea !important
}

.cyan-text.text-lighten-3 {
    color: #80deea !important
}

.cyan.lighten-2 {
    background-color: #4dd0e1 !important
}

.cyan-text.text-lighten-2 {
    color: #4dd0e1 !important
}

.cyan.lighten-1 {
    background-color: #26c6da !important
}

.cyan-text.text-lighten-1 {
    color: #26c6da !important
}

.cyan.darken-1 {
    background-color: #00acc1 !important
}

.cyan-text.text-darken-1 {
    color: #00acc1 !important
}

.cyan.darken-2 {
    background-color: #0097a7 !important
}

.cyan-text.text-darken-2 {
    color: #0097a7 !important
}

.cyan.darken-3 {
    background-color: #00838f !important
}

.cyan-text.text-darken-3 {
    color: #00838f !important
}

.cyan.darken-4 {
    background-color: #006064 !important
}

.cyan-text.text-darken-4 {
    color: #006064 !important
}

.cyan.accent-1 {
    background-color: #84ffff !important
}

.cyan-text.text-accent-1 {
    color: #84ffff !important
}

.cyan.accent-2 {
    background-color: #18ffff !important
}

.cyan-text.text-accent-2 {
    color: #18ffff !important
}

.cyan.accent-3 {
    background-color: #00e5ff !important
}

.cyan-text.text-accent-3 {
    color: #00e5ff !important
}

.cyan.accent-4 {
    background-color: #00b8d4 !important
}

.cyan-text.text-accent-4 {
    color: #00b8d4 !important
}

.teal {
    background-color: #009688 !important
}

.teal-text {
    color: #009688 !important
}

.teal.lighten-5 {
    background-color: #e0f2f1 !important
}

.teal-text.text-lighten-5 {
    color: #e0f2f1 !important
}

.teal.lighten-4 {
    background-color: #b2dfdb !important
}

.teal-text.text-lighten-4 {
    color: #b2dfdb !important
}

.teal.lighten-3 {
    background-color: #80cbc4 !important
}

.teal-text.text-lighten-3 {
    color: #80cbc4 !important
}

.teal.lighten-2 {
    background-color: #4db6ac !important
}

.teal-text.text-lighten-2 {
    color: #4db6ac !important
}

.teal.lighten-1 {
    background-color: #26a69a !important
}

.teal-text.text-lighten-1 {
    color: #26a69a !important
}

.teal.darken-1 {
    background-color: #00897b !important
}

.teal-text.text-darken-1 {
    color: #00897b !important
}

.teal.darken-2 {
    background-color: #00796b !important
}

.teal-text.text-darken-2 {
    color: #00796b !important
}

.teal.darken-3 {
    background-color: #00695c !important
}

.teal-text.text-darken-3 {
    color: #00695c !important
}

.teal.darken-4 {
    background-color: #004d40 !important
}

.teal-text.text-darken-4 {
    color: #004d40 !important
}

.teal.accent-1 {
    background-color: #a7ffeb !important
}

.teal-text.text-accent-1 {
    color: #a7ffeb !important
}

.teal.accent-2 {
    background-color: #64ffda !important
}

.teal-text.text-accent-2 {
    color: #64ffda !important
}

.teal.accent-3 {
    background-color: #1de9b6 !important
}

.teal-text.text-accent-3 {
    color: #1de9b6 !important
}

.teal.accent-4 {
    background-color: #00bfa5 !important
}

.teal-text.text-accent-4 {
    color: #00bfa5 !important
}

.green {
    background-color: #4CAF50 !important
}

.green-text {
    color: #4CAF50 !important
}

.green.lighten-5 {
    background-color: #E8F5E9 !important
}

.green-text.text-lighten-5 {
    color: #E8F5E9 !important
}

.green.lighten-4 {
    background-color: #C8E6C9 !important
}

.green-text.text-lighten-4 {
    color: #C8E6C9 !important
}

.green.lighten-3 {
    background-color: #A5D6A7 !important
}

.green-text.text-lighten-3 {
    color: #A5D6A7 !important
}

.green.lighten-2 {
    background-color: #81C784 !important
}

.green-text.text-lighten-2 {
    color: #81C784 !important
}

.green.lighten-1 {
    background-color: #66BB6A !important
}

.green-text.text-lighten-1 {
    color: #66BB6A !important
}

.green.darken-1 {
    background-color: #43A047 !important
}

.green-text.text-darken-1 {
    color: #43A047 !important
}

.green.darken-2 {
    background-color: #388E3C !important
}

.green-text.text-darken-2 {
    color: #388E3C !important
}

.green.darken-3 {
    background-color: #2E7D32 !important
}

.green-text.text-darken-3 {
    color: #2E7D32 !important
}

.green.darken-4 {
    background-color: #1B5E20 !important
}

.green-text.text-darken-4 {
    color: #1B5E20 !important
}

.green.accent-1 {
    background-color: #B9F6CA !important
}

.green-text.text-accent-1 {
    color: #B9F6CA !important
}

.green.accent-2 {
    background-color: #69F0AE !important
}

.green-text.text-accent-2 {
    color: #69F0AE !important
}

.green.accent-3 {
    background-color: #00E676 !important
}

.green-text.text-accent-3 {
    color: #00E676 !important
}

.green.accent-4 {
    background-color: #00C853 !important
}

.green-text.text-accent-4 {
    color: #00C853 !important
}

.light-green {
    background-color: #8bc34a !important
}

.light-green-text {
    color: #8bc34a !important
}

.light-green.lighten-5 {
    background-color: #f1f8e9 !important
}

.light-green-text.text-lighten-5 {
    color: #f1f8e9 !important
}

.light-green.lighten-4 {
    background-color: #dcedc8 !important
}

.light-green-text.text-lighten-4 {
    color: #dcedc8 !important
}

.light-green.lighten-3 {
    background-color: #c5e1a5 !important
}

.light-green-text.text-lighten-3 {
    color: #c5e1a5 !important
}

.light-green.lighten-2 {
    background-color: #aed581 !important
}

.light-green-text.text-lighten-2 {
    color: #aed581 !important
}

.light-green.lighten-1 {
    background-color: #9ccc65 !important
}

.light-green-text.text-lighten-1 {
    color: #9ccc65 !important
}

.light-green.darken-1 {
    background-color: #7cb342 !important
}

.light-green-text.text-darken-1 {
    color: #7cb342 !important
}

.light-green.darken-2 {
    background-color: #689f38 !important
}

.light-green-text.text-darken-2 {
    color: #689f38 !important
}

.light-green.darken-3 {
    background-color: #558b2f !important
}

.light-green-text.text-darken-3 {
    color: #558b2f !important
}

.light-green.darken-4 {
    background-color: #33691e !important
}

.light-green-text.text-darken-4 {
    color: #33691e !important
}

.light-green.accent-1 {
    background-color: #ccff90 !important
}

.light-green-text.text-accent-1 {
    color: #ccff90 !important
}

.light-green.accent-2 {
    background-color: #b2ff59 !important
}

.light-green-text.text-accent-2 {
    color: #b2ff59 !important
}

.light-green.accent-3 {
    background-color: #76ff03 !important
}

.light-green-text.text-accent-3 {
    color: #76ff03 !important
}

.light-green.accent-4 {
    background-color: #64dd17 !important
}

.light-green-text.text-accent-4 {
    color: #64dd17 !important
}

.lime {
    background-color: #cddc39 !important
}

.lime-text {
    color: #cddc39 !important
}

.lime.lighten-5 {
    background-color: #f9fbe7 !important
}

.lime-text.text-lighten-5 {
    color: #f9fbe7 !important
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important
}

.lime-text.text-lighten-4 {
    color: #f0f4c3 !important
}

.lime.lighten-3 {
    background-color: #e6ee9c !important
}

.lime-text.text-lighten-3 {
    color: #e6ee9c !important
}

.lime.lighten-2 {
    background-color: #dce775 !important
}

.lime-text.text-lighten-2 {
    color: #dce775 !important
}

.lime.lighten-1 {
    background-color: #d4e157 !important
}

.lime-text.text-lighten-1 {
    color: #d4e157 !important
}

.lime.darken-1 {
    background-color: #c0ca33 !important
}

.lime-text.text-darken-1 {
    color: #c0ca33 !important
}

.lime.darken-2 {
    background-color: #afb42b !important
}

.lime-text.text-darken-2 {
    color: #afb42b !important
}

.lime.darken-3 {
    background-color: #9e9d24 !important
}

.lime-text.text-darken-3 {
    color: #9e9d24 !important
}

.lime.darken-4 {
    background-color: #827717 !important
}

.lime-text.text-darken-4 {
    color: #827717 !important
}

.lime.accent-1 {
    background-color: #f4ff81 !important
}

.lime-text.text-accent-1 {
    color: #f4ff81 !important
}

.lime.accent-2 {
    background-color: #eeff41 !important
}

.lime-text.text-accent-2 {
    color: #eeff41 !important
}

.lime.accent-3 {
    background-color: #c6ff00 !important
}

.lime-text.text-accent-3 {
    color: #c6ff00 !important
}

.lime.accent-4 {
    background-color: #aeea00 !important
}

.lime-text.text-accent-4 {
    color: #aeea00 !important
}

.yellow {
    background-color: #ffeb3b !important
}

.yellow-text {
    color: #ffeb3b !important
}

.yellow.lighten-5 {
    background-color: #fffde7 !important
}

.yellow-text.text-lighten-5 {
    color: #fffde7 !important
}

.yellow.lighten-4 {
    background-color: #fff9c4 !important
}

.yellow-text.text-lighten-4 {
    color: #fff9c4 !important
}

.yellow.lighten-3 {
    background-color: #fff59d !important
}

.yellow-text.text-lighten-3 {
    color: #fff59d !important
}

.yellow.lighten-2 {
    background-color: #fff176 !important
}

.yellow-text.text-lighten-2 {
    color: #fff176 !important
}

.yellow.lighten-1 {
    background-color: #ffee58 !important
}

.yellow-text.text-lighten-1 {
    color: #ffee58 !important
}

.yellow.darken-1 {
    background-color: #fdd835 !important
}

.yellow-text.text-darken-1 {
    color: #fdd835 !important
}

.yellow.darken-2 {
    background-color: #fbc02d !important
}

.yellow-text.text-darken-2 {
    color: #fbc02d !important
}

.yellow.darken-3 {
    background-color: #f9a825 !important
}

.yellow-text.text-darken-3 {
    color: #f9a825 !important
}

.yellow.darken-4 {
    background-color: #f57f17 !important
}

.yellow-text.text-darken-4 {
    color: #f57f17 !important
}

.yellow.accent-1 {
    background-color: #ffff8d !important
}

.yellow-text.text-accent-1 {
    color: #ffff8d !important
}

.yellow.accent-2 {
    background-color: #ff0 !important
}

.yellow-text.text-accent-2 {
    color: #ff0 !important
}

.yellow.accent-3 {
    background-color: #ffea00 !important
}

.yellow-text.text-accent-3 {
    color: #ffea00 !important
}

.yellow.accent-4 {
    background-color: #ffd600 !important
}

.yellow-text.text-accent-4 {
    color: #ffd600 !important
}

.amber {
    background-color: #ffc107 !important
}

.amber-text {
    color: #ffc107 !important
}

.amber.lighten-5 {
    background-color: #fff8e1 !important
}

.amber-text.text-lighten-5 {
    color: #fff8e1 !important
}

.amber.lighten-4 {
    background-color: #ffecb3 !important
}

.amber-text.text-lighten-4 {
    color: #ffecb3 !important
}

.amber.lighten-3 {
    background-color: #ffe082 !important
}

.amber-text.text-lighten-3 {
    color: #ffe082 !important
}

.amber.lighten-2 {
    background-color: #ffd54f !important
}

.amber-text.text-lighten-2 {
    color: #ffd54f !important
}

.amber.lighten-1 {
    background-color: #ffca28 !important
}

.amber-text.text-lighten-1 {
    color: #ffca28 !important
}

.amber.darken-1 {
    background-color: #ffb300 !important
}

.amber-text.text-darken-1 {
    color: #ffb300 !important
}

.amber.darken-2 {
    background-color: #ffa000 !important
}

.amber-text.text-darken-2 {
    color: #ffa000 !important
}

.amber.darken-3 {
    background-color: #ff8f00 !important
}

.amber-text.text-darken-3 {
    color: #ff8f00 !important
}

.amber.darken-4 {
    background-color: #ff6f00 !important
}

.amber-text.text-darken-4 {
    color: #ff6f00 !important
}

.amber.accent-1 {
    background-color: #ffe57f !important
}

.amber-text.text-accent-1 {
    color: #ffe57f !important
}

.amber.accent-2 {
    background-color: #ffd740 !important
}

.amber-text.text-accent-2 {
    color: #ffd740 !important
}

.amber.accent-3 {
    background-color: #ffc400 !important
}

.amber-text.text-accent-3 {
    color: #ffc400 !important
}

.amber.accent-4 {
    background-color: #ffab00 !important
}

.amber-text.text-accent-4 {
    color: #ffab00 !important
}

.orange {
    background-color: #ff9800 !important
}

.orange-text {
    color: #ff9800 !important
}

.orange.lighten-5 {
    background-color: #fff3e0 !important
}

.orange-text.text-lighten-5 {
    color: #fff3e0 !important
}

.orange.lighten-4 {
    background-color: #ffe0b2 !important
}

.orange-text.text-lighten-4 {
    color: #ffe0b2 !important
}

.orange.lighten-3 {
    background-color: #ffcc80 !important
}

.orange-text.text-lighten-3 {
    color: #ffcc80 !important
}

.orange.lighten-2 {
    background-color: #ffb74d !important
}

.orange-text.text-lighten-2 {
    color: #ffb74d !important
}

.orange.lighten-1 {
    background-color: #ffa726 !important
}

.orange-text.text-lighten-1 {
    color: #ffa726 !important
}

.orange.darken-1 {
    background-color: #fb8c00 !important
}

.orange-text.text-darken-1 {
    color: #fb8c00 !important
}

.orange.darken-2 {
    background-color: #f57c00 !important
}

.orange-text.text-darken-2 {
    color: #f57c00 !important
}

.orange.darken-3 {
    background-color: #ef6c00 !important
}

.orange-text.text-darken-3 {
    color: #ef6c00 !important
}

.orange.darken-4 {
    background-color: #e65100 !important
}

.orange-text.text-darken-4 {
    color: #e65100 !important
}

.orange.accent-1 {
    background-color: #ffd180 !important
}

.orange-text.text-accent-1 {
    color: #ffd180 !important
}

.orange.accent-2 {
    background-color: #ffab40 !important
}

.orange-text.text-accent-2 {
    color: #ffab40 !important
}

.orange.accent-3 {
    background-color: #ff9100 !important
}

.orange-text.text-accent-3 {
    color: #ff9100 !important
}

.orange.accent-4 {
    background-color: #ff6d00 !important
}

.orange-text.text-accent-4 {
    color: #ff6d00 !important
}

.deep-orange {
    background-color: #ff5722 !important
}

.deep-orange-text {
    color: #ff5722 !important
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7 !important
}

.deep-orange-text.text-lighten-5 {
    color: #fbe9e7 !important
}

.deep-orange.lighten-4 {
    background-color: #ffccbc !important
}

.deep-orange-text.text-lighten-4 {
    color: #ffccbc !important
}

.deep-orange.lighten-3 {
    background-color: #ffab91 !important
}

.deep-orange-text.text-lighten-3 {
    color: #ffab91 !important
}

.deep-orange.lighten-2 {
    background-color: #ff8a65 !important
}

.deep-orange-text.text-lighten-2 {
    color: #ff8a65 !important
}

.deep-orange.lighten-1 {
    background-color: #ff7043 !important
}

.deep-orange-text.text-lighten-1 {
    color: #ff7043 !important
}

.deep-orange.darken-1 {
    background-color: #f4511e !important
}

.deep-orange-text.text-darken-1 {
    color: #f4511e !important
}

.deep-orange.darken-2 {
    background-color: #e64a19 !important
}

.deep-orange-text.text-darken-2 {
    color: #e64a19 !important
}

.deep-orange.darken-3 {
    background-color: #d84315 !important
}

.deep-orange-text.text-darken-3 {
    color: #d84315 !important
}

.deep-orange.darken-4 {
    background-color: #bf360c !important
}

.deep-orange-text.text-darken-4 {
    color: #bf360c !important
}

.deep-orange.accent-1 {
    background-color: #ff9e80 !important
}

.deep-orange-text.text-accent-1 {
    color: #ff9e80 !important
}

.deep-orange.accent-2 {
    background-color: #ff6e40 !important
}

.deep-orange-text.text-accent-2 {
    color: #ff6e40 !important
}

.deep-orange.accent-3 {
    background-color: #ff3d00 !important
}

.deep-orange-text.text-accent-3 {
    color: #ff3d00 !important
}

.deep-orange.accent-4 {
    background-color: #dd2c00 !important
}

.deep-orange-text.text-accent-4 {
    color: #dd2c00 !important
}

.brown {
    background-color: #795548 !important
}

.brown-text {
    color: #795548 !important
}

.brown.lighten-5 {
    background-color: #efebe9 !important
}

.brown-text.text-lighten-5 {
    color: #efebe9 !important
}

.brown.lighten-4 {
    background-color: #d7ccc8 !important
}

.brown-text.text-lighten-4 {
    color: #d7ccc8 !important
}

.brown.lighten-3 {
    background-color: #bcaaa4 !important
}

.brown-text.text-lighten-3 {
    color: #bcaaa4 !important
}

.brown.lighten-2 {
    background-color: #a1887f !important
}

.brown-text.text-lighten-2 {
    color: #a1887f !important
}

.brown.lighten-1 {
    background-color: #8d6e63 !important
}

.brown-text.text-lighten-1 {
    color: #8d6e63 !important
}

.brown.darken-1 {
    background-color: #6d4c41 !important
}

.brown-text.text-darken-1 {
    color: #6d4c41 !important
}

.brown.darken-2 {
    background-color: #5d4037 !important
}

.brown-text.text-darken-2 {
    color: #5d4037 !important
}

.brown.darken-3 {
    background-color: #4e342e !important
}

.brown-text.text-darken-3 {
    color: #4e342e !important
}

.brown.darken-4 {
    background-color: #3e2723 !important
}

.brown-text.text-darken-4 {
    color: #3e2723 !important
}

.blue-grey {
    background-color: #607d8b !important
}

.blue-grey-text {
    color: #607d8b !important
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important
}

.blue-grey-text.text-lighten-5 {
    color: #eceff1 !important
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important
}

.blue-grey-text.text-lighten-4 {
    color: #cfd8dc !important
}

.blue-grey.lighten-3 {
    background-color: #b0bec5 !important
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important
}

.blue-grey.lighten-2 {
    background-color: #90a4ae !important
}

.blue-grey-text.text-lighten-2 {
    color: #90a4ae !important
}

.blue-grey.lighten-1 {
    background-color: #78909c !important
}

.blue-grey-text.text-lighten-1 {
    color: #78909c !important
}

.blue-grey.darken-1 {
    background-color: #546e7a !important
}

.blue-grey-text.text-darken-1 {
    color: #546e7a !important
}

.blue-grey.darken-2 {
    background-color: #455a64 !important
}

.blue-grey-text.text-darken-2 {
    color: #455a64 !important
}

.blue-grey.darken-3 {
    background-color: #37474f !important
}

.blue-grey-text.text-darken-3 {
    color: #37474f !important
}

.blue-grey.darken-4 {
    background-color: #263238 !important
}

.blue-grey-text.text-darken-4 {
    color: #263238 !important
}

.grey {
    background-color: #9e9e9e !important
}

.grey-text {
    color: #9e9e9e !important
}

.grey.lighten-5 {
    background-color: #fafafa !important
}

.grey-text.text-lighten-5 {
    color: #fafafa !important
}

.grey.lighten-4 {
    background-color: #f5f5f5 !important
}

.grey-text.text-lighten-4 {
    color: #f5f5f5 !important
}

.grey.lighten-3 {
    background-color: #eee !important
}

.grey-text.text-lighten-3 {
    color: #eee !important
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important
}

.grey-text.text-lighten-2 {
    color: #e0e0e0 !important
}

.grey.lighten-1 {
    background-color: #bdbdbd !important
}

.grey-text.text-lighten-1 {
    color: #bdbdbd !important
}

.grey.darken-1 {
    background-color: #757575 !important
}

.grey-text.text-darken-1 {
    color: #757575 !important
}

.grey.darken-2 {
    background-color: #616161 !important
}

.grey-text.text-darken-2 {
    color: #616161 !important
}

.grey.darken-3 {
    background-color: #424242 !important
}

.grey-text.text-darken-3 {
    color: #424242 !important
}

.grey.darken-4 {
    background-color: #212121 !important
}

.grey-text.text-darken-4 {
    color: #212121 !important
}

.black {
    background-color: #000 !important
}

.black-text {
    color: #000 !important
}

.white {
    background-color: #FFF !important
}

.btn-flat.disabled,
.transparent {
    background-color: transparent !important
}

.white-text {
    color: #FFF !important
}

.transparent-text {
    color: transparent !important
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    color: #039be5;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    padding: 0
}

*,
:after,
:before {
    box-sizing: inherit
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none
}

ul:not(.browser-default) li {
    list-style-type: none
}

.valign-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clearfix {
    clear: both
}

.z-depth-0 {
    box-shadow: none !important
}

.btn,
.btn-floating,
.btn-large,
.card,
.card-panel,
.collapsible,
.dropdown-content,
.side-nav,
.z-depth-1,
nav {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
}

.btn-floating:hover,
.btn-large:hover,
.btn:hover,
.z-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3)
}

.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .3)
}

.modal,
.z-depth-4 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .3)
}

.z-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .3)
}

.hoverable {
    transition: box-shadow .25s;
    box-shadow: 0
}

.hoverable:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0
}

.page-footer,
.pagination li.active,
nav {
    background-color: #ee6e73
}

blockquote {
    margin: 20px 0
}

i {
    line-height: inherit
}

i.left {
    float: left;
    margin-right: 15px
}

i.right {
    float: right;
    margin-left: 15px
}

i.tiny {
    font-size: 1rem
}

i.small {
    font-size: 2rem
}

i.medium {
    font-size: 4rem
}

i.large {
    font-size: 6rem
}

img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto
}

.pagination li {
    display: inline-block;
    border-radius: 2px;
    vertical-align: top;
    height: 30px
}

.pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px
}

.pagination li.active a {
    color: #fff
}

.pagination li.disabled a {
    cursor: default;
    color: #999
}

.pagination li i {
    font-size: 2rem
}

.pagination li.pages ul li {
    display: inline-block;
    float: none
}

.breadcrumb {
    font-size: 18px;
    color: rgba(255, 255, 255, .7)
}

.breadcrumb.article-category {
    display: none;
}

.breadcrumb [class*=mdi-],
.breadcrumb [class^=mdi-],
.breadcrumb i,
.breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px
}

.breadcrumb:before {
    content: '\E5CC';
    color: #a3a6a9;
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased
}

.breadcrumb:first-child:before {
    display: none
}

.breadcrumb:last-child {
    color: #fff
}

.parallax,
.parallax img {
    position: absolute;
    bottom: 0
}

.parallax {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.parallax img {
    display: none;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pin-bottom,
.pin-top {
    position: relative
}

.pinned {
    position: fixed !important
}

ul.staggered-list li {
    opacity: 0
}

.fade-in {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.page-footer {
    padding-top: 20px
}

.page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(51, 51, 51, .08)
}

table.highlight>tbody>tr:hover,
table.striped>tbody>tr:nth-child(odd) {
    background-color: #f2f2f2
}

table,
td,
th {
    border: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

table.striped>tbody>tr>td {
    border-radius: 0
}

table.highlight>tbody>tr {
    transition: background-color .25s ease
}

.left-align,
td,
th {
    text-align: left
}

td,
th {
    padding: 15px 5px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 2px
}

.collection {
    margin: .5rem 0 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}

.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position: relative
}

.collection .collection-item.avatar .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle
}

.collection .collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center
}

.collection .collection-item.avatar .title {
    font-size: 16px
}

.collection .collection-item.avatar p {
    margin: 0
}

.collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px
}

.collection .collection-item:last-child {
    border-bottom: none
}

.collection .collection-item.active {
    background-color: #26a69a;
    color: #eafaf9
}

.collection .collection-item.active .secondary-content {
    color: #fff
}

.collection a.collection-item {
    display: block;
    transition: .25s;
    color: #26a69a
}

.collection a.collection-item:not(.active):hover {
    background-color: #ddd
}

.collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px
}

.collection.with-header .collection-item {
    padding-left: 30px
}

.collection.with-header .collection-item.avatar {
    padding-left: 72px
}

.secondary-content {
    float: right;
    color: #26a69a
}

nav,
nav .brand-logo,
nav a,
nav ul a {
    color: #fff
}

.collapsible .collection {
    margin: 0;
    border: none
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: .5rem 0 1rem;
    overflow: hidden
}

.progress .determinate,
.progress .indeterminate {
    background-color: #26a69a
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: width .3s linear
}

nav ul a,
nav ul li {
    transition: background-color .3s
}

.progress .indeterminate:after,
.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    left: 0;
    top: 0;
    will-change: left, right;
    bottom: 0
}

.progress .indeterminate:before {
    -webkit-animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
    animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

.progress .indeterminate:after {
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

nav ul a:hover,
nav ul li.active {
    background-color: rgba(0, 0, 0, .1)
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    100%,
    60% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    100%,
    60% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    100%,
    60% {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    100%,
    60% {
        left: 107%;
        right: -8%
    }
}

.hide {
    display: none !important
}

.right-align {
    text-align: right
}

.btn,
.btn-floating i,
.btn-large,
.center,
.center-align,
.material-tooltip,
.tabs .tab {
    text-align: center
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.no-select,
input[type=range],
input[type=range]+.thumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.circle {
    border-radius: 50%
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.truncate {
    display: block;
    overflow: hidden
}

.no-padding {
    padding: 0 !important
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga'
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%
}

.container .row {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.row,
.row .col.s1,
.row .col.s10,
.row .col.s11,
.row .col.s12,
.row .col.s2,
.row .col.s3,
.row .col.s4,
.row .col.s5,
.row .col.s6,
.row .col.s7,
.row .col.s8,
.row .col.s9 {
    margin-left: auto
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section.no-pad {
    padding: 0
}

.section.no-pad-bot {
    padding-bottom: 0
}

.section.no-pad-top {
    padding-top: 0
}

.row {
    margin-right: auto;
    margin-bottom: 20px
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px
}

.row .col[class*=push-],
.row .col[class*=pull-] {
    position: relative
}

.row .col.s1 {
    width: 8.33333333%;
    left: auto;
    right: auto
}

.row .col.s2 {
    width: 16.66666667%;
    left: auto;
    right: auto
}

.row .col.s3 {
    width: 25%;
    left: auto;
    right: auto
}

.row .col.s4 {
    width: 33.33333333%;
    left: auto;
    right: auto
}

.row .col.s5 {
    width: 41.66666667%;
    left: auto;
    right: auto
}

.row .col.s6 {
    width: 50%;
    left: auto;
    right: auto
}

.row .col.s7 {
    width: 58.33333333%;
    left: auto;
    right: auto
}

.row .col.s8 {
    width: 66.66666667%;
    left: auto;
    right: auto
}

.row .col.s9 {
    width: 75%;
    left: auto;
    right: auto
}

.row .col.s10 {
    width: 83.33333333%;
    left: auto;
    right: auto
}

.row .col.s11 {
    width: 91.66666667%;
    left: auto;
    right: auto
}

.row .col.s12 {
    width: 100%;
    left: auto;
    right: auto
}

.row .col.offset-s1 {
    margin-left: 8.33333333%
}

.row .col.pull-s1 {
    right: 8.33333333%
}

.row .col.push-s1 {
    left: 8.33333333%
}

.row .col.offset-s2 {
    margin-left: 16.66666667%
}

.row .col.pull-s2 {
    right: 16.66666667%
}

.row .col.push-s2 {
    left: 16.66666667%
}

.row .col.offset-s3 {
    margin-left: 25%
}

.row .col.pull-s3 {
    right: 25%
}

.row .col.push-s3 {
    left: 25%
}

.row .col.offset-s4 {
    margin-left: 33.33333333%
}

.row .col.pull-s4 {
    right: 33.33333333%
}

.row .col.push-s4 {
    left: 33.33333333%
}

.row .col.offset-s5 {
    margin-left: 41.66666667%
}

.row .col.pull-s5 {
    right: 41.66666667%
}

.row .col.push-s5 {
    left: 41.66666667%
}

.row .col.offset-s6 {
    margin-left: 50%
}

.row .col.pull-s6 {
    right: 50%
}

.row .col.push-s6 {
    left: 50%
}

.row .col.offset-s7 {
    margin-left: 58.33333333%
}

.row .col.pull-s7 {
    right: 58.33333333%
}

.row .col.push-s7 {
    left: 58.33333333%
}

.row .col.offset-s8 {
    margin-left: 66.66666667%
}

.row .col.pull-s8 {
    right: 66.66666667%
}

.row .col.push-s8 {
    left: 66.66666667%
}

.row .col.offset-s9 {
    margin-left: 75%
}

.row .col.pull-s9 {
    right: 75%
}

.row .col.push-s9 {
    left: 75%
}

.row .col.offset-s10 {
    margin-left: 83.33333333%
}

.row .col.pull-s10 {
    right: 83.33333333%
}

.row .col.push-s10 {
    left: 83.33333333%
}

.row .col.offset-s11 {
    margin-left: 91.66666667%
}

.row .col.pull-s11 {
    right: 91.66666667%
}

.row .col.push-s11 {
    left: 91.66666667%
}

.row .col.offset-s12 {
    margin-left: 100%
}

.row .col.pull-s12 {
    right: 100%
}

.row .col.push-s12 {
    left: 100%
}

nav {
    width: 100%;
    height: 56px;
    line-height: 56px
}

nav.nav-extended {
    height: auto
}

nav.nav-extended .nav-wrapper {
    min-height: 56px;
    height: auto
}

nav.nav-extended .nav-content {
    position: relative;
    line-height: normal
}

nav [class*=mdi-],
nav [class^=mdi-],
nav i,
nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px
}

nav .nav-wrapper {
    position: relative;
    height: 100%
}

nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px
}

nav .button-collapse i {
    height: 56px;
    line-height: 56px
}

nav .brand-logo {
    position: absolute;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0
}

nav .brand-logo.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

nav .brand-logo.right {
    right: .5rem;
    padding: 0
}

nav .brand-logo [class*=mdi-],
nav .brand-logo [class^=mdi-],
nav .brand-logo i,
nav .brand-logo i.material-icons {
    float: left;
    margin-right: 15px
}

nav .nav-title {
    display: inline-block;
    font-size: 32px;
    padding: 28px 0
}

nav ul {
    margin: 0
}

nav ul li {
    float: left;
    padding: 0
}

nav ul a {
    font-size: 1rem;
    display: block;
    padding: 0 15px;
    cursor: pointer
}

nav ul a.btn,
nav ul a.btn-flat,
nav ul a.btn-floating,
nav ul a.btn-large {
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px
}

nav ul a.btn-flat>.material-icons,
nav ul a.btn-floating>.material-icons,
nav ul a.btn-large>.material-icons,
nav ul a.btn>.material-icons {
    height: inherit;
    line-height: inherit
}

nav ul.left {
    float: left
}

nav form {
    height: 100%
}

nav .input-field {
    margin: 0;
    height: 100%
}

nav .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem
}

nav .input-field input:focus,
nav .input-field input[type=date]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=text]:valid,
nav .input-field input[type=url]:valid {
    border: none;
    box-shadow: none
}

nav .input-field label {
    top: 0;
    left: 0
}

nav .input-field label i {
    color: rgba(255, 255, 255, .7);
    transition: color .3s
}

nav .input-field label.active i {
    color: #fff
}

.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997
}

.navbar-fixed nav {
    position: fixed
}

.card,
.card.large,
.card.medium,
.card.small {
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%
}

html {
    box-sizing: border-box;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, .87)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

h1 {
    margin: 2.1rem 0 1.68rem
}

h2 {
    margin: 1.78rem 0 1.424rem
}

h3 {
    margin: 1.46rem 0 1.168rem
}

h4 {
    margin: 1.14rem 0 .912rem
}

h5 {
    margin: .82rem 0 .656rem
}

h6 {
    margin: .5rem 0 .4rem
}

.card,
.card-panel {
    margin: .5rem 0 1rem;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px
}

em {
    font-style: italic
}

small {
    font-size: 75%
}

.light,
.page-footer .footer-copyright {
    font-weight: 300
}

.thin {
    font-weight: 200
}

.flow-text {
    font-weight: 300
}

.card-panel {
    padding: 24px
}

.card .card-title {
    font-size: 24px;
    font-weight: 300
}

.card .card-title.activator {
    cursor: pointer
}

.card.large .card-image,
.card.medium .card-image,
.card.small .card-image {
    max-height: 60%;
    overflow: hidden
}

.card.large .card-image+.card-content,
.card.medium .card-image+.card-content,
.card.small .card-image+.card-content {
    max-height: 40%
}

.card.large .card-content,
.card.medium .card-content,
.card.small .card-content {
    max-height: 100%;
    overflow: hidden
}

.card.large .card-action,
.card.medium .card-action,
.card.small .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.card.small {
    height: 300px
}

.card.medium {
    height: 400px
}

.card.large {
    height: 500px
}

.card.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card.horizontal.large .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.small .card-image {
    height: 100%;
    max-height: none;
    overflow: visible
}

.card.horizontal.large .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.small .card-image img {
    height: 100%
}

.card.horizontal .card-image {
    max-width: 50%
}

.card.horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width: auto
}

.card.horizontal .card-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.card.horizontal .card-stacked .card-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card.sticky-action .card-action {
    z-index: 2
}

.card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 64px
}

.card .card-image {
    position: relative
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.card .card-action:last-child,
.card .card-content {
    border-radius: 0 0 2px 2px
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px
}

.card .card-content {
    padding: 24px
}

.card .card-content p {
    margin: 0;
    color: inherit
}

.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 8px
}

.card .card-content .card-title i {
    line-height: 32px
}

.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, .2);
    padding: 16px 24px
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 24px;
    transition: color .3s ease;
    text-transform: uppercase
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: #ffd8a6
}

.card .card-reveal {
    padding: 24px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none
}

.card .card-reveal .card-title {
    cursor: pointer;
    display: block
}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto
}

.tabs.tabs-transparent {
    background-color: transparent
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
    color: rgba(255, 255, 255, .7)
}

.tabs.tabs-transparent .tab a.active,
.tabs.tabs-transparent .tab a:hover {
    color: #fff
}

.tabs.tabs-transparent .indicator {
    background-color: #fff
}

.tabs.tabs-fixed-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs.tabs-fixed-width .tab {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tabs .tab {
    display: inline-block;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase
}

.tabs .tab a {
    color: rgba(238, 110, 115, .7);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    overflow: hidden;
    transition: color .28s ease
}

.tabs .tab a.active,
.tabs .tab a:hover {
    background-color: transparent;
    color: #ee6e73
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
    color: rgba(238, 110, 115, .7);
    cursor: default
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    will-change: left, right
}

.material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    position: absolute;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none;
    visibility: hidden
}

.backdrop {
    position: absolute;
    opacity: 0;
    height: 7px;
    width: 14px;
    border-radius: 0 0 50% 50%;
    background-color: #323232;
    z-index: -1;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    visibility: hidden
}

.btn,
.btn-flat,
.btn-large {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle
}

.btn-flat.disabled,
.btn-flat:disabled,
.btn-flat[disabled],
.btn-floating.disabled,
.btn-floating:disabled,
.btn-floating[disabled],
.btn-large.disabled,
.btn-large:disabled,
.btn-large[disabled],
.btn.disabled,
.btn:disabled,
.btn[disabled],
.disabled.btn-large {
    pointer-events: none;
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default
}

.btn-flat.disabled:hover,
.btn-flat:disabled:hover,
.btn-flat[disabled]:hover,
.btn-floating.disabled:hover,
.btn-floating:disabled:hover,
.btn-floating[disabled]:hover,
.btn-large.disabled:hover,
.btn-large:disabled:hover,
.btn-large[disabled]:hover,
.btn.disabled:hover,
.btn:disabled:hover,
.btn[disabled]:hover,
.disabled.btn-large:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important
}

.btn,
.btn-flat,
.btn-floating,
.btn-large {
    font-size: 1rem;
    outline: 0
}

.btn i,
.btn-flat i,
.btn-floating i,
.btn-large i {
    font-size: 1.3rem;
    line-height: inherit
}

.btn-floating:focus,
.btn-large:focus,
.btn:focus {
    background-color: #1d7d74
}

.btn,
.btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer
}

.btn-large:hover,
.btn:hover {
    background-color: #2bbbad
}

.btn-floating,
.btn-floating:hover {
    background-color: #26a69a
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle
}

.btn-floating:before {
    border-radius: 0
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px
}

.btn-floating.btn-large.halfway-fab {
    bottom: -28px
}

.btn-floating.btn-large i {
    line-height: 56px
}

.btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px
}

.btn-floating.halfway-fab.left {
    right: auto;
    left: 24px
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px
}

button.btn-floating {
    border: none
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998
}

.fixed-action-btn.active ul {
    visibility: visible
}

.fixed-action-btn ul,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.fixed-action-btn.horizontal {
    padding: 0 0 0 15px
}

.fixed-action-btn.horizontal ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: auto;
    width: 500px
}

.fixed-action-btn.horizontal ul li {
    display: inline-block;
    margin: 15px 15px 0 0
}

.fixed-action-btn.toolbar {
    padding: 0;
    height: 56px
}

.fixed-action-btn.toolbar.active>a i {
    opacity: 0
}

.fixed-action-btn.toolbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0
}

.fixed-action-btn.toolbar ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    margin: 0;
    height: 100%;
    transition: none
}

.fixed-action-btn.toolbar ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    line-height: 56px;
    z-index: 1
}

.fixed-action-btn.toolbar ul li a i {
    line-height: inherit
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0
}

.fixed-action-btn ul li {
    margin-bottom: 15px
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0
}

.fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.btn-flat,
.btn-flat:active,
.btn-flat:focus {
    background-color: transparent
}

.btn-flat {
    box-shadow: none;
    color: #343434;
    cursor: pointer;
    transition: background-color .2s
}

.btn-flat:focus,
.btn-flat:hover {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: none
}

.btn-flat:active {
    background-color: rgba(0, 0, 0, .2)
}

.btn-flat.disabled {
    color: #b3b2b2 !important;
    cursor: default
}

.btn-large {
    height: 54px;
    line-height: 54px
}

.btn-large i {
    font-size: 1.6rem
}

.btn-block {
    display: block
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none
}

.dropdown-content li.active,
.dropdown-content li.selected,
.dropdown-content li:hover {
    background-color: #eee
}

.dropdown-content li.active.selected {
    background-color: #e1e1e1
}

.dropdown-content li.divider {
    min-height: 0;
    height: 1px
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 14px 16px
}

.dropdown-content li>span>label {
    top: 1px;
    left: 0;
    height: 18px
}

.dropdown-content li>a>i {
    height: inherit;
    line-height: inherit;
    float: left;
    margin: 0 24px 0 0;
    width: 24px
}

.input-field.col .dropdown-content [type=checkbox]+label {
    top: 1px;
    left: 0;
    height: 18px
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    transition: all .7s ease-out;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .45)
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, .7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, .7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, .7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, .7)
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, .7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, .7)
}

.waves-effect input[type=button],
.waves-effect input[type=reset],
.waves-effect input[type=submit] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: 0 0
}

.waves-effect img {
    position: relative;
    z-index: -1
}

.waves-notransition {
    transition: none !important
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none
}

.modal,
[type=checkbox].filled-in+label:after {
    border-radius: 2px
}

.waves-block {
    display: block
}

.modal,
.modal-overlay {
    left: 0;
    display: none;
    position: fixed;
    right: 0
}

.waves-effect .waves-ripple {
    z-index: -1
}

.modal {
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    will-change: top, opacity
}

.modal h1,
.modal h2,
.modal h3,
.modal h4 {
    margin-top: 0
}

.modal .modal-content {
    padding: 24px
}

.modal .modal-close {
    cursor: pointer
}

.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%
}

.modal .modal-footer .btn,
.modal .modal-footer .btn-flat,
.modal .modal-footer .btn-large {
    float: right;
    margin: 6px 0
}

.modal-overlay {
    z-index: 999;
    top: -100px;
    bottom: 0;
    height: 125%;
    width: 100%;
    background: #000;
    will-change: opacity
}

.modal.modal-fixed-footer {
    padding: 0;
    height: 70%
}

.modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto
}

.modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0
}

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity
}

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: .5rem 0 1rem
}

.collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 2rem
}

.side-nav .collapsible,
.side-nav.fixed .collapsible {
    border: none;
    box-shadow: none
}

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
    padding: 0
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px
}

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, .05)
}

.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
    line-height: inherit
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
    border: 0;
    background-color: #fff
}

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px
}

.collapsible.popout {
    border: none;
    box-shadow: none
}

.collapsible.popout>li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin: 0 24px;
    transition: margin .35s cubic-bezier(.25, .46, .45, .94)
}

.collapsible.popout>li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    margin: 16px 0
}

select:focus {
    outline: #c9f3ef solid 1px
}

button:focus {
    outline: 0;
    background-color: #2ab7a9
}

label {
    font-size: .8rem;
    color: #9e9e9e
}

::-webkit-input-placeholder {
    color: #d1d1d1
}

:-moz-placeholder {
    color: #d1d1d1
}

::-moz-placeholder {
    color: #d1d1d1
}

:-ms-input-placeholder {
    color: #d1d1d1
}

input:not([type]),
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s
}

input:not([type]):disabled,
input:not([type])[readonly=readonly],
input[type=date]:disabled,
input[type=date][readonly=readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly=readonly],
input[type=datetime]:disabled,
input[type=datetime][readonly=readonly],
input[type=email]:disabled,
input[type=email][readonly=readonly],
input[type=number]:disabled,
input[type=number][readonly=readonly],
input[type=password]:disabled,
input[type=password][readonly=readonly],
input[type=search]:disabled,
input[type=search][readonly=readonly],
input[type=tel]:disabled,
input[type=tel][readonly=readonly],
input[type=text]:disabled,
input[type=text][readonly=readonly],
input[type=time]:disabled,
input[type=time][readonly=readonly],
input[type=url]:disabled,
input[type=url][readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
    color: rgba(0, 0, 0, .26);
    border-bottom: 1px dotted rgba(0, 0, 0, .26)
}

input:not([type]):disabled+label,
input:not([type])[readonly=readonly]+label,
input[type=date]:disabled+label,
input[type=date][readonly=readonly]+label,
input[type=datetime-local]:disabled+label,
input[type=datetime-local][readonly=readonly]+label,
input[type=datetime]:disabled+label,
input[type=datetime][readonly=readonly]+label,
input[type=email]:disabled+label,
input[type=email][readonly=readonly]+label,
input[type=number]:disabled+label,
input[type=number][readonly=readonly]+label,
input[type=password]:disabled+label,
input[type=password][readonly=readonly]+label,
input[type=search]:disabled+label,
input[type=search][readonly=readonly]+label,
input[type=tel]:disabled+label,
input[type=tel][readonly=readonly]+label,
input[type=text]:disabled+label,
input[type=text][readonly=readonly]+label,
input[type=time]:disabled+label,
input[type=time][readonly=readonly]+label,
input[type=url]:disabled+label,
input[type=url][readonly=readonly]+label,
textarea.materialize-textarea:disabled+label,
textarea.materialize-textarea[readonly=readonly]+label {
    color: rgba(0, 0, 0, .26)
}

input:not([type]):focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a
}

input:not([type]):focus:not([readonly])+label,
input[type=date]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=datetime]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #26a69a
}

input:not([type]).valid,
input:not([type]):focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50
}

input:not([type]).valid+label:after,
input:not([type]):focus.valid+label:after,
input[type=date].valid+label:after,
input[type=date]:focus.valid+label:after,
input[type=datetime-local].valid+label:after,
input[type=datetime-local]:focus.valid+label:after,
input[type=datetime].valid+label:after,
input[type=datetime]:focus.valid+label:after,
input[type=email].valid+label:after,
input[type=email]:focus.valid+label:after,
input[type=number].valid+label:after,
input[type=number]:focus.valid+label:after,
input[type=password].valid+label:after,
input[type=password]:focus.valid+label:after,
input[type=search].valid+label:after,
input[type=search]:focus.valid+label:after,
input[type=tel].valid+label:after,
input[type=tel]:focus.valid+label:after,
input[type=text].valid+label:after,
input[type=text]:focus.valid+label:after,
input[type=time].valid+label:after,
input[type=time]:focus.valid+label:after,
input[type=url].valid+label:after,
input[type=url]:focus.valid+label:after,
textarea.materialize-textarea.valid+label:after,
textarea.materialize-textarea:focus.valid+label:after {
    content: attr(data-success);
    color: #4CAF50;
    opacity: 1
}

input:not([type]).invalid,
input:not([type]):focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336
}

input:not([type]).invalid+label:after,
input:not([type]):focus.invalid+label:after,
input[type=date].invalid+label:after,
input[type=date]:focus.invalid+label:after,
input[type=datetime-local].invalid+label:after,
input[type=datetime-local]:focus.invalid+label:after,
input[type=datetime].invalid+label:after,
input[type=datetime]:focus.invalid+label:after,
input[type=email].invalid+label:after,
input[type=email]:focus.invalid+label:after,
input[type=number].invalid+label:after,
input[type=number]:focus.invalid+label:after,
input[type=password].invalid+label:after,
input[type=password]:focus.invalid+label:after,
input[type=search].invalid+label:after,
input[type=search]:focus.invalid+label:after,
input[type=tel].invalid+label:after,
input[type=tel]:focus.invalid+label:after,
input[type=text].invalid+label:after,
input[type=text]:focus.invalid+label:after,
input[type=time].invalid+label:after,
input[type=time]:focus.invalid+label:after,
input[type=url].invalid+label:after,
input[type=url]:focus.invalid+label:after,
textarea.materialize-textarea.invalid+label:after,
textarea.materialize-textarea:focus.invalid+label:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1
}

input:not([type]).validate+label,
input[type=date].validate+label,
input[type=datetime-local].validate+label,
input[type=datetime].validate+label,
input[type=email].validate+label,
input[type=number].validate+label,
input[type=password].validate+label,
input[type=search].validate+label,
input[type=tel].validate+label,
input[type=text].validate+label,
input[type=time].validate+label,
input[type=url].validate+label,
textarea.materialize-textarea.validate+label {
    width: 100%;
    pointer-events: none
}

input:not([type])+label:after,
input[type=date]+label:after,
input[type=datetime-local]+label:after,
input[type=datetime]+label:after,
input[type=email]+label:after,
input[type=number]+label:after,
input[type=password]+label:after,
input[type=search]+label:after,
input[type=tel]+label:after,
input[type=text]+label:after,
input[type=time]+label:after,
input[type=url]+label:after,
textarea.materialize-textarea+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out
}

.input-field {
    position: relative;
    margin-top: 1rem
}

.input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.input-field.inline .select-dropdown,
.input-field.inline input {
    margin-bottom: 1rem
}

.input-field.col label {
    left: .75rem
}

.input-field.col .prefix~.validate~label,
.input-field.col .prefix~label {
    width: calc(100% - 3rem - 1.5rem)
}

.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: .8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial
}

.input-field label:not(.label-icon).active {
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%)
}

.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s
}

.input-field .prefix.active {
    color: #26a69a
}

.input-field .prefix~.autocomplete-content,
.input-field .prefix~.validate~label,
.input-field .prefix~input,
.input-field .prefix~label,
.input-field .prefix~textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.input-field .prefix~label {
    margin-left: 3rem
}

.input-field input[type=search] {
    display: block;
    line-height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem)
}

.input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444
}

.input-field input[type=search]:focus+label i,
.input-field input[type=search]:focus~.material-icons,
.input-field input[type=search]:focus~.mdi-navigation-close {
    color: #444
}

.input-field input[type=search]+label {
    left: 1rem
}

.input-field input[type=search]~.material-icons,
.input-field input[type=search]~.mdi-navigation-close {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color
}

textarea.materialize-textarea {
    overflow-y: hidden;
    padding: .8rem 0 1.6rem;
    resize: none;
    min-height: 3rem
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
    position: absolute;
    top: 0
}

.autocomplete-content {
    margin-top: -20px;
    display: block;
    opacity: 1;
    position: static
}

.autocomplete-content li .highlight {
    color: #444
}

.autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-wrapper input.select-dropdown:disabled,
.slick-slider,
.switch,
.switch *,
[type=checkbox]+label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

[type=radio]+label:after,
[type=radio]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease
}

[type=radio].with-gap:checked+label:after,
[type=radio].with-gap:checked+label:before,
[type=radio]:checked+label:after,
[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:after,
[type=radio]:not(:checked)+label:before {
    border-radius: 50%
}

[type=radio]:not(:checked)+label:after {
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:before {
    border: 2px solid transparent
}

[type=radio].with-gap:checked+label:after,
[type=radio].with-gap:checked+label:before,
[type=radio]:checked+label:after {
    border: 2px solid #26a69a
}

[type=radio].with-gap:checked+label:after,
[type=radio]:checked+label:after {
    background-color: #26a69a
}

[type=radio]:checked+label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

[type=radio].with-gap:checked+label:after {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

[type=radio].tabbed:focus+label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1)
}

[type=radio].with-gap:disabled:checked+label:before {
    border: 2px solid rgba(0, 0, 0, .26)
}

[type=radio].with-gap:disabled:checked+label:after {
    border: none;
    background-color: rgba(0, 0, 0, .26)
}

[type=radio]:disabled:checked+label:before,
[type=radio]:disabled:not(:checked)+label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .26)
}

[type=radio]:disabled+label {
    color: rgba(0, 0, 0, .26)
}

[type=radio]:disabled:not(:checked)+label:before {
    border-color: rgba(0, 0, 0, .26)
}

[type=radio]:disabled:checked+label:after {
    background-color: rgba(0, 0, 0, .26);
    border-color: #BDBDBD
}

form p {
    margin-bottom: 10px;
    text-align: left
}

form p:last-child {
    margin-bottom: 0
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

[type=checkbox]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -khtml-user-select: none
}

[type=checkbox]+label:before,
[type=checkbox]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s
}

[type=checkbox]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=checkbox]:not(:checked):disabled+label:before {
    border: none;
    background-color: rgba(0, 0, 0, .26)
}

[type=checkbox].tabbed:focus+label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1)
}

[type=checkbox]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox]:checked:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, .26);
    border-bottom: 2px solid rgba(0, 0, 0, .26)
}

[type=checkbox]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox]:indeterminate:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, .26);
    background-color: transparent
}

[type=checkbox].filled-in+label:after,
[type=checkbox].filled-in+label:before {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    z-index: 1
}

[type=checkbox].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

[type=checkbox].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    top: 0;
    z-index: 0
}

[type=checkbox].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0
}

[type=checkbox].filled-in.tabbed:focus+label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, .1)
}

[type=checkbox].filled-in.tabbed:checked:focus+label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a
}

[type=checkbox].filled-in:disabled:not(:checked)+label:before {
    background-color: transparent;
    border: 2px solid transparent
}

[type=checkbox].filled-in:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

[type=checkbox].filled-in:disabled:checked+label:before {
    background-color: transparent
}

[type=checkbox].filled-in:disabled:checked+label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD
}

.switch,
.switch * {
    -khtml-user-select: none
}

.switch label {
    cursor: pointer
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #84c7c1
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #26a69a;
    left: 24px
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
    left: -5px;
    top: -3px;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease
}

select,
ul.list li.no-mark::before {
    display: none
}

input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::after,
input[type=checkbox]:checked:not(:disabled)~.lever:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(38, 166, 154, .1)
}

input[type=checkbox]:not(:disabled).tabbed:focus~.lever::after,
input[type=checkbox]:not(:disabled)~.lever:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .08)
}

.switch input[type=checkbox][disabled]+.lever {
    cursor: default
}

.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: #BDBDBD
}

select.browser-default {
    display: block
}

.select-label {
    position: absolute
}

.select-wrapper {
    position: relative
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    outline: 0;
    margin: 0 0 20px;
    display: block
}

.select-wrapper span.caret {
    color: initial;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    line-height: 10px
}

.select-wrapper span.caret.disabled {
    color: rgba(0, 0, 0, .26)
}

.select-wrapper+label {
    position: absolute;
    top: -14px;
    font-size: .8rem
}

select:disabled {
    color: rgba(0, 0, 0, .3)
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, .3);
    cursor: default;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.select-wrapper i {
    color: rgba(0, 0, 0, .3)
}

.select-dropdown li.disabled,
.select-dropdown li.disabled>span,
.select-dropdown li.optgroup {
    color: rgba(0, 0, 0, .3);
    background-color: transparent
}

.prefix~.select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.prefix~label {
    margin-left: 3rem
}

.select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right
}

.select-dropdown li.optgroup {
    border-top: 1px solid #eee
}

.select-dropdown li.optgroup.selected>span {
    color: rgba(0, 0, 0, .7)
}

.select-dropdown li.optgroup>span {
    color: rgba(0, 0, 0, .4)
}

.select-dropdown li.optgroup~li.optgroup-option {
    padding-left: 1rem
}

.file-field {
    position: relative
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px
}

.file-field input.file-path {
    width: 100%
}

.file-field .btn,
.file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem
}

.file-field span {
    cursor: pointer
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.range-field,
input[type=range] {
    position: relative
}

input[type=range],
input[type=range]+.thumb {
    cursor: pointer
}

input[type=range] {
    background-color: transparent;
    outline: 0;
    width: 100%;
    margin: 15px 0;
    padding: 0
}

input[type=range]:focus {
    outline: 0
}

input[type=range]+.thumb {
    position: absolute;
    top: 10px;
    left: 0;
    border: none;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #26a69a;
    margin-left: 7px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input[type=range]+.thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #26a69a;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

input[type=range]+.thumb.active {
    border-radius: 50% 50% 50% 0
}

input[type=range]+.thumb.active .value {
    color: #fff;
    margin-left: -1px;
    margin-top: 8px;
    font-size: 10px
}

input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: none
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #26a69a;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin: -5px 0 0;
    transition: .3s
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc
}

input[type=range] {
    border: 1px solid #fff
}

input[type=range]::-moz-range-track {
    height: 3px;
    background: #ddd;
    border: none
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a;
    margin-top: -5px
}

input[type=range]:-moz-focusring {
    outline: #fff solid 1px;
    outline-offset: -1px
}

input[type=range]:focus::-moz-range-track {
    background: #ccc
}

input[type=range]::-ms-track {
    height: 3px;
    background: 0 0;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #777
}

input[type=range]::-ms-fill-upper {
    background: #ddd
}

input[type=range]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a
}

input[type=range]:focus::-ms-fill-lower {
    background: #888
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc
}

.table-of-contents.fixed {
    position: fixed
}

.table-of-contents li {
    padding: 2px 0
}

.table-of-contents a {
    font-weight: 300;
    color: #757575;
    padding-left: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display: inline-block
}

.table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #ee6e73
}

.table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #ee6e73
}

.side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%)
}

.side-nav li.active,
.side-nav li>a:hover {
    background-color: rgba(0, 0, 0, .05)
}

.side-nav.right-aligned {
    right: 0;
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.side-nav .collapsible {
    margin: 0
}

.side-nav li {
    float: none;
    line-height: 48px
}

.side-nav li>a {
    color: rgba(0, 0, 0, .87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px
}

.side-nav li>a.btn,
.side-nav li>a.btn-flat,
.side-nav li>a.btn-floating,
.side-nav li>a.btn-large {
    margin: 10px 15px
}

.side-nav li>a.btn,
.side-nav li>a.btn-floating,
.side-nav li>a.btn-large {
    color: #fff
}

.side-nav li>a.btn-flat {
    color: #343434
}

.side-nav li>a.btn-large:hover,
.side-nav li>a.btn:hover {
    background-color: #2bbbad
}

.side-nav li>a.btn-floating:hover {
    background-color: #26a69a
}

.side-nav li>a li>a>[class*=mdi-],
.side-nav li>a>[class^=mdi-],
.side-nav li>a>i,
.side-nav li>a>i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, .54)
}

.side-nav .divider {
    margin: 8px 0 0
}

.side-nav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, .54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px
}

.side-nav .subheader:hover {
    background-color: transparent
}

.side-nav .userView {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom: 8px
}

.side-nav .userView>a {
    height: auto;
    padding: 0
}

.side-nav .userView>a:hover {
    background-color: transparent
}

.side-nav .userView .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.side-nav .userView .circle,
.side-nav .userView .email,
.side-nav .userView .name {
    display: block
}

.side-nav .userView .circle {
    height: 64px;
    width: 64px
}

.side-nav .userView .email,
.side-nav .userView .name {
    font-size: 14px;
    line-height: 24px
}

.side-nav .userView .name {
    margin-top: 16px;
    font-weight: 500
}

.side-nav .userView .email {
    padding-bottom: 16px;
    font-weight: 400
}

.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998
}

.side-nav.fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed
}

.side-nav.fixed.right-aligned {
    right: 0;
    left: auto
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active,
.side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active {
    background-color: #ee6e73
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active a,
.side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active a {
    color: #fff
}

.side-nav .collapsible-body {
    padding: 0
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 997;
    will-change: opacity
}

.text-color-1 {
    color: #ff5e4d
}

.bg-color-1 {
    background-color: #ff5e4d;
    border: 1px solid transparent
}

.o-bg-color-1 {
    box-sizing: border-box;
    border: 1px solid #ff5e4d
}

.bg-color-1.bg-color-#ff5e4d,
.bg-color-1.bg-darken-1,
.bg-color-1.bg-darken-2,
.bg-color-1.bg-darken-3,
.bg-color-1.bg-lighten-1,
.bg-color-1.bg-lighten-2,
.bg-color-1.bg-lighten-3,
.bg-color-2 {
    border: 1px solid transparent
}

.o-bg-color-1.o-bg-color-#ff5e4d {
    box-sizing: border-box;
    border: 1px solid
}

.text-color-1.t-lighten-1 {
    color: #ff9e94
}

.bg-color-1.bg-lighten-1 {
    background-color: #ff9e94
}

.o-bg-color-1.o-bg-lighten-1 {
    box-sizing: border-box;
    border: 1px solid #ff9e94
}

.text-color-1.t-lighten-2 {
    color: #ffd7d3
}

.bg-color-1.bg-lighten-2 {
    background-color: #ffd7d3
}

.o-bg-color-1.o-bg-lighten-2 {
    box-sizing: border-box;
    border: 1px solid #ffd7d3
}

.text-color-1.t-lighten-3 {
    color: #ffefed
}

.bg-color-1.bg-lighten-3 {
    background-color: #ffefed
}

.o-bg-color-1.o-bg-lighten-3 {
    box-sizing: border-box;
    border: 1px solid #ffefed
}

.text-color-1.t-darken-1 {
    color: #cc4b3e
}

.bg-color-1.bg-darken-1 {
    background-color: #cc4b3e
}

.o-bg-color-1.o-bg-darken-1 {
    box-sizing: border-box;
    border: 1px solid #cc4b3e
}

.text-color-1.t-darken-2 {
    color: #802f27
}

.bg-color-1.bg-darken-2 {
    background-color: #802f27
}

.o-bg-color-1.o-bg-darken-2 {
    box-sizing: border-box;
    border: 1px solid #802f27
}

.text-color-1.t-darken-3 {
    color: #4d1c17
}

.bg-color-1.bg-darken-3 {
    background-color: #4d1c17
}

.o-bg-color-1.o-bg-darken-3 {
    box-sizing: border-box;
    border: 1px solid #4d1c17
}

.text-color-2 {
    color: #4f79e9
}

.bg-color-2 {
    background-color: #4f79e9
}

.o-bg-color-2 {
    box-sizing: border-box;
    border: 1px solid #4f79e9
}

.bg-color-2.bg-color-#4f79e9,
.bg-color-2.bg-darken-1,
.bg-color-2.bg-lighten-1,
.bg-color-2.bg-lighten-2,
.bg-color-2.bg-lighten-3 {
    border: 1px solid transparent
}

.o-bg-color-2.o-bg-color-#4f79e9 {
    box-sizing: border-box;
    border: 1px solid
}

.text-color-2.t-lighten-1 {
    color: #95aff2
}

.bg-color-2.bg-lighten-1 {
    background-color: #95aff2
}

.o-bg-color-2.o-bg-lighten-1 {
    box-sizing: border-box;
    border: 1px solid #95aff2
}

.text-color-2.t-lighten-2 {
    color: #d3defa
}

.bg-color-2.bg-lighten-2 {
    background-color: #d3defa
}

.o-bg-color-2.o-bg-lighten-2 {
    box-sizing: border-box;
    border: 1px solid #d3defa
}

.text-color-2.t-lighten-3 {
    color: #edf2fd
}

.bg-color-2.bg-lighten-3 {
    background-color: #edf2fd
}

.o-bg-color-2.o-bg-lighten-3 {
    box-sizing: border-box;
    border: 1px solid #edf2fd
}

.text-color-2.t-darken-1 {
    color: #3f61ba
}

.bg-color-2.bg-darken-1 {
    background-color: #3f61ba
}

.o-bg-color-2.o-bg-darken-1 {
    box-sizing: border-box;
    border: 1px solid #3f61ba
}

.text-color-2.t-darken-2 {
    color: #283d75
}

.bg-color-2.bg-darken-2 {
    background-color: #283d75;
    border: 1px solid transparent
}

.o-bg-color-2.o-bg-darken-2 {
    box-sizing: border-box;
    border: 1px solid #283d75
}

.text-color-2.t-darken-3 {
    color: #182446
}

.bg-color-2.bg-darken-3 {
    background-color: #182446;
    border: 1px solid transparent
}

.o-bg-color-2.o-bg-darken-3 {
    box-sizing: border-box;
    border: 1px solid #182446
}

.text-color-3 {
    color: #0ecfe9
}

.bg-color-3 {
    background-color: #0ecfe9;
    border: 1px solid transparent
}

.o-bg-color-3 {
    box-sizing: border-box;
    border: 1px solid #0ecfe9
}

.bg-color-3.bg-color-#0ecfe9 {
    border: 1px solid transparent
}

.o-bg-color-3.o-bg-color-#0ecfe9 {
    box-sizing: border-box;
    border: 1px solid
}

.text-color-3.t-lighten-1 {
    color: #6ee2f2
}

.bg-color-3.bg-lighten-1 {
    background-color: #6ee2f2;
    border: 1px solid transparent
}

.o-bg-color-3.o-bg-lighten-1 {
    box-sizing: border-box;
    border: 1px solid #6ee2f2
}

.text-color-3.t-lighten-2 {
    color: #c3f3fa
}

.bg-color-3.bg-lighten-2 {
    background-color: #c3f3fa;
    border: 1px solid transparent
}

.o-bg-color-3.o-bg-lighten-2 {
    box-sizing: border-box;
    border: 1px solid #c3f3fa
}

.text-color-3.t-lighten-3 {
    color: #e7fafd
}

.bg-color-3.bg-lighten-3 {
    background-color: #e7fafd;
    border: 1px solid transparent
}

.o-bg-color-3.o-bg-lighten-3 {
    box-sizing: border-box;
    border: 1px solid #e7fafd
}

.text-color-3.t-darken-1 {
    color: #0ba6ba
}

.bg-color-3.bg-darken-1 {
    background-color: #0ba6ba;
    border: 1px solid transparent
}

.o-bg-color-3.o-bg-darken-1 {
    box-sizing: border-box;
    border: 1px solid #0ba6ba
}

.text-color-3.t-darken-2 {
    color: #076875
}

.bg-color-3.bg-darken-2 {
    background-color: #076875;
    border: 1px solid transparent
}

.o-bg-color-3.o-bg-darken-2 {
    box-sizing: border-box;
    border: 1px solid #076875
}

.text-color-3.t-darken-3 {
    color: #043e46
}

.bg-color-3.bg-darken-3 {
    background-color: #043e46;
    border: 1px solid transparent
}

.o-bg-color-3.o-bg-darken-3 {
    box-sizing: border-box;
    border: 1px solid #043e46
}

.text-color-4 {
    color: #51555a
}

.bg-color-4 {
    background-color: #51555a;
    border: 1px solid transparent
}

.o-bg-color-4 {
    box-sizing: border-box;
    border: 1px solid #51555a
}

.bg-color-4.bg-color-#51555a {
    border: 1px solid transparent
}

.o-bg-color-4.o-bg-color-#51555a {
    box-sizing: border-box;
    border: 1px solid
}

.text-color-4.t-lighten-1 {
    color: #97999c
}

.bg-color-4.bg-lighten-1 {
    background-color: #97999c;
    border: 1px solid transparent
}

.o-bg-color-4.o-bg-lighten-1 {
    box-sizing: border-box;
    border: 1px solid #97999c
}

.text-color-4.t-lighten-2 {
    color: #d4d5d6
}

.bg-color-4.bg-lighten-2 {
    background-color: #d4d5d6;
    border: 1px solid transparent
}

.o-bg-color-4.o-bg-lighten-2 {
    box-sizing: border-box;
    border: 1px solid #d4d5d6
}

.text-color-4.t-lighten-3 {
    color: #eeeeef
}

.bg-color-4.bg-lighten-3 {
    background-color: #eeeeef;
    border: 1px solid transparent
}

.o-bg-color-4.o-bg-lighten-3 {
    box-sizing: border-box;
    border: 1px solid #eeeeef
}

.text-color-4.t-darken-1 {
    color: #414448
}

.bg-color-4.bg-darken-1 {
    background-color: #414448;
    border: 1px solid transparent
}

.o-bg-color-4.o-bg-darken-1 {
    box-sizing: border-box;
    border: 1px solid #414448
}

.text-color-4.t-darken-2 {
    color: #292b2d
}

.text-color-4.t-darken-3,
h1,
h2,
h3 {
    color: #181a1b
}

.bg-color-4.bg-darken-2 {
    background-color: #292b2d;
    border: 1px solid transparent
}

.o-bg-color-4.o-bg-darken-2 {
    box-sizing: border-box;
    border: 1px solid #292b2d
}

.bg-color-4.bg-darken-3 {
    background-color: #181a1b;
    border: 1px solid transparent
}

.o-bg-color-4.o-bg-darken-3 {
    box-sizing: border-box;
    border: 1px solid #181a1b
}

h1 {
    font-size: 47px;
    font-weight: 900;
    font-family: Helvetica
}

h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: Helvetica
}

h2.title {
    font-size: 38px;
    font-weight: 300
}

h3 {
    font-size: 27px;
    font-weight: 500;
    font-family: Helvetica
}

h4,
h5,
h6 {
    font-weight: 700;
    font-family: Helvetica;
    color: #181a1b
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}

p {
    line-height: 25px;
    font-size: 16px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

p.subtitle {
    font-size: 18px;
    color: #181a1b;
    font-weight: 600;
    font-family: Helvetica
}

blockquote {
    border-left: 2px solid #0ecfe9;
    padding-left: 20px;
    margin-left: 0;
    font-size: 20px;
    color: #414448;
    font-weight: 400;
    font-family: Helvetica
}

ol,
ul.list {
    font-size: 15px;
    font-family: Helvetica
}

strong {
    font-weight: 700
}

ol {
    color: #181a1b;
    font-weight: 400
}

ol li {
    color: #51555a
}

ul.list {
    color: #181a1b;
    font-weight: 400;
    padding-left: 25px
}

ul.list li {
    position: relative;
    list-style: none;
    line-height: 33px;
    color: #51555a
}

ul.list li::before {
    content: '\f058';
    position: absolute;
    height: 0;
    left: -25px;
    top: 0.1px;
    font-size: 17px;
    color: #2753de;
    font-weight: 600;
    font-family: Fontawesome
}

.button-error,
.button-success,
.button-success-o,
.button-success-o:focus,
.button-success-o:hover,
.button-warning,
.button-warning-o,
.button-warning-o:focus,
.button-warning-o:hover {
    font-family: Helvetica;
    font-size: 14px
}

.button {
    border-radius: 3px;
    margin: 5px;
    padding: 0 20px;
    min-width: 180px;
    display: inline-block;
    line-height: 50px;
    text-align: center
}

.button-success {
    background: #09a912;
    border: none;
    border-radius: 30px;
    width: 130px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-weight: 500
}

.button-success:focus,
.button-success:hover {
    background: #6bcb71
}

.button-success[disabled] {
    background-color: #d4d5d6;
    cursor: no-drop
}

.button-success-o {
    background: 0 0;
    border: 1px solid #c6c7c5;
    line-height: 48px;
    color: #51555a;
    font-weight: 700
}

.button-success-o:focus,
.button-success-o:hover {
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    background: #6bcb71;
    border: none
}

.button-success-o.button-slim {
    line-height: 38px
}

.button-warning {
    background: #fa3;
    border: none;
    border-radius: 30px;
    width: 130px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-weight: 500
}

.button-warning:focus,
.button-warning:hover {
    background: #ffcc85
}

.button-warning[disabled] {
    background-color: #d4d5d6;
    cursor: no-drop
}

.button-warning-o {
    background: 0 0;
    border: 1px solid #c6c7c5;
    line-height: 48px;
    color: #51555a;
    font-weight: 700
}

.button-warning-o:focus,
.button-warning-o:hover {
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    background: #ffcc85;
    border: none
}

.button-warning-o.button-slim {
    line-height: 38px
}

.button-error {
    background: #f44747;
    border: none;
    border-radius: 30px;
    width: 130px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-weight: 500
}

.button-error:focus,
.button-error:hover {
    background: #f89191
}

.button-error[disabled] {
    background-color: #d4d5d6;
    cursor: no-drop
}

.button-error-o {
    background: 0 0;
    border: 1px solid #c6c7c5;
    line-height: 48px;
    font-size: 14px;
    color: #51555a;
    font-weight: 700;
    font-family: Helvetica
}

.button-error-o:focus,
.button-error-o:hover,
.button-info {
    border: none;
    color: #fff;
    font-family: Helvetica;
    font-size: 14px
}

.button-error-o:focus,
.button-error-o:hover {
    font-weight: 700;
    line-height: 50px;
    background: #f89191
}

.button-error-o.button-slim {
    line-height: 38px
}

.button-info {
    background: #21a5f8;
    border-radius: 30px;
    width: 130px;
    height: 43px;
    line-height: 43px;
    font-weight: 500
}

.button-info:focus,
.button-info:hover {
    background: #7ac9fb
}

.button-info[disabled] {
    background-color: #d4d5d6;
    cursor: no-drop
}

.button-info-o {
    background: 0 0;
    border: 1px solid #c6c7c5;
    line-height: 48px;
    font-size: 14px;
    color: #51555a;
    font-weight: 700;
    font-family: Helvetica
}

.button-info-o:focus,
.button-info-o:hover,
.button-primary-1 {
    color: #fff;
    font-size: 14px;
    border: none;
    font-family: Helvetica
}

.button-info-o:focus,
.button-info-o:hover {
    font-weight: 700;
    line-height: 50px;
    background: #7ac9fb
}

.button-info-o.button-slim {
    line-height: 38px
}

.button-primary-1 {
    background: #ff5e4d;
    border-radius: 30px;
    width: 130px;
    height: 43px;
    line-height: 43px;
    font-weight: 500
}

.button-primary-1:focus,
.button-primary-1:hover {
    background: #ff9e94
}

.button-primary-1[disabled] {
    background-color: #d4d5d6;
    cursor: no-drop
}

.button-primary-1-o {
    background: 0 0;
    border: 1px solid #c6c7c5;
    line-height: 48px;
    font-size: 14px;
    color: #51555a;
    font-weight: 700;
    font-family: Helvetica
}

.button-primary-1-o:focus,
.button-primary-1-o:hover {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    line-height: 50px;
    background: #ff9e94;
    border: none
}

.button-primary-1-o.button-slim {
    line-height: 38px
}

.button-primary-2,
.button-primary-3 {
    line-height: 43px;
    font-size: 14px;
    width: 130px
}

.button-primary-2 {
    background: #4f79e9;
    border: none;
    border-radius: 30px;
    height: 43px;
    color: #fff;
    font-weight: 500;
    font-family: Helvetica
}

.button-primary-2:focus,
.button-primary-2:hover {
    background: #95aff2
}

.button-primary-2[disabled] {
    background-color: #d4d5d6;
    cursor: no-drop
}

.button-primary-2-o {
    background: 0 0;
    border: 1px solid #c6c7c5;
    line-height: 48px;
    font-size: 14px;
    color: #51555a;
    font-weight: 700;
    font-family: Helvetica
}

.button-primary-2-o:focus,
.button-primary-2-o:hover {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    line-height: 50px;
    background: #95aff2;
    border: none
}

.button-primary-2-o.button-slim {
    line-height: 38px
}

.button-primary-3 {
    background: #0ecfe9;
    border: none;
    border-radius: 30px;
    height: 43px;
    color: #fff;
    font-weight: 500;
    font-family: Helvetica
}

.button-primary-3:focus,
.button-primary-3:hover {
    background: #6ee2f2
}

.button-primary-3[disabled] {
    background-color: #d4d5d6;
    cursor: no-drop
}

.button-primary-3-o,
.button-primary-4-o {
    background: 0 0;
    color: #51555a;
    font-size: 14px;
    font-family: Helvetica
}

.button-primary-3-o {
    border: 1px solid #c6c7c5;
    line-height: 48px;
    font-weight: 700
}

.button-primary-3-o:focus,
.button-primary-3-o:hover {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    line-height: 50px;
    background: #6ee2f2;
    border: none
}

.button-primary-3-o.button-slim {
    line-height: 38px
}

.button-primary-4 {
    background: #51555a;
    border: none;
    border-radius: 30px;
    width: 130px;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: Helvetica
}

.button-primary-4:focus,
.button-primary-4:hover {
    background: #97999c
}

.button-primary-4[disabled] {
    background-color: #d4d5d6;
    cursor: no-drop
}

.button-primary-4-o {
    border: 1px solid #c6c7c5;
    line-height: 48px;
    font-weight: 700
}

.button-primary-4-o:focus,
.button-primary-4-o:hover {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    line-height: 50px;
    background: #97999c;
    border: none
}

.button-primary-4-o.button-slim {
    line-height: 38px
}

.button[disabled],
.button[disabled]:hover {
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #d4d5d6 !important;
    cursor: no-drop;
    color: #d4d5d6 !important
}

.button[disabled].button-slim,
.button[disabled]:hover.button-slim {
    line-height: 38px
}

.button-default {
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #d4d5d6;
    font-size: 14px;
    color: #414448;
    font-weight: 700;
    font-family: Helvetica
}

.button-default:hover {
    background-color: #eeeeef
}

.button-slim {
    line-height: 40px
}

.button.bg-color-1.bg-darken-1.button-slim,
.button.bg-color-1.bg-darken-2.button-slim,
.button.bg-color-1.bg-darken-3.button-slim,
.button.bg-color-1.bg-lighten-1.button-slim,
.button.bg-color-1.bg-lighten-2.button-slim,
.button.bg-color-1.bg-lighten-3.button-slim,
.button.bg-color-2.bg-darken-1.button-slim,
.button.bg-color-2.bg-darken-2.button-slim,
.button.bg-color-2.bg-darken-3.button-slim,
.button.bg-color-2.bg-lighten-1.button-slim,
.button.bg-color-2.bg-lighten-2.button-slim,
.button.bg-color-2.bg-lighten-3.button-slim,
.button.bg-color-3.bg-darken-1.button-slim,
.button.bg-color-3.bg-darken-2.button-slim,
.button.bg-color-3.bg-darken-3.button-slim,
.button.bg-color-3.bg-lighten-1.button-slim,
.button.bg-color-3.bg-lighten-2.button-slim,
.button.bg-color-3.bg-lighten-3.button-slim,
.button.bg-color-4.bg-darken-1.button-slim,
.button.bg-color-4.bg-darken-2.button-slim,
.button.bg-color-4.bg-darken-3.button-slim,
.button.bg-color-4.bg-lighten-1.button-slim,
.button.bg-color-4.bg-lighten-2.button-slim,
.button.bg-color-4.bg-lighten-3.button-slim,
.button.o-bg-color-1.o-bg-darken-1.button-slim,
.button.o-bg-color-1.o-bg-darken-2.button-slim,
.button.o-bg-color-1.o-bg-darken-3.button-slim,
.button.o-bg-color-1.o-bg-lighten-1.button-slim,
.button.o-bg-color-1.o-bg-lighten-2.button-slim,
.button.o-bg-color-1.o-bg-lighten-3.button-slim,
.button.o-bg-color-2.o-bg-darken-1.button-slim,
.button.o-bg-color-2.o-bg-darken-2.button-slim,
.button.o-bg-color-2.o-bg-darken-3.button-slim,
.button.o-bg-color-2.o-bg-lighten-1.button-slim,
.button.o-bg-color-2.o-bg-lighten-2.button-slim,
.button.o-bg-color-2.o-bg-lighten-3.button-slim,
.button.o-bg-color-3.o-bg-darken-1.button-slim,
.button.o-bg-color-3.o-bg-darken-2.button-slim,
.button.o-bg-color-3.o-bg-darken-3.button-slim,
.button.o-bg-color-3.o-bg-lighten-1.button-slim,
.button.o-bg-color-3.o-bg-lighten-2.button-slim,
.button.o-bg-color-3.o-bg-lighten-3.button-slim,
.button.o-bg-color-4.o-bg-darken-1.button-slim,
.button.o-bg-color-4.o-bg-darken-2.button-slim,
.button.o-bg-color-4.o-bg-darken-3.button-slim,
.button.o-bg-color-4.o-bg-lighten-1.button-slim,
.button.o-bg-color-4.o-bg-lighten-2.button-slim,
.button.o-bg-color-4.o-bg-lighten-3.button-slim {
    line-height: 38px
}

.button .text-color-1 {
    color: #ff5e4d
}

.button .bg-color-1 {
    background-color: #ff5e4d;
    border: 1px solid transparent
}

.button .o-bg-color-1 {
    box-sizing: border-box;
    border: 1px solid #ff5e4d
}

.button.text-color-1.t-lighten-1 {
    color: #ff9e94
}

.button.bg-color-1.bg-lighten-1 {
    background-color: #ff9e94;
    border: 1px solid transparent
}

.button.o-bg-color-1.o-bg-lighten-1 {
    box-sizing: border-box;
    border: 1px solid #ff9e94
}

.button.text-color-1.t-lighten-2 {
    color: #ffd7d3
}

.button.bg-color-1.bg-lighten-2 {
    background-color: #ffd7d3;
    border: 1px solid transparent
}

.button.o-bg-color-1.o-bg-lighten-2 {
    box-sizing: border-box;
    border: 1px solid #ffd7d3
}

.button.text-color-1.t-lighten-3 {
    color: #ffefed
}

.button.bg-color-1.bg-lighten-3 {
    background-color: #ffefed;
    border: 1px solid transparent
}

.button.o-bg-color-1.o-bg-lighten-3 {
    box-sizing: border-box;
    border: 1px solid #ffefed
}

.button.text-color-1.t-darken-1 {
    color: #cc4b3e
}

.button.bg-color-1.bg-darken-1 {
    background-color: #cc4b3e;
    border: 1px solid transparent
}

.button.o-bg-color-1.o-bg-darken-1 {
    box-sizing: border-box;
    border: 1px solid #cc4b3e
}

.button.text-color-1.t-darken-2 {
    color: #802f27
}

.button.bg-color-1.bg-darken-2 {
    background-color: #802f27;
    border: 1px solid transparent
}

.button.o-bg-color-1.o-bg-darken-2 {
    box-sizing: border-box;
    border: 1px solid #802f27
}

.button.text-color-1.t-darken-3 {
    color: #4d1c17
}

.button.bg-color-1.bg-darken-3 {
    background-color: #4d1c17;
    border: 1px solid transparent
}

.button.o-bg-color-1.o-bg-darken-3 {
    box-sizing: border-box;
    border: 1px solid #4d1c17
}

.button.bg-color-1:focus,
.button.bg-color-1:hover,
.button.o-bg-color-1:focus,
.button.o-bg-color-1:hover {
    opacity: .8
}

.button .text-color-2 {
    color: #4f79e9
}

.button .bg-color-2 {
    background-color: #4f79e9;
    border: 1px solid transparent
}

.button .o-bg-color-2 {
    box-sizing: border-box;
    border: 1px solid #4f79e9
}

.button.text-color-2.t-lighten-1 {
    color: #95aff2
}

.button.bg-color-2.bg-lighten-1 {
    background-color: #95aff2;
    border: 1px solid transparent
}

.button.o-bg-color-2.o-bg-lighten-1 {
    box-sizing: border-box;
    border: 1px solid #95aff2
}

.button.text-color-2.t-lighten-2 {
    color: #d3defa
}

.button.bg-color-2.bg-lighten-2 {
    background-color: #d3defa;
    border: 1px solid transparent
}

.button.o-bg-color-2.o-bg-lighten-2 {
    box-sizing: border-box;
    border: 1px solid #d3defa
}

.button.text-color-2.t-lighten-3 {
    color: #edf2fd
}

.button.bg-color-2.bg-lighten-3 {
    background-color: #edf2fd;
    border: 1px solid transparent
}

.button.o-bg-color-2.o-bg-lighten-3 {
    box-sizing: border-box;
    border: 1px solid #edf2fd
}

.button.text-color-2.t-darken-1 {
    color: #3f61ba
}

.button.bg-color-2.bg-darken-1 {
    background-color: #3f61ba;
    border: 1px solid transparent
}

.button.o-bg-color-2.o-bg-darken-1 {
    box-sizing: border-box;
    border: 1px solid #3f61ba
}

.button.text-color-2.t-darken-2 {
    color: #283d75
}

.button.bg-color-2.bg-darken-2 {
    background-color: #283d75;
    border: 1px solid transparent
}

.button.o-bg-color-2.o-bg-darken-2 {
    box-sizing: border-box;
    border: 1px solid #283d75
}

.button.text-color-2.t-darken-3 {
    color: #182446
}

.button.bg-color-2.bg-darken-3 {
    background-color: #182446;
    border: 1px solid transparent
}

.button.o-bg-color-2.o-bg-darken-3 {
    box-sizing: border-box;
    border: 1px solid #182446
}

.button.bg-color-2:focus,
.button.bg-color-2:hover,
.button.o-bg-color-2:focus,
.button.o-bg-color-2:hover {
    opacity: .8
}

.button .text-color-3 {
    color: #0ecfe9
}

.button .bg-color-3 {
    background-color: #0ecfe9;
    border: 1px solid transparent
}

.button .o-bg-color-3 {
    box-sizing: border-box;
    border: 1px solid #0ecfe9
}

.button.text-color-3.t-lighten-1 {
    color: #6ee2f2
}

.button.bg-color-3.bg-lighten-1 {
    background-color: #6ee2f2;
    border: 1px solid transparent
}

.button.o-bg-color-3.o-bg-lighten-1 {
    box-sizing: border-box;
    border: 1px solid #6ee2f2
}

.button.text-color-3.t-lighten-2 {
    color: #c3f3fa
}

.button.bg-color-3.bg-lighten-2 {
    background-color: #c3f3fa;
    border: 1px solid transparent
}

.button.o-bg-color-3.o-bg-lighten-2 {
    box-sizing: border-box;
    border: 1px solid #c3f3fa
}

.button.text-color-3.t-lighten-3 {
    color: #e7fafd
}

.button.bg-color-3.bg-lighten-3 {
    background-color: #e7fafd;
    border: 1px solid transparent
}

.button.o-bg-color-3.o-bg-lighten-3 {
    box-sizing: border-box;
    border: 1px solid #e7fafd
}

.button.text-color-3.t-darken-1 {
    color: #0ba6ba
}

.button.bg-color-3.bg-darken-1 {
    background-color: #0ba6ba;
    border: 1px solid transparent
}

.button.o-bg-color-3.o-bg-darken-1 {
    box-sizing: border-box;
    border: 1px solid #0ba6ba
}

.button.text-color-3.t-darken-2 {
    color: #076875
}

.button.bg-color-3.bg-darken-2 {
    background-color: #076875;
    border: 1px solid transparent
}

.button.o-bg-color-3.o-bg-darken-2 {
    box-sizing: border-box;
    border: 1px solid #076875
}

.button.text-color-3.t-darken-3 {
    color: #043e46
}

.button.bg-color-3.bg-darken-3 {
    background-color: #043e46;
    border: 1px solid transparent
}

.button.o-bg-color-3.o-bg-darken-3 {
    box-sizing: border-box;
    border: 1px solid #043e46
}

.button.bg-color-3:focus,
.button.bg-color-3:hover,
.button.o-bg-color-3:focus,
.button.o-bg-color-3:hover {
    opacity: .8
}

.button .text-color-4 {
    color: #51555a
}

.button .bg-color-4 {
    background-color: #51555a;
    border: 1px solid transparent
}

.button .o-bg-color-4 {
    box-sizing: border-box;
    border: 1px solid #51555a
}

.button.text-color-4.t-lighten-1 {
    color: #97999c
}

.button.bg-color-4.bg-lighten-1 {
    background-color: #97999c;
    border: 1px solid transparent
}

.button.o-bg-color-4.o-bg-lighten-1 {
    box-sizing: border-box;
    border: 1px solid #97999c
}

.button.text-color-4.t-lighten-2 {
    color: #d4d5d6
}

.button.bg-color-4.bg-lighten-2 {
    background-color: #d4d5d6;
    border: 1px solid transparent
}

.button.o-bg-color-4.o-bg-lighten-2 {
    box-sizing: border-box;
    border: 1px solid #d4d5d6
}

.button.text-color-4.t-lighten-3 {
    color: #eeeeef
}

.button.bg-color-4.bg-lighten-3 {
    background-color: #eeeeef;
    border: 1px solid transparent
}

.button.o-bg-color-4.o-bg-lighten-3 {
    box-sizing: border-box;
    border: 1px solid #eeeeef
}

.button.text-color-4.t-darken-1 {
    color: #414448
}

.button.bg-color-4.bg-darken-1 {
    background-color: #414448;
    border: 1px solid transparent
}

.button.o-bg-color-4.o-bg-darken-1 {
    box-sizing: border-box;
    border: 1px solid #414448
}

.button.text-color-4.t-darken-2 {
    color: #292b2d
}

.button.bg-color-4.bg-darken-2 {
    background-color: #292b2d;
    border: 1px solid transparent
}

.button.o-bg-color-4.o-bg-darken-2 {
    box-sizing: border-box;
    border: 1px solid #292b2d
}

.button.text-color-4.t-darken-3 {
    color: #181a1b
}

.button.bg-color-4.bg-darken-3 {
    background-color: #181a1b;
    border: 1px solid transparent
}

.button.o-bg-color-4.o-bg-darken-3 {
    box-sizing: border-box;
    border: 1px solid #181a1b
}

.button.bg-color-4:focus,
.button.bg-color-4:hover,
.button.o-bg-color-4:focus,
.button.o-bg-color-4:hover {
    opacity: .8
}

.select-wrapper input.select-dropdown.valid,
.select-wrapper input.select-dropdown.valid:hover,
input.valid[type=text],
input.valid[type=text]:hover,
input.valid[type=email],
input.valid[type=email]:hover,
input.valid[type=password],
input.valid[type=password]:hover,
select.valid,
select.valid:hover,
textarea.valid,
textarea.valid:hover {
    border-bottom: 1px solid #09a912;
    box-shadow: 0 1px 0 0 #09a912
}

.select-wrapper input.select-dropdown.error,
.select-wrapper input.select-dropdown.error:hover,
input.error[type=text],
input.error[type=text]:hover,
input.error[type=email],
input.error[type=email]:hover,
input.error[type=password],
input.error[type=password]:hover,
select.error,
select.error:hover,
textarea.error,
textarea.error:hover {
    border-bottom: 1px solid #f44747;
    box-shadow: 0 1px 0 0 #f44747
}

.select-wrapper input.select-dropdown,
input[type=text],
input[type=email],
input[type=password],
select,
textarea {
    border-radius: 3px;
    border: 1px solid #d0e2fb;
    background-color: #fff;
    font-size: 14px;
    color: #51555a;
    font-weight: 300;
    font-family: Helvetica;
    padding: 0 20px;
    line-height: 48px;
    width: 100%;
    height: initial;
    box-sizing: border-box
}

.select-wrapper input.select-dropdown:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
select:hover,
textarea:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    border: 1px solid #d4d5d6;
    background-color: #fff
}

.select-wrapper input.select-dropdown:active:not([readonly]),
.select-wrapper input.select-dropdown:focus:not([readonly]),
input[type=text]:active:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=email]:active:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=password]:active:not([readonly]),
input[type=password]:focus:not([readonly]),
select:active:not([readonly]),
select:focus:not([readonly]),
textarea:active:not([readonly]),
textarea:focus:not([readonly]) {
    box-shadow: inset 0 0 5px rgba(15, 139, 204, .4);
    border: 1px solid #0ecfe9;
    background-color: #fff
}

select {
    padding: 14px 20px
}

.form-slim {
    line-height: 40px !important
}

select.form-slim {
    height: 40px;
    padding: 10px 20px
}

.select-wrapper .dropdown-content {
    border-radius: 3px
}

.select-wrapper .dropdown-content li:hover:not(.disabled) {
    background-color: #e7fafd
}

.select-wrapper .dropdown-content li:hover:not(.disabled) span {
    color: #0ecfe9
}

.select-wrapper .dropdown-content li span {
    padding: 15px 20px;
    font-size: 14px;
    color: #414448;
    font-weight: 500;
    font-family: Helvetica
}

.select-wrapper .dropdown-content li.disabled {
    border: 1px solid #0ecfe9;
    border-radius: 3px;
    box-sizing: border-box
}

.select-wrapper .dropdown-content li.disabled span {
    padding: 13px 20px
}

.select-wrapper .dropdown-content::before {
    content: '\e5ce';
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: Material Icons
}

.select-wrapper span.caret {
    right: 15px;
    font-size: 0
}

.select-wrapper span.caret::before {
    content: '\e5cf';
    font-size: 26px;
    color: #c5c6c5;
    font-weight: 400;
    font-family: Material Icons;
    display: inline-block;
    z-index: 2;
    position: relative
}

.number-field {
    margin: 0;
    position: relative;
    display: block;
    border: 1px solid transparent
}

.number-field .minus,
.number-field .plus {
    position: absolute;
    top: 0;
    display: inline-block;
    height: 50px;
    width: 52px;
    border: 1px solid #d0e2fb;
    background-color: #fff;
    text-align: center;
    cursor: pointer
}

.number-field .minus::before,
.number-field .plus::before {
    line-height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    content: '';
    width: 100%;
    height: 100%
}

.number-field.form-slim .minus::before,
.number-field.form-slim .plus::before,
.number-field.form-slim input {
    line-height: 40px
}

.tabs li.tab::before,
.tabs-cells .indicator,
.tabs-full .indicator,
nav.pagination .nav-links .page-numbers::before {
    display: none
}

.number-field .minus {
    left: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.number-field .minus::before {
    background-image: url(/wp-content/themes/essayslab/images/minus-icon.png)
}

.number-field .plus {
    right: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.number-field .plus::before {
    background-image: url(/wp-content/themes/essayslab/images/plus-icon.png)
}

.number-field input {
    padding: 0 55px;
    min-width: 150px;
    margin: 0;
    text-align: center
}

.number-field input:focus:not([readonly]),
.number-field input:hover {
    border: 1px solid #d4d5d6;
    background-color: #eeeeef;
    box-shadow: none
}

.number-field.form-slim .minus,
.number-field.form-slim .plus {
    height: 42px;
    width: 40px
}

.with-gap[type=radio]+label,
[type=checkbox]+label {
    font-size: 13px;
    color: #181a1b;
    font-weight: 400;
    font-family: Helvetica
}

.messages .success-message {
    border-radius: 3px;
    margin: 10px 0;
    line-height: 50px;
    background: #e6f6e7;
    border: 1px solid #09a912;
    font-size: 14px;
    color: #09a912;
    font-weight: 400;
    font-family: Helvetica
}

.messages .error-message,
.messages .warning-message {
    border-radius: 3px;
    font-size: 14px;
    line-height: 50px;
    font-family: Helvetica;
    font-weight: 400
}

.messages .success-message .material-icons {
    vertical-align: middle;
    line-height: 50px;
    margin: 0 10px
}

.messages .success-message .material-icons[title=Delete] {
    padding-bottom: 3px
}

.messages .warning-message {
    margin: 10px 0;
    background: #fff7eb;
    border: 1px solid #fa3;
    color: #fa3
}

.messages .warning-message .material-icons {
    vertical-align: middle;
    line-height: 50px;
    margin: 0 10px
}

.messages .warning-message .material-icons[title=Delete] {
    padding-bottom: 3px
}

.messages .error-message {
    margin: 10px 0;
    background: #feeded;
    border: 1px solid #f44747;
    color: #f44747
}

.messages .error-message .material-icons {
    vertical-align: middle;
    line-height: 50px;
    margin: 0 10px
}

.messages .error-message .material-icons[title=Delete] {
    padding-bottom: 3px
}

.messages .info-message {
    border-radius: 3px;
    margin: 10px 0;
    line-height: 50px;
    background: #e9f6fe;
    border: 1px solid #21a5f8;
    font-size: 14px;
    color: #21a5f8;
    font-weight: 400;
    font-family: Helvetica
}

.messages .info-message .material-icons {
    vertical-align: middle;
    line-height: 50px;
    margin: 0 10px
}

.messages .info-message .material-icons[title=Delete] {
    padding-bottom: 3px
}

.messages-close {
    float: right
}

.messages-close:focus,
.messages-close:hover {
    text-decoration: none;
    cursor: pointer
}

.messages-close::before {
    line-height: 50px
}

.breadcrumbs .buttons .button-info,
.messages-slim,
.messages-slim .alert-close::before {
    line-height: 40px
}
nav.pagination {
    background: none;
}

nav.pagination .nav-links .page-numbers {
    display: inline-block;
    height: 30px;
    width: 20px;
    padding: 0;
    margin: 0 5px;
    color: #414448;
    font-size: 18px;
    font-weight: 600;
    font-family: Helvetica;
    transition: all .3s;
}

nav.pagination .nav-links .page-numbers.current {
    background-color: #0ecfe9;
    border-radius: 50%;
    background: 0 0;
    line-height: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #ff5e4d
}

nav.pagination .nav-links .page-numbers:focus,
nav.pagination .nav-links .page-numbers:hover {
    font-size: 25px;
    line-height: 30px;
    color: #292b2d;
    font-family: Helvetica
}

.pop-up-body,
.tabs li.tab a {
    color: #51555a
}

.pop-up {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    min-width: 320px;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #d4d5d6
}

.pop-up-body {
    font-size: 13px;
    font-weight: 400;
    font-family: Helvetica;
    text-align: justify
}

.tabs li.tab a,
.tabs li.tab a.active,
.tabs li.tab a:hover,
.tabs li.tab.disabled a,
.tabs li.tab.disabled a:hover,
.tabs-full li.tab a,
.tabs-full li.tab a:hover {
    font-weight: 500;
    font-family: Helvetica;
    font-size: 15px
}

.custom-writing-banner .button-box,
.top-message,
.top-message .text {
    text-align: center
}

.tabs {
    border: none
}

.tabs li.tab a.active,
.tabs li.tab a:hover {
    color: #181a1b
}

.tabs li.tab.disabled a,
.tabs li.tab.disabled a:hover {
    color: #414448
}

.tabs-full {
    background-color: #e7fafd
}

.tabs-full li.tab a {
    color: #13aeff;
    border: 1px solid transparent;
    border-bottom-color: #c4ebff
}

.tabs-full li.tab a:hover {
    color: #13aeff
}

.tabs-full li.tab a.active {
    font-size: 15px;
    color: #0ba6ba;
    font-weight: 400;
    font-family: Helvetica;
    background-color: #fff;
    border: 1px solid #c4ebff;
    border-bottom-color: transparent
}

.tabs-cells li.tab a,
.tabs-cells li.tab a:hover {
    font-weight: 500;
    font-size: 15px;
    font-family: Helvetica
}

.tabs-cells {
    border: 1px solid #c4ebff;
    border-radius: 3px
}

.tabs-cells li.tab a {
    color: #0f8bcc
}

.tabs-cells li.tab a:hover {
    background-color: #e8f7ff;
    border: 1px solid #c4ebff;
    border-top: none;
    border-bottom: none;
    color: #09577f
}

.tabs-cells li.tab a.active {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-family: Helvetica;
    background-color: #13aeff
}

.call-to-action,
.tabs .indicator {
    background-color: #0ecfe9
}

.top-message {
    display: block;
    position: relative;
    background: #49c0f9;
    padding: 15px 40px
}

.top-message#close_message {
    display: none !important
}

.top-message img {
    width: auto;
    max-width: 100%
}

.top-message .text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff
}

.top-message #close-attention {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer
}

body .featherlight .featherlight-content.featherlight-user-area {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: unset;
    max-height: 100%
}

.parallax-container .parallax img {
    display: block
}

#samples-title,
.essays-samples-list {
    display: block;
    width: 95%;
    margin: 30px auto;
    position: relative;
    font-family: Helvetica;
    box-shadow: .78px 2.9px 20px 0 rgba(75, 77, 84, .13);
    border-radius: 5px;
    padding: 60px 15px 60px 238px;
    overflow: hidden
}

#samples-title:before,
.essays-samples-list:before {
    content: '';
    display: block;
    position: absolute;
    width: 270px;
    height: 325px;
    background: url(/wp-content/themes/essayslab/images/samples-before-pic.png) center no-repeat;
    right: -84px;
    bottom: -176px;
    z-index: -1
}

.o-imb table.imb tr th:after,
.o-imb table.imb tr th:before {
    background: #d0e2fb;
    left: 50%;
    border-radius: 50%;
    position: absolute
}

#samples-title:after,
.essays-samples-list:after {
    content: url(/wp-content/themes/essayslab/images/samples-after-pic.png);
    position: absolute;
    top: -20px;
    right: 26%
}

#samples-title .samples-title-picture,
.essays-samples-list .samples-title-picture {
    display: block;
    width: auto;
    position: absolute;
    left: 0;
    bottom: -21px
}

#samples-title .samples-title-logo,
.essays-samples-list .samples-title-logo {
    width: auto;
    position: absolute;
    right: 34px;
    top: 20px
}

#samples-title .title,
#samples-title h4,
.essays-samples-list .title,
.essays-samples-list h4 {
    display: block;
    font-size: 27px;
    line-height: 30px;
    margin: 0;
    color: #181a1b
}

#samples-title .title.name,
#samples-title h4.name,
.essays-samples-list .title.name,
.essays-samples-list h4.name {
    font-weight: 700
}

.essays-samples-list {
    padding: 55px 15px 30px 238px
}

.essays-samples-list p {
    margin: 0
}

.free-essays-categories ul {
    display: block;
    padding: 0 40px
}

.free-essays-categories ul li a {
    position: relative;
    font-size: 15px;
    color: #51555a;
    font-weight: 400;
    display: block;
    font-family: Helvetica;
    width: 100%;
    max-width: 100%;
    padding: 20px 0 20px 70px;
    margin: 5px 0;
    border: 1px solid #d0e2fb;
    border-radius: 5px
}

.free-essays-categories ul li a:hover {
    background: #d0e2fb
}

.free-essays-categories ul li a:after {
    content: '\e147';
    font-family: "Material Icons";
    position: absolute;
    font-size: 25px;
    color: #3a6ce7;
    right: 20px;
    top: 12px
}

.free-essays-categories ul li a:before {
    position: absolute;
    left: 20px;
    top: 15px
}

.free-essays-categories ul li span {
    color: #97999c
}

.free-essays-categories ul li::before {
    color: #414448;
    font-size: 7px
}

.free-essays-categories ul li:nth-child(1) a:before {
    content: url(/wp-content/themes/essayslab/images/health.png)
}

.free-essays-categories ul li:nth-child(2) a:before {
    content: url(/wp-content/themes/essayslab/images/medicine.png)
}

.free-essays-categories ul li:nth-child(3) a:before {
    content: url(/wp-content/themes/essayslab/images/analysis-icon.png)
}

.free-essays-categories ul li:nth-child(4) a:before {
    content: url(/wp-content/themes/essayslab/images/book-review-icon.png)
}

.free-essays-categories ul li:nth-child(5) a:before {
    content: url(/wp-content/themes/essayslab/images/critical.png)
}

.free-essays-categories ul li:nth-child(6) a:before {
    content: url(/wp-content/themes/essayslab/images/psyhology.png)
}

.free-essays-categories ul li:nth-child(7) a:before {
    content: url(/wp-content/themes/essayslab/images/research.png)
}

.free-essays-categories ul li:nth-child(8) a:before {
    content: url(/wp-content/themes/essayslab/images/history.png)
}

.free-essays-categories ul li:nth-child(9) a:before {
    content: url(/wp-content/themes/essayslab/images/literature.png)
}

.free-essays-categories ul li:nth-child(10) a:before {
    content: url(/wp-content/themes/essayslab/images/management.png)
}

.free-essays-categories ul li:nth-child(11) a:before {
    content: url(/wp-content/themes/essayslab/images/school.png)
}

.free-essays-categories ul li:nth-child(12) a:before {
    content: url(/wp-content/themes/essayslab/images/exploratory.png)
}


.custom-writing-banner {
    display: block;
    clear: both;
    padding-left: 223px;
    padding-top: 25px;
    width: 100%;
    height: auto;
    min-height: 280px;
    border: 1px solid #d0e2fb;
    border-radius: 30px;
    position: relative;
    background: url(/wp-content/themes/essayslab/images/doctor-girl.png) -69px -10px no-repeat
}

.custom-writing-banner .banner-title {
    font-family: Helvetica;
    font-size: 30px;
    color: #3a6ce7
}

.custom-writing-banner .list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px
}

.custom-writing-banner .list li {
    line-height: 23px;
    margin-bottom: 7px;
    font-size: 16px
}

.custom-writing-banner .list li span {
    font-weight: 600
}

.custom-writing-banner .button-box .button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400
}

.custom-writing-banner .button-box .button.chat-button {
    background: #34c635
}

.custom-writing-banner .button-box .button.chat-button:hover {
    background: 0 0;
    border: 1px solid #34c635;
    color: #34c635;
    line-height: 48px
}

body .discounts-short {
    background: 0 0
}

.our-discount-2:before,
body .discounts-short:before {
    background: url(/wp-content/themes/essayslab/images/discounts-icon.png) center no-repeat
}

body .discounts-short:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    left: -105px;
    top: 100px
}

body .discounts-short .discount-banner-block {
    padding: 0;
    height: 380px
}

body .discounts-short .discount-banner-block .discounts-percents .disk-box {
    height: 320px;
    padding: 60px 0 80px
}

body .discounts-short .discount-banner-block .discounts-percents .disk-box .percent img {
    width: 50%
}

body .discounts-short .discount-banner-block .discounts-percents .disk-box .percent .off {
    line-height: 33px;
    font-size: 28px;
    left: calc(50% - 36px)
}

body .discounts-short .discount-banner-block .discounts-percents .disk-box .percent .off span {
    font-size: 40px
}

body .discounts-short .discount-banner-block .discounts-percents .disk-box.active .button {
    border: 1px solid #4f79e9;
    height: 44px;
    max-width: 180px;
    line-height: 41px;
    margin: 15px auto 0;
    font-size: 13px
}

.discounts-banner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 177px;
    border-radius: 10px;
    background: url(/wp-content/themes/essayslab/images/discounts-banner-bg.png) center no-repeat;
    background-size: cover
}

.discounts-banner:before {
    content: '';
    display: block;
    width: 235px;
    height: 167px;
    position: absolute;
    left: 0;
    bottom: -13px;
    background: url(/wp-content/themes/essayslab/images/discounts-girl.png) center no-repeat
}

.discounts-banner .text {
    text-align: right;
    font-family: Helvetica;
    font-size: 31px;
    font-weight: 300;
    margin-top: 50px;
    color: #fff;
    line-height: 41px;
    padding-left: 30px
}

#back-to-top,
.block-buttons,
.page-404 .page-404-text {
    text-align: center
}

.discounts-banner .text .percent {
    font-size: 45px;
    font-weight: 600;
    color: #ffe4af
}

.discounts-banner .text .your-order {
    font-weight: 400
}

.discounts-banner .text .code {
    font-size: 20px;
    line-height: 20px
}

.discounts-banner .text .code span {
    font-size: 30px;
    color: #ff5e4d;
    font-weight: 500
}

.discounts-banner .banner-button {
    position: relative;
    right: 18px;
    margin-top: 63px;
    width: 190px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-transform: uppercase
}

.wrap-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

.wrap-banner i {
    display: inline-block !important;
    position: absolute;
    right: 0;
    top: 15px;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 99999999;
    padding: 9px;
    cursor: pointer
}

.banner-first-discount {
    position: relative;
    overflow: hidden
}

.banner-first-discount .desktop {
    margin-bottom: -6px;
    width: 101%;
    margin-left: -5px
}

.banner-first-discount .mobile,
.banner-first-discount .tablet {
    display: none
}

.page-404 .page-404-image img {
    width: 100%
}

.page-404 .page-404-text h1 {
    font-weight: 300;
    text-transform: uppercase
}

.page-404 .page-404-text .text {
    font-size: 25px;
    font-weight: 300;
    line-height: 34px
}

.block-buttons a,
.page-404 .buttons .back,
.page-404 .buttons .home {
    font-weight: 500;
    text-transform: uppercase
}

.page-404 .buttons .back {
    color: #51555a;
    height: 43px;
    line-height: 41px;
    border-radius: 30px;
    border: 1px solid #c6c7c5;
    font-size: 14px
}

#back-to-top {
    position: fixed;
    bottom: 185px;
    right: 25px;
    z-index: 99;
    width: 65px;
    height: 65px;
    line-height: 30px;
    background: url(/wp-content/themes/essayslab/images/top.png) center no-repeat;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
    border-radius: 100%;
    background-size: 60px
}

.new-live-chat,
.new-site-phone {
    bottom: 117px;
    height: 60px;
    position: fixed;
    z-index: 99
}

#back-to-top.show {
    opacity: 1
}

#back-to-top:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .5s;
    box-shadow: 0 2px 24px 8px rgba(0, 0, 0, .75)
}

.new-live-chat {
    right: 26px;
    width: 60px;
    background: url(/wp-content/themes/essayslab/images/chat-icon.png) center no-repeat;
    background-size: 60px;
    border-radius: 50%
}

.new-live-chat:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .5s;
    box-shadow: 0 2px 24px 8px rgba(0, 0, 0, .75)
}

@-webkit-keyframes animate-box {

    0%,
    100% {
        box-shadow: 0 2px 24px 8px rgba(0, 0, 0, .75)
    }

    50% {
        box-shadow: 0 0 25px 5px silver
    }
}

@keyframes animate-box {

    0%,
    100% {
        box-shadow: 0 2px 24px 8px rgba(0, 0, 0, .75)
    }

    50% {
        box-shadow: 0 0 25px 5px silver
    }
}

.new-site-phone {
    left: 25px;
    width: 224px;
    background: url(/wp-content/themes/essayslab/images/phone-icon.png) left no-repeat;
    background-size: 60px;
    border-radius: 0
}

.btn-phone-fade {
    display: none;
    width: 186px;
    left: 37px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

body.footer-margin #back-to-top {
    bottom: 179px
}

body.footer-margin .new-live-chat,
body.footer-margin .new-site-phone {
    bottom: 107px
}

.services-short .serv-boxes {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.services-short .serv-boxes .s-box {
    width: calc(100%/3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 23px;
    border: 1px solid #d0e1fb;
    border-top: none
}

.services-short .serv-boxes .s-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-short .serv-boxes .s-box span {
    margin-left: 11px;
    font-family: Helvetica
}

.services-short .serv-boxes .s-box img {
    width: auto;
    height: auto
}

.services-short .serv-boxes .s-box:nth-child(3n) {
    padding-right: 0;
    border-left: none
}

.services-short .serv-boxes .s-box:nth-child(3n+1) {
    padding-left: 0;
    border-right: none
}

.services-short .serv-boxes .s-box:nth-child(1) {
    border-top: none;
    border-left: none
}

.services-short .serv-boxes .s-box:nth-child(1):hover {
    background: rgba(12, 139, 175, .5)
}

.services-short .serv-boxes .s-box:nth-child(2) {
    border-top: none
}

.services-short .serv-boxes .s-box:nth-child(2):hover {
    background: rgba(208, 225, 251, .8)
}

.services-short .serv-boxes .s-box:nth-child(3) {
    border-top: none;
    border-right: none
}

.services-short .serv-boxes .s-box:nth-child(3):hover {
    background: rgba(255, 228, 175, .7)
}

.services-short .serv-boxes .s-box:nth-child(4) {
    border-left: none;
    border-top: none
}

.services-short .serv-boxes .s-box:nth-child(4):hover {
    background: rgba(24, 193, 231, .5)
}

.services-short .serv-boxes .s-box:nth-child(5):hover {
    background: rgba(255, 94, 77, .7)
}

.services-short .serv-boxes .s-box:nth-child(6) {
    border-right: none
}

.services-short .serv-boxes .s-box:nth-child(6):hover {
    background: rgba(58, 108, 231, .8)
}

.services-short .serv-boxes .s-box:nth-child(7) {
    border-left: none;
    border-bottom: none
}

.services-short .serv-boxes .s-box:nth-child(7):hover {
    background: rgba(58, 108, 231, .5)
}

.services-short .serv-boxes .s-box:nth-child(8) {
    border-bottom: none
}

.services-short .serv-boxes .s-box:nth-child(8):hover {
    background: rgba(87, 183, 117, .7)
}

.services-short .serv-boxes .s-box:nth-child(9) {
    border-bottom: none;
    border-right: none
}

.services-short .serv-boxes .s-box:nth-child(9):hover {
    background: #d0e1fb
}

.block-buttons {
    display: block
}

.block-buttons a {
    display: inline-block;
    width: 200px;
    min-width: 230px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    margin: 0 11px
}

.block-buttons a.prices-button {
    border: 2px solid #4f79e9;
    border-radius: 30px;
    line-height: 54px;
    color: #4f79e9
}

.block-buttons a.prices-button:hover {
    background: #4f79e9;
    color: #fff
}

.our-advantages-list {
    font-family: Helvetica;
    padding: 50px;
    border: 1px solid #d0e2fb;
    border-radius: 30px
}

.our-advantages-list .mini-title {
    font-size: 22px;
    color: #2f2f2f;
    position: relative
}

.our-advantages-list .mini-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 2px;
    background: #4f79e9;
    left: 0;
    bottom: -12px
}

.our-advantages-list ul {
    font-weight: 300;
    margin-top: 35px
}

.our-advantages-list ul li {
    position: relative;
    padding-left: 30px;
    margin: 5px 0
}

.our-advantages-list ul li:before {
    content: '\e5ca';
    font-family: "Material Icons";
    position: absolute;
    left: 0;
    color: #4f79e9
}

.essays-banner-block,
.talk-block {
    position: relative;
    text-align: center
}

.talk-block {
    display: block;
    width: 100%;
    height: auto;
    min-height: 165px;
    background: url(/wp-content/themes/essayslab/images/talk-bg-min.png) center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding-top: 25px;
    margin: 47px 0 0
}

.talk-block .text {
    font-family: Helvetica;
    color: #fff;
    font-size: 30px
}

.talk-block .talk-button {
    width: 100%;
    display: block;
    max-width: 245px;
    height: 55px;
    line-height: 55px;
    margin: 5px auto 0;
    left: calc(50% - 131px);
    font-size: 16px
}

.talk-block img {
    position: absolute
}

.talk-block img.left-img {
    left: 0;
    bottom: -4px;
    width: auto
}

.talk-block img.right-img {
    right: 0;
    bottom: -1px;
    width: auto
}

a.button-link {
    display: inline-block;
    border: 1px solid #4f79e9;
    border-radius: 30px;
    padding: 10px 20px;
    color: #4f79e9;
    margin: 12px 5px
}

a.button-link:hover {
    color: #fff;
    background: #4f79e9
}

.essays-banner-block {
    display: block;
    width: 100%;
    height: auto;
    min-height: 173px;
    background: url(/wp-content/themes/essayslab/images/essays-banner-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding-top: 25px
}

.essays-banner-block .text {
    font-family: Helvetica;
    color: #fff;
    font-size: 30px
}

.essays-banner-block .text br {
    display: none
}

.essays-banner-block .talk-button {
    width: 100%;
    display: block;
    max-width: 245px;
    height: 55px;
    line-height: 55px;
    margin: 5px auto 0;
    left: calc(50% - 131px);
    font-size: 16px;
    text-transform: uppercase
}

.essays-banner-block img {
    position: absolute
}

.essays-banner-block img.left-img {
    left: 0;
    bottom: 0;
    width: auto
}

.essays-banner-block img.right-img {
    right: 0;
    bottom: 0;
    width: auto
}

.terms-table {
    width: 100%;
    max-width: 60%
}

.terms-table tr td {
    padding: 0 5px;
    border: 1px solid
}

.cust-title-1,
.cust-title-2,
.cust-title-3,
.cust-title-4,
.cust-title-5,
.cust-title-6 {
    position: relative;
    padding-left: 55px
}

.cust-title-1:before,
.cust-title-2:before,
.cust-title-3:before,
.cust-title-4:before,
.cust-title-5:before,
.cust-title-6:before {
    position: absolute;
    left: 0
}

.cust-title-1:before {
    content: url(/wp-content/themes/essayslab/images/guarantees-icon-1.png)
}

.cust-title-2:before {
    content: url(/wp-content/themes/essayslab/images/guarantees-icon-2.png)
}

.cust-title-3:before {
    content: url(/wp-content/themes/essayslab/images/guarantees-icon-3.png)
}

.cust-title-4:before {
    content: url(/wp-content/themes/essayslab/images/guarantees-icon-4.png)
}

.cust-title-5:before {
    content: url(/wp-content/themes/essayslab/images/guarantees-icon-5.png)
}

.cust-title-6:before {
    content: url(/wp-content/themes/essayslab/images/guarantees-icon-6.png)
}

.samples-slider .slick-track {
    margin: 0 auto
}

.samples-slider .download-file-qa {
    text-align: center
}

.samples-slider .presentation-button {
    min-width: 247px
}

.samples-slider .presentation-button i {
    position: relative;
    top: 9px;
    right: 8px
}

.samples-slider .download-file {
    text-align: center
}

.samples-slider .slider {
    height: 100%
}

.samples-slider .slick-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    padding: 0 15px
}

.samples-slider .slick-slide img {
    margin: 33px 0;
    border: 1px solid;
    max-width: 100%
}

.samples-slider .slick-next,
.samples-slider .slick-prev {
    border-radius: 50px;
    position: absolute;
    z-index: 999;
    color: transparent;
    background: 0 0;
    border: none;
    display: block;
    width: 40px;
    height: 40px
}

.samples-slider .slick-next:before,
.samples-slider .slick-prev:before {
    font-size: 27px;
    color: #063642;
    font-weight: 400;
    font-family: FontAwesome;
    line-height: 34px
}

.samples-slider .slick-next {
    right: -24px;
    top: 44%
}

.samples-slider .slick-next:before {
    content: "\f105"
}

.samples-slider .slick-prev {
    top: 44%;
    left: -6px
}

.samples-slider .slick-prev:before {
    content: "\f104"
}

.samples-slider .slick-current+div {
    opacity: 1 !important
}

.samples-slider .stop-slide img {
    border: none
}

.samples-slider .stop-slide .slick-slide {
    opacity: 1
}

.samples-slider .stop-slide .slick-current+div {
    opacity: 1 !important;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.samples-slider .two-slides img {
    border: none
}

.samples-slider .two-slides .slick-slide {
    width: 35% !important;
    opacity: 1
}

.samples-slider .two-slides .slick-slide img {
    margin: 33px 50%
}

.samples-slider .two-slides .slick-current+div {
    opacity: 1 !important;
    -webkit-transform: scale(1);
    transform: scale(1)
}

body .fancybox-slide .fancybox-image-wrap {
    top: 57px
}

#contents {
    display: block
}

#contents .cont-pic {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 20px 0 0 20px
}

#contents .toggle-div a.toggle {
    position: relative;
    padding-left: 22px
}

#contents .toggle-div a.toggle:before {
    content: '\e5cf';
    position: absolute;
    left: 0;
    top: -6px;
    font-family: "Material Icons";
    color: #ff5e4d;
    font-size: 21px;
    font-weight: 600
}

#contents .toggle-div a.toggle:hover:before {
    color: #4f79e9;
    transition: 1s
}

#contents .toggle-div.main a.toggle:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 1s
}

#contents .links-block {
    display: inline-block;
    margin-left: 40px
}

#contents .links-block .title {
    font-size: 24px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica
}

#contents .links-block ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 24px
}

#contents .links-block ul li a:hover {
    padding-left: 5px;
    transition: 1s;
    color: #ff5e4d
}

#contents .links-block ul li:before {
    content: '\e5cc \e5cc';
    position: absolute;
    left: 0;
    font-family: "Material Icons";
    letter-spacing: -12px;
    color: #ff5e4d;
    font-size: 17px;
    font-weight: 600;
    top: -1px
}

#contents .links-block ul.list-top {
    margin-bottom: 0
}

#contents .links-block ul.content-items {
    margin-top: 0
}

.text-box {
    display: block;
    padding: 30px 70px;
    background: url(/wp-content/themes/essayslab/images/bg_cells.svg) no-repeat;
    background-size: cover;
    border-radius: 10px
}

.resume-samples {
    display: block;
    text-align: center
}

.resume-samples .info-block {
    display: inline-block;
    width: 49%;
    margin: 0 10px;
    max-width: 350px;
    height: 400px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .75);
    position: relative
}

.resume-samples .info-block i {
    position: absolute;
    display: none;
    font-size: 50px
}

.resume-samples .info-block .view-file {
    width: 100%;
    height: 100%;
    margin: 0
}

.resume-samples .info-block.one {
    background: url(/wp-content/themes/essayslab/images/edward2.png) center no-repeat;
    background-size: contain
}

.resume-samples .info-block.one:hover {
    transition: 1s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: none
}

.resume-samples .info-block.one:hover i {
    display: block;
    left: 0;
    bottom: 0
}

.resume-samples .info-block.two {
    background: url(/wp-content/themes/essayslab/images/debra2.png) center no-repeat;
    background-size: contain
}

.resume-samples .info-block.two:hover {
    transition: 1s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: none
}

.resume-samples .info-block.two:hover i {
    display: block;
    right: 0;
    bottom: 0
}

.rating-sites .wrapper {
    padding: 10px 0
}

.rating-sites .wrapper .sites {
    display: inline-block;
    width: 33%;
    min-width: 300px;
    position: relative;
    font-size: 16px;
    font-weight: 600
}

.rating-sites .wrapper .sites .name {
    display: inline-block;
    width: 52%;
    font-family: Helvetica;
    font-weight: 400
}

.rating-sites .wrapper .sites .logo {
    width: auto;
    position: relative;
    top: 10px;
    margin-right: 5px
}

.rating-sites .wrapper .sites .stars {
    width: auto;
    display: block;
    margin: 0 auto
}

.rating-sites .wrapper .sites .rating-number {
    display: inline-block;
    width: 30%;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    border-radius: 4px;
    vertical-align: top;
    padding-top: 7px;
    font-family: Helvetica;
    color: #3a6ce7
}

.rating-sites .wrapper .sites.lab .name img {
    width: 135px;
    position: relative;
    top: 10px
}

.rating-sites .wrapper .sites.lab .rating-number {
    padding-top: 5px
}

.rating-sites .wrapper .sites.jabber .rating-number {
    padding-top: 0
}

.stat-short {
    margin: 50px 0
}

.stat-short .statistics {
    padding: 0 40px;
    margin: 0
}

.stat-short .statistics .item .count {
    font-size: 33px;
    font-weight: 500
}

.stat-short .statistics .item:after,
.stat-short .statistics:before {
    display: none
}

.why .info {
    display: inline-block;
    width: 45%;
    vertical-align: top
}

.why .info .title {
    font-size: 26px;
    padding: 48px 0 22px
}

.why .info ul li {
    font-family: Helvetica;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 23px;
    position: relative;
    padding-left: 73px;
    padding-right: 42px
}

.why .info ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px
}

.why .info ul li:first-child:before {
    content: url(/wp-content/themes/essayslab/images/why-icon-1.png)
}

.why .info ul li:nth-child(2):before {
    content: url(/wp-content/themes/essayslab/images/why-icon-2.png)
}

.why .info ul li:last-child:before {
    content: url(/wp-content/themes/essayslab/images/why-icon-3.png)
}

.why .why-us-image {
    display: inline-block;
    width: 54%
}

.reviews-feedback {
    display: block;
    margin: 25px 0
}

.reviews-feedback .image-wrapper {
    display: inline-block;
    width: 49%;
    text-align: center
}

.reviews-feedback .image-wrapper img {
    max-width: 80%
}

.reviews-feedback .reviews-slider {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 35px;
    padding-left: 75px
}

.reviews-feedback .reviews-slider .icon-border {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #dadcdd;
    border-radius: 50%
}

.reviews-feedback .reviews-slider .icon-border img {
    width: 25px;
    height: 28px;
    position: absolute;
    left: 16px;
    top: 15px
}

.reviews-feedback .reviews-slider .name {
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: Helvetica;
    margin-top: 23px
}

.reviews-feedback .reviews-slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    width: 12px;
    height: 18px;
    z-index: 1
}

.reviews-feedback .reviews-slider .slick-arrow.left-arrow {
    right: 100px;
    top: 80px
}

.reviews-feedback .reviews-slider .slick-arrow.right-arrow {
    right: 65px;
    top: 80px
}

.reviews-feedback .reviews-slider .testimonials-block-down ul {
    margin: 0
}

.reviews-feedback .reviews-slider .testimonials-block-down ul li {
    display: inline-block
}

.reviews-feedback .reviews-slider .testimonials-block-down ul li .fa-star:before {
    font-size: 12px;
    color: #ff9a2d
}

.center-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.center-position img {
    width: 40px;
    height: auto;
    margin-right: 10px
}

.list-with-icons {
    display: block;
    padding-left: 0
}

.list-with-icons li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 0
}

.list-with-icons li img {
    width: 50px;
    height: auto;
    margin: 5px 15px 0 0
}

.words-banner .equal,
.words-banner .plus {
    margin: 0 10px;
    font-size: 30px;
    color: #fff
}

.list-with-icons li div {
    line-height: 25px;
    font-size: 16px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.words-banner {
    padding: 10px 0;
    display: block;
    text-align: center;
    font-family: Helvetica;
    background: url(/wp-content/themes/essayslab/images/300-words-banner-bg.png) center no-repeat;
    background-size: cover
}

.words-banner .perc {
    font-size: 29px;
    font-weight: 500;
    color: #ffe4af
}

.words-banner .text {
    color: #fff
}

.words-banner .left-part {
    display: inline-block;
    vertical-align: top
}

.words-banner .left-part .ten-perc {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.words-banner .left-part .text {
    display: inline-block
}

.words-banner .left-part .text .top {
    display: block;
    font-size: 19px
}

.words-banner .left-part .text .bottom {
    display: block;
    font-size: 12px;
    background: #ff5e4d;
    padding: 0 6px;
    border-radius: 30px
}

.words-banner .left-part .text .bottom br {
    display: none
}

.words-banner .right-part {
    display: inline-block
}

.words-banner .right-part .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px
}

.words-banner .right-part .text .top {
    display: block
}

.words-banner .right-part .text .code {
    display: block;
    font-size: 12px;
    background: #ff5e4d;
    padding: 0 6px;
    border-radius: 30px;
    color: #000
}

.words-banner .right-part .text .code span {
    color: #fff
}

.words-banner .right-part .f-teen-perc {
    margin-right: 6px
}

.words-banner .right-part .tw-five-perc {
    color: #0d46d3;
    -webkit-filter: drop-shadow(0 3px 3px #fff);
    filter: drop-shadow(0 3px 3px #fff)
}

.corona-banner,
.corona-banner-short {
    background: url(/wp-content/themes/essayslab/images/corona-banner-bg.png) center no-repeat;
    border-radius: 14px
}

.corona-banner {
    position: relative;
    background-size: cover;
    display: block;
    width: 100%;
    max-width: 93%;
    margin: 0 auto 60px;
    z-index: 1
}

.corona-banner:before {
    content: '';
    position: absolute;
    display: block;
    width: 360px;
    height: 168px;
    background: url(/wp-content/themes/essayslab/images/mask-girl.png) center no-repeat;
    left: 0;
    top: 0;
    z-index: -1
}

.corona-banner .info-block {
    padding: 37px 90px 37px 400px
}

.corona-banner .info-block .title-banner {
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 11px;
    line-height: 32px;
    text-align: left
}

.corona-banner .info-block .title-banner span {
    color: #181a1b;
    font-size: 33px;
    font-weight: 600
}

.corona-banner .info-block p {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    text-align: justify;
    margin: 0
}

.corona-banner .info-block .black-text,
.corona-banner .info-block p span {
    font-weight: 500
}

.social .footer-facebook,
.social .footer-pinterest-p,
.social .footer-twitter {
    height: 37px;
    width: 37px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block
}

.social .footer-facebook {
    background-image: url(/wp-content/themes/essayslab/images/fb-footer-icon.png)
}

.social .footer-twitter {
    background-image: url(/wp-content/themes/essayslab/images/tw-footer-icon.png)
}

.social .footer-pinterest-p {
    background-image: url(/wp-content/themes/essayslab/images/pr-footer-icon.png)
}

.landing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.landing-row img {
    max-width: 100%
}

.landing-row blockquote {
    border-left: 5px solid red
}

.landing-row blockquote p {
    font-size: 18px
}

.landing-row .inner-div {
    width: 62%
}

h2.custom-title {
    font-size: 27px;
    color: #3a6ce7;
    font-weight: 500;
    text-align: left
}

.affiliate-steps {
    display: block;
    background: url(/wp-content/themes/essayslab/images/info-bg.png) left no-repeat;
    padding: 15px 0 15px 185px;
    background-size: cover;
    position: relative
}

.affiliate-steps:before {
    content: '';
    display: block;
    width: 90px;
    height: 100%;
    position: absolute;
    background: url(/wp-content/themes/essayslab/images/inf.svg) center no-repeat;
    left: 31px;
    top: 0
}

.affiliate-steps .step {
    margin: 35px 0
}

@keyframes pulse {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.affiliate-program-page .custom-title {
    font-size: 24px;
    text-align: left;
    color: #3a6ce7;
    font-weight: 500;
    margin-top: 45px
}

.affiliate-program-page .top-block {
    display: block;
    margin-bottom: 110px
}

.affiliate-program-page .top-block .blockleft {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 20px
}

.affiliate-program-page .top-block .blockleft .video-block,
.affiliate-program-page .top-block .blockleft .video-block-2 {
    display: block;
    width: 100%;
    position: relative
}

.affiliate-program-page .top-block .blockleft .video-block .video-image,
.affiliate-program-page .top-block .blockleft .video-block-2 .video-image {
    width: 100%
}

.affiliate-program-page .top-block .blockleft .video-block .button-play,
.affiliate-program-page .top-block .blockleft .video-block-2 .button-play {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.affiliate-program-page .top-block .blockleft .video-block .play-movie,
.affiliate-program-page .top-block .blockleft .video-block-2 .play-movie {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
    position: absolute;
    top: 33%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 99px
}

.affiliate-program-page .top-block .blockright {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-left: 20px
}

.affiliate-program-page .top-block .blockright .steps {
    display: block
}

.affiliate-program-page .top-block .blockright .steps .bottom,
.affiliate-program-page .top-block .blockright .steps .top {
    display: block;
    width: 100%;
    margin: 25px 0
}

.affiliate-program-page .top-block .blockright .steps .st {
    display: inline-block;
    width: 49%;
    vertical-align: top
}

.affiliate-program-page .top-block .blockright .steps .st .icon {
    display: inline-block;
    width: 24%;
    vertical-align: middle
}

.affiliate-program-page .top-block .blockright .steps .st .text {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    font-family: Helvetica;
    font-size: 14px;
    padding-left: 20px;
    font-weight: 500;
    color: #51555a
}

.affiliate-program-page .top-block .blockright .buttonblock {
    display: block;
    text-align: right;
    margin: 18px 0 25px;
    position: relative
}

.affiliate-program-page .top-block .blockright .buttonblock:before {
    content: url(/wp-content/themes/essayslab/images/paper-plane.png);
    position: absolute;
    left: 55px;
    top: 23px
}

.affiliate-program-page .top-block .blockright .buttonblock a {
    min-width: 135px;
    height: 45px;
    line-height: 45px;
    font-weight: 400
}

.affiliate-program-page .textroyal-affiliate {
    display: block;
    margin: 50px 0 115px;
    position: relative
}

.affiliate-program-page .textroyal-affiliate:before {
    content: '';
    display: block;
    position: absolute;
    width: 1920px;
    left: -362px;
    top: -376px;
    z-index: -1;
    height: 1147px;
    background: url(/wp-content/themes/essayslab/images/affiliate-bg.png) center no-repeat
}

.affiliate-program-page .textroyal-affiliate .site {
    display: inline-block;
    width: 33%;
    vertical-align: top
}

.affiliate-program-page .textroyal-affiliate .site .icon {
    display: inline-block;
    width: 18%;
    vertical-align: middle
}

.affiliate-program-page .textroyal-affiliate .site .title {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    font-family: Helvetica;
    font-size: 19px;
    color: #51555a;
    font-weight: 800;
    padding-left: 15px
}

.affiliate-program-page .textroyal-affiliate .site .text {
    margin-bottom: 0;
    line-height: 20px;
    padding-right: 30px
}

.affiliate-program-page .textroyal-affiliate .site.review .text {
    margin-top: 7px
}

.affiliate-program-page .textroyal-affiliate .site.bloggers .text {
    margin-top: 15px
}

.affiliate-program-page .textroyal-affiliate .site.coupon .text {
    margin-top: 16px
}

.affiliate-program-page .textroyal-affiliate .site.publishers .text,
.affiliate-program-page .textroyal-affiliate .site.youtuber .text {
    margin-top: 14px
}

.affiliate-program-page .textroyal-affiliate .site.everyone .text {
    margin-top: 5px
}

.affiliate-program-page .textroyal-affiliate .top {
    display: block;
    margin-bottom: 40px
}

.affiliate-program-page .aff-animate-banner,
.affiliate-program-page .textroyal-affiliate .bottom {
    display: block
}

.affiliate-program-page .aff-animate-banner .mob {
    display: none
}

.affiliate-program-page .aff-animate-banner img {
    width: 100%
}

.affiliate-program-page .bottom-block {
    display: block;
    margin-bottom: 20px
}

.affiliate-program-page .bottom-block .vs-icons {
    display: inline-block;
    width: 49%;
    vertical-align: top
}

.affiliate-program-page .bottom-block .vs-icons .our-services {
    display: block;
    width: 100%
}

.affiliate-program-page .bottom-block .vs-icons .our-services .s-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0
}

.affiliate-program-page .bottom-block .vs-icons .our-services .s-box img {
    width: auto;
    height: auto
}

.affiliate-program-page .bottom-block .vs-icons .our-services .s-box span {
    font-family: Helvetica;
    margin-left: 35px;
    font-size: 15px;
    line-height: 18px;
    color: #51555a
}

.affiliate-program-page .bottom-block .text-vs-girl,
.affiliate-program-page .bottom-block .vs-icons .our-services .left-side,
.affiliate-program-page .bottom-block .vs-icons .our-services .right-side {
    display: inline-block;
    width: 49%;
    vertical-align: top
}

.affiliate-program-page .bottom-block .text-vs-girl .girl-vs-lamp {
    display: block;
    text-align: center;
    position: relative
}

.affiliate-program-page .bottom-block .text-vs-girl .girl-vs-lamp .aff-girl {
    width: 100%;
    max-width: 75%
}

.affiliate-program-page .bottom-block .text-vs-girl .girl-vs-lamp .lamp {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 15px;
    left: 132px
}

@-webkit-keyframes blur {

    0%,
    100% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    50% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
}

@keyframes blur {

    0%,
    100% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    50% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
}

.limited-vip-service-banner {
    display: block;
    position: relative;
    background: url(/wp-content/themes/essayslab/images/limited-vip-banner-bg.png) center no-repeat;
    background-size: cover;
    padding: 25px 250px 25px 0;
    border-radius: 10px;
    margin: 30px 0
}

.limited-vip-service-banner .clock {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    bottom: 20px;
    left: 62px;
    width: auto;
    height: auto
}

.limited-vip-service-banner .girl-crown-stars {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto
}

.limited-vip-service-banner .text {
    display: block;
    font-family: Helvetica;
    color: #fff;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    padding-left: 45px
}

.limited-vip-service-banner .text .vip-client {
    color: #fff
}

.limited-vip-service-banner .text .vip-client:hover {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    transition: .5s;
    color: #ff5e4d
}

.limited-vip-service-banner .text:before {
    content: '';
    display: block;
    position: absolute;
    width: 5%;
    height: 100%;
    background: rgba(37, 143, 205, .5);
    left: 0;
    top: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.limited-vip-service-banner .text:after {
    content: 'Limited time offer!';
    position: absolute;
    left: -49px;
    bottom: 40%;
    font-size: 19px;
    font-weight: 300;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.limited-vip-service-banner .text .middle {
    font-size: 20px;
    font-weight: 300;
    padding: 7px;
    line-height: 21px;
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    border-radius: 10px
}

.limited-vip-service-banner .text .bottom {
    font-weight: 300;
    display: inline-block;
    line-height: 18px
}

.limited-vip-service-banner .text .bottom span {
    font-size: 35px;
    font-weight: 500
}

.limited-vip-service-banner .text .bottom .button {
    font-size: 19px;
    font-weight: 300;
    width: 150px;
    min-width: auto
}

@-webkit-keyframes change-position-d {

    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }

    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes change-position-d {

    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }

    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes change-position-b {

    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }

    50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@keyframes change-position-b {

    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }

    50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

.our-top-ten-writers {
    display: block;
    position: relative;
    background: url(/wp-content/themes/essayslab/images/top-ten-writers-bg.png) center no-repeat;
    background-size: cover;
    padding: 30px 360px 30px 60px;
    margin: 30px 0;
    border-radius: 10px
}

.our-top-ten-writers .text {
    display: block;
    font-family: Helvetica;
    color: #fff;
    font-size: 28px;
    line-height: 38px
}

.our-top-ten-writers .text span {
    display: block;
    font-size: 22px;
    font-weight: 300;
    padding: 7px;
    line-height: 23px;
    color: #ffe493
}

.our-top-ten-writers .text span .button {
    min-width: auto;
    width: auto;
    font-size: 18px;
    display: inline-block;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
    margin-left: 20px
}

.our-top-ten-writers .d {
    -webkit-animation-name: change-position-d;
    animation-name: change-position-d;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    right: 50%;
    top: 12%;
    width: auto;
    height: auto
}

.our-top-ten-writers .b,
.our-vip-support .cell {
    -webkit-animation-iteration-count: infinite;
    position: absolute;
    width: auto;
    height: auto
}

.our-top-ten-writers .b {
    -webkit-animation-name: change-position-b;
    animation-name: change-position-b;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    right: 40%;
    top: 17%
}

.our-top-ten-writers .banner-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: auto;
    height: auto
}

@-webkit-keyframes change-position-cell {

    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes change-position-cell {

    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes change-position-quest {

    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }

    50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@keyframes change-position-quest {

    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }

    50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

.our-vip-support {
    display: block;
    position: relative;
    background: url(/wp-content/themes/essayslab/images/vip-support-bg.png) center no-repeat;
    background-size: cover;
    padding: 30px 360px 30px 60px;
    margin: 30px 0;
    border-radius: 10px
}

.our-vip-support .text {
    display: block;
    font-family: Helvetica;
    color: #fff;
    font-size: 28px;
    line-height: 38px
}

.our-vip-support .text span {
    display: block;
    font-size: 22px;
    font-weight: 300;
    padding: 7px;
    line-height: 23px;
    color: #ffe493
}

.our-vip-support .text span .button {
    min-width: auto;
    width: auto;
    font-size: 18px;
    display: inline-block;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
    margin-left: 20px
}

.our-vip-support .cell {
    -webkit-animation-name: change-position-cell;
    animation-name: change-position-cell;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    right: 55%;
    top: 17%
}

.our-vip-support .quest {
    -webkit-animation-name: change-position-quest;
    animation-name: change-position-quest;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    right: 36%;
    top: 14%;
    width: auto;
    height: auto
}

.our-vip-support .banner-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: auto;
    height: auto
}

.vip-services-price {
    display: block;
    position: relative;
    background: url(/wp-content/themes/essayslab/images/vip-suuport-with-price-bg.png) center no-repeat;
    background-size: cover;
    padding: 30px;
    margin: 30px 0;
    border-radius: 10px
}

.vip-services-price .prices-blocks {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
    text-align: center
}

.vip-services-price .prices-blocks .block {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    font-size: 15px;
    background: url(/wp-content/themes/essayslab/images/ban-mol.png) right -22px bottom -30px no-repeat, right -22px bottom -30px #fff;
    margin: 10px;
    padding: 15px 5px;
    font-family: Helvetica;
    font-weight: 300;
    line-height: 18px;
    border-radius: 8px;
    overflow: hidden
}

.vip-services-price .prices-blocks .block span {
    display: block;
    color: #ff5e4d;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px
}

.vip-services-price .prices-blocks .block:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .5s
}

.vip-services-price .text-image {
    display: inline-block;
    width: 32%;
    vertical-align: middle;
    text-align: right;
    position: relative;
    line-height: 0
}

.vip-services-price .text-image .girl {
    width: auto;
    height: auto;
    position: relative;
    top: 8px
}

.vip-services-price .text-image .vip {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 23px
}

.vip-services-price .text-image .vip .button {
    min-width: auto;
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    font-weight: 300;
    width: 128px;
    margin: 20px auto 0;
    padding: 0
}

.vip-services-price .text-image .with {
    color: #fff;
    font-family: Helvetica;
    font-size: 22px;
    position: absolute;
    left: 50px;
    top: 50%;
    font-weight: 300
}

.vip-services-price .text-image .discount {
    color: #fff;
    font-family: Helvetica;
    position: absolute;
    font-size: 28px;
    font-weight: 300;
    bottom: 15px;
    left: 40px
}

h2.feature-title {
    text-align: center
}

.features-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 60px
}

.features-desktop .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    margin-right: 15px
}

.features-desktop .feature-item:nth-child(3n) {
    margin-right: 0
}

.features-desktop .feature-item img {
    width: 80px;
    margin-right: 20px
}

.features-desktop .feature-item p {
    color: #1e2021;
    font-weight: 600;
    line-height: normal
}

.features-desktop .feature-item:nth-child(n+4) {
    margin-top: 36px
}

.corona-banner-short {
    position: relative;
    background-size: cover;
    display: block;
    width: 100%;
    margin: 30px 0
}

.corona-banner-short .mask-girl {
    display: inline-block;
    width: 29%;
    vertical-align: middle;
    position: relative;
    top: 5px;
    left: 10px
}

.corona-banner-short .info-block {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    padding: 0 30px
}

.corona-banner-short .info-block .title-banner {
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 11px;
    line-height: 32px;
    text-align: left
}

.corona-banner-short .info-block .title-banner span {
    color: #181a1b;
    font-size: 33px;
    font-weight: 600
}

.corona-banner-short .info-block p {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    text-align: justify;
    margin: 0
}

.corona-banner-short .info-block .black-text,
.corona-banner-short .info-block p span {
    font-weight: 500
}

.first-customer {
    margin: 30px 0;
    position: relative
}

.first-customer:before {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/essayslab/images/plane-discount.png) no-repeat;
    background-size: 150px;
    width: 150px;
    height: 128px;
    display: block;
    top: 50%;
    left: -157px
}

.first-customer .content-block {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: url(/wp-content/themes/essayslab/images/call-to-action-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 57px 25px;
    overflow: hidden
}

.first-customer .content-block .left-image {
    position: absolute;
    left: 10px;
    bottom: -9px;
    width: 78px;
    height: auto
}

.first-customer .content-block .right-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 78px;
    height: auto
}

.first-customer .content-block .text-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 61%;
    line-height: 45px
}

.first-customer .content-block .text-wrapper .top-text {
    font-size: 60px;
    font-weight: 300;
    color: #fff
}

.first-customer .content-block .text-wrapper .bottom-text {
    font-family: helvetica;
    color: #fff;
    font-weight: 300;
    font-size: 30px
}

.first-customer .content-block .text-wrapper .bottom-text span {
    font-size: 30px;
    text-transform: uppercase;
    margin-right: 30px;
    font-weight: 600
}

.first-customer .content-block .text-wrapper .code {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    font-family: Helvetica;
    line-height: 25px
}

.first-customer .content-block .text-wrapper .code span {
    font-weight: 500;
    color: #ff5e4d
}

.first-customer .content-block .button-wrapper {
    display: inline-block;
    width: 30%;
    vertical-align: middle
}

.first-customer .content-block .button-wrapper a {
    width: 100%;
    max-width: 192px;
    border-radius: 30px;
    height: 53px;
    line-height: 53px;
    text-transform: uppercase;
    font-size: 17px
}

.how-to-order-reviews {
    display: block;
    margin: 30px 0;
    text-align: center
}

.how-to-order-reviews .step {
    display: inline-block;
    vertical-align: bottom;
    width: 23%;
    margin: 0 5px
}

.how-to-order-reviews .step img {
    width: 100%;
    height: auto
}

.how-to-order-reviews .step p {
    min-height: 100px
}

.how-to-order-reviews .step.step-1 img {
    width: 85%
}

.how-to-order-reviews .step.step-3 img {
    width: 90%
}

.how-to-order-reviews .step.step-4 img {
    width: 67%
}

.how-to-order-mcq {
    display: block;
    text-align: center;
    position: relative;
    margin: 60px 0;
    padding: 60px 0
}

.how-to-order-mcq .title {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 62px;
    font-size: 24px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    position: absolute;
    top: -25px;
    line-height: 30px
}

.how-to-order-mcq .center-image {
    display: inline-block;
    position: relative
}

.how-to-order-mcq .center-image .wrapper {
    position: relative
}

.how-to-order-mcq .center-image .step {
    position: absolute
}

.how-to-order-mcq .center-image .step .wrapper {
    position: relative;
    padding: 25px 7px 15px;
    border: 1px solid;
    border-radius: 17px;
    background: #fff
}

.how-to-order-mcq .center-image .step .wrapper:after {
    content: '';
    display: block;
    position: absolute
}

.how-to-order-mcq .center-image .step .wrapper img {
    position: absolute
}

.how-to-order-mcq .center-image .step .wrapper .number {
    font-family: Helvetica;
    font-size: 36px;
    color: #51555a;
    position: absolute;
    line-height: normal
}

.how-to-order-mcq .center-image .step .wrapper .text {
    line-height: 25px;
    font-size: 16px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.how-to-order-mcq .center-image .step.step1 {
    top: -55px;
    max-width: 250px;
    left: -84%;
    z-index: 1
}

.how-to-order-mcq .center-image .step.step1 .wrapper:after {
    width: 83px;
    height: 70px;
    border: 1px solid #000;
    bottom: -30px;
    right: -56px;
    z-index: -1;
    border-top: none;
    border-right: none
}

.how-to-order-mcq .center-image .step.step1 .wrapper img {
    position: absolute;
    top: -53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.how-to-order-mcq .center-image .step.step1 .wrapper .number {
    right: -35px;
    bottom: 20px
}

.how-to-order-mcq .center-image .step.step2 {
    top: -59px;
    max-width: 190px;
    right: -84%;
    z-index: 1
}

.how-to-order-mcq .center-image .step.step2 .wrapper:after {
    width: 162px;
    height: 70px;
    border: 1px solid #000;
    bottom: -45px;
    left: -129px;
    z-index: -1;
    border-top: none;
    border-left: none
}

.how-to-order-mcq .center-image .step.step2 .wrapper img {
    position: absolute;
    top: -53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.how-to-order-mcq .center-image .step.step2 .wrapper .number {
    bottom: -40px;
    left: -57px
}

.how-to-order-mcq .center-image .step.step3 {
    bottom: -30px;
    max-width: 190px;
    left: -84%;
    z-index: 0
}

.how-to-order-mcq .center-image .step.step3 .wrapper:after {
    width: 88px;
    height: 70px;
    border: 1px solid #000;
    top: -30px;
    right: -60px;
    z-index: -1;
    border-bottom: none;
    border-right: none
}

.how-to-order-mcq .center-image .step.step3 .wrapper img {
    position: absolute;
    top: -53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.how-to-order-mcq .center-image .step.step3 .wrapper .number {
    top: 15px;
    right: -47px
}

.how-to-order-mcq .center-image .step.step4 {
    bottom: -30px;
    max-width: 230px;
    right: -84%;
    z-index: 0
}

.how-to-order-mcq .center-image .step.step4 .wrapper:after {
    width: 150px;
    height: 29px;
    border: 1px solid #000;
    bottom: 21px;
    left: -116px;
    z-index: -1;
    border-top: none;
    border-right: none
}

.how-to-order-mcq .center-image .step.step4 .wrapper img {
    position: absolute;
    top: -82px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.how-to-order-mcq .center-image .step.step4 .wrapper .number {
    left: -40px;
    bottom: 27px
}

.how-to-order-coursework {
    display: block;
    margin: 30px 0;
    padding: 30px 0;
    text-align: center;
    background: url(/wp-content/themes/essayslab/images/h-t-o-c-bg.png) center no-repeat;
    background-size: contain;
    font-family: Helvetica
}

.how-to-order-coursework .left-text {
    display: inline-block;
    vertical-align: middle;
    width: 61%;
    padding-left: 50px;
    text-align: left
}

.how-to-order-coursework .left-text .title {
    font-size: 24px;
    color: #de5e4f
}

.how-to-order-coursework .left-text ul li {
    line-height: 25px;
    font-size: 16px;
    color: #51555a;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 60px;
    margin: 25px 0
}

.how-to-order-coursework .left-text ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 50px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/wp-content/themes/essayslab/images/li-before.png) center no-repeat
}

.how-to-order-coursework .image-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 38%;
    text-align: left
}

.how-to-order-coursework .image-wrapper img {
    width: auto
}

.how-to-order-gp {
    display: block;
    margin: 30px 0;
    font-family: Helvetica;
    background: url(/wp-content/themes/essayslab/images/line.png) center no-repeat;
    background-size: 75%
}

.how-to-order-gp .title {
    text-align: center;
    font-size: 24px;
    color: #de5e4f
}

.how-to-order-gp .wrapper-blocks {
    display: block;
    text-align: center;
    padding: 60px 0
}

.how-to-order-gp .block {
    display: inline-block;
    vertical-align: top;
    width: 24%
}

.how-to-order-gp .block img {
    width: auto;
    margin: 135px 0
}

.how-to-order-gp .block .text {
    position: relative;
    line-height: 25px;
    font-size: 16px;
    color: #51555a;
    font-weight: 500;
    padding: 0 45px
}

.how-to-order-gp .block .text:after,
.how-to-order-gp .block .text:before {
    position: absolute;
    display: block;
    content: ''
}

.how-to-order-gp .block .text:before {
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/essayslab/images/line2.png) center no-repeat;
    background-size: 50px
}

.how-to-order-gp .block .text:after {
    width: 2px;
    height: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #111721
}

.how-to-order-gp .block.block-1 .text:before,
.how-to-order-gp .block.block-3 .text:before {
    top: -15px;
    left: 23px
}

.how-to-order-gp .block.block-1 .text:after,
.how-to-order-gp .block.block-3 .text:after {
    bottom: -100px
}

.how-to-order-gp .block.block-2 .text:before,
.how-to-order-gp .block.block-4 .text:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -32px;
    right: 30px
}

.how-to-order-gp .block.block-2 .text:after,
.how-to-order-gp .block.block-4 .text:after {
    top: -100px
}

.how-order-synopsis {
    display: block;
    margin: 30px 0;
    padding: 50px 0;
    text-align: center;
    position: relative;
    font-family: Helvetica
}

.how-order-synopsis img {
    width: auto
}

.how-order-synopsis .left-blue-image {
    position: absolute;
    left: 90px;
    z-index: 1
}

.how-order-synopsis .wrapper {
    display: inline-block;
    position: relative
}

.how-order-synopsis .wrapper .title {
    font-size: 26px;
    color: #de5e4f;
    line-height: 28px;
    position: absolute;
    left: 120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.how-order-synopsis .wrapper .block-steps {
    display: inline-block
}

.how-order-synopsis .wrapper .block-steps .steps {
    position: absolute;
    text-align: left
}

.how-order-synopsis .wrapper .block-steps .steps span {
    font-size: 38px;
    color: #de5e4f;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-right: 11px
}

.how-order-synopsis .wrapper .block-steps .steps p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px
}

.how-order-synopsis .wrapper .block-steps .steps.step1 {
    top: -35px;
    right: -72px
}

.how-order-synopsis .wrapper .block-steps .steps.step2 {
    top: 85px;
    right: -198px
}

.how-order-synopsis .wrapper .block-steps .steps.step3 {
    bottom: 118px;
    right: -232px
}

.how-order-synopsis .wrapper .block-steps .steps.step4 {
    bottom: 5px;
    right: -108px
}

.o-imb {
    border: 1px solid #d0e2fb;
    border-radius: 30px
}

.o-imb table.imb tr:first-child td:first-child p {
    font-size: 18px;
    color: #4f79e9
}

.o-imb table.imb tr:first-child td:last-child p {
    font-size: 18px;
    color: #ff5e4d
}

.o-imb table.imb tr th {
    padding: 0;
    position: relative
}

.o-imb table.imb tr th:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -8px
}

.o-imb table.imb tr th:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    z-index: -1
}

.o-imb table.imb tr th p {
    margin: 0;
    text-align: center;
    background: #f4f7fc;
    padding: 23px 0;
    border-radius: 30px;
    border: 1px solid #d0e2fb;
    border-bottom: none;
    font-size: 18px;
    color: #1e2022;
    position: relative
}

.o-imb table.imb tr th p img {
    width: auto;
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.o-imb table.imb tr td {
    width: 50%;
    padding: 20px 37px;
    position: relative
}

.two-lists-block div ul li,
ul.list.list-height li {
    padding-bottom: 10px;
    line-height: 20px
}

.o-imb table.imb tr td:before {
    content: '';
    display: block;
    position: absolute;
    width: 84%;
    height: 1px;
    background: #d0e2fb;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.o-imb table.imb tr td.no-border:before {
    display: none
}

.o-imb table.imb tr td:first-child {
    border-right: 1px solid #d0e2fb
}

.o-imb table.imb tr td p {
    margin: 0;
    font-size: 15px
}

div.noc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 40px
}

div.noc div {
    text-align: center
}

div.noc div:nth-child(2) img {
    margin-top: -6px
}

div.nic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 40px
}

div.nic div {
    text-align: center
}

div.nic div:last-child img {
    margin-top: -6px
}

div.nic div:nth-child(5) p {
    max-width: 130px
}

.self-care {
    margin: 35px 0
}

.self-care ul {
    margin: 0
}

.self-care p {
    color: #51555a;
    font-weight: 700
}

.self-care ul li {
    line-height: 18px;
    padding-bottom: 10px
}

.self-care img {
    float: right
}

.two-lists-block {
    margin-bottom: 45px
}

.two-lists-block div {
    display: inline-block;
    vertical-align: text-top
}

.two-lists-block div:first-child {
    max-width: 42%;
    padding-right: 25px;
    box-sizing: border-box
}

.two-lists-block div:last-child {
    max-width: 56%
}

.two-lists-block div p {
    font-weight: 700;
    line-height: 20px
}

.two-lists-block div h2 {
    margin-bottom: 0
}

h3 img {
    vertical-align: middle;
    padding-right: 25px
}

.feeding>img {
    float: right;
    padding-left: 15px
}

.help-with-toilet {
    margin-bottom: 45px
}

.help-with-toilet>img {
    float: left;
    padding-right: 35px
}

.help-with-toilet ul {
    display: table-cell
}

.moving-tr p {
    padding-left: 25px
}

.moving-tr>img {
    float: right;
    padding-left: 20px
}

#return_banner {
    display: none;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(136, 138, 142, .8);
    position: fixed;
    bottom: 185px;
    left: 25px;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden
}

#return_banner:before {
    content: '';
    background: url(/wp-content/themes/essayslab/images/u-flag.svg) right -15px top no-repeat;
    background-size: 133px;
    display: block;
    width: 60px;
    height: 60px
}

.help-ukraine {
    position: fixed;
    left: 20px;
    bottom: 200px;
    display: none;
    width: 100%;
    max-width: 510px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 10px 0 rgba(136, 138, 142, .8);
    z-index: 9999;
    overflow: hidden;
    padding: 20px
}

.help-ukraine img {
    position: absolute;
    right: -5px;
    top: 0;
    width: 180px
}

.help-ukraine .close-banner {
    position: absolute;
    right: 12px;
    top: 7px;
    font-weight: 600;
    color: #04e
}

.help-ukraine .text {
    font-size: 16px;
    font-weight: 600;
    color: #313749;
    position: relative;
    z-index: 1
}

.help-ukraine .text span {
    color: #5952ff
}

.help-ukraine .text a.link {
    color: #76b7cf;
    text-decoration: underline
}

.help-ukraine .text.text-1 {
    margin: 0 0 12px;
    padding-right: 100px
}

.blog-content {
    padding-bottom: 30px
}

.blog-content .blog-title a {
    color: inherit;
    font-weight: inherit
}

.blog-content .blog-img img {
    width: 100%;
    height: auto
}

.blog-content .blog-post-date {
    position: relative;
    color: #97999c;
    padding-left: 25px
}

.blog-content .blog-post-date:before {
    content: "\e8b5";
    color: #97999c;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Material Icons"
}

.blog-content .blog-post-body {
    padding: 25px
}

.blog-content a.continue {
    margin-top: 14px;
    position: relative
}

.blog-content .post-like {
    position: relative;
    display: inline-block;
    margin-right: 30px
}

.blog-content .post-like a {
    color: #ff5e4d
}

.blog-content .post-like a i {
    font-size: 13px
}

.blog-content .post-view {
    color: #3a6ce7;
    position: relative;
    display: inline-block
}

.blog-content a.continue:after {
    content: "\f0da";
    color: #3a6ce7;
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 16px;
    font-family: FontAwesome
}

.blog-content a.continue:after:hover {
    color: #ff5e4d
}

.blog-content .blog-post-footer {
    width: 100%;
    overflow: hidden
}

.blog-content .blog-sidebar {
    background: #e7fafd;
    height: 2400px
}

.blog-content-1 .blog-post-footer a.continue {
    float: left;
    color: #3a6ce7;
    font-weight: 500;
    font-family: Helvetica
}

.blog-content-1 .blog-post-footer div.blog-post-view {
    width: 50%;
    float: right;
    margin-top: 14px
}

.blog-content-1 .blog-post-footer div.blog-post-view .post-like {
    margin-right: 10px
}

.blog-content-1 .blog-post-footer div.blog-post-view .post-like .tooltipped,
.blog-content-1 .blog-post-footer div.blog-post-view .post-like .tooltipped i,
.blog-content-1 .blog-post-footer div.blog-post-view .post-view .tooltipped,
.blog-content-1 .blog-post-footer div.blog-post-view .post-view i {
    font-size: 15px
}

.blog-content-1 .blog-body {
    margin: 0 5px 30px;
    min-height: 530px;
    border: 1px solid #d0e2fb
}

.blog-content-1 .blog-body:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: .5s;
    box-shadow: 0 6px 15px 3px #d0e2fb
}

.blog-content-1 .blog-body h5 a {
    color: #303030;
    font-weight: 500
}

.blog-content-1 .blog-post-view {
    text-align: right
}

.blog-page .date {
    width: 100%;
    display: block;
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica;
    text-align: right
}

.blog-page .date .like i,
.blog-page .date .like span,
.blog-page .date .watch i,
.blog-page .date .watch span,
.footer .menu-list nav a {
    font-size: 15px
}

.blog-page .date .post {
    display: inline-block;
    margin-right: 5%
}

.blog-page .date .like {
    display: inline-block;
    color: #ff5e4d
}

.blog-page .date .watch {
    display: inline-block;
    color: #3a6ce7
}

.blog-page .social {
    width: 35%;
    display: inline-block;
    text-align: right
}

.blog-page .social a {
    font-size: 14px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.blog-page .social a .fa {
    padding: 0 5px
}

.blog-page blockquote {
    border-left: 2px solid #97999c
}

.blog-page label {
    font-size: 13px;
    color: #97999c;
    font-weight: 500;
    font-family: Helvetica;
    margin: 1% 0;
    display: block
}

.blog-page-1 img {
    width: 100%
}

.breadcrumbs {
    background: url(/wp-content/themes/essayslab/images/breadcrumbs-bg.png) 0 -303px no-repeat
}

.breadcrumbs h1 {
    font-size: 40px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica
}

.breadcrumbs nav {
    background: 0 0;
    box-shadow: none;
    line-height: 1.4;
    height: auto;
    padding: 0;
    overflow: hidden;
    margin-bottom: 15px
}

.breadcrumbs nav {
    font-size: 16px;
    color: #a3a6a9;
    font-weight: 500;
    font-family: Helvetica
}

.breadcrumbs nav span,
.breadcrumbs nav a {
    display: inline;
    padding: 0;
    font-size: 16px;
    color: #a3a6a9;
    font-weight: 500;
    font-family: Helvetica
}

.breadcrumbs nav ul li.breadcrumb::after {
    content: '\E5CC';
    vertical-align: middle;
    font-size: 14px;
    color: #a3a6a9;
    font-weight: 700;
    font-family: "Material Icons";
    margin: 0 8px
}

.breadcrumbs nav ul li.breadcrumb::before,
.breadcrumbs nav ul li:last-child::after {
    content: none
}

.breadcrumbs nav ul li:last-child {
    display: inline-block
}

.breadcrumbs-1 {
    position: relative;
    min-height: 220px;
    line-height: 160px;
    margin-bottom: 10px
}

.breadcrumbs-1 .content {
    margin-top: -40px
}

.breadcrumbs-1 img {
    position: absolute;
    top: 22px;
    right: 340px;
    width: 300px
}

.breadcrumbs-1 h1 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #303030;
    font-weight: 500;
    width: 100%;
    max-width: 75%
}

.breadcrumbs-1 nav ul li a {
    color: #a3a6a9
}

.breadcrumbs-4 {
    min-height: 230px;
    line-height: 230px
}

.breadcrumbs-4 h1 {
    border-bottom: 1px solid #d4d5d6;
    margin: 0;
    padding-bottom: 25px
}

.breadcrumbs-4 nav {
    margin-top: 10px
}

.breadcrumbs-4 nav .nav-wrapper {
    padding: 25px 0 0
}

.call-to-action {
    font-family: MuseoSans, sans-serif
}

.call-to-action .button-wrapper .button-info-o {
    min-width: 240px;
    background: #fff;
    border: 1px solid #fff
}

.call-to-action .button-wrapper .button-info-o:focus,
.call-to-action .button-wrapper .button-info-o:hover {
    background: 0 0;
    line-height: 48px;
    border: 1px solid #fff
}

.first-customer-banner {
    margin: 70px 0;
    height: 240px;
    position: relative
}

.first-customer-banner:before {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/essayslab/images/plane-discount.png) no-repeat;
    width: 285px;
    height: 128px;
    display: block;
    top: 20px
}

.first-customer-banner .content-block {
    position: relative;
    display: block;
    width: 100%;
    max-width: 63%;
    margin: 0 auto;
    height: 100%;
    background: url(/wp-content/themes/essayslab/images/call-to-action-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 35px 0
}

.first-customer-banner .content-block .left-image {
    position: absolute;
    left: 10px;
    bottom: -9px
}

.first-customer-banner .content-block .right-image {
    position: absolute;
    right: 17px;
    bottom: 0
}

.first-customer-banner .content-block .text-wrapper {
    position: relative;
    left: 50px
}

.first-customer-banner .content-block .text-wrapper .top-text {
    font-size: 70px;
    font-weight: 300;
    color: #fff
}

.first-customer-banner .content-block .text-wrapper .bottom-text {
    font-family: helvetica;
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    margin-top: -20px
}

.first-customer-banner .content-block .text-wrapper .bottom-text span {
    font-size: 30px;
    text-transform: uppercase;
    margin-right: 30px;
    font-weight: 600
}

.first-customer-banner .content-block .text-wrapper .code {
    text-align: left;
    font-family: Helvetica;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    padding: 0 0 0 170px;
    line-height: 22px
}

.first-customer-banner .content-block .text-wrapper .code span {
    font-weight: 500;
    color: #ff5e4d
}

.first-customer-banner .content-block .button-wrapper {
    position: relative;
    top: 45px;
    text-align: left
}

.first-customer-banner .content-block .button-wrapper a {
    width: 100%;
    max-width: 250px;
    border-radius: 30px;
    height: 58px;
    line-height: 58px;
    text-transform: uppercase;
    font-size: 17px
}

.refer-friends-banner {
    text-align: center;
    display: block;
    margin-bottom: 50px
}

.faq h2,
.faq h5 {
    margin-bottom: 30px
}

.refer-friends-banner .container {
    width: 64%
}

.refer-friends-banner .container img {
    width: 100%;
    height: auto
}

.refer-friends-banner .container img.mob-vers {
    display: none;
    max-width: 100%;
    height: auto
}

.faq .collapsible-header {
    line-height: 1.4
}

.faq p.subtitle {
    font-size: 17px
}

.faq h2 {
    margin-top: 55px
}

.faq h5 {
    display: inline;
    vertical-align: middle
}

.faq ul {
    margin-top: 40px
}

.faq li {
    position: relative
}

.faq .faq-img {
    height: 115px;
    background: #e7fafd
}

.faq .faq-sidebar {
    background: #e7fafd;
    margin: 55px 0 0;
    height: 777px
}

.faq-2 .no-boarder {
    box-shadow: none;
    border-left: none;
    border-right: none
}

.faq-2 .collapsible-header {
    padding: 21px 65px 21px 20px;
    position: relative
}

.faq-2 .collapsible-header h5,
.faq-2 .collapsible-header h5 p {
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
    color: #303030
}

.faq-2 .collapsible-header:after {
    content: "\e3ba";
    font-family: "Material Icons";
    color: #3a6ce7;
    font-size: 19px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px
}

.faq-2 .collapsible-header:hover:after {
    content: "\e147"
}

.faq-2 li.active .collapsible-body {
    padding: 0 55px 15px 15px
}

.faq-2 li.active .collapsible-header {
    border-bottom: none
}

.faq-2 li.active .collapsible-header h5 {
    color: #3a6ce7
}

.faq-2 li.active .collapsible-header h5 p {
    margin: 0;
    color: #3a6ce7
}

.footer,
.footer p {
    font-size: 13px;
    color: #181a1b;
    font-weight: 400;
    font-family: Helvetica
}

.faq-2 li.active .collapsible-header:after {
    content: "\e15d"
}

.faq-2 li.active .collapsible-header:hover:after {
    content: "\e15c"
}

.footer {
    padding: 25px 0 0
}

.footer .menu {
    padding: 25px 0 0;
    overflow: hidden
}

.footer .menu-list nav {
    background: 0 0;
    box-shadow: none
}

.footer .menu-list nav a {
    color: #fff;
    font-weight: 400;
    font-family: Helvetica
}

.footer .section {
    padding-top: 15px
}

.footer .link li {
    position: relative;
    list-style: none;
    line-height: 21px;
    margin: 5px 0
}

.footer .link a {
    font-size: 14px;
    color: #c0cad3;
    font-weight: 300;
    font-family: Helvetica
}

.footer .link a:hover {
    color: #fff
}

.footer-1 {
    position: relative
}

.footer-1 .footer-top {
    width: 100%;
    margin-bottom: -13px
}

.footer-1 .for-bg {
    background: #032d51
}

.footer-1 .articles-row {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 25px
}

.footer-1 .desktop-footer-articles {
    position: relative
}

.footer-1 .desktop-footer-articles .section-title {
    position: relative;
    padding-left: 33px;
    font-size: 16px;
    color: #c0cad3;
    font-weight: 600;
    font-family: Helvetica;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.footer-1 .desktop-footer-articles .footer-essays-categories li,
.footer-1 .desktop-footer-articles .footer-nav li {
    padding: 0 33px
}

.footer-1 .desktop-footer-articles .articles-list,
.footer-1 .desktop-footer-articles .footer-essays-categories,
.footer-1 .desktop-footer-articles .footer-nav {
    margin: 0
}

.footer-1 .desktop-footer-articles .section-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    border-radius: 30px;
    background: #3a6ce7;
    position: absolute;
    bottom: 0
}

.footer-1 .desktop-footer-articles .section-title.samples-title:after {
    width: 78px
}

.footer-1 .desktop-footer-articles .section-title.articles-title:after {
    width: 123px
}

.footer-1 .desktop-footer-articles .samples-col .articles-list {
    width: 100%
}

.footer-1 .desktop-footer-articles .fixed-height {
    overflow: auto;
    max-height: 190px
}

.footer-1 .desktop-footer-articles .footer-nav li a {
    font-size: 14px;
    color: #c0cad3;
    font-weight: 300;
    font-family: Helvetica
}

.footer-1 .desktop-footer-articles .footer-nav li a:hover {
    color: #fff
}

.footer-1 .desktop-footer-articles .footer-essays-categories li a {
    font-size: 14px;
    color: #c0cad3;
    font-weight: 300;
    font-family: Helvetica
}

.footer-1 .desktop-footer-articles .footer-essays-categories li a:hover {
    color: #fff
}

.footer-1 .tablet-footer-articles {
    display: none
}

.footer-1 .tablet-footer-articles .fixed-height {
    overflow: auto;
    max-height: 248px
}

.footer-1 .mob-footer-articles {
    display: none;
    max-height: 308px;
    overflow-x: auto
}

.footer-1 button.showmore {
    display: none;
    background: 0 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    font-family: Helvetica;
    width: 25px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #ff5e4d;
    position: absolute;
    bottom: 40px;
    right: 0;
    text-align: center;
    outline: 0
}

.footer-1 button.showmore.more:before,
.footer-1 button.showmore:before {
    font-family: "Material Icons";
    font-size: 25px;
    left: -1px;
    height: 17px;
    line-height: 17px;
    position: absolute
}

.footer-1 button.showmore:before {
    content: '\e5cf';
    color: #ff5e4d;
    font-weight: 300;
    top: 6px
}

.footer-1 button.showmore.more:before {
    content: '\e5ce';
    color: #ff5e4d;
    font-weight: 300;
    top: 26px
}

.footer-1 button.showmore.more:hover:before {
    transition: 1s;
    top: 6px
}

.footer-1 button.showmore:hover {
    background: #ff5e4d;
    transition: 1s
}

.footer-1 button.showmore:hover:before {
    color: #fff;
    top: 26px;
    transition: 1s
}

.footer-1 .scroll_block::-webkit-scrollbar-track {
    background-color: #7f2f26
}

.footer-1 .scroll_block::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px
}

.footer-1 .scroll_block::-webkit-scrollbar:vertical {
    height: 13px
}

.footer-1 .contacts-info-support:before,
.footer-1 .contacts-info-tel:before,
.footer-1 .contacts-info:before {
    height: 28px;
    top: 0;
    display: block;
    content: ''
}

.footer-1 .scroll_block::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #ff5e4d
}

.footer-1 .payment {
    text-align: center;
    padding: 0 0 25px;
    border-bottom: 1px solid #10385a
}

.footer-1 .payment img {
    width: 100%;
    max-width: 90%
}

.footer-1 .link {
    padding: 0 33px
}

.footer-1 .contacts-info {
    position: relative;
    padding-left: 40px
}

.footer-1 .contacts-info:before {
    text-align: center;
    position: absolute;
    width: 28px;
    left: 0;
    background: url(/wp-content/themes/essayslab/images/point-icon.png) top center no-repeat
}

.footer-1 .contacts-info p {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.footer-1 .contacts-info-tel {
    position: relative;
    padding-left: 40px
}

.footer-1 .contacts-info-tel:before {
    text-align: center;
    position: absolute;
    width: 28px;
    left: 0;
    background: url(/wp-content/themes/essayslab/images/phone-footer-icon.png) top center no-repeat
}

.footer-1 .contacts-info-tel a {
    display: block;
    color: #fff;
    font-size: 16px
}

.footer-1 .contacts-info-tel a:hover {
    color: #ff5e4d
}

.footer-1 .contacts-info-support {
    position: relative;
    padding-left: 40px;
    margin: 20px 0
}

.footer-1 .contacts-info-support:before {
    text-align: center;
    position: absolute;
    width: 28px;
    left: 0;
    background: url(/wp-content/themes/essayslab/images/mail-footer-icon.png) top center no-repeat
}

.footer-1 .contacts-info-support a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.footer-1 .contacts-info-support a:hover {
    color: #ff5e4d
}

.footer-1 .contacts-info-socials {
    padding-left: 5px
}

.footer-1 .contacts-info-socials .social li {
    display: inline-block;
    margin-right: 24px
}

.footer-1 .contacts-info-socials .social li a {
    width: 37px;
    height: 37px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    font-size: 17px;
    color: #fff
}

.footer-1 .policy {
    color: #fff
}

.footer-1 .policy a {
    margin: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.footer-1 .policy a:hover {
    color: #ff5e4d
}

.footer-1 .copyright {
    display: block;
    width: 100%;
    padding: 40px 0;
    background: #01223d;
    text-align: center;
    font-family: Helvetica
}

.footer-1 .copyright .mob-copy {
    display: none
}

.footer-1 .copyright .own {
    max-width: 100%;
    height: auto
}

.footer-1 .copyright .attention {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 14px
}

.footer-1 .copyright .attention img {
    max-width: 100%
}

.footer-1 .copyright .copy-address {
    display: block
}

.footer-1 .copyright .copy-address img {
    width: 100%;
    max-width: 420px
}

.footer-1 .copyright .copy-address span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px
}

.footer-1 .copyright .copy {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: center;
    color: #fff;
    font-weight: 300
}

.footer-1 .menu {
    overflow: hidden;
    padding: 25px 0 0
}

.footer-1 .menu .burger-menu,
.footer-1 .menu .menu-list {
    display: none
}

.footer-1 .menu .menu-list nav {
    overflow: hidden;
    height: 70px
}

.footer-1 .menu .menu-list nav ul#nav-mobile {
    text-align: center
}

.footer-1 .menu .menu-list nav li {
    display: inline-block;
    float: none
}

.footer-1 .menu .menu-list nav li a {
    padding: 0 10px
}

.footer-1 .menu .menu-list nav li a:hover {
    color: #ff5e4d;
    background: 0 0
}

.footer-1 .section {
    display: none;
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica
}

.footer-1 .contacts {
    margin: 0
}

.footer-1 .special-offer {
    z-index: 999;
    border-radius: 50%;
    display: none;
    background: url(/wp-content/themes/essayslab/images/70x70_circle.png) no-repeat;
    height: 70px;
    width: 70px;
    position: fixed;
    left: 30px;
    bottom: 30px
}

.footer-1 .special-offer:hover {
    cursor: pointer
}

.footer-1 .wrap-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999
}

.footer-1 .wrap-banner i {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    z-index: 99999999;
    padding: 0
}

.footer-1 .wrap-banner i:hover {
    cursor: pointer;
    transition: .8s;
    opacity: 1
}

.footer-1 .wrap-banner .close {
    font-size: 35px
}

.footer-1 .holiday-banner {
    position: relative;
    overflow: hidden
}

.footer-1 .holiday-banner .desktop {
    margin-bottom: -6px;
    width: 101%;
    margin-left: -5px
}

.footer-1 .holiday-banner .mobile,
.footer-1 .holiday-banner .tablet {
    display: none
}

.free-essays-list {
    overflow: hidden;
    margin: 20px 0 50px
}

.free-essays-list-3 .free-essays-list_content {
    border-top: none;
    position: relative
}

.free-essays-list-3 .free-essays-list_content:last-child {
    border-bottom: none
}

.free-essays-list-3 .free-essays-list_content h4.name {
    font-size: 24px;
    font-weight: 500
}

.free-essays-list-3 .free-essays-list_content .date {
    display: none;
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica;
    margin-top: 7px
}

.free-essays-list-3 .free-essays-list_content p {
    font-size: 15px;
    color: #51555a;
    font-weight: 400;
    font-family: Helvetica;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.free-essays-list-3 .free-essays-list_content .wrap {
    width: 33px;
    position: absolute;
    left: 15px;
    top: calc(50% - 45px)
}

.free-essays-list-3 .free-essays-list_content .right-block {
    text-align: center
}

.free-essays-list-3 .free-essays-list_content .right-block .button {
    margin-top: 20px;
    border-radius: 30px
}

.free-essays {
    overflow: hidden;
    margin: 20px 0 50px
}

.free-essays .text-right {
    text-align: right
}

.free-essays .text-left {
    text-align: left
}

.free-essays ul li a {
    font-size: 15px;
    color: #181a1b;
    font-weight: 400;
    font-family: Helvetica
}

.free-essays ul li a:hover {
    color: #0ecfe9
}

.free-essays ul li::before {
    color: #414448;
    font-size: 7px
}

.free-essays ul.list {
    font-size: 15px;
    color: #181a1b;
    font-weight: 400;
    font-family: Helvetica;
    padding-left: 25px
}

.free-essays ul.list li {
    position: relative;
    list-style: none;
    line-height: 33px;
    color: #51555a
}

.free-essays ul.list li::before {
    content: '\f058';
    position: absolute;
    height: 0;
    left: -23px;
    top: 0;
    font-size: 17px;
    color: #2753de;
    font-weight: 600;
    font-family: Fontawesome
}

.free-essays ul.list li a:hover {
    color: #2753de
}

.free-essays-2 .title {
    margin-bottom: 30px
}

.free-essays-2 h3 {
    font-size: 27px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica
}

.free-essays-2 .date {
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.free-essays-2 .date span {
    color: #0ecfe9
}

.free-essays-2 .separation {
    border-bottom: 1px solid #eeeeef;
    margin-bottom: 15px;
    margin-top: 15px
}

.free-essays-2 .buttons-next a {
    font-size: 15px;
    color: #3a6ce7;
    font-weight: 400;
    font-family: Helvetica
}

.free-essays-2 .buttons-next a:hover {
    color: #ff5e4d
}

.free-essays-2 .buttons-next {
    margin: 20px 0
}

.mainpage-blogs .blog-title {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    font-family: Helvetica;
    margin: 25px 0 0;
    display: inline-block
}

.mainpage-blogs .blog-img img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mainpage-blogs .blog-post-view {
    margin-top: 14px
}

.mainpage-blogs .blog-post-view .post-like .tooltipped,
.mainpage-blogs .blog-post-view .post-like .tooltipped i,
.mainpage-blogs .blog-post-view .post-view .tooltipped,
.mainpage-blogs .blog-post-view .post-view i {
    font-size: 18px;
    color: grey
}

.mainpage-blogs .date {
    font-size: 13px;
    color: #97999c;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 15px;
    overflow: hidden
}

.mainpage-blogs .date i {
    font-size: 13px;
    padding-right: 8px;
    float: left
}

.mainpage-blogs .date span {
    float: left
}

.mainpage-blogs .bottom a {
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: Helvetica
}

.mainpage-blogs .bottom a i {
    font-size: 8px;
    margin-left: 7px
}

.mainpage-blogs .bottom .data {
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica;
    text-align: right
}

.mainpage-blogs .bottom .data i {
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: "Material Icons";
    margin-right: 5px
}

.mainpage-blogs .bottom .data div {
    display: inline-block;
    overflow: hidden;
    margin-top: 5px
}

.mainpage-blogs .bottom .data div:first-child {
    margin-right: 15px
}

.mainpage-blogs .bottom .data div i,
.mainpage-blogs .bottom .data div>span {
    line-height: 15px;
    float: left
}

.mainpage-blogs-1 {
    padding: 50px 0
}

.mainpage-blogs-1 .header {
    text-align: center;
    margin-bottom: 50px
}

.mainpage-blogs-1 .header h2 {
    font-weight: 300
}

.mainpage-blogs-1 .header .subtitle {
    font-size: 20px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.mainpage-blogs-1 .content .item p {
    font-size: 13px
}

.mainpage-blogs-1 .content .item-l {
    height: 475px;
    text-align: center;
    position: relative
}

.mainpage-blogs-1 .content .item-l .inner {
    padding: 45px;
    text-align: center;
    position: absolute;
    bottom: 0
}

.mainpage-blogs-1 .content .item-l .inner h4 {
    line-height: 30px
}

.mainpage-blogs-1 .content .item-l .inner p {
    margin: 20px 0 40px
}

.mainpage-blogs-1 .content .item-l img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mainpage-blogs-1 .content .item-s {
    height: 225px;
    margin-bottom: 25px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    padding: 30px
}

.mainpage-blogs-1 .content .item-s h5 {
    margin: 15px 0
}

.mainpage-blogs-1 .content .item-s p {
    margin: 0;
    padding: 0;
    min-height: 50px
}

.mainpage-blogs-1 .content .item-s .row {
    margin-bottom: 0
}

.mainpage-blogs-1 .content .blog-post-view {
    text-align: right
}

.mainpage-blogs-1 .content .blog-post-view .post-like {
    margin-right: 10px
}

.mainpage-blogs-1 .content .bottom {
    padding-bottom: 20px
}

.mainpage-blogs-1 .content a.continue {
    position: relative;
    margin-top: 14px;
    display: inline-block
}

.mainpage-blogs-1 .content a.continue:after {
    content: "\f0da";
    color: #13aeff;
    position: absolute;
    right: -10px;
    top: -2px;
    font-size: 16px;
    font-family: FontAwesome
}

.drag-target {
    max-width: 0
}

.menubar {
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.menubar .logo {
    position: absolute;
    top: calc(50% - 19px);
    z-index: 1
}

.menubar .logo a {
    display: block;
    line-height: initial
}

.menubar .live-chat,
.menubar .phones {
    position: relative;
    top: 26px;
    float: right;
    margin-right: 40px;
    padding-left: 70px;
    font-size: 14px;
    color: #97999c;
    font-weight: 700;
    font-family: Helvetica;
    display: block
}

.menubar .live-chat:before,
.menubar .phones:before {
    content: '';
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    left: 28px;
    top: 6px;
    background: url(/wp-content/themes/essayslab/images/phone-header-icon.png)
}

.menubar .live-chat a,
.menubar .phones a {
    font-size: 15px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    line-height: 20px;
    display: block
}

.menubar .live-chat a.first-phone:hover,
.menubar .phones a.first-phone:hover {
    color: #3a6ce7
}

.menubar .live-chat a.second-phone:hover,
.menubar .phones a.second-phone:hover {
    color: #ff5e4d
}

.menubar nav.main-menu {
    background-color: #fff;
    box-shadow: none
}

.menubar nav.main-menu ul.primary-menu li a:hover,
.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap .live-chat a:hover,
.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap .phones a:hover,
.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .social-buttons ul li a:hover,
ul#modal-menu .sub-side-nav .live-chat-phones-wrap .live-chat a:hover,
ul#modal-menu .sub-side-nav .live-chat-phones-wrap .phones a:hover,
ul#modal-menu .sub-side-nav .social-buttons ul li a:hover {
    background-color: transparent
}

.menubar nav.main-menu a.mobile-menu {
    color: #292b2d;
    float: right;
    height: 90px;
    margin: 0 18px
}

.menubar nav.main-menu a.mobile-menu span {
    display: none;
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
    margin-top: 26px
}

.menubar nav.main-menu a.mobile-menu.active img {
    display: none
}

.menubar nav.main-menu a.mobile-menu.active span {
    display: block
}

.menubar nav.main-menu ul.primary-menu {
    text-align: left;
    margin-left: 220px;
    max-height: 90px;
    overflow: hidden
}

.menubar nav.main-menu ul.primary-menu li {
    display: inline-block;
    float: none
}

.menubar nav.main-menu ul.primary-menu li:nth-child(4) a {
    color: #ff5e4d
}

.menubar nav.main-menu ul.primary-menu li a {
    border-bottom: 3px solid transparent;
    height: 87px;
    line-height: 87px;
    padding: 0 10px
}

.menubar nav.main-menu ul.primary-menu li a:hover {
    color: #3a6ce7
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu {
    cursor: pointer
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu .dropdown-button {
    display: block;
    font-size: 15px;
    color: #292b2d;
    font-weight: 500;
    font-family: Helvetica;
    padding: 0 10px
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu .dropdown-button .fa-angle-right {
    padding-left: 2px
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu .dropdown-button:hover {
    color: #3a6ce7
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu .dropdown-button .drop-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 110px;
    box-shadow: 0 30px 20px rgba(87, 87, 87, .2);
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    background-color: #fff;
    padding: 30px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: .5s
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu .dropdown-button .drop-content .container {
    width: 70%
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu .dropdown-button .drop-content .menu-services {
    line-height: 0
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu .dropdown-button .drop-content .menu-services li {
    display: inline-block;
    width: 19%;
    padding-left: 70px
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu .dropdown-button .drop-content .menu-services li a {
    height: auto;
    line-height: 27px
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu .dropdown-button .drop-content .menu-services li:nth-child(3) a {
    color: #292b2d
}

.menubar nav.main-menu ul.primary-menu li.services-drop-menu .dropdown-button.active .drop-content {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.menubar nav.main-menu ul li>a {
    font-size: 15px;
    color: #292b2d;
    font-weight: 500;
    font-family: Helvetica
}

.menubar nav.main-menu .menu-buttons {
    float: right
}

.menubar nav.main-menu .menu-buttons a {
    min-width: 110px;
    height: 43px;
    line-height: 43px;
    margin: 0 5px
}

.menubar nav.main-menu .menu-buttons a.login,
.menubar nav.main-menu .menu-buttons a.user {
    border: 1px solid #d4d5d6;
    display: inline-block;
    min-width: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #97999c
}

.menubar nav.main-menu .menu-buttons a.login i,
.menubar nav.main-menu .menu-buttons a.user i {
    line-height: inherit;
    height: inherit
}

.menubar-1 {
    background: #fff;
    z-index: 999
}

.menubar-1 .content {
    position: relative
}

.menubar-1.fixed {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #fff;
    transition: all 1.5s ease;
    -webkit-animation: down .5s ease;
    animation: down .5s ease;
    box-shadow: 0 15px 18px rgba(0, 0, 0, .1);
    height: 90px;
    overflow: visible
}

.menubar-1.fixed .container {
    width: 100%;
    max-width: 100%
}

.menubar-1.fixed .container .content {
    background: #fff
}

.menubar-1.fixed .container nav.main-menu {
    width: 90%;
    max-width: 90%;
    margin: 0 auto
}

.menubar-1.fixed .logo {
    left: 95px
}

.menubar-1 .mobile-line {
    display: none
}

.menubar-1 .container {
    width: 90%;
    max-width: 90%
}

.menubar-1 .side-nav {
    top: 90px
}

.menubar-1 .button-primary-1 {
    padding: 0
}

.menubar-1 .button-primary-1 i {
    line-height: 0;
    height: auto;
    margin-right: 9px
}

.menubar-1 .ae-modal-user-area {
    display: inline-block
}

.menubar-1 .ae-modal-user-area a {
    position: relative;
    color: #51555a;
    padding: 12px 45px;
    border: 1px solid #c6c7c5;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600
}

.menubar-1 .ae-modal-user-area a:hover {
    border: 1px solid #3a6ce7;
    background: #3a6ce7;
    color: #fff
}

.menubar-1 .ae-modal-user-area a.logged {
    color: transparent;
    position: relative;
    padding: 12px 36px
}

.menubar-1 .ae-modal-user-area a.logged:before {
    content: 'My area';
    text-align: center;
    color: #292b2d;
    position: absolute;
    top: 0;
    padding-left: 2px;
    left: auto;
    font-size: 14px;
    font-family: Helvetica
}

.menubar-1 .header-chat:before,
.our-discount-2:before,
.sidebar-1-latest-blogs h4:before,
.sidebar-6-latest-blogs .post .date .post::after,
.statistics-1:before,
ul#modal-menu .bottom-block .menu-chat:before {
    content: ''
}

.menubar-1 .ae-modal-user-area a.logged:hover {
    background: #fff
}

.menubar-1 .ae-modal-user-area a.logged.vip-account-wrapper,
.menubar-1 .ae-modal-user-area a.logged.vip-account-wrapper:hover {
    background: url(/wp-content/themes/essayslab/images/left-stars.png) left 5px center no-repeat, url(/wp-content/themes/essayslab/images/right-stars.png) right 5px center no-repeat, #ffca48
}

.menubar-1 .header-chat {
    line-height: 43px;
    float: right;
    font-size: 15px;
    color: #30333f;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    height: 43px;
    top: 25px;
    margin: 0 40px
}

.menubar-1 .header-chat:before {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    border: 4px solid #d0f2d0;
    border-radius: 50%;
    top: 12px;
    left: -30px;
    background: #34c635
}

.menubar-1 nav.main-menu .mobile-menu {
    display: none
}

.menubar-1 nav.main-menu ul#slide-out>li {
    line-height: 40px;
    width: 100%;
    position: relative
}

.menubar-1 nav.main-menu ul#slide-out>li:nth-child(1):before {
    content: url(/wp-content/themes/essayslab/images/menu1.png);
    position: absolute;
    left: 15px;
    top: 2px
}

.menubar-1 nav.main-menu ul#slide-out>li:nth-child(2):before {
    content: url(/wp-content/themes/essayslab/images/menu2.png);
    position: absolute;
    left: 15px;
    top: 2px
}

.menubar-1 nav.main-menu ul#slide-out>li:nth-child(3):before {
    content: url(/wp-content/themes/essayslab/images/menu7.png);
    position: absolute;
    left: 15px;
    top: 4px
}

.menubar-1 nav.main-menu ul#slide-out>li:nth-child(3) a {
    color: #ff5e4d
}

.menubar-1 nav.main-menu ul#slide-out>li:nth-child(4):before {
    content: url(/wp-content/themes/essayslab/images/menu3.png);
    position: absolute;
    left: 15px;
    top: 4px
}

.menubar-1 nav.main-menu ul#slide-out>li:nth-child(5):before {
    content: url(/wp-content/themes/essayslab/images/menu4.png);
    position: absolute;
    left: 15px;
    top: 3px
}

.menubar-1 nav.main-menu ul#slide-out>li:nth-child(6):before {
    content: url(/wp-content/themes/essayslab/images/menu5.png);
    position: absolute;
    left: 15px;
    top: 4px
}

.menubar-1 nav.main-menu ul#slide-out>li:nth-child(7):before {
    content: url(/wp-content/themes/essayslab/images/menu6.png);
    position: absolute;
    left: 15px;
    top: 3px
}

.menubar-1 nav.main-menu ul#slide-out>li:nth-child(8):before {
    content: url(/wp-content/themes/essayslab/images/menu8.png);
    position: absolute;
    left: 15px;
    top: 3px
}

.menubar-1 nav.main-menu ul#slide-out>li>a {
    padding: 0 32px 0 40px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f0f0f0;
    text-transform: none;
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    font-family: Helvetica
}

.menubar-1 nav.main-menu ul#slide-out>li>a i {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0
}

.menubar-1 nav.main-menu ul#slide-out>li.services-drop-menu-mobile .dropdown-button {
    display: block;
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    font-family: Helvetica;
    padding: 0 32px 0 40px
}

.menubar-1 nav.main-menu ul#slide-out>li.services-drop-menu-mobile .dropdown-button i {
    height: auto;
    line-height: 40px
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav {
    padding: 0 32px 32px
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .phones {
    float: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
    display: block
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap {
    width: 100%;
    font-size: 0;
    line-height: normal
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap .live-chat,
.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap .phones {
    display: inline-block;
    padding-left: 0;
    line-height: normal;
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap .live-chat a,
.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap .phones a {
    display: inline-block;
    font-size: 14px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    text-transform: none;
    padding: 0 0 0 15px
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap .live-chat {
    text-align: left;
    width: 45%
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap .phones {
    text-align: right;
    width: 55%
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav>a {
    display: block;
    width: 100%;
    margin: 20px 0 5px;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 50px
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .social-buttons ul {
    text-align: center
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .social-buttons ul li {
    display: inline-block;
    line-height: normal;
    margin: 0 10px
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .social-buttons ul li a {
    display: inline-block;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.menubar-1 nav.main-menu ul#slide-out .sub-side-nav .social-buttons ul li a i {
    margin: 0;
    float: none;
    height: initial;
    line-height: initial;
    width: 100%;
    color: inherit
}

.menubar-1 nav.main-menu ul#slide-out .bottom-block {
    padding: 0 20px;
    margin-top: 6px
}

.menubar-1 nav.main-menu ul#slide-out .bottom-block .social-buttons {
    display: inline-block;
    margin-top: 5px
}

.menubar-1 nav.main-menu ul#slide-out .bottom-block .social-buttons ul li {
    display: inline-block
}

.menubar-1 nav.main-menu ul#slide-out .bottom-block .social-buttons ul li:nth-child(1) a {
    background: #3b5999
}

.menubar-1 nav.main-menu ul#slide-out .bottom-block .social-buttons ul li:nth-child(2) a {
    background: #54abed
}

.menubar-1 nav.main-menu ul#slide-out .bottom-block .social-buttons ul li:nth-child(3) a {
    background: #b90008
}

.menubar-1 nav.main-menu ul#slide-out .bottom-block .social-buttons ul li a {
    position: relative;
    padding: 0;
    height: 31px;
    width: 31px;
    border-radius: 50%;
    background: red;
    margin: 0 4px
}

.menubar-1 nav.main-menu ul#slide-out .bottom-block .social-buttons ul li a i {
    margin: 0;
    float: none;
    height: 0
}

.menubar-1 nav.main-menu ul#slide-out .bottom-block .social-buttons ul li a i:before {
    position: absolute;
    color: #fff;
    top: -8px;
    left: 12px;
    font-size: 12px
}

.menubar-1 nav.main-menu ul#slide-out .bottom-block .menu-chat {
    display: inline-block;
    margin: 0;
    top: 0
}

ul#modal-menu {
    display: none;
    background: #fff;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    position: fixed;
    width: 100%;
    max-width: 340px;
    max-height: 95%;
    overflow: auto;
    left: calc(50% - 150px);
    top: 35px !important;
    padding-bottom: 0
}

ul#modal-menu .top-header-close {
    height: 75px;
    background: linear-gradient(0deg, rgba(63, 61, 58, .04) 0, rgba(255, 255, 255, 0) 100%);
    padding: 19px 20px;
    position: relative;
    margin: 0 0 10px
}

ul#modal-menu .top-header-close .close-menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    font-size: 17px;
    font-weight: 700;
    color: #CECECC;
    cursor: pointer
}

ul#modal-menu>li {
    line-height: 40px;
    width: 100%;
    position: relative
}

ul#modal-menu>li:nth-child(2):before {
    content: url(/wp-content/themes/essayslab/images/menu1.png);
    position: absolute;
    left: 15px;
    top: 2px
}

ul#modal-menu>li:nth-child(3):before {
    content: url(/wp-content/themes/essayslab/images/menu2.png);
    position: absolute;
    left: 15px;
    top: 2px
}

ul#modal-menu>li:nth-child(4):before {
    content: url(/wp-content/themes/essayslab/images/menu7.png);
    position: absolute;
    left: 15px;
    top: 4px
}

ul#modal-menu>li:nth-child(4) a {
    color: #ff5e4d
}

ul#modal-menu>li.services-drop-menu-mobile .dropdown-button,
ul#modal-menu>li>a {
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    padding: 0 32px 0 40px;
    font-family: Helvetica
}

ul#modal-menu>li:nth-child(5):before {
    content: url(/wp-content/themes/essayslab/images/menu3.png);
    position: absolute;
    left: 15px;
    top: 4px
}

ul#modal-menu>li:nth-child(6):before {
    content: url(/wp-content/themes/essayslab/images/menu4.png);
    position: absolute;
    left: 15px;
    top: 3px
}

ul#modal-menu>li:nth-child(7):before {
    content: url(/wp-content/themes/essayslab/images/menu5.png);
    position: absolute;
    left: 15px;
    top: 4px
}

ul#modal-menu>li:nth-child(8):before {
    content: url(/wp-content/themes/essayslab/images/menu6.png);
    position: absolute;
    left: 15px;
    top: 3px
}

ul#modal-menu>li:nth-child(9):before {
    content: url(/wp-content/themes/essayslab/images/menu8.png);
    position: absolute;
    left: 15px;
    top: 3px
}

ul#modal-menu>li>a {
    height: 40px;
    line-height: 40px;
    text-transform: none
}

ul#modal-menu>li>a i {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0
}

ul#modal-menu>li.services-drop-menu-mobile .dropdown-button {
    display: block
}

ul#modal-menu>li.services-drop-menu-mobile .dropdown-button i {
    height: auto;
    line-height: 40px
}

ul#modal-menu .sub-side-nav {
    padding: 0 20px
}

ul#modal-menu .sub-side-nav .phones {
    float: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
    display: block
}

ul#modal-menu .sub-side-nav .phones a {
    font-size: 15px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    line-height: 20px;
    margin: 0 8px
}

ul#modal-menu .sub-side-nav .live-chat-phones-wrap {
    width: 100%;
    font-size: 0;
    line-height: normal
}

ul#modal-menu .sub-side-nav .live-chat-phones-wrap .live-chat,
ul#modal-menu .sub-side-nav .live-chat-phones-wrap .phones {
    display: inline-block;
    padding-left: 0;
    line-height: normal;
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

ul#modal-menu .sub-side-nav .live-chat-phones-wrap .live-chat a,
ul#modal-menu .sub-side-nav .live-chat-phones-wrap .phones a {
    display: inline-block;
    font-size: 14px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    text-transform: none;
    padding: 0 0 0 15px
}

ul#modal-menu .sub-side-nav .live-chat-phones-wrap .live-chat {
    text-align: left;
    width: 45%
}

ul#modal-menu .sub-side-nav .live-chat-phones-wrap .phones {
    text-align: right;
    width: 55%
}

ul#modal-menu .sub-side-nav>a {
    display: block;
    width: 100%;
    margin: 20px 0 5px;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 50px
}

ul#modal-menu .sub-side-nav .social-buttons ul {
    text-align: center
}

ul#modal-menu .sub-side-nav .social-buttons ul li {
    display: inline-block;
    line-height: normal;
    margin: 0 10px
}

ul#modal-menu .sub-side-nav .social-buttons ul li a {
    display: inline-block;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

ul#modal-menu .sub-side-nav .social-buttons ul li a i {
    margin: 0;
    float: none;
    height: initial;
    line-height: initial;
    width: 100%;
    color: inherit
}

ul#modal-menu .bottom-block {
    padding: 0 20px;
    margin-top: 6px
}

ul#modal-menu .bottom-block .social-buttons {
    display: inline-block;
    margin-top: 5px
}

ul#modal-menu .bottom-block .social-buttons ul li {
    display: inline-block
}

ul#modal-menu .bottom-block .social-buttons ul li:nth-child(1) a {
    background: #3b5999
}

ul#modal-menu .bottom-block .social-buttons ul li:nth-child(2) a {
    background: #54abed
}

ul#modal-menu .bottom-block .social-buttons ul li:nth-child(3) a {
    background: #b90008
}

ul#modal-menu .bottom-block .social-buttons ul li a {
    display: block;
    position: relative;
    padding: 0;
    height: 31px;
    width: 31px;
    border-radius: 50%;
    background: red;
    margin: 0 4px
}

ul#modal-menu .bottom-block .social-buttons ul li a i {
    margin: 0;
    float: none;
    height: 0;
    line-height: 48px
}

ul#modal-menu .bottom-block .social-buttons ul li a i:before {
    position: absolute;
    color: #fff;
    top: -8px;
    left: 12px;
    font-size: 12px
}

ul#modal-menu .bottom-block .menu-chat {
    display: inline-block;
    line-height: 43px;
    float: right;
    font-size: 15px;
    color: #30333f;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    height: 43px;
    margin: 0 25px
}

ul#modal-menu .bottom-block .menu-chat:before {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    border: 4px solid #d0f2d0;
    border-radius: 50%;
    top: 12px;
    left: -30px;
    background: #34c635
}

.our-discount {
    margin: 0;
    padding: 20px 0
}

.our-discount-2 {
    background: url(/wp-content/themes/essayslab/images/new-discounts-bg.webp) left no-repeat;
    background-size: cover;
    overflow: visible;
    position: relative
}

.our-discount-2:before {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    left: 270px;
    top: 230px
}

.our-discount-2 h2 {
    text-align: center;
    margin: 0 0 60px;
    font-size: 40px;
    font-weight: 300
}

.our-discount-2 h2 span {
    font-size: 40px;
    font-weight: 400
}

.our-discount-2 .discount-banner-block {
    height: 450px;
    padding: 0 100px;
    display: block;
    clear: both
}

.our-discount-2 .discount-banner-block .button-mobile {
    text-align: center;
    display: none;
    border: 2px solid #ff6768;
    color: #00385e;
    font-weight: 600;
    line-height: 41px;
    height: 45px;
    border-radius: 0;
    margin: 10px auto;
    max-width: 180px
}

.our-discount-2 .discount-banner-block .discounts-percents {
    text-align: center;
    padding: 0 15px
}

.our-discount-2 .discount-banner-block .discounts-percents .disk-box {
    background: #fff;
    padding: 80px 0;
    cursor: pointer;
    height: 420px;
    box-shadow: 0 23px 35px 0 #dfe4ea
}

.our-discount-2 .discount-banner-block .discounts-percents .disk-box.active {
    background: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 23px 35px 0 #dfe4ea;
    padding: 60px 0 30px;
    transition: .5s
}

.our-discount-2 .discount-banner-block .discounts-percents .disk-box.active .button {
    display: block;
    border: 2px solid #4f79e9;
    color: #4f79e9;
    font-weight: 500;
    line-height: 48px;
    height: 54px;
    border-radius: 30px;
    margin: 30px auto;
    max-width: 220px
}

.our-discount-2 .discount-banner-block .discounts-percents .disk-box .percent {
    position: relative;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Helvetica
}

.our-discount-2 .discount-banner-block .discounts-percents .disk-box .percent img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.our-discount-2 .discount-banner-block .discounts-percents .disk-box .percent .off {
    line-height: 47px;
    position: absolute;
    font-size: 40px;
    top: calc(50% - 30px);
    left: calc(50% - 54px);
    font-weight: 300
}

.our-discount-2 .discount-banner-block .discounts-percents .disk-box .percent .off span {
    display: block;
    font-size: 60px;
    font-weight: 600
}

.our-discount-2 .discount-banner-block .discounts-percents .disk-box .pages {
    margin-top: 10px;
    color: #303030;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Helvetica
}

.our-discount-2 .discount-banner-block .discounts-percents .disk-box .button {
    display: none
}

.samples-1 .block-samples:nth-child(odd) {
    clear: both
}

.samples-1 .sample {
    margin: 0 4px 30px;
    background: #FFF;
    border: 1px solid #eeeeef;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .09);
    display: block;
    min-height: 400px;
    padding-bottom: 20px
}

.samples-1 .sample .down-sample {
    padding: 25px 50px 25px 25px;
    margin-right: 20px;
    height: 90px;
    background-size: 43px;
    line-height: 21px;
    position: relative
}

.samples-1 .sample .down-sample .sample-type {
    font-size: 16px;
    color: #182446;
    font-weight: 700;
    text-transform: uppercase
}

.samples-1 .sample .down-sample .wrap {
    position: absolute;
    right: 15px;
    top: 25px
}

.samples-1 .sample .down-sample a {
    font-size: 12px;
    color: #0ecfe9;
    font-weight: 400
}

.samples-1 .sample .down-sample a:hover {
    color: #ff5e4d
}

.samples-1 .sample .sample-topic {
    height: 80px;
    padding: 25px;
    color: #4d1c17;
    font-weight: 700;
    border-top: 1px solid #eeeeef
}

.samples-1 .sample .row.table-sample {
    margin: 0;
    padding: 0 22px;
    width: 100%
}

.samples-1 .sample .row.table-sample .table-block-sample {
    display: block;
    background: #eeeeef;
    border: 3px solid #FFF;
    padding: 8px 15px;
    min-height: 70px
}

.samples-1 .sample .table-text-sample {
    color: #97999c
}

.samples-1 .sample .table-view-sample {
    font-size: 14px;
    color: #51555a;
    font-weight: 700;
    font-family: Helvetica
}

.samples-1 .sample .btn-sample {
    margin-top: 22px;
    text-align: center;
    padding: 0 22px
}

.samples-1 .sample .btn-sample .button {
    width: 100%
}

.sub-wid {
    display: block;
    width: 310px;
    padding-left: 10px
}

.sidebar-1-categories,
.sidebar-1-search {
    padding: 20px 0
}

.sidebar .date,
.sidebar .date a {
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.sidebar .date .post,
.sidebar .date a .post {
    display: inline-block;
    margin-right: 5%
}

.sidebar .date .like,
.sidebar .date a .like {
    display: inline-block;
    margin-right: 2%
}

.sidebar .date .watch,
.sidebar .date a .watch {
    display: inline-block
}

.sidebar .likes-views a.like {
    color: #97999c
}

.sidebar .likes-views a.like.liked {
    color: #0ecfe9
}

.sidebar .likes-views .material-icons {
    font-size: 15px
}

.sidebar-auth .mini-wrapper .header span,
.sidebar-auth .title {
    font-size: 15px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica
}

.sidebar-1-search .search {
    position: relative
}

.sidebar-1-search .search input {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-1-search .search a {
    font-size: 18px;
    color: #51555a;
    font-weight: 500;
    font-family: FontAwesome;
    position: absolute;
    line-height: 14px;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 0
}

.sidebar-1-archive h4:after,
.sidebar-1-categories h4:after {
    width: 100%;
    background: #0ecfe9;
    margin: 19px 0;
    display: block;
    height: 1px
}

.sidebar-1-search .search ::-webkit-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-1-search .search ::-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-1-search .search :-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-1-search .search :-ms-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-1-categories h4:after {
    content: ""
}

.sidebar-1-categories .categories li {
    border-bottom: 1px solid #eeeeef;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px
}

.sidebar-1-categories .categories li.active a,
.sidebar-1-categories .categories li.active a:after,
.sidebar-1-categories .categories li.active span,
.sidebar-1-categories .categories li.active span:after {
    color: #0ecfe9
}

.sidebar-1-categories .categories li a,
.sidebar-1-categories .categories li span {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase;
    line-height: 25px
}

.sidebar-1-categories .categories li a:hover,
.sidebar-1-categories .categories li span:hover {
    color: #0ecfe9
}

.sidebar-1-categories .categories li a:after,
.sidebar-1-categories .categories li span:after {
    content: "\E5CC";
    font-size: 14px;
    font-weight: 500;
    font-family: "Material Icons";
    position: absolute;
    top: 5px;
    right: 0
}

.sidebar-1-categories .collapsible-body {
    padding: 0;
    border-bottom: none
}

.sidebar-1-archive {
    padding: 20px 0
}

.sidebar-1-archive h4:after {
    content: ""
}

.sidebar-1-archive .archive li {
    border-bottom: 1px solid #eeeeef;
    position: relative;
    padding: 5px 0
}

.sidebar-1-archive .archive li a {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 25px
}

.sidebar-1-archive .archive li a:hover {
    color: #0ecfe9
}

.sidebar-1-latest-blogs {
    display: block;
    padding: 100px 0 0
}

.sidebar-1-latest-blogs h4 {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #303030;
    position: relative
}

.sidebar-1-latest-blogs h4:before {
    display: block;
    width: 60px;
    height: 2px;
    position: absolute;
    top: -30px;
    left: 0;
    background: #2753de
}

.sidebar-1-latest-blogs .sub {
    padding-left: 3px;
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
    color: #303030
}

.sidebar-1-latest-blogs .sub:before {
    display: none
}

.sidebar-1-latest-blogs .post {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0 7px;
    cursor: pointer
}

.sidebar-1-latest-blogs .post a {
    color: #303030
}

.sidebar-1-latest-blogs .post:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: .5s
}

.sidebar-1-latest-blogs img {
    width: 100%;
    min-height: 160px
}

.sidebar-1-latest-blogs p {
    margin-bottom: 25px;
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.sidebar-1-latest-blogs p a {
    color: #97999c
}

.sidebar-1-latest-blogs p a:hover {
    color: #0ecfe9
}

.sidebar-1-latest-blogs p:before {
    content: "\f017";
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 10px
}

.sidebar-1-latest-blogs:after,
.sidebar-1-payeer h4:after {
    content: "";
    width: 100%;
    display: block
}

.sidebar-1-latest-blogs:after {
    height: 1px;
    background: #eeeeef;
    margin: 20px 0
}

.sidebar-1-latest-blogs h5 {
    position: relative;
    padding-right: 25px
}

.sidebar-1-payeer {
    padding: 20px 0
}

.sidebar-1-payeer h4:after {
    height: 1px;
    background: #0ecfe9;
    margin: 19px 0
}

.sidebar-1-payeer img {
    width: 100%
}

.sidebar-1-first-order {
    padding: 20px 0;
    min-height: 350px;
    background: url(/wp-content/themes/essayslab/images/first-discount-sidebar-bg.png) center no-repeat;
    background-size: 100%
}

.sidebar-1-first-order .first-order {
    margin: 0 auto;
    text-align: center
}

.sidebar-1-first-order .first-order img {
    margin: 0 auto;
    display: block
}

.sidebar-1-first-order .first-order p.limited-time {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    font-family: Helvetica;
    text-transform: uppercase;
    margin: 10px 0 0;
    padding: 10px 0;
    background: #538aeb
}

.sidebar-1-first-order .first-order h2 {
    font-size: 50px;
    color: #ffe4af;
    font-weight: 900;
    font-family: Helvetica;
    margin: 15px 0 4px
}

.sidebar-1-first-order .first-order p.first-order {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    font-family: Helvetica
}

.sidebar-1-first-order .first-order a.button {
    margin-top: 30px;
    height: 50px;
    border-radius: 30px;
    line-height: 49px;
    text-transform: uppercase;
    width: 200px;
    font-size: 17px;
    font-weight: 400
}

.sidebar-1-advantages h4:after,
.sidebar-2-latest-blogs:after,
.sidebar-2-payeer h6:after {
    content: "";
    height: 1px
}

.sidebar-1-advantages {
    padding: 20px 0
}

.sidebar-1-advantages h4:after {
    width: 100%;
    background: #0ecfe9;
    display: block;
    margin: 19px 0
}

.sidebar-1-advantages .advantages {
    padding: 0;
    border-bottom: none;
    border-top: none
}

.sidebar-2-archive .archive,
.sidebar-2-categories .categories {
    border-top: 1px solid #0ecfe9
}

.sidebar-1-advantages .advantages li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-1-advantages .advantages li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-1-advantages a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-1-features {
    padding: 20px 35px
}

.sidebar-1-features h4 {
    text-align: center;
    font-size: 21px;
    color: #3a6ce7;
    font-weight: 500
}

.sidebar-1-features ul li {
    line-height: 22px;
    margin: 10px 0
}

.sidebar-1-features ul li span {
    font-weight: 600
}

.sidebar-1-features ul li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-1-features ul li:before {
    top: 0
}

.sidebar-1-features a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-1-discounts {
    padding: 20px 30px
}

.sidebar-1-discounts .line {
    text-align: center;
    font-size: 21px;
    color: #3a6ce7;
    font-weight: 500;
    font-family: Helvetica;
    display: block
}

.sidebar-1-discounts .discounts li {
    border-bottom: 1px solid #eeeeef;
    overflow: hidden
}

.sidebar-1-discounts .discounts li .percent {
    height: 85px;
    width: 88px;
    display: inline-block;
    float: left;
    position: relative
}

.sidebar-1-discounts .discounts li .percent h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    font-family: Helvetica;
    line-height: 22px;
    margin-top: 26px;
    text-transform: uppercase;
    text-align: center
}

.sidebar-1-discounts .discounts li:nth-child(2) .percent h4,
.sidebar-1-discounts .discounts li:nth-child(3) .percent h4,
.sidebar-1-discounts .discounts li:nth-child(4) .percent h4 {
    margin-top: 20px
}

.sidebar-1-discounts .discounts li .percent h4 span {
    font-weight: 300;
    font-size: 17px;
    display: block
}

.sidebar-1-discounts .discounts li:nth-child(1) .percent {
    background: url(/wp-content/themes/essayslab/images/disc-red.png) center no-repeat
}

.sidebar-1-discounts .discounts li:nth-child(2) .percent {
    background: url(/wp-content/themes/essayslab/images/disc-blue-5.png) center no-repeat
}

.sidebar-1-discounts .discounts li:nth-child(3) .percent {
    background: url(/wp-content/themes/essayslab/images/disc-blue-10.png) center no-repeat
}

.sidebar-1-discounts .discounts li:nth-child(4) .percent {
    background: url(/wp-content/themes/essayslab/images/disc-blue-15.png) center no-repeat
}

.sidebar-1-discounts .discounts li .for-pages {
    display: inline-block;
    float: left;
    padding-left: 10px;
    margin: 29px 0 0
}

.sidebar-2-categories,
.sidebar-2-search {
    padding: 20px 0
}

.sidebar-1-discounts .discounts li .for-pages p {
    font-size: 16px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0
}

.sidebar-1-discounts .discounts li .for-pages h4 {
    margin: 0;
    text-transform: uppercase
}

.sidebar-1-discounts .discounts li .for-pages .code {
    display: block;
    float: left;
    font-family: Helvetica;
    font-size: 12px
}

.sidebar-1-discounts .discounts li .for-pages .code span {
    font-weight: 600;
    color: #ff5e4d;
    font-size: 14px
}

.sidebar-1-discounts .discounts li:last-child {
    border-bottom: none
}

.sidebar-2-archive .archive li,
.sidebar-2-categories .categories li {
    border-bottom: 1px solid #c3f3fa;
    background: #e7fafd
}

.sidebar-1-discounts a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-2-search .search {
    position: relative
}

.sidebar-2-search .search input {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-2-search .search a {
    font-size: 18px;
    color: #97999c;
    font-weight: 500;
    font-family: FontAwesome;
    position: absolute;
    line-height: 14px;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 0
}

.sidebar-2-search .search ::-webkit-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-2-search .search ::-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-2-search .search :-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-2-search .search :-ms-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-2-categories h6 {
    margin-bottom: 30px;
    text-transform: uppercase
}

.sidebar-2-categories .categories li.active a,
.sidebar-2-categories .categories li.active a:after,
.sidebar-2-categories .categories li.active span,
.sidebar-2-categories .categories li.active span:after {
    color: #0ecfe9
}

.sidebar-2-categories .categories li a,
.sidebar-2-categories .categories li span {
    font-size: 13px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    text-transform: uppercase;
    padding: 5px 0 5px 30px;
    line-height: 25px;
    display: inline-block;
    position: relative
}

.sidebar-2-categories .categories li a:hover,
.sidebar-2-categories .categories li span:hover {
    color: #0ecfe9
}

.sidebar-2-categories .categories li a:before,
.sidebar-2-categories .categories li span:before {
    content: "\E5CC";
    font-size: 14px;
    font-weight: 500;
    font-family: "Material Icons";
    padding: 0 10px;
    position: absolute;
    left: -2px
}

.sidebar-2-archive {
    padding: 20px 0
}

.sidebar-2-archive h6 {
    margin-bottom: 30px;
    text-transform: uppercase
}

.sidebar-2-archive .archive li a {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 25px;
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 30px
}

.sidebar-2-archive .archive li a:hover {
    color: #0ecfe9
}

.sidebar-2-archive .archive li a:before {
    content: "\E5CC";
    font-size: 14px;
    font-weight: 500;
    font-family: "Material Icons";
    padding: 0 10px;
    position: absolute;
    left: -2px
}

.sidebar-2-latest-blogs {
    padding: 20px 0
}

.sidebar-2-latest-blogs h6 {
    text-transform: uppercase;
    margin-bottom: 25px
}

.sidebar-2-latest-blogs img {
    width: 100%
}

.sidebar-2-latest-blogs p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.sidebar-2-latest-blogs p a {
    color: #97999c
}

.sidebar-2-latest-blogs p a:hover {
    color: #0ecfe9
}

.sidebar-2-latest-blogs p:before {
    content: "\f017";
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 10px
}

.sidebar-2-latest-blogs:after {
    width: 100%;
    background: #eeeeef;
    display: block;
    margin: 20px 0
}

.sidebar-2-latest-blogs h5 {
    position: relative;
    padding-right: 25px
}

.sidebar-2-payeer {
    padding: 20px 0
}

.sidebar-2-payeer h6 {
    text-transform: uppercase
}

.sidebar-2-payeer h6:after {
    width: 100%;
    background: #0ecfe9;
    display: block;
    margin: 25px 0
}

.sidebar-2-payeer img {
    width: 100%
}

.sidebar-2-first-order {
    padding: 25px 0;
    min-height: 370px;
    background: url(/wp-content/themes/essayslab/images/sidebar-contacts-bg.png) center no-repeat;
    background-size: cover;
    position: relative
}

.sidebar-2-first-order:after {
    content: url(/wp-content/themes/essayslab/images/sidebar-plane.png);
    position: absolute;
    right: -180px;
    top: 50px
}

.sidebar-2-first-order .first-order {
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
    font-family: Helvetica
}

.sidebar-2-first-order .first-order .title {
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding-left: 70px;
    margin-bottom: 10px
}

.sidebar-2-first-order .first-order .phones {
    display: block;
    line-height: 26px
}

.sidebar-2-first-order .first-order .phones a {
    display: block;
    color: #fff;
    font-size: 21px
}

.sidebar-2-first-order .first-order .phones a:hover {
    color: #ff5e4d
}

.sidebar-2-first-order .first-order .email {
    margin: 10px 0
}

.sidebar-2-first-order .first-order .email a {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.sidebar-2-first-order .first-order .email a:hover {
    color: #ff5e4d
}

.sidebar-2-first-order .first-order .address {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 16px
}

.sidebar-2-first-order .first-order img.people-buttons {
    position: absolute;
    right: 30px;
    bottom: 0;
    margin: 0 auto;
    display: block
}

.sidebar-2-first-order .first-order .tell-button {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 84px
}

.sidebar-2-first-order .first-order .chat-button {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 84px;
    bottom: 122px
}

.sidebar-2-first-order .first-order p.limited-time {
    font-size: 18px;
    color: #181a1b;
    font-weight: 100;
    font-family: Helvetica
}

.sidebar-2-first-order .first-order h2 {
    font-size: 37px;
    color: #181a1b;
    font-weight: 900;
    font-family: Helvetica
}

.sidebar-2-first-order .first-order p.first-order {
    font-size: 15px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase
}

.sidebar-2-first-order .first-order a.button-slim {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    margin: 30px auto 0
}

.sidebar-2-advantages {
    padding: 20px 0
}

.sidebar-2-advantages h6 {
    text-transform: uppercase
}

.sidebar-2-advantages h6:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #0ecfe9;
    display: block;
    margin: 25px 0
}

.sidebar-2-advantages .advantages {
    border-bottom: none;
    border-top: none;
    padding: 0
}

.sidebar-2-advantages .advantages li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-2-advantages .advantages li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-2-advantages a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-2-discounts h6.line:after,
.sidebar-2-features h6:after {
    width: 100%;
    background: #0ecfe9;
    display: block;
    margin: 25px 0;
    height: 1px
}

.sidebar-2-features {
    padding: 20px 0
}

.sidebar-2-features h6 {
    text-transform: uppercase
}

.sidebar-2-features h6:after {
    content: ""
}

.sidebar-2-features .features li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-2-features .features li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-2-features a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-2-discounts {
    padding: 20px 0
}

.sidebar-2-discounts h6.line {
    text-transform: uppercase
}

.sidebar-2-discounts h6.line:after {
    content: ""
}

.sidebar-2-discounts .discounts li {
    position: relative;
    overflow: hidden;
    margin: 10px 0
}

.sidebar-2-discounts .discounts li .percent {
    width: 75px;
    display: inline-block;
    float: left;
    position: relative;
    background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2274%22%20height%3D%2274%22%20viewBox%3D%220%200%2074%2074%22%3E%3Cpath%20fill%3D%22%2313aeff%22%20d%3D%22M11.19%2011.19l4.1-1%201.83-3.81%204.22-.11%202.58-3.35%204.15.76L31.3.94l3.9%201.62L38.91.54l3.49%202.39%204.05-1.19%202.91%203.06%204.21-.33%202.22%203.6%204.18.56%201.42%203.98%203.98%201.42.56%204.18%203.6%202.22-.33%204.21%203.06%202.91-1.2%204.05%202.4%203.49-2.02%203.71%201.62%203.91-2.74%203.22.76%204.15-3.35%202.58-.11%204.22-3.82%201.83-.99%204.1-4.1.99-1.83%203.82-4.22.11-2.58%203.35-4.15-.76-3.22%202.74-3.9-1.62-3.72%202.02-3.49-2.39-4.05%201.19-2.91-3.06-4.21.33-2.22-3.6-4.18-.56-1.42-3.98-3.98-1.42-.56-4.18-3.6-2.22.33-4.21-3.06-2.91%201.2-4.05-2.4-3.49%202.02-3.72-1.62-3.9%202.74-3.22-.76-4.15%203.35-2.58.11-4.22%203.82-1.83z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
    height: 75px
}

.sidebar-2-discounts .discounts li .percent h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    font-family: Helvetica;
    text-transform: uppercase;
    text-align: center;
    margin: 12px 0
}

.sidebar-2-discounts .discounts li .for-pages {
    display: inline-block;
    float: left;
    padding-left: 30px;
    margin: 10px 0
}

.sidebar-3-categories,
.sidebar-3-search {
    padding: 20px 0
}

.sidebar-2-discounts .discounts li .for-pages p {
    font-size: 13px;
    color: #414448;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0 0 5px
}

.sidebar-2-discounts .discounts li .for-pages h4 {
    margin: 0;
    text-transform: uppercase
}

.sidebar-2-discounts .discounts li .for-pages:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #eeeeef;
    bottom: 0
}

.sidebar-2-discounts .discounts li:first-child .percent {
    background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2274%22%20height%3D%2274%22%20viewBox%3D%220%200%2074%2074%22%3E%3Cpath%20fill%3D%22%23fa8e11%22%20d%3D%22M11.19%2011.19l4.1-1%201.83-3.81%204.22-.11%202.58-3.35%204.15.76L31.3.94l3.9%201.62L38.91.54l3.49%202.39%204.05-1.19%202.91%203.06%204.21-.33%202.22%203.6%204.18.56%201.42%203.98%203.98%201.42.56%204.18%203.6%202.22-.33%204.21%203.06%202.91-1.2%204.05%202.4%203.49-2.02%203.71%201.62%203.91-2.74%203.22.76%204.15-3.35%202.58-.11%204.22-3.82%201.83-.99%204.1-4.1.99-1.83%203.82-4.22.11-2.58%203.35-4.15-.76-3.22%202.74-3.9-1.62-3.72%202.02-3.49-2.39-4.05%201.19-2.91-3.06-4.21.33-2.22-3.6-4.18-.56-1.42-3.98-3.98-1.42-.56-4.18-3.6-2.22.33-4.21-3.06-2.91%201.2-4.05-2.4-3.49%202.02-3.72-1.62-3.9%202.74-3.22-.76-4.15%203.35-2.58.11-4.22%203.82-1.83z%22%2F%3E%3C%2Fsvg%3E) no-repeat
}

.sidebar-2-discounts a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-3-search h6 {
    font-size: 15px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: Helvetica;
    margin-bottom: 25px
}

.sidebar-3-search h6:after {
    content: "\f002";
    font-size: 14px;
    color: #97999c;
    font-weight: 400;
    font-family: FontAwesome;
    text-align: right;
    float: right
}

.sidebar-3-search .search input {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    background: #fff
}

.sidebar-3-search .search ::-webkit-input-placeholder {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-3-search .search ::-moz-placeholder {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-3-search .search :-moz-placeholder {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-3-search .search :-ms-input-placeholder {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-3-categories h6 {
    font-size: 15px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: Helvetica;
    margin-bottom: 25px
}

.sidebar-3-categories h6:after {
    content: "apps";
    font-size: 18px;
    color: #97999c;
    font-weight: 400;
    font-family: "Material Icons";
    text-align: right;
    float: right
}

.sidebar-3-categories .categories li {
    border-bottom: 1px solid #d4d5d6;
    background: #eeeeef;
    margin: 5px 0
}

.sidebar-3-categories .categories li.active a,
.sidebar-3-categories .categories li.active a:after,
.sidebar-3-categories .categories li.active span,
.sidebar-3-categories .categories li.active span:after {
    color: #0ecfe9
}

.sidebar-3-categories .categories li a,
.sidebar-3-categories .categories li span {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 25px;
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 30px;
    text-transform: uppercase
}

.sidebar-3-categories .categories li a:hover,
.sidebar-3-categories .categories li span:hover {
    color: #0ecfe9
}

.sidebar-3-categories .categories li a:before,
.sidebar-3-categories .categories li span:before {
    content: "\E5CC";
    font-size: 14px;
    font-weight: 500;
    font-family: "Material Icons";
    padding: 0 10px;
    position: absolute;
    left: -2px
}

.sidebar-3-archive {
    padding: 20px 0
}

.sidebar-3-archive h6 {
    font-size: 15px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: Helvetica;
    margin-bottom: 25px
}

.sidebar-3-archive h6:after {
    content: "restore";
    font-size: 18px;
    color: #97999c;
    font-weight: 400;
    font-family: "Material Icons";
    text-align: right;
    float: right
}

.sidebar-3-archive .archive li {
    border-bottom: 1px solid #d4d5d6;
    background: #eeeeef;
    margin: 5px 0
}

.sidebar-3-archive .archive li a {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 25px;
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 30px
}

.sidebar-3-archive .archive li a:hover {
    color: #0ecfe9
}

.sidebar-3-archive .archive li a:before {
    content: "\E5CC";
    font-size: 14px;
    font-weight: 500;
    font-family: "Material Icons";
    padding: 0 10px;
    position: absolute;
    left: -2px
}

.sidebar-3-latest-blogs {
    padding: 20px 0
}

.sidebar-3-latest-blogs h5 {
    position: relative;
    padding-right: 25px;
    margin-bottom: 25px
}

.sidebar-3-latest-blogs h5 a {
    font-size: 15px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-3-latest-blogs h5:after,
.sidebar-3-payeer h6:after {
    font-weight: 400;
    font-family: "Material Icons";
    text-align: right;
    float: right
}

.sidebar-3-latest-blogs h5:after {
    content: "forum";
    font-size: 18px;
    color: #97999c;
    position: absolute;
    right: 0;
    top: 1px
}

.sidebar-3-latest-blogs .post img {
    width: 100%
}

.sidebar-3-latest-blogs .post p {
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica;
    margin: 0
}

.sidebar-3-latest-blogs .post p a {
    color: #97999c
}

.sidebar-3-latest-blogs .post p a:hover {
    color: #0ecfe9
}

.sidebar-3-latest-blogs .post p:before {
    content: "\f017";
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 10px
}

.sidebar-3-latest-blogs .post:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eeeeef;
    display: block;
    margin: 5px 0
}

.sidebar-3-latest-blogs h6 {
    font-size: 15px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: sans-serif;
    margin-bottom: 25px
}

.sidebar-3-payeer {
    padding: 20px 0
}

.sidebar-3-payeer h6 {
    font-size: 15px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: Helvetica;
    margin-bottom: 35px
}

.sidebar-3-payeer h6:after {
    content: "credit_card";
    font-size: 18px;
    color: #97999c
}

.sidebar-3-payeer img {
    width: 100%
}

.sidebar-3-first-order {
    padding: 60px 0;
    background: #eeeeef
}

.sidebar-3-first-order .first-order {
    margin: 0 auto;
    text-align: center
}

.sidebar-3-first-order .first-order img {
    margin: 0 auto;
    display: block
}

.sidebar-3-first-order .first-order p.limited-time {
    font-size: 18px;
    color: #181a1b;
    font-weight: 100;
    font-family: Helvetica
}

.sidebar-3-first-order .first-order h2 {
    font-size: 37px;
    color: #181a1b;
    font-weight: 900;
    font-family: Helvetica
}

.sidebar-3-first-order .first-order p.first-order {
    font-size: 15px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase
}

.sidebar-3-first-order .first-order a.button-slim {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    margin: 30px auto 0
}

.sidebar-3-advantages {
    padding: 20px 0
}

.sidebar-3-advantages h6 {
    font-size: 15px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: Helvetica;
    margin-bottom: 20px
}

.sidebar-3-advantages h6:after,
.sidebar-3-features h6:after {
    font-family: "Material Icons";
    text-align: right
}

.sidebar-3-advantages h6:after {
    content: "assignment_turned_in";
    font-size: 18px;
    color: #97999c;
    font-weight: 400;
    float: right
}

.sidebar-3-advantages .advantages {
    border-bottom: none;
    border-top: none;
    padding: 0
}

.sidebar-3-advantages .advantages li {
    border-bottom: 1px solid #eeeeef
}

.sidebar-3-advantages .advantages li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-3-advantages .advantages li:before {
    content: "\f058";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-3-advantages .advantages li:last-child {
    border-bottom: none
}

.sidebar-3-advantages a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-3-features {
    padding: 20px 0
}

.sidebar-3-features h6 {
    font-size: 15px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: Helvetica;
    margin-bottom: 20px
}

.sidebar-3-features h6:after {
    content: "receipt";
    font-size: 18px;
    color: #97999c;
    font-weight: 400;
    float: right
}

.sidebar-3-features .features li {
    border-bottom: 1px solid #eeeeef
}

.sidebar-3-features .features li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-3-features .features li:before {
    content: "\f058";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-3-features .features li:last-child {
    border-bottom: none
}

.sidebar-3-features a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-3-discounts {
    padding: 20px 0
}

.sidebar-3-discounts h6 {
    font-size: 15px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: Helvetica;
    margin-bottom: 20px
}

.sidebar-3-discounts h6:after {
    content: "local_offer";
    font-size: 18px;
    color: #97999c;
    font-weight: 400;
    font-family: "Material Icons";
    text-align: right;
    float: right
}

.sidebar-3-discounts .discounts li {
    border-bottom: 1px solid #eeeeef;
    overflow: hidden
}

.sidebar-3-discounts .discounts li .percent {
    width: 60%;
    display: inline-block;
    float: left;
    position: relative;
    margin: 14px 0
}

.sidebar-3-discounts .discounts li .percent h2 {
    font-size: 35px;
    color: #0ecfe9;
    font-weight: 900;
    font-family: Helvetica;
    margin: 2px 0 0;
    text-transform: uppercase;
    text-align: left
}

.sidebar-3-discounts .discounts li .for-pages {
    display: inline-block;
    float: left;
    padding-left: 10px;
    margin: 14px 0
}

.sidebar-4-categories,
.sidebar-4-search {
    padding: 20px 0
}

.sidebar-3-discounts .discounts li .for-pages p {
    font-size: 13px;
    color: #414448;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0
}

.sidebar-3-discounts .discounts li .for-pages h5 {
    font-size: 18px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    margin: 0
}

.sidebar-3-discounts .discounts li:last-child {
    border-bottom: none
}

.sidebar-3-discounts .discounts li:first-child .percent h2 {
    color: #4f79e9
}

.sidebar-3-discounts a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-4-search .search {
    position: relative
}

.sidebar-4-search .search input {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    background: #fff
}

.sidebar-4-search .search a {
    font-size: 18px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: FontAwesome;
    position: absolute;
    line-height: 14px;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 0
}

.sidebar-4-archive h5:after,
.sidebar-4-categories h5:after,
.sidebar-4-latest-blogs h5:after {
    height: 2px;
    background: #0ecfe9;
    margin: 19px 0 0
}

.sidebar-4-search .search ::-webkit-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-4-search .search ::-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-4-search .search :-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-4-search .search :-ms-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-4-categories .collapsible-body {
    padding: 0;
    border-bottom: none
}

.sidebar-4-advantages h5,
.sidebar-4-archive h5,
.sidebar-4-categories h5,
.sidebar-4-latest-blogs h5,
.sidebar-4-payeer h5 {
    border-bottom: 1px solid #f0f0f1
}

.sidebar-4-categories h5:after {
    content: "";
    width: 40px;
    display: block
}

.sidebar-4-categories .categories li {
    position: relative;
    padding-right: 15px
}

.sidebar-4-categories .categories li.active a,
.sidebar-4-categories .categories li.active a:after,
.sidebar-4-categories .categories li.active>span,
.sidebar-4-categories .categories li.active>span:after {
    color: #0ecfe9
}

.sidebar-4-categories .categories li a,
.sidebar-4-categories .categories li>span {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase;
    line-height: 18px;
    display: inline-block;
    width: 100%;
    padding: 5px 15px
}

.sidebar-4-archive,
.sidebar-4-latest-blogs {
    padding: 20px 0
}

.sidebar-4-categories .categories li a:hover,
.sidebar-4-categories .categories li>span:hover {
    color: #0ecfe9
}

.sidebar-4-categories .categories li a:after,
.sidebar-4-categories .categories li>span:after {
    content: "\E5CC";
    font-size: 14px;
    font-weight: 500;
    font-family: "Material Icons";
    position: absolute;
    top: 5px;
    right: 0
}

.sidebar-4-archive .archive li,
.sidebar-5-search .search {
    position: relative
}

.sidebar-4-archive h5:after {
    content: "";
    width: 40px;
    display: block
}

.sidebar-4-archive .archive li a {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 35px
}

.sidebar-4-archive .archive li a:after {
    content: "\E5CC";
    font-size: 14px;
    font-weight: 500;
    font-family: "Material Icons";
    position: absolute;
    top: 0;
    right: 0
}

.sidebar-4-archive .archive li a:hover {
    color: #0ecfe9
}

.sidebar-4-latest-blogs h5 a {
    color: #181a1b
}

.sidebar-4-latest-blogs h5 a:hover {
    color: #0ecfe9
}

.sidebar-4-latest-blogs h5:after {
    content: "";
    width: 40px;
    display: block
}

.sidebar-4-latest-blogs .post img {
    width: 100%
}

.sidebar-4-latest-blogs .post p {
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.sidebar-4-latest-blogs .post p:before {
    content: "\f017";
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 10px
}

.sidebar-4-latest-blogs .post p a {
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.sidebar-4-latest-blogs .post p a:hover {
    color: #0ecfe9
}

.sidebar-4-latest-blogs .post:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eeeeef;
    display: block;
    margin: 25px 0
}

.sidebar-4-payeer {
    padding: 20px 0
}

.sidebar-4-payeer h5:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #0ecfe9;
    display: block;
    margin: 19px 0 0
}

.sidebar-4-payeer img {
    margin-top: 25px;
    width: 100%
}

.sidebar-4-first-order {
    padding: 60px 0;
    background: #eeeeef
}

.sidebar-4-first-order .first-order {
    margin: 0 auto;
    text-align: center
}

.sidebar-4-first-order .first-order img {
    margin: 0 auto;
    display: block
}

.sidebar-4-first-order .first-order p.limited-time {
    font-size: 18px;
    color: #181a1b;
    font-weight: 100;
    font-family: Helvetica
}

.sidebar-4-first-order .first-order h2 {
    font-size: 37px;
    color: #181a1b;
    font-weight: 900;
    font-family: Helvetica
}

.sidebar-4-first-order .first-order p.first-order {
    font-size: 15px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase
}

.sidebar-4-first-order .first-order a.button-slim {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    margin: 30px auto 0
}

.sidebar-4-advantages h5:after,
.sidebar-4-discounts h5:after,
.sidebar-4-features h5:after {
    height: 2px;
    background: #0ecfe9;
    margin: 19px 0 0;
    display: block
}

.sidebar-4-advantages {
    padding: 20px 0
}

.sidebar-4-advantages h5:after {
    content: "";
    width: 40px
}

.sidebar-4-advantages .advantages {
    padding: 0;
    border-bottom: none;
    border-top: none
}

.sidebar-4-discounts h5,
.sidebar-4-features h5 {
    border-bottom: 1px solid #f0f0f1
}

.sidebar-4-advantages .advantages li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-4-advantages .advantages li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-4-advantages a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-4-features {
    padding: 20px 0
}

.sidebar-4-features h5:after {
    content: "";
    width: 40px
}

.sidebar-4-features .features li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-4-features .features li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-4-features a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-4-discounts {
    padding: 20px 0
}

.sidebar-4-discounts h5:after {
    content: "";
    width: 40px
}

.sidebar-4-discounts .discounts li {
    overflow: hidden;
    width: 50%;
    display: block;
    float: left;
    margin: 10px 0
}

.sidebar-4-discounts .discounts li h3 {
    font-size: 27px;
    color: #0ecfe9;
    font-weight: 900;
    font-family: Helvetica;
    margin-bottom: 10px;
    text-transform: uppercase
}

.sidebar-4-discounts .discounts li p {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0 0 5px
}

.sidebar-4-discounts .discounts li h6 {
    margin: 0
}

.sidebar-4-discounts .discounts li:last-child {
    border-bottom: none
}

.sidebar-4-discounts .discounts li:first-child h3 {
    color: #4f79e9
}

.sidebar-4-discounts a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 40px 0 0
}

.sidebar-5-search {
    padding: 20px;
    background: #e7fafd;
    margin: 20px 0
}

.sidebar-5-archive .collapsible-body,
.sidebar-5-categories .collapsible-body {
    padding: 0
}

.sidebar-5-search .search input {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0;
    background-color: #fff;
    border: 1px solid #0ecfe9
}

.sidebar-5-search .search a {
    font-size: 18px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: FontAwesome;
    position: absolute;
    line-height: 14px;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 0
}

.sidebar-5-search .search ::-webkit-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-5-search .search ::-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-5-search .search :-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-5-search .search :-ms-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-5-categories .collapsible {
    box-shadow: none
}

.sidebar-5-categories .collapsible-header {
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #eeeeef;
    position: relative
}

.sidebar-5-categories .collapsible-header:before {
    content: "\E313";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-5-categories .collapsible-header .active:before {
    content: "\E314";
    font-family: "Material Icons";
    position: absolute;
    right: 15px;
    color: #0ecfe9
}

.sidebar-5-categories .collapsible-header.active {
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #eeeeef;
    position: relative
}

.sidebar-5-categories .collapsible-header.active:before {
    content: "\E316";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-5-categories .categories li {
    border-bottom: 1px solid #eeeeef;
    position: relative
}

.sidebar-5-categories .categories li .active,
.sidebar-5-categories .categories li a {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase;
    line-height: 40px;
    display: block;
    padding: 0 30px
}

.sidebar-5-categories .categories li .active:after,
.sidebar-5-categories .categories li a:after {
    content: "\E5CC";
    font-size: 14px;
    color: #181a1b;
    font-weight: 700;
    font-family: Material Icons;
    position: absolute;
    top: 0;
    right: 15px
}

.sidebar-5-archive .collapsible-header,
.sidebar-5-archive .collapsible-header.active {
    font-size: 17px;
    font-weight: 700;
    line-height: 60px;
    background-color: #eeeeef;
    min-height: 60px
}

.sidebar-5-categories .categories li .active,
.sidebar-5-categories .categories li .active a,
.sidebar-5-categories .categories li .active a:after,
.sidebar-5-categories .categories li .active:hover,
.sidebar-5-categories .categories li .active:hover:after,
.sidebar-5-categories .categories li a:hover,
.sidebar-5-categories .categories li a:hover:after,
.sidebar-5-categories .categories li.active,
.sidebar-5-categories .categories li.active a,
.sidebar-5-categories .categories li.active a:after {
    color: #0ecfe9
}

.sidebar-5-archive .collapsible {
    box-shadow: none
}

.sidebar-5-archive .collapsible-header {
    color: #181a1b;
    font-family: Helvetica;
    position: relative
}

.sidebar-5-archive .collapsible-header:before {
    content: "\E313";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-5-archive .collapsible-header .active:before {
    content: "\E314";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-5-archive .collapsible-header.active {
    color: #181a1b;
    font-family: Helvetica;
    position: relative
}

.sidebar-5-archive .collapsible-header.active:before {
    content: "\E316";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-5-archive .archive li {
    border-bottom: 1px solid #eeeeef;
    position: relative
}

.sidebar-5-archive .archive li a {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase;
    line-height: 40px;
    display: block;
    padding: 0 30px
}

.sidebar-5-archive .archive li a:after {
    content: "\E5CC";
    font-size: 14px;
    color: #181a1b;
    font-weight: 700;
    font-family: Material Icons;
    position: absolute;
    top: 0;
    right: 15px
}

.sidebar-5-archive .archive li a:hover,
.sidebar-5-archive .archive li a:hover:after {
    color: #0ecfe9
}

.sidebar-5-latest-blogs {
    padding: 20px 0
}

.sidebar-5-latest-blogs .post {
    display: inline-block
}

.sidebar-5-latest-blogs .post img {
    width: 100%
}

.sidebar-5-latest-blogs .post p {
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.sidebar-5-latest-blogs .post p:before {
    content: "\f017";
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 10px
}

.sidebar-5-latest-blogs .post-left {
    width: 30%;
    display: inline-block;
    float: left
}

.sidebar-5-latest-blogs .post-right {
    width: 65%;
    display: inline-block;
    margin-left: 5%;
    float: right;
    vertical-align: baseline
}

.sidebar-5-latest-blogs .post h6 {
    line-height: 1;
    border-bottom: 1px solid #eeeeef;
    padding-bottom: 10px
}

.sidebar-5-latest-blogs .post a {
    color: #0ecfe9
}

.sidebar-5-latest-blogs .post a .fa {
    margin-left: 3%
}

.sidebar-5-payeer {
    padding: 20px 0
}

.sidebar-5-payeer .header-sidebar {
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #eeeeef;
    position: relative;
    border: 1px solid #d4d5d6;
    display: block;
    padding: 0 1rem;
    margin-bottom: 0
}

.sidebar-5-payeer .content-sidebar-5-payeer {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0
}

.sidebar-5-payeer img {
    width: 100%
}

.sidebar-5-first-order {
    padding: 60px 0;
    background: #eeeeef
}

.sidebar-5-first-order .first-order {
    margin: 0 auto;
    text-align: center
}

.sidebar-5-first-order .first-order img {
    margin: 0 auto;
    display: block
}

.sidebar-5-first-order .first-order p.limited-time {
    font-size: 18px;
    color: #181a1b;
    font-weight: 100;
    font-family: Helvetica
}

.sidebar-5-first-order .first-order h2 {
    font-size: 37px;
    color: #181a1b;
    font-weight: 900;
    font-family: Helvetica
}

.sidebar-5-first-order .first-order p.first-order {
    font-size: 15px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase
}

.sidebar-5-advantages .header-sidebar,
.sidebar-5-features .header-sidebar {
    font-size: 17px;
    color: #181a1b;
    position: relative;
    display: block;
    background-color: #eeeeef
}

.sidebar-5-first-order .first-order a.button-slim {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    margin: 30px auto 0
}

.sidebar-5-advantages img,
.sidebar-5-discounts img,
.sidebar-5-features img,
.sidebar-6-latest-blogs .post,
.sidebar-6-latest-blogs .post img {
    width: 100%
}

.sidebar-5-advantages {
    padding: 20px 0
}

.sidebar-5-advantages .header-sidebar {
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    border: 1px solid #d4d5d6;
    padding: 0 15px;
    margin-bottom: 0
}

.sidebar-5-advantages .content-sidebar-5-advantages {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0
}

.sidebar-5-advantages .content-sidebar-5-advantages .advantages {
    border-top: none;
    border-bottom: none;
    padding: 0
}

.sidebar-5-advantages .content-sidebar-5-advantages .advantages li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-5-advantages .content-sidebar-5-advantages .advantages li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-5-features {
    padding: 20px 0
}

.sidebar-5-features .header-sidebar {
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    border: 1px solid #d4d5d6;
    padding: 0 15px;
    margin-bottom: 0
}

.sidebar-5-features .content-sidebar-5-features {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0
}

.sidebar-5-features .content-sidebar-5-features .features li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-5-features .content-sidebar-5-features .features li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-5-discounts {
    padding: 20px 0
}

.sidebar-5-discounts .header-sidebar {
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #eeeeef;
    position: relative;
    border: 1px solid #d4d5d6;
    display: block;
    padding: 0 15px;
    margin-bottom: 0
}

.sidebar-5-discounts .content-sidebar-5-discounts {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0
}

.sidebar-5-discounts .content-sidebar-5-discounts .discounts li {
    border-bottom: 1px solid #eeeeef;
    overflow: hidden
}

.sidebar-5-discounts .content-sidebar-5-discounts .discounts li .percent {
    width: 75px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 10px 0
}

.sidebar-5-discounts .content-sidebar-5-discounts .discounts li .percent h4 {
    font-size: 22px;
    color: #0ecfe9;
    font-weight: 900;
    font-family: Helvetica;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    border-right: 2px solid #c3f3fa
}

.sidebar-5-discounts .content-sidebar-5-discounts .discounts li .for-pages {
    display: inline-block;
    float: left;
    padding-left: 10px;
    margin: 10px 0
}

.sidebar-5-discounts .content-sidebar-5-discounts .discounts li .for-pages p {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0 0 5px
}

.sidebar-5-discounts .content-sidebar-5-discounts .discounts li .for-pages h4 {
    margin: 0;
    text-transform: uppercase
}

.sidebar-5-discounts .content-sidebar-5-discounts .discounts li:last-child {
    border-bottom: none
}

.sidebar-5-discounts .content-sidebar-5-discounts .discounts li:first-child .percent h4 {
    color: #4f79e9
}

.sidebar-6-search {
    padding: 15px;
    background: #e7fafd;
    margin: 20px 0
}

.sidebar-6-archive .collapsible-body,
.sidebar-6-categories .collapsible-body {
    padding: 0
}

.sidebar-6-search .search {
    position: relative
}

.sidebar-6-search .search input {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0;
    background-color: #fff;
    border: 1px solid #0ecfe9
}

.sidebar-6-search .search a {
    font-size: 18px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: FontAwesome;
    position: absolute;
    line-height: 14px;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 0
}

.sidebar-6-search .search ::-webkit-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-6-search .search ::-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-6-search .search :-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-6-search .search :-ms-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-6-categories .collapsible {
    box-shadow: none
}

.sidebar-6-categories .collapsible-header {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #0ecfe9;
    position: relative
}

.sidebar-6-categories .collapsible-header:before {
    content: "\E313";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-6-categories .collapsible-header .active:before {
    content: "\E314";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-6-categories .collapsible-header.active {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #0ecfe9;
    position: relative
}

.sidebar-6-categories .collapsible-header.active:before {
    content: "\E316";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-6-categories .categories li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeef;
    position: relative
}

.sidebar-6-categories .categories li.active a,
.sidebar-6-categories .categories li.active a:after,
.sidebar-6-categories .categories li.active>span,
.sidebar-6-categories .categories li.active>span:after {
    color: #0ecfe9
}

.sidebar-6-categories .categories li a,
.sidebar-6-categories .categories li>span {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    padding-right: 30px;
    padding-left: 15px
}

.sidebar-6-categories .categories li a:after,
.sidebar-6-categories .categories li>span:after {
    content: "\E5CC";
    font-size: 14px;
    color: #181a1b;
    font-weight: 700;
    font-family: Material Icons;
    position: absolute;
    top: 5px;
    right: 15px
}

.sidebar-6-categories .categories li a:hover,
.sidebar-6-categories .categories li a:hover:after,
.sidebar-6-categories .categories li>span:hover,
.sidebar-6-categories .categories li>span:hover:after {
    color: #0ecfe9
}

.sidebar-6-archive .collapsible-header,
.sidebar-6-archive .collapsible-header.active {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    min-height: 60px;
    background-color: #0ecfe9
}

.sidebar-6-archive .collapsible {
    box-shadow: none
}

.sidebar-6-archive .collapsible-header {
    font-family: Helvetica;
    position: relative
}

.sidebar-6-archive .collapsible-header:before {
    content: "\E313";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-6-archive .collapsible-header .active:before {
    content: "\E314";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-6-archive .collapsible-header.active {
    font-family: Helvetica;
    position: relative
}

.sidebar-6-archive .collapsible-header.active:before {
    content: "\E316";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-6-archive .archive li {
    border-bottom: 1px solid #eeeeef;
    position: relative
}

.sidebar-6-archive .archive li a {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase;
    line-height: 50px;
    display: block;
    padding: 0 15px
}

.sidebar-6-archive .archive li a:after {
    content: "\E5CC";
    font-size: 14px;
    color: #181a1b;
    font-weight: 700;
    font-family: Material Icons;
    position: absolute;
    top: 0;
    right: 15px
}

.sidebar-6-archive .archive li a:hover,
.sidebar-6-archive .archive li a:hover:after {
    color: #0ecfe9
}

.sidebar-6-latest-blogs {
    padding: 20px 0
}

.sidebar-6-latest-blogs .post {
    display: inline-block
}

.sidebar-6-latest-blogs .post p {
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.sidebar-6-latest-blogs .post p:before {
    content: "\f017";
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 10px
}

.sidebar-6-latest-blogs .post-left {
    width: 33%;
    display: inline-block;
    float: left;
    padding-top: 10px
}

.sidebar-6-latest-blogs .post-right {
    width: 62%;
    display: inline-block;
    margin-left: 5%;
    float: right;
    vertical-align: baseline
}

.sidebar-6-latest-blogs .post .date {
    font-size: 13px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.sidebar-6-latest-blogs .post .date .post {
    display: inline-block;
    margin-right: 5%;
    position: relative;
    width: 100%;
    padding-top: 10px
}

.sidebar-6-latest-blogs .post .date .post a {
    color: #97999c
}

.sidebar-6-latest-blogs .post .date .post a:hover,
.sidebar-6-latest-blogs .post a {
    color: #0ecfe9
}

.sidebar-6-latest-blogs .post .date .post::after {
    display: block;
    height: 1px;
    width: 60%;
    background-color: #eeeeef;
    position: absolute;
    top: 0;
    right: 0
}

.sidebar-6-latest-blogs .post h6 {
    line-height: 1;
    border-bottom: none;
    padding-bottom: 0
}

.sidebar-6-latest-blogs .post a .fa {
    margin-left: 3%
}

.sidebar-6-payeer {
    padding: 20px 0
}

.sidebar-6-payeer .header-sidebar {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #0ecfe9;
    position: relative;
    border: 1px solid #d4d5d6;
    display: block;
    padding: 0 15px;
    margin-bottom: 0
}

.sidebar-6-payeer .content-sidebar-5-payeer {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0
}

.sidebar-6-payeer img {
    width: 100%
}

.sidebar-6-first-order {
    padding: 60px 0;
    background: #f6fbfe
}

.sidebar-6-first-order .first-order {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.sidebar-6-first-order .first-order img {
    margin: 0 auto;
    display: block
}

.sidebar-6-first-order .first-order p.limited-time {
    font-size: 18px;
    color: #181a1b;
    font-weight: 100;
    font-family: Helvetica
}

.sidebar-6-first-order .first-order h2 {
    font-size: 37px;
    color: #181a1b;
    font-weight: 900;
    font-family: Helvetica
}

.sidebar-6-first-order .first-order p.first-order {
    font-size: 15px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase
}

.sidebar-6-first-order .first-order a.button-slim {
    min-width: 150px;
    width: 150px;
    margin-top: 30px
}

.sidebar-6-advantages {
    padding: 20px 0
}

.sidebar-6-advantages .header-sidebar {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 4rem;
    line-height: 4rem;
    background-color: #0ecfe9;
    position: relative;
    border: 1px solid #d4d5d6;
    display: block;
    padding: 0 1rem;
    margin-bottom: 0
}

.sidebar-6-discounts .header-sidebar,
.sidebar-6-features .header-sidebar {
    min-height: 60px;
    background-color: #0ecfe9;
    position: relative;
    margin-bottom: 0;
    display: block
}

.sidebar-6-advantages .content-sidebar-6-advantages {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0
}

.sidebar-6-advantages .content-sidebar-6-advantages .advantages {
    border-bottom: none;
    border-top: none;
    padding: 0;
    margin: 0
}

.sidebar-6-advantages .content-sidebar-6-advantages .advantages li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-6-advantages .content-sidebar-6-advantages .advantages li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-6-advantages img {
    width: 100%
}

.sidebar-6-features {
    padding: 20px 0
}

.sidebar-6-features .header-sidebar {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    line-height: 60px;
    border: 1px solid #d4d5d6;
    padding: 0 15px
}

.sidebar-6-features .content-sidebar-6-features {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0
}

.sidebar-6-features .content-sidebar-6-features .features {
    margin: 0
}

.sidebar-6-features .content-sidebar-6-features .features li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-6-features .content-sidebar-6-features .features li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-6-features img {
    width: 100%
}

.sidebar-6-discounts {
    padding: 20px 0
}

.sidebar-6-discounts .header-sidebar {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    line-height: 60px;
    border: 1px solid #d4d5d6;
    padding: 0 15px
}

.sidebar-6-discounts .content-sidebar-6-discounts {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0
}

.sidebar-6-discounts .content-sidebar-6-discounts .discounts {
    margin: 0
}

.sidebar-6-discounts .content-sidebar-6-discounts .discounts li {
    border-bottom: 1px solid #eeeeef;
    overflow: hidden
}

.sidebar-6-discounts .content-sidebar-6-discounts .discounts li .percent {
    width: 55%;
    display: inline-block;
    float: left;
    position: relative;
    margin: 10px 0
}

.sidebar-6-discounts .content-sidebar-6-discounts .discounts li .percent h4 {
    font-size: 30px;
    color: #0ecfe9;
    font-weight: 900;
    font-family: Helvetica;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    border-right: none
}

.sidebar-6-discounts .content-sidebar-6-discounts .discounts li .for-pages {
    width: 45%;
    display: inline-block;
    float: left;
    padding-left: 10px;
    margin: 7px 0
}

.sidebar-6-discounts .content-sidebar-6-discounts .discounts li .for-pages p {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0
}

.sidebar-6-discounts .content-sidebar-6-discounts .discounts li .for-pages h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px
}

.sidebar-6-discounts .content-sidebar-6-discounts .discounts li:last-child {
    border-bottom: none
}

.sidebar-6-discounts .content-sidebar-6-discounts .discounts li:first-child .percent h4 {
    color: #4f79e9
}

.sidebar-6-discounts img {
    width: 100%
}

.sidebar-7-search {
    padding: 15px;
    background: #e7fafd;
    margin: 20px 0
}

.sidebar-7-search .search {
    position: relative
}

.sidebar-7-search .search input {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0;
    background-color: #fff;
    border: 1px solid #d4d5d6
}

.sidebar-7-search .search a {
    font-size: 18px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: FontAwesome;
    position: absolute;
    line-height: 14px;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 0
}

.sidebar-7-search .search ::-webkit-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-7-search .search ::-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-7-search .search :-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-7-search .search :-ms-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-7-categories .collapsible-header,
.sidebar-7-categories .collapsible-header.active {
    font-size: 17px;
    font-weight: 700;
    font-family: Helvetica;
    background-color: #fff;
    color: #181a1b;
    line-height: 60px;
    min-height: 60px
}

.sidebar-7-categories .collapsible {
    box-shadow: none
}

.sidebar-7-categories .collapsible-header {
    position: relative
}

.sidebar-7-categories .collapsible-header:before {
    content: "\E313";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-7-categories .collapsible-header .active:before {
    content: "\E314";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-7-categories .collapsible-header.active {
    position: relative
}

.sidebar-7-categories .collapsible-header.active:before {
    content: "\E316";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-7-categories .collapsible-body {
    padding: 0
}

.sidebar-7-categories .categories li {
    border-bottom: 1px solid #eeeeef;
    position: relative
}

.sidebar-7-categories .categories li.active a,
.sidebar-7-categories .categories li.active a:after,
.sidebar-7-categories .categories li.active span,
.sidebar-7-categories .categories li.active span:after {
    color: #0ecfe9
}

.sidebar-7-categories .categories li a,
.sidebar-7-categories .categories li>span {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    padding: 5px 30px 5px 15px;
    background-color: #e7fafd
}

.sidebar-7-categories .categories li a:after,
.sidebar-7-categories .categories li>span:after {
    content: "\E5CC";
    font-size: 14px;
    color: #181a1b;
    font-weight: 700;
    font-family: Material Icons;
    position: absolute;
    top: 5px;
    right: 15px
}

.sidebar-7-categories .categories li a:hover,
.sidebar-7-categories .categories li a:hover:after,
.sidebar-7-categories .categories li>span:hover,
.sidebar-7-categories .categories li>span:hover:after {
    color: #0ecfe9
}

.sidebar-7-archive .collapsible {
    box-shadow: none
}

.sidebar-7-archive .collapsible-header {
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #fff;
    position: relative
}

.sidebar-7-archive .collapsible-header:before {
    content: "\E313";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-7-archive .collapsible-header .active:before {
    content: "\E314";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-7-archive .collapsible-header.active {
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #fff;
    position: relative
}

.sidebar-7-archive .collapsible-header.active:before {
    content: "\E316";
    font-family: "Material Icons";
    position: absolute;
    right: 15px
}

.sidebar-7-archive .collapsible-body {
    padding: 0
}

.sidebar-7-archive .archive li {
    border-bottom: 1px solid #eeeeef;
    position: relative
}

.sidebar-7-archive .archive li a {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase;
    line-height: 50px;
    display: block;
    padding: 0 15px;
    background-color: #e7fafd
}

.sidebar-7-archive .archive li a:after {
    content: "\E5CC";
    font-size: 14px;
    color: #181a1b;
    font-weight: 700;
    font-family: Material Icons;
    position: absolute;
    top: 0;
    right: 15px
}

.sidebar-7-archive .archive li a:hover,
.sidebar-7-archive .archive li a:hover:after {
    color: #0ecfe9
}

.sidebar-7-latest-blogs {
    padding: 20px 0
}

.sidebar-7-latest-blogs .post {
    display: inline-block;
    width: 50%;
    float: left;
    padding-bottom: 30px
}

.sidebar-7-advantages img,
.sidebar-7-features img,
.sidebar-7-first-order .first-order,
.sidebar-7-latest-blogs .post img,
.sidebar-7-payeer img {
    width: 100%
}

.sidebar-7-latest-blogs .post h6 {
    font-weight: 400;
    line-height: 1;
    border-bottom: none;
    padding-bottom: 0
}

.sidebar-7-latest-blogs .post h6 a {
    color: #181a1b
}

.sidebar-7-latest-blogs .post h6 a:hover {
    color: #0ecfe9
}

.sidebar-7-latest-blogs .post:nth-child(2n+1) {
    padding-left: 15px
}

.sidebar-7-latest-blogs .post:nth-child(2n+2) {
    padding-right: 15px
}

.sidebar-7-payeer {
    padding: 20px 0
}

.sidebar-7-payeer .header-sidebar {
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #fff;
    position: relative;
    border: 1px solid #d4d5d6;
    display: block;
    padding: 0 15px;
    margin-bottom: 0
}

.sidebar-7-payeer .content-sidebar-5-payeer {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0
}

.sidebar-7-first-order {
    padding: 60px 0;
    background: #f6fbfe
}

.sidebar-7-first-order .first-order {
    margin: 0 auto;
    text-align: center
}

.sidebar-7-first-order .first-order img {
    margin: 0 auto;
    display: block
}

.sidebar-7-first-order .first-order p.limited-time {
    font-size: 18px;
    color: #181a1b;
    font-weight: 100;
    font-family: Helvetica
}

.sidebar-7-first-order .first-order h2 {
    font-size: 37px;
    color: #181a1b;
    font-weight: 900;
    font-family: Helvetica
}

.sidebar-7-first-order .first-order p.first-order {
    font-size: 15px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase
}

.sidebar-7-first-order .first-order a.button-slim {
    min-width: 150px;
    width: 150px;
    margin-top: 30px
}

.sidebar-7-advantages {
    padding: 20px 0
}

.sidebar-7-advantages .header-sidebar {
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 4rem;
    line-height: 4rem;
    background-color: #fff;
    position: relative;
    border: 1px solid #d4d5d6;
    display: block;
    padding: 0 1rem;
    margin-bottom: 0
}

.sidebar-7-advantages .content-sidebar-6-advantages {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0;
    background-color: #e7fafd
}

.sidebar-7-advantages .content-sidebar-6-advantages .advantages {
    margin: 0;
    padding: 0
}

.sidebar-7-advantages .content-sidebar-6-advantages .advantages li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-7-advantages .content-sidebar-6-advantages .advantages li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-7-features {
    padding: 20px 0
}

.sidebar-7-features .header-sidebar {
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #fff;
    position: relative;
    border: 1px solid #d4d5d6;
    display: block;
    padding: 0 15px;
    margin-bottom: 0
}

.sidebar-7-features .content-sidebar-6-features {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0;
    background-color: #e7fafd
}

.sidebar-7-features .content-sidebar-6-features .features {
    margin: 0
}

.sidebar-7-features .content-sidebar-6-features .features li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-7-features .content-sidebar-6-features .features li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-7-discounts {
    padding: 20px 0
}

.sidebar-7-discounts .header-sidebar {
    font-size: 17px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica;
    min-height: 60px;
    line-height: 60px;
    background-color: #fff;
    position: relative;
    border: 1px solid #d4d5d6;
    display: block;
    padding: 0 15px;
    margin-bottom: 0
}

.sidebar-7-discounts .content-sidebar-6-discounts {
    border: 1px solid #d4d5d6;
    padding: 15px;
    border-top: 0;
    background-color: #e7fafd
}

.sidebar-7-discounts .content-sidebar-6-discounts .discounts {
    margin: 0
}

.sidebar-7-discounts .content-sidebar-6-discounts .discounts li {
    position: relative;
    overflow: hidden;
    margin: 10px 0
}

.sidebar-7-discounts .content-sidebar-6-discounts .discounts li .percent {
    width: 75px;
    display: inline-block;
    float: left;
    position: relative;
    background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2274%22%20height%3D%2274%22%20viewBox%3D%220%200%2074%2074%22%3E%3Cpath%20fill%3D%22%2313aeff%22%20d%3D%22M11.19%2011.19l4.1-1%201.83-3.81%204.22-.11%202.58-3.35%204.15.76L31.3.94l3.9%201.62L38.91.54l3.49%202.39%204.05-1.19%202.91%203.06%204.21-.33%202.22%203.6%204.18.56%201.42%203.98%203.98%201.42.56%204.18%203.6%202.22-.33%204.21%203.06%202.91-1.2%204.05%202.4%203.49-2.02%203.71%201.62%203.91-2.74%203.22.76%204.15-3.35%202.58-.11%204.22-3.82%201.83-.99%204.1-4.1.99-1.83%203.82-4.22.11-2.58%203.35-4.15-.76-3.22%202.74-3.9-1.62-3.72%202.02-3.49-2.39-4.05%201.19-2.91-3.06-4.21.33-2.22-3.6-4.18-.56-1.42-3.98-3.98-1.42-.56-4.18-3.6-2.22.33-4.21-3.06-2.91%201.2-4.05-2.4-3.49%202.02-3.72-1.62-3.9%202.74-3.22-.76-4.15%203.35-2.58.11-4.22%203.82-1.83z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
    height: 75px
}

.sidebar-7-discounts .content-sidebar-6-discounts .discounts li .percent h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    font-family: Helvetica;
    text-transform: uppercase;
    text-align: center;
    margin: 12px 0
}

.sidebar-7-discounts .content-sidebar-6-discounts .discounts li .for-pages {
    display: inline-block;
    float: left;
    padding-left: 30px;
    margin: 10px 0
}

.sidebar-8-categories,
.sidebar-8-search {
    padding: 20px 0
}

.sidebar-7-discounts .content-sidebar-6-discounts .discounts li .for-pages p {
    font-size: 13px;
    color: #414448;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0 0 5px
}

.sidebar-7-discounts .content-sidebar-6-discounts .discounts li .for-pages h4 {
    margin: 0;
    text-transform: uppercase
}

.sidebar-7-discounts .content-sidebar-6-discounts .discounts li .for-pages:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #eeeeef;
    bottom: 0
}

.sidebar-7-discounts .content-sidebar-6-discounts .discounts li:first-child .percent {
    background: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2274%22%20height%3D%2274%22%20viewBox%3D%220%200%2074%2074%22%3E%3Cpath%20fill%3D%22%23fa8e11%22%20d%3D%22M11.19%2011.19l4.1-1%201.83-3.81%204.22-.11%202.58-3.35%204.15.76L31.3.94l3.9%201.62L38.91.54l3.49%202.39%204.05-1.19%202.91%203.06%204.21-.33%202.22%203.6%204.18.56%201.42%203.98%203.98%201.42.56%204.18%203.6%202.22-.33%204.21%203.06%202.91-1.2%204.05%202.4%203.49-2.02%203.71%201.62%203.91-2.74%203.22.76%204.15-3.35%202.58-.11%204.22-3.82%201.83-.99%204.1-4.1.99-1.83%203.82-4.22.11-2.58%203.35-4.15-.76-3.22%202.74-3.9-1.62-3.72%202.02-3.49-2.39-4.05%201.19-2.91-3.06-4.21.33-2.22-3.6-4.18-.56-1.42-3.98-3.98-1.42-.56-4.18-3.6-2.22.33-4.21-3.06-2.91%201.2-4.05-2.4-3.49%202.02-3.72-1.62-3.9%202.74-3.22-.76-4.15%203.35-2.58.11-4.22%203.82-1.83z%22%2F%3E%3C%2Fsvg%3E) no-repeat
}

.sidebar-7-discounts a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-8-search .search {
    position: relative
}

.sidebar-8-search .search input {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    background: #fff
}

.sidebar-8-search .search a {
    font-size: 18px;
    color: #0ecfe9;
    font-weight: 500;
    font-family: FontAwesome;
    position: absolute;
    line-height: 14px;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 0
}

.sidebar-8-archive h4:after,
.sidebar-8-categories h4:after,
.sidebar-8-latest-blogs h4:after {
    width: 40px;
    background: #0ecfe9;
    margin: 19px 0 0
}

.sidebar-8-search .search ::-webkit-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-8-search .search ::-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-8-search .search :-moz-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-8-search .search :-ms-input-placeholder {
    font-size: 14px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.sidebar-8-categories h4 {
    border-bottom: 1px solid #eeeeef;
    font-weight: 500
}

.sidebar-8-categories h4:after {
    content: "";
    height: 2px;
    display: block
}

.sidebar-8-categories .categories li {
    border-bottom: 1px solid #eeeeef;
    position: relative;
    padding: 5px 30px 5px 0
}

.sidebar-8-archive,
.sidebar-8-latest-blogs {
    padding: 20px 0
}

.sidebar-8-categories .categories li.active a,
.sidebar-8-categories .categories li.active a:after,
.sidebar-8-categories .categories li.active>span,
.sidebar-8-categories .categories li.active>span:after {
    color: #0ecfe9
}

.sidebar-8-categories .categories li a,
.sidebar-8-categories .categories li>span {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 25px
}

.sidebar-8-categories .categories li a:after,
.sidebar-8-categories .categories li>span:after {
    content: "\E5CC";
    font-size: 14px;
    font-weight: 500;
    font-family: "Material Icons";
    position: absolute;
    top: 5px;
    right: 0
}

.sidebar-8-advantages h4:after,
.sidebar-8-archive h4:after,
.sidebar-8-latest-blogs h4:after,
.sidebar-8-payeer h4:after {
    content: "";
    display: block;
    height: 2px
}

.sidebar-8-categories .categories li a:hover,
.sidebar-8-categories .categories li a:hover:after,
.sidebar-8-categories .categories li>span:hover,
.sidebar-8-categories .categories li>span:hover:after {
    color: #0ecfe9
}

.sidebar-8-archive h4 {
    border-bottom: 1px solid #eeeeef;
    font-weight: 500
}

.sidebar-8-archive .archive li {
    border-bottom: 1px solid #eeeeef;
    position: relative
}

.sidebar-8-archive .archive li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 40px
}

.sidebar-8-archive .archive li a:hover {
    color: #0ecfe9
}

.sidebar-8-archive .archive li a:after {
    content: "\E5CC";
    font-size: 14px;
    font-weight: 500;
    font-family: "Material Icons";
    position: absolute;
    top: 0;
    right: 0
}

.sidebar-8-latest-blogs h4 {
    border-bottom: 1px solid #eeeeef;
    font-weight: 500
}

.sidebar-8-latest-blogs .post {
    display: block;
    width: 50%;
    float: left;
    padding: 10px 0
}

.sidebar-8-latest-blogs .post img {
    width: 100%
}

.sidebar-8-latest-blogs .post h5 {
    line-height: 22px
}

.sidebar-8-latest-blogs .post p {
    font-size: 12px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica;
    line-height: 20px
}

.sidebar-8-latest-blogs .post p a {
    color: #97999c
}

.sidebar-8-latest-blogs .post p a:hover {
    color: #0ecfe9
}

.sidebar-8-latest-blogs .post:nth-child(2n+1) {
    padding-left: 15px
}

.sidebar-8-latest-blogs .post:nth-child(2n) {
    padding-right: 15px
}

.sidebar-8-payeer {
    padding: 20px 0
}

.sidebar-8-payeer h4 {
    border-bottom: 1px solid #eeeeef;
    font-weight: 500
}

.sidebar-8-payeer h4:after {
    width: 40px;
    background: #0ecfe9;
    margin: 19px 0 0
}

.sidebar-8-payeer img {
    margin-top: 25px;
    width: 100%
}

.sidebar-8-first-order {
    padding: 60px 0;
    background: #eeeeef
}

.sidebar-8-first-order .first-order {
    margin: 0 auto;
    text-align: center
}

.sidebar-8-first-order .first-order img {
    margin: 0 auto;
    display: block
}

.sidebar-8-first-order .first-order p.limited-time {
    font-size: 18px;
    color: #181a1b;
    font-weight: 100;
    font-family: Helvetica
}

.sidebar-8-first-order .first-order h2 {
    font-size: 37px;
    color: #181a1b;
    font-weight: 900;
    font-family: Helvetica
}

.sidebar-8-first-order .first-order p.first-order {
    font-size: 15px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase
}

.sidebar-8-first-order .first-order a.button-slim {
    min-width: 150px;
    width: 150px;
    max-width: 150px;
    margin: 30px auto 0
}

.sidebar-8-advantages {
    padding: 20px 0
}

.sidebar-8-advantages h4 {
    border-bottom: 1px solid #f0f0f1;
    font-weight: 500
}

.sidebar-8-advantages h4:after {
    width: 40px;
    background: #0ecfe9;
    margin: 19px 0 0
}

.sidebar-8-advantages .advantages {
    padding: 0;
    border-bottom: none;
    border-top: none
}

.sidebar-8-advantages .advantages li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-8-advantages .advantages li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

.sidebar-8-advantages a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-8-features {
    padding: 20px 0
}

.sidebar-8-features h4 {
    border-bottom: 1px solid #f0f0f1;
    font-weight: 500
}

.sidebar-8-features h4:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #0ecfe9;
    display: block;
    margin: 19px 0 0
}

.sidebar-8-features .features li a {
    font-size: 14px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 22px
}

.sidebar-8-features .features li:before {
    content: "\f00c";
    font-size: 14px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 20px;
    line-height: 34px
}

#footer-row .icon-close,
#footer-row .icon-close:before,
.sidebar-8-discounts h4:after,
.slick-track:after,
.slick-track:before {
    content: ""
}

.sidebar-8-features a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 20px 0 0
}

.sidebar-8-discounts {
    padding: 20px 0
}

.sidebar-8-discounts h4 {
    border-bottom: 1px solid #f0f0f1;
    font-weight: 500
}

.sidebar-8-discounts h4:after {
    width: 40px;
    height: 2px;
    background: #0ecfe9;
    display: block;
    margin: 19px 0 0
}

.sidebar-8-discounts .discounts li {
    overflow: hidden;
    width: 50%;
    display: block;
    float: left;
    margin: 10px 0
}

.sidebar-8-discounts .discounts li h3 {
    font-size: 27px;
    color: #0ecfe9;
    font-weight: 900;
    font-family: Helvetica;
    margin-bottom: 10px;
    text-transform: uppercase
}

.sidebar-8-discounts .discounts li p {
    font-size: 13px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica;
    margin: 0 0 5px
}

.sidebar-8-discounts .discounts li h6 {
    margin: 0
}

.sidebar-8-discounts .discounts li:last-child {
    border-bottom: none
}

.sidebar-8-discounts .discounts li:first-child h3 {
    color: #4f79e9
}

.sidebar-8-discounts a.button-slim {
    min-width: 100%;
    width: 100%;
    margin: 40px 0 0
}

.statistics .btn-l {
    width: 280px
}

.statistics-1 {
    position: relative;
    padding: 100px 0 40px
}

.statistics-1:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/essayslab/images/white-wave.png);
    top: -125px
}

.statistics-1 .header {
    margin-bottom: 15px
}

.statistics-1 .header span {
    font-size: 24px;
    color: #303030;
    font-weight: 600;
    font-family: Helvetica;
    margin: 0
}

.statistics-1 .index-form {
    background: #fff;
    padding: 30px 40px;
    border-radius: 30px;
    margin-top: 53px;
    box-shadow: 0 26px 42px -30px #789dc8;
    position: absolute;
    right: 415px;
    top: -551px;
    max-width: 400px;
    height: auto;
    max-height: 498px
}

.statistics-1 .index-form:after,
.statistics-1 .index-form:before {
    content: '';
    background: #fff;
    margin: 0 auto;
    display: block;
    position: absolute;
    border-radius: 30px
}

.statistics-1 .index-form:before {
    width: 100%;
    height: 55px;
    opacity: .25;
    left: 22px;
    max-width: 90%;
    top: -15px
}

.statistics-1 .index-form:after {
    width: 100%;
    height: 55px;
    opacity: .1;
    left: 42px;
    max-width: 80%;
    top: -31px
}

.statistics-1 .index-form input[type=text] {
    margin-top: 6px;
    color: #595959;
    margin-bottom: 12px;
    height: 50px
}

.statistics-1 .index-form .minus,
.statistics-1 .index-form .plus {
    top: 28px
}

.statistics-1 .index-form .form-button {
    width: 100%;
    margin: 0;
    height: 54px;
    border-radius: 43px;
    font-size: 16px;
    font-weight: 300
}

.statistics-1 .index-form .form-button .mini-order-first-price {
    font-size: 18px;
    font-weight: 600
}

.statistics-1 .index-form .form-button .mini-order-total-price {
    font-weight: 600;
    font-size: 18px;
    color: #efe8e8;
    padding-left: 7px
}

.statistics-1 .index-form .input-field,
.statistics-1 .index-form .number-field {
    font-size: 15px;
    color: #595959;
    font-weight: 500;
    margin-top: 0;
    font-family: Helvetica
}

.statistics-1 .index-form .input-field {
    position: relative
}

.statistics-1 .index-form .input-field:before {
    content: url(/wp-content/themes/essayslab/images/caret-down-solid.svg);
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 50%
}

.statistics-1 .item:after,
.testimonials .slick-dots li button:before,
.testimonials .slick-next:before,
[dir=rtl] .testimonials .slick-next:before {
    content: ''
}

.statistics-1 .index-form .input-field select {
    padding: 0 20px
}

.statistics-1 .index-form .number-field {
    margin-bottom: 20px
}

.statistics-1 .item {
    text-align: center;
    position: relative
}

.statistics-1 .item .percent {
    font-size: 27px
}

.statistics-1 .item .icon {
    display: inline-block
}

.statistics-1 .item .count {
    display: inline-block;
    font-size: 45px;
    color: #181a1b;
    font-weight: 600;
    font-family: Helvetica;
    margin: 0 10px
}

.statistics-1 .item p {
    margin-top: 0;
    font-size: 17px;
    color: #61637c
}

.statistics-1 .item:after {
    display: block;
    width: 1px;
    height: 70%;
    background: #eeeeef;
    position: absolute;
    top: 15%;
    right: 0
}

.statistics-1 .item i {
    display: inline-block;
    font-size: 60px;
    color: #0ecfe9;
    font-weight: 400;
    font-family: FontAwesome;
    margin-bottom: 15px
}

.test-wrapper {
    display: block;
    position: relative;
    top: 175px;
    margin-top: -100px;
    padding-top: 50px;
    background: url(/wp-content/themes/essayslab/images/testimonials-pages-bg.png) no-repeat;
    background-size: cover
}

.test-wrapper .testimonials {
    background: 0 0;
    padding: 0
}

.affiliate-test-wrapper {
    margin-top: -240px
}

.testimonials h2 {
    font-size: 40px;
    color: #181a1b;
    font-weight: 500;
    font-family: Helvetica
}

.testimonials p {
    font-size: 15px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.testimonials .subtitle {
    color: #97999c;
    font-size: 20px
}

.testimonials i {
    color: #0ecfe9;
    font-size: 20px
}

.testimonials .testimonials-block-up span {
    display: inline-block;
    font-size: 20px;
    color: #303030;
    font-weight: 500;
    font-family: Helvetica
}

.testimonials .testimonials-block-down span {
    font-size: 13px;
    color: #97999c;
    font-weight: 500;
    font-family: Helvetica
}

.testimonials .slick-next,
.testimonials .slick-prev {
    position: absolute;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: calc(50% - 20px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #51555a
}

.testimonials .slick-next:focus,
.testimonials .slick-next:hover,
.testimonials .slick-prev:focus,
.testimonials .slick-prev:hover {
    outline: 0
}

.testimonials .slick-prev {
    border-left: 1px solid #51555a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -5vw
}

[dir=rtl] .testimonials .slick-prev {
    left: auto;
    right: -25px
}

.testimonials .slick-next {
    border-right: 1px solid #51555a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -5vw
}

[dir=rtl] .testimonials .slick-next {
    left: -25px;
    right: auto
}

.testimonials .slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 40px
}

.testimonials .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.testimonials-1 .slick-dots,
.testimonials-5 .slick-dots {
    bottom: 25px
}

.testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.testimonials .slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 10px;
    width: 10px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    padding: 5px;
    cursor: pointer
}

.testimonials .slick-dots li button:focus,
.testimonials .slick-dots li button:hover {
    outline: 0
}

.testimonials .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #ffefed;
    background-color: #ffefed;
    text-align: center;
    border-radius: 50%
}

.testimonials .slick-dots li.slick-active button:before {
    border: 2px solid #ff5e4d;
    background-color: #ff5e4d
}

.testimonials .slick-next,
.testimonials .slick-next:focus,
.testimonials .slick-next:hover,
.testimonials .slick-prev,
.testimonials .slick-prev:focus,
.testimonials .slick-prev:hover {
    background-color: transparent
}

.testimonials-1 {
    padding: 20px 0 50px;
    background: url(/wp-content/themes/essayslab/images/testimonials-bg.webp) no-repeat;
    background-size: cover
}

.testimonials-1 .testimonials-picture img {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 0 auto
}

.testimonials-1 .slick-next:hover,
.testimonials-1 .slick-prev:hover {
    border-color: #396ce7;
    border-width: 2px;
    transition: 1s
}

.testimonials-1 .slick-slider {
    margin-top: 50px
}

.testimonials-1 .slick-slide {
    text-align: center;
    position: relative
}

.testimonials-1 .header {
    text-align: left;
    margin-bottom: 0;
    padding: 30px 0 0 40px
}

.testimonials-1 .header .header-line {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #2753de
}

.testimonials-1 .header .text {
    font-family: Helvetica;
    font-size: 19px;
    color: #7a7e83;
    font-weight: 300
}

.testimonials-1 .testimonials-block-up {
    margin: 0 20px;
    border-radius: 6px 7px 7px 6px
}

.testimonials-1 .testimonials-block-up span {
    font-size: 19px;
    padding-top: 75px;
    display: block;
    text-align: left
}

.testimonials-1 .testimonials-block-up p {
    color: #303030;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    text-align: left;
    line-height: 25px;
    margin-top: 0
}

.testimonials-1 .testimonials-block-up .testimonials-block-down {
    text-align: left
}

.testimonials-1 .testimonials-block-up .testimonials-block-down ul {
    display: inline-block;
    margin-top: 0
}

.testimonials-1 .testimonials-block-up .testimonials-block-down ul li {
    list-style: none;
    float: right
}

.testimonials-1 .testimonials-block-up .testimonials-block-down i {
    padding: 0 1px;
    font-size: 12px;
    color: #fa3
}

.testimonials-1 .testimonials-block-up .testimonials-block-down span {
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
    font-size: 13px;
    font-weight: 300
}

.testimonials-1 .content i {
    color: #51555a
}

.testimonials-1 .content .icon-wrapper {
    background: url(/wp-content/themes/essayslab/images/testim-icon.png) center no-repeat;
    background-size: 28px;
    border: 1px solid #d4d5d6;
    border-radius: 50%;
    display: inline-block;
    padding: 30px;
    margin-bottom: 30px;
    top: 50px;
    right: 3px;
    z-index: 1
}

.testimonials-1 .content .icon-border {
    display: block;
    position: absolute;
    top: 0;
    left: 18px
}

.testimonials-1 .content .col {
    border: 3px solid transparent
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    outline: 0;
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.testimonials-5 {
    padding: 20px 0 50px;
    background: url(/wp-content/themes/essayslab/images/testimonials-bg.webp) no-repeat;
    background-size: cover
}

.testimonials-5 .testimonials-picture img {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 0 auto
}

.testimonials-5 .slick-next:hover,
.testimonials-5 .slick-prev:hover {
    border-color: #396ce7;
    border-width: 2px;
    transition: 1s
}

.testimonials-5 .slick-slider {
    margin-top: 50px
}

.testimonials-5 .slick-slide {
    text-align: center;
    position: relative
}

.testimonials-5 .header {
    text-align: left;
    margin-bottom: 0;
    padding: 30px 0 0 40px
}

.testimonials-5 .header .header-line {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #2753de
}

.testimonials-5 .header .text {
    font-family: Helvetica;
    font-size: 19px;
    color: #7a7e83;
    font-weight: 300
}

.testimonials-5 .testimonials-block-up {
    position: relative;
    margin: 0 20px;
    border-radius: 6px 7px 7px 6px
}

.testimonials-5 .testimonials-block-up span {
    font-size: 19px;
    padding-top: 75px;
    display: block;
    text-align: left
}

.testimonials-5 .testimonials-block-up p {
    color: #303030;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    text-align: left;
    line-height: 25px;
    margin-top: 0
}

.testimonials-5 .testimonials-block-up .testimonials-block-down {
    text-align: left
}

.testimonials-5 .testimonials-block-up .testimonials-block-down ul {
    display: inline-block;
    margin-top: 0
}

.testimonials-5 .testimonials-block-up .testimonials-block-down ul li {
    list-style: none;
    float: right
}

.testimonials-5 .testimonials-block-up .testimonials-block-down i {
    padding: 0 1px;
    font-size: 12px;
    color: #fa3
}

.testimonials-5 .testimonials-block-up .testimonials-block-down span {
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
    font-size: 13px;
    font-weight: 300
}

.testimonials-5 .content i {
    color: #51555a
}

.testimonials-5 .content .icon-wrapper {
    background: url(/wp-content/themes/essayslab/images/testim-icon.png) center no-repeat;
    background-size: 28px;
    border: 1px solid #d4d5d6;
    border-radius: 50%;
    display: inline-block;
    padding: 30px;
    margin-bottom: 30px;
    top: 50px;
    right: 3px
}

.testimonials-5 .content .icon-border {
    display: block;
    position: absolute;
    top: 0;
    left: 18px;
    z-index: -1
}

.testimonials-5 .content .col {
    border: 3px solid transparent
}

.testimonials-6,
.testimonials-6 .header {
    text-align: center
}

.testimonials-6 .header .header-line {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #0ecfe9
}

.testimonials-6 .testimonials-block-up {
    background-color: #fff;
    text-align: left
}

.testimonials-6 .testimonials-block-up p {
    text-align: left;
    line-height: 20px;
    margin-top: 5px
}

.testimonials-6 .testimonials-block-up .testimonials-block-down ul {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}

.testimonials-6 .testimonials-block-up .testimonials-block-down ul li {
    list-style: none;
    float: right
}

.testimonials-6 .testimonials-block-up .testimonials-block-down i {
    padding: 0 1px;
    font-size: 12px;
    color: #fa3
}

.testimonials-6 .testimonials-block-up .testimonials-block-down span {
    padding-top: 0;
    display: block
}

.testimonials-6 .content {
    margin-bottom: 30px
}

.testimonials-6 .content i {
    color: #51555a
}

.testimonials-6 .content .icon-border {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 7px;
    border: 1px solid #dcddde;
    border-radius: 50%;
    background: url(/wp-content/themes/essayslab/images/testim-icon.png) center no-repeat
}

.testimonials-6 .content .border-block {
    position: relative;
    padding-left: 85px;
    border-right: 1px solid #eeeeef;
    border-left: 1px solid #eeeeef
}

.testimonials-6 .content .border-block:first-child {
    border-left: none
}

.text-content h6 {
    font-size: 15px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica
}

.text-content-1 {
    margin: 80px 0 30px;
    position: relative;
    overflow: hidden
}

.text-content-1 .tablet-sub,
.text-content-1 .tablet-title {
    display: none
}

.text-content-1:after,
.text-content-1:before {
    position: absolute;
    display: block;
    content: ''
}

.text-content-1:before {
    width: 193px;
    height: 250px;
    background: url(/wp-content/themes/essayslab/images/net.png) center no-repeat;
    left: 0;
    bottom: 0
}

.text-content-1:after {
    width: 233px;
    height: 156px;
    background: url(/wp-content/themes/essayslab/images/dots.png) top no-repeat;
    right: -79px;
    bottom: 220px;
    border-bottom-left-radius: 100px
}

.text-content-1 .content {
    text-align: left
}

.text-content-1 .content h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px
}

.text-content-1 .content h3 span {
    font-weight: 600
}

.text-content-1 .content .video-block,
.text-content-1 .content .video-block-2 {
    position: relative;
    top: 70px
}

.text-content-1 .content .video-block img,
.text-content-1 .content .video-block-2 img {
    width: auto;
    max-width: 100%
}

.text-content-1 .content .col-count-1 {
    padding-right: 30px
}

.text-content-2 .col-count-2 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    text-align: justify;
    padding: 0 40px
}

.text-content-2 .col-count-2 .list li {
    font-size: 16px
}

.text-content-2 h3 {
    margin-top: 0;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px
}

.text-content-2 h3 span {
    font-weight: 600
}

.text-content-2 .prom-title,
.text-content-3 h1,
.text-content-4 h3 {
    font-weight: 300;
    line-height: 48px;
    margin-top: 0
}

.text-content-2 p {
    text-align: left
}

.text-content-2 p:nth-child(4) {
    margin-bottom: 134px
}

.text-content-2 .prom-title {
    font-size: 40px
}

.text-content-2 img {
    width: 100%
}

.text-content-3 .col-count-2 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    text-align: justify;
    padding: 0 40px
}

.text-content-3 h1 {
    font-size: 43px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.text-content-3 h1 span {
    font-weight: 700
}

.text-content-3 p {
    text-align: left
}

.text-content-3 img {
    max-width: 100%;
    height: auto
}

.text-content-3 img.tablet-img {
    display: none;
    float: right;
    width: 400px;
    margin-left: 40px
}

.text-content-4 {
    margin: 50px 0 0
}

.text-content-4 .col-count-2 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    text-align: justify;
    padding: 0 40px;
    position: relative
}

.text-content-4 .col-count-2:before {
    content: '';
    display: block;
    position: absolute;
    width: 170px;
    height: 185px;
    background: url(/wp-content/themes/essayslab/images/grid.png) center no-repeat;
    top: 271px;
    left: 0
}

.text-content-4 .col-count-2 .image {
    display: none
}

.text-content-4 .col-count-2 .info {
    display: block
}

.text-content-4 .col-count-2 .info .left,
.text-content-4 .col-count-2 .info .right {
    width: 50%
}

.text-content-4 .col-count-2 .info .left .info-block,
.text-content-4 .col-count-2 .info .right .info-block {
    position: relative;
    padding: 20px 0 20px 80px;
    font-weight: 500;
    font-size: 19px;
    font-family: Helvetica;
    color: #303030
}

.text-content-4 .col-count-2 .info .left .info-block.top-left:before,
.text-content-4 .col-count-2 .info .right .info-block.top-left:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    width: 40px;
    height: 45px;
    background: url(/wp-content/themes/essayslab/images/prices.png) center no-repeat
}

.text-content-4 .col-count-2 .info .left .info-block.bottom-left:before,
.text-content-4 .col-count-2 .info .right .info-block.bottom-left:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    width: 50px;
    height: 45px;
    background: url(/wp-content/themes/essayslab/images/grade.png) center no-repeat
}

.text-content-4 .col-count-2 .info .left .info-block.top-right:before,
.text-content-4 .col-count-2 .info .right .info-block.top-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    width: 40px;
    height: 45px;
    background: url(/wp-content/themes/essayslab/images/privacy.png) center no-repeat
}

.text-content-4 .col-count-2 .info .left .info-block.bottom-right:before,
.text-content-4 .col-count-2 .info .right .info-block.bottom-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    width: 40px;
    height: 45px;
    background: url(/wp-content/themes/essayslab/images/auth.png) center no-repeat
}

.text-content-4 h3 {
    font-size: 40px;
    text-align: left
}

.text-content-4 h3 span {
    font-weight: 600
}

.text-content-4 p {
    text-align: left
}

.text-content-4 p.subtitle {
    font-weight: 500;
    color: #61637c;
    line-height: 33px
}

.text-content-4 .prom-title {
    margin-top: 0;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px
}

.text-content-4 img {
    width: 100%;
    max-width: 80%;
    display: block;
    margin: 0 auto
}

.text-page h1 {
    font-size: 35px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica
}

.text-page h2,
.text-page h3 {
    color: #303030;
    font-weight: 300
}

.text-page h2 {
    font-size: 38px;
    font-family: Helvetica
}

.text-page h3 {
    font-size: 30px;
    font-family: Helvetica
}

.text-page h4,
.text-page h5 {
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica
}

.text-page h4 {
    font-size: 17px
}

.text-page h5 {
    font-size: 15px
}

.text-page img {
    width: 100%;
    height: 100%
}

.text-page p {
    font-size: 16px;
    color: #51555a;
    font-weight: 500;
    font-family: Helvetica
}

.text-page p.less,
.text-page ul.text-page-ul li {
    color: #414448;
    font-weight: 500;
    font-family: Helvetica
}

.text-page p.less {
    font-size: 14px
}

.text-page hr {
    border: .1px solid #97999c
}

.text-page ul.text-page-ul {
    font-size: 0
}

.text-page ul.text-page-ul li {
    font-size: 14px;
    display: inline-block;
    width: 50%
}

.text-page .text-block {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #000
}

.text-page .date,
.text-page .social a {
    color: #97999c;
    font-family: Helvetica;
    font-weight: 400
}

.text-page .date {
    width: 60%;
    display: inline-block;
    font-size: 13px
}

.text-page .date .post {
    display: inline-block;
    margin-right: 5%
}

.text-page .date .like,
.text-page .date .watch {
    display: inline-block
}

.text-page .social {
    width: 35%;
    display: inline-block;
    text-align: right
}

.text-page .social a {
    font-size: 14px
}

.text-page .social a .fa {
    padding: 0 5px
}

.services-samples {
    padding: 60px 0
}

.services-samples h5 {
    margin-bottom: 35px
}

.services-samples ul {
    font-size: 15px;
    color: #181a1b;
    font-weight: 400;
    font-family: Helvetica;
    padding-left: 25px
}

.services-samples ul li {
    position: relative;
    list-style: none;
    line-height: 30px
}

.services-samples ul li::before {
    content: '\f111';
    position: absolute;
    left: -25px;
    top: calc(50% - 15px);
    font-size: 5px;
    color: #6ee2f2;
    font-weight: 400;
    font-family: FontAwesome
}

.services-samples ul li.no-mark::before {
    display: none
}

.services-samples-5 .content ul li::before {
    content: '\f0da';
    font-size: 11px
}

.services-samples-5 .content .icon {
    width: 100%
}

.get-a-price-quote {
    margin: 0 0 80px
}

.get-a-price-quote .header {
    margin-bottom: 15px
}

.get-a-price-quote .header span {
    font-size: 24px;
    color: #303030;
    font-weight: 600;
    font-family: Helvetica;
    margin: 0
}

.get-a-price-quote .header .subtitle {
    font-size: 20px;
    color: #97999c;
    font-weight: 400;
    font-family: Helvetica
}

.get-a-price-quote .header .pretitle {
    font-size: 15px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica
}

.get-a-price-quote .number-field {
    margin-bottom: 20px
}

.get-a-price-quote .price {
    font-size: 27px;
    color: #181a1b;
    font-weight: 700;
    font-family: Helvetica
}

.get-a-price-quote .input-field,
.get-a-price-quote .number-field {
    font-size: 15px;
    color: #595959;
    font-family: Helvetica;
    font-weight: 500;
    margin-top: 0
}

.parallax-container {
    height: 550px;
    overflow: hidden
}

.parallax-container .parallax {
    background: url(/wp-content/themes/essayslab/images/get-bg.webp) center top
}

.parallax-container .parallax img {
    left: 44%;
    bottom: 100px
}

.get-a-price-quote-1 {
    position: relative;
    height: 550px;
    background-position: -250px -553px
}

.get-a-price-quote-1:after {
    content: url(/wp-content/themes/essayslab/images/plane.png);
    position: absolute;
    right: 70px;
    top: 70px
}

.get-a-price-quote-1 .picture-block {
    position: static;
    bottom: 25px
}

.get-a-price-quote-1 .picture-block::after {
    content: '';
    display: block;
    background: url(/wp-content/themes/essayslab/images/get-pic.webp) center left no-repeat;
    width: 100%;
    height: 67%;
    position: absolute
}

.get-a-price-quote-1 .top-title {
    font-size: 52px;
    color: #fff;
    line-height: 55px;
    font-weight: 200;
    display: block;
    margin-top: 60px
}

.get-a-price-quote-1 .index-form {
    background: #fff;
    padding: 30px 40px 15px;
    border-radius: 30px;
    margin-top: 53px;
    box-shadow: 0 26px 42px -30px #789dc8;
    position: relative
}

.get-a-price-quote-1 .index-form:after,
.get-a-price-quote-1 .index-form:before {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    border-radius: 30px;
    content: ''
}

.get-a-price-quote-1 .index-form:before {
    display: block;
    height: 55px;
    background: #fff;
    opacity: .25;
    left: 22px;
    max-width: 90%;
    top: -15px
}

.get-a-price-quote-1 .index-form:after {
    display: block;
    height: 55px;
    background: #fff;
    opacity: .1;
    left: 42px;
    max-width: 80%;
    top: -31px
}

.get-a-price-quote-1 .index-form input[type=text] {
    margin-top: 6px;
    color: #595959;
    margin-bottom: 12px
}

.get-a-price-quote-1 .index-form .minus,
.get-a-price-quote-1 .index-form .plus {
    top: 28px
}

.get-a-price-quote-1 .index-form .form-button {
    width: 100%;
    margin: 0;
    height: 54px;
    border-radius: 43px;
    font-size: 16px;
    font-weight: 300
}

.get-a-price-quote-1 .index-form .form-button .mini-order-first-price {
    font-size: 18px;
    font-weight: 600
}

.get-a-price-quote-1 .index-form .form-button .mini-order-total-price {
    font-weight: 500;
    font-size: 14px;
    text-decoration: line-through;
    color: #efe8e8;
    padding-left: 7px
}

.get-a-price-quote-1 form {
    margin-bottom: 25px
}

.cont-contacts i.small {
    font-size: 18px;
    color: #0ecfe9;
    margin-right: 15px;
    vertical-align: -3px
}

.cont-contacts .title {
    font-size: 30px;
    color: #292b2d;
    font-weight: 500;
    font-family: Helvetica
}

.cont-contacts .subtitle {
    font-size: 18px;
    color: #303030;
    font-weight: 500;
    font-family: Helvetica
}

.cont-contacts form.contacts {
    margin: 0
}

.cont-contacts .form-line {
    margin-bottom: 30px;
    position: relative
}

.cont-contacts .form-line input,
.cont-contacts .form-line textarea {
    margin-bottom: 0
}

.cont-contacts .form-line label.error {
    font-size: 15px;
    color: #f44747;
    font-weight: 400;
    font-family: Helvetica;
    font-style: italic;
    line-height: 15px;
    position: absolute;
    left: 15px;
    bottom: -22px
}

.cont-contacts form label {
    color: #303030;
    font-size: 15px
}

.cont-contacts form input {
    margin-top: 7px;
    line-height: 58px;
    color: #303030;
    font-size: 15px;
    font-weight: 400
}

.cont-contacts form input::-webkit-input-placeholder {
    color: #303030
}

.cont-contacts form input:-ms-input-placeholder {
    color: #303030
}

.cont-contacts form input::placeholder {
    color: #303030
}

.cont-contacts form textarea {
    resize: vertical;
    max-height: 115px;
    line-height: 22px;
    padding: 10px;
    font-size: 15px;
    font-weight: 400
}

.cont-contacts form textarea::-webkit-input-placeholder {
    color: #303030
}

.cont-contacts form textarea:-ms-input-placeholder {
    color: #303030
}

.cont-contacts form textarea::placeholder {
    color: #303030
}

.cont-contacts form input[type=submit] {
    margin: 0 20px 0 0
}

.cont-contacts-1 {
    position: relative
}

.cont-contacts-1 .row {
    margin-bottom: 0
}

.cont-contacts-1 .contacts-block {
    display: block;
    text-align: center;
    margin: 30px 0;
    background: linear-gradient(90deg, #2b75cc 0, #15ceea 85%);
    border-radius: 20px;
    color: #fff;
    padding: 20px 0
}

.cont-contacts-1 .contacts-block .tel {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    position: relative
}

.cont-contacts-1 .contacts-block .tel a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-family: Helvetica;
    line-height: 20px;
    display: block;
    position: relative;
    padding-left: 102px;
    text-align: left
}

.cont-contacts-1 .contacts-block .contacts-social,
.cont-contacts-1 .contacts-block .email {
    display: inline-block;
    width: 32%;
    vertical-align: middle
}

.cont-contacts-1 .contacts-block .tel a:first-child:before {
    content: url(/wp-content/themes/essayslab/images/contacts-phone.png);
    position: absolute;
    left: 50px;
    top: 4px;
    line-height: 0
}

.cont-contacts-1 .contacts-block .email {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.cont-contacts-1 .contacts-block .email a {
    position: relative;
    color: #fff;
    padding-left: 25px
}

.cont-contacts-1 .contacts-block .email a:before {
    content: url(/wp-content/themes/essayslab/images/email-contacts-icon.png);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0
}

.cont-contacts-1 .contacts-block .contacts-social a {
    color: #fff;
    margin-right: 7px
}

.cont-contacts-1 .contacts-block .contacts-social a .fa {
    color: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    border-radius: 22px;
    width: 35px;
    height: 35px;
    line-height: 35px
}

.cont-contacts-1 .block-right {
    margin-top: 50px;
    padding: 50px;
    border: 1px solid #d0e2fb;
    border-radius: 30px
}

.cont-contacts-1 .block-right .title {
    margin: 0 0 20px;
    text-align: center
}

.cont-contacts-1 .block-right .subtitle {
    margin-bottom: 40px
}

.cont-contacts-1 .block-right .buttons-block {
    text-align: center
}

.cont-contacts-1 .block-right .buttons-block input {
    line-height: 43px;
    height: 55px;
    border-radius: 50px;
    min-width: 250px;
    text-transform: uppercase;
    color: #fff
}

.cont-contacts-1 .block-right .buttons-block button {
    min-width: 250px;
    height: 55px;
    border-radius: 50px;
    text-transform: uppercase;
    background: #34c635
}

.cont-contacts-1 .block-right .buttons-block button:hover {
    background: #fff;
    color: #34c635;
    border: 2px solid #34c635
}

.cont-contacts-1 .block-top {
    background: #0ecfe9;
    position: relative;
    padding: 50px 0;
    z-index: 2;
    box-shadow: 0 6px 20px -8px
}

.cont-contacts-1 .block-top i {
    color: #fff
}

.cont-contacts-1 .block-top a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica
}

.cont-contacts-1 .block-top .cont-block {
    max-width: 220px;
    margin-left: 20px
}

.cont-contacts-1 .block-top .cont-block .cont-email {
    padding-bottom: 21px
}

.cont-contacts-1 .block-top .cont-block .cont-email a {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    font-family: Helvetica
}

.cont-contacts-1 .last .form-line label.error {
    bottom: -17px
}

.cont-contacts-1 form textarea {
    margin-top: 7px;
    resize: vertical;
    max-height: 115px
}

.cont-contacts-1 form input[type=submit] {
    margin: 0 20px 0 0
}

div#progressiveDelivery button {
    margin: 5px
}

body .ws-row .ws-column-custom .summary-sidebar-wrapper {
    box-shadow: 0 7px 30px 0 rgba(8, 30, 65, .07);
    border-radius: 30px;
    border: 1px solid #d0e2fb
}

body .sticky-summary-sidebar {
    top: 100px
}

body .sticky-summary-sidebar .summary-wrapper .next-step-button-wrapper .next-step {
    background: #ff5e4d;
    border-radius: 30px
}

body .sticky-summary-sidebar .summary-wrapper .accept-div i {
    -webkit-filter: hue-rotate(160deg);
    filter: hue-rotate(160deg)
}

body .sticky-summary-sidebar .summary-sidebar-wrapper .discount-input input[type=text] {
    line-height: normal
}

body .sticky-summary-sidebar .summary-sidebar-wrapper .discount-input .discount-wrapper .have-a-discount-code {
    color: #EF5F4F
}

body .sticky-summary-sidebar .summary-sidebar-wrapper .discount-input .discount-wrapper .have-a-discount-code:after {
    -webkit-filter: hue-rotate(160deg);
    filter: hue-rotate(160deg)
}

body .sticky-summary-sidebar .summary-sidebar-wrapper ul.summary-list li>span span.hint i {
    background: 0 0
}

body .sticky-summary-sidebar .summary-sidebar-wrapper ul.summary-list li>span span.hint i:before {
    content: 'i';
    font-style: normal;
    color: #3a6ce7;
    border: 2px solid #3a6ce7;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    font-weight: 700
}

.resume-calc .ae-miniorder-resume-custom .button-primary-1 {
    width: 100%;
    height: 49px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px
}

.resume-calc .total-price {
    font-size: 18px;
    padding: 6px 0;
    color: #303030;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase;
    height: 49px;
    text-align: center
}

.resume-calc .total-price .title {
    display: inline-block
}

.resume-calc .total-price .mini-orderResume-total-price {
    display: inline-block;
    color: #3a6ce7;
    font-size: 28px
}

.miniorder-calc,
.resume-calc {
    padding: 30px 30px 20px;
    border: 1px solid #d0e2fb;
    border-radius: 30px;
    background: #f4f7fc
}

.miniorder-calc .order-calc-title,
.resume-calc .order-calc-title {
    text-align: center;
    font-size: 28px;
    font-family: Helvetica;
    margin-bottom: 30px;
    color: #303030
}

.miniorder-calc .ae-miniorder-custom input,
.resume-calc .ae-miniorder-custom input {
    margin-top: 10px;
    height: 47px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #676b6c
}

.miniorder-calc .ae-miniorder-custom .input-field,
.resume-calc .ae-miniorder-custom .input-field {
    color: #676b6c;
    font-size: 14px
}

.miniorder-calc .ae-miniorder-custom .input-field select,
.resume-calc .ae-miniorder-custom .input-field select {
    padding: 0 12px
}

.miniorder-calc .ae-miniorder-custom .n-p,
.resume-calc .ae-miniorder-custom .n-p {
    color: #676b6c;
    font-size: 14px;
    margin-top: 14px
}

.miniorder-calc .ae-miniorder-custom .number-field,
.resume-calc .ae-miniorder-custom .number-field {
    color: #676b6c;
    font-size: 14px;
    margin-top: 0
}

.miniorder-calc .ae-miniorder-custom .number-field input,
.resume-calc .ae-miniorder-custom .number-field input {
    height: 50px;
    margin-top: 0
}

.miniorder-calc .ae-miniorder-custom .number-field .minus,
.miniorder-calc .ae-miniorder-custom .number-field .plus,
.resume-calc .ae-miniorder-custom .number-field .minus,
.resume-calc .ae-miniorder-custom .number-field .plus {
    top: 0;
    height: 50px;
    width: 50px
}

.miniorder-calc .ae-miniorder-custom .number-field .minus:before,
.miniorder-calc .ae-miniorder-custom .number-field .plus:before,
.resume-calc .ae-miniorder-custom .number-field .minus:before,
.resume-calc .ae-miniorder-custom .number-field .plus:before {
    line-height: 47px
}

.miniorder-calc .ae-miniorder-custom .currency input,
.resume-calc .ae-miniorder-custom .currency input {
    height: 50px;
    margin: 0;
    width: 25%;
    border-color: #d0e2fb;
    box-shadow: none;
    background: 0 0;
    border-style: solid;
    border-right: none
}

.miniorder-calc .ae-miniorder-custom .currency input:nth-child(4),
.resume-calc .ae-miniorder-custom .currency input:nth-child(4) {
    border-right: 2px solid #d0e2fb
}

.miniorder-calc .ae-miniorder-custom .currency input.active,
.resume-calc .ae-miniorder-custom .currency input.active {
    border: none;
    background: #4f79e9;
    color: #fff
}

.miniorder-calc .ae-miniorder-custom .order-price,
.resume-calc .ae-miniorder-custom .order-price {
    font-size: 18px;
    padding: 6px 0;
    color: #303030;
    font-weight: 500;
    font-family: Helvetica;
    text-transform: uppercase;
    height: 49px
}

.miniorder-calc .ae-miniorder-custom .order-price .mini-order-total-price,
.resume-calc .ae-miniorder-custom .order-price .mini-order-total-price {
    font-size: 27px;
    color: #ff5d4c;
    margin-left: 10px
}

.miniorder-calc .ae-miniorder-custom .form-button,
.resume-calc .ae-miniorder-custom .form-button {
    width: 100%;
    height: 49px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px
}

.miniorder-calc .ae-miniorder-custom .form-button .price,
.resume-calc .ae-miniorder-custom .form-button .price {
    text-transform: lowercase;
    font-size: 17px
}

.miniorder-calc .ae-miniorder-custom .form-button .price .mini-order-total-price,
.resume-calc .ae-miniorder-custom .form-button .price .mini-order-total-price {
    font-size: 16px;
    font-weight: 600
}

body .dropdown-content {
    z-index: 99
}

.order-container .container {
    max-width: 1170px
}

.order-container .order-steps .steps {
    border: 1px solid #d0e2fb;
    min-height: 87px;
    padding: 17px 0 17px 45px;
    border-radius: 6px
}

.order-container .order-steps .steps img {
    float: left;
    margin-right: 25px;
    margin-top: 5px
}

.order-container .order-steps .steps .text {
    font-size: 16px;
    font-family: Helvetica;
    position: relative;
    color: #51555a
}

.order-container .order-steps .steps .middle-text {
    top: 12px
}

.order-container .order-steps .steps-text {
    font-size: 16px;
    font-family: Helvetica;
    position: relative;
    color: #51555a;
    margin: 12px 0 20px
}

.order-container .order-steps .steps-text span {
    text-transform: uppercase;
    font-size: 17px
}

.order-container .order-steps .steps-text .color {
    color: #ff5e4d
}

[type=checkbox].filled-in:not(:checked)+label:after {
    border: 2px solid #3a6ce7
}

.filled-in[type=checkbox]:checked+label::after {
    border: 2px solid #3a6ce7;
    background-color: #3a6ce7
}

.with-gap[type=radio]:checked+label::after,
.with-gap[type=radio]:checked+label::before,
.with-gap[type=radio]:hover+label::after,
.with-gap[type=radio]:hover+label::before {
    border: 2px solid #3a6ce7
}

.with-gap[type=radio]:checked+label::after,
[type=radio]:checked+label::after {
    background-color: #3a6ce7
}

[type=radio]:not(:checked)+label:after,
[type=radio]:not(:checked)+label:before {
    border: 2px solid #3a6ce7
}

.essay-component .multiinput,
.essay-component .pm-input input,
.essay-component input[type=email],
.essay-component input[type=password],
.essay-component select,
.essay-component textarea,
body .essay-component input[type=text] {
    border: 1px solid #d0e2fb;
    color: #51555a;
    font-size: 15px;
    font-weight: 500
}

body .ae-order {
    clear: both
}

body .ae-order .header {
    text-align: center;
    color: #303030;
    font-family: Helvetica;
    font-size: 28px
}

body .ae-order .essay-component .row.component-tabs-controls li {
    margin: 0;
    padding: 0;
    border-color: #3a6ce7;
    border-radius: 5px
}

body .ae-order .essay-component .row.component-tabs-controls li.selected {
    background: #fff
}

body .ae-order .input-button span {
    margin-top: -45px
}

body .ae-order .order-form-wrapper {
    padding: 0 50px 50px;
    border: 1px solid #d0e2fb;
    border-radius: 30px
}

body .ae-order .order-form-wrapper input {
    padding: 0 9px
}

body .ae-order .order-form-wrapper .data-table .label {
    font-family: Helvetica;
    color: #51555a;
    font-size: 15px;
    font-weight: 400
}

body .ae-order .order-form-wrapper .material-hint>i:after,
body .ae-order .order-form-wrapper .order-form-wrapper .material-hint>b:after {
    content: 'i';
    color: #3a6ce7;
    border: 2px solid #3a6ce7;
    font-size: 13px;
    line-height: 16px
}

body .ae-order .order-form-wrapper .form-button {
    color: #3a6ce7;
    border: 1px solid #3a6ce7
}

body .ae-order .order-form-wrapper .wrap-order-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

body .ae-order .order-form-wrapper .wrap-order-submit .total-price-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

body .ae-order .order-form-wrapper .wrap-order-submit .col-lg-6 {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 10px
}

body .ae-order .order-form-wrapper .wrap-order-submit .order-submit {
    color: #fff;
    width: 100%;
    max-width: 250px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    padding: 0
}

body .ae-order .order-form-wrapper .wrap-order-submit .order-submit.disabled {
    color: #d1d2d3
}

body .ae-order .order-form-wrapper .wrap-order-submit .total-price {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

body .ae-order .order-form-wrapper .wrap-order-submit .total-price b {
    display: block;
    font-size: 25px
}

body .ae-order .order-form-wrapper .buttons-panel {
    text-align: center
}

body .ae-order .order-form-wrapper .buttons-panel .back-b {
    line-height: 41px;
    border-radius: 30px
}

body .ae-order .order-form-wrapper .data-table>.row>.col.ws-language-style .hint i {
    background: 0 0
}

body .ae-order .order-form-wrapper .data-table>.row>.col.ws-language-style .hint i:before {
    content: 'i';
    font-style: normal;
    color: #3a6ce7;
    border: 2px solid #3a6ce7;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    font-weight: 700
}

body .ae-order .order-form-wrapper .data-table>.row>.col.ws-language-style .hint i:after {
    display: none
}

body .ae-order .order-form-wrapper .data-table>.row>.col.ws-language-style .hint div {
    margin: 4px 0 0;
    padding: 15px;
    width: 250px
}

body .ae-order .order-form-wrapper .data-table>.row>.col.ws-language-style .hint div span {
    margin-left: 140px
}

body .ae-order .essay-component .ws-vip-services .vip-services-list label p.price-wrapper {
    color: #51555a
}

body .ae-order .essay-component .ws-vip-services .new-vip:before {
    content: url(/wp-content/themes/essayslab/images/new.png);
    border: none;
    top: 10px;
    right: 10px
}

body .ae-order .essay-component .ws-vip-services .wrapper {
    background: #fff;
    border: 1px solid #d0e2fb
}

body .ae-order .essay-component .ws-vip-services .wrapper.bg-color-2 {
    background: #f4f8fd
}

body .ae-order .essay-component .ws-vip-services .wrapper.bg-color-2 .filled-in[type=checkbox]:checked+label::after {
    background-color: #ff5e4d;
    border: 2px solid #ff5e4d
}

body .ae-order .essay-component .ws-vip-services .services-package .wrapper {
    border: 1px solid #28abe4;
    background: url(/wp-content/themes/essayslab/images/vip-services-bg.png) 124% 46% no-repeat;
    background-size: 60%;
    position: relative
}

body .ae-order .essay-component .ws-vip-services .services-package .wrapper .offer-label {
    padding-left: 130px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    z-index: 1
}

body .ae-order .essay-component .ws-vip-services .services-package .wrapper .offer-label span {
    font-size: 18px;
    font-weight: 300
}

body .ae-order .essay-component .ws-vip-services .services-package .wrapper .offer-label b {
    font-size: 22px;
    color: #fff;
    font-weight: 500
}

body .ae-order .essay-component .ws-vip-services .services-package .wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 168px;
    height: 196px;
    bottom: -2px;
    left: calc(45% - 50px);
    background: url(/wp-content/themes/essayslab/images/vip-services-girl.png) center no-repeat;
    background-size: 100%
}

body .ae-order .essay-component .ws-vip-services .services-package .wrapper:after {
    content: url(/wp-content/themes/essayslab/images/coin-grid.png);
    position: absolute;
    right: 50px;
    top: 30px
}

body .ae-order .essay-component .ws-vip-services .services-package .package-price-wrapper .text-color-2 {
    color: #51555a
}

body .ae-order .essay-component .ws-vip-services .services-package .package-price-wrapper .currency,
body .ae-order .essay-component .ws-vip-services .services-package .package-price-wrapper .price {
    color: #ff5e4d
}

body .ae-order .essay-component .ws-vip-services .services-package .package-price-wrapper .package-service-text {
    font-size: 22px;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 13px;
    color: #303030
}

body .ae-order .vip-client {
    display: block;
    max-width: 330px;
    margin: 15px auto;
    background: #fff6e3;
    border: 2px solid #ffe4af;
    border-radius: 30px;
    font-family: Helvetica;
    padding: 14px 20px 14px 60px;
    color: #303030
}

body .ae-order .vip-client a {
    color: #3a6ce7
}

body .ae-order .vip-client .vip-client-icon {
    background: 0 0;
    margin-left: -48px
}

body .ae-order .vip-client .vip-client-icon:after {
    content: url(/wp-content/themes/essayslab/images/order-crown.png)
}

body .ae-order .accept-div i {
    font-style: normal;
    font-family: Helvetica
}

body .ae-order .accept-div i a {
    color: #3a6ce7
}

body .ae-order .accept-div .checkbox-label {
    font-style: normal
}

body .ae-order .bookmark-row .wrapper .for-large {
    padding-left: 32px
}

body .ae-order .bookmark-row .wrapper .for-large b {
    position: relative;
    color: #3a6ce7
}

body .ae-order .bookmark-row .wrapper .for-large b:before {
    content: url(/wp-content/themes/essayslab/images/bookmark-star.png);
    position: absolute;
    left: -37px;
    top: -2px
}

body .ae-order .wrap-order-submit .total-price-wrapper {
    display: block;
    width: 100%;
    text-align: center
}

body .ae-order .wrap-order-submit .by-clicking-proceed {
    text-align: center
}

body .ae-order .wrap-order-submit .proceed-button {
    display: block;
    width: 100%;
    text-align: center
}

body .ae-order .wrap-order-submit .proceed-button .order-submit {
    width: 260px;
    max-width: 100%;
    height: 44px;
    font-size: 14px;
    text-transform: none;
    font-family: 'Open Sans', Arial;
    background: #ff5e4d;
    border-radius: 30px;
    font-weight: 500;
    line-height: 38px
}

body .ae-order .ws-price-disclaimer {
    text-align: center
}

body .essay-component .ws-vip-services .vip-services-list .we-recommend-it {
    background: #032d51
}

body .essay-component .ws-vip-services .vip-services-list .we-recommend-it .go-it {
    background: #ff5e4d;
    border-radius: 20px
}

body .essay-component .ws-vip-services .vip-services-list .recommended:after {
    border-top-color: #032d51
}

.tabs-button {
    margin: 25px 0;
    text-align: center
}

.tabs-button .tabs .tab .active {
    font-size: 18px
}

.prices-title {
    font-size: 38px;
    font-weight: 300
}

body .ae-prices-resume .essay-component .currency input[type=button]:not(:last-child) {
    border-radius: 0
}

body .ae-prices .essay-custom-calculator-wrapper,
body .ae-prices-resume .essay-custom-calculator-wrapper {
    padding: 50px;
    border: 1px solid #d0e2fb;
    border-radius: 30px
}

body .ae-prices .essay-custom-calculator-wrapper .currency.select-wrapper {
    height: 45px;
    margin-top: 1px
}

body .ae-prices .essay-custom-calculator-wrapper .currency.select-wrapper .button-primary-1-o:hover {
    background: 0 0;
    border: 1px solid #c6c7c5;
    color: #51555a
}

body .ae-prices .essay-custom-calculator-wrapper .currency.select-wrapper .button-primary-1 {
    border-radius: 0;
    background: #4f79e9;
    height: 45px
}

body .ae-prices .essay-custom-calculator-wrapper .number-field input {
    padding: 0
}

body .ae-prices .essay-custom-calculator-wrapper .price-list .price-item .count {
    font-size: 17px;
    font-family: Helvetica;
    margin: 0 5px;
    color: #303030
}

body .ae-prices .essay-custom-calculator-wrapper .price-list .price-item .days {
    font-size: 17px;
    font-family: Helvetica;
    color: #303030
}

body .ae-prices .essay-custom-calculator-wrapper .price-list .price-item .text-color-1 {
    color: #303030;
    font-size: 17px
}

body .ae-prices .essay-custom-calculator-wrapper .price-list .price-item .text-color-1 .page {
    font-size: 17px;
    font-weight: 600
}

body .ae-prices .essay-custom-calculator-wrapper .price-list .price-item .date {
    font-size: 13px;
    color: #303030;
    font-style: normal;
    font-family: Helvetica
}

body .ae-prices .essay-custom-calculator-wrapper input[type=submit] {
    border-radius: 30px;
    text-transform: uppercase
}

body .featherlight .featherlight-content.featherlight-user-area {
    padding: 0
}

body .featherlight .featherlight-user-area {
    background: 0 0;
    border: none;
    border-radius: 20px;
    padding: 0;
    overflow: visible
}

body .featherlight .featherlight-user-area .user-area-wrapper {
    font-family: Helvetica;
    background: #fff;
    width: 300px
}

body .featherlight .featherlight-user-area .user-area-wrapper .header {
    background: 0 0 !important
}

body .featherlight .featherlight-user-area .user-area-wrapper .header span {
    text-align: center;
    padding: 17px;
    background: #3a6ce7;
    border-bottom: none
}

body .featherlight .featherlight-user-area .user-area-wrapper .info-list {
    border-bottom: 1px solid #d0e2fb;
    padding: 30px 25px 10px
}

body .featherlight .featherlight-user-area .user-area-wrapper .info-list li b {
    color: #303030;
    font-size: 15px
}

body .featherlight .featherlight-user-area .user-area-wrapper .info-list li span {
    color: #707070;
    font-size: 15px;
    font-weight: 300
}

body .featherlight .featherlight-user-area .user-area-wrapper .info-list li .get-vip-status {
    color: #ff5e4d
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li {
    border-top: none
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li a {
    color: #303030;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 15px 25px 15px 55px
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li a:before {
    font-size: 19px;
    position: absolute;
    left: 24px;
    top: 13px;
    font-family: "Material Icons";
    color: #2ba6e3
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li a i {
    display: none;
    margin-top: 3px
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li a:hover {
    background: #e0eff7;
    transition: .5s
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li.order-li a:before {
    content: '\e54c'
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li.orders-li a:before {
    content: '\e862'
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li.affiliate-li a:before {
    content: '\e838'
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li.discounts-li a:before {
    content: '\e54e'
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li.profile-li a:before {
    content: '\e85e'
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li.logout-li a:hover {
    background: #f1c1bc
}

body .featherlight .featherlight-user-area .user-area-wrapper .menu-list li.logout-li a:before {
    content: '\e0da'
}

body .featherlight .featherlight-user-area .featherlight-close {
    font-weight: 800;
    margin: 0;
    font-size: 21px;
    top: 15px;
    right: 12px;
    background: 0 0
}

body .featherlight .featherlight-user-area .mini-login-wrapper {
    width: 100%;
    max-width: 350px;
    border: none;
    box-shadow: none;
    padding: 20px 45px 45px;
    background: #fff;
    border-radius: 20px
}

body .featherlight .featherlight-user-area .mini-login-wrapper .error {
    margin: 3px 0 0
}

body .featherlight .featherlight-user-area .mini-login-wrapper .header {
    text-align: center;
    background: 0 0
}

body .featherlight .featherlight-user-area .mini-login-wrapper .header span {
    color: transparent;
    position: relative;
    background: #fff;
    border-bottom: none;
    font-size: 0
}

body .featherlight .featherlight-user-area .mini-login-wrapper .header span:before {
    content: 'Login';
    color: #303030;
    font-family: Helvetica;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 70px;
    font-size: 25px
}

body .featherlight .featherlight-user-area .mini-login-wrapper form {
    padding: 0
}

body .featherlight .featherlight-user-area .mini-login-wrapper form input[type=text],
body .featherlight .featherlight-user-area .mini-login-wrapper form input[type=password] {
    height: 50px;
    background: #fff !important
}

body .featherlight .featherlight-user-area .mini-login-wrapper form input[type=submit] {
    border-radius: 30px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background: #ff5e4d;
    border: none
}

body .featherlight .featherlight-user-area .mini-login-wrapper .links-list li {
    background: 0 0;
    text-align: center;
    padding: 3px
}

body .featherlight .featherlight-user-area .mini-login-wrapper .links-list li a {
    border-bottom: 0;
    color: #51555a;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px
}

body .featherlight .featherlight-user-area .mini-login-wrapper .links-list li a:hover {
    border-bottom: 1px solid #51555a
}

body .featherlight .featherlight-user-area .mini-login-wrapper .messages .error-message .material-icons[title=Delete] {
    margin: 0;
    padding: 0
}

.ae-lifetime-discount .header {
    font-size: 31px;
    font-weight: 300;
    color: #303030;
    font-family: Helvetica
}

.ae-lifetime-discount .lifetime-wrapper {
    border: none;
    box-shadow: none
}

.ae-lifetime-discount .lifetime-wrapper .lifetime {
    padding: 0 25px
}

.ae-lifetime-discount .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section span {
    color: #303030 !important;
    font-weight: 700;
    font-family: Helvetica
}

.ae-lifetime-discount .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover {
    border-top: 2px #ff5e4d solid;
    border-left: 2px #ff5e4d solid;
    border-right: 2px #ff5e4d solid
}

.ae-lifetime-discount .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover span {
    color: #ff5e4d !important
}

.ae-lifetime-discount .lifetime-wrapper .lifetime .lifetime-line {
    border-radius: 0;
    color: #303030
}

.ae-lifetime-discount .lifetime-wrapper .lifetime .lifetime-line .lifetime-line-status {
    border-radius: 0;
    background-color: #ff5e4d
}

.ae-lifetime-discount .lifetime-wrapper .lifetime .lifetime-line .lifetime-line-status .current-pages {
    color: #303030
}

.ae-lifetime-discount .lifetime-wrapper .left-pages-to-get {
    color: #ff5e4d;
    font-weight: 700
}

.ae-lifetime-discount .lifetime-wrapper .left-pages-to-get b {
    color: #303030
}

.ae-lifetime-discount .lifetime-wrapper .left-pages-to-get br {
    display: none
}

body .affiliate-program-wrapper .referral-banner .row-1 .icon-remind-friends {
    background-image: url(/wp-content/themes/essayslab/images/affiliate-step-1.png);
    background-color: #fff;
    background-size: 30px
}

body .affiliate-program-wrapper .referral-banner .row-1 .icon-place-order {
    background-image: url(/wp-content/themes/essayslab/images/affiliate-step-2.png);
    background-color: #fff;
    background-size: 30px
}

body .affiliate-program-wrapper .referral-banner .row-1 .icon-earn-money {
    background-image: url(/wp-content/themes/essayslab/images/affiliate-step-3.png);
    background-color: #fff;
    background-size: 30px
}

body .ae-affiliate-program textarea {
    resize: none
}

body .ae-affiliate-program .affiliate-program-wrapper {
    border: none;
    box-shadow: none;
    padding: 10px
}

body .affiliate-program-short-wrapper .affiliate-status {
    margin-top: 25px
}

body .affiliate-program-short-wrapper .to-earning a {
    border-radius: 30px;
    background: #ff5e4d;
    color: #fff
}

body .affiliate-program-short-wrapper .to-earning a:hover {
    background: #ff9e94
}

body .affiliate-program-short-wrapper .arrow-control {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0
}

body .affiliate-program-short-wrapper .arrow-control a {
    color: #3a6ce7
}

body .affiliate-program-short-wrapper .arrow-control a:hover {
    color: #ff5e4d
}

body .affiliate-program-wrapper .side .case .case-content .affiliate-button.copy {
    background: #ff5e4d;
    color: #fff;
    border: none
}

body .affiliate-program-wrapper .side .case .case-content .affiliate-button.copy:hover {
    background: #ff9e94
}

body .affiliate-program-wrapper .side .case .case-content .affiliate-button.center {
    background: #3a6ce7;
    border: none
}

body .affiliate-program-wrapper .side .case .case-content .affiliate-button.center:hover {
    background: #7d95d0
}

body .popup-component.essay-component.extend-deadline-form-wrapper span.number-field input {
    line-height: 40px;
    padding: 0
}

body .payments-wrapper .payments-list .payment-icons img {
    width: auto
}

.essay-order-details .actions-list>li.col:before,
body .essay-order-details .nav-list>li.col:before {
    display: none
}

body .essay-order-details .nav-list>li.col {
    padding: 0 2px
}

body .essay-order-details .nav-list>li.col i:before {
    top: 15px
}

body .essay-order-details .nav-list>li.col.selected {
    background: 0 0
}

body .essay-order-details .nav-list>li.col.selected a {
    background: #ff5e4d;
    color: #fff;
    border-radius: 30px;
    padding: 10px 0
}

body .essay-order-details .nav-list>li.col.selected a:hover {
    background: #ff9e94;
    border-color: #ff9e94
}

body .essay-order-details .nav-list>li.col a {
    padding: 10px 0;
    border-color: #ff5e4d;
    color: #ff5e4d;
    border-radius: 30px;
    border-left: 2px solid
}

body .essay-order-details .actions-list>li.col {
    padding: 0 4px
}

body .essay-order-details .actions-list>li.col:last-child a.pay-now-b {
    border-color: #3a6ce7;
    color: #fff
}

body .essay-order-details .actions-list>li.col:last-child a.pay-now-b:hover {
    border-color: #95aff2
}

body .essay-order-details .actions-list>li.col a {
    padding: 10px 0;
    width: 100%;
    height: 100%;
    border-color: #3a6ce7;
    color: #3a6ce7;
    border-radius: 30px
}

body .ae-orders h4.items-count {
    color: #303030;
    font-size: 19px
}

body .ae-orders .tabs-component .component-tabs-controls li {
    margin: 0;
    border-color: #3a6ce7;
    border-radius: 5px
}

body .ae-orders .tabs-component .component-tabs-controls li a {
    font-weight: 300;
    font-family: Helvetica;
    font-size: 17px;
    background: 0 0;
    color: #3a6ce7;
    border: none
}

body .ae-orders .tabs-component .component-tabs-controls li.selected {
    background: #3a6ce7;
    border-radius: 5px
}

body .ae-orders .tabs-component .component-tabs-controls li.selected a {
    color: #fff;
    font-weight: 300;
    font-family: Helvetica;
    font-size: 17px
}

body .ae-orders .tabs-component .component-tab-content .line-sep {
    background: #d4d4d4
}

body .ae-orders .tabs-component .component-tab-content .orders .vip {
    background: #fff6e3;
    border: 1px solid #ffe4af
}

body .ae-orders .tabs-component .component-tab-content .orders .vip .vip-label {
    background-color: transparent;
    font-size: 0;
    bottom: 15px;
    right: 15px
}

body .ae-orders .tabs-component .component-tab-content .orders .vip .vip-label:after {
    content: url(/wp-content/themes/essayslab/images/orders-vip-crown.png)
}

body .ae-orders .tabs-component .component-tab-content .orders .details-label .goto {
    color: #3a6ce7;
    font-weight: 700
}

body .ae-orders .tabs-component .component-tab-content .orders .status-label .blue-status-label {
    color: #303030;
    font-weight: 600
}

body .ae-orders .tabs-component .component-tab-content .orders .price-label {
    color: #ff5e4d
}

body .ae-orders .tabs-component .component-tab-content .orders .links-list li a:after {
    color: #2ba6e3
}

body .ae-profile .profile-wrapper {
    padding: 30px;
    border: none;
    box-shadow: none
}

body .ae-profile .profile-wrapper .header {
    text-align: center
}

body .ae-profile .profile-wrapper form input {
    height: 50px
}

body .ae-profile .profile-view-wrapper table tr td:first-child,
body .ae-profile .profile-view-wrapper table tr:nth-child(2n) td {
    background: 0 0
}

body .ae-profile .profile-view-wrapper table tr td:last-child {
    color: #ff5e4d
}

body .ae-profile .flat-button {
    border-radius: 30px;
    background: #ff5e4d;
    border: none;
    display: block;
    width: 100%;
    max-width: 250px;
    text-align: center;
    margin: 0 auto
}

body .ae-profile .flat-button:hover {
    background: #ff9e94
}

body .ae-profile .buttons .flat-button {
    display: inline-block
}

body .ae-profile .buttons .flat-button.cancel-b {
    color: #fff
}

body .ae-profile .buttons input {
    height: auto !important
}

body .ae-sidebar-login {
    border: 1px solid #d0e2fb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

body .ae-sidebar-login .user-area-wrapper {
    font-family: Helvetica
}

body .ae-sidebar-login .user-area-wrapper .header {
    background: 0 0 !important
}

body .ae-sidebar-login .user-area-wrapper .header span {
    text-align: center;
    padding: 17px;
    background: #3a6ce7;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

body .ae-sidebar-login .user-area-wrapper .info-list {
    border-bottom: 1px solid #d0e2fb;
    padding: 30px 25px 10px
}

body .ae-sidebar-login .user-area-wrapper .info-list li b {
    color: #303030;
    font-size: 15px
}

body .ae-sidebar-login .user-area-wrapper .info-list li span {
    color: #707070;
    font-size: 15px;
    font-weight: 300
}

body .ae-sidebar-login .user-area-wrapper .info-list li .get-vip-status {
    color: #ff5e4d
}

body .ae-sidebar-login .user-area-wrapper .menu-list li {
    border-top: none
}

body .ae-sidebar-login .user-area-wrapper .menu-list li a {
    color: #303030;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 15px 25px 15px 55px
}

body .ae-sidebar-login .user-area-wrapper .menu-list li a:before {
    font-size: 19px;
    position: absolute;
    left: 24px;
    top: 13px;
    font-family: "Material Icons";
    color: #2ba6e3
}

body .ae-sidebar-login .user-area-wrapper .menu-list li a i {
    display: none;
    margin-top: 3px
}

body .ae-sidebar-login .user-area-wrapper .menu-list li a:hover {
    background: #e0eff7;
    transition: .5s
}

body .ae-sidebar-login .user-area-wrapper .menu-list li.order-li a:before {
    content: '\e54c'
}

body .ae-sidebar-login .user-area-wrapper .menu-list li.orders-li a:before {
    content: '\e862'
}

body .ae-sidebar-login .user-area-wrapper .menu-list li.affiliate-li a:before {
    content: '\e838'
}

body .ae-sidebar-login .user-area-wrapper .menu-list li.discounts-li a:before {
    content: '\e54e'
}

body .ae-sidebar-login .user-area-wrapper .menu-list li.profile-li a:before {
    content: '\e85e'
}

body .ae-sidebar-login .user-area-wrapper .menu-list li.logout-li a:hover {
    background: #f1c1bc
}

body .ae-sidebar-login .user-area-wrapper .menu-list li.logout-li a:before {
    content: '\e0da'
}

.vip-banner-wrapper {
    padding-left: 40px
}

@-webkit-keyframes services-s {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        color: #ffca47
    }
}

@keyframes services-s {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        color: #ffca47
    }
}

@-webkit-keyframes services-e {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: 3px
    }
}

@keyframes services-e {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: 3px
    }
}

body .ae-sidebar-login .vip-accounts-wrapper .till-vip-status {
    position: relative
}

body .ae-sidebar-login .vip-accounts-wrapper .till-vip-status:after {
    content: url(/wp-content/themes/essayslab/images/order-crown.png);
    margin-left: 8px
}

body .ae-sidebar-login .vip-accounts-wrapper .header span {
    background: #ffca48;
    position: relative
}

body .ae-sidebar-login .vip-accounts-wrapper .header span:before {
    content: url(/wp-content/themes/essayslab/images/left-stars.png);
    margin-right: 10px
}

body .ae-sidebar-login .vip-accounts-wrapper .header span:after {
    content: url(/wp-content/themes/essayslab/images/right-stars.png);
    margin-left: 10px
}

body .user-area-wrapper .info-list li span.vip-star:before {
    content: url(/wp-content/themes/essayslab/images/sidebar-vip-crown.png)
}

.vip-order-text {
    text-align: center;
    font-family: Helvetica;
    font-size: 20px;
    color: #51555a;
    clear: both;
    margin-bottom: 5px
}

.vip-order-text .vip-order-title {
    position: relative;
    font-weight: 600;
    color: #ff5e4d;
    font-size: 25px;
    padding-left: 35px
}

.vip-order-text .vip-order-title span {
    display: inline-block
}

.vip-order-text .vip-order-title span:nth-child(1) {
    -webkit-animation-name: services-s;
    animation-name: services-s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.vip-order-text .vip-order-title span:nth-child(2) {
    -webkit-animation-name: services-s;
    animation-name: services-s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.vip-order-text .vip-order-title span:nth-child(3) {
    -webkit-animation-name: services-s;
    animation-name: services-s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.vip-order-text .vip-order-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/essayslab/images/order-crown.png) center no-repeat
}

body .featherlight .featherlight-user-area .vip-accounts-wrapper .till-vip-status {
    position: relative
}

body .featherlight .featherlight-user-area .vip-accounts-wrapper .till-vip-status:after {
    content: url(/wp-content/themes/essayslab/images/order-crown.png);
    margin-left: 8px
}

body .featherlight .featherlight-user-area .vip-accounts-wrapper .header span {
    background: #ffca48;
    position: relative
}

body .featherlight .featherlight-user-area .vip-accounts-wrapper .header span:before {
    content: url(/wp-content/themes/essayslab/images/left-stars.png);
    margin-right: 10px
}

body .featherlight .featherlight-user-area .vip-accounts-wrapper .header span:after {
    content: url(/wp-content/themes/essayslab/images/right-stars.png);
    margin-left: 10px
}

body .ae-vip-account .payments-wrapper .payments-list li .payment-logo-wrap img {
    width: auto;
    height: auto;
    max-width: 100%
}

body .ae-vip-account .essay-vip-account {
    box-shadow: none;
    padding: 0;
    border: none
}

body .ae-vip-account .essay-vip-account .vip-account-list-wrapper {
    padding-right: 0
}

body .ae-vip-account .essay-vip-account .header {
    display: none
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li {
    width: 380px;
    height: 150px;
    margin: 10px auto
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li .vip-select-button {
    background: 0 0;
    border: 1px solid #d0e2fb;
    color: #51555a
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li .vip-select-button:after {
    content: '\e5cf';
    font-size: 26px;
    color: #c5c6c5;
    font-weight: 400;
    font-family: Material Icons;
    display: inline-block;
    z-index: 2;
    position: absolute;
    top: 3px;
    right: 5px
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li .vip-select-list.open {
    width: 100px;
    min-width: 138px;
    background: #fff;
    border: none;
    box-shadow: none
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li .vip-select-list.open li {
    color: #51555a;
    width: auto;
    height: auto;
    padding: 5px 7px;
    font-family: Helvetica;
    font-size: 13px
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li .vip-select-list.open li .price-title {
    color: #ff5e4d
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li .vip-select-list.open li .buy {
    right: 8px;
    margin-top: -18px;
    background: 0 0;
    border: 1px solid #3a6ce7;
    border-radius: 30px;
    color: #3a6ce7;
    padding: 2px 14px
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li .vip-package-select .price-per-month {
    color: #3a6ce7;
    font-family: Helvetica;
    font-weight: 400;
    margin-bottom: 10px
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(1) .vip-package-item .title-of-period {
    background: url(/wp-content/themes/essayslab/images/cloud-1.png) 52px 14px no-repeat
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(1) .vip-package-item .title-of-period span {
    font-family: Helvetica;
    position: relative;
    left: 12px;
    color: #fff
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(1) .vip-package-item .title-of-period span.best-price {
    font-size: 48px
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(1) .vip-package-item .title-of-period span.per-month {
    font-size: 14px;
    margin-top: 0;
    font-weight: 500
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(2) .vip-package-item .title-of-period {
    background: url(/wp-content/themes/essayslab/images/cloud-2.png) 52px 14px no-repeat
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(2) .vip-package-item .title-of-period span {
    font-family: Helvetica;
    position: relative;
    left: 16px;
    color: #fff
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(2) .vip-package-item .title-of-period span.best-price {
    font-size: 48px
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(2) .vip-package-item .title-of-period span.per-month {
    font-size: 14px;
    margin-top: 0;
    font-weight: 500
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(2) .vip-package-item .title-of-period .special-label .label-vip-package span {
    position: static;
    color: #000
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(3) .vip-package-item .title-of-period {
    background: url(/wp-content/themes/essayslab/images/cloud-3.png) 52px 14px no-repeat
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(3) .vip-package-item .title-of-period span {
    font-family: Helvetica;
    position: relative;
    left: 16px;
    color: #fff
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(3) .vip-package-item .title-of-period span.best-price {
    font-size: 48px
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(3) .vip-package-item .title-of-period span.per-month {
    font-size: 14px;
    margin-top: 0;
    font-weight: 500
}

body .ae-vip-account .essay-vip-account ul.vip-account-list li:nth-child(3) .vip-package-item .title-of-period .special-label .label-vip-package span {
    position: static;
    color: #000
}

body .ae-vip-account .essay-vip-account .vip-account-text {
    font-family: Helvetica
}

body .ae-vip-account .essay-vip-account .vip-account-text .header-our-vip {
    font-weight: 500;
    color: #51555a
}

body .ae-vip-account .essay-vip-account .vip-account-text .vip-list li {
    list-style-type: none;
    color: #51555a;
    position: relative
}

body .ae-vip-account .essay-vip-account .vip-account-text .vip-list li:before {
    content: '\f058';
    position: absolute;
    height: 0;
    left: -17px;
    top: -2px;
    font-size: 17px;
    color: #2753de;
    font-weight: 600;
    font-family: Fontawesome
}

body .cookie-policy-block {
    position: relative;
    width: 100%;
    max-width: none;
    background: #20c0e9;
    z-index: 0;
    bottom: auto;
    top: 0;
    left: 0;
    right: auto;
    padding: 8px 0;
    border: none
}

body .cookie-policy-block .data-row {
    display: block;
    text-align: center
}

body .cookie-policy-block .data-row .text-col {
    display: inline-block;
    vertical-align: middle;
    background: url(/wp-content/themes/essayslab/images/cookies.png) 0 center no-repeat;
    padding: 5px 0 5px 45px
}

body .cookie-policy-block .data-row .text-col p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600
}

body .cookie-policy-block .data-row .read-more {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: underline;
    margin: 0 15px
}

body .cookie-policy-block .data-row .button-col {
    display: inline-block;
    vertical-align: middle
}

body .cookie-policy-block .data-row .button {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 110px;
    height: 35px;
    line-height: 32px
}

body .cookie-policy-block .data-row .Rounded_Rectangle_3 {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: rgba(26, 197, 110, 0);
    position: absolute;
    left: 1177px;
    top: 7px;
    width: 110px;
    height: 35px;
    z-index: 8
}

#bottom-row-wrapper.hidden-row {
    display: none
}

#bottom-row-wrapper.visible-row {
    display: block
}

#footer-row {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 999999;
    line-height: 0
}

#footer-row img {
    width: 100%
}

#footer-row picture {
    line-height: 0
}

#footer-row .icon-close {
    position: absolute;
    right: 6px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    text-align: center;
    padding-top: 13px;
    z-index: 1;
    font-size: 19px
}

#footer-row .icon-close:before {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #2ba6e3 0, #26ace4 100%);
    z-index: -1
}

#special-offer {
    -webkit-animation-name: sp-off;
    animation-name: sp-off;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 12;
    background: url(/wp-content/themes/essayslab/images/70x70_circle.png) no-repeat;
    height: 72px;
    width: 72px;
    position: fixed;
    left: 30px;
    bottom: 30px;
    cursor: pointer;
    font-size: 0
}

#special-offer.hidden-row {
    display: none
}

#special-offer.visible-row {
    display: block
}

#special-offer i {
    font-size: 0;
    width: 20px;
    padding: 34px;
    position: absolute
}

@-webkit-keyframes sp-off {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes sp-off {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

body .ae-order-resume .essay-component .multiinput,
body .ae-order-resume .essay-component .pm-input input,
body .ae-order-resume .essay-component input[type=text],
body .ae-order-resume .essay-component input[type=email],
body .ae-order-resume .essay-component input[type=password],
body .ae-order-resume .essay-component select,
body .ae-order-resume .essay-component textarea {
    height: 47px
}

body .ae-order-resume .essay-component .apply-discount-input span {
    margin-top: -46px
}

body .ae-order-resume .essay-component .link-submit {
    padding: 0
}

body .lending-calculator-component .header {
    font-family: Helvetica;
    color: #032d51
}

body .lending-calculator-component .control-elements {
    margin: 0
}

body .lending-calculator-component .control-elements .control-elements-select .select-item {
    position: relative
}

body .lending-calculator-component .control-elements .control-elements-select .select-item:before {
    content: url(/wp-content/themes/essayslab/images/caret-down-solid.svg);
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 57%
}

body .lending-calculator-component .control-elements .control-elements-select .select-item select {
    padding: 0 12px;
    line-height: normal
}

body .lending-calculator-component .control-elements .control-elements-total div.total-button input[type=submit] {
    background-color: #ff5e4d;
    border-color: #ff5e4d;
    border-radius: 30px
}

body .lending-calculator-component .control-elements .control-elements-checkbox-wrap .vip-services-item.new-vip::after {
    border-top-color: #06344c;
    border-left-color: #06344c
}

body .lending-calculator-component .control-elements .control-elements-checkbox-wrap .vip-services-item .vip-price {
    color: #06344c
}

body .lending-calculator-component .control-elements .control-elements-checkbox-wrap .vip-services-item .checkbox-input.checked>i {
    -webkit-filter: hue-rotate(155deg);
    filter: hue-rotate(155deg)
}

body .lending-calculator-component .currency input[type=button].active {
    background: #3a6ce7;
    border-color: #3a6ce7;
    color: #fff;
    border-radius: 3px
}

body .payments-wrapper .choose-pricing {
    position: relative;
    padding: 170px 0 60px;
    margin: 30px auto;
    background: #fbfeff
}

body .payments-wrapper .choose-pricing:before {
    content: 'Choose Your Quality Writing Plan';
    display: block;
    text-align: center;
    font-size: 34px;
    color: #222831;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    font-weight: 600;
    font-family: Helvetica
}

body .payments-wrapper .choose-pricing .quality-item {
    width: 30%;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: .2s;
    position: relative;
    border: none;
    box-shadow: 0 5px 15px 0 rgba(201, 210, 220, .6);
    border-radius: 0;
    background: #fff
}

body .payments-wrapper .choose-pricing .quality-item .title {
    padding: 30px 0 77px;
    line-height: 21px;
    background: 0 0;
    position: relative;
    top: 0;
    min-height: auto;
    border-radius: 0;
    text-align: center
}

body .payments-wrapper .choose-pricing .quality-item .title .main-title {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    color: #1e2022;
    position: relative;
    font-family: Helvetica;
    text-transform: uppercase
}

body .payments-wrapper .choose-pricing .quality-item .title .main-title .hint {
    display: none
}

body .payments-wrapper .choose-pricing .quality-item .title .sub-title {
    color: #222831;
    position: relative;
    top: 5px;
    font-family: Helvetica
}

body .payments-wrapper .choose-pricing .quality-item .title .sub-title:before {
    font-size: 19px;
    color: #1e2022;
    font-weight: 300
}

body .payments-wrapper .choose-pricing .quality-item .middle-block {
    padding: 0 20px;
    position: relative
}

body .payments-wrapper .choose-pricing .quality-item .middle-block ul {
    padding-left: 0
}

body .payments-wrapper .choose-pricing .quality-item .middle-block ul li {
    list-style-type: none;
    position: relative;
    padding-left: 32px;
    color: #51555a;
    font-size: 16px;
    margin: 0 0 10px
}

body .payments-wrapper .choose-pricing .quality-item .middle-block ul li:before {
    content: url(/wp-content/themes/essayslab/images/green-marker.png);
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 0
}

body .payments-wrapper .choose-pricing .quality-item .footer {
    border-radius: 0;
    background: #f4f8fd
}

body .payments-wrapper .choose-pricing .quality-item .footer .price {
    font-size: 25px;
    color: #1e2021;
    font-weight: 600;
    margin-bottom: 3px;
    font-family: Helvetica
}

body .payments-wrapper .choose-pricing .quality-item .footer a {
    padding: 0;
    font-family: Helvetica;
    width: 100%;
    max-width: 175px;
    height: 42px;
    line-height: 41px;
    font-size: 20px;
    border: none;
    color: #fff;
    background: #ff5e4d;
    border-radius: 30px;
    font-weight: 500;
    position: relative;
    z-index: 1
}

body .payments-wrapper .choose-pricing .quality-item.checked {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 5px #ff5e4d;
    border: none
}

body .payments-wrapper .choose-pricing .quality-item.checked .footer a {
    background: #ff5e4d;
    border: none;
    color: #fff
}

body .payments-wrapper .choose-pricing .quality-item.standard .title {
    background: url(/wp-content/themes/essayslab/images/wq-standard-back.png) center no-repeat;
    background-size: cover
}

body .payments-wrapper .choose-pricing .quality-item.standard .title .sub-title:before {
    font-size: 19px;
    content: 'High-quality work';
    color: #222831
}

body .payments-wrapper .choose-pricing .quality-item.premium:before {
    content: '';
    display: block;
    position: absolute;
    width: 339px;
    height: 182px;
    max-width: 100%;
    top: -77px;
    left: -23px;
    background: url(/wp-content/themes/essayslab/images/wq-premium.png) center top no-repeat;
    background-size: 100%
}

body .payments-wrapper .choose-pricing .quality-item.premium .title {
    position: relative;
    background: url(/wp-content/themes/essayslab/images/wq-premium-back.png) center top no-repeat;
    background-size: cover
}

body .payments-wrapper .choose-pricing .quality-item.premium .title .main-title {
    position: relative;
    color: #fff
}

body .payments-wrapper .choose-pricing .quality-item.premium .title .main-title:before {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 2px;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -53px;
    background: #fff
}

body .payments-wrapper .choose-pricing .quality-item.premium .title .sub-title {
    top: auto;
    bottom: -27px;
    left: 0;
    width: 95px;
    padding-left: 17px
}

body .payments-wrapper .choose-pricing .quality-item.premium .title .sub-title:before {
    font-size: 19px;
    content: 'Superior quality';
    color: #fff;
    text-align: right
}

body .payments-wrapper .choose-pricing .quality-item.premium .title .sub-title:after {
    content: '+10% to your order';
    display: inline-block;
    width: -moz-fit-content;
    width: 95px;
    position: absolute;
    background: 0 0;
    padding: 0;
    color: #fff2cf;
    bottom: 0;
    left: auto;
    font-size: 19px;
    border-radius: 0;
    font-weight: 300;
    right: -172px
}

body .payments-wrapper .choose-pricing .quality-item.supreme:before {
    content: url(/wp-content/themes/essayslab/images/wq-supreme.png);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -48px;
    z-index: 1
}

body .payments-wrapper .choose-pricing .quality-item.supreme .title {
    position: relative;
    background: url(/wp-content/themes/essayslab/images/wq-supreme-back.png) center top no-repeat;
    background-size: cover
}

body .payments-wrapper .choose-pricing .quality-item.supreme .title .main-title {
    position: relative;
    color: #fff
}

body .payments-wrapper .choose-pricing .quality-item.supreme .title .main-title:before {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 2px;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -53px;
    background: #fff
}

body .payments-wrapper .choose-pricing .quality-item.supreme .title .sub-title {
    top: auto;
    bottom: -27px;
    left: 0;
    width: 95px;
    padding-left: 17px
}

body .payments-wrapper .choose-pricing .quality-item.supreme .title .sub-title:before {
    font-size: 19px;
    content: 'Top-notch quality';
    color: #fff;
    text-align: right
}

body .payments-wrapper .choose-pricing .quality-item.supreme .title .sub-title:after {
    content: '+15% to your order';
    display: inline-block;
    width: -moz-fit-content;
    width: 95px;
    position: absolute;
    background: 0 0;
    padding: 0;
    color: #fff2cf;
    bottom: 0;
    left: auto;
    font-size: 19px;
    border-radius: 0;
    font-weight: 300;
    right: -172px
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup {
    background: 0 0;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
    overflow: visible
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .featherlight-close-icon {
    margin: 0;
    top: -15px;
    right: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 0;
    box-shadow: none !important;
    color: #efefef;
    background: #fff;
    font-weight: 600;
    padding: 2px 0 0
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .featherlight-close-icon:before {
    content: 'X';
    color: #000;
    font-size: 18px;
    font-weight: 800
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .discount-popup-component {
    background: url(/wp-content/themes/essayslab/images/discount-popup-without-form.png) top no-repeat;
    background-size: contain;
    display: block;
    width: 341px;
    height: 441px;
    border: none;
    padding: 0
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .discount-popup-component form {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 48px;
    text-align: center
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .discount-popup-component form .messages .success-message {
    padding: 15px;
    line-height: 23px;
    background-image: none
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .discount-popup-component form .messages .success-message i {
    display: none
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .discount-popup-component form input[type=text] {
    width: 100%;
    max-width: 180px;
    height: 35px;
    line-height: 35px;
    border: none;
    background: #ff5e4d;
    color: #fff;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    font-weight: 600
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .discount-popup-component form input[type=text]::-webkit-input-placeholder {
    color: #fff
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .discount-popup-component form input[type=text]:-ms-input-placeholder {
    color: #fff
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .discount-popup-component form input[type=text]::placeholder {
    color: #fff
}

body .featherlight-content.featherlight-content-custom.featherlight-content-popup .discount-popup-component form input[type=submit] {
    background: 0 0;
    width: 100%;
    max-width: 100px;
    height: 28px;
    font-size: 14px;
    color: #87ffff;
    border: 1px solid #87ffff;
    border-radius: 10px
}

body .featherlight .featherlight-content .tip-the-writer-form-wrapper {
    max-width: 400px
}

body .featherlight .featherlight-content .tip-the-writer-form-wrapper .number-field input {
    padding: 0;
    line-height: 40px;
}
