@font-face {
    font-family: 'BINK-font';
    src: url('./fonts/BINK-font.eot'); /* IE */
    src: local('BINK-font'), url('./fonts/BINK-font.ttf') format('truetype'); /* non-IE */
    font-weight: normal;
}
/* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: url(./fonts/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: url(./fonts/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY4SY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);*/

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6, p, a {
    line-height: 1em
}

a {
    text-decoration: none
}

ul, ol {
    list-style: none;
    text-align: right;
}

header, nav, article, section, aside, footer {
    display: block
}

figure {
    line-height: 0
}

    figure > img {
        width: 100%
    }

    figure > figcaption {
        display: none
    }

a, p, h1, h2, h3, h4, h5, h6 {
    font-family: "BINK-font",sans-serif
}

h1, h5, h6 {
    font-weight: 700;
    text-transform: uppercase
}

h1 {
    color: #fff;
    font-size: 3em;
    text-align: center
}

    h1 span {
        color: #16ffd8
    }

h2 {
    text-align: right;
    color: #fff;
    font-size: 2em;
    font-weight: 700
}

h3 {
    color: #2b373a;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center
}

h4 {
    color: #2b373a;
    font-size: 1.25em;
    font-weight: 700
}

h5 {
    color: #fff;
    font-size: 1.125em;
    text-align: center
}

h6 {
    color: #2b373a;
    font-size: 0.875em
}

p {
    color: #888;
    font-size: 0.875em;
    line-height: 1.71429em;
    font-weight: 600
}

    p a {
        color: #888
    }

        p a.primary {
            color: #06b99b
        }

        p a.secondary {
            color: #1396e1
        }

        p a.tertiary {
            color: #e61852
        }

    p span.primary {
        color: #06b99b
    }

.image-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(25,31,32,0.9);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in;
    cursor: pointer
}

    .image-overlay .clickable-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 50%;
        margin-right: -35px;
        margin-top: -35px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
        transition: transform .2s ease-in
    }

        .image-overlay .clickable-icon .svg-plus {
            fill: #fff;
            width: 28px;
            height: 28px;
            position: absolute;
            top: 21px;
            right: 21px
        }

        .image-overlay .clickable-icon.primary {
            background-color: #00d7b3
        }

        .image-overlay .clickable-icon.secondary {
            background-color: #1396e1
        }

        .image-overlay .clickable-icon.tertiary {
            background-color: #e61852
        }

