

*::-moz-selection {
    background-color: #4D525A;
    color: #FFF;
}
*::selection {
    background-color: #4D525A;
    color: #FFF;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
textarea,
select {
    -webkit-appearance: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    /*font-style: normal;*/
}
/*body {
    line-height: 1;
}*/
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: 300;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both; font-weight: 600;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    /*outline: thin dotted;*/
    outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ededed;
    background-color: rgba(0,0,0,0.1);
    border: 0;
    height: 1px;
    margin: 24px 0;
    margin-bottom: 1.714285714rem;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title {
    font-size: 16px;
    font-size: 1.225714286rem;
    line-height: 2.181818182;
    font-weight: normal;
    color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
    border: 1px solid #ddd;
    background-color: #fff;
    /*border: 1px solid rgba(0,0,0,0.4);*/
    border-radius: 0px;
    font-family: inherit;
    padding: 4px;
}
button,
input {
    line-height: normal;
}
textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}
select{
    background:url(images/arraw-select.png) no-repeat #fff;
    background-size: auto 40%;
    background-position: right center;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
    padding: 4px 26px;
    font-size: 12px;
    font-size: 0.865714286rem;
    line-height: 1.628571429;
    font-weight: normal;
    color: #333;
    background-color:#2c7ffc;
    border:none;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    -webkit-transition:color 0.2s, background 0.2s;
    transition:color 0.2s, background 0.2s;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    color: #fff;
    background-color:#2c7ffc;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: #fff;
    background-color:#2c7ffc;
}
.bypostauthor cite span {
    color: #fff;
    background-color:#2c7ffc;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

.button,
.button1,
.button2,
.button3,
.button4{
    box-sizing: border-box;
    display: inline-block;
    color: #222a35;
    padding: 12px 8px;
    width: 186px;
    text-align: center;
    font-size: 16px;
    font-size: 1.14285714rem;
    text-decoration: none;
    border-radius: 4px;
    line-height: 1.1;
    font-weight: 400;
    background-color:#2c7ffc;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-text-shadow: none;
    text-shadow: none;
    word-break: keep-all;
}
.button:hover{
    text-decoration: none;
}
.button1{
   /* border:2px solid#2c7ffc;*/
    color:#fff;
    background:#8a2ae4;
}
.button1:hover{
    color:#fff;
   /* border:2px solid#2c7ffc;*/
    background:#513c87;
}
.button2 {
 /*   border:2px solid#2c7ffc;*/
    color:#8a2ae4;
    background:transparent;
}
.button2:hover {
   /* border:2px solid#2c7ffc;*/
    color:#fff;
    background:#8a2ae4;
}
.button3{
    border:2px solid #f28d31;
    color:#fff;
    background:#f28d31;
}
.button3:hover{
    color:#fff;
    border:2px solid #ce6c13;
    background:#ce6c13;
}
.button4{
    border:2px solid #fff;
    color:#513c87;
    background:#fff;
}
.button4:hover{
    color:#fff;
    border:2px solid #f28d31;
    background:#f28d31;
}
.button5{
    border:2px solid#2c7ffc;
    color:#fff;
    background:#513c87;
}
.button5:hover{
    color:#fff;
    border:2px solid#2c7ffc;
    background:#8a2ae4;
}
.button-large{
    padding: 14px 30px;
    font-size: 21px;
    font-size: 1.5rem;
}
.button-small{
    padding: 6px 18px;
    width:auto;
    font-size: 13px;
    font-size: 0.92857rem;
}
.button-long{
    width: 260px;
}
.button-auto-width{
    width: auto;
    max-width: 100%;
}
.button-round{
    border-radius: 18px;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}


/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/*翻页*/
._page_container {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    user-select: none;
}

._page_container input[type=number] {
    -moz-appearance: textfield;
}

._page_container input[type=number]::-webkit-inner-spin-button,
._page_container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

._page_container ._pages {
    display: inline-block;
    margin: 10px auto;
}

._page_container ._pages li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    color: #303133;
    font-weight: bold;
    min-width: 25px;
    text-align: center;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
}

._page_container ._pages li:hover {
    color: #409f2e;
}

._page_container ._pages li:first-child, ._page_container ._pages li:last-child {
    font-size: 14px;
}

._page_container ._pages ._prev, ._page_container ._pages ._next, ._page_container ._pages ._home, ._page_container ._pages ._last {
    font-size: 12px;
    font-weight: normal;
    padding: 0 8px;
}

._page_container ._jumper {
    display: inline-block;
    color: #606266;
    margin-left: 10px; display: none;
}

._page_container ._jumper ._count {
    margin-right: 10px;
}

._page_container ._jumper ._jumper_input {
    display: inline-block;
    font-size: 14px;
    color: #606266;
    width: 34px;
    height: 26px;
    text-align: center;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: none;
    outline: none;
    box-sizing: border-box; background: #fff;
}

._page_container ._jumper ._jumper_input:focus {
    border-color: #409f2e;
}

._pages_1 li {
    background-color: #fff;
    border: 1px solid #eee; font-family: Arial;
}

._active_1 {
    color: #fff !important;
    background-color: #409f2e !important;
}

._active_2 {
    color: #409f2e !important;
}

._disabled {
    cursor: not-allowed !important;
}

._disabled_c {
    color: #c0c4cc !important;
}

/*text color & weight */
.txt-red{color:#ff534e!important}
.txt-yellow{color:#f7b864!important}
.txt-green{color:green!important}
.txt-orange{color:#f28d31!important}
.txt-white{color:#fff!important}
.txt-black{color:#000!important}
.txt-purple{color:#903cbe!important}
.txt-light{ font-weight: 300!important}
.txt-bold{ font-weight: 600!important}

/*grids*/
.col-raw{
    margin:0 -28px 0 -28px;
    overflow: hidden;
}
.col-raw.col-narrow{
    margin-left: -8px;
    margin-right: -8px;
}
.col-raw.col-medium{
    margin-left: -16px;
    margin-right: -16px;
}
.col-raw.col-wide{
    margin-left: -32px;
    margin-right: -32px;
}
.col-raw.col-sticky{
    margin-left: 0;
    margin-right: 0;
}
.col-n{
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 28px;
}
.col-narrow .col-n{
    padding-left: 8px;
    padding-right: 8px;
}
.col-medium .col-n{
    padding-left: 16px;
    padding-right: 16px;
}
.col-wide .col-n{
    padding-left: 32px;
    padding-right: 32px;
}
.col-sticky .col-n{
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 767px){/*mobile*/
    .col-n-mb{
        float: left;
    }
    .col-1-mb{
        width:8.33%;
    }
    .col-2-mb{
        width:16.66%;
    }
    .col-3-mb{
        width:25%;
    }
    .col-4-mb{
        width:33.33%;
    }
    .col-5-mb{
        width:41.66%;
    }
    .col-6-mb{
        width:50%;
    }
    .col-7-mb{
        width:58.33%;
    }
    .col-8-mb{
        width:66.66%;
    }
    .col-9-mb{
        width:75%;
    }
    .col-10-mb{
        width:83.33%;
    }
    .col-11-mb{
        width:91.66%;
    }
    .col-12-mb{
        width:100%;
    }
    .hide-mb{
        display: none;
    }
    .col-raw{
        margin-left: -16px;
        margin-right: -16px;
    }
    .col-n{
        padding-left: 16px;
        padding-right: 16px;
    }
    .col-raw.col-medium{
        margin-left: -12px;
        margin-right: -12px;
    }
    .col-medium .col-n{
        padding-left: 12px;
        padding-right: 12px;
    }
    .col-raw.col-wide{
        margin-left: -24px;
        margin-right: -24px;
    }
    .col-wide .col-n{
        padding-left: 24px;
        padding-right: 24px;
    }
    .col-flex-mb{
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }
    .col-flex-reverse{
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 768px){
    .col-n{
        float: left;
    }
    .col-1{
        width:8.33%;
    }
    .col-2{
        width:20.66%;
    }
    .col-3{
        width:25%;
    }
    .col-4{
        width:33.33%;
    }
    .col-5{
        width:41.66%;
    }
    .col-6{
        width:50%;
    }
    .col-7{
        width:58.33%;
    }
    .col-8{
        width:66.66%;
    }
    .col-9{
        width:75%;
    }
    .col-10{
        width:83.33%;
    }
    .col-11{
        width:91.66%;
    }
    .col-12{
        width:100%;
    }
    .col-1-5{
        width:20%;
    }
    .col-4-5{
        width:74%;
    }
    .hide-pc{
        display: none;
    }
    .col-flex{
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }
    .col-flex-reverse{
        flex-direction: row-reverse;
    }
    .col-inlineblock{
        font-size: 0;
        text-align: left;
    }
    .col-inlineblock .col-n{
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}
/*responsive table*/
.table-responsive{
    position: relative;
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}
.table-responsive::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
.table-responsive table{
    /*min-width: 400px;*/
}
.table-responsive-arrow{
    display: none;
}
@media screen and (max-width: 1024px){
    .table-responsive-arrow{
        margin: 5px auto;
        display: block;
        width: 127px;
        height: 8px;
        background: url(images/arrow-response.png);
    }
}
.txt-left{
    text-align: left!important;
}
.txt-right{
    text-align: right!important;
}
.txt-center{
    text-align: center!important;
}

/* Images */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

/* Navigation */
.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
}
#nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}
.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}
.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-previous,
.nav-next {
    line-height: 1.5;
    width: 47%;
}
.nav-previous a,
.nav-next a{
    text-decoration: none;
    display: block;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-previous { border-left: 6px solid #000; }
.nav-next { border-right: 6px solid #000; }
.nav-previous a{ border-left: none; }
.nav-next a{ border-right: none; }
.nav-previous a:hover,
.nav-next a:hover{
    background-color: #eee;
    text-decoration: none;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav{ display: none;}

.nav-single,
#comment-nav-above {
    margin: 48px 0;
    margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    overflow: hidden;
}
.author-description p {
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
    margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
    font-size: 87.5%;
}
body {
    font-size: 14px;
    font-size: 1rem;
    font-family: "Poppins","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue;
/*    font-family: 'Raleway,Arial,sans-serif;', '微软雅黑',arial,  Helvetica, Arial, sans-serif;*/
    /*font-family: 'Poppins', "Microsoft JhengHei", 'å¾®è½¯é›…é»‘',  Helvetica, Arial, sans-serif;*/
    font-weight: 300;
    text-rendering: optimizeLegibility;
    color: #000;
    background-color:#fff;
}

a {
    outline: none;
    color: #333;
    text-decoration: none;
}
/*a:hover {
    color: #903cbe;
    text-decoration: none;
}*/

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
hgroup {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
    max-width: 85.71428571rem;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.site {
    box-sizing: border-box;
    padding: 0 28px;
    padding: 0 2rem;
}
.site-content {
    margin: 21px 0 0;
    margin: 1.5rem 0 0;
}
.widget-area {
    margin: 21px 0 0;
    margin: 1.5rem 0 0;
}

/* Header */
.site-header {
    padding: 0;
    width:100%;
}
.site-header h1,
.site-header h2 {
    text-align: center;
    display: none;
}
.site-header .h1,
.site-header .h2 {
    text-align: center;
    display: none;
}
.site-header h1 a,
.site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
    color:#2c7ffc;
}
.site-header h1 {
    font-size: 24px;
    font-size: 1.714285714rem;
    line-height: 1.285714286;
    margin-bottom: 2px;
    margin-bottom: 0.15rem;
}
.site-header h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.site-header .h1 a,
.site-header .h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}
.site-header .h1 a:hover,
.site-header .h2 a:hover {
    color:#2c7ffc;
}
.site-header .h1 {
    font-size: 24px;
    font-size: 1.714285714rem;
    line-height: 1.285714286;
    margin-bottom: 2px;
    margin-bottom: 0.15rem;
}
.site-header .h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.header-image {
    margin-top: 24px;
    margin-top: 1.714285714rem;
}


/* Navigation Menu */
.main-navigation {
    margin-top: 7px;
    margin-top: 0.5rem;
    text-align: center;
    /*overflow: hidden;*/
    clear:both;
    /*background-color:#333;*/
}
.main-navigation li {
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 2.6;
}
.main-navigation a {
    color: #fff;
    text-decoration: none;
    display: block;
    /*font-family: 'Poppins', 'å¾®è½¯é›…é»‘', serif;*/
}
.main-navigation a:hover,
.main-navigation a:focus {
    /*background: #fafafa;*/
    color:#0a3e52;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
    width:100%;
    font-size: 0;

}
.main-navigation ul.nav-menu.toggled-on { display: inline-block; }

.menu-header-menu-container {
    line-height: 0;
}
.main-navigation ul.nav-menu {
    height:0;
    overflow:hidden;
    display: inline-block;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
}
.main-navigation ul.nav-menu li {
    border-top:1px solid rgba(255,255,255,0.2);
}
.main-navigation ul.nav-menu.toggled-on {
    /*height:336px;*/
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-page-ancestor > a {
    /*background: transparent;*/
    color:#8a2ae4;
}

/* Banner */
section[role="banner"] {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 24px;
    margin-bottom: 1.714571429rem;
    padding-bottom: 24px;
    padding-bottom: 1.714571429rem;
    border-bottom:1px solid #EDEDED;
    word-wrap: break-word;
}
.widget-area .widget h3 {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.646153846;
}
.widget-area .widget li { margin-bottom:10px;}
.widget-area .widget p {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
    margin-left: 36px;
    margin-left: 2.571428571rem;
}
.widget-area .widget a {
    color: #757575;
    text-decoration:none;
}
.widget-area .widget a:hover {
    color:#2c7ffc;
    text-decoration:underline;
}
.widget-area .widget a:visited {
    color: #5789a0;
}
.widget-area #s {
    width: 45%;
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px); /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
    clear: both;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 0;
    position: relative;
    background-color: #4b377c;
    color: #fff;
    text-align: left;
    max-width: 2560px;
}
/*footer[role="contentinfo"]:before{
    content: "";
    position: absolute;
    left: 0;
    top: -24px;
    width: 100%;
    height: 25px;
    background-size: auto;
}*/
footer[role="contentinfo"] .entry-content{
    font-size: 14px;
    font-size: 1rem;
}
footer[role="contentinfo"] a {
    color: #fff;
    transition: all 0.2s;
}
footer[role="contentinfo"] a:hover {
    text-decoration: none;
    color: #a96aff;
}
footer[role="contentinfo"] h3{
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 14px;
    margin-bottom: 1rem;
    line-height: 1.35;
}
footer[role="contentinfo"] strong{
    font-size: 14px;
    font-size: 1rem;
    font-weight: 400;
}
footer[role="contentinfo"] .col-n{
    padding-top: 14px;
    padding-top: 1rem;
    padding-bottom: 14px;
    padding-bottom: 1rem;font-size: .9rem;
}
footer[role="contentinfo"] p,
footer[role="contentinfo"] li{
    font-size: 14px;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
}
footer[role="contentinfo"] p .fa{
    font-size: 20px;
}
footer[role="contentinfo"] p a{
    margin-right: 15px;
}
footer[role="contentinfo"] li{
    padding-bottom: 10px;
    padding-bottom: 0.714285rem;
    line-height: 1.35;
}
.logo-footer{
/*    filter: brightness(100);*/
    margin-bottom: 10px;
}
footer[role="contentinfo"] .footer-menu{
    min-height: 168px;
    margin-bottom: 0;
}
footer[role="contentinfo"] .footer-menu li{
    list-style: none;
    margin-left: 0;
}
footer[role="contentinfo"] .footer-right {
    padding-top: 0;
}
.footer-menu time{
    margin-top: 2px;
    font-size: 12px;
    opacity: 0.6;
    display: block;
}
.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.3);
    line-height: 1.6;
}
.footer-note{
    margin-bottom: 30px;
}
.footer-menu-bottom{
    margin-bottom: 0!important;
}
.footer-menu-bottom li{
    margin: 0!important;
    padding: 0 15px 0 0!important;
    list-style: none;
    width: auto;
    display: inline-block;
}
.footer-bottom .col-4{
    text-align: left;
}
@media screen and (min-width: 1024px){
    .footer-bottom{

    }
    .footer-info{
        max-width: 90%;
    }
    .footer-bottom br{
        display: none;
    }
    .footer-note{
        text-align: center!important;
    }
    .footer-bottom .col-4{
        text-align: right;
    }
    .footer-menu-bottom li{
        padding: 0 0 0 15px!important;
    }
}
/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
    clear: both;
}
.entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-header .entry-title{
    line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 2px;
    color:#333;
    border-bottom: 1px solid rgba(0,0,0,0.1);;
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: 600;
}
.entry-header .entry-title a {
    text-decoration: none;
}
.entry-header .entry-format {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-weight: normal;
}
.comments-link {
    margin-top: 14px;
    margin-top: 1rem;
    margin-bottom: 42px;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #999;
}

.comments-link a,
.entry-meta a {
    color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
    color:#2c7ffc;
}
article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 3.692307692;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.14258571rem;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
    line-height: 1.714285714;
    font-weight: 400;
}
.entry-content h1,
.comment-content h1 {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
.site-blocks .entry-content h2{
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
}
.entry-content h3,
.comment-content h3 {
    font-size: 19px;
    line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
    font-size: 16px;
    font-size: 1.14258571rem;
    line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.14258571rem;
}
.entry-content a,
.comment-content a {
    color:#2c7ffc;
    /*font-size: 16px;
	font-size: 1.14258571rem;*/
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.14258571rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
    margin: 0 0 0 21px;
    margin: 0 0 0 1.5rem;
    line-height: 1.8;
}
.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
    border-left: 3px solid#2c7ffc;
    background: rgba(255,255,255,0.5);
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content code,
.comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.8;
}
.entry-content pre,
.comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    overflow: auto;
    padding: 8px 16px;
    padding: 0.5714285713rem 1.142885714rem;
}
.entry-content pre:hover,
.comment-content pre:hover {
    background-color:#fafafa;
}
.entry-content pre code,
.comment-content pre code {
    display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.entry-content address,
.comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
    margin: 7px 28px 28px 0;
    margin: 0.5rem 2rem 2rem 0;
}
img.alignright,
.wp-caption.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
    clear: both;
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
    margin: 0 24px;
    margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
    font-weight: bold;
    line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 16px;
    font-size: 1.14258571rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}
.entry-content table thead td,
.comment-content table thead td{
    font-weight: bolder;
}
.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 10px;
}
.site-content article {
    border-bottom: 1px solid #ededed;
    margin-bottom: 45px;
    margin-bottom: 3.042857143rem;
    padding-bottom: 45px;
    padding-bottom: 3.042857143rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
article.error404 { border-bottom: none}
.page-links {
    clear: both;
    line-height: 1.714285714;
}
footer.entry-meta {
    margin-top: 24px;
    margin-top: 1.714285714rem;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}
.single-author .entry-meta .by-author {
    display: none;
}
.mu_register h2 {
    color: #757575;
    font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    padding-bottom: 22px;
    padding-bottom: 1.571428571rem;
    border-bottom: 1px solid #ededed;
}
.archive-meta {
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin-top: 0;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
    max-width: 400px;
}

.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
    overflow: hidden;
}
.image-attachment div.attachment {
    text-align: center;
}
.image-attachment div.attachment p {
    text-align: center;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.image-attachment .entry-caption {
    margin-top: 8px;
    margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
    text-decoration: none;
    color: #4d525a;
}
article.format-aside h1 a:hover {
    color: #2e3542;
}
article.format-aside .aside {
    padding: 24px 24px 0;
    padding: 1.714285714rem;
    background: #d2e0f9;
    border-left: 22px solid #a8bfe8;
}
article.format-aside p {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
    margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    font-weight: normal;
}
article.format-image footer h2 {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}
article.format-image footer a h2 {
    font-weight: normal;
}

/* Link posts */
article.format-link header {
    padding: 0 10px;
    padding: 0 0.714285714rem;
    float: right;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #848484;
    background-color: #ebebeb;
    border-radius: 3px;
}
article.format-link .entry-content {
    max-width: 80%;
    float: left;
}
article.format-link .entry-content a {
    font-size: 22px;
    font-size: 1.571428571rem;
    line-height: 1.090909091;
    text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
    display: block;
    padding: 24px 24px 0;
    padding: 1.714285714rem 1.714285714rem 0;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}

/* Status posts */
.format-status .entry-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
    display: inline-block;
}
.format-status .entry-header h1 {
    font-size: 15px;
    font-size: 1.071428571rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0;
}
.format-status .entry-header h2 {
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    line-height: 2;
    margin: 0;
}
.format-status .entry-header header a {
    color: #757575;
}
.format-status .entry-header header a:hover {
    color:#2c7ffc;
}
.format-status .entry-header img {
    float: left;
    margin-right: 21px;
    margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
    font-weight: normal;
}
.comments-area article {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.comments-area article header {
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
    overflow: hidden;
    position: relative;
}
.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 85px;
    margin-left: 6.071428571rem;
}
.comments-area article header cite {
    font-style: normal;
    font-size: 15px;
    font-size: 1.071428571rem;
    line-height: 1.42857143;
}
.comments-area cite b {
    font-weight: normal;
}
.comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.857142857rem;
    color: #5e5e5e;
}
.comments-area article header a {
    text-decoration: none;
    color: #5e5e5e;
}
.comments-area article header a:hover {
    color:#2c7ffc;
}
.comments-area article header cite a {
    color: #444;
}
.comments-area article header cite a:hover {
    text-decoration: underline;
}
.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    padding: 0.428571429rem 0.857142857rem;
    font-size: 12px;
    font-size: 0.857142857rem;
    font-weight: normal;
    color: #fff;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #009cee, #0088d0);
    background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    background-image: -o-linear-gradient(top, #009cee, #0088d0);
    background-image: linear-gradient(top, #009cee, #0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
    position: absolute;
    margin-left: 5px;
    margin-left: 0.357142857rem;
    padding: 2px 5px;
    padding: 0.142857143rem 0.357142857rem;
    font-size: 10px;
    font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
    font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
    color:#2c7ffc;
}
.commentlist .pingback {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
    margin-top: 48px;
    margin-top: 3.428571429rem;
}
#respond h3#reply-title {
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 0.714285714rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.857142857rem;
}
#respond form {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
#respond form p {
    margin: 11px 0;
    margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
