@charset "utf-8";
/* Clikasnp Common CSS */
html {
    height: 100%;
}
body {
    height: 100%;
    color: #000000;
    font-family: "Avenir-Roman";
    font-size: 14px;
    line-height: 1.42857143;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
}
*,
*:focus {
    outline: none;
}
a {
    color: #000000;
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
a:focus {
    outline: none;
    outline-offset: 0;
}
a:hover,
a:focus {
    color: #04a4fc;
    text-decoration: none;
}
img {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
iframe {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 15px;
    margin-bottom: 0;
    font-family: "Avenir-Black";
    font-weight: normal;
}
p {
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #a0a0a0;
    font-size: 19px;
    line-height: 30px;
}
video {
    display: block;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: #f8f8f8;
}
audio,
canvas,
progress,
video {
    vertical-align: middle;
}
button,
button:focus {
    outline: none;
    outline-offset: 0;
}
b,
strong {
    font-weight: 700;
}
::-webkit-input-placeholder {
    color: #b8b8b8 !important;
    opacity: 1;
}
::-moz-placeholder {
    color: #b8b8b8 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #b8b8b8 !important;
    opacity: 1;
}
:-moz-placeholder {
    color: #b8b8b8 !important;
    opacity: 1;
}
::selection {
    background: #04a4fc;
    color: #ffffff;
}
::-webkit-selection {
    background: #04a4fc;
    color: #ffffff;
}
::-moz-selection {
    background: #04a4fc;
    color: #ffffff;
}
::-o-selection {
    background: #04a4fc;
    color: #ffffff;
}
::-ms-selection {
    background: #04a4fc;
    color: #ffffff;
}
/* Clikasnp Normal CSS */
.container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.table-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.align-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
/* Clikasnp Custom Fonts CSS */
@font-face {
    font-family: "Avenir-Roman";
    src: url("../fonts/Avenir-Roman.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Avenir-Roman.woff") format("woff"),
        url("../fonts/Avenir-Roman.ttf") format("truetype"),
        url("../fonts/Avenir-Roman.svg#Avenir-Roman") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-Medium";
    src: url("../fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Avenir-Medium.woff") format("woff"),
        url("../fonts/Avenir-Medium.ttf") format("truetype"),
        url("../fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-Black";
    src: url("../fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Avenir-Black.woff") format("woff"),
        url("../fonts/Avenir-Black.ttf") format("truetype"),
        url("../fonts/Avenir-Black.svg#Avenir-Black") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Clikasnp Reset CSS */
/* Clikasnp Form CSS */
label {
    margin-bottom: 15px;
    color: #003342;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}
select.form-control {
    padding-right: 50px;
    background-image: url(../images/icon3@3x.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 30px auto;
}
select::-ms-expand {
    display: none;
}
textarea.form-control {
    height: 125px;
}
.form-control {
    height: 48px;
    padding: 10px 18px;
    color: #003342;
    font-weight: 600;
    font-size: 14px;
    border-color: #e1e1e1;
    line-height: 1.42857143;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
/* Clikasnp Buttons CSS */
.btn {
    min-width: 220px;
    padding: 15px 30px;
    background: #04a4fc;
    background: -moz-linear-gradient(left, #04a4fc 0%, #106efb 100%);
    background: -webkit-linear-gradient(left, #04a4fc 0%, #106efb 100%);
    background: linear-gradient(to right, #04a4fc 0%, #106efb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a4fc', endColorstr='#106efb',GradientType=1 );
    color: #ffffff;
    font-family: "Avenir-Black";
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    border: 2px solid transparent;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;
    border: none;
}
.btn:hover,
.btn:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#106efb+0,04a4fc+100 */
    background: #106efb; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #106efb 0%,
        #04a4fc 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #106efb 0%,
        #04a4fc 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #106efb 0%,
        #04a4fc 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106efb', endColorstr='#04a4fc',GradientType=1 ); /* IE6-9 */
    color: #ffffff;
}
.btn-warning {
    background-color: #fc9f1e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    background-color: #dd8c1b;
    color: #ffffff;
    border-color: transparent;
}
.btn-sm {
    min-width: 100px;
    padding: 9px 20px;
    font-size: 16px;
}
.border-btn {
    border-left: 3px solid #17a2fd;
    border-right: 3px solid #a817ff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 3px;
    -moz-background-size: 100% 3px;
    background-size: 100% 3px;
    background-image: -webkit-linear-gradient(left, #17a2fd 0%, #a817ff 100%),
        -webkit-linear-gradient(left, #17a2fd 0%, #a817ff 100%);
    background-image: -moz-linear-gradient(left, #17a2fd 0%, #a817ff 100%),
        -moz-linear-gradient(left, #17a2fd 0%, #a817ff 100%);
    background-image: -o-linear-gradient(left, #17a2fd 0%, #a817ff 100%),
        -o-linear-gradient(left, #17a2fd 0%, #a817ff 100%);
    background-image: linear-gradient(to right, #17a2fd 0%, #a817ff 100%),
        linear-gradient(to right, #17a2fd 0%, #a817ff 100%);
}
.border-btn:hover,
.border-btn:focus {
    background: #17a2fd;
    background: -moz-linear-gradient(left, #17a2fd 0%, #a817ff 100%);
    background: -webkit-linear-gradient(left, #17a2fd 0%, #a817ff 100%);
    background: linear-gradient(to right, #17a2fd 0%, #a817ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a2fd', endColorstr='#a817ff',GradientType=1 );
    background-position: 0 0, 0 100%;
}
.clikasnp-btn-wrap {
    padding-top: 20px;
}
/* Clikasnp Sticky Header CSS */
.is-sticky .clikasnp-header {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Clikasnp Header CSS */
.clikasnp-header {
    color: #909090;
    -webkit-transition: background ease 0.3s, box-shadow ease 0.3s;
    -ms-transition: background ease 0.3s, box-shadow ease 0.3s;
    transition: background ease 0.3s, box-shadow ease 0.3s;
}
.clikasnp-header .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.brand-slogan {
    display: inline-block;
    vertical-align: middle;
    padding-left: 45px;
    font-size: 18px;
}
.header-right {
    text-align: right;
}
.clikasnp-navigation {
    font-family: "Avenir-Medium";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.clikasnp-navigation ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.clikasnp-navigation ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
}
.clikasnp-navigation ul li:first-child {
    padding-left: 0;
}
.clikasnp-navigation ul li a:not(.btn) {
    color: inherit;
}
.clikasnp-navigation ul li a:hover {
    color: #04a4fc;
}
.clikasnp-navigation ul li a.btn {
    font-family: "Avenir-Black";
}
.clikasnp-navigation ul li a.btn:hover,
.clikasnp-navigation ul li a.btn:focus {
    color: #fff;
}
/* Clikasnp Banner CSS */
.clikasnp-banner {
    background-color: #000000;
    background-image: url("../images/background1.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    background-attachment: fixed;
}
.clikasnp-banner .container {
    padding-top: 150px;
    padding-bottom: 135px;
    position: relative;
}
.clikasnp-banner .author-wrap {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 440px;
    padding: 15px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
}
.banner-caption {
    max-width: 700px;
}
.caption-wrap p {
    font-size: 24px;
    line-height: 32px;
}
.caption-wrap h1 {
    padding-bottom: 20px;
    font-size: 60px;
    line-height: 63px;
}
.caption-wrap .clikasnp-btn-wrap {
    padding-top: 20px;
}
.caption-wrap .clikasnp-btn-wrap .btn {
    margin-right: 25px;
}
.caption-wrap .clikasnp-btn-wrap .btn:last-child {
    margin-right: 0;
}
.stats-wrap {
    padding-top: 20px;
}
.stats-item {
    padding-top: 20px;
}
.stats-item:last-child {
    padding-right: 0;
}
.stats-item h2 {
    padding-bottom: 0;
    font-size: 23px;
}
.stats-item p {
    font-size: 16px;
}
.author-wrap .clikasnp-image {
    display: table-cell;
    vertical-align: middle;
    width: 54px;
}
.author-wrap .clikasnp-image img {
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
.author-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.author-info h3 {
    padding-bottom: 0;
    font-size: 18px;
    color: #000;
}
.author-badge ul {
    padding: 2px 0 0;
    margin: 0;
    font-family: "Avenir-Medium";
    color: #8f9397;
    list-style: none;
}
.author-badge ul li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 13px;
}
.author-badge ul li .fas {
    color: #5aaf5b;
}
.author-badge ul li.pro .fas {
    color: #34b9f8;
}
.posts-stats ul {
    padding: 0;
    margin: 0;
    font-family: "Avenir-Medium";
    color: #8f9397;
    text-align: right;
    list-style: none;
}
.posts-stats ul li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 20px;
    text-align: center;
}
.posts-stats ul li span {
    display: block;
    font-size: 11px;
}

/* Clikasnp Earn CSS */
.section-title-wrap {
    padding-bottom: 35px;
    text-align: center;
}
.section-title-wrap h2 {
    font-size: 40px;
}
.clikasnp-earn {
    background-color: #f7f7f7;
}
.clikasnp-earn .clikasnp-image {
    width: 60px;
    display: inline-block;
}
.earn-item {
    padding: 60px 40px 40px;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 8px 65px rgba(91, 91, 91, 0.15);
    text-align: center;
}
.earn-item h3 {
    padding: 30px 0 20px;
    font-size: 22px;
}

/* clikasnp-way CSS */
.clikasnp-way {
    padding-top: 80px;
    padding-bottom: 80px;
}
.clikasnp-way .row {
    margin: 0;
}
.clikasnp-way [class*="col-"] {
    padding: 0;
}
.clikasnp-way .section-title-wrap {
    text-align: left;
}
.clikasnp-way .section-title-wrap p span {
    font-family: "Avenir-Black";
    color: #04a3fc;
}
.video-wrap .clikasnp-image {
    display: inline-block;
    position: relative;
}
.way-info {
    max-width: 610px;
    padding: 0 30px;
}
.video-wrap .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    color: #ffffff;
    z-index: 1;
}
.video-wrap .play-btn a {
    float: left;
    width: 65px;
    height: 65px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2fa8f1+0,ad54ec+100 */
    background: #2fa8f1; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #2fa8f1 0%,
        #ad54ec 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        #2fa8f1 0%,
        #ad54ec 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        #2fa8f1 0%,
        #ad54ec 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fa8f1', endColorstr='#ad54ec',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    font-size: 28px;
    line-height: 66px;
    text-align: center;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    padding-left: 6px;
}
.video-wrap .play-btn span {
    display: block;
    overflow: hidden;
    padding-left: 25px;
    font-family: "Avenir-Black";
    font-size: 21px;
}

/* Clikasnp Technology CSS */
.clikasnp-technology .container {
    padding-top: 0;
    text-align: center;
}
.clikasnp-technology h4 {
    padding: 30px 0 25px;
}

/* Clikasnp Features CSS */
.clikasnp-features {
    background-image: url("../images/background2.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.clikasnp-features:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 42, 76, 0.84);
    content: "";
    z-index: 1;
}
.clikasnp-features .container {
    position: relative;
    z-index: 1;
}
.clikasnp-features .row {
    margin: 0;
}
.clikasnp-features [class*="col-"] {
    padding: 0;
}
.clikasnp-features .section-title-wrap {
    color: #ffffff;
}
.clikasnp-features [class*="col-"]:first-child .feature-wrap {
    border-right: none;
    -webkit-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.clikasnp-features [class*="col-"]:last-child .feature-wrap {
    -webkit-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
.feature-wrap {
    padding: 50px 25px;
    background-color: #ffffff;
    border-right: 1px solid #e6e6e6;
    color: #b3b3b3;
    text-align: center;
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
}
.feature-wrap:hover,
.clikasnp-features [class*="col-"]:first-child .feature-wrap:hover,
.clikasnp-features [class*="col-"]:last-child .feature-wrap:hover {
    color: #000000;
    border-color: transparent;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 65px rgba(91, 91, 91, 0.24);
    -ms-box-shadow: 0 8px 65px rgba(91, 91, 91, 0.24);
    box-shadow: 0 8px 65px rgba(91, 91, 91, 0.24);
    z-index: 1;
    margin-top: -25px;
    padding: 70px 20px 40px;
}
.feature-wrap:hover i {
    color: #6383f7;
}
.feature-wrap:hover .feature-item {
    padding: 20px 10px;
}
.feature-wrap .clikasnp-btn-wrap {
    display: none;
}
.feature-wrap:hover h3 {
    font-family: "Avenir-Black";
    color: #4c4848;
}
.feature-wrap:hover .feature-item img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
.feature-wrap .clikasnp-image {
    padding-bottom: 20px;
}
.feature-item {
    padding: 20px 30px;
}
.feature-item img {
    opacity: 0.6;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.clikasnp-icon {
    font-size: 40px;
}
.feature-item h3 {
    padding: 15px 0 10px;
    font-size: 20px;
    font-family: "Avenir-Roman";
    color: #b3b3b3;
    line-height: 33px;
}

/* Clikasnp Services CSS */
.clikasnp-services {
    background: #f4f4f4;
}
.clikasnp-services .section-title-wrap {
    padding-bottom: 65px;
}
.clikasnp-services .section-title-wrap h2 {
    font-size: 50px;
}
.clikasnp-services .clikasnp-image {
    float: left;
}
.clikasnp-services .clikasnp-image {
    width: 60px;
}
.clikasnp-services h3 {
    padding: 8px 0;
    font-size: 21px;
}
.clikasnp-services .earn-item {
    padding: 20px 30px 20px;
}
.right-wrap {
    display: block;
    overflow: hidden;
    text-align: left;
    padding-left: 20px;
}

/* Clikasnp Contributors CSS */
.clikasnp-contributors {
    background: #fff;
}
.clikasnp-contributors .container {
    padding-bottom: 50px;
}
.contributor-wrap {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 20px;
}
.contributor-wrap .author-info h3 {
    font-size: 15px;
}
.contributor-wrap .clikasnp-image {
    padding: 10px 0 15px;
}
.contributor-wrap p {
    font-size: 17px;
    line-height: 25px;
}

/* Clikasnp Wondering CSS */
.clikasnp-wondering {
    background: #f7f7f7;
}
.wondering-wrap {
    text-align: center;
}
.wondering-wrap p span {
    color: #04a3fc;
    font-family: "Avenir-Black";
}
.wondering-wrap h4,
.wondering-wrap p {
    padding: 40px 0 0;
}

/* Clikasnp Membership CSS */
.clikasnp-membership {
    background: #219efb;
    background: -moz-linear-gradient(
        left,
        #219efb 0%,
        #528af8 50%,
        #8b73f5 100%
    );
    background: -webkit-linear-gradient(
        left,
        #219efb 0%,
        #528af8 50%,
        #8b73f5 100%
    );
    background: linear-gradient(
        to right,
        #219efb 0%,
        #528af8 50%,
        #8b73f5 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219efb', endColorstr='#8b73f5',GradientType=1 );
    text-align: center;
}
.clikasnp-membership p {
    font-size: 30px;
    color: #fff;
    padding: 0;
}
.clikasnp-membership p span {
    font-family: "Avenir-Black";
}

/* Clikasnp Signup CSS */
.clikasnp-signup {
    padding: 80px 0;
    background: url("../images/signup-bg.jpg") no-repeat 0 0;
    background-size: cover;
    background-position: 60% 50%;
    background-attachment: fixed;
}
.clikasnp-signup .container {
    position: relative;
    z-index: 2;
}
.clikasnp-signup .section-title-wrap h2 {
    font-size: 56px;
    color: #fff;
    line-height: 56px;
}
.clikasnp-signup p {
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
}

/* Footer CSS */
footer .container {
    padding: 50px 15px;
}
footer span.brand-slogan {
    color: #aeaeae;
    font-size: 16px;
}
footer .clikasnp-navigation {
    float: right;
    text-transform: none;
}
footer .clikasnp-navigation ul li {
    padding: 8px 17px;
}
footer .clikasnp-navigation ul li:first-child {
    padding-left: 17px;
}
footer .clikasnp-navigation ul li:last-child {
    padding-right: 0;
}
footer .clikasnp-navigation ul li a,
footer .clikasnp-navigation ul li a:not(.btn) {
    text-transform: none;
    color: #aeaeae;
    font-size: 16px;
}
footer .clikasnp-navigation ul li a:hover,
footer .clikasnp-navigation ul li a:focus {
    color: #059efc;
}

/* Clikasnp Back Top CSS */
.clikasnp-back-top {
    position: fixed;
    bottom: -50px;
    right: 15px;
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 3;
}
.clikasnp-back-top.active {
    bottom: 15px;
}
.clikasnp-back-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #003342;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    line-height: 40px;
}
.clikasnp-back-top a:hover {
    background: #3b88ea;
}

/*Toggle Menu Css*/
.toggle-menu {
    display: none;
    float: right;
    margin-top: 0;
    width: 25px;
    border-radius: 100%;
    padding: 9px 7px 8px;
}
.toggle-menu span {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
}
.toggle-menu span:first-child {
    top: 0;
}
.toggle-menu span:last-child {
    bottom: 0;
    top: auto;
}
.toggle-menu span {
    float: left;
    width: 100%;
    height: 3px;
    background: #000;
    margin-bottom: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(0) rotateZ(0deg);
    -ms-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg);
}
.toggle-menu span:last-child {
    margin-bottom: 0;
}
.header.sticky .toggle-menu {
    margin-top: 5px;
}
.toggle-menu.active span {
    background: #fff;
}
.toggle-menu.active span:first-child {
    -webkit-transform: translateY(7px) rotateZ(-45deg);
    -ms-transform: translateY(7px) rotateZ(-45deg);
    transform: translateY(7px) rotateZ(-45deg);
    background: #000;
    z-index: 11;
}
.toggle-menu.active span:last-child {
    -webkit-transform: translateY(-5px) rotateZ(45deg);
    -ms-transform: translateY(-5px) rotateZ(45deg);
    transform: translateY(-5px) rotateZ(45deg);
    left: 0px;
    top: 12px;
    z-index: 11;
    background: #000;
}