.shadow-film {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    transition: all .3s ease-in-out;
    z-index: 9999
}

    .shadow-film.open {
        opacity: 0.8
    }

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .3s ease-in-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.mfp-removing .mfp-arrow-left, .mfp-removing .mfp-arrow-right {
    opacity: 0
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

input, textarea {
    color: #888;
    font-family: "BINK-font",sans-serif;
    font-size: 0.8125em;
    border-radius: 4px
}

    input[type="text"].invalid {
        border-color: #ea2e68
    }

    input[type="text"], input[type="number"] {
        text-align: right;
        width: 100%;
        height: 40px;
        padding: 0 15px;
        border: 1px solid #ebebeb;
        line-height: 40px;
        border-radius: 4px
    }

    input[type="number"] {
        padding-left: 0
    }

    input.rounded {
        border-radius: 200px
    }

textarea {
    width: 100%;
    min-height: 90px;
    border: 1px solid #ebebeb;
    padding: 14px 12px
}

select {
    text-align: right;
    width: 100%;
    height: 40px;
    padding: 0 15px 0 40px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    color: #b2b2b2;
    font-family: "BINK-font",sans-serif;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

    select::-ms-expand {
        display: none
    }

label {
    text-align: right;
    display: block;
    margin-bottom: 12px;
    color: #888;
    font-size: 0.8125em;
    font-family: "BINK-font",sans-serif;
    font-weight: 600;
    cursor: pointer
}

    label:last-child {
        margin-bottom: 0
    }

    label.b-label, label.rl-label {
        color: #2b373a;
        font-weight: 700
    }

    label.rl-label {
        text-align: right;
        margin-bottom: 14px;
        font-size: 0.875em;
        line-height: 1em;
        cursor: auto
    }

        label.rl-label.required:after {
            content: '*';
            color: #00d7b3;
            position: relative;
            left: 2px
        }

    label.b-label {
        font-size: 0.8125em
    }

    label.select-block {
        width: 100%;
        display: inline-block;
        position: relative
    }

        label.select-block .svg-arrow {
            fill: #535d5f;
            width: 6px;
            height: 10px;
            position: absolute;
            top: 17px;
            left: 17px;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    label > .radio, label > .checkbox {
        float: right;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-left: 8px;
        border: 1px solid #ebebeb;
        background-color: #f5f5f5;
        position: relative;
        top: 5px
    }

    label > .radio {
        border-radius: 50%
    }

        label > .radio span {
            width: 6px;
            height: 6px;
            background-color: #00d7b3;
            border-radius: 50%;
            position: absolute;
            top: 5px;
            right: 5px;
            display: none
        }

    label > .checkbox {
        border-radius: 4px
    }

        label > .checkbox span {
            width: 100%;
            height: 100%;
            border-radius: 4px;
            background: url("../images/check.png") no-repeat center;
            display: none
        }

    label .quantity {
        float: left;
        margin-top: 3px;
        color: #b2b2b2
    }

button {
    cursor: pointer
}

input[type="radio"], input[type="radio"]:checked + label .checkbox.primary, input[type="checkbox"]:checked + label .checkbox.primary {
    border-color: #00d7b3;
    background-color: #00d7b3
}

    input[type="radio"]:checked + label .checkbox.secondary, input[type="checkbox"]:checked + label .checkbox.secondary {
        border-color: #1396e1;
        background-color: #1396e1
    }

    input[type="radio"]:checked + label .checkbox.tertiary, input[type="checkbox"]:checked + label .checkbox.tertiary {
        border-color: #e61852;
        background-color: #e61852
    }

    input[type="radio"]:checked + label > span > span, input[type="checkbox"]:checked + label > span > span {
        display: block
    }

.placeholder, ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #b2b2b2;
    font-family: "BINK-font",sans-serif;
    font-size: 13px;
    font-weight: 600
}

.button {
    display: block;
    width: 120px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    font-family: "BINK-font",sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 30px;
    text-align: center
}

    .button.primary {
        background-color: #00d7b3
    }

        .button.primary:hover {
            background-color: #0ae7c2
        }

    .button.secondary {
        background-color: #1cbdf9
    }

        .button.secondary:hover {
            background-color: #37c9ff
        }

    .button.secondary-dark {
        background-color: #1396e1
    }

        .button.secondary-dark:hover {
            background-color: #27a4ec
        }

    .button.tertiary {
        background-color: #e61852
    }

        .button.tertiary:hover {
            background-color: #f8436e
        }

    .button.fb {
        background-color: #355599
    }

    .button.twt {
        background-color: #0fccf4
    }

    .button.de {
        background-color: #05cc47
    }

    .button.wfb {
        background: url("../images/fb.png") no-repeat center #355599
    }

        .button.wfb:hover {
            background: url("../images/fb.png") no-repeat center #4868ae
        }

    .button.wtwt {
        background: url("../images/twt.png") no-repeat center #0fccf4
    }

        .button.wtwt:hover {
            background: url("../images/twt.png") no-repeat center #2fd5f9
        }

    .button.wdb {
        background: url("../images/db.png") no-repeat center #f63f6e
    }

        .button.wdb:hover {
            background: url("../images/db.png") no-repeat center #fe5e87
        }

    .button.wde {
        background: url("../images/de.png") no-repeat center #05cc47
    }

        .button.wde:hover {
            background: url("../images/de.png") no-repeat center #15e159
        }

    .button.dark {
        background-color: #2b373a;
        position: relative
    }

        .button.dark span.primary {
            color: #16ffd8
        }

        .button.dark span.secondary {
            color: #1396e1
        }

        .button.dark:hover {
            background-color: #3b4a4e
        }

    .button.dark-light {
        background-color: #535d5f
    }

        .button.dark-light:hover {
            background-color: #647072
        }

    .button.mid {
        width: 160px;
        height: 42px;
        line-height: 42px;
        font-size: 0.875em
    }

        .button.mid.bid {
            float: left;
            width: 120px
        }

    .button.mid-short {
        width: 160px
    }

    .button.medium {
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size: 1em
    }

    .button.big {
        width: 270px;
        height: 60px;
        line-height: 60px;
        font-size: 1.25em
    }

        .button.big.purchase {
            padding-right: 22px;
            text-align: right
        }

            .button.big.purchase.bid {
                padding-right: 40px
            }

            .button.big.purchase span {
                float: right
            }

        .button.big.wcart, .button.big.wfav {
            position: relative;
            text-align: right
        }

        .button.big.wcart {
            padding-right: 78px
        }

            .button.big.wcart span.icon-present {
                font-size: 25px;
                position: absolute;
                top: 16px;
                right: 35px
            }

        .button.big.wfav {
            padding-right: 72px
        }

            .button.big.wfav span.fav-count {
                font-size: 10px;
                position: absolute;
                top: 14px;
                right: 40px
            }

            .button.big.wfav span.icon-heart {
                font-size: 20px;
                position: absolute;
                top: 15px;
                right: 38px
            }

        .button.big span.currency {
            margin-left: 15px;
            font-size: 36px;
            position: relative;
            top: -2px
        }

            .button.big span.currency:before {
                content: '$';
                font-size: 18px;
                position: relative;
                top: -4px;
                right: -1px
            }

    .button.half {
        float: right
    }

        .button.half + .half {
            float: left
        }

    .button.third {
        float: right;
        margin-left: 10px
    }

        .button.third + .third + .third {
            float: left;
            margin-left: 0
        }

.link-to {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000
}

.headline {
    height: 66px;
    border: 1px solid #ebebeb;
    border-right: none;
    padding-right: 22px;
    margin-bottom: 26px;
    background-color: #fff;
    position: relative
}

    .headline:before {
        display: block;
        content: '';
        width: 6px;
        height: 66px;
        background-color: #535d5f;
        position: absolute;
        top: -1px;
        right: 0
    }

    .headline.primary:before, .headline.primary .slide-control {
        background-color: #00d7b3
    }

        .headline.primary .slide-control:hover {
            background-color: #0ae7c2
        }

    .headline.secondary:before, .headline.secondary .slide-control {
        background-color: #1396e1
    }

        .headline.secondary .slide-control:hover {
            background-color: #27a4ec
        }

    .headline.tertiary:before, .headline.tertiary .slide-control {
        background-color: #e61852
    }

        .headline.tertiary .slide-control:hover {
            background-color: #f8436e
        }

    .headline h4 {
        float: right;
        line-height: 66px
    }

    .headline .slide-control-wrap {
        width: 66px;
        top: 16px;
        left: 16px
    }

    .headline .button {
        float: left;
        margin: 17px 0 0 15px
    }

.head-title {
    width: 620px;
    margin: 20px auto 60px
}

    .head-title .text-header {
        margin-bottom: 26px
    }

    .head-title p {
        text-align: center
    }
.section-headline-wrap2 {
    background: url("../images/section_headline_bg2.png") no-repeat center,linear-gradient(to left, #8540bd, #250777);
    background-size: cover
}
.section-headline-wrap {
    background: url("../images/section_headline_bg.png") no-repeat center,linear-gradient(to left, #05e6aa, #1cbdf9);
    background-size: cover
}

    .section-headline-wrap.v2 {
        background: url("../images/section_headline_bg.png") no-repeat center,linear-gradient(to left, #f21c5e, #1cc1e4)
    }

    .section-headline-wrap.v3 {
        background: url("../images/section_headline_bg.png") no-repeat center,linear-gradient(to left, #1595de, #00dcdd)
    }

.section-headline {
    height: 90px;
    padding: 0 30px;
    overflow: hidden
}

    .section-headline h2 {
        float: right;
        line-height: 90px
    }

    .section-headline p {
        float: left;
        color: #fff;
        line-height: 90px
    }

        .section-headline p .separator {
            margin: 0 13px
        }

        .section-headline p .current-section {
            font-weight: 700
        }

.slide-control-wrap {
    position: absolute
}

.slide-control {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #535d5f;
    cursor: pointer;
    position: relative
}

    .slide-control:hover {
        background-color: #647072
    }

    .slide-control.rounded {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: rgba(0,0,0,0.8)
    }

        .slide-control.rounded .svg-arrow {
            top: 17px
        }

        .slide-control.rounded.left .svg-arrow {
            right: 18px
        }

        .slide-control.rounded.right .svg-arrow {
            right: 20px
        }

    .slide-control .svg-arrow {
        fill: #fff;
        width: 8px;
        height: 12px;
        position: absolute;
        top: 9px;
        pointer-events: none
    }

    .slide-control.left {
        float: left
    }

        .slide-control.left.mfp-arrow-left {
            float: none;
            position: absolute;
            top: 50%;
            margin-top: -15px;
            right: 12%
        }

        .slide-control.left .svg-arrow {
            right: 11px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .slide-control.right {
        float: right
    }

        .slide-control.right.mfp-arrow-right {
            float: none;
            position: absolute;
            top: 50%;
            margin-top: -15px;
            left: 12%
        }

        .slide-control.right .svg-arrow {
            right: 12px
        }

.open {
    opacity: 1;
    visibility: visible
}

.closed {
    opacity: 0;
    visibility: hidden
}

.svg-arrow {
    width: 4px;
    height: 8px;
    cursor: pointer
}

.svg-check {
    width: 14px;
    height: 11px;
    fill: #535d5f
}

.recommendation {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d1d1d1;
    position: relative
}

    .recommendation.good {
        background-color: #00d7b3
    }

    .recommendation.bad {
        background-color: #e61852
    }

    .recommendation .icon-like, .recommendation .icon-dislike {
        color: #fff;
        font-size: 18px;
        position: absolute;
        right: 50%;
        margin-right: -9px
    }

    .recommendation .icon-like {
        top: 11px
    }

    .recommendation .icon-dislike {
        top: 13px
    }

.pin-tag {
    display: inline-block;
    font-family: "BINK-font",sans-serif;
    font-size: 0.75em;
    font-weight: 700
}

    .pin-tag.primary {
        color: #06b99b
    }

    .pin-tag.secondary {
        color: #1396e1
    }

    .pin-tag.tertiary {
        color: #e61852
    }

.pin {
    display: inline-block;
    padding: 0px 5px;
    border-radius: 2px;
    background-color: #535d5f;
    color: #fff;
    font-family: "BINK-font",sans-serif;
    font-size: 0.5625em;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    position: absolute
}

    .pin.soft-edged {
        line-height: 14px;
        border-radius: 4px;
        padding: 0 6px
    }

    .pin.primary {
        background-color: #00d7b3
    }

    .pin.secondary {
        background-color: #1cbdf9
    }

    .pin.featured {
        background-color: #ffc000
    }

    .pin.greyed {
        background-color: #d1d1d1
    }

.search-widget {
    width: 970px;
    height: 122px;
    padding: 36px 52px 0 0;
    border-radius: 4px;
    position: absolute;
    right: 50%;
    margin-right: -485px;
    background: url("../images/searchbar_texture.png") no-repeat center,linear-gradient(to left, #05e6aa, #1cbdf9);
    background-size: cover
}

.search-widget-form {
    overflow: hidden
}

    .search-widget-form input, .search-widget-form select {
        float: right;
        height: 50px;
        padding: 0 20px 0 40px;
        color: #888;
        font-size: 0.875em;
        line-height: 50px
    }

    .search-widget-form input {
        width: 448px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left-color: #e1e1e1;
        text-align: right;
    }

    .search-widget-form select {
        font-size: 1.07692em;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        text-align: right;
    }

    .search-widget-form .select-block {
        float: right;
        width: 232px;
        margin-left: 16px
    }

        .search-widget-form .select-block .svg-arrow {
            width: 4px;
            height: 8px;
            top: 22px;
            left: 16px
        }

    .search-widget-form .placeholder, .search-widget-form ::-webkit-input-placeholder, .search-widget-form :-moz-placeholder, .search-widget-form ::-moz-placeholder, .search-widget-form :-ms-input-placeholder {
        color: #888
    }

    .search-widget-form ::-webkit-input-placeholder {
        color: #888
    }

    .search-widget-form :-moz-placeholder {
        color: #888
    }

    .search-widget-form ::-moz-placeholder {
        color: #888
    }

    .search-widget-form :-ms-input-placeholder {
        color: #888
    }

    .search-widget-form .button {
        float: right
    }

header, .menu-bar, .banner, #services, #product-sideshow, #subscribe-banner, #footer-top, #footer-bottom, .category-nav, .section-headline, .section, .sidebar-nav, .author-profile-meta {
    max-width: 1170px;
    width: 95%;
    margin: 0 auto
}

.logo {
    width: 250px;
    height: 56px
}

    .logo.small {
        float: right;
        height: 41px
    }

.user-quickview {
    width: 155px;
    padding: 10px 62px 0 0;
    position: relative
}

    .user-quickview .outer-ring, .user-quickview .inner-ring, .user-quickview .user-avatar {
        position: absolute
    }

    .user-quickview .outer-ring {
        width: 54px;
        height: 54px;
        top: 0;
        right: 0
    }

    .user-quickview .inner-ring {
        width: 50px;
        height: 50px;
        top: 2px;
        right: 2px
    }

    .user-quickview .user-avatar {
        top: 7px;
        right: 7px
    }

    .user-quickview .user-name {
        cursor: pointer;
        margin-bottom: 2px
    }

    .user-quickview .svg-arrow {
        fill: #fff;
        position: absolute;
        top: 12px;
        left: 10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.outer-ring, .inner-ring {
    border-radius: 50%
}

.outer-ring {
    background: -webkit-linear-gradient(to left, #10fac0, #1cbdf9);
    background: linear-gradient(to left, #10fac0, #1cbdf9)
}

.inner-ring {
    background-color: #2b373a
}

.user-avatar-wrap {
    display: block;
    margin: 0 auto;
    border-radius: 50%
}

    .user-avatar-wrap.medium {
        width: 70px;
        height: 70px
    }

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

    .user-avatar img {
        border-radius: 50%
    }

    .user-avatar.small {
        width: 26px;
        height: 26px
    }

    .user-avatar.medium {
        width: 70px;
        height: 70px
    }

.user-name, .user-money {
    line-height: 1em
}

.user-name {
    color: #fff;
    font-size: 0.75em
}

.user-money {
    color: #16ffd8;
    font-size: 1em
}

.rating {
    overflow: hidden;
    cursor: pointer
}

    .rating .rating-item {
        float: right;
        margin-left: 5px
    }

        .rating .rating-item .svg-star {
            fill: #ffc000;
            width: 11px;
            height: 10px
        }

        .rating .rating-item.empty .svg-star {
            fill: #cfcfcf
        }

        .rating .rating-item:last-child {
            margin-left: 0
        }

.product-preview-image {
    width: 258px;
    height: 150px
}

    .product-preview-image.large {
        width: 836px;
        height: 484px
    }

    .product-preview-image.big {
        width: 358px;
        height: 208px
    }

    .product-preview-image.thumbnail {
        width: 78px;
        height: 78px
    }

    .product-preview-image.small {
        width: 70px;
        height: 70px
    }

    .product-preview-image.tiny {
        width: 60px;
        height: 60px
    }

.text-header, .category, .price {
    color: #2b373a;
    font-weight: 700;
    line-height: 1em
}

.text-header {
    font-size: 1em
}

    .text-header.small {
        font-size: 0.875em;
        line-height: 1em
    }

    .text-header.tiny {
        font-size: 0.75em;
        line-height: 1.16667em
    }

    .text-header.mid {
        font-size: 1.5em
    }

    .text-header.big {
        font-size: 2.25em
    }

    .text-header a {
        color: #2b373a
    }

.category {
    font-size: 0.75em
}

    .category.tiny {
        font-size: 0.6875em
    }

    .category.primary {
        color: #06b99b
    }

        .category.primary > a {
            color: #06b99b
        }

    .category.secondary {
        color: #1396e1
    }

        .category.secondary > a {
            color: #1396e1
        }

    .category.tertiary {
        color: #e61852
    }

        .category.tertiary > a {
            color: #e61852
        }

.price {
    font-size: 1.25em;
    position: relative
}

    .price span {
        font-size: 0.6em;
        position: relative;
        top: -2px;
        float: left;
        margin-right: 5px;
    }

    .price.tiny {
        font-size: 1em
    }

        .price.tiny span {
            font-size: 0.5625em
        }

    .price.medium {
        font-size: 1.625em
    }

        .price.medium span {
            font-size: 0.61538em
        }

    .price.big {
        font-size: 2.375em
    }

        .price.big span {
            font-size: 0.47368em
        }

    .price.large {
        font-size: 3em
    }

        .price.large span {
            font-size: 0.47368em
        }

.text-oneline {
    font-size: 0.75em;
    line-height: 18px
}

.timestamp {
    color: #b2b2b2;
    font-size: 0.75em
}

.line-separator {
    background-color: #ebebeb;
    height: 1px;
    border: none
}

.dropdown {
    width: 230px;
    position: absolute;
    border: 1px solid #ebebeb;
    background-color: #fff;
    transition: all .4s ease-in-out;
    z-index: 10000
}

    .dropdown .dropdown-triangle {
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        top: -8px;
        right: 8px
    }

    .dropdown.hover-effect > .dropdown-item > a {
        transition: all .15s ease;
        border-right: 0px solid #00d7b3
    }

        .dropdown.hover-effect > .dropdown-item > a:hover {
            border-right: 6px solid #00d7b3
        }

    .dropdown.hover-effect.secondary > .dropdown-item > a {
        transition: all .15s ease;
        border-right: 0px solid #1396e1
    }

        .dropdown.hover-effect.secondary > .dropdown-item > a:hover {
            border-right: 6px solid #1396e1
        }

    .dropdown.hover-effect.tertiary > .dropdown-item > a {
        transition: all .15s ease;
        border-right: 0px solid #e61852
    }

        .dropdown.hover-effect.tertiary > .dropdown-item > a:hover {
            border-right: 6px solid #e61852
        }

    .dropdown.small {
        width: 170px
    }

        .dropdown.small.hover-effect .dropdown-item > a:hover {
            border-right: 4px solid #00d7b3
        }

        .dropdown.small .dropdown-item > a {
            padding-right: 14px;
            line-height: 40px;
            font-size: 0.75em
        }

    .dropdown.notifications {
        width: 300px
    }

        .dropdown.notifications .dropdown-item {
            height: 81px;
            padding: 20px 70px 0 55px;
            position: relative
        }

            .dropdown.notifications .dropdown-item .user-avatar {
                position: absolute;
                top: 20px;
                right: 15px
            }

            .dropdown.notifications .dropdown-item .title {
                font-size: 0.6875em;
                line-height: 1.27273em
            }

                .dropdown.notifications .dropdown-item .title span {
                    color: #2b373a;
                    font-weight: 700
                }

            .dropdown.notifications .dropdown-item .subject {
                font-size: 0.6875em
            }

            .dropdown.notifications .dropdown-item .timestamp {
                font-size: 0.625em
            }

            .dropdown.notifications .dropdown-item .notification-type {
                color: #888;
                font-size: 19px;
                position: absolute;
                top: 30px;
                left: 19px
            }

                .dropdown.notifications .dropdown-item .notification-type.primary-new {
                    color: #00d7b3
                }

                .dropdown.notifications .dropdown-item .notification-type.secondary-new {
                    color: #1cbdf9
                }

    .dropdown.cart {
        width: 300px
    }

        .dropdown.cart .dropdown-item {
            height: 92px;
            padding: 18px 84px 0 40px;
            position: relative
        }

            .dropdown.cart .dropdown-item .svg-plus {
                fill: #b2b2b2;
                width: 10px;
                height: 10px;
                position: absolute;
                top: 10px;
                left: 10px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                z-index: 10000
            }

            .dropdown.cart .dropdown-item:last-child {
                padding: 0 84px 0 18px;
                height: 43px;
                cursor: auto
            }

                .dropdown.cart .dropdown-item:last-child .text-header {
                    float: right;
                    line-height: 43px
                }

                .dropdown.cart .dropdown-item:last-child .price {
                    float: left;
                    font-size: 0.875em;
                    line-height: 43px
                }

            .dropdown.cart .dropdown-item .product-preview-image {
                position: absolute;
                top: 16px;
                right: 16px
            }

            .dropdown.cart .dropdown-item .text-header {
                margin-bottom: 3px
            }

            .dropdown.cart .dropdown-item .category {
                margin-bottom: 2px
            }

            .dropdown.cart .dropdown-item .button {
                bottom: -54px
            }

    .dropdown.dark {
        background-color: #222b2d;
        border-color: #2b373a
    }

        .dropdown.dark .dropdown-item {
            border-color: #2b373a
        }

            .dropdown.dark .dropdown-item.active > a {
                color: #fff;
                border-right: 6px solid #00d7b3
            }

                .dropdown.dark .dropdown-item.active > a .svg-arrow {
                    fill: #fff
                }

            .dropdown.dark .dropdown-item:hover {
                background-color: #222b2d
            }

                .dropdown.dark .dropdown-item:hover > a {
                    color: #fff
                }

                    .dropdown.dark .dropdown-item:hover > a .svg-arrow {
                        fill: #fff
                    }

            .dropdown.dark .dropdown-item > a {
                padding-right: 30px;
                color: #6a7779;
                transition: all .2s ease-in
            }

                .dropdown.dark .dropdown-item > a .svg-arrow {
                    transition: fill .2s ease-in
                }

    .dropdown.no-hover .dropdown-item {
        cursor: auto
    }

    .dropdown.secondary .dropdown-item.active > a {
        border-right: 6px solid #1396e1
    }

    .dropdown.tertiary .dropdown-item.active > a {
        border-right: 6px solid #e61852
    }

    .dropdown .dropdown-item {
        border-bottom: 1px solid #ebebeb;
        position: relative
    }

        .dropdown .dropdown-item.active > a {
            border-right: 6px solid #00d7b3
        }

        .dropdown .dropdown-item > .dropdown {
            position: absolute;
            top: -1px;
            left: -160px
        }

        .dropdown .dropdown-item .svg-arrow {
            width: 5px;
            height: 11px;
            fill: #2b373a;
            pointer-events: none
        }

        .dropdown .dropdown-item:hover {
            background-color: #f6f6f6
        }

            .dropdown .dropdown-item:hover > .dropdown {
                left: -230px;
                opacity: 1;
                visibility: visible;
                pointer-events: auto
            }

        .dropdown .dropdown-item > a {
            display: block;
            padding-right: 15px;
            line-height: 50px;
            color: #2b373a;
            font-size: 0.875em;
            font-weight: 700
        }

            .dropdown .dropdown-item > a .svg-arrow {
                margin-right: 12px;
                fill: #535d5f;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

            .dropdown .dropdown-item > a .item-count {
                float: left;
                margin-left: 18px;
                color: #b2b2b2
            }

        .dropdown .dropdown-item .button {
            width: 300px;
            height: 50px;
            line-height: 50px;
            padding: 0;
            color: #fff;
            font-size: 0.75em;
            position: absolute;
            bottom: -51px;
            right: -1px;
            border-radius: 0
        }

            .dropdown .dropdown-item .button.half {
                width: 150px
            }

                .dropdown .dropdown-item .button.half:last-child {
                    right: auto;
                    left: -1px
                }

        .dropdown .dropdown-item:last-child {
            border-bottom: none
        }

.inner-dropdown {
    padding: 0 45px 15px 0;
    background-color: #1e2527;
    border-top: 1px solid #2b373a;
    overflow: hidden;
    display: none
}

    .inner-dropdown .inner-dropdown-item {
        position: relative
    }

        .inner-dropdown .inner-dropdown-item > p {
            margin: 24px 0 10px;
            color: #fff;
            font-size: 0.8125em;
            line-height: 1em;
            text-transform: uppercase
        }

        .inner-dropdown .inner-dropdown-item > a {
            display: block;
            color: #6a7779;
            font-size: 0.8125em;
            font-weight: 700;
            line-height: 34px;
            opacity: 0.6;
            transition: opacity .15s ease-in
        }

            .inner-dropdown .inner-dropdown-item > a:hover {
                opacity: 1
            }

        .inner-dropdown .inner-dropdown-item .pin {
            top: 10px;
            left: 17px
        }

.sidebar-nav-wrap {
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.sidebar-nav {
    height: 60px
}

    .sidebar-nav .sidebar-menu {
        float: right
    }

    .sidebar-nav .sidebar-filters {
        float: left;
        margin-left: 30px
    }

        .sidebar-nav .sidebar-filters form, .sidebar-nav .sidebar-filters .view-selectors, .sidebar-nav .sidebar-filters .button {
            margin-top: 14px
        }

        .sidebar-nav .sidebar-filters form, .sidebar-nav .sidebar-filters .view-selectors {
            float: right
        }

        .sidebar-nav .sidebar-filters form {
            margin-left: 22px
        }

            .sidebar-nav .sidebar-filters form select {
                color: #888;
                font-size: 12px;
                height: 32px;
                line-height: 32px
            }

            .sidebar-nav .sidebar-filters form .select-block {
                float: right;
                width: 200px;
                margin-left: 10px
            }

                .sidebar-nav .sidebar-filters form .select-block:last-child {
                    margin-left: 0
                }

                .sidebar-nav .sidebar-filters form .select-block .svg-arrow {
                    width: 5px;
                    height: 9px;
                    top: 12px;
                    left: 13px
                }

        .sidebar-nav .sidebar-filters .view-selectors {
            margin-left: 12px
        }

        .sidebar-nav .sidebar-filters .button {
            float: left;
            width: 160px
        }

.sidebar-menu .sidebar-menu-item {
    float: right;
    border-left: 1px solid #ebebeb;
    position: relative
}

    .sidebar-menu .sidebar-menu-item .svg-arrow {
        fill: #535d5f;
        width: 5px;
        height: 9px;
        position: absolute;
        top: 26px;
        left: 32px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        pointer-events: none
    }

    .sidebar-menu .sidebar-menu-item a {
        display: block;
        height: 60px;
        padding: 0 30px 0 48px;
        color: #2b373a;
        font-size: 0.875em;
        line-height: 60px;
        font-weight: 700
    }

.sidebar-menu-dropdown {
    width: 270px;
    border: 1px solid #ebebeb;
    padding: 22px 14px;
    background-color: #fff;
    position: absolute;
    right: 0;
    z-index: 9999;
    display: none
}

    .sidebar-menu-dropdown.big {
        width: 300px;
        padding: 36px 14px 46px
    }

.information-layout .information-layout-item {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden
}

    .information-layout .information-layout-item:last-child {
        border-bottom: none;
        text-align: right
    }

    .information-layout .information-layout-item p {
        font-size: 0.8125em;
        line-height: 20px
    }

        .information-layout .information-layout-item p:nth-child(1) {
            float: right
        }

        .information-layout .information-layout-item p:nth-child(2) {
            float: left;
            text-align: left
        }

.information-layout.v2 .information-layout-item {
    border-bottom: none
}

.information-layout.v2 p:nth-child(1), .information-layout.v2 p:nth-child(2) {
    float: none;
    text-align: right
}

.information-layout.v2 p span {
    color: #2b373a;
    font-weight: 700
}

.item-preview {
    text-align: right;
    padding: 2px 78px 0 0;
    position: relative
}

    .item-preview .product-preview-image {
        position: absolute;
        top: 0;
        right: 0
    }

    .item-preview .text-header {
        line-height: 16px;
        margin-bottom: 3px
    }

    .item-preview .category {
        margin-bottom: 4px
    }

    .item-preview .description {
        font-size: 0.75em
    }

.bid-countdown {
    position: relative
}

    .bid-countdown > div {
        margin-left: 14px
    }

        .bid-countdown > div:last-child {
            margin-left: 0
        }

        .bid-countdown > div > p {
            position: absolute;
            top: 8px;
            left: 50%;
            color: #2b373a;
            font-size: 1.125em;
            font-weight: 700;
            text-align: center;
            line-height: 35px
        }

            .bid-countdown > div > p .tag {
                color: #888;
                font-size: 13px;
                font-weight: 600
            }

    .bid-countdown .colon {
        color: #2b373a;
        font-family: "BINK-font",sans-serif;
        font-size: 1.125em;
        font-weight: 700;
        position: absolute;
        top: 10px
    }

        .bid-countdown .colon:nth-child(1) {
            right: 55px
        }

        .bid-countdown .colon:nth-child(2) {
            right: 119px
        }

        .bid-countdown .colon:nth-child(3) {
            right: 183px
        }

.column5-wrap {
    margin: 0 auto
}

    .column5-wrap .column {
        float: right
    }

.column4-wrap, .column3-wrap, .column3-4-wrap, .column-wrap {
    margin: 0 auto
}

    .column4-wrap .column, .column3-wrap .column, .column3-4-wrap .column, .column-wrap .column {
        float: right;
        margin-left: 30px
    }

.column5-wrap .column {
    width: 234px
}

.column4-wrap .column {
    width: 270px
}

    .column4-wrap .column:nth-child(4n+4) {
        margin-left: 0
    }

.column3-4-wrap {
    width: 870px
}

    .column3-4-wrap .column {
        width: 270px
    }

        .column3-4-wrap .column:nth-child(3n+3) {
            margin-left: 0
        }

.column3-wrap .column {
    width: 370px
}

    .column3-wrap .column:nth-child(3n+3) {
        margin-left: 0
    }

.column-wrap .column {
    width: 270px
}

    .column-wrap .column:last-child {
        margin-left: 0
    }

@media screen and (max-width: 1260px) {
    .column5-wrap {
        width: 702px
    }

    .column4-wrap {
        width: 870px
    }

        .column4-wrap .column:nth-child(4n+4) {
            margin-left: 30px
        }

        .column4-wrap .column:nth-child(3n+3) {
            margin-left: 0
        }

        .column4-wrap.service-list {
            width: 570px
        }

            .column4-wrap.service-list .column {
                margin-bottom: 60px
            }

                .column4-wrap.service-list .column:nth-child(3n+3) {
                    margin-left: 30px
                }

                .column4-wrap.service-list .column:nth-child(2n+2) {
                    margin-left: 0
                }

    .column3-wrap {
        width: 770px
    }

        .column3-wrap .column:nth-child(3n+3) {
            margin-left: 30px
        }

        .column3-wrap .column:nth-child(2n+2) {
            margin-left: 0
        }

    .sidebar-nav {
        max-width: none;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        overflow: hidden
    }

        .sidebar-nav .sidebar-filters {
            width: 410px;
            float: none;
            margin: 0 auto;
            overflow: hidden
        }

            .sidebar-nav .sidebar-filters form {
                margin-left: 0;
                margin-bottom: 14px
            }

                .sidebar-nav .sidebar-filters form label {
                    margin-bottom: 0
                }

            .sidebar-nav .sidebar-filters .view-selectors {
                float: none;
                width: 66px;
                margin: 0 auto
            }

            .sidebar-nav .sidebar-filters .button {
                float: none;
                margin: 18px auto 0
            }

    .sidebar-menu {
        width: 100%;
        margin-bottom: 20px
    }

        .sidebar-menu .sidebar-menu-item {
            float: none;
            width: 100%;
            border-left: none;
            border-bottom: 1px solid #ebebeb
        }

    .sidebar-menu-dropdown {
        width: 100%;
        padding: 22px 30px;
        border: none;
        border-top: 1px solid #ebebeb;
        position: static
    }

        .sidebar-menu-dropdown.big {
            width: 100%
        }

    .slide-control.left.mfp-arrow-left {
        top: auto;
        margin-top: 0;
        bottom: 20px;
        right: 50%;
        margin-right: -45px
    }

    .slide-control.right.mfp-arrow-right {
        top: auto;
        margin-top: 0;
        bottom: 20px;
        left: 50%;
        margin-left: -45px
    }
}

@media screen and (max-width: 935px) {
    .column5-wrap {
        width: 468px
    }

    .column4-wrap, .column3-4-wrap {
        width: 570px
    }

        .column4-wrap .column, .column3-4-wrap .column {
            margin-bottom: 60px
        }

            .column4-wrap .column:nth-child(3n+3), .column3-4-wrap .column:nth-child(3n+3) {
                margin-left: 30px
            }

            .column4-wrap .column:nth-child(2n+2), .column3-4-wrap .column:nth-child(2n+2) {
                margin-left: 0
            }

    .column3-wrap {
        width: 370px
    }

        .column3-wrap .column {
            margin-left: 0
        }

            .column3-wrap .column:nth-child(3n+3) {
                margin-left: 0
            }

    .head-title {
        width: 90%
    }
}

@media screen and (max-width: 630px) {
    .column5-wrap {
        width: 234px
    }

    .column4-wrap, .column3-4-wrap {
        width: 270px
    }

        .column4-wrap .column, .column3-4-wrap .column {
            margin-left: 0
        }

        .column4-wrap.service-list, .column3-4-wrap.service-list {
            width: 270px
        }

            .column4-wrap.service-list .column, .column3-4-wrap.service-list .column {
                margin-left: 0
            }

                .column4-wrap.service-list .column:nth-child(3n+3), .column3-4-wrap.service-list .column:nth-child(3n+3) {
                    margin-left: 0
                }

    .section-headline {
        padding: 0
    }

        .section-headline h2 {
            float: none;
            text-align: center
        }

        .section-headline p {
            display: none
        }

    .slide-control.left.mfp-arrow-left {
        bottom: 50px
    }

    .slide-control.right.mfp-arrow-right {
        bottom: 50px
    }
}

@media screen and (max-width: 460px) {
    h1 {
        font-size: 2.5em
    }

    .column3-wrap {
        width: 90%
    }

        .column3-wrap .column {
            width: 100%
        }

        .column3-wrap.service-list.small .service-item {
            padding: 80px 0 0
        }

            .column3-wrap.service-list.small .service-item .outer-ring {
                right: 50%;
                margin-right: -25px
            }

            .column3-wrap.service-list.small .service-item h3, .column3-wrap.service-list.small .service-item p {
                text-align: center
            }

    .sidebar-nav .sidebar-filters {
        width: 200px
    }

        .sidebar-nav .sidebar-filters form label {
            margin-left: 0;
            margin-bottom: 12px
        }

            .sidebar-nav .sidebar-filters form label:last-child {
                margin-bottom: 0
            }

    .slide-control.left.mfp-arrow-left {
        bottom: 120px
    }

    .slide-control.right.mfp-arrow-right {
        bottom: 120px
    }
}

.header-wrap {
    background-color: #2b373a
}

header {
    min-height: 100px
}

    header .logo {
        float: right;
        margin-top: 20px
    }

    header .logo-mobile {
        display: none;
        width: 48px;
        height: 56px;
        position: absolute;
        top: 20px;
        right: 50%;
        margin-right: -24px
    }

    header .mobile-menu-handler, header .mobile-account-options-handler {
        width: 90px;
        height: 100px;
        position: absolute;
        top: 0;
        display: none;
        cursor: pointer
    }

        header .mobile-menu-handler.primary, header .mobile-account-options-handler.primary {
            background-color: #00d7b3
        }

        header .mobile-menu-handler.secondary, header .mobile-account-options-handler.secondary {
            background-color: #1cbdf9
        }

        header .mobile-menu-handler.left, header .mobile-account-options-handler.left {
            right: 0
        }

        header .mobile-menu-handler.right, header .mobile-account-options-handler.right {
            left: 0
        }

        header .mobile-menu-handler img[alt="pull-icon"], header .mobile-account-options-handler img[alt="pull-icon"] {
            position: absolute;
            top: 41px;
            right: 50%;
            margin-right: -13px
        }

        header .mobile-menu-handler .icon-user, header .mobile-account-options-handler .icon-user {
            color: #fff;
            font-size: 24px;
            position: absolute;
            top: 38px;
            right: 50%;
            margin-right: -12px
        }

    header .user-board {
        float: left
    }

        header .user-board .user-quickview {
            float: left;
            height: 80px;
            margin-top: 20px;
            text-align: right;
        }

            header .user-board .user-quickview .dropdown {
                right: 2px
            }

                header .user-board .user-quickview .dropdown.open {
                    top: 69px
                }

                header .user-board .user-quickview .dropdown.closed {
                    top: 0
                }

    header .account-information {
        float: left;
        margin: 40px 0 0 6px
    }

        header .account-information .account-wishlist-quickview, header .account-information .account-cart-quickview, header .account-information .account-email-quickview, header .account-information .account-settings-quickview {
            float: right;
            padding-left: 34px;
            cursor: pointer;
            position: relative
        }

            header .account-information .account-wishlist-quickview:first-child, header .account-information .account-wishlist-quickview:last-child, header .account-information .account-cart-quickview:first-child, header .account-information .account-cart-quickview:last-child, header .account-information .account-email-quickview:first-child, header .account-information .account-email-quickview:last-child, header .account-information .account-settings-quickview:first-child, header .account-information .account-settings-quickview:last-child {
                padding-left: 26px
            }

            header .account-information .account-wishlist-quickview > span:first-child, header .account-information .account-cart-quickview > span:first-child, header .account-information .account-email-quickview > span:first-child, header .account-information .account-settings-quickview > span:first-child {
                position: relative;
                color: #717f82;
                transition: all .2s ease-in-out
            }

                header .account-information .account-wishlist-quickview > span:first-child .svg-arrow, header .account-information .account-cart-quickview > span:first-child .svg-arrow, header .account-information .account-email-quickview > span:first-child .svg-arrow, header .account-information .account-settings-quickview > span:first-child .svg-arrow {
                    fill: #717f82;
                    position: absolute;
                    left: -10px;
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    transition: all .2s ease-in-out
                }

            header .account-information .account-wishlist-quickview:hover > span:first-child, header .account-information .account-wishlist-quickview.active > span:first-child, header .account-information .account-cart-quickview:hover > span:first-child, header .account-information .account-cart-quickview.active > span:first-child, header .account-information .account-email-quickview:hover > span:first-child, header .account-information .account-email-quickview.active > span:first-child, header .account-information .account-settings-quickview:hover > span:first-child, header .account-information .account-settings-quickview.active > span:first-child {
                color: #b6c6ca
            }

                header .account-information .account-wishlist-quickview:hover > span:first-child .svg-arrow, header .account-information .account-wishlist-quickview.active > span:first-child .svg-arrow, header .account-information .account-cart-quickview:hover > span:first-child .svg-arrow, header .account-information .account-cart-quickview.active > span:first-child .svg-arrow, header .account-information .account-email-quickview:hover > span:first-child .svg-arrow, header .account-information .account-email-quickview.active > span:first-child .svg-arrow, header .account-information .account-settings-quickview:hover > span:first-child .svg-arrow, header .account-information .account-settings-quickview.active > span:first-child .svg-arrow {
                    fill: #b6c6ca
                }

            header .account-information .account-wishlist-quickview .dropdown, header .account-information .account-cart-quickview .dropdown, header .account-information .account-email-quickview .dropdown, header .account-information .account-settings-quickview .dropdown {
                right: 0px
            }

                header .account-information .account-wishlist-quickview .dropdown.open, header .account-information .account-cart-quickview .dropdown.open, header .account-information .account-email-quickview .dropdown.open, header .account-information .account-settings-quickview .dropdown.open {
                    top: 49px
                }

                header .account-information .account-wishlist-quickview .dropdown.closed, header .account-information .account-cart-quickview .dropdown.closed, header .account-information .account-email-quickview .dropdown.closed, header .account-information .account-settings-quickview .dropdown.closed {
                    top: 0
                }

        header .account-information .pin {
            font-size: 0.625em;
            top: -5px;
            right: -6px
        }

        header .account-information .account-settings-quickview .dropdown {
            right: 0
        }

        header .account-information .icon-present, header .account-information .icon-envelope, header .account-information .icon-settings {
            font-size: 22px
        }

        header .account-information .icon-heart {
            top: 1px;
            font-size: 21px
        }

        header .account-information .icon-present {
            top: -2px
        }

            header .account-information .icon-present .svg-arrow {
                top: 9px
            }

        header .account-information .icon-envelope {
            top: 1px
        }

            header .account-information .icon-envelope .svg-arrow {
                top: 6px;
                left: -12px
            }

        header .account-information .icon-settings .svg-arrow {
            top: 7px;
            left: -12px
        }

    header .account-actions {
        float: left;
        margin: 40px 0 0 26px
    }

        header .account-actions.no-space {
            margin-left: 0
        }

        header .account-actions .interesting-link {
            float: right;
            margin-left: 30px;
            margin-top: 6px;
            color: #b6c6ca;
            font-size: 0.75em;
            font-weight: 700
        }

            header .account-actions .interesting-link:hover {
                color: #fff
            }

        header .account-actions .button {
            width: auto;
            float: right;
            height: 24px;
            line-height: 24px;
            padding: 0 20px;
            margin-left: 12px
        }

            header .account-actions .button:last-child {
                margin-left: 0
            }

@media screen and (max-width: 1260px) {
    header .logo, header .user-board {
        display: none
    }

    header .logo-mobile, header .mobile-menu-handler, header .mobile-account-options-handler {
        display: block
    }
}

.main-menu-wrap {
    background-color: #fff
}

    .main-menu-wrap.dark {
        background-color: #3a494d
    }

        .main-menu-wrap.dark .main-menu .menu-item {
            border-left-color: #465559
        }

            .main-menu-wrap.dark .main-menu .menu-item > a {
                color: #fff
            }

        .main-menu-wrap.dark .main-menu .content-dropdown {
            background-color: #3a494d;
            border-color: #465559
        }

            .main-menu-wrap.dark .main-menu .content-dropdown .feature-list-title {
                color: #fff
            }

            .main-menu-wrap.dark .main-menu .content-dropdown .line-separator {
                background-color: #465559
            }

            .main-menu-wrap.dark .main-menu .content-dropdown .feature-list-item > a:hover {
                color: #fff
            }

.menu-bar {
    min-height: 71px;
    position: relative
}

    .menu-bar .search-form {
        width: 320px;
        position: absolute;
        top: 14px;
        left: 0
    }

.main-menu {
    min-height: 71px;
    position: relative
}

    .main-menu.top-highlight .menu-item > a {
        border-top: 6px solid transparent;
        line-height: 58px;
        padding-bottom: 7px
    }

    .main-menu.top-highlight .menu-item:hover > a {
        color: #2b373a;
        background-color: #fff;
        border-top-color: #00d7b3
    }

        .main-menu.top-highlight .menu-item:hover > a .svg-arrow {
            fill: #535d5f
        }

    .main-menu .menu-item {
        float: right;
        border-left: 1px solid #ebebeb
    }

        .main-menu .menu-item .svg-arrow {
            fill: #535d5f;
            position: relative;
            right: 70px;
            transition: fill .15s ease-in-out;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .main-menu .menu-item .dropdown .svg-arrow {
            width: 5px;
            height: 11px;
            fill: #2b373a;
            position: static;
            float: left;
            margin-left: 14px;
            margin-top: 22px;
            margin-right: 0;
            pointer-events: none;
            transition: none;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        .main-menu .menu-item.sub > a {
            padding-left: 40px
        }

        .main-menu .menu-item > a {
            display: block;
            padding: 0 30px;
            color: #2b373a;
            font-size: 0.875em;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 71px;
            transition: all .15s ease-in-out
        }

        .main-menu .menu-item:hover > a {
            color: #fff;
            background-color: #00d7b3
        }

            .main-menu .menu-item:hover > a .svg-arrow {
                fill: #fff
            }

        .main-menu .menu-item:hover > .content-dropdown, .main-menu .menu-item:hover > .dropdown {
            top: 71px;
            opacity: 1;
            visibility: visible;
            pointer-events: auto
        }

        .main-menu .menu-item > .content-dropdown, .main-menu .menu-item > .dropdown {
            top: 0
        }

.content-dropdown {
    padding: 25px 40px 40px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    z-index: 10000;
    pointer-events: none
}

.feature-list-block {
    float: right;
    margin-left: 30px
}

    .feature-list-block:last-child {
        margin-left: 0
    }

    .feature-list-block .line-separator {
        margin-bottom: 16px
    }

    .feature-list-block .product-list.grid .product-item {
        margin-bottom: 0
    }

.feature-list-title {
    margin-bottom: 12px
}

.feature-list {
    float: right;
    width: 170px;
    margin-left: 30px
}

    .feature-list.spaced {
        margin-bottom: 20px
    }

    .feature-list + .feature-list {
        float: left;
        margin-left: 0
    }

.feature-list-item {
    margin-bottom: 12px
}

    .feature-list-item > a {
        display: inline-block;
        line-height: 1em;
        color: #888;
        font-size: 0.8125em;
        font-weight: 600;
        cursor: pointer;
        position: relative;
        transition: color .15s ease-in-out
    }

        .feature-list-item > a:hover {
            color: #2b373a
        }

        .feature-list-item > a .pin {
            font-size: 0.625em;
            top: 0;
            left: -40px
        }

.search-form {
    position: relative
}

    .search-form input[type="text"] {
        padding: 0 20px 0 60px;
        text-align: right;
    }

    .search-form input[type="image"] {
        position: absolute;
        top: 0;
        left: -2px
    }

.side-menu {
    width: 270px;
    height: 100%;
    padding-bottom: 100px;
    background-color: #222b2d;
    position: fixed;
    top: 0;
    z-index: 10000;
    overflow: auto;
    transition: all .3s ease-in-out
}

    .side-menu::-webkit-scrollbar {
        -webkit-appearance: none
    }

        .side-menu::-webkit-scrollbar:vertical {
            width: 12px
        }

        .side-menu::-webkit-scrollbar:horizontal {
            height: 12px
        }

    .side-menu::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.5);
        border-radius: 10px;
        border: 2px solid #ffffff
    }

    .side-menu::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff
    }

    .side-menu.open.left {
        right: 0
    }

    .side-menu.open.right {
        left: 0
    }

    .side-menu.closed.left {
        right: -270px
    }

    .side-menu.closed.right {
        left: -270px
    }

    .side-menu .svg-plus {
        width: 14px;
        height: 14px;
        fill: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 16px;
        left: 18px;
        cursor: pointer
    }

    .side-menu .side-menu-header {
        height: 100px;
        background-color: #2b373a;
        overflow: hidden
    }

    .side-menu .side-menu-title {
        padding-right: 20px;
        background-color: #202729;
        color: #535d5f;
        font-size: 0.625em;
        font-weight: 700;
        line-height: 35px;
        text-transform: uppercase
    }

    .side-menu .logo {
        margin: 28px 20px 0 0
    }

    .side-menu .dropdown {
        width: 100%;
        border-right: none;
        border-left: none;
        position: static
    }

    .side-menu.right {
        left: 0
    }

    .side-menu.left {
        right: 0
    }

    .side-menu .user-quickview {
        margin: 21px 20px 0 0
    }

        .side-menu .user-quickview .user-name {
            cursor: auto
        }

    .side-menu .button {
        width: 226px;
        margin: 0 auto
    }

        .side-menu .button:nth-last-child(2) {
            margin: 22px auto 18px
        }

@media screen and (max-width: 1260px) {
    .main-menu {
        display: none
    }

    .menu-bar .search-form {
        width: 90%;
        margin: 0 auto;
        position: relative
    }
}

.banner-wrap {
    background: url("../images/home_banner.jpg") no-repeat center;
    background-size: cover
}

.banner {
    min-height: 500px;
    padding-top: 90px;
    position: relative
}

    .banner.short {
        min-height: 350px
    }

    .banner.banner-v2 {
        min-height: 400px;
        padding: 110px 0 60px
    }

        .banner.banner-v2 .search-widget-form {
            width: 866px;
            margin: 55px auto 0
        }

    .banner h5 {
        margin-bottom: 5px
    }

    .banner h1 {
        margin-bottom: 20px
    }

    .banner #12 {
        width: 370px;
        margin: 0 auto;
        color: #fff;
        line-height: 1.57143em;
        text-align: center
    }

    .banner img[alt="banner-img"] {
        position: absolute;
        bottom: 68px;
        right: 50%;
        margin-right: -257px
    }

    .banner .search-widget {
        bottom: -54px
    }

#subscribe-banner-wrap {
    background: url("../images/subscribe_banner_bg.png") no-repeat center,linear-gradient(to left, #05e6aa, #1cbdf9);
    background-size: cover
}

#subscribe-banner {
    min-height: 150px
}

    #subscribe-banner .subscribe-content {
        width: 918px;
        margin: 0 auto
    }

        #subscribe-banner .subscribe-content .subscribe-header {
            float: right;
            width: 396px;
            margin-top: 36px
        }

            #subscribe-banner .subscribe-content .subscribe-header figure {
                float: right;
                width: 80px;
                height: 80px;
                margin-left: 17px
            }

            #subscribe-banner .subscribe-content .subscribe-header .subscribe-title {
                margin: 20px 0 6px;
                font-size: 1.5em;
                font-weight: 700
            }

            #subscribe-banner .subscribe-content .subscribe-header p {
                color: #fff;
                font-size: 0.8125em;
                line-height: 1em
            }

        #subscribe-banner .subscribe-content .subscribe-form {
            float: left;
            width: 474px;
            margin-top: 56px
        }

            #subscribe-banner .subscribe-content .subscribe-form input[type="text"] {
                float: right;
                width: 334px;
                height: 43px;
                line-height: 43px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                text-align: right;
            }

            #subscribe-banner .subscribe-content .subscribe-form .button {
                float: left;
                width: 140px;
                height: 43px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                font-size: 0.875em;
                line-height: 43px
            }

.ht-banner-wrap {
    background-color: #f5f5f5;
    overflow: hidden
}

    .ht-banner-wrap .ht-banner:nth-child(odd) {
        float: right;
        clear: both;
        padding-left: 70px
    }

        .ht-banner-wrap .ht-banner:nth-child(odd) .ht-banner-content {
            float: left
        }

    .ht-banner-wrap .ht-banner:nth-child(even) {
        float: left;
        padding-right: 70px
    }

        .ht-banner-wrap .ht-banner:nth-child(even) .ht-banner-content {
            float: right
        }

    .ht-banner-wrap .ht-banner:nth-child(3) {
        float: left;
        padding-left: 0;
        padding-right: 70px
    }

        .ht-banner-wrap .ht-banner:nth-child(3) .ht-banner-content {
            float: right
        }

    .ht-banner-wrap .ht-banner:nth-child(4) {
        float: right;
        padding-right: 0;
        padding-left: 70px
    }

        .ht-banner-wrap .ht-banner:nth-child(4) .ht-banner-content {
            float: left
        }

.ht-banner {
    width: 50%;
    min-height: 500px;
    padding-top: 120px;
    background-color: #f5f5f5;
    position: relative
}

    .ht-banner.violet {
        background-color: #5c4086
    }

    .ht-banner.pink {
        background-color: #f8436e
    }

    .ht-banner.blue {
        background-color: #077be6
    }

    .ht-banner .ht-banner-img1 {
        width: 385px;
        height: 255px;
        position: absolute;
        top: 128px;
        left: 202px
    }

    .ht-banner .ht-banner-img2 {
        width: 410px;
        height: 250px;
        position: absolute;
        top: 112px;
        right: 175px
    }

    .ht-banner .ht-banner-img3 {
        width: 394px;
        height: 265px;
        position: absolute;
        top: 98px;
        left: 180px
    }

    .ht-banner .ht-banner-content {
        width: 516px;
        overflow: hidden;
        text-align: right;
    }

        .ht-banner .ht-banner-content .text-header {
            font-size: 1.75em;
            margin-bottom: 26px
        }

        .ht-banner .ht-banner-content .button {
            width: 242px;
            margin-top: 42px;
            float: right;
        }

@media screen and (max-width: 1260px) {
    .banner {
        max-width: 100%;
        width: 100%;
        min-height: 544px
    }

        .banner img[alt="banner-img"] {
            width: 280px;
            height: 83px;
            bottom: 170px;
            margin-right: -140px
        }

        .banner .search-widget {
            width: 100%;
            height: 170px;
            padding: 28px 0 0;
            right: 0;
            margin-right: 0;
            bottom: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0
        }

        .banner .search-widget-form {
            max-width: 1170px;
            width: 95%;
            margin: 0 auto
        }

            .banner .search-widget-form input {
                float: none;
                width: 100%;
                margin-bottom: 14px;
                border-radius: 4px
            }

            .banner .search-widget-form .select-block {
                display: none
            }

            .banner .search-widget-form .button {
                float: none;
                width: 280px;
                margin: 0 auto
            }

        .banner.banner-v2 .search-widget-form {
            width: 75%
        }

    #subscribe-banner {
        min-height: 240px;
        overflow: hidden
    }

        #subscribe-banner .subscribe-content {
            width: 100%
        }

            #subscribe-banner .subscribe-content .subscribe-header {
                float: none;
                margin: 36px auto 0;
                overflow: hidden
            }

            #subscribe-banner .subscribe-content .subscribe-form {
                float: none;
                margin: 30px auto 0
            }

    .ht-banner-wrap .ht-banner:nth-child(4), .ht-banner-wrap .ht-banner:nth-child(odd) {
        float: none;
        padding-left: 0
    }

        .ht-banner-wrap .ht-banner:nth-child(4) .ht-banner-content, .ht-banner-wrap .ht-banner:nth-child(odd) .ht-banner-content {
            float: none
        }

    .ht-banner-wrap .ht-banner:nth-child(3), .ht-banner-wrap .ht-banner:nth-child(even) {
        float: none;
        padding-right: 0
    }

        .ht-banner-wrap .ht-banner:nth-child(3) .ht-banner-content, .ht-banner-wrap .ht-banner:nth-child(even) .ht-banner-content {
            float: none
        }

    .ht-banner {
        width: 100%
    }

        .ht-banner .ht-banner-content {
            margin: 0 auto;
            text-align: center
        }

            .ht-banner .ht-banner-content .button {
                margin: 42px auto 0
            }

        .ht-banner .ht-banner-img1 {
            left: auto;
            right: 50%;
            margin-right: -192px
        }

        .ht-banner .ht-banner-img2 {
            right: 50%;
            margin-right: -205px
        }

        .ht-banner .ht-banner-img3 {
            left: auto;
            right: 50%;
            margin-right: -197px
        }
}