#respond form label {
    display: block;
    line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%;
}
#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #5e5e5e;
}
.required {
    color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
    margin-bottom: 14px;
    margin-bottom: 1rem;
}
.template-front-page .site-content article {
    border: 0;
    margin-bottom: 0;
}
.template-front-page .widget-area {
    clear: both;
    float: none;
    width: auto;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
    margin: 8px 0 0;
    margin: 0.571428571rem 0 0;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
    color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
    color:#2c7ffc;
}
.template-front-page .widget-area .widget_text img {
    float: left;
    margin: 8px 24px 8px 0;
    margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
    margin-left: 12px;
    margin-left: 0.857142857rem;
}
.widget_rss li {
    margin: 12px 0;
    margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: 0.785714286rem;
    margin-left: 12px;
    margin-left: 0.857142857rem;
}
#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}
#wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right;
}
.widget_search label {
    display: block;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}
.widget_twitter li {
    list-style-type: none;
}
.widget_twitter .timesince {
    display: block;
    text-align: right;
}
#searchsubmit { padding:4px 8px;}
.search-header{
    margin-bottom: 35px;
    margin-bottom: 2.5rem;
}
h1.search-title{
    margin-bottom: 0;
    color: #000;
}
.site-info { text-align: center}
.site-logo {
    width:180px;
    max-width:98%;
    font-size: 0;
    display:block; float:none; margin:1.5rem auto 0 auto; overflow: hidden;
}

.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#333; color: #fff!important }


/* =Plugins
----------------------------------------------- */

img#wpstats {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.714285714rem;
}
/*wp-pagenavi*/
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 3rem auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border:none;
    min-width: 30px;
    height: 30px;
    padding: 0 12px!important;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
}
.wp-pagenavi span.pages{
    width:auto;
    margin-right:10px;
}
.wp-pagenavi a{
    text-decoration: none;
    color:#4f4f4f;
    padding: 6px 12px;
    background-image:none;
    background-color:transparent;
    border:none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size:15px;
    font-size:1.07142857rem;
    display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color:#fff;
    background-image:none;
    background-color:#8a2ae4;
    text-decoration: none;
    font-weight: normal;
}
.wp-pagenavi span.pages {
    border: none;
}

/*gravity forms*/
.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100%;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label {
    font-weight: normal!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #ffe6b1!important;
    border-top: 1px solid #b78123!important;
    border-bottom: 1px solid #b78123!important;
}
.gform_wrapper div.validation_error {
    color: #b78123!important;
}
html .gform_wrapper.gravity-theme .gform_footer{
    margin-top: 40px;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    color: #fff;
    margin: 0;
    font-size: 16px!important;
}
.gform_wrapper .left_label .gfield_label {
    width: 30%!important;
    margin: 0!important;
}
.gform_wrapper form .gform_body .left_label li.gfield_html_formatted,
.gform_wrapper form .gform_body .right_label li.gfield_html_formatted{
    margin-left: 0%!important;
    width: 100%;
}
.gform_wrapper .ginput_complex label {
    padding: .625em 0 1em;
}
.gform_confirmation_message{
    line-height: 1.6;
    font-size: 16px;
    color: #0a3e52;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    padding: 6px 6px;
    background: #faf6fc;
    border-radius: 4px;
    border-color: #eedffb;
}
body .gform_wrapper .gform_validation_errors{
    border-radius: 0;
}
body .gform_wrapper .top_label div.ginput_container{
    margin-top: 2px!important;
}

@media screen and (min-width: 768px) {
    .gform_wrapper .left_label div.ginput_complex,
    .gform_wrapper .right_label div.ginput_complex {
        width: 35.5%!important;
    }
}

/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
@media screen and (min-width: 600px) {

}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
    hgroup{
        overflow: visible;
    }
    .author-avatar {
        float: left;
        margin-top: 8px;
        margin-top: 0.571428571rem;
    }
    .author-description {
        float: right;
        width: 80%;
    }
    .site {
        margin: 0 auto;
      /*  max-width: 1280px;*/
        /*max-width: 71.4285rem;
		overflow: hidden;*/
    }
    .site-narrow{
        max-width: 880px;
    }
    .site-medium{
        max-width: 1024px;
    }
    .site-logo{

    }
    .site-content {
        float: left;
        /*width: 65.104166667%;*/
        width: 76%;
    }
    body.template-front-page .site-content,
    body.attachment .site-content,
    body.full-width .site-content,
    div.full-width,
    section.full-width {
        width: 100%;
    }
    .widget-area {
        float: right;
        /*width: 26.041666667%;*/
        width: 20%;
    }
    .site-header {
        /*min-height: 91px;*/
    }
    .site-header h1,
    .site-header h2 {
        text-align: left;
        float:left;
        width: 80%;
        width:-webkit-calc(100% - 95px);
        width:calc(100% - 95px);
    }
    .site-header h1 {
        font-size: 26px;
        font-size: 1.857142857rem;
        line-height: 1.546153846;
        margin-bottom: 0;
    }
    .site-header .h1,
    .site-header .h2 {
        text-align: left;
        float:left;
        width: 80%;
        width:-webkit-calc(100% - 95px);
        width:calc(100% - 95px);
    }
    .site-header .h1 {
        font-size: 26px;
        font-size: 1.857142857rem;
        line-height: 1.546153846;
        margin-bottom: 0;
    }
    .main-navigation {

    }
    .main-navigation ul.nav-menu{
        overflow: visible;
    }
    .main-navigation ul.nav-menu.toggled-on {
        margin-top: 0;
        margin-bottom: 0
    }
    .main-navigation ul.nav-menu li {
        border-top:none;
    }
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        height:auto!important;
        display: inline-block !important;
        text-align: center;
        width: 100%;
    }
    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .main-navigation li {
        padding:0;
    }
    .main-navigation li a,
    .main-navigation li {
        display: inline-block;
        text-decoration: none;
        font-size: 15px;
        font-size: 1.071428571rem;
        font-weight: 400;
    }
    .main-navigation li a {
        padding:0 18px;
        display: block;
        color: #000;
        line-height: 3;
        /*text-transform: uppercase;*/
        white-space: nowrap;
        -webkit-transition:0.2s all;
        transition:0.2s all;
    }

    .main-navigation .current-menu-item a:hover,
    .main-navigation .current-menu-ancestor a:hover,
    .main-navigation .current_page_item a:hover,
    .main-navigation .current_page_ancestor a:hover,
    .main-navigation .current-page-ancestor a:hover,
    .main-navigation a:hover,
    .main-navigation a:focus{
        color:#2c7ffc;
        /*background-color: #fff;*/
    }
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a,
    .main-navigation .current-page-ancestor > a{
        color:#2c7ffc;
        /*background-color: #fff;
		/*font-weight: bolder;*/
        /*background-image: url(images/bg_nav_current.png);
		background-repeat: repeat-x;*/
    }
    .main-navigation .nav-menu > .current-menu-item,
    .main-navigation .nav-menu > .current-menu-ancestor,
    .main-navigation .nav-menu > .current_page_item,
    .main-navigation .nav-menu > .current_page_ancestor,
    .main-navigation .nav-menu > .current-page-ancestor{
        position: relative;
    }
    .main-navigation li {
        position: relative;
    }
    .main-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 50;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        left:-webkit-calc(50% - 80px);
        left:calc(50% - 80px);
        box-shadow: 0 3px 2px rgb(0 0 0 / 8%);
    }
    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li:focus > ul,
    .main-navigation .focus > ul {
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .main-navigation li ul li a {
        background: #fff;
        text-align: center;
        border-top: 1px solid rgba(0,0,0,0.06);
        display: block;
        line-height: 3;
        padding:0;
        font-size: 14px;
        font-size:1rem;
        width: 160px;
        white-space: normal;
    }
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        color:#2c7ffc;
    }
    .main-navigation li.long-sub ul{
        left:-webkit-calc(50% - 115px);
        left:calc(50% - 115px);
    }
    .main-navigation li.long-sub ul li a{
        width: 230px;
    }

    #respond form input[type="text"] {
        width: 46.333333333%;
    }
    #respond form textarea.blog-textarea {
        width: 79.666666667%;
    }
    .template-front-page .site-content,
    .template-front-page article {
        overflow: hidden;
    }
    .template-front-page.has-post-thumbnail article {
        float: left;
        width: 47.916666667%;
    }
    .entry-page-image {
        float: right;
        margin-bottom: 0;
        width: 47.916666667%;
    }
    .template-front-page .widget-area .widget,
    .template-front-page.two-sidebars .widget-area .front-widgets {
        float: left;
        width: 51.875%;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }
    .template-front-page .widget-area .widget:nth-child(odd) {
        clear: right;
    }
    .template-front-page .widget-area .widget:nth-child(even),
    .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
        float: right;
        width: 39.0625%;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
    }
    .template-front-page.two-sidebars .widget,
    .template-front-page.two-sidebars .widget:nth-child(even) {
        float: none;
        width: auto;
    }
    .commentlist .children {
        margin-left: 48px;
        margin-left: 3.428571429rem;
    }
    .footer-center,
    .footer-left {
        text-align: left;
    }
    .footer-menu {
        display: block;
    }
    #hgroup-language{
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    #hgroup-language .button-small{
        vertical-align: middle;
        margin: 14px 4px;
    }
}