@media screen and (max-width: 630px) {
    #subscribe-banner {
        min-height: 280px
    }

        #subscribe-banner .subscribe-content .subscribe-header {
            width: 100%;
            text-align: center
        }

            #subscribe-banner .subscribe-content .subscribe-header figure {
                display: none
            }

            #subscribe-banner .subscribe-content .subscribe-header .subscribe-title {
                font-size: 1.25em
            }

        #subscribe-banner .subscribe-content .subscribe-form {
            width: 100%
        }

            #subscribe-banner .subscribe-content .subscribe-form input[type="text"], #subscribe-banner .subscribe-content .subscribe-form .button {
                float: none;
                border-radius: 4px
            }

            #subscribe-banner .subscribe-content .subscribe-form input[type="text"] {
                width: 90%;
                margin: 0 auto 20px
            }

            #subscribe-banner .subscribe-content .subscribe-form .button {
                margin: 0 auto
            }

    .ht-banner .ht-banner-content {
        width: 80%
    }
}

@media screen and (max-width: 460px) {
    .banner {
        padding-top: 55px
    }

        .banner p {
            width: 90%
        }

        .banner .search-widget-form {
            width: 90%
        }

            .banner .search-widget-form .button {
                width: 100%
            }

        .banner.banner-v2 {
            padding-top: 80px
        }

            .banner.banner-v2 .search-widget-form {
                width: 90%
            }

    .ht-banner {
        padding: 60px 0 90px
    }

        .ht-banner .text-header {
            line-height: 1.3em
        }

        .ht-banner.void {
            min-height: 240px
        }

        .ht-banner .ht-banner-img1, .ht-banner .ht-banner-img2, .ht-banner .ht-banner-img3 {
            width: 260px;
            margin-right: -130px
        }

        .ht-banner .ht-banner-img1 {
            top: 42px;
            height: 172px
        }

        .ht-banner .ht-banner-img2 {
            top: 36px;
            height: 158px
        }

        .ht-banner .ht-banner-img3 {
            top: 30px;
            height: 174px
        }
}