/* Minimum width of 1024 pixels. */
@media screen and (min-width: 1024px) {
    body.custom-background-empty {
        background-color: #fff;
    }
    body.custom-background-empty .site,
    body.custom-background-white .site {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: none;
    }
    #masthead .site{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .site-logo{
        flex-basis:180px;
        min-width: 180px;
        margin:10px;
        margin-left:0;
    }
    .main-navigation {
        clear: none;
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
        margin-top: 0;
        display: inline-block;
    }
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
        text-align: right;
    }
    .main-navigation li {
        padding: 0 0;
        padding: 0 0;
    }
    .main-navigation li a{
        background-color: transparent;
        padding: 0 7px;
        line-height: 4.8;
    }
    #hgroup-language{
        text-align: right;
        width: 230px;
        margin-bottom: 0;
    }
    #hgroup-language .button-small{
        margin: 20px 4px;
    }
}
/* Minimum width of 1280 pixels. */
@media screen and (min-width: 1280px) {
    .site-header{
        position: fixed;
        z-index: 2000;
        top:0;
        background-color: transparent;
    }
    .site-logo{
        width:180px;
    }
    .admin-bar .site-header{
        top:32px;
    }
    .main-navigation li a {
        padding: 0 21px;
        padding: 0 1.5rem;
    }
    .dark-nav .site-header:not(.scroll) .nav-menu > li > a {
        color: #fff;
    }
    .dark-nav .site-header:not(.scroll) .nav-menu > li > a:hover {
        color: #fff;
    }
    .dark-nav .site-header:not(.scroll) .button2{
        border-color: #fff;
        color: #fff;
    }
    /* dynamic floating nav bar */
    .site-header{
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    .site-header * {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    .site-header.scroll {
        min-height: 0;
        box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
        /*position: fixed;
		z-index: 10;
		top: 0;*/
        background-color: #fff;
        text-shadow: none;
    }
    .site-header.scroll .main-navigation {

    }
    .site-header.scroll .main-navigation li a {
        line-height: 3.45;
        color: #000;
    }
    .site-header.scroll .sub-menu {
        line-height: 2.5;
    }
    .site-header.scroll .main-navigation li ul a {
        /*background: #0a3e52;*/

        line-height: 2.6;
    }
    .site-header.scroll .main-navigation .current-menu-item > a,
    .site-header.scroll .main-navigation .current-menu-ancestor > a,
    .site-header.scroll .main-navigation .current_page_item > a,
    .site-header.scroll .main-navigation .current_page_ancestor > a,
    .site-header.scroll .main-navigation .current-page-ancestor > a,
    .site-header.scroll .main-navigation a:hover,
    .site-header.scroll .main-navigation a:focus{
        color:#2c7ffc;
    }
    .site-header.scroll .site-logo {
        margin-top:5px;
        margin-bottom:5px;
    }
    .site-header.scroll .site-logo img{
        width: 110px;
       /* height: 42px;*/
    }
    .site-header.scroll #hgroup-language .button-small{
        margin: 11px 4px;
    }
}

/*return Top button*/
.btn-float{
    position:fixed;
    line-height:50px;
    z-index: 6;
    border-radius: 5px 0 0 5px;
    background-color:#8a2ae4;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    color:#fff;
    width:40px;
    height:40px;
    display:block;
    right:0;
    bottom:101px;
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    -webkit-transition: background 0.2s, -webkit-opacity 0.2s;
    -moz-transition: background 0.2s, -moz-opacity 0.2s;
    transition: background 0.2s, opacity 0.2s;
}
.btn-float:hover{
    background-color:#513c87;
}
#returnTop_a{
    position: absolute;
    top: -2px;
    left: 8px;
    width: 0;
    height: 0;
    border-width: 10px 12px;
    border-style: dashed dashed solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    transition: top 0.2s;
}
#returnTop_b{
    position: absolute;
    top: 18px;
    left: 14px;
    width: 12px;
    height: 12px;
    background: #FFF;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    transition: top 0.2s;
}
#returnTop.hide{
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    background-color:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
    pointer-events: none;
}
#returnTop.hide #returnTop_a,
#returnTop.hide #returnTop_b { display: none }
:root #returnTop.hide { filter:none; }
#returnTop:hover #returnTop_a { top: -4px; }
#returnTop:hover #returnTop_b { top: 16px; }
/*QR Code button*/
#qrCode {
    background-image:url(images/icon_qrcode.gif);
}
#qrCode_cont {
    position: absolute;
    bottom: 0;
    right: 50px;
    background:no-repeat #fff;
    overflow: hidden;
    height:0;
    width: 0;
    border:none;
    -webkit-transition: height 0.2s, width 0.2s;
    -moz-transition: height 0.2s, width 0.2s;
    transition: height 0.2s, width 0.2s;
}
#qrCode:hover #qrCode_cont{
    text-align: center;
    height:168px;
    width: 147px;
    padding:5px;
    border:1px solid #f2f2f2;
    line-height: 1;
}
#qrCode #qrCode_cont img {
    display: inline-block;
}
#qrCode #qrCode_cont span {
    display: inline-block;
    color:#333;
    font-size: 12px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
    #qrCode{
        display:block;
    }
    #returnTop {
        bottom:142px;
    }
}
/*arrow on top nav*/
.flaticon-down-arrow:after {
    font-size:12px;
}
@media screen and (max-width: 767px) {/*mobile*/
    .main-navigation .flaticon-down-arrow:after,
    #mobileMenu .flaticon-down-arrow:after{
        display: none;
    }

}

/*main menu for mobile side*/
#topFloatBar {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background: url(../images/logo.png) no-repeat 15px 10px #fff; background-size: 80px;
    z-index: 1000;
}

body.admin-bar #topFloatBar {
    /*top:32px;*/
}
#topFloatBar_l,
#topFloatBar_r {
    height: 56px;
    width: 56px;
    line-height: 56px;
    min-height: 56px;
    font-size: 21px;
    text-align: center;
}
#topFloatBar_m {
    display: block;
    height: 56px;
    width: 32%;
    margin-left: 0;
    float: left;
}
#topFloatBar_l:hover,
#topFloatBar_r:hover {
    background-color: rgba(0,0,0,0.05);
}
#topFloatBar_l {
    float: left;
    background-position: left
}
#topFloatBar_r {
    float: right;
    background-position: 5px center
}
#topFloatBar #mobileMenu {
    margin-top: 46px;
    display: block;
    top: 46px;
    left: 0;
    width: 100%;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);*/
    /*opacity:0;*/
   height: 0;
    overflow: hidden;
    -webkit-transition: top 0.2s, display 0.2s, -webkit-opacity 0.2s, height 0.2s;
    -moz-transition: top 0.2s, display 0.2s, -moz-opacity 0.2s, height 0.2s;
    transition: top 0.2s, display 0.2s, opacity 0.2s, height 0.2s;
}
#topFloatBar.toggled-on {
    height: auto;
    width: 100%;
}
#topFloatBar.toggled-on #mobileMenu {
    top: 56px;
    /*opacity:1;*/
    height: 318px;
    /*many need to chage to fit the mobile menu height*/
    overflow: visible;
}
#topFloatBar #mobileMenu .menu a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid rgba(0,0,0,0.05);
    font-size: 15px;
    font-size: 1.0714rem; font-weight: 400;
}
#topFloatBar #mobileMenu ul li.current_page_item>a,
#topFloatBar #mobileMenu ul li.current-menu-item>a,
#topFloatBar #mobileMenu ul li ul li.current-page-ancestor a,
#topFloatBar #mobileMenu ul li a:hover {
    /*color:#000;*/
    background-color: rgba(0,0,0,0.05);
    border-top: 1px solid rgba(0,0,0,0.05);
}
#topFloatBar #mobileMenu li a {
    padding-left: 25px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li > a {
    padding-left: 42px;
}
#topFloatBar #mobileMenu ul li ul.sub-menu > li.menu-item-has-children > a {
    padding-left: 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}
#topFloatBar #mobileMenu ul li a {
    /*background: #222a35;*/
    box-sizing: border-box;
}
#topFloatBar #mobileMenu ul li.menu-item-has-children > a {
    padding-right: 0;
    width: 90%;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    display: inline-block;
    vertical-align: middle;
}
#topFloatBar #mobileMenu li a.menu-item-switch,
#topFloatBar #mobileMenu li a.menu-item-switch:hover {
    background-image: url(../images/icons_menu_2.png);
    background-position: center 0!important;
    width: 56px!important;
    display: inline-block!important;
    padding: 0!important;
    height: 42px;
    vertical-align: middle;
}
#topFloatBar #mobileMenu li.on>a.menu-item-switch {
    background-position: center 100%!important;
    vertical-align: middle;
}
#topFloatBar #mobileMenu li ul.sub-menu li {
    height: 0;
    overflow: hidden;
}
#topFloatBar #mobileMenu li.on ul.sub-menu li {
    /*height: 36px;*/
    height:auto;
}
#topFloatBar #mobileMenu li.off ul.sub-menu li {
    height: 0
}
#topFloatBar-language{
    text-align: left;
    box-sizing: border-box;
    padding-left: 25px;
    overflow: hidden;
    transition: all 0.2s;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 0;
}
#topFloatBar-language.toggled-on{
    height: 42px;
}
#topFloatBar-language .button{
    margin-right: 10px;
}
#masthead{
    display: none;
}
@media screen and (min-width:768px){
    #topFloatBar {
        display: none;
    }
    #masthead{
        display: block;
    }

}

.full-padding {
    padding-left:0;
    padding-right:0;
}
.full-padding img {
    max-width: 100%;
}
.category-title {
    margin-bottom: 8px;
    margin-top: 21px;
}
.site-blocks p,
.site-blocks ul {
    margin: 14px 0 21px 0;
    margin: 1rem 0 1.5rem 0;
    font-size: 15px;
    font-size: 1.07147285rem;
    line-height: 1.65;
}
.site-blocks h1 {
    font-size:21px;
    font-size:1.5rem;
    font-weight: 300;
    margin:21px 0 21px 0;
    margin:1.5rem 0 1.5rem 0;
    line-height: 1.4;
}
.site-blocks h2 {
    line-height: 1.6;
    font-size: 25px;
    font-size: 1.785714rem;
    font-weight: 600;
    margin-bottom: 28px;
    color: #000;
    line-height: 1.35;
}
.site-blocks h2:not(.txt-center){
    max-width: 1050px;
}
.site-blocks h3 {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 28px;
    line-height: 1.35;
}
@media screen and (max-width: 767px){
    .site-blocks h2 {
        font-size: 23px;
        font-size: 1.642857rem;
    }
    .site-blocks h3 {
        font-size: 17px;
        font-size: 1.21428rem;
    }
}
.site-blocks .entry-content h2 {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.site-blocks .entry-content h2:first-child,
.site-blocks .entry-content h3:first-child,
.site-blocks .entry-content p:first-child,
.site-blocks .entry-content ul:first-child,
.site-blocks .entry-content ol:first-child{
    margin-top: 0;
}
.site-blocks .entry-content h2:last-child,
.site-blocks .entry-content h3:last-child,
.site-blocks .entry-content p:last-child,
.site-blocks .entry-content ul:last-child,
.site-blocks .entry-content ol:last-child{
    margin-bottom: 0;
}
.site-blocks .site{
    overflow: hidden;
    margin:70px auto;
    margin:5rem auto;
}
@media screen and (min-width: 1024px){
    .site-blocks .site{
        margin:98px auto;
        margin:7rem auto;
    }
}
.site-blocks .sub-title{
    display: block;
    text-align: center;
    color: #999;
    font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
    margin-bottom: 21px;
    margin-top: 0;
}
.site-blocks{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
@media screen and (min-width: 1024px){
    .site-blocks{
        padding: 0 28px;
        padding: 0 2rem;
    }
    .site-blocks h2 {
        font-size: 28px;
        font-size: 2rem;
        margin-bottom: 40px;
        line-height: 1.3;
    }
}
.footerSubscriber {
    width:90%;
    max-width:300px;
    margin:0 auto;
}
.footerSubscriber form{
    margin-top:7px;
    margin-top:0.5rem;
}
.footerSubscriber #mail{
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
    line-height: 2.1;
    border-radius: 15px;
    padding: 0;
    padding-left: 15px;
    border-width: 0;
    outline: none;
    height:30px;
}
.footerSubscriber #subscribe{
    width:80px;
    padding: 6px 0;
    font-weight: 400;
    border-radius: 15px;
    outline: none;
}
.footerSubscriber p{
    margin:21px 0;
    margin:1.5rem 0;
}
.footerSubscriber p a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 0;
}
.footerLink {
    text-align: center;
    font-size: 13px;
    font-size: 0.928571429rem;
    padding-bottom: 14px;
    padding-bottom: 1rem;
    padding-top: 14px;
    padding-top: 1rem;
    line-height: 1.6;
}
.copyright{
    margin-top:14px;
    margin-top:1rem;
    margin-bottom:14px;
    margin-bottom:1rem;
    font-weight:400;
}
footer .site-info {
    margin:0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
}

a.more {
    color:#2c7ffc;
    display: inline-block;
    font-size: 15px;
    font-size: 1.071428rem;
}
a.more i{
    transition: all 0.2s;
}
a.more:hover {
    color:#002c48;
    text-decoration: none;
}
a.more:hover i{
    -webkit-transform:translate(5px,0);
    transform:translate(5px,0);
}

/*homepage*/
.home-headimage{
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    position: relative;
 /*   height: 560px;*/
   /* overflow: hidden;*/
}
.home-headimage.inner-headimage{
    height: 526px;
}
.home-headimage-layer{
    position: absolute;
}
.home-headimage-bottom{
    left: 0;
    bottom: 0;
    z-index: 5;
    max-width: 100%;
    width: 1920px;
    height: 120px;
    background: url(images/home-kv-bottom.png) right bottom no-repeat;
}
.home-headimage-front{
    z-index: 4;
    right: -5%;
    bottom: 0;
    max-width: 125%;
    width: 1200px;
    height: 550px;
    background: url(images/home-kv-front.png) center bottom no-repeat;
    background-size: 100% auto;
}
.home-headimage-front.sourcing-headimage-front{
    background-image:url(images/sourcing-kv-front.png);
}
.home-headimage-front.customization-headimage-front{
    background-image:url(images/customization-kv-front.png);
}
.home-headimage-front.us-headimage-front{
    background-image:url(images/us-kv-front.png);
}
.home-headimage-front.dropshippers-headimage-front{
    background-image:url(images/dropshippers-kv-front.png);
}
.home-headimage-front.brand-headimage-front{
    background-image:url(images/brand-kv-front.png);
}
.home-headimage-front.shopify-headimage-front{
    background-image:url(images/shopify-kv-front.png);
}
.home-headimage-front.woocommerce-headimage-front{
    background-image:url(images/woocommerce-kv-front.png);
}
.home-headimage-front.trending-headimage-front{
    background-image:url(images/trending-kv-front.png);
}
.home-headimage-front.trendinginner-headimage-front{
    background-image:url(images/trendinginner-kv-front.png);
}
.home-headimage-front.partner-headimage-front{
    background-image:url(images/partner-kv-front.png);
}
.home-headimage-front.marketplace-headimage-front{
    background-image:url(images/marketplace-kv-front.png);
}
.home-headimage-front.globally-headimage-front{
    background-image:url(images/globally-kv-front.png);
}
.home-headimage-front.globallyinner-headimage-front{
    background-image:url(images/globallyinner-kv-front.png);
}
.home-headimage-front.pricing-headimage-front{
    background-image:url(images/pricing-kv-front.png);
}
.home-headimage-front.academy-headimage-front{
    background-image:url(images/academy-kv-front.png);
}
.home-headimage-front.affiliate-headimage-front{
    background-image:url(images/affiliate-kv-front.png);
}
.home-headimage-front.storys-headimage-front{
    background-image:url(images/storys-kv-front.png);
}
.home-headimage-front.storyinner-headimage-front{
    background-image:url(images/storyinner-kv-front.png);
}
.home-headimage-front.bestapp-headimage-front{
    background-image:url(images/bestapp-kv-front.png);
}
.home-headimage-front.innovatief-headimage-front{
    background-image:url(images/innovatief-kv-front.png);
}
.home-headimage-front.salesource-headimage-front{
    background-image:url(images/salesource-kv-front.png);
}
.home-headimage-front.usepacket-headimage-front{
    background-image:url(images/usepacket-kv-front.png);
}
.home-headimage-front.tiktok-headimage-front{
    background-image:url(images/tiktok-kv-front.png);
}
.home-headimage-front.ementoring-headimage-front{
    background-image:url(images/ementoring-kv-front.png);
}

.home-headimage-people{
    z-index: 3;
    right: -5%;
    bottom: 0;
    max-width: 125%;
    width: 1200px;
    height: 550px;
    background: center bottom no-repeat;
    background-size: 100% auto;
    font-size: 0;
}
.home-headimage-people img{
   /* position: absolute;*/
    bottom: 0;
    width: 100%;
    height: auto;
}
.home-headimage-people.sourcing-headimage-people{
    background-image:url(images/sourcing-kv-people.png);
}
.home-headimage-people.customization-headimage-people{
    background-image:url(images/customization-kv-people.png);
}
.home-headimage-people.us-headimage-people{
    background-image:url(images/us-kv-people.png);
}
.home-headimage-people.dropshippers-headimage-people{
    background-image:url(images/dropshippers-kv-people.png);
}
.home-headimage-people.brand-headimage-people{
    background-image:url(images/brand-kv-people.png);
}
.home-headimage-people.shopify-headimage-people{
    background-image:url(images/shopify-kv-people.png);
}
.home-headimage-people.woocommerce-headimage-people{
    background-image:url(images/woocommerce-kv-people.png);
}
.home-headimage-people.trending-headimage-people{
    background-image:url(images/trending-kv-people.png);
}
.home-headimage-people.trendinginner-headimage-people{
    background-image:url(images/trendinginner-kv-people.png);
}
.home-headimage-people.partner-headimage-people{
    background-image:url(images/partner-kv-people.png);
}
.home-headimage-people.marketplace-headimage-people{
    background-image:url(images/marketplace-kv-people.png);
}
.home-headimage-people.globally-headimage-people{
    background-image:url(images/globally-kv-people.png);
}
.home-headimage-people.globallyinner-headimage-people{
    background-image:url(images/globallyinner-kv-people.png);
}
.home-headimage-people.pricing-headimage-people{
    background-image:url(images/pricing-kv-people.png);
}
.home-headimage-people.academy-headimage-people{
    background-image:url(images/academy-kv-people.png);
}
.home-headimage-people.affiliate-headimage-people{
    background-image:url(images/affiliate-kv-people.png);
}
.home-headimage-people.storys-headimage-people{
    background-image:url(images/storys-kv-people.png);
}
.home-headimage-people.storyinner-headimage-people{
    background-image:url(images/storyinner-kv-people.png);
}
.home-headimage-people.bestapp-headimage-people{
    background-image:url(images/bestapp-kv-people.png);
}
.home-headimage-people.innovatief-headimage-people{
    background-image:url(images/innovatief-kv-people.png);
}
.home-headimage-people.salesource-headimage-people{
    background-image:url(images/salesource-kv-people.png);
}
.home-headimage-people.usepacket-headimage-people{
    background-image:url(images/usepacket-kv-people.png);
}
.home-headimage-people.tiktok-headimage-people{
    background-image:url(images/tiktok-kv-people.png);
}
.home-headimage-people.ementoring-headimage-people{
    background-image:url(images/ementoring-kv-people.png);
}

.home-headimage-bg{
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(images/home-kv-bg.png) right bottom no-repeat;
}
.home-headimage-txt{
    color: #000;
    position: relative;
    z-index: 6;
    height: 350px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inner-headimage .home-headimage-txt{
    height: 340px;
}
.home-headimage-txt h1{
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 0;
    max-width: 680px;
}
.home-headimage-txt h2{
    font-size: 17px;
    font-size: 1.21428rem;
    line-height: 1.25;
    margin: 0 0 20px 0;
    max-width: 570px;
}

.inner-headimage .home-headimage-txt h2{
    font-size: 16px;
    font-size: 1.1428rem;
}
.home-headimage-txt .h2{
    font-size: 17px;
    font-size: 1.21428rem;
    line-height: 1.25;
    margin: 0 0 20px 0;
    max-width: 570px;
}

.inner-headimage .home-headimage-txt .h2{
    font-size: 16px;
    font-size: 1.1428rem;
}
.inner-headimage .home-headimage-txt h3{
    font-size: 14px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 20px 0;
    max-width: 680px;
}
.home-headimage-txt h1 span{
    font-weight: 800;
}
.home-headimage-txt p{
    font-weight: 400;
    margin: 14px 0 0 0;
    line-height: 1.4;
}
@media screen and (min-width: 768px){
    .home-headimage-front,
    .home-headimage-people{
        max-width: 90%;
        right: 0;
    }
}
@media screen and (min-width: 1024px){
    .home-headimage{
       /* height: 650px;*/
    }
    .home-headimage.inner-headimage{
        height: 580px;
    }
    .home-headimage-txt{
        height: 65%;
    }
    .home-headimage-txt h1{
        font-size: 35px;
        font-size: 2.5rem;
    }
    .home-headimage-txt .h1{
        font-size: 35px;
        font-size: 2.5rem;
    }
    .inner-headimage .home-headimage-txt{
        height: 65%;
    }
}
@media screen and (min-width: 1280px){
    .home-headimage{
       /* height: 820px;*/
    }
    .home-headimage.inner-headimage{
        height: 640px;
    }
    .home-headimage-txt{
        height: 90%;
    }
    .home-headimage-txt h1{
        font-size: 38px;
        margin-bottom: 28px;
    }
    .home-headimage-txt .h1{
        font-size: 38px;
       /* margin-bottom: 28px;*/
    }
    .home-headimage-txt h1#typing-1{
        margin-bottom: 7px;
    }
    .inner-headimage .home-headimage-txt{
        height: 90%;
    }
    .home-headimage .home-headimage-txt h1{
        font-size: 42px;
    }
    .home-headimage-txt h1 span{
        /*font-size: 45px;*/
    }
    .home-headimage-txt h2{
        font-size: 21px;
        font-size: 1.5rem;
        margin: 0 0 28px 0;
    }
    .inner-headimage .home-headimage-txt h2{
        font-size: 19px;
    }
    .home-headimage-txt .h2{
        font-size: 21px;
        font-size: 1.5rem;
        margin: 0 0 28px 0;
    }
    .inner-headimage .home-headimage-txt .h2{
        font-size: 19px;
    }
    .inner-headimage .home-headimage-txt h3{
        font-size: 16px;
        margin: 0 0 28px 0;
    }
    .home-headimage-txt p{
        margin: 28px 0 0 0;
    }
}
#home-block-1{
    background: #fff url(images/bg-light-purple.png) no-repeat center bottom;
    background-size: auto;
}
.business-data-item{
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 28px;
    height: 220px;
}
.business-data-item p{
    margin: 0 auto 0 auto;
    font-size: 15px;
    height: 60px;
    line-height: 1.25;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icon-home-business{
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.icon-home-business:before{
    content: "";
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/icons-home-business-1.png) no-repeat;
    background-size: 100% auto;
    transition: all 0.2s;
    transform: translate(3px,-3px);
}
.icon-home-business:after{
    content: "";
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    display: block;
    background: url(images/icons-home-business-2.png) no-repeat;
    background-size: 100% auto;
    transition: all 0.2s;
    transform: translate(-3px,3px);
}
.icon-home-business.icon-2:before,
.icon-home-business.icon-2:after{ background-position:0 12.5% ; }
.icon-home-business.icon-3:before,
.icon-home-business.icon-3:after{ background-position:0 25% ; }
.icon-home-business.icon-4:before,
.icon-home-business.icon-4:after{ background-position:0 37.5% ; }
.icon-home-business.icon-5:before,
.icon-home-business.icon-5:after{ background-position:0 50% ; }
.icon-home-business.icon-6:before,
.icon-home-business.icon-6:after{ background-position:0 62.5% ; }
.icon-home-business.icon-7:before,
.icon-home-business.icon-7:after{ background-position:0 75% ; }
.icon-home-business.icon-8:before,
.icon-home-business.icon-8:after{ background-position:0 87.5% ; }
.icon-home-business.icon-9:before,
.icon-home-business.icon-9:after{ background-position:0 100% ; }
@media screen and (max-width: 767px){/*mobile*/
    .business-data-item{
        height: 180px;
    }
    .icon-home-business,
    .icon-home-business:before,
    .icon-home-business:after{
        width: 75px;
        height: 75px;
    }
    .business-data-item p{
        font-size: 14px;
        font-size: 1rem;
    }
}
.business-data-item:hover .icon-home-business:before,
.business-data-item:hover .icon-home-business:after {transform: translate(0,0);}
p.max-width{
    max-width: 900px;
}
p.max-width.txt-center{
    margin-left: auto;
    margin-right: auto;
}
#home-block-2{
    background-color: #fff;
}
.site-block-dark-purple{
    position: relative;
    background: transparent url(images/bg-dark-purple.png) no-repeat center bottom;
    background-size: auto;
    color: #fff;
}
.site-block-light-purple{
    position: relative;
    background: transparent url(images/bg-light-purple-pain.png) no-repeat center bottom;
    background-size: auto;
    color: #000;
    background-color: #f1eaf8;
}
.site-block-dark-purple-pure{
    position: relative;
    background:#2c7ffc;
    color: #fff;
}
.site-block-light-purple-pure{
    position: relative;
    background: #f1eaf8;
}
.site-block-light-purple-2-pure{
    /*a little darker than before*/
    position: relative;
    background: #e9dff2;
}
.site-block-white-before:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:25px;
    background: transparent url(images/bg-white-top.png) no-repeat center bottom;
    background-size: auto;
}
.site-block-dark-purple-before:after{/*the block before a dark purple block*/
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: transparent url(images/bg-dark-purple-top.png) no-repeat center bottom;
    background-size: auto;
}
.site-block-light-purple-before:after{/*the block before a light purple block*/
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: transparent url(images/bg-light-purple-top.png) no-repeat center bottom;
    background-size: auto;
}
.site-block-light-purple-2-before:after{/*the block before a light purple block*/
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: transparent url(images/bg-light-purple-2-top.png) no-repeat center bottom;
    background-size: auto;
}
#home-block-3 .table-responsive{
    margin: 0 auto 30px auto;
}
#home-comparision{
    height: 40px;
    text-align: center;
    background: #312451;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    font-size: 0;
}
#home-comparision a{
    color: #fff;
    background: #312451;
    display: inline-block;
    font-size: 14px;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
    padding: 0 28px;
    transition: 0.2s all;
    vertical-align: middle;
    width: auto;
    text-align: center;
    flex-grow: 1;
    box-sizing: border-box;
    white-space: nowrap;
}
#home-comparision a.current,
#home-comparision a:hover{
    text-decoration: none;
    background: #f28d31;
}
.home-comparision-item{
    box-sizing: border-box;
    padding: 28px;
    border: 1px solid #f28d31;
    border-radius: 6px;
    margin-bottom: 28px;
}
.home-comparision-item.item-2{
    border: 1px solid #9f79e7;
}
.home-comparision-item h3{
    color: #f28d31;
    font-size: 25px;
}
.home-comparision-item.item-2 h3{
    color: #9f79e7;
}
.home-comparision-item p{
    margin-bottom: 0;
}
.feature-wrapper{
    margin-top: 56px;
}
ul.feature-list{
    margin: 0;
    margin-bottom: 28px;
}
.feature-list li{
    cursor: pointer;
    font-weight: 400;
    padding: 14px 21px!important;
    box-sizing: border-box;
    border-radius: 8px;
    transition: 0.2s all;
}
.feature-list li.current{
    color: #7f06f4;
    font-weight: 600;
    background-color: #F1EAF8;
}
.feature-list li:hover{
    color: #7f06f4;
}
/*.feature-list li.current:before{
	content: "\f04b";
	font-family: 'FontAwesome';
	color: #f28d31;
	margin-right: 8px;
}*/
.feature-list li p{
    margin: 0;
    overflow: hidden;
    height: 0;
    color: #000;
    font-weight: 400;
    /*padding-left: 20px;*/
    line-height: 1.4;
}
.feature-list li .h3{
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0;
}
.feature-list li.current p{
    height: auto;
    padding-top: 5px;
}
.feature-list a{
    color: #9a8ebd;
}
.feature-list li.current a{
    color:#2c7ffc
}
.feature-list a:hover{
    text-decoration: none;
}
.feature-item{
    font-size: 0;
}
.feature-item img{
    width: 100%;
    height: auto;
}
.feature-item p{
    margin-top: 7px;
    margin-bottom: 0;
    line-height: 1.2;
}

.feature-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#home-comparision-cont-out{
    position: relative;
}
.home-comparision-cont{
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.3s all;
    pointer-events: none;
    opacity: 0;
    transform: translate(0,15px);
}
.home-comparision-cont.stay{
    opacity: 1;
    pointer-events: auto;
    transform: translate(0,0);
}
#home-comparision-cont-1{
    position: relative;
}
#home-quote{
    margin-top: 120px;
}
#home-quote h3{
    font-size: 21px;
    font-size: 1.5rem;
    margin-bottom: 28px;
}
.quote-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 60px;
}
.quote-header{
    border-radius: 50%;
}
.quote-txt{
    position: relative;
    box-sizing: border-box;
    padding-left: 150px;
    padding-right: 50px;
}
.quote-txt:before{
    position: absolute;
    content: "";
    width: 92px;
    height: 64px;
    background: url(images/quote.png) no-repeat;
    background-size: 100% auto;
    left: 20px;
    top: 10px;
}
.quote-author{
    text-align: right;
}
.quote-author:before{
    content: "";
    width: 100px;
    height: 1px;
    background: rgba(255,255,255,0.7);
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 10px;
}
.site-block-white .quote-author:before,
.site-block-light-purple .quote-author:before,
.site-block-light-purple-pure .quote-author:before{
    background: rgba(0,0,0,0.7);
}
.quote-author span{
    font-size: 28px;
    font-style: italic;
    display: inline-block;
    padding: 0 10px;
    vertical-align: baseline;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    font-weight: 800;
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #d7cfde;
    transition: 0.2s all;
}
.swiper-button-next.swiper-button-black:hover, .swiper-button-prev.swiper-button-black:hover {
    --swiper-navigation-color:#2c7ffc;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
}
#partners-list{
    font-size: 0;
    text-align: justify;
}
#partners-list img{
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
    max-height: 30px;
    max-width: 75px;
}
.qa-item{
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 28px;
}
.qa-item-q{
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    height:auto;
    padding: 15px 40px 15px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s;
}
.qa-item-q:hover{
    background: #f7f5f8;
}
.qa-item-q:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "Q";
    color: #fff;
    font-weight: 800;
    background: #f28d31;
    height: 100%;
    width: 60px;
    text-align: center;
    line-height: 1;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.qa-item-q p{
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}
.qa-item-q .h3{
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}
.qa-item-a{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #f7f5f8;
    overflow: hidden;
    transition: 0.2s all;
    padding: 0 15px 0 90px;
    height: 0;
}
.qa-item.current .qa-item-a{
    padding: 15px 15px 15px 90px;
}
.qa-item-a:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "A";
    color: #f28d31;
    font-weight: 800;
    background: #f7f5f8;
    height: 100%;
    width: 60px;
    text-align: center;
    line-height: 1;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.qa-item-q:after{
    position: absolute;
    content: "";
    right: 18px;
    top: calc(50% - 6px);
    width: 15px;
    height: 13px;
    background: url(images/qa-delta.png) no-repeat;
    background-size: 100% auto;
    transition: 0.2s;
}
.qa-item.current .qa-item-q:after{
    transform: rotate(180deg);
}
.qa-item-a p{
    color: #4b377c;
    margin: 10px 0;
}
#home-block-5{
    background-color: #f1eaf8;
}
@media screen and (max-width: 1024px){
    .quote-txt:before{
        left: 0;
        width: 46px;
        height: 32px;
    }
    .quote-txt{
        padding-left: 60px;
    }
    .qa-item-q:before,
    .qa-item-a:before{
        width: 40px;
        font-size: 21px;
    }
    .qa-item-q,
    .qa-item-a,
    .qa-item.current .qa-item-a{
        padding-left: 60px;
    }
    .qa-item-q p{
        font-size: 16px;
    }
    .qa-item-q .h3{
        font-size: 16px;
    }
    .qa-item-a p{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){/*mobile*/
    .quote-txt{
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }
    .quote-txt:before{

    }
    .quote-item{
        padding: 0 30px;
        flex-direction: column;
    }
    .quote-header{
        margin-top: 14px;
        width: 150px;
        height: auto;
    }
    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
        font-size: 30px;
    }
}
@media screen and (min-width: 1024px){
    #home-block-1 .site{
        margin-top: 42px;
    }
    .home-comparision-item{
        padding: 35px;
    }
    .home-comparision-item p{
        font-size: 18px;
    }
    #home-block-3 .table-responsive{
        margin:50px auto;
    }
    #home-quote{
        margin-top: 180px;
    }
    #home-block-3 .site{
        margin-top: 100px;
        margin-bottom: 130px;
    }
    #home-comparision a{
        font-size: 15px;
    }
    .feature-list li{
        padding-bottom: 20px;
    }
    .feature-item p{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #customization-block-2 .feature-item p{
        position: relative;
    }
    #partners-list img{
        margin: 30px;
        /*max-height: none;
		max-width: none;*/
        max-height: 60px;
        max-width: 115px;
    }
}