#services-wrap {
    background-color: #fff
}

#services {
    min-height: 500px;
    padding-top: 134px
}

    #services.services-v2 {
        min-height: 435px;
        padding: 60px 0 10px
    }

.service-list .service-item {
    padding: 145px 5px 0;
    cursor: pointer;
    position: relative
}

    .service-list .service-item .circle {
        position: absolute;
        top: 0;
        right: 50%;
        margin-right: -60px
    }

        .service-list .service-item .circle span {
            color: #16ffd8;
            font-size: 50px;
            position: absolute;
            top: 33px;
            right: 35px;
            transition: color .3s ease-in-out
        }

            .service-list .service-item .circle span.icon-diamond {
                top: 37px
            }

        .service-list .service-item .circle.medium {
            top: -10px;
            margin-right: -70px
        }

    .service-list .service-item h3 {
        margin-bottom: 20px
    }

    .service-list .service-item p {
        font-size: 0.8125em;
        line-height: 20px;
        text-align: center
    }

    .service-list .service-item:hover .circle span {
        color: #fff
    }

    .service-list .service-item:hover .circle.dark {
        -webkit-transform: scale(0.92);
        transform: scale(0.92)
    }

    .service-list .service-item:hover .circle.gradient {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.service-list.small .service-item {
    padding: 6px 70px 0 10px;
    margin-bottom: 70px;
    cursor: auto;
    position: relative
}

    .service-list.small .service-item .outer-ring {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0
    }

        .service-list.small .service-item .outer-ring .inner-ring {
            width: 42px;
            height: 42px;
            position: absolute;
            top: 4px;
            right: 4px;
            background-color: #fff
        }

        .service-list.small .service-item .outer-ring span {
            color: #2b373a;
            font-size: 20px;
            position: absolute;
            top: 14px;
            right: 15px;
            transition: color .3s ease-in-out
        }

            .service-list.small .service-item .outer-ring span.icon-diamond {
                top: 17px
            }

    .service-list.small .service-item h3 {
        font-size: 1.375em;
        text-align: right
    }

    .service-list.small .service-item p {
        text-align: right
    }

.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition: all .2s ease-in-out
}

    .circle.dark {
        background-color: #2b373a
    }

    .circle.gradient {
        background: -webkit-linear-gradient(to left, #10fac0, #1cbdf9);
        background: linear-gradient(to left, #10fac0, #1cbdf9);
        -webkit-transform: scale(0);
        transform: scale(0);
        border: none
    }

    .circle.white-cover {
        background-color: #fff
    }

    .circle.primary {
        background-color: #00d7b3
    }

        .circle.primary:hover {
            background-color: #0ae7c2
        }

    .circle.secondary {
        background-color: #1cbdf9
    }

        .circle.secondary:hover {
            background-color: #37c9ff
        }

    .circle.medium {
        width: 140px;
        height: 140px
    }

    .circle.tiny {
        width: 40px;
        height: 40px
    }

@media screen and (max-width: 1260px) {
    #services {
        padding-top: 60px
    }
}

.promo-banner {
    width: 50%;
    min-height: 360px;
    padding-top: 140px;
    background-size: cover;
    position: relative
}

    .promo-banner.secondary {
        background: #1cbdf9 url("../images/promo2_texture.png")
    }

    .promo-banner.dark {
        background: #242e30 url("../images/promo1_texture.png")
    }

    .promo-banner.left {
        float: right
    }

    .promo-banner.right {
        float: left
    }

    .promo-banner h5 {
        margin-bottom: 5px
    }

    .promo-banner h1 {
        margin-bottom: 35px
    }

    .promo-banner .button {
        margin: 0 auto
    }

    .promo-banner .icon-wallet, .promo-banner .icon-tag {
        font-size: 58px;
        position: absolute;
        right: 50%;
        margin-right: -29px
    }

    .promo-banner .icon-wallet {
        color: #16ffd8;
        top: 53px
    }

    .promo-banner .icon-tag {
        color: #fff;
        top: 57px
    }

@media screen and (max-width: 930px) {
    .promo-banner {
        width: 100%
    }
}

#product-sideshow-wrap {
    background-color: #f5f5f5
}

#product-sideshow {
    padding: 60px 0 30px
}

    #product-sideshow .product-list:last-child {
        margin-bottom: 34px
    }

    #product-sideshow > .button:last-child {
        margin: 34px auto 60px
    }

.product-showcase {
    transition: opacity .5s ease-in-out
}

    .product-showcase.tabbed {
        overflow: hidden
    }

    .product-showcase.hidden {
        visibility: hidden;
        opacity: 0;
        height: 0
    }

    .product-showcase.visible {
        visibility: visible;
        opacity: 1
    }

.product-list .product-item {
    border: 1px solid #ebebeb;
    background-color: #fff;
    position: relative
}

    .product-list .product-item .pin {
        position: absolute;
        z-index: 9990
    }

    .product-list .product-item .product-preview-image {
        position: absolute
    }

    .product-list .product-item .product-info {
        overflow: hidden;
        margin-bottom: 8px;
        text-align: right;
    }

    .product-list .product-item .text-header {
        display: inline-block;
        margin-bottom: 4px
    }

    .product-list .product-item .product-description {
        font-size: 0.75em;
        line-height: 18px;
        margin-bottom: 10px
    }

    .product-list .product-item .category {
        display: inline-block
    }

    .product-list .product-item .user-rating {
        overflow: hidden
    }

        .product-list .product-item .user-rating .user-avatar {
            float: right;
            margin-left: 4px
        }

        .product-list .product-item .user-rating .text-header {
            float: right;
            margin-top: 6px
        }

    .product-list .product-item .circle {
        position: relative
    }

        .product-list .product-item .circle span {
            font-size: 18px;
            color: #fff;
            position: absolute;
            top: 12px
        }

            .product-list .product-item .circle span.icon-tag {
                right: 9px
            }

            .product-list .product-item .circle span.icon-heart {
                font-size: 17px;
                right: 11px
            }

.product-list.list {
    width: 870px;
    margin: 0 auto
}

    .product-list.list.full {
        width: 1170px
    }

    .product-list.list .product-item {
        height: 94px;
        padding: 10px 93px 0 0;
        margin-bottom: 14px
    }

        .product-list.list .product-item .pin {
            top: 16px;
            right: -6px
        }

        .product-list.list .product-item .product-preview-image {
            top: 12px;
            right: 12px
        }

        .product-list.list .product-item .product-info, .product-list.list .product-item .author-data, .product-list.list .product-item .item-metadata, .product-list.list .product-item .author-data-reputation, .product-list.list .product-item .item-actions, .product-list.list .product-item .price-info {
            float: right;
            height: 70px;
            border-left: 1px solid #ebebeb
        }

        .product-list.list .product-item .product-info {
            float: right;
            width: 276px
        }

            .product-list.list .product-item .product-info .text-header {
                margin-top: 8px
            }

            .product-list.list .product-item .product-info .product-description {
                margin-bottom: 0
            }

        .product-list.list .product-item .author-data {
            padding: 7px 24px 0 28px
        }

            .product-list.list .product-item .author-data .user-rating {
                margin-bottom: 8px
            }

            .product-list.list .product-item .author-data .metadata {
                width: 165px;
                margin-right: 3px
            }

        .product-list.list .product-item .item-metadata {
            text-align: right;
            width: 300px;
            padding: 6px 24px 0 0
        }

            .product-list.list .product-item .item-metadata .text-header {
                margin-bottom: 0
            }

                .product-list.list .product-item .item-metadata .text-header span {
                    color: #888;
                    font-weight: 600
                }

                    .product-list.list .product-item .item-metadata .text-header span a {
                        color: #06b99b
                    }

        .product-list.list .product-item .author-data-reputation {
            width: 108px;
            padding-top: 13px
        }

            .product-list.list .product-item .author-data-reputation .text-header {
                display: block;
                text-align: center;
                margin-bottom: 15px
            }

            .product-list.list .product-item .author-data-reputation .rating {
                width: 75px;
                margin: 0 auto
            }

        .product-list.list .product-item .item-actions {
            padding: 15px 18px 0
        }

            .product-list.list .product-item .item-actions .circle {
                background-color: #e7e7e7
            }

                .product-list.list .product-item .item-actions .circle:hover {
                    background-color: #1cbdf9
                }

        .product-list.list .product-item .price-info {
            width: 84px;
            border-left: none;
            padding-top: 22px
        }

            .product-list.list .product-item .price-info .price {
                text-align: center
            }