/*inner pages*/
div#content {
    min-height: 150px;
}
/*02 Sourcing & Fulfillment */
.pic-left-right{
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 35px auto;
    margin: 2.5rem auto;
}
.sourcing-feature-item{
    text-align: center;
    border-radius: 6px;
    background-color: #f8f5fa;
    margin-bottom: 28px;
    box-sizing: border-box;
    padding: 35px 20px;
    min-height: 200px;
}
.sourcing-feature-icon{
    display: block;
    margin: 0 auto 20px  auto;
    width: 75px;
    height: 75px;
    background: url(images/sourcing-feature-icons.png) no-repeat;
    background-size: 100% auto;
}
.sourcing-feature-icon.icon-1{ background-position: 0 0; }
.sourcing-feature-icon.icon-2{ background-position: 0 12.5%; }
.sourcing-feature-icon.icon-3{ background-position: 0 25%; }
.sourcing-feature-icon.icon-4{ background-position: 0 37.5%; }
.sourcing-feature-icon.icon-5{ background-position: 0 50%; }
.sourcing-feature-icon.icon-6{ background-position: 0 62.5%; }
.sourcing-feature-icon.icon-7{ background-position: 0 75%; }
.sourcing-feature-icon.icon-8{ background-position: 0 87.5%; }
.sourcing-feature-icon.icon-9{ background-position: 0 100%; }
.sourcing-feature-item p{
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.25;
}
.sourcing-shipping-block{
    padding-top: 10px;
}
.sourcing-shipping-header{
    position: relative;
    margin: 50px auto;
    display: block;
    width: 155px;
    height: 155px;
}
.sourcing-shipping-header img{
    position: relative;
    z-index: 1;
}
.sourcing-shipping-header:after{
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 0;
    content: "";
    width: 160px;
    height: 160px;
    background: url(images/bg-head.png) repeat;
    border-radius: 50%;
    background-position: -5px 9px;
}
.shipping-item-icon{
    margin-left: 20px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/sourcing-shipping-icon.png) no-repeat;
    background-size: 100% auto;
}
.shipping-item-icon.icon-2{ background-position: 0 50%; }
.shipping-item-icon.icon-3{ background-position: 0 100%; }
.shipping-item-txt{
    margin-top: 20px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 35px;
    width: 100%;
    color: #000;
}
.shipping-item-txt:before{
    position: absolute;
    content: "";
    background: #fff;
    width: 16px;
    height: 16px;
    z-index: 0;
    top: -6px;
    left: 37px;
    transform: rotate(45deg);
}
.sourcing-shipping-swiper .shipping-item{
    width: 365px;
    max-width: 100%;
}
.shipping-item-txt p{
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.6;
    margin: 14px 0 0 0;
}
.sourcing-shipping-swiper:before{
    position: absolute;
    content: "";
    background: rgba(255,255,255,0.7);
    width: 100%;
    left: 24px;
    top: 24px;
    height: 2px;
}
.sourcing-how-icon{
    display: block;
    margin: 0 0 20px 0;
    width: 75px;
    height: 75px;
    background: url(images/sourcing-how-icons.png) no-repeat;
    background-size: 100% auto;
}
.sourcing-how-icon.icon-2{ background-position: 0 50%; }
.sourcing-how-icon.icon-3{ background-position: 0 100%; }
.sourcing-how-item{
    margin-bottom: 28px;
    box-sizing: border-box;
    border: 1px solid #e5ddef;
    border-radius: 8px;
    padding: 40px 30px;;
}
.sourcing-how-item p{
    margin: 0;
}
.sourcing-how-item h3{
    margin-bottom: 20px;
}
#sourcing-block-7 img{
    max-width: 60%;
}
#sourcing-block-8 img{
    margin: 20px auto;
}
#sourcing-map{
    position: relative;
    margin-top: 40px;
}
.sourcing-dot{
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 36px;
    height: 31px;
    background: url(../images/sourcing-map-pin.png) no-repeat;
    transition: all 0.2s;
    transform-origin: center bottom;
}
.sourcing-dot:hover,
.sourcing-dot.on{
    z-index: 2;
}
.sourcing-cont{
    text-align: left;
    font-size: 0;
    color: #000;
    position: absolute;
    left: 36px;
    top: -55px;
    display: block;
    width: 180px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0;
    transform: translate(0,-30px);
    pointer-events: none!important;
}
.sourcing-right .sourcing-cont{
    left: auto;
    right: 36px;
}
.sourcing-bottom .sourcing-cont{
    top: auto;
    bottom: -55px;
}
.sourcing-dot:hover .sourcing-cont,
.sourcing-dot.on .sourcing-cont{
    opacity: 1;
    transform: translate(0,0);
    pointer-events: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.sourcing-cont img{
    width: 100%;
    height: auto;
}
.sourcing-txt{
    box-sizing: border-box;
    padding: 14px 21px;
}
.sourcing-cont p{
    box-sizing: border-box;
    padding-left: 16px;
    font-size: 13px;
    margin: 0;
    color: #000;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sourcing-cont p:before{
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #5674fd;
    left: 2px;
    top: 8px;
    width: 5px;
    height: 5px;
}
.sourcing-cont h3{
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 19px;
}
.sourcing-cont h4{
    text-transform: uppercase;
    margin: 7px 0 0;
    font-size: 16px;
    font-weight: 400;
}
.sourcing-map-bg{
    width: 100%;
    height: auto;
}
#sourcing-block-5 .button{
    width: 200px;
    margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px){/*mobile*/
    #sourcing-block-8 img{
        height:250px;
        width: 100%;
        border-radius: 8px;
        object-fit: cover;
        margin-bottom: 40px;
    }
}
@media screen and (min-width:768px){
    #sourcing-how{
        position: relative;
        overflow: visible;
        margin: 70px auto;
        display: inline-block;
    }
    #sourcing-how:before{
        content: "";
        width: 236px;
        height: 65px;
        position: absolute;
        top: -65px;
        background: url(images/sourcing-arrow-1.png) no-repeat;
        filter: brightness(0);
        left: 55%;
    }
    #sourcing-how:after{
        content: "";
        width: 236px;
        height: 65px;
        position: absolute;
        bottom: -65px;
        background: url(images/sourcing-arrow-2.png) no-repeat;
        filter: brightness(0);
        left: 20%;
    }
    .sourcing-how-item{
        margin-bottom: 0;
    }
    .sourcing-how-item h3{
        font-size: 21px;
    }
}

/*03 Customization and Private Label*/
.customization-talking-icon{
    margin: 15px auto;
    display: block;
    width: 150px;
    height: 100px;
    background: url(images/customization-talking-icons.png) no-repeat;
    background-size: 100% auto;
}
.customization-talking-icon.icon-2{ background-position: 0 33.33%; }
.customization-talking-icon.icon-3{ background-position: 0 66.66%; }
.customization-talking-icon.icon-4{ background-position: 0 100%; }
.customization-talking-item{
    box-sizing: border-box;
    padding: 10px 30px;
}
.customization-talking-item h3{
    margin-bottom: 0;
}
.customization-power-icon{
    margin: 10px auto;
    display: block;
    width: 100px;
    height: 100px;
    background: url(images/customization-power-icons.png) no-repeat;
    background-size: 100% auto;
}
.customization-power-icon.icon-2{ background-position: 0 33.33%; }
.customization-power-icon.icon-3{ background-position: 0 66.66%; }
.customization-power-icon.icon-4{ background-position: 0 100%; }
.customization-power-item{
    box-sizing: border-box;
    padding: 10px;
}
.customization-power-item h3{
    margin-bottom: 20px;
}
#customization-block-5 .button {
    margin: 30px auto 30px auto;
}
.img-before-after{
    position: relative;
    font-size: 0;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.img-before-after img{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0;
}
.img-before{
    width: 100%;
    background-size: 100% auto;
    background-position: left top;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 50%;
}
.img-before,
.img-after{
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.ba-mover{
    cursor: pointer;
    position: absolute;
    height: 40px;
    width: 100%;
    background: url(images/mover.png) center center;
    background-size: auto 100%;
    z-index: 2;
    top: calc(50% - 20px);
    left: 0;
}
#customization-block-1 h3{
    font-size: 21px;
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
    #customization-block-5  h2{
        font-size: 21px;
        font-size: 1.5rem;
    }
    .img-before-after{
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 768px){
    #customization-block-1 h3{
        font-size: 28px;
        text-align: center;
    }
    #customization-block-1 p{
        text-align: center;
    }
}
@media screen and (min-width: 1024px){
    .customization-talking-icon{
        width: 200px;
        height: 133px;
    }
    .customization-power-icon{
        width: 140px;
        height: 140px;
    }
}

/*04 US Warehouse*/
.us-selling-icon{
    display: block;
    margin: 0 20px 0 0;
    width: 83px;
    height: 75px;
    background: url(images/us-icons-1.png) no-repeat;
    background-size: 100% auto;
}
.us-selling-icon.icon-2{ background-position: 0 16.67%; }
.us-selling-icon.icon-3{ background-position: 0 33.33%; }
.us-selling-icon.icon-4{ background-position: 0 50%; }
.us-selling-icon.icon-5{ background-position: 0 66.67%; }
.us-selling-icon.icon-6{ background-position: 0 83.33%; }
.us-selling-icon.icon-7{ background-position: 0 100%; }
.us-selling-item{
    display: flex;
    flex-direction:row;;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}
.us-selling-txt{
    width: calc(100% - 103px);
    line-height: 1.4;
}
.us-selling-txt p{
    font-weight: 500;
    margin: 5px 0;
    line-height: 1.4;
}
#us-block-2 img{
    max-width: 100%;
    margin: 40px 0 20px 0;
    border-radius: 8px;
}
#us-block-2 h2{
    margin-bottom: 21px;
}
.us-steps-item{
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.steps-icon,
.us-steps-icon{
    position: relative;
    display: block;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    background: url(images/us-number.png) no-repeat;
    background-size: 100% auto;
}
.us-steps-item p{
    width: calc(100% - 100px);
    margin: 0;
    line-height: 1.3;
}
.steps-icon.icon-2,
.us-steps-icon.icon-2{ background-position: 0 33.33%; }
.steps-icon.icon-3,
.us-steps-icon.icon-3{ background-position: 0 66.67%; }
.steps-icon.icon-4,
.us-steps-icon.icon-4{ background-position: 0 100%; }
.us-steps-item strong{
    font-weight: 800;
    font-size: 110%;
}
.us-steps-list{
    margin-bottom: 40px;
}
#us-steps-map{
    background: #4b377c;
    box-sizing: border-box;
    margin: 30px auto;
    width: 1180px;
    max-width: 100%;
    padding: 20px;
    font-size: 0;
}
#us-steps-map img,
#us-steps-map video{
    max-width: 100%;
    width: 660px;
}
.us-faq-item{
    box-sizing: border-box;
    border: 1px solid #e5e1f0;
    border-radius: 6px;
    padding: 30px 21px;
    margin-bottom: 28px;
}
.us-faq-item p{
    margin-bottom: 0;
}
.us-faq-item h3{
    margin-bottom: 21px;
}
.us-faq-icon{
    display: block;
    margin: 0 0 20px 0;
    width: 85px;
    height: 85px;
    background: url(images/us-icons-2.png) no-repeat;
    background-size: 100% auto;
}
.us-faq-icon.icon-2{ background-position: 0 50%; }
.us-faq-icon.icon-3{ background-position: 0 100%; }
#us-block-6 .button {
    margin: 30px auto 30px auto;
}
@media screen and (max-width: 767px){
    #us-block-6 h2{
        font-size: 21px;
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 768px){
    .us-steps-item{
        display: block;
    }
    .us-steps-item p{
        margin-top: 20px;
        width: 100%;
    }
    .us-steps-icon.icon-1:after{
        display: block;
        position: absolute;
        content: "";
        width: 200%;
        height: 60px;
        background: url(images/sourcing-arrow-2.png) no-repeat;
        background-size: 70% auto;
        left: calc(100% + 40px);
        top: 50%;
    }
    .us-steps-icon.icon-2:after{
        display: block;
        position: absolute;
        content: "";
        width: 200%;
        height: 60px;
        background: url(images/sourcing-arrow-1.png) no-repeat;
        background-size: 70% auto;
        left: calc(100% + 40px);
        top: 10%;
    }
}
@media screen and (min-width: 1024px){
    .us-selling-icon{
        width: 110px;
        height: 100px;
    }
    .us-selling-txt{
        width: calc(100% - 185px);
    }
    .steps-icon,
    .us-steps-icon{
        width: 120px;
        height: 120px;
    }
    .us-steps-item p{
        max-width: 300px;
    }
    .us-faq-icon{
        width: 170px;
        height: 170px;
    }
    .us-faq-item{
        min-height: 445px;
    }
}

/*08 dropshippers*/
.dropshippers-pitfall-item{
    background-color: #fff;
    box-sizing: border-box;
    padding: 21px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 21px;
}
.dropshippers-pitfall-icon{
    display: block;
    margin: 28px auto 20px  auto;
    width: 100px;
    height: 100px;
    background: url(images/dropshippers-icons-1.png) no-repeat;
    background-size: 100% auto;
}
.dropshippers-pitfall-icon.icon-1{ background-position: 0 0; }
.dropshippers-pitfall-icon.icon-2{ background-position: 0 33.33%; }
.dropshippers-pitfall-icon.icon-3{ background-position: 0 66.67%; }
.dropshippers-pitfall-icon.icon-4{ background-position: 0 100%; }
.dropshippers-pitfall-item p{
    margin: 0;
}
.dropshippers-pitfall-item p{
    line-height: 1.5;
}
img.round-border{
    border-radius: 8px;
    max-width: 100%;
}
#dropshippers-block-2 img{
    width: 100%;
}
#dropshippers-block-2 h2{
    max-width: 800px;
}
#dropshippers-block-2 h3{
    margin-bottom: 15px;
    margin-top: 15px;
}
#dropshippers-block-2 p{
    margin-bottom: 40px;
    margin-top: 0;
}
.dropshippers-steps-item .steps-icon{
    margin-bottom: 28px;
}
#dropshippers-steps-1{
    margin-top: 40px;
}
.dropshippers-steps-item{
    margin-top: 20px;
}
.dropshippers-steps-item .steps-icon{
    position: relative;
    z-index: 1;
}
.dropshippers-steps-item .steps-icon:after{
    position: absolute;
    content: "";
    z-index: 0;
    height: 3px;
    width: 390px;
    left: 100%;
    top: 38px;
    background: url(images/dropshippers-dash.png) left center;
}
ul.list-check li{
    position: relative;
    padding-left: 36px;
    font-weight: 400;
    margin-bottom: 28px;
    margin-top: 28px;
}
ul.list-check li:before{
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    background: url(images/icon-check.png) no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 19px;
}

.dropshippers-feature-item{
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    padding: 21px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 21px;
    transition: all 0.2s;
}
.dropshippers-feature-item:hover{
    background-color: rgba(255,255,255,0.5);
    text-decoration: none;
}
.dropshippers-feature-icon{
    display: block;
    margin: 28px auto 28px  auto;
    width: 100px;
    height: 87px;
    background: url(images/dropshippers-icons-2.png) no-repeat;
    background-size: 100% auto;
    transition: all 0.2s;
}
.dropshippers-feature-icon.icon-1{ background-position: 0 0; }
.dropshippers-feature-icon.icon-2{ background-position: 0 33.33%; }
.dropshippers-feature-icon.icon-3{ background-position: 0 66.67%; }
.dropshippers-feature-icon.icon-4{ background-position: 0 100%; }
.dropshippers-feature-item:hover .dropshippers-feature-icon{
    transform: translate(0,-5px);
}
.dropshippers-feature-item p{
    margin: 0;
}
.dropshippers-feature-item p{
    line-height: 1.5;
    font-weight: 500;
}
#dropshippers-block-4 .col-raw{
    margin-top: 40px;
    padding-bottom: 40px;
}
#dropshippers-block-5 .button {
    margin: 30px auto 30px auto;
}
@media screen and (max-width: 767px){
    #dropshippers-block-2 img{
        margin-bottom: 28px;
    }
}
.number-counting{
    display: inline-block;
    vertical-align: top;
}
.number-counting,
.swiper-counting,
.swiper-counting .swiper-slide{
    width: 16px;
    height: 26px;
    text-align: right;
}
@media screen and (min-width: 768px){
    .dropshippers-steps-item .steps-icon.icon-3:after,
    .dropshippers-steps-item .steps-icon.icon-4:after{
        left: auto;
        right: 100%;
    }
    .dropshippers-steps-item .steps-icon.icon-3{
        z-index: 2;
    }
    .dropshippers-steps-item .steps-icon.icon-3:after{
        background-image: url(images/dropshippers-dash-reverse.png);
    }
}
@media screen and (min-width: 1024px){
    .dropshippers-steps-item{
        max-width: 400px;
    }
    .dropshippers-steps-item .steps-icon:after{
        top: 58px;
    }
    .dropshippers-feature-item{
        min-height: 238px;
    }
    .dropshippers-feature-item{
        padding: 21px 48px;
    }
    .number-counting,
    .swiper-counting,
    .swiper-counting .swiper-slide{
        width: 24px;
        height: 40px;
    }
}
@media screen and (min-width: 1280px){
    .dropshippers-pitfall-item{
        min-height: 290px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #dropshippers-block-3 .col-5{
        overflow: visible;
    }
    .dropshippers-steps-item .steps-icon.icon-2:after{
        background-position: right center;
    }
    ul.list-check li{
        padding-left: 42px;
        font-size: 18px;
        padding-bottom: 30px;
    }
}
/*brand owner*/
.brand-img{
    display: block;
    position: relative;
}
.brand-icon{
    position: absolute;
    z-index: 2;
    left: 0;
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
}
.brand-img .round-border{
    margin: 40px 0;
    position: relative;
    z-index: 1;
    width: calc(100% - 50px);
    margin-left: 50px;
}
.brand-feature-item{
    margin: 35px 0;
}
.brand-feature-item p{
    font-size: 14px;
    line-height: 1.5;
}
.brand-feature-icon{
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 21px auto;
    background: url(images/brand-icons.png) no-repeat;
    background-size: 100% auto;
    transition: all 0.2s;
}
.brand-feature-icon.icon-2{ background-position: 0 33.33%; }
.brand-feature-icon.icon-3{ background-position: 0 66.67%; }
.brand-feature-icon.icon-4{ background-position: 0 100%; }
@media screen and (max-width: 767px){
    #brand-block-3 .site{
        margin-top: 0;
    }
}
@media screen and (min-width: 768px){
    .col-flex-reverse .brand-img .round-border{
        margin-right: 50px;
        margin-left: 0;
    }
    .col-flex-reverse .brand-icon{
        left: auto;
        right: 0;
    }
    .brand-feature-icon{
        margin-left: 0;
        opacity: 1;
        width: 150px;
        height: 150px;
    }
    .brand-feature-item p{
        font-size: 15px;
    }
}
@media screen and (min-width: 1024px){
    .brand-icon{
        top: calc(50% - 95px);
        width: 191px;
        height: 191px;
    }
    .brand-img .round-border{
        margin-left: 95px;
        width: calc(100% - 95px);
    }
    .col-flex-reverse .brand-img .round-border{
        margin-right: 95px;
        margin-left: 0;
    }
    .brand-feature-icon{
        width: 175px;
        height: 175px;
    }
    #brand-block-4{
        background-image: url(images/brand-bottom-bg.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center center;
    }
    #brand-block-4 .col-raw{
        min-height: 395px;
    }
    #brand-block-4 h3{
        font-size: 21px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*05 shopify 06 woocommerce*/
#shopify-block-1 .round-border,
#woocommerce-block-1 .round-border{
    margin-bottom: 28px;
}
.shopify-item{
    text-align: center;
    margin-top: 14px;
    margin-top: 1rem;
    margin-bottom: 14px;
    margin-bottom: 1rem;
}
.shopify-item p{
    font-size: 13px;
    margin: 14px 0 0 0;
    line-height: 1.3;
    min-height: 34px;
}
.shopify-item-icon{
    margin:0 auto;
    display: block;
    width: 90px;
    height: 75px;
    background: url(images/shopify-icons.png) no-repeat;
    background-size: 100% auto;
}
#woocommerce-block-2 .shopify-item-icon{
    background-image: url(images/woocommerce-icons.png);
}
.shopify-item-icon.icon-2{ background-position: 0 6.666%; }
.shopify-item-icon.icon-3{ background-position: 0 13.333%; }
.shopify-item-icon.icon-4{ background-position: 0 20%; }
.shopify-item-icon.icon-5{ background-position: 0 26.666%; }
.shopify-item-icon.icon-6{ background-position: 0 33.333%; }
.shopify-item-icon.icon-7{ background-position: 0 40%; }
.shopify-item-icon.icon-8{ background-position: 0 46.666%; }
.shopify-item-icon.icon-9{ background-position: 0 53.333%; }
.shopify-item-icon.icon-10{ background-position: 0 60%; }
.shopify-item-icon.icon-11{ background-position: 0 66.666%; }
.shopify-item-icon.icon-12{ background-position: 0 73.333%; }
.shopify-item-icon.icon-13{ background-position: 0 80%; }
.shopify-item-icon.icon-14{ background-position: 0 86.666%; }
.shopify-item-icon.icon-15{ background-position: 0 93.333%; }
.shopify-item-icon.icon-16{ background-position: 0 100%; }
#shopify-block-3 img{
    margin-bottom: 28px;
}
#woocommerce-review-btn,
#shopify-review-btn{
    width: auto;
}
#shopify-review-pic{
    width: 100%;
    max-width: 300px;
    margin-bottom: -2px;
}
#shopify-review-top{

}
#title-review{
    font-size: 21px;
    font-size: 1.5rem;
    margin: 50px auto 40px auto;
}
#swiper-review-outer{
    position: relative;
}
#swiper-review {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
}
.review-item{

}
.review-header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.review-avatar{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin-right: 20px;
}
.review-header-txt{
    width: calc(100% - 96px);
}
h4.review-name{
    font-weight: 500;
}
.review-stars{
    margin: 15px 0 0 0;
}
.review-txt p{
    margin: 20px 0 0 0;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.45;
}
@media screen and (min-width: 1024px){
    .shopify-item-icon{
        width: 120px;
        height: 100px;
    }
    .shopify-item p{
        font-size: 14px;
        line-height: 1.4;
    }
    #shopify-block-3-p2{
        text-align: right;
    }
}
/*trending products*/
#trending-item-list{
    text-align: center;
    font-size: 0;
}
.trending-item{
    display: block;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    margin-top: 14px;
    margin-top: 1rem;
    margin-bottom: 14px;
    margin-bottom: 1rem;
    width: 50%;
}
.trending-item:hover{
    text-decoration: none;
}
.trending-item p{
    font-size: 13px;
    margin: 0 0 0 0;
    line-height: 1.3;
    min-height: 34px;
    color: #000;
}
.trending-item-icon{
    margin:0 auto;
    display: block;
    width: 120px;
    height: 120px;
    background: url(images/trending-icons.png) no-repeat;
    background-size: 100% auto;
    transition: 0.2s all;
}
.trending-item:hover .trending-item-icon{
    transform: translate(0,-3px);
}
.trending-item-icon.icon-2{ background-position: 0 7.14258%; }
.trending-item-icon.icon-3{ background-position: 0 14.285714%; }
.trending-item-icon.icon-4{ background-position: 0 21.4285714%; }
.trending-item-icon.icon-5{ background-position: 0 28.5714%; }
.trending-item-icon.icon-6{ background-position: 0 35.71428%; }
.trending-item-icon.icon-7{ background-position: 0 42.85714%; }
.trending-item-icon.icon-8{ background-position: 0 50%; }
.trending-item-icon.icon-9{ background-position: 0 57.14258%; }
.trending-item-icon.icon-10{ background-position: 0 64.285714%; }
.trending-item-icon.icon-11{ background-position: 0 71.4285714%; }
.trending-item-icon.icon-12{ background-position: 0 78.5714%; }
.trending-item-icon.icon-13{ background-position: 0 85.71428%; }
.trending-item-icon.icon-14{ background-position: 0 92.85714%; }
.trending-item-icon.icon-15{ background-position: 0 100%; }
#trending-block-2 img{
    max-width: 100%;
    margin-bottom: 30px;
}
#trending-block-3-p img{
    display: block;
    max-width: 90%;
    margin: 0 auto 30px auto;
}
#trending-btn{
    width: auto;
}
.img-trending-product{
    width: 100%;
    height: auto;
    border: 1px solid #f6f1fa;
    border-radius: 8px;
    margin: 14px auto;
}
.img-in-2col{
    margin: 20px auto;
    display: block;
    max-width: 100%;
}
@media screen and (min-width: 768px){
    .trending-item{
        width: 33%;
    }
}
@media screen and (min-width: 1024px){
    .trending-item{
        width: 20%;
    }
    #trending-block-3-p{
        position: relative;
    }
    #trending-block-3-p img{
        position: absolute;
        left: 0;
        top: -290px;
    }
    #trending-block-2 .site{
        margin-bottom: 200px;
    }
    #trending-block-3,
    #trending-block-3 .site,
    #trending-block-3 .col-raw{
        overflow: visible;
    }
    #trending-block-3 .col-n{
        min-height: 300px;
    }
}

/*partnership page*/
.partner-item-1{
    box-sizing: border-box;
    padding: 21px;
    border: 1px solid #e5e1f0;
    border-radius: 8px;
    margin: 21px 0;
}
.partner-item-1 h3{
    margin-bottom: 21px;
}
.partner-item-1 p{
    margin: 15px 0 0 0;
}
.partner-item-2{
    text-align: center;
    box-sizing: border-box;
    padding: 21px 21px;
    border-radius: 8px;
    background: #e6d6f6;
    margin: 21px 0;
}
.partner-item-2 .button{
    width: 100%;
}
.icon-partner{
    display: block;
    margin: 20px auto 30px auto;
    max-width: 60%;
}
.partner-list-item{
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    padding: 21px;
    margin-bottom: 21px;
}
.partner-item-logo{
    height: 60px;
    width: auto;
}
.partner-list-item p{
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;
}
.partner-item-offer{
    color: #f28d31;
}
.partner-item-offer b,
.partner-item-offer strong{
    font-size: 130%;
}
.feature-list-partner li{
    padding: 0 0 10px 0!important;
}
@media screen and (min-width: 1024px){
    .partner-item-1{
        padding: 30px;
    }
    .partner-item-1 p{
        min-height: 123px;
    }
    .partner-list-item{
        min-height: 410px;
        position: relative;
    }
    .partner-list-item .button{
        position: absolute;
        bottom: 21px;
        left: 21px;
    }
    .feature-list-partner li{
        padding: 0 0 21px 0!important;
    }
}

/*marketplace page*/
.marketplace-item{
    text-align: center;
    margin-bottom: 28px;
}
.marketplace-item-icon{
    margin:0 auto;
    display: block;
    width: 100px;
    height: 100px;
    background: url(images/marketplace-icons.png) no-repeat;
    background-size: 100% auto;
}
.marketplace-item-icon.icon-2{ background-position: 0 6.25%; }
.marketplace-item-icon.icon-3{ background-position: 0 12.5%; }
.marketplace-item-icon.icon-4{ background-position: 0 18.75%; }
.marketplace-item-icon.icon-5{ background-position: 0 25%; }
.marketplace-item-icon.icon-6{ background-position: 0 31.25%; }
.marketplace-item-icon.icon-7{ background-position: 0 37.5%; }
.marketplace-item-icon.icon-8{ background-position: 0 43.75%; }
.marketplace-item-icon.icon-9{ background-position: 0 50%; }
.marketplace-item-icon.icon-10{ background-position: 0 56.25%; }
.marketplace-item-icon.icon-11{ background-position: 0 62.5%; }
.marketplace-item-icon.icon-12{ background-position: 0 68.75%; }
.marketplace-item-icon.icon-13{ background-position: 0 75%; }
.marketplace-item-icon.icon-14{ background-position: 0 81.25%; }
.marketplace-item-icon.icon-15{ background-position: 0 87.5%; }
.marketplace-item-icon.icon-16{ background-position: 0 93.25%; }
.marketplace-item-icon.icon-17{ background-position: 0 100%; }

#marketplace-block-3 p{
    color: #fff;
}
.marketplace-item-icon-2{
    margin:0 auto;
    display: block;
    width: 100px;
    height: 100px;
    background: url(images/marketplace-icons-2.png) no-repeat;
    background-size: 100% auto;
}
.marketplace-item-icon-2.icon-2{ background-position: 0 20%; }
.marketplace-item-icon-2.icon-3{ background-position: 0 40%; }
.marketplace-item-icon-2.icon-4{ background-position: 0 60%; }
.marketplace-item-icon-2.icon-5{ background-position: 0 80%; }
.marketplace-item-icon-2.icon-6{ background-position: 0 100%; }
#marketplace-block-4 .button{
    width: auto;
}
#tab-content-out{
    position: relative;
}
.tab-content{
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.3s all;
    pointer-events: none;
    opacity: 0;
    transform: translate(0,15px);
    padding-top: 40px;
}
.tab-content.stay{
    opacity: 1;
    pointer-events: auto;
    transform: translate(0,0);
}
#tab-content-1{
    position: relative;
}
.quote-line{
    display: inline-block;
    width: 90px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin-right: 10px;
}
#marketplace-block-1 .tab-content img{

}
@media screen and (min-width: 768px){
    #marketplace-block-4{
        background: url(images/marketplace-pic-1.png) no-repeat;
        background-position: 108% center;
    }
    #marketplace-block-4 .col-n {
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #marketplace-block-4 .button{
        width: 260px;
    }
}

/*selling globally*/
a.globally-item{
    display: block;
    text-align: center;
    color: #000;
}
a.globally-item:hover{
    text-decoration: none;
}
.globally-item p{
    font-size: 15px;
    line-height: 1.4;
}
.globally-item-icon{
    margin: 14px auto;
    display: block;
    width: 100px;
    height: 100px;
    background: url(images/globally-icon.png) no-repeat;
    background-size: 100% auto;
}
.globally-item-icon.icon-2{ background-position: 0 9.09%; }
.globally-item-icon.icon-3{ background-position: 0 18.18%; }
.globally-item-icon.icon-4{ background-position: 0 27.27%; }
.globally-item-icon.icon-5{ background-position: 0 36.36%; }
.globally-item-icon.icon-6{ background-position: 0 45.45%; }
.globally-item-icon.icon-7{ background-position: 0 54.54%; }
.globally-item-icon.icon-8{ background-position: 0 63.63%; }
.globally-item-icon.icon-9{ background-position: 0 72.72%; }
.globally-item-icon.icon-10{ background-position: 0 81.81%; }
.globally-item-icon.icon-11{ background-position: 0 90.91%; }
.globally-item-icon.icon-12{ background-position: 0 100%; }

.top-image {
    background-position: center top;
    background-repeat: no-repeat;
    height: 70px;
    background-size:auto 100%;
    width:100%;
}
#top-inner {
    width: 100%;
    overflow: hidden;
    /*background-image: url(images/bg_top_inner.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 100%;
    height:220px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
#top-inner .entry-title{
    color: #000;
    font-size: 28px;
    font-size:2rem;
    text-align: center;
    margin-top: 80px;
    font-weight: 500;
}
#top-inner .entry-title-sub{
    margin-top: 14px;
    color:#2c7ffc;
    text-align: center;
    font-size: 14px;
    font-size:1rem;
    font-weight: 200;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: Arial;
}
h1.page-title,
h2.page-title {
    position: relative;
    line-height: 1.4;
    padding-bottom: 28px;
    padding-top: 2px;
    color:#333;
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
}
h1.page-title{
    font-size: 28px;
    font-size: 2rem;
}
#woocommerce-block-0 img{
    margin: 40px auto;
    max-width: 100%;
    display: block;
}
@media screen and (max-width: 767px){/*mobile*/

}
@media screen and (min-width:768px){

    #top-inner {
        background-size: initial;
        height:320px;
        /*display: block;*/
    }
    #top-inner .entry-title{
        margin-top: 120px;
    }
    .top-image {
        height: 150px;
        background-size:auto 100%;
    }
}
@media screen and (min-width:1280px){
    #top-inner {
        height:400px;
    }
    #top-inner .entry-title{
        margin-top: 200px;
    }
    #top-inner{
        background-attachment: fixed;
    }
}