.product-list.grid .product-item {
    padding: 175px 13px 12px;
    margin-bottom: 26px
}

    .product-list.grid .product-item .pin {
        top: 146px;
        right: -7px
    }

    .product-list.grid .product-item .product-preview-actions {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 258px;
        height: 150px
    }

        .product-list.grid .product-item .product-preview-actions:hover .preview-actions {
            opacity: 1;
            visibility: visible
        }

        .product-list.grid .product-item .product-preview-actions:hover .preview-action .circle {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .product-list.grid .product-item .product-preview-actions:hover .preview-action p {
            opacity: 1
        }

    .product-list.grid .product-item .preview-actions {
        width: 100%;
        height: 100%;
        background-color: rgba(25,31,32,0.85);
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        transition: all .15s ease-in-out
    }

        .product-list.grid .product-item .preview-actions .preview-action {
            padding-top: 50px;
            position: absolute;
            top: 44px;
            right: 47px
        }

            .product-list.grid .product-item .preview-actions .preview-action:nth-child(2) {
                right: 143px
            }

                .product-list.grid .product-item .preview-actions .preview-action:nth-child(2) .circle {
                    -webkit-transition-delay: 0.25s;
                    transition-delay: 0.25s
                }

                .product-list.grid .product-item .preview-actions .preview-action:nth-child(2) p {
                    -webkit-transition-delay: 0.25s;
                    transition-delay: 0.25s
                }

            .product-list.grid .product-item .preview-actions .preview-action .circle {
                position: absolute;
                top: 0;
                right: 50%;
                margin-right: -20px;
                -webkit-transform: scale(0);
                transform: scale(0);
                -webkit-transition-delay: 0.15s;
                transition-delay: 0.15s;
                transition: transform .2s ease-in
            }

            .product-list.grid .product-item .preview-actions .preview-action p {
                color: #fff;
                font-size: 0.8125em;
                line-height: 1em;
                text-align: center;
                opacity: 0;
                transition: all .2s ease-in;
                -webkit-transition-delay: 0.15s;
                transition-delay: 0.15s
            }

    .product-list.grid .product-item .price {
        float: left
    }

    .product-list.grid .product-item .line-separator {
        margin-bottom: 12px
    }

    .product-list.grid .product-item .user-rating .rating {
        float: left;
        margin-top: 3px
    }

.product-list.grid.v2 .product-item {
    padding-top: 168px;
    padding-bottom: 14px
}

    .product-list.grid.v2 .product-item .text-header {
        display: block;
        text-align: center
    }

    .product-list.grid.v2 .product-item .product-info .text-header {
        margin-bottom: 10px
    }

    .product-list.grid.v2 .product-item .product-info .line-separator {
        margin-bottom: 8px
    }

    .product-list.grid.v2 .product-item .product-info .category {
        display: block;
        text-align: center
    }

    .product-list.grid.v2 .product-item .product-info .price {
        position: absolute;
        top: 240px;
        left: 16px
    }

    .product-list.grid.v2 .product-item .line-separator {
        margin-bottom: 14px
    }

.product-list.grid.v3 .product-item {
    padding-top: 168px;
    padding-bottom: 14px
}

    .product-list.grid.v3 .product-item .product-info .category {
        position: absolute;
        bottom: 14px;
        right: 43px
    }

    .product-list.grid.v3 .product-item .product-info .price {
        position: absolute;
        top: 214px;
        left: 16px
    }

    .product-list.grid.v3 .product-item .user-rating .text-header {
        margin-top: 0
    }

    .product-list.grid.v3 .product-item .line-separator {
        margin-bottom: 14px
    }

.product-list.grid.v4 .product-item {
    padding-top: 234px
}

    .product-list.grid.v4 .product-item .pin {
        top: 204px
    }

    .product-list.grid.v4 .product-item .product-preview-actions {
        width: 358px;
        height: 208px
    }

    .product-list.grid.v4 .product-item .preview-actions .preview-action {
        top: 74px;
        right: 80px
    }

        .product-list.grid.v4 .product-item .preview-actions .preview-action:nth-child(2) {
            right: 210px
        }

    .product-list.grid.v4 .product-item .product-info {
        margin-bottom: 22px
    }

        .product-list.grid.v4 .product-item .product-info .text-header {
            float: right;
            font-size: 1.125em;
            margin-bottom: 6px
        }

        .product-list.grid.v4 .product-item .product-info .category {
            float: right;
            clear: right
        }

        .product-list.grid.v4 .product-item .product-info .price {
            position: absolute;
            top: 230px;
            left: 12px
        }

.category-nav-wrap {
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.category-nav {
    height: 60px;
    position: relative
}

    .category-nav.primary .slide-control {
        background-color: #00d7b3
    }

    .category-nav.primary .category-tab.active:after {
        background-color: #00d7b3
    }

    .category-nav .slide-control-wrap {
        width: 100%;
        top: 15px;
        z-index: 0
    }

    .category-nav .category-tabs {
        width: 570px;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        z-index: 1
    }

    .category-nav .category-tab {
        float: right;
        width: 190px;
        height: 100%;
        cursor: pointer;
        position: relative
    }

        .category-nav .category-tab.active p {
            color: #2b373a
        }

        .category-nav .category-tab.active:after {
            content: '';
            display: block;
            width: 60px;
            height: 3px;
            background-color: #2b373a;
            position: absolute;
            bottom: 0;
            right: 50%;
            margin-right: -30px
        }

        .category-nav .category-tab:after {
            display: none
        }

        .category-nav .category-tab p {
            color: #abaeae;
            font-size: 1.125em;
            font-weight: 700;
            line-height: 1em;
            text-align: center;
            line-height: 65px
        }

        .category-nav .category-tab:last-child {
            margin-left: 0
        }

@media screen and (max-width: 1260px) {
    .product-list.list.full {
        width: 870px
    }

        .product-list.list.full .item-metadata {
            display: none
        }
}

@media screen and (max-width: 935px) {
    .product-list.list {
        width: 590px
    }

        .product-list.list.full {
            width: 590px
        }

        .product-list.list .product-item {
            float: right;
            width: 280px;
            height: 220px;
            margin-left: 30px;
            margin-bottom: 26px;
            padding-left: 10px
        }

            .product-list.list .product-item:nth-child(2n+2) {
                margin-left: 0
            }

            .product-list.list .product-item .author-data, .product-list.list .product-item .author-data-reputation, .product-list.list .product-item .item-actions, .product-list.list .product-item .price-info {
                float: none;
                width: auto;
                height: auto;
                padding: 0;
                border-left: none;
                position: absolute
            }

            .product-list.list .product-item .product-info {
                width: auto;
                border-left: none
            }

                .product-list.list .product-item .product-info .text-header {
                    font-size: 0.875em
                }

                .product-list.list .product-item .product-info .product-description {
                    display: none
                }

            .product-list.list .product-item .author-data {
                width: 256px;
                height: 42px;
                border-bottom: 1px solid #ebebeb;
                top: 98px;
                right: 12px
            }

            .product-list.list .product-item .author-data-reputation {
                top: 188px;
                left: 42px
            }

                .product-list.list .product-item .author-data-reputation .text-header {
                    float: right;
                    margin-left: 10px
                }

                .product-list.list .product-item .author-data-reputation .rating {
                    float: right;
                    position: relative;
                    top: -3px
                }

            .product-list.list .product-item .item-actions {
                top: 160px;
                right: 26px
            }

            .product-list.list .product-item .metadata {
                position: absolute;
                top: 60px;
                right: 78px
            }

            .product-list.list .product-item .price-info {
                top: 100px;
                left: 12px
            }
}

@media screen and (max-width: 680px) {
    .product-list.list {
        width: 280px
    }

        .product-list.list.full {
            width: 280px
        }

        .product-list.list .product-item {
            margin-left: 0
        }
}

@media screen and (max-width: 630px) {
    .category-nav .category-tabs {
        width: 390px
    }

        .category-nav .category-tabs .category-tab {
            width: 130px
        }

            .category-nav .category-tabs .category-tab p {
                font-size: 1em
            }

    .category-nav .slide-control-wrap {
        display: none
    }
}

@media screen and (max-width: 460px) {
    #product-sideshow .headline {
        margin-bottom: 65px
    }

    #product-sideshow .slide-control-wrap {
        top: auto;
        left: auto;
        bottom: -50px;
        right: 50%;
        margin-right: -33px
    }

    .category-nav .category-tabs {
        width: 285px
    }

        .category-nav .category-tabs .category-tab {
            width: 95px
        }

            .category-nav .category-tabs .category-tab p {
                font-size: 0.875em
            }

    .product-list.grid.v4 {
        width: 270px
    }

        .product-list.grid.v4 .product-item {
            width: 270px;
            padding-top: 168px
        }

            .product-list.grid.v4 .product-item .pin {
                top: 146px
            }

            .product-list.grid.v4 .product-item .product-preview-actions {
                width: 258px;
                height: 150px
            }

            .product-list.grid.v4 .product-item .product-preview-image.big {
                width: 258px;
                height: 150px
            }

            .product-list.grid.v4 .product-item .preview-actions .preview-action {
                top: 44px;
                right: 47px
            }

                .product-list.grid.v4 .product-item .preview-actions .preview-action:nth-child(2) {
                    right: 143px
                }

            .product-list.grid.v4 .product-item .product-info {
                margin-bottom: 12px
            }

                .product-list.grid.v4 .product-item .product-info .text-header {
                    font-size: 1em;
                    margin-bottom: 20px
                }

                .product-list.grid.v4 .product-item .product-info .price {
                    font-size: 1.625em;
                    top: 194px
                }
}

.section-wrap {
    background-color: #f5f5f5
}

.section {
    padding: 60px 0 90px;
    overflow: hidden
}

    .section.overflowable {
        overflow: visible
    }

    .section .sidebar {
        float: right
    }

        .section .sidebar.author-profile {
            position: relative;
            top: -242px
        }

    .section .content {
        float: left;
        width: 870px
    }

        .section .content.full {
            width: 100%;
            float: none
        }

            .section .content.full .pager {
                float: none;
                margin-left: auto;
                margin-right: auto
            }

        .section .content.left {
            float: right
        }

        .section .content .headline form {
            float: left;
            margin-top: 17px;
            overflow: hidden
        }

        .section .content .headline select {
            color: #888;
            font-size: 12px;
            height: 32px;
            line-height: 32px;
            text-align: right;
        }

        .section .content .headline .select-block {
            float: right;
            width: 200px;
            margin-left: 10px
        }

            .section .content .headline .select-block .svg-arrow {
                width: 5px;
                height: 9px;
                top: 12px;
                left: 13px
            }

        .section .content .headline .view-selectors {
            float: left;
            margin: 18px 0 0 15px
        }

        .section .content .pager {
            float: left;
            margin-top: 34px
        }

    .section .pager {
        width: 174px;
        margin: 34px auto 0
    }

    .section > .product-showcase {
        margin-bottom: 34px
    }

        .section > .product-showcase:last-child {
            margin-bottom: 0
        }

.sidebar {
    width: 270px
}

    .sidebar.right {
        float: left
    }

    .sidebar > * {
        margin-bottom: 26px
    }

        .sidebar > *:last-child {
            margin-bottom: 0
        }

    .sidebar .dropdown {
        width: 100%;
        position: static
    }

        .sidebar .dropdown .dropdown-item:hover {
            background-color: #fff
        }

.sidebar-item {
    padding: 20px 13px 32px;
    background-color: #fff;
    border: 1px solid #ebebeb
}

    .sidebar-item input, .sidebar-item .select-block {
        margin-bottom: 14px
    }

    .sidebar-item .search-form input {
        margin-bottom: 0
    }

    .sidebar-item.void {
        padding: 0;
        background-color: transparent;
        border: none
    }

    .sidebar-item.newsletter p {
        text-align: right;
        font-size: 0.8125em;
        line-height: 20px
    }

    .sidebar-item.newsletter p {
        margin-bottom: 14px
    }

    .sidebar-item.author-badges {
        padding-bottom: 14px
    }

    .sidebar-item .badge-list {
        margin: 20px 0 25px
    }

    .sidebar-item.buttons {
        padding-top: 16px
    }

        .sidebar-item.buttons .button {
            margin-bottom: 14px
        }

            .sidebar-item.buttons .button:last-child {
                margin-bottom: 0
            }

        .sidebar-item.buttons #bid-form {
            margin-bottom: 14px;
            overflow: hidden;
            text-align: right
        }

            .sidebar-item.buttons #bid-form input {
                float: right;
                width: 136px;
                text-align: right;
            }

            .sidebar-item.buttons #bid-form button {
                float: left;
                width: 120px;
                height: 40px;
                line-height: 40px
            }

    .sidebar-item.author-bio .user-avatar-wrap {
        margin-bottom: 10px
    }

    .sidebar-item.author-bio .text-header, .sidebar-item.author-bio .text-oneline {
        text-align: center;
        margin-bottom: 10px
    }

    .sidebar-item.author-bio.v2 .share-links {
        width: 156px
    }

    .sidebar-item.author-bio .share-links {
        width: 100%;
        margin: 16px auto 30px
    }

        .sidebar-item.author-bio .share-links.short {
            width: 72px
        }

    .sidebar-item.author-bio.short .user-avatar-wrap {
        float: right;
        margin-bottom: 0;
        margin-left: 10px
    }

    .sidebar-item.author-bio.short .text-header, .sidebar-item.author-bio.short .text-oneline {
        text-align: right
    }

    .sidebar-item.author-bio.short .text-header {
        position: relative;
        top: 5px;
        margin-bottom: 14px
    }

    .sidebar-item.author-bio.short .share-links {
        float: right;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .sidebar-item.author-bio.short.author-badges-v1 .text-oneline {
        margin-bottom: 28px
    }

    .sidebar-item.author-bio.short.author-badges-v1 .share-links {
        margin-bottom: 30px
    }

    .sidebar-item.author-bio.author-badges-v2 .share-links {
        margin-bottom: 22px
    }

    .sidebar-item.author-bio.author-badges-v2 .badge-list .badge-list-item:last-child {
        margin-bottom: 30px
    }

    .sidebar-item.product-info .line-separator {
        margin-bottom: 5px
    }

    .sidebar-item.author-items {
        padding: 20px 0 0
    }

        .sidebar-item.author-items h4 {
            margin-right: 13px;
            margin-bottom: 16px
        }

        .sidebar-item.author-items .column4-wrap .column {
            width: 100%
        }

        .sidebar-item.author-items .product-item {
            border: none;
            border-top: 1px solid #ebebeb;
            margin-bottom: 0
        }

    .sidebar-item.author-items-v2 .item-preview {
        margin-bottom: 22px
    }

        .sidebar-item.author-items-v2 .item-preview:last-child {
            margin-bottom: 0
        }

    .sidebar-item.author-reputation .percent {
        font-size: 2.25em
    }

        .sidebar-item.author-reputation .percent span {
            font-size: 0.66667em
        }

    .sidebar-item.author-reputation .percent-info {
        font-size: 0.8125em
    }

    .sidebar-item.author-reputation .rating {
        width: 75px
    }

    .sidebar-item.author-reputation.full .pie-chart {
        width: 176px;
        height: 176px;
        margin: 0 auto 20px;
        padding-top: 54px
    }

    .sidebar-item.author-reputation.full .text-header {
        text-align: center
    }

    .sidebar-item.author-reputation.full .percent-info {
        margin-bottom: 4px
    }

    .sidebar-item.author-reputation.full .rating {
        margin: 0 auto
    }

    .sidebar-item.author-reputation.short h4 {
        font-size: 1.375em
    }

    .sidebar-item.author-reputation.short .pie-chart {
        float: right;
        width: 44px;
        height: 44px;
        margin-left: 14px;
        margin-bottom: 22px;
        position: relative
    }

        .sidebar-item.author-reputation.short .pie-chart .icon-like, .sidebar-item.author-reputation.short .pie-chart .icon-dislike, .sidebar-item.author-reputation.short .pie-chart .icon-star {
            position: absolute;
            right: 50%;
            margin-right: -8px
        }

        .sidebar-item.author-reputation.short .pie-chart .icon-like {
            top: 14px;
            color: #00d7b3
        }

        .sidebar-item.author-reputation.short .pie-chart .icon-dislike {
            top: 15px;
            color: #f92552
        }

        .sidebar-item.author-reputation.short .pie-chart .icon-star {
            top: 13px;
            color: #ffc000
        }

    .sidebar-item.author-reputation.short .percent, .sidebar-item.author-reputation.short .percent-meta {
        float: right
    }

    .sidebar-item.author-reputation.short .percent {
        margin-left: 8px;
        line-height: 40px
    }

    .sidebar-item.author-reputation.short .percent-meta {
        margin-top: 8px
    }

        .sidebar-item.author-reputation.short .percent-meta .rating {
            margin-right: 1px
        }

    .sidebar-item h4 {
        margin-bottom: 22px;
        text-align: right;
    }

    .sidebar-item .line-separator {
        margin-bottom: 22px
    }

        .sidebar-item .line-separator.spaced {
            margin-bottom: 30px
        }

    .sidebar-item .linked-check {
        padding-right: 4px
    }

        .sidebar-item .linked-check[for="extended-license"] {
            margin-bottom: 22px
        }

    .sidebar-item .license-text {
        color: #b2b2b2;
        font-size: 0.8125em;
        line-height: 20px;
        padding-right: 34px;
        margin-bottom: 14px;
        display: none
    }

        .sidebar-item .license-text[data-license="extended-license"] {
            margin-bottom: 22px;
            margin-top: -10px
        }

    .sidebar-item label:last-child {
        margin-bottom: 0
    }

    .sidebar-item .button {
        width: 100%
    }

        .sidebar-item .button.spaced {
            margin-bottom: 14px
        }

        .sidebar-item .button.half {
            width: 114px
        }

        .sidebar-item .button.third {
            width: 74px
        }

        .sidebar-item .button.wicon {
            padding-right: 28px;
            text-align: right
        }

            .sidebar-item .button.wicon .icon-heart {
                font-size: 18px;
                margin-left: 8px;
                position: relative;
                top: 3px
            }

    .sidebar-item #aux_form {
        margin-bottom: 26px
    }

    .sidebar-item .price.large {
        margin-bottom: 8px;
        text-align: center
    }

    .sidebar-item.range-feature .button {
        margin-top: 50px
    }

.view-selectors {
    overflow: hidden
}

.view-selector {
    float: right;
    width: 30px;
    height: 30px;
    margin-left: 6px;
    border-radius: 2px;
    background-color: #d1d1d1;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat
}

    .view-selector:last-child {
        margin-left: 0
    }

    .view-selector.active {
        background-color: #535d5f
    }

    .view-selector.grid {
        background-image: url("../images/grid-selector-icon.png")
    }

    .view-selector.list {
        background-image: url("../images/list-selector-icon.png")
    }