/*news blog pages*/
.post-container{
    background: #fff;
    margin-top: 21px;
    margin-bottom: 21px;
    border-radius: 8px;
    overflow: hidden;
}
.post-container .post-thumbnail{
    display: block;
    font-size: 0;
    overflow: hidden;
}
.post-container .post-thumbnail img{
    width: 100%;
    transition: all 0.2s;
    max-height: 280px;
    object-fit: cover;
}
.post-container .post-thumbnail:hover img{
    transform: scale(1.05);
}
.post-container .post-txt{
    padding: 21px 28px;
    box-sizing: border-box;
}
.post-container .post-title{
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 81px;
    margin-bottom: 21px;
}
.post-container .post-title:hover{
    text-decoration: none;
}
.post-container .post-date,
.post-container .post-date a{
    color: #999;
    text-decoration: none;
    font-size: 14px;
    font-size: 1rem;
}
.post-container .post-content{
    padding-top: 21px;
    /*margin-top: 21px;
	border-top: 1px solid #b6b7b7;*/
    color: #000;
    font-size: 15px;
    line-height: 1.7;
}
.comments-link .post-categories,
.post-container .post-categories{
    list-style: none;
    width: auto;
    display: inline-block;
    margin: 0!important;
}
.comments-link .post-categories li,
.post-container .post-categories li{
    margin: 0;
    width: auto;
    display: inline-block;
}
.inner-menu-sub{
    padding: 21px 0 0 0;
    text-align: center;
}
.menu-sub{
    text-align: center;
}
.menu-sub .cat-item{
    font-size: 16px;
    width: auto;
    display: inline-block;
    padding: 4px 21px;
    line-height: 1.5;
}
.menu-sub .cat-item a{
    color: #000;
    font-weight: 500;
}
.menu-sub .cat-item.current-cat a{
    pointer-events: none;
    color:#2c7ffc;
}
.menu-sub .cat-item a:hover{
    text-decoration: none;
}
.home-headimage.inner-blog{
    overflow: visible;
    height: 75vw;
    max-height: 560px;
}
.home-headimage.inner-blog .site{
    height: 21vw;
    min-height: 150px;
    max-height: 400px;
}
#top-rotate-out{
    position: relative;
    width: 100%;
    z-index: 6;
}
#top-rotate-out .site{
    height: auto!important;
    min-height: none!important;
    max-height: none!important;
}
#top-rotate .swiper-slide{
    font-size: 0;
}
#top-rotate .swiper-slide a{
    display: block;
    margin: 0 auto;
}
#top-rotate .swiper-slide img{
    object-fit: cover;
    margin: 0 auto;
    display: block;
    max-width: 90%;
    border-radius: 8px;
}
#topswiper-pagination{
    margin-top: 12px;
    position: relative;
    width: 100%;
    text-align: center;
}
.swiper-pagination-bullet{
    /*opacity: 1;
	background: #fff;*/
    transition: 0.2s all;
    width: 8px;
    height: 8px;
    border-radius:4px;
    margin: 5px;
}
.swiper-pagination-bullet-active{
    background:#2c7ffc;
    width: 30px;
}
#top-inner.top-blog-single,
#top-inner.top-blog-narrow{
    height: auto;
    position: relative;
}
.top-blog-single .comments-link{
    text-align: left;
}
.top-blog-narrow .site,
.top-blog-single .site{
    position: relative;
    margin-top: 100px;
    padding: 0 28px;
    z-index: 2;
    min-height: 180px;
}
.top-blog-narrow .home-headimage-bottom,
.top-blog-single .home-headimage-bottom{
    z-index: 1;
}
.top-blog-single .post-thumb-single{
    position: relative;
    z-index: 2;
    font-size: 0;
}
.post-thumb-single img{
    max-width: 100%;
    border-radius: 8px;
}
.top-blog-single h1,
.top-blog-narrow h1{
    color: #000;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.4;
}
.top-blog-single .h1,
.top-blog-narrow .h1{
    color: #000;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.4;
}
.post-index{
    position: relative;
    width: 100%;
    background: rgba(255,255,255,0.5);
    margin: 0 0 40px 0;
    box-sizing: border-box;
    padding: 20px 28px;
    border-radius: 6px;
}
.post-index .post-index-title{
    margin-bottom: 0;
    margin-top: 0;
}
#post-index-inner{
    padding-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s all;
}
.post-index-item{
    margin-left: 0;
    padding-left: 8px;
    border-radius: 3px;
    transition: 0.2s all;
}
.post-index-item a{
    color: #000;
    display: block;
    transition: 0.2s all;
}
.post-index-item:hover{
    background: #fff;
}
.post-index-item:hover a{
    color:#2c7ffc;
    text-decoration: none;
}
#post-index-close{
    width: 20px;
    height: 20px;
    color: #000;
    font-size: 19px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
@media screen and (max-width: 767px){
    #top-rotate-out .site{
        padding: 0;
    }
    .menu-sub .cat-item{
        padding: 4px 12px;
    }
}
@media screen and (min-width: 1024px){
    .post-container .post-content{
        min-height: 116px;
    }
    #top-rotate-out{
        position: absolute;
        bottom: -50px;
    }
    #block-news-list .site{
        margin-top: 100px;
    }
    #block-narrow-1 .site{
        margin-top: 20px;
    }
    #top-rotate .swiper-slide{
        max-width: 800px;
    }
    #top-rotate .swiper-slide img{
        max-width: 100%;
    }

}
@media screen and (min-width: 1280px){
    #top-rotate-out{
        bottom: -150px;
    }
    #block-news-list .site{
        margin-top: 200px;
    }
    .top-blog-single h1,
    .top-blog-narrow h1{
        margin-top: 150px;
        font-size: 35px;
    }
    .top-blog-single .h1,
    .top-blog-narrow .h1{
        margin-top: 150px;
        font-size: 35px;
    }
    .top-blog-narrow .site,
    .top-blog-single .site{
        min-height: 230px;
    }

}
/*pricing*/
#table-pricing{
    width: 100%;
    min-width: 800px;
    background: #fff;
}
#table-pricing td{
    box-sizing: border-box;
    padding: 18px 20px;
    line-height: 1.3;
    color:#2c7ffc;
    border-bottom: 1px solid #f1eaf8;
}
#table-pricing td:first-child{
    color: #fff;
    font-size: 110%;
    font-weight: 500;
    background-color: #9182b4;
}
#table-pricing tr:nth-child(odd){
    background-color: #faf7fd;
}
#table-pricing tr:last-child td{
    border-bottom: 0px solid #f1eaf8;
}
#table-pricing .fa{
    font-size: 21px;
}
#pricing-block-2 img{
    width: 900px;
    margin: 0 auto;
    display: block;
}

/*academy*/
.academy-icon{
    display: block;
    margin: 0 20px 0 0;
    width: 135px;
    height: 135px;
    background: url(images/academy-icons.png) no-repeat;
    background-size: 100% auto;
}
.academy-icon.icon-2{ background-position: 0 20%; }
.academy-icon.icon-3{ background-position: 0 40%; }
.academy-icon.icon-4{ background-position: 0 60%; }
.academy-icon.icon-5{ background-position: 0 80%; }
.academy-icon.icon-6{ background-position: 0 100%; }
.academy-item{
    display: flex;
    flex-direction:row;;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
    color: #000;
}
.academy-item:hover{
    text-decoration: none;
}
.academy-txt{
    width: calc(100% - 160px);
    line-height: 1.4;
}
.academy-txt p{
    font-weight: 500;
    margin: 5px 0;
    line-height: 1.4;
}
.academy-video-item{
    text-align: center;
    overflow: hidden;
    display: block;
    background: #fff;
    border-radius: 8px;
    color: #000;
    margin: 28px auto;
}
.academy-video-item:hover{
    text-decoration: none;
}
.academy-video{
    font-size: 0;
    position: relative;
}
.academy-video img{
    width: 100%;
    height: auto;
}
.academy-video:before{
    content: "\f144";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.academy-video-item p{
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 21px;
}
#academy-block-2{
    background-image: url(images/academy-purple-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#academy-block-2 .button{
    display: inline-block;
    width: 430px;
    margin: 15px 20px;
    max-width: calc(100% - 40px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}
.academy-feature-item{
    margin: 28px 0;
}
.academy-feature-item h3{
    margin: 15px 0;
}
#academy-block-3 a{
    display: block;
    color: #000;
}
#academy-block-3 a:hover{
    text-decoration: none;
}
@media screen and (min-width: 768px){
    #academy-block-2 .site{
        display: flex;
        min-height: 190px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #academy-block-2 .button{
        font-size: 18px;
    }
}
/*about page*/
.home-headimage.inner-headimage-video{
    position: relative;
    height: auto;
    overflow: hidden;
    max-height: 562px;
    min-height: 250px;
}
.home-headimage.inner-headimage-video video{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    object-fit: cover;
    min-height: 250px;
}
#inner-headimage-video-mask{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: url(images/about-mask.png) center top repeat-x;
}
.inner-headimage-video .site{
    position: absolute;
    height: 100%;
}
#inner-headimage-video-mask .home-headimage-txt h1{
    color: #fff;
    margin-bottom: 0;
    max-width: 800px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
#inner-headimage-video-mask .home-headimage-txt .h1{
    color: #fff;
    margin-bottom: 0;
    max-width: 800px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
#inner-headimage-video-mask .site{
    height: 100%;
}
#about-block-1 .about-txt-1{
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 14px 0;
}
#about-block-1 .about-txt-2{
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 14px 0;
}
#about-block-1 .about-txt-3{
    display: inline-block;
    box-sizing: border-box;
    border-radius: 6px;
    background: #e7dff1;
    padding: 8px 16px;
    font-size: 15px;
    color:#2c7ffc;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 28px 0;
}
#about-block-1 .about-txt-3:after,
#about-block-1 .about-txt-3:before{
    content: "/";
    display: inline-block;
    margin: 0 5px;
    color: #999;
}
#about-block-1 .about-txt-4{
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    font-style: italic;
    margin: 0 0 28px 0;
}
#about-block-1 hr{
    margin:28px 0;
}
.item-about{
    margin: 35px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.item-about-num{
    line-height: 1;
    font-size: inherit;
    font-size: 40px;
    font-weight: 600;
    width: 60px;
    margin-right: 10px;
}
.item-about p{
    font-size: 14px;
    font-size: 1rem;
    box-sizing: border-box;
    width: calc(100% - 160px);
    margin: 0;
}
.item-about-icon{
    width:75px;
    height:75px;
    display: inline-block;
    background: url(images/about-icons.png) center top;
    background-size: 100% auto;
}
.item-about-icon.icon-2{ background-position: 0 33.3%; }
.item-about-icon.icon-3{ background-position: 0 66.6%; }
.item-about-icon.icon-4{ background-position: 0 100%; }
#about-block-2 .num{
    display: block;
    margin-top: 28px;
    font-size: 50px;
    font-weight: 600;
}
#about-block-3 .round-border{
    margin-bottom: 28px;
}
.about-start-item{
    display: block;
    position: relative;
    margin: 28px 0;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;
    font-size: 0;
}
.about-start-item img{
    width: 100%;
    height: auto;
}
.about-start-txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    transition: 0.2s all;
    opacity: 0.8;
    background-color: transparent;
}
.about-start-item:hover .about-start-txt{
    opacity:1;
    background-color: rgba(0,0,0,0.5);
}

@media screen and (min-width: 768px){
    .item-about:first-child{
        margin-top: 0;
    }
    .item-about-icon{
        width: 135px;
        height: 135px;
    }
    .item-about-num{
        font-size: 52px;
    }
    .item-about p{
        font-size: 15px;
        box-sizing: border-box;
        width: calc(100% - 270px);
    }
    .about-start-txt{
        font-size: 56px;
    }
    .about-start-item{
        margin: 35px 0;
    }
}
/*affiliate page*/
.affiliate-program{
    box-sizing: border-box;
    padding: 28px;
    border: 1px solid #f28d31;
    border-radius: 8px;
    margin-bottom: 28px;
}
.affiliate-title{
    color: #f28d31;
    font-weight: 500;
}
.affiliate-program-1 hr{
    background-color: #f28d31;
}
.affiliate-program h3{
    color: #f28d31;
    margin: 0;
    font-size: 21px;
    font-size: 1.5rem;
}
.affiliate-program-2{
    border: 1px solid #56428a;
}
.affiliate-program-2 hr{
    background-color:#2c7ffc;
}
.affiliate-program-2 h3{
    color:#2c7ffc;
}
.affiliate-program-2 .affiliate-title{
    color:#2c7ffc;
}
.affiliate-title .button{
    margin: 14px auto 0 auto;
}
.affiliate-program ul{
    list-style: disc;
    margin-left: 18px;
}
.affiliate-program ul li{
    box-sizing: border-box;
    padding-bottom: 14px;
}
.affiliate-why-item{
    box-sizing: border-box;
    margin-bottom: 16px;
    background: #473478;
    border-radius: 6px;
    padding: 28px;
    color: #fff;
}
.affiliate-why-header{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
}
.affiliate-why-header h3{
    color: #fff;
    margin: 0;
}
.affiliate-why-icon{
    display: block;
    margin: 0 20px 0 0;
    width: 70px;
    min-width: 70px;
    height: 70px;
    background: url(images/affiliate-icons-1.png) no-repeat center top;
    background-size: 100% auto;
}
.affiliate-why-icon.icon-2{ background-position: 0 20%; }
.affiliate-why-icon.icon-3{ background-position: 0 40%; }
.affiliate-why-icon.icon-4{ background-position: 0 60%; }
.affiliate-why-icon.icon-5{ background-position: 0 80%; }
.affiliate-why-icon.icon-6{ background-position: 0 100%; }
.affiliate-why-item p{
    margin: 0;
}
.affiliate-grown-item{
    text-align: center;
    margin: 28px auto;
}
.affiliate-grown-item p{
    line-height: 1.4;
    min-height: 42px;
}
.affiliate-grown-icon{
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 100px;
    background: url(images/affiliate-icons-2.png) no-repeat center top;
    background-size: 100% auto;
}
.affiliate-grown-icon.icon-2{ background-position: 0 33.3%; }
.affiliate-grown-icon.icon-3{ background-position: 0 66.6%; }
.affiliate-grown-icon.icon-4{ background-position: 0 100%; }
.affiliate-steps-icon{
    display: block;
    margin: 0 0 20px 0;
    width: 90px;
    height: 94px;
    background: url(images/affiliate-icons-3.png) no-repeat;
    background-size: 100% auto;
}
.affiliate-steps-icon.icon-2{ background-position: 0 50%; }
.affiliate-steps-icon.icon-3{ background-position: 0 100%; }
.affiliate-steps-item{
    position: relative;
    margin-bottom: 28px;
    box-sizing: border-box;
    background: #f1eaf8;
    border-radius: 8px;
    padding: 40px 30px;;
}
.affiliate-steps-num{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    line-height: 1;
    top: 20px;
    right: 28px;
}
.affiliate-steps-item p{
    margin: 0;
}
.affiliate-steps-item h3{
    margin-bottom: 20px;
}
#affiliate-block-5 p{
    margin: 28px auto;
    max-width: 850px;
}
@media screen and (min-width:768px){
    .affiliate-why-item {
        min-height: 195px;
    }
    #affiliate-steps{
        width: 100%;
        position: relative;
        overflow: visible;
        margin: 70px auto;
        display: inline-block;
    }
    #affiliate-steps:before{
        content: "";
        width: 236px;
        height: 65px;
        position: absolute;
        top: -65px;
        background: url(images/sourcing-arrow-1.png) no-repeat;
        filter: brightness(0);
        left: 55%;
    }
    #affiliate-steps:after{
        content: "";
        width: 236px;
        height: 65px;
        position: absolute;
        bottom: -65px;
        background: url(images/sourcing-arrow-2.png) no-repeat;
        filter: brightness(0);
        left: 20%;
    }
    .affiliate-steps-item{
        margin-bottom: 0;
    }
    .affiliate-steps-item h3{
        font-size: 21px;
    }
    #affiliate-talk{
        position: relative;
        overflow: hidden;
    }
    #affiliate-talk-1{
        float: right;
        max-width: 60%;
    }
    #affiliate-talk-2{
        position: absolute;
        max-width: 60%;
        left: 0;
        top: 0;
        z-index: 1;
    }
}
@media screen and (min-width: 1024px){
    .affiliate-program{
        padding: 40px;
    }
    .affiliate-program ul li{
        min-height: 64px;
    }
}

/*pupup*/
.popup-layer{
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    top: 0;
    left: 0;
    transition: 0.3s all;
    opacity: 0;
    pointer-events: none;
}
.popup-layer-close{
    display: block;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
    height: 27px;
    width:27px;
    background: url(images/close.svg);
    background-size: 100% 100%;
    transition: 0.2s all;
}
.popup-layer-content{
    position: relative;
    z-index: 1;
    transition: 0.2s all;
    transform: translate(0,40px);
    text-align: center;
}
.popup-layer-content iframe,
.popup-layer-content video{
    display: block;
    margin: auto;
}
.popup-layer.stay .popup-layer-content{
    transform: translate(0,0);
}
.popup-layer-touch{
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.popup-layer-close:hover{
    transform: rotate(90deg);
}
.popup-layer.stay{
    opacity: 1;
    pointer-events: auto;
}
#popupVideo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#popupVideo video{
    margin: auto;
    height: auto;
    /*min-width: 480px;*/
    max-width: 98%;
    max-height: 96vh;
}
.home #popupVideo video{
    width: 480px;
}

/*cookie-notice*/
#cookie-notice{
    position:fixed;
    background:#8a2ae4;
    box-sizing: border-box;
    padding:14px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    -webkit-transition:0.3s;
    transition:0.3s;
    -webkit-opacity: 0;
    opacity: 0;
    z-index: -1;
    bottom: -100px;
    line-height: 1.4;
}
#cookie-notice .button{
    text-decoration: none;
    padding:4px 10px;
    width: unset;
    min-width: 80px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #fff;
    color:#2c7ffc;
}
#cookie-notice a{
    color: #fff;
    text-decoration: underline;
}
#cookie-notice.stay{
    bottom: 0;
    z-index: 99;
    -webkit-opacity: 1;
    opacity: 1
}
a#cookie-notice-close{
    text-decoration: none;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    transform-origin: 50% 50%;
    float: right;
    font-size: 20px;
    -webkit-transition:0.2s;
    transition:0.2s;
    transform:rotate(-45deg);
}
a#cookie-notice-close:hover{
    text-decoration: none;
    transform:rotate(45deg);
}

/*campaign product page*/
a.campaign-item{
    color: #000;
    display: block;
    margin-bottom: 21px;
}
a.campaign-item:hover{
    color: #000;
    text-decoration: none;
}
.campaign-item{
    text-align: center;
    line-height: 1.4;
}
.campaign-item img{
    border-radius: 8px;
}
.campaign-item span{
    display: block;
    font-size: 15px;
}
.campaign-item .rank{
    margin: 14px auto 7px auto;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    font-style: italic;
}
.campaign-item h3{
    font-weight: 500;
    margin: 0 auto 7px auto;
}
#campaign-block-1 h2{
    max-width: 100%;
    margin-top: 50px;
}
#campaign-block-1 .site{
    margin-top: 10px;
}
/*success story*/
.story-item{
    display: block;
    margin-bottom: 28px;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    padding: 28px;
    background: #fff;
    color: #000;
    min-height: 364px;
    transition: all 0.2s;
}
.story-item:hover{
    color: #000;
    background: rgba(255,255,255,0.7);
    text-decoration: none;
}
.story-item h3,
.story-item p{
    margin: 15px auto;
}
.story-item p{
    max-width: 450px;
}
.story-icon{
    text-align: right;
    display: block;
    width: 153px;
    height: 153px;
    margin: 15px auto;
    background: #e6d6f6 url(images/storys-icons.png) no-repeat center top;
    background-size: 100% auto;
    border-radius: 50%;
    text-align: center;
}
.story-icon.icon-2{background-position: 0 5%;}
.story-icon.icon-3{background-position: 0 10%;}
.story-icon.icon-4{background-position: 0 15%;}
.story-icon.icon-5{background-position: 0 20%;}
.story-icon.icon-6{background-position: 0 25%;}
.story-icon.icon-7{background-position: 0 30%;}
.story-icon.icon-8{background-position: 0 35%;}
.story-icon.icon-9{background-position: 0 40%;}
.story-icon.icon-10{background-position: 0 45%;}
.story-icon.icon-11{background-position: 0 50%;}
.story-icon.icon-12{background-position: 0 55%;}
.story-icon.icon-13{background-position: 0 60%;}

.story-icon.icon-0{background-image: none;}
.story-icon.icon-0{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.story-icon img{
    width: 75%;
}
.story-num-item {
    margin-top: 28px;
    margin-bottom: 28px;
}
.story-num-item p{
    margin: 15px auto;
    max-width: 250px;
    line-height: 1.4;
}
p.story-num{
    font-family: 'Roboto';
    color:#2c7ffc;
    font-size: 30px;
    font-weight: 800;
}
p.story-num i{
    font-size: 50%;
    display: inline-block;
    vertical-align: text-top;
}
h2.story-title-bigger{
    font-size: 24px!important;
    font-weight: 600!important;
}
@media screen and (min-width: 768px){
    p.story-num{
        font-size: 56px;
        margin: 0 auto;
        line-height: 1;
    }
    h2.story-title-bigger{
        font-size: 32px!important;
    }
}

/*landing pages*/
#video-in-header{
    box-sizing: border-box;
    padding: 0 20px;
    width: 600px;
    max-width: 100%;
    z-index: 7;
    right: 0;
    bottom: 0;
    height: 480px;
}
#video-in-header iframe{/*youtube video*/
    border-radius: 8px;
}
#lp-optimize-dropshipping-block-2 img{
    margin: 20px 0;
}
@media screen and (max-width: 1279px){
    .home-headimage.inner-headimg-viedo-side{
        height: auto;
    }
    #video-in-header{
        position: relative;
        height: auto;
    }
}
@media screen and (min-width: 1280px){
    #video-in-header{
        right: auto;
        left: calc(50% + 100px);
    }
}

/*intercom icon*/
.intercom-lightweight-app-launcher {
    right: 0px!important;
    background:#2c7ffc!important;
    bottom: calc(50% - 30px)!important;
    /*border-radius: 5px 0 0 5px!important;
	bottom: 60px!important;
	width: 40px!important;
	height: 40px!important;*/
}
.intercom-lightweight-app-launcher:hover{
    background-color:#2c7ffc!important;
}
.intercom-lightweight-app-launcher-icon{
    /*top: 10px!important;
	left: 10px!important;
	width: 20px!important;
	height: 20px!important;*/
}
.intercom-namespace .intercom-ue4mt2{
    background:#2c7ffc!important;
}
.bestapp-item{
    padding-top: 20px;
    padding-bottom: 20px;
}
.bestapp-item h3,
.bestapp-item p{
    margin: 5px 0;
    position: relative;
}
.bestapp-item-negitive{
    background: #f7f7f7;
    color: #b6afc5;
    width: auto;
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.bestapp-item-negitive:before{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 100%;
    color: #9e5454;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f00d";
    line-height: 30px;
    text-align: center;
}
.bestapp-item-posive{
    background: #ffeede;
    color: #000;
    width: auto;
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.bestapp-item-posive:before{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 100%;
    color: #fff;
    background: #f28d31;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f00c";
    line-height: 30px;
    text-align: center;
}
#bestapp-compasion{
    border-collapse: separate;
}
#bestapp-compasion td,
#bestapp-compasion th{
    text-align: left;
    padding: 12px;
    color: #fff;
    vertical-align: middle;
    line-height: 1.35;
}
#bestapp-compasion th{
    font-weight: 600;
    padding: 20px 12px;
}
#bestapp-compasion thead .column-2{
    background:#2c7ffc;
    color: #fff;
    border-left: 2px solid #e6d6f6;
    border-top: 2px solid #e6d6f6;
    border-radius: 6px 0 0 0;
    min-width: 260px;
    font-size: 110%;
}
#bestapp-compasion .column-3{
    color: #ffc795;
    border-left: 1px solid #e6d6f6;
}
#bestapp-compasion thead .column-3{
    background: #4a366c;
    color: #f79400;
    border-right: 2px solid #e6d6f6;
    border-top: 2px solid #e6d6f6;
    border-radius: 0 6px 0 0;
    min-width: 260px;
    font-size: 110%;
}
#bestapp-compasion .column-1{
    padding: 0;
}
#bestapp-compasion .column-1 span{
    display: block;
    box-sizing: border-box;
    margin: 5px 0;
    border: 2px solid #e6d6f6;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    padding: 16px;
}
#bestapp-compasion .column-2{
    background: #ffffff;
    color:#2c7ffc;
}
#bestapp-compasion td.column-2{
    border-top: 1px solid #e6d6f6;
}
#bestapp-compasion td.column-3{
    border-top: 1px solid #e6d6f6;
    border-right: 2px solid #e6d6f6;
}
#bestapp-compasion .raw-last .column-2{
    border-bottom: 2px solid #e6d6f6;
    border-radius: 0 0 0 6px;
}
#bestapp-compasion .raw-last .column-3{
    border-bottom: 2px solid #e6d6f6;
    border-radius: 0 0 6px 0;
}
#bestapp-compasion tbody tr:nth-child(odd) .column-2{
    background-color: #faf7fd;
}
#bestapp-compasion tbody tr:nth-child(odd) .column-3{
    background-color: #4a366c;
}
ul.innovatief-list{
    max-width: 900px;
    margin: 40px auto;
}
ul.innovatief-list li{
    position: relative;
    background: #9182b4;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 16px 16px 16px 40px;
    text-align: left;
    font-weight: 500;
    line-height: 1.35;
}
ul.innovatief-list li:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #caaef1;
    left: 18px;
    top: 20px;
}
.innovatief-icon{
    display: block;
    margin: 0 auto 20px  auto;
    width: 100px;
    height: 75px;
    background: url(images/innovatief-icons.png) no-repeat;
    background-size: 100% auto;
}
.innovatief-icon.icon-1{ background-position: 0 0%; }
.innovatief-icon.icon-2{ background-position: 0 33.3%; }
.innovatief-icon.icon-3{ background-position: 0 66.66%; }
.innovatief-icon.icon-4{ background-position: 0 100%; }
.innovatief-item{
    min-height: 396px;
    color: #000;
    box-sizing: border-box;
    padding: 30px 15px;
    border-radius: 6px;
    background: #f1eaf8;
    margin-bottom: 28px;
}
.innovatief-item p{
    margin-bottom: 0;
    line-height: 1.5;
}
.list-dot li{
    position: relative;
    padding-left: 20px;
    padding-bottom: 7px;
    line-height: 1.55;
}
.home-headimage-txt .list-dot li{
    padding-bottom: 0;
}
.home-headimage-txt .list-dot{
    margin-bottom: 21px;
}
.list-dot li:before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9029e4;
    left: 0px;
    top: 8px;
}
#innovatief-block-5 img{
    margin-bottom: 28px;
}
#salesource-block-4{
    background-image: url(images/salesource-bgpic.png);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
}
#usepacket-block-3 .max-width{
    width: 900px;
    max-width: 100%;
}
#usepacket-block-3 .button{
    /*display: flex;
	flex-direction: row;
	align-items: center;
	width: 310px;*/
    margin-top: 40px;
}
#usepacket-block-3 .button span{
    text-align: left;
    margin-right: 15px;
    display: inline-block;
    font-size: 80%;
}
.tiktok-item{
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0;
}
.tiktok-item p{
    margin: 0;
}
.tiktok-item-icon{
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url(images/tiktok-icons.png) no-repeat;
    background-size: 100% auto;
    margin-right:30px;
    flex-shrink: 0;
}
.tiktok-item-icon.icon-1{background-position: 0 0;}
.tiktok-item-icon.icon-2{background-position: 0 25%;}
.tiktok-item-icon.icon-3{background-position: 0 50%;}
.tiktok-item-icon.icon-4{background-position: 0 75%;}
.tiktok-item-icon.icon-5{background-position: 0 100%;}
#tiktok-app-icon-1{
    display: block;
    margin: 0 auto;
}
#tiktok-app-icon-2{
    display: block;
    margin: 7px auto;
}
.tiktok-for-item{
    overflow: hidden;
    box-sizing: border-box;
    background: white;
    border-radius: 8px;
    margin-bottom: 28px;
}
.tiktok-for-item-title,
.tiktok-for-item-cont{
    box-sizing: border-box;
    padding: 28px;
}
.tiktok-for-item-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #9182b4;
}
.tiktok-for-item-title.tiktok-t2{
    background: #f7c47c;
}
.tiktok-for-item p{
    color: #000;
}
#tiktok-block-5{
    background-image: url(images/tiktok-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
}
.ementoring-logo{
    width: 150px;
    height: 45px;
    display: inline-block;
    background: url(images/ementoring-logo.png) no-repeat center center;
    background-color: #000;
    background-size: 90% auto;
    border-radius: 5px;
    overflow: hidden;
    font-size: 0;
    vertical-align: middle;
    margin: 0 5px;
}
.ementoring-icon{
    display: block;
    margin: 0 auto 20px  auto;
    width: 100px;
    height: 75px;
    background: url(images/ementoring-icons.png) no-repeat;
    background-size: 100% auto;
}
.ementoring-icon.icon-1{ background-position: 0 0%; }
.ementoring-icon.icon-2{ background-position: 0 33.3%; }
.ementoring-icon.icon-3{ background-position: 0 66.66%; }
.ementoring-icon.icon-4{ background-position: 0 100%; }
.ementoring-item{
    min-height: 396px;
    color: #000;
    box-sizing: border-box;
    padding: 30px 15px;
    border: 2px solid #edebf2;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 28px;
}
.ementoring-item p{
    margin-bottom: 0;
    line-height: 1.5;
}
#ementoring-features{
    margin: 20px auto;
    max-width: 440px;
}
#ementoring-tt{
    margin: 20px auto;
    counter-reset:ementoring_tt 0;
}
#ementoring-tt li{
    position: relative;
    padding: 14px 0;
    padding-left: 50px;
}
#ementoring-tt li:before{
    position: absolute;
    top: 7px;
    left: 0;
    counter-increment: ementoring_tt;
    content: counter(ementoring_tt);
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #dabcf9;
    border: double 3px white;
    border-radius: 50%;
    color:#2c7ffc;
}
.holiday-item{
    text-align: center;
    padding-bottom: 28px;
}
.holiday-icon{
    display: block;
    margin: 28px auto;
    width: 110px;
    height: 110px;
    background: url(images/holiday-icons.png) no-repeat;
    background-size: 100% auto;
}
.holiday-icon.icon-1{ background-position: 0 0; }
.holiday-icon.icon-2{ background-position: 0 33.3%; }
.holiday-icon.icon-3{ background-position: 0 66.6%; }
.holiday-icon.icon-4{ background-position: 0 100%; }
.holiday-seller-item{
    box-sizing: border-box;
    padding: 28px;
    background: #fff;
    border-radius: 8px;
    color: #000;
}
.holiday-seller-item img{
    max-width: 100%;
    width: 300px;
    display: block;
    margin: 14px auto;
}
@media screen and (min-width: 768px){
    .innovatief-icon,
    .ementoring-icon{
        width: 150px;
        height: 110px;
    }
    .innovatief-item,
    .ementoring-item{
        padding: 30px;
    }
    #usepacket-block-3 {
        background-image: url(images/usepacket-dots.png);
        background-position: 85% center;
        background-repeat: no-repeat;
    }
    .tiktok-for-item-title,
    .tiktok-for-item-cont{
        padding: 28px 45px;
    }
    .holiday-seller-item{
        min-height: 502px;
        padding: 28px 40px;
    }
}