.pager {
    overflow: hidden
}

    .pager .pager-item {
        float: right;
        width: 30px;
        height: 30px;
        margin-left: 6px;
        border-radius: 2px;
        background-color: #535d5f;
        cursor: pointer
    }

        .pager .pager-item:hover {
            background-color: #647072
        }

        .pager .pager-item p {
            color: #fff;
            font-size: 0.75em;
            font-weight: 700;
            line-height: 30px;
            text-align: center
        }

        .pager .pager-item:last-child {
            margin-left: 0
        }

    .pager.primary .pager-item.active {
        background-color: #00d7b3
    }

    .pager.secondary .pager-item.active {
        background-color: #1396e1
    }

    .pager.tertiary .pager-item.active {
        background-color: #e61852
    }

@media screen and (max-width: 1260px) {
    .section .content, .section .sidebar {
        float: none;
        width: 100%
    }

        .section .content.left, .section .content.right, .section .sidebar.left, .section .sidebar.right {
            float: none
        }

    .section .sidebar {
        margin-bottom: 40px
    }

        .section .sidebar .sidebar-item.author-items .column4-wrap .column {
            width: 270px
        }

        .section .sidebar .sidebar-item.author-items .product-item {
            border: 1px solid #ebebeb;
            margin-bottom: 20px
        }

        .section .sidebar .sidebar-item.buttons {
            width: 270px;
            margin-right: auto;
            margin-left: auto
        }

    .section .content .pager {
        float: none;
        margin: 34px auto 60px
    }
}

@media screen and (max-width: 935px) {
    .section .content .headline {
        height: 175px;
        padding: 0
    }

        .section .content .headline:before {
            height: 175px
        }

        .section .content .headline h4 {
            float: none;
            text-align: center
        }

        .section .content .headline form {
            float: none;
            width: 410px;
            margin: 20px auto 0
        }

        .section .content .headline .select-block:last-child {
            margin-left: 0
        }

        .section .content .headline .view-selectors {
            float: none;
            width: 66px;
            margin: 0 auto
        }

        .section .content .headline.simple {
            height: 66px
        }

            .section .content .headline.simple:before {
                height: 66px
            }

        .section .content .headline.buttons {
            height: 120px
        }

            .section .content .headline.buttons:before {
                height: 120px
            }

            .section .content .headline.buttons .button {
                float: none;
                margin: 0 auto
            }
}

@media screen and (max-width: 630px) {
    .section .content .headline {
        height: 220px
    }

        .section .content .headline:before {
            height: 220px
        }

        .section .content .headline form {
            width: 200px
        }

        .section .content .headline .select-block {
            float: none;
            margin-left: 0
        }
}

.blog-post-preview {
    overflow: hidden
}

    .blog-post-preview .blog-post-preview-item {
        border: 1px solid #ebebeb;
        background-color: #fff;
        margin-bottom: 26px
    }

        .blog-post-preview .blog-post-preview-item .blog-post-preview-item-info {
            overflow: hidden
        }

        .blog-post-preview .blog-post-preview-item .text-header {
            margin-bottom: 12px
        }

    .blog-post-preview.v1 .blog-post-preview-item {
        padding: 5px 5px 20px
    }

        .blog-post-preview.v1 .blog-post-preview-item .blog-post-preview-item-info {
            padding: 16px 8px 0
        }

        .blog-post-preview.v1 .blog-post-preview-item .text-header {
            text-align: right;
            line-height: 28px;
            margin: 6px 0 24px
        }

        .blog-post-preview.v1 .blog-post-preview-item .meta-line {
            margin-bottom: 14px
        }

            .blog-post-preview.v1 .blog-post-preview-item .meta-line p {
                line-height: 27px
            }

        .blog-post-preview.v1 .blog-post-preview-item .description-preview {
            text-align: right;
            font-size: 0.8125em;
            line-height: 20px;
            margin: 18px 0 24px
        }

        .blog-post-preview.v1 .blog-post-preview-item .metadata {
            float: right
        }

        .blog-post-preview.v1 .blog-post-preview-item .more-button {
            float: left;
            margin-top: 5px
        }

            .blog-post-preview.v1 .blog-post-preview-item .more-button.primary {
                color: #06b99b;
                font-size: 0.75em;
                font-weight: 700
            }

    .blog-post-preview.v2 .blog-post-preview-item {
        padding: 15px 15px 36px
    }

        .blog-post-preview.v2 .blog-post-preview-item .blog-post-preview-item-info {
            padding: 20px 16px 0
        }

        .blog-post-preview.v2 .blog-post-preview-item .text-header {
            text-align: right;
            line-height: 40px;
            margin-bottom: 16px
        }

        .blog-post-preview.v2 .blog-post-preview-item .meta-line {
            margin-bottom: 26px
        }

        .blog-post-preview.v2 .blog-post-preview-item .description-preview {
            margin-bottom: 28px
        }

.meta-line {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden
}

    .meta-line p {
        font-size: 0.75em;
        line-height: 39px
    }

    .meta-line .metadata {
        float: right;
        margin-right: 24px
    }

    .meta-line > *:first-child {
        float: right
    }

    .meta-line > *:last-child {
        float: left
    }

.tag-list {
    overflow: hidden
}

    .tag-list .tag-list-item {
        display: block;
        float: right;
        margin: 0 0 6px 6px;
        padding: 6px 10px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        color: #888;
        font-size: 0.75em;
        font-weight: 600;
        background-color: #fff;
        transition: all .15s ease-in
    }

        .tag-list .tag-list-item:last-child {
            margin-left: 0
        }

    .tag-list.primary .tag-list-item:hover {
        color: #fff;
        background-color: #00d7b3;
        border-color: #00d7b3
    }

.metadata {
    overflow: hidden
}

    .metadata .meta-item {
        float: right;
        margin-left: 20px
    }

        .metadata .meta-item:last-child {
            margin-left: 0
        }

        .metadata .meta-item span {
            color: #b2b2b2;
            position: relative;
            top: 3px
        }

        .metadata .meta-item p {
            display: inline-block;
            margin-right: 5px;
            color: #b2b2b2;
            font-size: 0.6875em
        }

.post {
    padding: 15px 15px 25px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin-bottom: 26px
}

    .post .post-image {
        width: 838px;
        height: 486px;
        border: 1px solid #ebebeb;
        margin: 0 auto;
        position: relative
    }

        .post .post-image:hover .image-overlay {
            opacity: 1;
            visibility: visible
        }

            .post .post-image:hover .image-overlay .clickable-icon {
                -webkit-transform: scale(1);
                transform: scale(1)
            }

        .post .post-image .slide-control-wrap {
            width: 806px;
            position: absolute;
            top: 226px;
            right: 16px;
            z-index: 9000
        }

        .post .post-image .button {
            position: absolute;
            top: 28px;
            left: 20px
        }

    .post .post-image-slides {
        width: 806px;
        margin: 30px auto;
        position: relative
    }

        .post .post-image-slides .slide-control-wrap {
            width: 100%;
            top: 26px;
            right: 0
        }

        .post .post-image-slides .image-slides-wrap {
            width: 610px;
            height: 80px;
            margin: 0 auto;
            overflow: hidden;
            position: relative
        }

            .post .post-image-slides .image-slides-wrap.full {
                width: 822px
            }

        .post .post-image-slides .image-slides {
            position: absolute;
            top: 0;
            right: 0;
            transition: all .3s ease-in-out
        }

            .post .post-image-slides .image-slides .image-slide {
                width: 80px;
                height: 80px;
                border: 1px solid #ebebeb;
                cursor: pointer;
                position: absolute;
                top: 0
            }

                .post .post-image-slides .image-slides .image-slide .overlay {
                    width: 100%;
                    height: 100%;
                    border: 8px solid #2b373a;
                    position: absolute;
                    top: 0;
                    right: 0;
                    opacity: 0;
                    visibility: hidden;
                    transition: all .2s ease-in
                }

                .post .post-image-slides .image-slides .image-slide.selected .overlay {
                    opacity: 1;
                    visibility: visible
                }

    .post .post-content {
        padding: 50px 16px 66px;
        overflow: hidden
    }

        .post .post-content.with-title {
            padding-top: 26px
        }

        .post .post-content > *:first-child {
            margin-top: 0
        }

        .post .post-content .video {
            width: 100%;
            height: 346px;
            margin-top: 32px
        }

        .post .post-content .post-banner {
            width: 806px;
            height: 127px;
            margin-top: 50px
        }

        .post .post-content .meta-line {
            margin: 20px 0 28px
        }

            .post .post-content .meta-line + .post-paragraph {
                margin-top: 0
            }

    .post .post-paragraph {
        margin-top: 48px;
    }
.post-paragraph {
    direction: rtl;
    text-align: justify
}
        .post .post-paragraph.half {
            float: right;
            width: 50%
        }

        .post .post-paragraph .post-title {
            font-size: 1.75em;
            text-align: right;
            margin-bottom: 28px
        }

            .post .post-paragraph .post-title.small {
                font-size: 1.375em
            }

        .post .post-paragraph > p {
            margin-bottom: 30px
        }

        .post .post-paragraph .post-item-list {
            overflow: hidden
        }

            .post .post-paragraph .post-item-list li {
                margin-bottom: 16px;
                padding-right: 26px;
                position: relative
            }

                .post .post-paragraph .post-item-list li .bullet-icon {
                    color: #2b373a;
                    font-weight: 700;
                    position: absolute;
                    right: 2px
                }

                    .post .post-paragraph .post-item-list li .bullet-icon.svg-check {
                        top: 2px;
                        right: 0
                    }

                .post .post-paragraph .post-item-list li p {
                    line-height: 1em
                }

                .post .post-paragraph .post-item-list li:last-child {
                    margin-bottom: 0
                }

        .post .post-paragraph > *:last-child {
            margin-bottom: 0
        }

.post-tab {
    position: relative
}

    .post-tab .tab-header {
        border: 1px solid #ebebeb;
        background-color: #fff;
        overflow: hidden
    }

        .post-tab .tab-header.primary .tab-item.selected > p {
            border-top-color: #00d7b3
        }

        .post-tab .tab-header.secondary .tab-item.selected > p {
            border-top-color: #1396e1
        }

        .post-tab .tab-header.tertiary .tab-item.selected > p {
            border-top-color: #e61852
        }

        .post-tab .tab-header .tab-item {
            float: right;
            width: 289px;
            height: 60px;
            border-left: 1px solid #ebebeb;
            cursor: pointer
        }

            .post-tab .tab-header .tab-item:last-child {
                border-left: none
            }

            .post-tab .tab-header .tab-item.selected > p {
                color: #2b373a;
                border-top: 6px solid #2b373a;
                line-height: 52px
            }

            .post-tab .tab-header .tab-item > p {
                color: #b2b2b2;
                line-height: 60px;
                text-align: center
            }

    .post-tab .tab-content {
        width: 100%;
        border: 1px solid #ebebeb;
        border-top: none;
        background-color: #fff;
        display: none;
        overflow: hidden
    }

        .post-tab .tab-content.void {
            border: none;
            background-color: transparent
        }

        .post-tab .tab-content.open {
            display: block
        }

        .post-tab .tab-content .comment-list {
            border-top: none
        }

.blog-author {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 45px 118px 50px 32px;
    margin-bottom: 25px;
    position: relative
}

    .blog-author .user-avatar {
        position: absolute;
        top: 37px;
        right: 32px
    }

    .blog-author .text-header {
        margin-bottom: 4px
    }

    .blog-author .timestamp {
        margin-bottom: 10px
    }

    .blog-author .share-links {
        position: absolute;
        top: 35px;
        left: 32px
    }

.blog-comments {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 20px 24px 0
}

    .blog-comments h4 {
        font-size: 1.375em;
        margin-bottom: 16px
    }

    .blog-comments .line-separator {
        margin-bottom: 5px
    }

    .blog-comments .comment-list {
        border: none;
        padding-right: 0;
        padding-left: 0
    }

        .blog-comments .comment-list .comment-wrap {
            padding-right: 94px;
            padding-left: 8px
        }

            .blog-comments .comment-list .comment-wrap.comment-reply {
                padding-right: 94px;
                padding-left: 8px
            }

            .blog-comments .comment-list .comment-wrap .user-avatar {
                right: 8px
            }

        .blog-comments .comment-list .pager {
            margin-left: 8px
        }

        .blog-comments .comment-list h3 {
            margin-right: 8px
        }

.accordion {
    border: 1px solid #ebebeb
}

    .accordion.item-faq {
        width: 806px;
        margin: 36px auto 46px
    }

    .accordion.primary .accordion-item.selected .accordion-item-header, .accordion.primary .accordion-item:hover .accordion-item-header {
        border-right-color: #00d7b3
    }

    .accordion.secondary .accordion-item.selected .accordion-item-header, .accordion.secondary .accordion-item:hover .accordion-item-header {
        border-right-color: #1396e1
    }

    .accordion.tertiary .accordion-item.selected .accordion-item-header, .accordion.tertiary .accordion-item:hover .accordion-item-header {
        border-right-color: #e61852
    }

    .accordion .accordion-item {
        border-bottom: 1px solid #ebebeb;
        position: relative
    }

        .accordion .accordion-item:last-child {
            border-bottom: none
        }

        .accordion .accordion-item.selected .accordion-item-header, .accordion .accordion-item:hover .accordion-item-header {
            border-right-width: 6px
        }

        .accordion .accordion-item.selected .svg-arrow {
            fill: #535d5f;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        .accordion .accordion-item .svg-arrow {
            width: 7px;
            height: 12px;
            fill: #b2b2b2;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            position: absolute;
            top: 20px;
            left: 22px;
            transition: all .3s ease-in
        }

        .accordion .accordion-item .accordion-item-header {
            padding-right: 16px;
            line-height: 50px;
            text-transform: none;
            cursor: pointer;
            border-right: 0 solid transparent;
            transition: all .15s ease-in;
            text-align: right;
        }

        .accordion .accordion-item .accordion-item-content {
            padding: 34px 22px 54px 24px;
            border-top: 1px solid #ebebeb;
            display: none
        }

            .accordion .accordion-item .accordion-item-content h4 {
                font-size: 1.125em;
                margin-bottom: 26px;
                text-align: right
            }

            .accordion .accordion-item .accordion-item-content p {
                margin-bottom: 46px;
                text-align: right
            }

            .accordion .accordion-item .accordion-item-content > *:last-child {
                margin-bottom: 0
            }

.comment-list {
    border: 1px solid #ebebeb;
    padding: 0 16px 36px;
    background-color: #fff;
    overflow: hidden
}

    .comment-list .comment-wrap {
        padding: 36px 104px 0 16px;
        position: relative
    }

        .comment-list .comment-wrap .comment-wrap {
            padding: 0 88px 0 0
        }

            .comment-list .comment-wrap .comment-wrap.comment-reply {
                padding: 0 88px 0 0;
                margin-top: 28px
            }

            .comment-list .comment-wrap .comment-wrap .user-avatar {
                top: 0;
                right: 0
            }

        .comment-list .comment-wrap.comment-reply {
            padding: 0 104px 0 16px;
            margin-bottom: 15px
        }

            .comment-list .comment-wrap.comment-reply .user-avatar {
                top: 10px
            }

            .comment-list .comment-wrap.comment-reply:last-child {
                margin-bottom: 0
            }

        .comment-list .comment-wrap .user-avatar {
            position: absolute;
            top: 36px;
            right: 16px
        }

        .comment-list .comment-wrap .comment {
            margin-bottom: 28px;
            position: relative;
            text-align: right
        }

            .comment-list .comment-wrap .comment .text-header {
                display: inline-block;
                margin: 6px 0 4px 4px
            }

            .comment-list .comment-wrap .comment .pin {
                position: relative;
                top: -1px
            }

            .comment-list .comment-wrap .comment .quote {
                border-right: 6px solid transparent;
                padding: 24px 22px 26px 36px;
                margin: 20px 0
            }

                .comment-list .comment-wrap .comment .quote .text-header {
                    margin-bottom: 16px
                }

                .comment-list .comment-wrap .comment .quote.primary {
                    border-right-color: #00d7b3
                }

                .comment-list .comment-wrap .comment .quote.secondary {
                    border-right-color: #1cbdf9
                }

                .comment-list .comment-wrap .comment .quote.tertiary {
                    border-right-color: #e61852
                }

            .comment-list .comment-wrap .comment .timestamp {
                margin-bottom: 14px
            }

            .comment-list .comment-wrap .comment .reply {
                color: #06b99b;
                font-size: 0.75em;
                font-weight: 700;
                position: absolute;
                top: 6px;
                left: 52px
            }

            .comment-list .comment-wrap .comment .report {
                color: #b2b2b2;
                font-size: 0.75em;
                position: absolute;
                top: 6px;
                left: 0
            }

            .comment-list .comment-wrap .comment.review .recommendation {
                position: absolute;
                top: -8px;
                left: 0
            }

            .comment-list .comment-wrap .comment.review .report {
                left: 52px
            }

    .comment-list .comment-reply-form {
        overflow: hidden
    }

        .comment-list .comment-reply-form textarea {
            margin-bottom: 14px;
            text-align: right
        }

        .comment-list .comment-reply-form label {
            float: right;
            color: #b2b2b2
        }

        .comment-list .comment-reply-form .button {
            float: left
        }

    .comment-list .line-separator {
        margin-top: 34px
    }

    .comment-list h3 {
        margin: 36px 16px 36px 0;
        font-size: 1.375em;
        text-align: right
    }

    .comment-list .pager {
        margin-left: 16px
    }

.share-links-wrap {
    margin-top: 25px;
    padding: 0 16px;
    overflow: hidden
}

    .share-links-wrap .text-header {
        float: right;
        margin-left: 16px;
        line-height: 30px
    }

.share-links {
    overflow: hidden
}

    .share-links.hoverable li a {
        transition: all .15s ease-in
    }

        .share-links.hoverable li a.fb, .share-links.hoverable li a.twt, .share-links.hoverable li a.db, .share-links.hoverable li a.dg, .share-links.hoverable li a.dl, .share-links.hoverable li a.dt, .share-links.hoverable li a.rss, .share-links.hoverable li a.gplus, .share-links.hoverable li a.de, .share-links.hoverable li a.be {
            background-color: #d1d1d1
        }

        .share-links.hoverable li a:hover.fb {
            background-color: #355599
        }

        .share-links.hoverable li a:hover.twt {
            background-color: #0fccf4
        }

        .share-links.hoverable li a:hover.db {
            background-color: #f63f6e
        }

        .share-links.hoverable li a:hover.rss {
            background-color: #ffa312
        }

        .share-links.hoverable li a:hover.gplus {
            background-color: #e0133a
        }

        .share-links.hoverable li a:hover.be {
            background-color: #0d79ab
        }

        .share-links.hoverable li a:hover.de {
            background-color: #05cc47
        }

    .share-links li {
        float: right;
        margin-left: 12px
    }

        .share-links li a {
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%
        }

            .share-links li a.fb, .share-links li a.twt, .share-links li a.db, .share-links li a.dg, .share-links li a.dl, .share-links li a.dt, .share-links li a.rss, .share-links li a.gplus, .share-links li a.de, .share-links li a.be {
                background-repeat: no-repeat;
                background-position: center
            }

            .share-links li a:hover.fb {
                background-color: #4868ae
            }

            .share-links li a:hover.twt {
                background-color: #2fd5f9
            }

            .share-links li a:hover.db {
                background-color: #fe5e87
            }

            .share-links li a:hover.rss {
                background-color: #ffb72d
            }

            .share-links li a:hover.gplus {
                background-color: #f42a50
            }

            .share-links li a:hover.be {
                background-color: #1b8ec3
            }

            .share-links li a:hover.de {
                background-color: #15e159
            }

            .share-links li a.fb {
                background-image: url("../images/social/fb.png");
                background-color: #355599
            }

            .share-links li a.twt {
                background-image: url("../images/social/twt.png");
                background-color: #0fccf4
            }

            .share-links li a.db {
                background-image: url("../images/social/db.png");
                background-color: #f63f6e
            }
            .share-links li a.dl {
                background-image: url("../images/social/dl.png");
                background-color: #0588d7
            }

            .share-links li a.dt {
                background-image: url("../images/social/dt.png");
                background-color: #50f1e9
            }
            .share-links li a.dg {
                background-image: url("../images/social/dg.png");
                background-color: #c00416
            }

            .share-links li a.rss {
                background-image: url("../images/social/rss.png");
                background-position: 50% 45%;
                background-color: #ffa312
            }

            .share-links li a.gplus {
                background-image: url("../images/social/gplus.png");
                background-color: #e0133a
            }

            .share-links li a.be {
                background-image: url("../images/social/be.png");
                background-color: #0d79ab
            }

            .share-links li a.de {
                background-image: url("../images/social/de.png");
                background-color: #05cc47
            }

        .share-links li:last-child {
            margin-left: 0
        }

.tags a:hover {
    text-decoration: underline
}

.tags.primary a {
    color: #06b99b
}

.tags.secondary a {
    color: #1396e1
}

.tags.tertiary a {
    color: #e61852
}

@media screen and (max-width: 1260px) {
    .post-tab .tab-header .tab-item {
        width: 33%
    }

        .post-tab .tab-header .tab-item:nth-child(2) {
            width: 34%
        }

    .post.blog-post .post-image {
        width: 100%;
        height: auto;
        margin-bottom: 0
    }

        .post.blog-post .post-image .product-preview-image {
            width: 100%;
            height: auto
        }

    .blog-post-preview.v2 .blog-post-preview-item .product-preview-image {
        width: 100%;
        height: auto
    }

    .blog-comments {
        margin-bottom: 26px
    }
}

@media screen and (max-width: 935px) {
    .post .post-image {
        width: 360px;
        height: 210px
    }

        .post .post-image .product-preview-image {
            width: 358px;
            height: 208px
        }

        .post .post-image .slide-control-wrap {
            width: 328px;
            top: 254px;
            right: 15px
        }

        .post .post-image .button {
            width: 120px;
            height: 30px;
            line-height: 30px;
            font-size: 0.75em
        }

    .post .post-image-slides {
        width: 328px
    }

        .post .post-image-slides .image-slides-wrap, .post .post-image-slides .image-slides-wrap.full {
            width: 186px;
            margin: 0 auto
        }

    .post .post-content .post-banner {
        width: 100%
    }

    .post-tab .accordion.item-faq {
        width: 95%
    }
}

@media screen and (max-width: 630px) {
    .post .post-paragraph.half {
        float: none;
        width: 100%
    }

    .post-tab .tab-header .tab-item {
        float: none;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #ebebeb
    }

        .post-tab .tab-header .tab-item:nth-child(2) {
            width: 100%
        }

        .post-tab .tab-header .tab-item:last-child {
            border-bottom: none
        }

    .comment-list .comment-wrap {
        padding-right: 60px
    }

        .comment-list .comment-wrap .comment.review .timestamp {
            margin-bottom: 0
        }

        .comment-list .comment-wrap .comment.review .recommendation {
            display: block;
            position: relative;
            top: 0;
            margin: 6px 0
        }

        .comment-list .comment-wrap .comment.review .report {
            position: static;
            margin-top: 4px
        }

        .comment-list .comment-wrap.comment-reply {
            padding-right: 60px
        }

        .comment-list .comment-wrap .user-avatar {
            width: 40px;
            height: 40px;
            right: 6px
        }

        .comment-list .comment-wrap .comment-wrap {
            padding-right: 56px
        }

            .comment-list .comment-wrap .comment-wrap.comment-reply {
                padding-right: 56px
            }

    .blog-comments .comment-list .comment-wrap {
        padding-right: 64px
    }

        .blog-comments .comment-list .comment-wrap.comment-reply {
            padding-right: 64px
        }
}

@media screen and (max-width: 460px) {
    .post .post-image {
        width: 260px;
        height: 152px;
        margin-bottom: 90px
    }

        .post .post-image .product-preview-image {
            width: 258px;
            height: 150px
        }

        .post .post-image .slide-control-wrap {
            width: 242px;
            top: 168px;
            right: 8px
        }

        .post .post-image .button {
            top: 176px;
            right: 50%;
            margin-right: -60px
        }

    .post .post-image-slides {
        width: 100px
    }

        .post .post-image-slides .slide-control-wrap {
            top: -70px
        }

    .post .image-slides-wrap {
        display: none
    }

    .post .post-content .meta-line > *:last-child {
        clear: right;
        float: right
    }

    .post .post-content .video {
        height: 200px
    }

    .share-links-wrap .text-header {
        float: none
    }

    .comment-list .comment-wrap .comment .timestamp {
        margin-bottom: 0
    }

    .comment-list .comment-wrap .comment .report, .comment-list .comment-wrap .comment .reply {
        position: static;
        display: inline-block;
        margin-bottom: 4px
    }

    .blog-post-preview .blog-post-preview-item .product-preview-image {
        width: 100%;
        height: auto
    }

    .blog-post-preview.v2 .blog-post-preview-item .meta-line > *:last-child {
        clear: right;
        float: right
    }

    .blog-author {
        padding: 145px 26px 32px
    }

        .blog-author .user-avatar {
            position: absolute;
            top: 28px;
            right: 50%;
            margin-right: -35px
        }

        .blog-author p {
            text-align: center
        }

        .blog-author .share-links {
            top: 105px;
            left: auto;
            right: 50%;
            margin-right: -36px
        }
}

.author-profile-banner {
    background: url("../images/profile_banner.jpg") no-repeat center;
    background-size: cover;
    min-height: 300px
}

.author-profile-meta-wrap {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff
}

.author-profile-meta {
    min-height: 100px;
    padding-top: 15px
}

.author-profile-info {
    overflow: hidden;
    padding-right: 300px
}

    .author-profile-info .author-profile-info-item {
        float: right;
        height: 70px;
        border-left: 1px solid #ebebeb;
        padding: 16px 32px 0 70px
    }

        .author-profile-info .author-profile-info-item:last-child {
            border-left: none;
            padding-left: 0
        }

        .author-profile-info .author-profile-info-item p {
            font-size: 0.8125em;
            line-height: 20px;
            text-align: right;
        }

            .author-profile-info .author-profile-info-item p a:hover {
                text-decoration: underline
            }

            .author-profile-info .author-profile-info-item p .primary {
                color: #06b99b
            }

            .author-profile-info .author-profile-info-item p .secondary {
                color: #1cbdf9
            }

            .author-profile-info .author-profile-info-item p .tertiary {
                color: #e61852
            }

.follow-list {
    width: 870px;
    margin: 0 auto;
    text-align: justify;
    direction: rtl;
}

    .follow-list .follow-list-item {
        height: 94px;
        padding: 11px 92px 11px 17px;
        border: 1px solid #ebebeb;
        margin-bottom: 14px;
        background-color: #fff;
        position: relative
    }

        .follow-list .follow-list-item:last-child {
            margin-bottom: 0
        }

        .follow-list .follow-list-item .user-avatar {
            position: absolute;
            top: 11px;
            right: 11px
        }

        .follow-list .follow-list-item .fl-item-info {
            float: right;
            height: 70px;
            border-left: 1px solid #ebebeb;
            padding: 0 16px
        }

            .follow-list .follow-list-item .fl-item-info:last-child {
                border-left: none;
                padding-left: 0
            }

            .follow-list .follow-list-item .fl-item-info.fl-description {
                text-align: right;
                width: 203px;
                padding: 6px 0 0 10px
            }

                .follow-list .follow-list-item .fl-item-info.fl-description .text-header {
                    font-size: 1em;
                    margin-bottom: 5px
                }

                .follow-list .follow-list-item .fl-item-info.fl-description p {
                    font-size: 0.75em;
                    line-height: 18px
                }

            .follow-list .follow-list-item .fl-item-info.fl-reputation {
                width: 108px;
                padding-top: 15px
            }

                .follow-list .follow-list-item .fl-item-info.fl-reputation .text-header {
                    font-size: 0.75em;
                    text-align: center
                }

                .follow-list .follow-list-item .fl-item-info.fl-reputation .rating {
                    width: 75px;
                    margin: 14px auto 0
                }

            .follow-list .follow-list-item .fl-item-info.fl-product-items {
                overflow: hidden
            }

                .follow-list .follow-list-item .fl-item-info.fl-product-items .product-preview-image {
                    float: right;
                    margin-left: 14px
                }

                .follow-list .follow-list-item .fl-item-info.fl-product-items a:last-child .product-preview-image {
                    margin-left: 0
                }

            .follow-list .follow-list-item .fl-item-info.fl-button {
                padding-top: 20px
            }

@media screen and (max-width: 1260px) {
    .author-profile-info {
        padding-right: 0;
        padding-top: 15px;
        width: 270px;
        margin: 0 auto
    }

        .author-profile-info .author-profile-info-item {
            float: none;
            border-left: none;
            padding: 0;
            padding-right: 32px
        }

            .author-profile-info .author-profile-info-item p {
                font-size: 0.8125em;
                line-height: 20px
            }

                .author-profile-info .author-profile-info-item p a:hover {
                    text-decoration: underline
                }

                .author-profile-info .author-profile-info-item p .primary {
                    color: #06b99b
                }

                .author-profile-info .author-profile-info-item p .secondary {
                    color: #1cbdf9
                }

                .author-profile-info .author-profile-info-item p .tertiary {
                    color: #e61852
                }

    .section .sidebar.author-profile {
        position: static
    }
}

@media screen and (max-width: 935px) {
    .follow-list {
        width: 598px
    }

        .follow-list .follow-list-item .fl-item-info.fl-product-items {
            display: none
        }
}

@media screen and (max-width: 630px) {
    .follow-list {
        width: 270px
    }

        .follow-list .follow-list-item {
            height: auto;
            padding: 90px 11px 20px
        }

            .follow-list .follow-list-item .user-avatar {
                right: 50%;
                margin-right: -35px
            }

            .follow-list .follow-list-item .fl-item-info {
                float: none;
                height: auto;
                border-left: none;
                padding: 0
            }

                .follow-list .follow-list-item .fl-item-info.fl-description {
                    padding: 0;
                    margin: 0 auto 14px
                }

                    .follow-list .follow-list-item .fl-item-info.fl-description p {
                        text-align: center
                    }

                .follow-list .follow-list-item .fl-item-info.fl-reputation {
                    display: none
                }

                .follow-list .follow-list-item .fl-item-info.fl-button {
                    padding: 0
                }

                    .follow-list .follow-list-item .fl-item-info.fl-button .button {
                        margin: 0 auto
                    }
}

.section.demo {
    overflow: visible
}

    .section.demo .form-popup {
        margin-bottom: 60px
    }

        .section.demo .form-popup:nth-child(odd) {
            float: right;
            clear: both
        }

        .section.demo .form-popup:nth-child(even) {
            float: left
        }

.form-popup {
    width: 430px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    position: relative
}

    .form-popup .close-btn {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #101314;
        cursor: pointer;
        position: absolute;
        top: -19px;
        left: -19px
    }

        .form-popup .close-btn .svg-plus {
            fill: #fff;
            width: 10px;
            height: 10px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 14px;
            right: 14px
        }

    .form-popup .form-popup-headline {
        padding: 36px 22px 30px
    }

        .form-popup .form-popup-headline p {
            margin-top: 10px;
            color: #fff;
            line-height: 20px
        }

        .form-popup .form-popup-headline.primary {
            background: url("../images/section_headline_bg.png") no-repeat center #00d7b3;
            background-size: cover
        }

        .form-popup .form-popup-headline.secondary {
            background: url("../images/section_headline_bg.png") no-repeat center #1cbdf9;
            background-size: cover
        }

    .form-popup .form-popup-content {
        padding: 22px 22px 26px;
        overflow: hidden
    }

    .form-popup .popup-title {
        text-align: right;
        font-size: 1.375em;
        margin-bottom: 15px
    }

    .form-popup .line-separator {
        margin-bottom: 22px
    }

        .form-popup .line-separator.double {
            margin-top: 22px
        }

        .form-popup .line-separator.short {
            margin-bottom: 16px
        }

    .form-popup input[type="text"] {
        margin-bottom: 24px
    }

    .form-popup .label-check {
        margin-bottom: 22px
    }

    .form-popup p {
        font-size: 0.8125em;
        line-height: 1em
    }

        .form-popup p.highlighted {
            line-height: 20px
        }

            .form-popup p.highlighted span {
                color: #2b373a;
                font-weight: 700
            }

        .form-popup p.spaced {
            line-height: 20px;
            margin-bottom: 16px
        }

        .form-popup p a {
            font-weight: 700
        }

            .form-popup p a:hover {
                text-decoration: underline
            }

    .form-popup button {
        margin-top: 32px
    }

        .form-popup button.no-space {
            margin: 0
        }

    .form-popup .button {
        width: 100%
    }

        .form-popup .button.half {
            width: 185px;
            float: right
        }

            .form-popup .button.half + .button.half {
                float: left
            }

@media screen and (max-width: 1260px) {
    .section.demo .form-popup {
        margin: 0 auto 60px
    }

        .section.demo .form-popup:nth-child(odd) {
            float: none
        }

        .section.demo .form-popup:nth-child(even) {
            float: none
        }
}

@media screen and (max-width: 630px) {
    .form-popup {
        width: 90%
    }

        .form-popup .button.half {
            width: 100%;
            float: none
        }

            .form-popup .button.half + .button.half {
                margin-top: 22px
            }
}

.badges-showcase {
    margin: 0 auto
}

    .badges-showcase.short {
        width: 702px
    }

    .badges-showcase .badges-showcase-item {
        padding-top: 192px;
        position: relative;
        margin-bottom: 70px
    }

        .badges-showcase .badges-showcase-item .badge {
            position: absolute;
            z-index: 1;
            transition: all .3s ease-in-out
        }

            .badges-showcase .badges-showcase-item .badge.big {
                top: 0;
                right: 50%;
                margin-right: -80px
            }

                .badges-showcase .badges-showcase-item .badge.big.pinned {
                    top: -10px
                }

            .badges-showcase .badges-showcase-item .badge.small {
                top: 136px;
                left: 29px
            }

            .badges-showcase .badges-showcase-item .badge.locked {
                opacity: 0;
                z-index: 0
            }

            .badges-showcase .badges-showcase-item .badge.active {
                opacity: 1;
                z-index: 2
            }

                .badges-showcase .badges-showcase-item .badge.active + .badge {
                    opacity: 0
                }

                .badges-showcase .badges-showcase-item .badge.active:hover {
                    opacity: 0
                }

                    .badges-showcase .badges-showcase-item .badge.active:hover + .badge {
                        opacity: 1
                    }

        .badges-showcase .badges-showcase-item .text-header, .badges-showcase .badges-showcase-item .badge-description {
            text-align: center
        }

        .badges-showcase .badges-showcase-item .text-header {
            font-size: 1.125em;
            margin-bottom: 16px
        }

        .badges-showcase .badges-showcase-item .badge-description {
            font-size: 0.75em;
            line-height: 18px
        }

        .badges-showcase .badges-showcase-item .badge-progress-title {
            font-size: 0.8125em;
            margin: 34px 0 6px
        }

        .badges-showcase .badges-showcase-item .badge-progress {
            margin: 0 auto
        }

.badge.big {
    width: 160px;
    height: 167px
}

.badge.small {
    width: 36px;
    height: 37px
}

.badge-boxes {
    overflow: hidden
}

    .badge-boxes .sidebar-item {
        margin-bottom: 26px
    }

.badge-list {
    width: 228px;
    margin: 0 auto
}

    .badge-list .badge-list-item {
        float: right;
        margin: 0 0 18px 12px
    }

        .badge-list .badge-list-item .badge.pinned {
            position: relative;
            top: -5px
        }

        .badge-list .badge-list-item:nth-child(5n+5) {
            margin-left: 0
        }

    .badge-list.short {
        width: 180px;
        margin-right: auto;
        margin-left: auto
    }

        .badge-list.short .badge-list-item:nth-child(5n+5) {
            margin-left: 12px
        }

        .badge-list.short .badge-list-item:nth-child(4n+4) {
            margin-left: 0
        }

@media screen and (max-width: 935px) {
    .badges-showcase.short {
        width: 468px
    }
}

@media screen and (max-width: 630px) {
    .badges-showcase.short {
        width: 234px
    }
}

.cart {
    width: 870px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin: 0 auto
}

    .cart .cart-header {
        height: 52px;
        border-bottom: 1px solid #ebebeb;
        overflow: hidden
    }

        .cart .cart-header p {
            line-height: 52px
        }

        .cart .cart-header > * {
            float: right;
            text-align: center
        }

        .cart .cart-header .cart-header-product {
            text-align: right
        }

    .cart .cart-header-product, .cart .cart-item-product {
        width: 416px;
        padding-right: 23px
    }

    .cart .cart-header-category, .cart .cart-item-category {
        width: 142px
    }

    .cart .cart-header-price, .cart .cart-item-price {
        width: 174px
    }

    .cart .cart-header-actions, .cart .cart-item-actions {
        width: 136px
    }

    .cart .cart-item {
        padding: 24px 0;
        border-bottom: 1px solid #ebebeb;
        overflow: hidden
    }

        .cart .cart-item > * {
            float: right;
            text-align: center
        }

        .cart .cart-item .cart-item-product {
            text-align: right
        }

            .cart .cart-item .cart-item-product .item-preview {
                padding-right: 82px;
                padding-top: 4px;
                min-height: 70px
            }

        .cart .cart-item .cart-item-category {
            padding-top: 26px
        }

        .cart .cart-item .cart-item-price {
            padding-top: 23px
        }

        .cart .cart-item .cart-item-actions {
            padding-top: 16px
        }

            .cart .cart-item .cart-item-actions .button.rmv {
                width: 30px;
                height: 30px;
                margin: 0 auto;
                position: relative
            }

                .cart .cart-item .cart-item-actions .button.rmv .svg-plus {
                    fill: #fff;
                    width: 12px;
                    height: 12px;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    position: absolute;
                    top: 9px;
                    right: 50%;
                    margin-right: -6px
                }

    .cart .cart-actions {
        padding: 26px 0 26px 53px;
        overflow: hidden
    }

        .cart .cart-actions .button {
            float: left;
            width: 200px
        }

            .cart .cart-actions .button.spaced {
                margin-left: 14px
            }

.cart-total {
    height: 70px;
    padding: 0 556px 0 53px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden
}

    .cart-total.small {
        height: 50px;
        padding: 0 346px 0 0
    }

        .cart-total.small p {
            line-height: 50px
        }

        .cart-total.small .subtotal, .cart-total.small .total {
            font-size: 0.875em
        }

    .cart-total p {
        line-height: 70px
    }

    .cart-total .subtotal, .cart-total .total {
        float: right
    }

    .cart-total .price {
        float: left
    }

    .cart-total .subtotal {
        font-size: 0.8125em
    }

.cart-overview-item {
    height: 35px;
    overflow: hidden;
    position: relative
}

    .cart-overview-item.bordered {
        border-bottom: 1px solid #ebebeb
    }

    .cart-overview-item .text-header {
        float: right
    }

    .cart-overview-item .price, .cart-overview-item .category {
        float: left
    }

    .cart-overview-item .price {
        position: relative;
        top: -3px
    }

    .cart-overview-item .category {
        position: absolute;
        right: 346px
    }

.checkout-items {
    overflow: hidden
}

    .checkout-items .checkout-item {
        width: 570px
    }

        .checkout-items .checkout-item:nth-child(odd) {
            float: right;
            clear: both
        }

        .checkout-items .checkout-item:nth-child(even) {
            float: left
        }

.checkout-item {
    padding: 22px 24px 26px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    position: relative;
    margin-bottom: 26px
}

    .checkout-item.padded {
        padding-bottom: 71px
    }

    .checkout-item.not-padded {
        padding-bottom: 0
    }

    .checkout-item h4 {
        text-align: right;
        font-size: 1.375em;
        margin-bottom: 14px
    }

    .checkout-item .line-separator {
        margin-bottom: 22px
    }

        .checkout-item .line-separator.top {
            margin-top: 22px
        }

    .checkout-item .button {
        width: 100%
    }

    .checkout-item .input-container {
        clear: both;
        margin-bottom: 22px
    }

        .checkout-item .input-container:last-child {
            margin-bottom: 0
        }

        .checkout-item .input-container.top-right {
            position: absolute;
            top: 20px;
            left: 24px
        }

        .checkout-item .input-container.half {
            float: right;
            width: 48.85%;
            clear: none
        }

            .checkout-item .input-container.half + .half {
                float: left
            }

        .checkout-item .input-container textarea {
            text-align: right;
            height: 120px
        }

    .checkout-item .cart-total:last-child {
        border-bottom: none
    }

    .checkout-item .pm-text {
        padding-right: 29px;
        color: #b2b2b2;
        font-size: 0.8125em;
        position: relative;
        top: -8px;
        display: none
    }

@media screen and (max-width: 1260px) {
    .checkout-items .checkout-item {
        float: none;
        width: 100%
    }
}

@media screen and (max-width: 935px) {
    .cart {
        width: 554px
    }

        .cart .cart-header-category, .cart .cart-header-price, .cart .cart-item-category, .cart .cart-item-price {
            display: none
        }

        .cart .cart-total {
            padding-right: 200px
        }
}

@media screen and (max-width: 630px) {
    .cart {
        width: 270px
    }

        .cart .cart-header-actions {
            display: none
        }

        .cart .cart-header-product {
            width: 100%;
            padding-right: 0
        }

            .cart .cart-header-product p {
                text-align: center
            }

        .cart .cart-item > * {
            float: none;
            margin: 0 auto
        }

        .cart .cart-item .cart-item-product {
            width: 100%;
            padding-right: 0
        }

            .cart .cart-item .cart-item-product .item-preview {
                padding-top: 86px;
                padding-right: 0
            }

                .cart .cart-item .cart-item-product .item-preview .product-preview-image {
                    top: 0;
                    right: 50%;
                    margin-right: -35px
                }

                .cart .cart-item .cart-item-product .item-preview p {
                    text-align: center
                }

                .cart .cart-item .cart-item-product .item-preview .description {
                    margin: 0 auto
                }

        .cart .cart-total {
            padding-left: 30px;
            padding-right: 30px
        }

        .cart .cart-actions {
            padding-left: 0
        }

            .cart .cart-actions .button {
                float: none;
                margin: 14px auto 0
            }

                .cart .cart-actions .button.spaced {
                    margin: 14px auto 0
                }

    .checkout-item .input-container.half {
        float: none;
        width: 100%
    }

    .checkout-item .cart-total.small {
        padding-right: 0
    }

    .cart-overview-item .category {
        display: none
    }
}

@media screen and (max-width: 460px) {
    .checkout-item .input-container.top-right {
        position: static
    }

    .cart-overview-item {
        height: auto;
        margin-bottom: 22px
    }

        .cart-overview-item.bordered {
            padding-bottom: 12px;
            margin-bottom: 0
        }

        .cart-overview-item .text-header {
            width: 180px;
            line-height: 1.3em
        }

        .cart-overview-item .price {
            top: 0
        }
}

.forum {
    width: 870px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    margin: 0 auto 26px;
    padding-bottom: 6px
}

    .forum > *:last-child {
        border-bottom: none
    }

        .forum > *:last-child > *:last-child {
            border-bottom: none
        }

.forum-header {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb
}

.forum-title, .forum-replies, .forum-lastpost {
    float: right;
    height: 50px
}

    .forum-title .text-header, .forum-replies .text-header, .forum-lastpost .text-header {
        line-height: 50px
    }

.forum-title {
    width: 470px;
    padding-right: 24px
}

.forum-replies {
    width: 100px;
    text-align: center
}

.forum-lastpost {
    width: 298px;
    padding-right: 150px
}

.forum-subsection {
    padding: 16px 24px;
    border-bottom: 1px solid #ebebeb
}

    .forum-subsection .text-header {
        margin-bottom: 8px
    }

    .forum-subsection .description {
        font-size: 0.8125em;
        line-height: 18px
    }

.thread-list .thread-list-item {
    height: 50px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    position: relative
}

    .thread-list .thread-list-item.pinned .pin {
        top: 17px;
        right: 24px;
        pointer-events: none
    }

    .thread-list .thread-list-item.pinned .user-avatar {
        right: 78px
    }

    .thread-list .thread-list-item.pinned .forum-title {
        padding-right: 78px
    }

    .thread-list .thread-list-item .user-avatar {
        position: absolute;
        top: 12px;
        right: 23px
    }

    .thread-list .thread-list-item .forum-lastpost {
        padding-right: 0
    }

    .thread-list .thread-list-item .title, .thread-list .thread-list-item .replies, .thread-list .thread-list-item .lastpost {
        font-size: 0.8125em;
        line-height: 50px
    }

    .thread-list .thread-list-item .title {
        padding-right: 35px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .thread-list .thread-list-item .replies {
        color: #b2b2b2
    }

    .thread-list .thread-list-item .lastpost {
        float: left;
        padding-left: 24px
    }

        .thread-list .thread-list-item .lastpost span {
            color: #2b373a;
            font-weight: 700
        }

.topic-preview .topic-preview-item {
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb
}

    .topic-preview .topic-preview-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .topic-preview .topic-preview-item .category, .topic-preview .topic-preview-item .lastpost {
        font-size: 0.6875em
    }

    .topic-preview .topic-preview-item .lastpost {
        margin-top: 4px
    }

        .topic-preview .topic-preview-item .lastpost span {
            color: #2b373a;
            font-weight: 700
        }

.thread {
    border: 1px solid #ebebeb;
    background-color: #fff
}

    .thread .thread-title {
        min-height: 64px;
        padding: 19px 32px;
        border-bottom: 1px solid #ebebeb
    }

        .thread .thread-title.pinned {
            padding-right: 78px;
            position: relative
        }

            .thread .thread-title.pinned .pin {
                top: 26px;
                right: 24px
            }

        .thread .thread-title .text-header {
            font-size: 1.375em;
            line-height: 1.3em
        }

    .thread .comment-list {
        padding-right: 0;
        padding-left: 0;
        border: none
    }

        .thread .comment-list .comment-wrap {
            padding-right: 118px;
            padding-left: 32px
        }

            .thread .comment-list .comment-wrap .user-avatar {
                right: 32px
            }

        .thread .comment-list h3 {
            margin-right: 32px
        }

@media screen and (max-width: 935px) {
    .forum {
        width: 572px
    }

    .forum-lastpost {
        display: none
    }
}

@media screen and (max-width: 630px) {
    .forum, .forum-title {
        width: 100%
    }

    .forum-title {
        padding-left: 24px
    }

    .forum-replies {
        display: none
    }

    .thread .comment-list .comment-wrap {
        padding-right: 76px
    }

        .thread .comment-list .comment-wrap .user-avatar {
            right: 16px
        }

    .thread .comment-list h3 {
        margin-right: 16px
    }
}

#footer-top-wrap {
    background-color: #2b373a
}

#footer-top {
    min-height: 345px;
    padding-bottom: 58px;
    overflow: hidden
}

    #footer-top .company-info {
        float: right;
        width: 270px;
        padding-top: 58px;
        margin-left: 30px
    }

        #footer-top .company-info .logo {
            margin-bottom: 40px
        }

        #footer-top .company-info p {
            color: #b2b2b2;
            font-size: 0.8125em;
            line-height: 1.53846em;
            text-align: right;
        }

        #footer-top .company-info .company-info-list {
            margin-top: 15px
        }

            #footer-top .company-info .company-info-list .company-info-item {
                margin-bottom: 10px
            }

                #footer-top .company-info .company-info-list .company-info-item .icon-present, #footer-top .company-info .company-info-list .company-info-item .icon-energy, #footer-top .company-info .company-info-list .company-info-item .icon-user {
                    margin-left: 5px;
                    color: #fff;
                    font-size: 17px;
                    position: relative;
                    top: 2px;
                    float: right;
                }

                #footer-top .company-info .company-info-list .company-info-item p {
                    display: inline-block;
                    color: #fff
                }

                    #footer-top .company-info .company-info-list .company-info-item p span {
                        color: #16ffd8
                    }

    #footer-top .footer-title {
        color: #fff;
        font-size: 1.25em;
        font-weight: 700;
        line-height: 1em;
        margin-bottom: 32px;
        text-align: right;
    }

    #footer-top .link-info, #footer-top .twitter-feed {
        float: right;
        padding-top: 68px
    }

    #footer-top .link-info {
        width: 170px;
        margin-left: 30px
    }

    #footer-top .twitter-feed {
        width: 270px
    }

        #footer-top .twitter-feed .tweets li {
            padding-right: 34px;
            margin-bottom: 20px;
            position: relative
        }

            #footer-top .twitter-feed .tweets li:last-child {
                margin-bottom: 0
            }

            #footer-top .twitter-feed .tweets li:before {
                content: url("../images/twt.png");
                position: absolute;
                top: 3px;
                right: 0
            }

            #footer-top .twitter-feed .tweets li .feed-text {
                color: #fff;
                font-size: 0.8125em;
                line-height: 1.53846em;
                margin-bottom: 6px
            }

                #footer-top .twitter-feed .tweets li .feed-text a {
                    color: #16ffd8
                }

            #footer-top .twitter-feed .tweets li .feed-timestamp a {
                color: #b2b2b2;
                font-size: 0.85714em
            }

#footer-bottom-wrap {
    background-color: #21282a
}

#footer-bottom {
    min-height: 54px
}

    #footer-bottom p {
        color: #b2b2b2;
        font-size: 0.8125em;
        line-height: 54px;
        padding-right: 12px;
        position: relative;
        text-align: right;
    }

        #footer-bottom p span {
            position: absolute;
            top: 0;
            right: 0
        }

        #footer-bottom p a {
            color: #16ffd8
        }

.social-links {
    margin: 25px 5px 0 0;
    overflow: hidden
}

    .social-links .social-link {
        float: right
    }

        .social-links .social-link a {
            display: block;
            position: relative
        }

        .social-links .social-link.fb {
            margin-left: 30px
        }

            .social-links .social-link.fb a {
                width: 7px;
                height: 14px;
                background: url("../images/fb.png") no-repeat center
            }

        .social-links .social-link.twt {
            margin-left: 26px
        }

            .social-links .social-link.twt a {
                width: 18px;
                height: 13px;
                background: url("../images/twt.png") no-repeat center;
                top: 1px
            }

        .social-links .social-link.db {
            margin-left: 32px
        }

            .social-links .social-link.db a {
                width: 16px;
                height: 17px;
                background: url("../images/db.png") no-repeat center;
                top: -1px
            }

        .social-links .social-link.rss a {
            width: 12px;
            height: 13px;
            background: url("../images/rss.png") no-repeat center;
            top: 1px
        }

.link-list .link-item {
    position: relative;
    margin-bottom: 12px
}

    .link-list .link-item:last-child {
        margin-bottom: 0
    }

    .link-list .link-item .bullet {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #16ffd8;
        position: absolute;
        top: 7px;
        right: 0
    }

    .link-list .link-item a {
        padding-right: 15px;
        color: #b2b2b2;
        font-size: 0.8125em;
        font-weight: 600;
        line-height: 1em;
        transition: all .15s ease-in
    }

        .link-list .link-item a:hover {
            color: #fff;
            padding-right: 19px
        }

@media screen and (max-width: 1260px) {
    #footer-top {
        width: 570px;
        position: relative
    }

        #footer-top .link-info:nth-child(2) {
            clear: right
        }

        #footer-top .link-info:nth-child(4) {
            margin-left: 0
        }

        #footer-top .twitter-feed {
            position: absolute;
            top: 0;
            left: 0
        }
}

@media screen and (max-width: 630px) {
    #footer-top {
        width: 270px
    }

        #footer-top .company-info {
            float: none
        }

        #footer-top .link-info {
            float: none;
            margin-left: 0
        }

        #footer-top .twitter-feed {
            float: none;
            position: static
        }

    #footer-bottom p {
        font-size: 0.75em
    }
}

.coming-soon-box {
    width: 630px;
    margin: 20px auto 0
}

    .coming-soon-box p {
        text-align: center
    }

        .coming-soon-box p br {
            display: none
        }

    .coming-soon-box .text-header {
        margin-bottom: 22px
    }

    .coming-soon-box .button {
        width: 240px;
        margin: 40px auto 0
    }

@media screen and (max-width: 935px) {
    .coming-soon-box {
        width: 90%
    }

        .coming-soon-box p br {
            display: block
        }
}
/*# sourceMappingURL=style.css.map */

