/*!
 *  Theme Name:   TheWriter
 *  Theme URI:    http://thewriter.themes.tvda.pw
 *  Author:       TVDA Themes
 *  Author URI:   http://themes.tvda.pw
 *  Description:  Powerful, Clean and Creative WordPress blog theme. Tell us your unique story about travel, inspirations, food, fashions news, photos, weddings and everyday moments from all over the world. Let’s make your blog the source of inspiration. This theme can be easily installed to start your personal or magazine blog within one click.
 *  Version:      1.1
 *  License:      ThemeForest Standard License
 *  License URI:  http://themeforest.net/licenses/standard
 *  Tags:         two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 *  Text Domain:  thewriter
 *  Domain Path: /languages/
 *
 *  To escape large CSS selector names, we suggest using abbreviation dictionary: http://operatino.github.io/MCSS/en/#dictionary
 */

/*
TABLE OF LAYOUTS(you can find block of styles with search for this keywords)

* !BASE ELEMENTS H,TD,P ETC... 
* !BOOTSTRUP STYLES 
* !HEADER LAYOUTS STYLES 
* !HEADER NAV STYLES 
* !TITLE WRAPPER STYLES 
* !BODY CONTENT LAYOUTS STYLES 
* !SIDEBAR STYLES 
* !POST LAYOUTS STYLES 
* !POST STANDARD 
* !POST BOXED 
* !POST GRID 
* !POST MASONRY 
* !POST METRO 
* !SINGLE POST STYLES 
* !SINGLE POST COMMENTS BLOCK 
* !CUSTOM WOOCOMMERCE STYLES 
* !PRELOADER STYLES 
* !UI SLIDER 
* !FLEXSLIDER 
* !ICONS STYLES 
* !ICONS STYLESHEET 

*/


.vc_element-icon.custom_grid {
    background-image: url(vc-addon/img/vc-icon.png);
}
.wpb-layout-element-button[data-element=custom_grid] .vc_element-icon {
    background-image: url(vc-addon/img/vc-icon.png);
}
.wpb_custom_grid .vc_element-icon {
    background-image: url(vc-addon/img/vc-icon.png);
}

/* !BASE ELEMENTS H,TD,P,BUTTON ETC... */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none!important;
}

abbr[title] {
    border-bottom: 1px dotted
}

p {
    font-size: 14px;
    line-height: 28px;
    color: #505050;
}

b,
strong {
    font-weight: 700
}

dl {
    margin: 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 100%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.post-single table {
    border-bottom: 1px solid #9b9b9b;
}

.post-single th {
    padding: 10px;
    border: none;
    text-align: inherit;
}
td {
    text-align: inherit;
    padding: 10px;
}
.post-single td {
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
}

.single-post .main-cnts-w {
    padding-top: 100px;
}

.main-cnts ul:not(.slides) li,
.main-cnts ol li {
    font-size: 16px;
    line-height: 1.2;
    margin: 6px 0px;
}


/* !BOOTSTRUP STYLES */
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.container:after,
.row:after {
    clear: both
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%
}
#main-content .container {
    margin-bottom: 100px;
}

.container .container {
    width: 100%!important
}

.row {
    margin-right: -20px;
    margin-left: -20px
}

@media (min-width:768px) {
    .row.__expanded {
        margin-right: -40px;
        margin-left: -40px
    }
}

@media (min-width:1200px) {
    .row.__expanded {
        margin-right: -80px;
        margin-left: -80px
    }
}

.row.__inline {
    font-size: 0;
    text-align: left
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}

.row.__inline:after,
.row.__inline:before {
    display: none
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxxl-1,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

.col-lg-1.__inline,
.col-lg-10.__inline,
.col-lg-11.__inline,
.col-lg-12.__inline,
.col-lg-2.__inline,
.col-lg-3.__inline,
.col-lg-4.__inline,
.col-lg-5.__inline,
.col-lg-6.__inline,
.col-lg-7.__inline,
.col-lg-8.__inline,
.col-lg-9.__inline,
.col-md-1.__inline,
.col-md-10.__inline,
.col-md-11.__inline,
.col-md-12.__inline,
.col-md-2.__inline,
.col-md-3.__inline,
.col-md-4.__inline,
.col-md-5.__inline,
.col-md-6.__inline,
.col-md-7.__inline,
.col-md-8.__inline,
.col-md-9.__inline,
.col-sm-1.__inline,
.col-sm-10.__inline,
.col-sm-11.__inline,
.col-sm-12.__inline,
.col-sm-2.__inline,
.col-sm-3.__inline,
.col-sm-4.__inline,
.col-sm-5.__inline,
.col-sm-6.__inline,
.col-sm-7.__inline,
.col-sm-8.__inline,
.col-sm-9.__inline,
.col-xl-1.__inline,
.col-xl-10.__inline,
.col-xl-11.__inline,
.col-xl-12.__inline,
.col-xl-2.__inline,
.col-xl-3.__inline,
.col-xl-4.__inline,
.col-xl-5.__inline,
.col-xl-6.__inline,
.col-xl-7.__inline,
.col-xl-8.__inline,
.col-xl-9.__inline,
.col-xs-1.__inline,
.col-xs-10.__inline,
.col-xs-11.__inline,
.col-xs-12.__inline,
.col-xs-2.__inline,
.col-xs-3.__inline,
.col-xs-4.__inline,
.col-xs-5.__inline,
.col-xs-6.__inline,
.col-xs-7.__inline,
.col-xs-8.__inline,
.col-xs-9.__inline,
.col-xxl-1.__inline,
.col-xxl-10.__inline,
.col-xxl-11.__inline,
.col-xxl-12.__inline,
.col-xxl-2.__inline,
.col-xxl-3.__inline,
.col-xxl-4.__inline,
.col-xxl-5.__inline,
.col-xxl-6.__inline,
.col-xxl-7.__inline,
.col-xxl-8.__inline,
.col-xxl-9.__inline,
.col-xxxl-1.__inline,
.col-xxxl-10.__inline,
.col-xxxl-11.__inline,
.col-xxxl-12.__inline,
.col-xxxl-2.__inline,
.col-xxxl-3.__inline,
.col-xxxl-4.__inline,
.col-xxxl-5.__inline,
.col-xxxl-6.__inline,
.col-xxxl-7.__inline,
.col-xxxl-8.__inline,
.col-xxxl-9.__inline {
    vertical-align: middle;
    display: inline-block;
    float: none;
    font-size: medium;
    font-size: initial
}

.col-lg-1.__inline>div,
.col-lg-10.__inline>div,
.col-lg-11.__inline>div,
.col-lg-12.__inline>div,
.col-lg-2.__inline>div,
.col-lg-3.__inline>div,
.col-lg-4.__inline>div,
.col-lg-5.__inline>div,
.col-lg-6.__inline>div,
.col-lg-7.__inline>div,
.col-lg-8.__inline>div,
.col-lg-9.__inline>div,
.col-md-1.__inline>div,
.col-md-10.__inline>div,
.col-md-11.__inline>div,
.col-md-12.__inline>div,
.col-md-2.__inline>div,
.col-md-3.__inline>div,
.col-md-4.__inline>div,
.col-md-5.__inline>div,
.col-md-6.__inline>div,
.col-md-7.__inline>div,
.col-md-8.__inline>div,
.col-md-9.__inline>div,
.col-sm-1.__inline>div,
.col-sm-10.__inline>div,
.col-sm-11.__inline>div,
.col-sm-12.__inline>div,
.col-sm-2.__inline>div,
.col-sm-3.__inline>div,
.col-sm-4.__inline>div,
.col-sm-5.__inline>div,
.col-sm-6.__inline>div,
.col-sm-7.__inline>div,
.col-sm-8.__inline>div,
.col-sm-9.__inline>div,
.col-xl-1.__inline>div,
.col-xl-10.__inline>div,
.col-xl-11.__inline>div,
.col-xl-12.__inline>div,
.col-xl-2.__inline>div,
.col-xl-3.__inline>div,
.col-xl-4.__inline>div,
.col-xl-5.__inline>div,
.col-xl-6.__inline>div,
.col-xl-7.__inline>div,
.col-xl-8.__inline>div,
.col-xl-9.__inline>div,
.col-xs-1.__inline>div,
.col-xs-10.__inline>div,
.col-xs-11.__inline>div,
.col-xs-12.__inline>div,
.col-xs-2.__inline>div,
.col-xs-3.__inline>div,
.col-xs-4.__inline>div,
.col-xs-5.__inline>div,
.col-xs-6.__inline>div,
.col-xs-7.__inline>div,
.col-xs-8.__inline>div,
.col-xs-9.__inline>div,
.col-xxl-1.__inline>div,
.col-xxl-10.__inline>div,
.col-xxl-11.__inline>div,
.col-xxl-12.__inline>div,
.col-xxl-2.__inline>div,
.col-xxl-3.__inline>div,
.col-xxl-4.__inline>div,
.col-xxl-5.__inline>div,
.col-xxl-6.__inline>div,
.col-xxl-7.__inline>div,
.col-xxl-8.__inline>div,
.col-xxl-9.__inline>div,
.col-xxxl-1.__inline>div,
.col-xxxl-10.__inline>div,
.col-xxxl-11.__inline>div,
.col-xxxl-12.__inline>div,
.col-xxxl-2.__inline>div,
.col-xxxl-3.__inline>div,
.col-xxxl-4.__inline>div,
.col-xxxl-5.__inline>div,
.col-xxxl-6.__inline>div,
.col-xxxl-7.__inline>div,
.col-xxxl-8.__inline>div,
.col-xxxl-9.__inline>div {
    font-size: 1em
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666666666667%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666666666667%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.333333333333336%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666666668%
}

.col-xs-1 {
    width: 8.333333333333334%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666666666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666666666667%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.333333333333336%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666666668%
}

.col-xs-offset-1 {
    margin-left: 8.333333333333334%
}

@media (min-width:768px) {
    .container {
        width: 738px
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666666666667%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666666666667%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-4 {
        width: 33.333333333333336%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.666666666666668%
    }
    .col-sm-1 {
        width: 8.333333333333334%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.333333333333336%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666668%
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333334%
    }
}

@media (min-width:992px) {
    .container {
        width: 962px
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666666666667%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666666666667%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-4 {
        width: 33.333333333333336%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.666666666666668%
    }
    .col-md-1 {
        width: 8.333333333333334%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666667%
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-md-offset-4 {
        margin-left: 33.333333333333336%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666668%
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333334%
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666666666667%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666666666667%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-4 {
        width: 33.333333333333336%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.666666666666668%
    }
    .col-lg-1 {
        width: 8.333333333333334%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.333333333333336%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666668%
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333334%
    }
}

@media (min-width:1401px) {
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }
    .col-xl-12 {
        width: 100%
    }
    .col-xl-11 {
        width: 91.66666666666667%
    }
    .col-xl-10 {
        width: 83.33333333333334%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-8 {
        width: 66.66666666666667%
    }
    .col-xl-7 {
        width: 58.333333333333336%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-5 {
        width: 41.66666666666667%
    }
    .col-xl-4 {
        width: 33.333333333333336%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-2 {
        width: 16.666666666666668%
    }
    .col-xl-1 {
        width: 8.333333333333334%
    }
    .col-xl-offset-12 {
        margin-left: 100%
    }
    .col-xl-offset-11 {
        margin-left: 91.66666666666667%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-8 {
        margin-left: 66.66666666666667%
    }
    .col-xl-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-xl-offset-4 {
        margin-left: 33.333333333333336%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-2 {
        margin-left: 16.666666666666668%
    }
    .col-xl-offset-1 {
        margin-left: 8.333333333333334%
    }
}

@media (min-width:1600px) {
    .col-xxl-1,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9 {
        float: left
    }
    .col-xxl-12 {
        width: 100%
    }
    .col-xxl-11 {
        width: 91.66666666666667%
    }
    .col-xxl-10 {
        width: 83.33333333333334%
    }
    .col-xxl-9 {
        width: 75%
    }
    .col-xxl-8 {
        width: 66.66666666666667%
    }
    .col-xxl-7 {
        width: 58.333333333333336%
    }
    .col-xxl-6 {
        width: 50%
    }
    .col-xxl-5 {
        width: 41.66666666666667%
    }
    .col-xxl-4 {
        width: 33.333333333333336%
    }
    .col-xxl-3 {
        width: 25%
    }
    .col-xxl-2 {
        width: 16.666666666666668%
    }
    .col-xxl-1 {
        width: 8.333333333333334%
    }
    .col-xxl-offset-12 {
        margin-left: 100%
    }
    .col-xxl-offset-11 {
        margin-left: 91.66666666666667%
    }
    .col-xxl-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-xxl-offset-9 {
        margin-left: 75%
    }
    .col-xxl-offset-8 {
        margin-left: 66.66666666666667%
    }
    .col-xxl-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-xxl-offset-6 {
        margin-left: 50%
    }
    .col-xxl-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-xxl-offset-4 {
        margin-left: 33.333333333333336%
    }
    .col-xxl-offset-3 {
        margin-left: 25%
    }
    .col-xxl-offset-2 {
        margin-left: 16.666666666666668%
    }
    .col-xxl-offset-1 {
        margin-left: 8.333333333333334%
    }
}

@media (min-width:1920px) {
    .col-xxxl-1,
    .col-xxxl-10,
    .col-xxxl-11,
    .col-xxxl-12,
    .col-xxxl-2,
    .col-xxxl-3,
    .col-xxxl-4,
    .col-xxxl-5,
    .col-xxxl-6,
    .col-xxxl-7,
    .col-xxxl-8,
    .col-xxxl-9 {
        float: left
    }
    .col-xxxl-12 {
        width: 100%
    }
    .col-xxxl-11 {
        width: 91.66666666666667%
    }
    .col-xxxl-10 {
        width: 83.33333333333334%
    }
    .col-xxxl-9 {
        width: 75%
    }
    .col-xxxl-8 {
        width: 66.66666666666667%
    }
    .col-xxxl-7 {
        width: 58.333333333333336%
    }
    .col-xxxl-6 {
        width: 50%
    }
    .col-xxxl-5 {
        width: 41.66666666666667%
    }
    .col-xxxl-4 {
        width: 33.333333333333336%
    }
    .col-xxxl-3 {
        width: 25%
    }
    .col-xxxl-2 {
        width: 16.666666666666668%
    }
    .col-xxxl-1 {
        width: 8.333333333333334%
    }
    .col-xxxl-offset-12 {
        margin-left: 100%
    }
    .col-xxxl-offset-11 {
        margin-left: 91.66666666666667%
    }
    .col-xxxl-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-xxxl-offset-9 {
        margin-left: 75%
    }
    .col-xxxl-offset-8 {
        margin-left: 66.66666666666667%
    }
    .col-xxxl-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-xxxl-offset-6 {
        margin-left: 50%
    }
    .col-xxxl-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-xxxl-offset-4 {
        margin-left: 33.333333333333336%
    }
    .col-xxxl-offset-3 {
        margin-left: 25%
    }
    .col-xxxl-offset-2 {
        margin-left: 16.666666666666668%
    }
    .col-xxxl-offset-1 {
        margin-left: 8.333333333333334%
    }
}

@-ms-viewport {
    width: device-width
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    min-width: 320px;
    font-size: 14px;
    font-family: Open sans, serif;
    color: #4A4A4A;
}

::-moz-selection {
    color: #fff;
    background-color: #e61638
}

::selection {
    color: #fff;
    background-color: #e61638
}

embed,
figure,
iframe,
img {
    max-width: 100%
}
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

img {
    height: auto
}

figure {
    margin: 0
}

ins {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 0;
    font-weight: bold;
    color: #141414;
    font-family: futura-headline, sans-serif;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 22px;
}


h4 {
    font-size: 16px;
    line-height: 20px;
}


h5 {
    font-size: 14px;
    line-height: 18px;
}


h6 {
    font-size: 12px;
    line-height: 16px;
}

a {
    color: #e61638;
    -webkit-transition: .4s color;
    transition: .4s color;
    text-decoration: none
}

a:hover {
    color: #e61638
}

a.t-w-post_border:hover {
    border: none;
    color: #fff;
}

a:focus {
    outline: 0
}

blockquote {
    position: relative;
    font-size: 14px;
    margin: 0;
    padding: 35px 41px 35px 40px;
    color: #000000;
    font-style: italic;
}

@media (min-width:768px) {
    blockquote {
        font-size: 1.285714285714286em
    }
}

blockquote:before {
    content: '“';
    display: block;
    position: absolute;
    top: 19px;
    left: -62px;
    font-size: 72px;
    line-height: 28px;
    font-style: normal;
    font-family: futura-headline, sans-serif;
    font-weight: bold;
    color: #e61638
}

blockquote p:first-child {
    margin-top: 0
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote cite {
    display: block;
    margin-top: 40px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .555555555555556em;
    font-style: normal;
    line-height: 1;
    color: #767676
}

/* !HEADER LAYOUTS STYLES */
.main-w {
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.main-brd {
    display: none
}

@media (min-width:768px) {
    .main-brd {
        display: block;
        position: fixed;
        z-index: 21;
        box-sizing: content-box;
        width: 0;
        height: 0
    }
    .main-brd.__top {
        width: 100%;
        top: 0;
        left: 0
    }
    .main-brd.__right {
        height: 100%;
        right: 0;
        top: 0
    }
    .main-brd.__bottom {
        width: 100%;
        bottom: 0;
        left: 0
    }
    .main-brd.__left {
        height: 100%;
        left: 0;
        top: 0
    }
}

.bypostauthor,
.gallery-caption,
.sticky,
.wp-caption {
    z-index: 1
}

.alignleft {
    display: inline;
    float: left;
    margin: 1em 30px 1.5em 0
}

.alignright {
    display: inline;
    float: right;
    margin: 1em 0 1.5em 30px
}

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.vc_figure-caption,
.wp-caption-text {
    margin-bottom: 1.5em;
    font-style: italic;
    font-size: .857142857142857em;
    color: #4a4a4a
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=time],
input[type=month],
input[type=week],
input[type=password],
input[type=search],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=text],
textarea {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 2px solid #F5F5F5;
    -webkit-appearance: none;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    min-height: 48px;
    padding: 0 1em;
    color: #767676;
    background-color: #fff;
    font-weight: normal;
    -webkit-transition: .4s all;
    transition: .4s all;
    font-family: futura-headline, sans-serif;
    font-weight: bold;
}

input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=time]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=text]:focus,
textarea:focus {
    background-color: transparent;
    color: #141414;
    border-color: #9B9B9B;
}

input[type=date].__round,
input[type=datetime].__round,
input[type=datetime-local].__round,
input[type=time].__round,
input[type=month].__round,
input[type=week].__round,
input[type=password].__round,
input[type=search].__round,
input[type=email].__round,
input[type=url].__round,
input[type=tel].__round,
input[type=number].__round,
input[type=text].__round,
textarea.__round {
    border-radius: 2.5em;
    padding: 0 30px
}

input[type=date].__bold_round,
input[type=datetime].__bold_round,
input[type=datetime-local].__bold_round,
input[type=time].__bold_round,
input[type=month].__bold_round,
input[type=week].__bold_round,
input[type=password].__bold_round,
input[type=search].__bold_round,
input[type=email].__bold_round,
input[type=url].__bold_round,
input[type=tel].__bold_round,
input[type=number].__bold_round,
input[type=text].__bold_round,
textarea.__bold_round {
    border-radius: 2.5em;
    font-size: 1.142857142857143em;
    font-weight: 700;
    border-width: 2px;
    text-align: center;
    color: #141414
}

.dark-form input[type=date],
.dark-form input[type=datetime],
.dark-form input[type=datetime-local],
.dark-form input[type=time],
.dark-form input[type=month],
.dark-form input[type=week],
.dark-form input[type=password],
.dark-form input[type=search],
.dark-form input[type=email],
.dark-form input[type=url],
.dark-form input[type=tel],
.dark-form input[type=number],
.dark-form input[type=text],
.dark-form textarea {
    color: #fff
}

label[for] {
    margin-bottom: 11px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #9B9B9B;
    font-weight: 800;
}

input:not([type=hidden])+.button,
input:not([type=hidden])+button,
input:not([type=hidden])+input[type=button],
input:not([type=hidden])+input[type=reset],
input:not([type=hidden])+input[type=submit],
select+.button,
select+button,
select+input[type=button],
select+input[type=reset],
select+input[type=submit] {
    margin-left: 10px
}

textarea {
    padding: 1em;
    height: auto
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=time],
input[type=month],
input[type=week],
input[type=number] {
    padding-right: 0
}

input[type=number] {
    width: 82px;
    text-align: center;
}

select {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 3px solid #F5F5F5;
    -webkit-appearance: none;
    border-radius: 5px;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    min-height: 42px;
    padding: 0 1em 2px;
    color: #4A4A4A;
    font-size: 14px;
    background-color: #fff;
    background-image: url(images/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    -webkit-transition: .4s all;
    transition: .4s all
}
select:focus,
select:hover {
    color: #141414
}

@-moz-document url-prefix() {
    select {
        padding-left: .75em;
        padding-top: .5em
    }
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0
}

.button,
.fbq-button,
button,
input[type=button],
input[type=reset],
input[type=submit]:not(.fbq-button-invert) {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    box-shadow: none;
    vertical-align: middle;
    outline: 0;
    font-size: 14px;
    line-height: 14px;
    font-family: futura-headline, sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    background-color: #e61638;
    color: #fff;
    font-weight: bold;
    border: 1px solid;
    border-color: #e61638;
    padding: 1.142857142857143em 2em;
    letter-spacing: -0.025em;
}
.single_add_to_cart_button {
    padding: 13px 30px;
}

.button:hover,
.fbq-button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:not(.fbq-button-invert):hover {
    background-color: #fff;
    color: #fff
}

.button .fa,
.button [class*=" icon-"],
.button [class^=icon-],
button .fa,
button [class*=" icon-"],
button [class^=icon-],
input[type=button] .fa,
input[type=button] [class*=" icon-"],
input[type=button] [class^=icon-],
input[type=reset] .fa,
input[type=reset] [class*=" icon-"],
input[type=reset] [class^=icon-],
input[type=submit] .fa,
input[type=submit] [class*=" icon-"],
input[type=submit] [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.button .fa:first-child,
.button [class*=" icon-"]:first-child,
.button [class^=icon-]:first-child,
button .fa:first-child,
button [class*=" icon-"]:first-child,
button [class^=icon-]:first-child,
input[type=button] .fa:first-child,
input[type=button] [class*=" icon-"]:first-child,
input[type=button] [class^=icon-]:first-child,
input[type=reset] .fa:first-child,
input[type=reset] [class*=" icon-"]:first-child,
input[type=reset] [class^=icon-]:first-child,
input[type=submit] .fa:first-child,
input[type=submit] [class*=" icon-"]:first-child,
input[type=submit] [class^=icon-]:first-child {
    margin-right: .5em
}

.button .fa:last-child,
.button [class*=" icon-"]:last-child,
.button [class^=icon-]:last-child,
button .fa:last-child,
button [class*=" icon-"]:last-child,
button [class^=icon-]:last-child,
input[type=button] .fa:last-child,
input[type=button] [class*=" icon-"]:last-child,
input[type=button] [class^=icon-]:last-child,
input[type=reset] .fa:last-child,
input[type=reset] [class*=" icon-"]:last-child,
input[type=reset] [class^=icon-]:last-child,
input[type=submit] .fa:last-child,
input[type=submit] [class*=" icon-"]:last-child,
input[type=submit] [class^=icon-]:last-child {
    margin-left: .5em
}

.button .fa:first-child:last-child,
.button [class*=" icon-"]:first-child:last-child,
.button [class^=icon-]:first-child:last-child,
button .fa:first-child:last-child,
button [class*=" icon-"]:first-child:last-child,
button [class^=icon-]:first-child:last-child,
input[type=button] .fa:first-child:last-child,
input[type=button] [class*=" icon-"]:first-child:last-child,
input[type=button] [class^=icon-]:first-child:last-child,
input[type=reset] .fa:first-child:last-child,
input[type=reset] [class*=" icon-"]:first-child:last-child,
input[type=reset] [class^=icon-]:first-child:last-child,
input[type=submit] .fa:first-child:last-child,
input[type=submit] [class*=" icon-"]:first-child:last-child,
input[type=submit] [class^=icon-]:first-child:last-child {
    margin: 0
}

.button [class*=" icon-"],
.button [class^=icon-],
button [class*=" icon-"],
button [class^=icon-],
input[type=button] [class*=" icon-"],
input[type=button] [class^=icon-],
input[type=reset] [class*=" icon-"],
input[type=reset] [class^=icon-],
input[type=submit] [class*=" icon-"],
input[type=submit] [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.button.__o,
button.__o,
input[type=button].__o,
input[type=reset].__o,
input[type=submit].__o {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 1px solid;
    padding: 1.3em 3.5em;
    background: 0 0;
    color: inherit
}

.button.__o:hover,
button.__o:hover,
input[type=button].__o:hover,
input[type=reset].__o:hover,
input[type=submit].__o:hover {
    background: 0 0
}

.button.__o .fa,
.button.__o [class*=" icon-"],
.button.__o [class^=icon-],
button.__o .fa,
button.__o [class*=" icon-"],
button.__o [class^=icon-],
input[type=button].__o .fa,
input[type=button].__o [class*=" icon-"],
input[type=button].__o [class^=icon-],
input[type=reset].__o .fa,
input[type=reset].__o [class*=" icon-"],
input[type=reset].__o [class^=icon-],
input[type=submit].__o .fa,
input[type=submit].__o [class*=" icon-"],
input[type=submit].__o [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.button.__o .fa:first-child,
.button.__o [class*=" icon-"]:first-child,
.button.__o [class^=icon-]:first-child,
button.__o .fa:first-child,
button.__o [class*=" icon-"]:first-child,
button.__o [class^=icon-]:first-child,
input[type=button].__o .fa:first-child,
input[type=button].__o [class*=" icon-"]:first-child,
input[type=button].__o [class^=icon-]:first-child,
input[type=reset].__o .fa:first-child,
input[type=reset].__o [class*=" icon-"]:first-child,
input[type=reset].__o [class^=icon-]:first-child,
input[type=submit].__o .fa:first-child,
input[type=submit].__o [class*=" icon-"]:first-child,
input[type=submit].__o [class^=icon-]:first-child {
    margin-right: .5em
}

.button.__o .fa:last-child,
.button.__o [class*=" icon-"]:last-child,
.button.__o [class^=icon-]:last-child,
button.__o .fa:last-child,
button.__o [class*=" icon-"]:last-child,
button.__o [class^=icon-]:last-child,
input[type=button].__o .fa:last-child,
input[type=button].__o [class*=" icon-"]:last-child,
input[type=button].__o [class^=icon-]:last-child,
input[type=reset].__o .fa:last-child,
input[type=reset].__o [class*=" icon-"]:last-child,
input[type=reset].__o [class^=icon-]:last-child,
input[type=submit].__o .fa:last-child,
input[type=submit].__o [class*=" icon-"]:last-child,
input[type=submit].__o [class^=icon-]:last-child {
    margin-left: .5em
}

.button.__o .fa:first-child:last-child,
.button.__o [class*=" icon-"]:first-child:last-child,
.button.__o [class^=icon-]:first-child:last-child,
button.__o .fa:first-child:last-child,
button.__o [class*=" icon-"]:first-child:last-child,
button.__o [class^=icon-]:first-child:last-child,
input[type=button].__o .fa:first-child:last-child,
input[type=button].__o [class*=" icon-"]:first-child:last-child,
input[type=button].__o [class^=icon-]:first-child:last-child,
input[type=reset].__o .fa:first-child:last-child,
input[type=reset].__o [class*=" icon-"]:first-child:last-child,
input[type=reset].__o [class^=icon-]:first-child:last-child,
input[type=submit].__o .fa:first-child:last-child,
input[type=submit].__o [class*=" icon-"]:first-child:last-child,
input[type=submit].__o [class^=icon-]:first-child:last-child {
    margin: 0
}

.button.__o [class*=" icon-"],
.button.__o [class^=icon-],
button.__o [class*=" icon-"],
button.__o [class^=icon-],
input[type=button].__o [class*=" icon-"],
input[type=button].__o [class^=icon-],
input[type=reset].__o [class*=" icon-"],
input[type=reset].__o [class^=icon-],
input[type=submit].__o [class*=" icon-"],
input[type=submit].__o [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.button.__light,
button.__light,
input[type=button].__light,
input[type=reset].__light,
input[type=submit].__light {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 0;
    padding: 1.4em 3.5em;
    background-color: #4a4a4a;
    color: #fff
}

.button.__light:hover,
button.__light:hover,
input[type=button].__light:hover,
input[type=reset].__light:hover,
input[type=submit].__light:hover {
    background-color: #787878;
    color: #fff
}

.button.__light .fa,
.button.__light [class*=" icon-"],
.button.__light [class^=icon-],
button.__light .fa,
button.__light [class*=" icon-"],
button.__light [class^=icon-],
input[type=button].__light .fa,
input[type=button].__light [class*=" icon-"],
input[type=button].__light [class^=icon-],
input[type=reset].__light .fa,
input[type=reset].__light [class*=" icon-"],
input[type=reset].__light [class^=icon-],
input[type=submit].__light .fa,
input[type=submit].__light [class*=" icon-"],
input[type=submit].__light [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.button.__light .fa:first-child,
.button.__light [class*=" icon-"]:first-child,
.button.__light [class^=icon-]:first-child,
button.__light .fa:first-child,
button.__light [class*=" icon-"]:first-child,
button.__light [class^=icon-]:first-child,
input[type=button].__light .fa:first-child,
input[type=button].__light [class*=" icon-"]:first-child,
input[type=button].__light [class^=icon-]:first-child,
input[type=reset].__light .fa:first-child,
input[type=reset].__light [class*=" icon-"]:first-child,
input[type=reset].__light [class^=icon-]:first-child,
input[type=submit].__light .fa:first-child,
input[type=submit].__light [class*=" icon-"]:first-child,
input[type=submit].__light [class^=icon-]:first-child {
    margin-right: .5em
}

.button.__light .fa:last-child,
.button.__light [class*=" icon-"]:last-child,
.button.__light [class^=icon-]:last-child,
button.__light .fa:last-child,
button.__light [class*=" icon-"]:last-child,
button.__light [class^=icon-]:last-child,
input[type=button].__light .fa:last-child,
input[type=button].__light [class*=" icon-"]:last-child,
input[type=button].__light [class^=icon-]:last-child,
input[type=reset].__light .fa:last-child,
input[type=reset].__light [class*=" icon-"]:last-child,
input[type=reset].__light [class^=icon-]:last-child,
input[type=submit].__light .fa:last-child,
input[type=submit].__light [class*=" icon-"]:last-child,
input[type=submit].__light [class^=icon-]:last-child {
    margin-left: .5em
}

.button.__light .fa:first-child:last-child,
.button.__light [class*=" icon-"]:first-child:last-child,
.button.__light [class^=icon-]:first-child:last-child,
button.__light .fa:first-child:last-child,
button.__light [class*=" icon-"]:first-child:last-child,
button.__light [class^=icon-]:first-child:last-child,
input[type=button].__light .fa:first-child:last-child,
input[type=button].__light [class*=" icon-"]:first-child:last-child,
input[type=button].__light [class^=icon-]:first-child:last-child,
input[type=reset].__light .fa:first-child:last-child,
input[type=reset].__light [class*=" icon-"]:first-child:last-child,
input[type=reset].__light [class^=icon-]:first-child:last-child,
input[type=submit].__light .fa:first-child:last-child,
input[type=submit].__light [class*=" icon-"]:first-child:last-child,
input[type=submit].__light [class^=icon-]:first-child:last-child {
    margin: 0
}

.button.__light [class*=" icon-"],
.button.__light [class^=icon-],
button.__light [class*=" icon-"],
button.__light [class^=icon-],
input[type=button].__light [class*=" icon-"],
input[type=button].__light [class^=icon-],
input[type=reset].__light [class*=" icon-"],
input[type=reset].__light [class^=icon-],
input[type=submit].__light [class*=" icon-"],
input[type=submit].__light [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

@media (min-width:768px) {
    .mods {
        position: relative
    }
}

.mods_el {
    display: inline-block;
    padding: 0 9px;
}

.mods_el.__separator+.mods_el.__separator,
.mods_el.__separator:first-child,
.mods_el.__separator:last-child {
    display: none
}

.mods_el-ic {
    color: #fff;
    transition: .3s color;
}

.main-h-bottom.__dark .mods_el-ic,
.main-h-bottom.__fixed .mods_el-ic,
.mobile-mod .mods_el-ic {
    color: #4A4A4A;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.main-h-bottom.__dark .mods_el-ic:hover,
.main-h-bottom.__fixed .mods_el-ic:hover,
.mobile-mod .mods_el-ic:hover,
.main-h-bottom_menu-and-mods .mods_el-ic:hover {
    color: #e61638;
}

.mods_el-tx {
    color: #fff
}
.main-h-bottom .mods_el-tx {
    font-size: 14px;
    color: #4A4A4A;
}

.main-h-bottom.__dark .mods_el-tx,
.main-h-bottom.__fixed .mods_el-tx,
.mobile-mod .mods_el-tx {
    color: #141414
}

.mods_el-tx .thewriter-separator {
    display: inline-block;
    position: relative;
    width: 1.5em;
    height: 1em;
    opacity: .3
}

.mods_el-tx .thewriter-separator:before {
    content: '';
    position: absolute;
    top: -10%;
    left: 50%;
    width: 0;
    height: 125%;
    border-left: 1px dotted
}

.mods_el-tx .fa {
    width: 1.5em;
    text-align: center;
    opacity: .75
}

.mobile-mod {
    position: absolute;
    display: none;
    top: 100%;
    left: 15px;
    right: 15px;
    padding: 30px;
    text-align: left;
    background-color: #fff;
    z-index: 10;
    box-shadow: 5px 8.66px 30px 0 rgba(31, 35, 37, .078);
    padding: -webkit-calc(30px - .5em);
    padding: calc(30px - .5em)
}

@media (min-width:768px) {
    .mobile-mod-w {
        position: relative
    }
}

@media (min-width:768px) {
    .mobile-mod {
        margin-top: 1.5em;
        left: auto;
        right: -30px;
        padding: 40px;
        min-width: 340px
    }
    .mobile-mod:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 30px;
        width: 14px;
        height: 14px;
        margin: -5px 2px 0 0;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 2px
    }
}

.main-h {
    position: relative;
    overflow: visible;
    background-color: #fff;
    z-index: 4
}

.main-h.__negative {
    position: absolute;
    width: 100%
}

.main-h-top {
    position: relative;
    padding: 17px 28px;
    background-color: #F5F5F5;
    color: #9B9B9B;
    font-size: 10px;
    font-weight: bold;
}

.main-h-top p {
    margin: 0
}

.main-h-top .mods_el-ic,
.main-h-top .mods_el-tx {
    color: #9B9B9B;
    font-size: 16px;
    font-weight: bold;
}

.main-h-top .mods_el-ic {
    -webkit-transition: .4s color;
    transition: .4s color
}

.main-h-bottom {
    color: #fff
}

.main-h-bottom-w {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.__layout3-helper {
    padding-bottom: 4px;
}

.main-h-bottom.__boxed {
    position: relative
}

.main-h-bottom.__dark {
    color: #141414
}

.main-h-bottom:not(.__fixed).__boxed {
    margin: 0 15px
}

.main-h-bottom:not(.__fixed).__light.__boxed {
    background-color: #141414
}

.main-h-bottom.__dark.__boxed {
    background-color: #fff
}
.main-h-bottom_menu-and-mods {
    float: right;
}
.__fixed .main-h-bottom_menu-and-mods {
    border-top: none!important;
    padding: 9px 0;
}
.main-h-bottom_menu-and-mods .mods_el {
    padding: 0 0 0 9px;
}

.main-h-bottom-cnt {
    position: relative;
    padding: 10px 0;
}

@media (min-width:768px) {
    .main-h-bottom:not(.__fixed).__boxed {
        margin: 0 30px
    }
    .main-h-bottom-cnt:after,
    .main-h-bottom-cnt:before {
        content: " ";
        display: table
    }
    .main-h-bottom-cnt:after {
        clear: both
    }
    .main-h-bottom_add-menu {
        float: left
    }
    .main-h-bottom.__layout6 .main-menu-w {
        float: none
    }
    .main-h-bottom .main-menu-w {
        float: left
    }
    .main-h-bottom.__fixed .main-menu-w {
        margin-right: 30px;
    }
    .main-h-bottom.__fixed .logo-w {
        padding: 9px 0;
    }
    .main-h-bottom.__fixed.__layout3 .logo-w,
    .main-h-bottom.__fixed.__layout6 .logo-w,
    .main-h-bottom.__layout1 .logo-w,
    .main-h-bottom.__layout2 .logo-w,
    .main-h-bottom.__layout4 .logo-w,
    .main-h-bottom.__layout5 .logo-w,
    .main-h-bottom.__layout7 .logo-w,
    .main-h-bottom.__layout8 .logo-w {
        margin: 0;
    }
    .main-h-bottom.__layout1,
    .main-h-bottom.__layout2,
    .main-h-bottom.__layout4,
    .main-h-bottom.__layout5,
    .main-h-bottom.__layout7,
    .main-h-bottom.__layout8 {
        padding-bottom: 0px;
    }

    .main-h-bottom.__fixed.__layout3,
    .main-h-bottom.__fixed.__layout6,
    .main-h-bottom.__fixed.__layout1,
    .main-h-bottom.__fixed.__layout2,
    .main-h-bottom.__fixed.__layout4,
    .main-h-bottom.__fixed.__layout5,
    .main-h-bottom.__fixed.__layout7,
    .main-h-bottom.__fixed.__layout8 {
        padding-bottom: 0;
    }
    .main-h-bottom.__fixed.__layout3 .logo-w,
    .main-h-bottom.__fixed.__layout6 .logo-w,
    .main-h-bottom.__fixed.__layout1 .logo-w,
    .main-h-bottom.__fixed.__layout2 .logo-w,
    .main-h-bottom.__fixed.__layout4 .logo-w,
    .main-h-bottom.__fixed.__layout5 .logo-w,
    .main-h-bottom.__fixed.__layout7 .logo-w,
    .main-h-bottom.__fixed.__layout8 .logo-w {
        padding: 9px 0;
    }

    .main-h-bottom:not(.__fixed).__layout3 .logo-w,
    .main-h-bottom:not(.__fixed).__layout3 .main-h-bottom_menu-and-mods,
    .main-h-bottom:not(.__fixed).__layout6 .logo-w,
    .main-h-bottom:not(.__fixed).__layout6 .main-h-bottom_menu-and-mods {
        float: none
    }
    .main-h-bottom:not(.__fixed).__layout3 .main-h-bottom-cnt,
    .main-h-bottom:not(.__fixed).__layout6 .main-h-bottom-cnt {
        text-align: center
    }
    /*.main-h-bottom:not(.__fixed).__layout3 .main-h-bottom_menu-and-mods,*/
    .main-h-bottom:not(.__fixed).__layout6 .main-h-bottom_menu-and-mods {
        display: inline-block;
    }
    .main-h-bottom:not(.__fixed).__layout3 .main-h-bottom_menu-and-mods:after,
    .main-h-bottom:not(.__fixed).__layout3 .main-h-bottom_menu-and-mods:before,
    .main-h-bottom:not(.__fixed).__layout6 .main-h-bottom_menu-and-mods:after,
    .main-h-bottom:not(.__fixed).__layout6 .main-h-bottom_menu-and-mods:before {
        content: " ";
        display: table
    }
    .main-h-bottom:not(.__fixed).__layout3 .main-h-bottom_menu-and-mods:after,
    .main-h-bottom:not(.__fixed).__layout6 .main-h-bottom_menu-and-mods:after {
        clear: both
    }
    .main-h-bottom.__layout8 .mods_el {
        padding-top: 0;
        padding-bottom: 0
    }
    .main-h-bottom.__layout8 .mods_el .xbig {
        font-size: 3em;
        line-height: .78
    }
    .main-h-bottom.__fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        color: #141414;
        box-shadow: 5px 8.66px 30px 0 rgba(31, 35, 37, .078);
        -webkit-animation: fixed-header .4s;
        animation: fixed-header .4s
    }
    .admin-bar .main-h-bottom.__fixed {
        top: 32px
    }
}

@media (min-width:1200px) {
    .main-h-bottom:not(.__fixed).__boxed {
        margin: 0 60px
    }
    .main-h-bottom .mods-w {
        float: right
    }
    .main-h-bottom.__layout2 .logo-w,
    .main-h-bottom.__layout5 .logo-w {
        margin: 0 auto;
        float: none
    }
    .main-h-bottom:not(.__fixed) .mods-w.__with_separator {
        padding-left: 60px
    }
    .main-h-bottom:not(.__fixed) .mods-w.__with_separator:before {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        margin-left: -60px;
        border-left: 1px solid rgba(255, 255, 255, .2)
    }
}

.main-h-bottom:not(.__fixed) .mods {
    padding: 11px 0 9px;
}

.main-h-bottom .mods {
    white-space: nowrap
}

/*.main-h-bottom.__fixed .mods {
    padding: 10px 0 0;
}*/

.main-h-bottom .mods_el {
    white-space: normal
}

.logo {
    display: block
}

.logo-w {
    float: left;
    margin: 0 auto;
    position: relative;
    max-width: 35%;
    /*padding: 9px 0;*/
}

.logo-url>.logo-w {
    top: 18px;
    left: 60px;
    transition: .4s opacity;
    opacity: 0;
    position: absolute
}

.main-h-bottom.__fixed .logo-w {
    padding: 10px 0
}

.main-h-bottom.__fixed .logo-w img {
    max-height: 40px
}

.main-h-bottom.__dark .logo-w.__light,
.main-h-bottom.__fixed .logo-w.__light,
.main-h-bottom.__light .logo-w.__dark {
    display: none
}
.logo-w a,
.main-h-bottom.__fixed .logo-w.__dark {
    display: block;
    position: relative;
}

.popup-menu-popup .logo-w.__light,
.popup-menu-popup .logo-w.__dark {
    position: absolute;
    top: 39px;
    left: 60px;
    display: block !important;
}

.popup-menu-popup .logo-w.__light a,
.popup-menu-popup .logo-w.__dark a {
    padding: 0;
}

.__hide_menu_item {
    visibility: hidden;
}

.__hide_menu_item>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.coub {
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    /*-webkit-perspective: 5000px;
    perspective: 5000px;*/
}

.coub_elem:hover {
    -webkit-transform: rotateX(-89deg);
    transform: rotateX(-89deg);
}

.coub_elem:hover:before {
    background: #fff;
}

.coub_elem {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: rgb(230, 22, 56);
    /*box-sizing: unset;*/
}
.coub_elem:before {
    position: absolute;
    top: 0;
    left: 0;
    /*left: 0.5%;*/
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transform: rotateX(-270deg) translateY(-100%);
    transform: rotateX(-270deg) translateY(-100%);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background-color: rgba(230, 22, 56);
    color: rgba(230, 22, 56, .98);
    padding-left: 400px;
    transition: .3s all;
}

.logo_tx {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding: 25px 0 0 0;
    color: inherit
}
.logo-w .logo_tx {
    display: inline;
    vertical-align: middle;
}

.logo.__retina {
    display: none
}

@media only screen and (min-device-pixel-ratio:2),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx) {
    .logo.__not-retina {
        display: none
    }
    .logo.__retina {
        display: block
    }
}

@-webkit-keyframes fixed-header {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fixed-header {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.bottom-f-menu,
.top-h-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 -15px;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.bottom-f-menu .menu-item,
.top-h-menu .menu-item {
    display: inline-block
}

.bottom-f-menu .current-menu-ancestor>a,
.bottom-f-menu .current-menu-item>a,
.top-h-menu .current-menu-ancestor>a,
.top-h-menu .current-menu-item>a {
    color: #e61638
}

.bottom-f-menu .sub-menu,
.top-h-menu .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}

.bottom-f-menu a,
.top-h-menu a {
    white-space: nowrap;
    display: inline-block;
    margin: 0 15px;
    color: inherit
}

.bottom-f-menu a:hover,
.top-h-menu a:hover {
    color: #e61638
}

/* !HEADER NAV STYLES */
.add-menu,
.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    /*margin: -3px -20px 0px;*/
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.1em;
}

.add-menu-w,
.main-menu-w {
    margin-right: 30px;
    z-index: 1
}

.add-menu .sub-menu,
.main-menu .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: -30px;
    min-width: 200px;
    padding: 20px 0px;
    background-color: #e61638;
    z-index: 10;
    background-clip: padding-box;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    transition: .4s all;
    font-family: futura-headline, sans-serif;
    font-weight: bold;
}

.add-menu .sub-menu a,
.main-menu .sub-menu a {
    color: #fff !important;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.1em;
    position: relative;
    padding: 0px 10px 0px 0;
    border: 0;
    text-transform: uppercase;
}

.add-menu .sub-menu a:hover,
.main-menu .sub-menu a:hover {
    opacity: .6;
    transform: translateX(10px);
}

.add-menu .sub-menu a:after,
.main-menu .sub-menu a:after {
    display: none
}

.add-menu .sub-menu .current-menu-ancestor>a,
.add-menu .sub-menu .current-menu-item>a,
.add-menu .sub-menu .menu-item:hover>a,
.main-menu .sub-menu .current-menu-ancestor>a,
.main-menu .sub-menu .current-menu-item>a,
.main-menu .sub-menu .menu-item:hover>a {
    color: #fff!important;
    background-color: #e61638;
}
.add-menu .sub-menu .menu-item:hover>a:before,
.main-menu .sub-menu .menu-item:hover>a:before {
    color: #fff;
}

.add-menu .sub-menu .menu-item-has-children>a:before,
.main-menu .sub-menu .menu-item-has-children>a:before {
    content: '\f054';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -1.6em;
    height: 1em;
    font-size: 8px;
    color: #fff;
}

.main-menu .sub-menu .current-menu-item>a:before,
.main-menu .sub-menu .current-menu-parent>a:before {
    color: #fff;
}
.add-menu .sub-menu .sub-menu,
.main-menu .sub-menu .sub-menu {
    top: -20px;
    left: calc(100% + 1px);
    padding: 20px 0px;
    margin-left: 0;
    border-top: 0;
}

.add-menu .sub-menu .sub-align-left>.sub-menu,
.main-menu .sub-menu .sub-align-left>.sub-menu {
    left: auto;
    right: 100%;
    border-left: 0;
    border-right: 21px solid transparent
}

.add-menu .sub-menu .menu-item>a>.menu-item-desc,
.main-menu .sub-menu .menu-item>a>.menu-item-desc {
    margin-bottom: 0
}

.add-menu .sub-menu .menu-item:hover>a>.menu-item-desc,
.main-menu .sub-menu .menu-item:hover>a>.menu-item-desc {
    opacity: .5
}

.add-menu .menu-item,
.main-menu .menu-item {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    z-index: 1;
}

.sub-menu li {
    padding: 0 30px;
}

.popup-menu .sub-menu li {
    padding: 0;
}

.main-h-bottom.__dark .add-menu .menu-item:hover>a,
.main-h-bottom.__dark .main-menu .menu-item:hover>a {
    color: #e61638
}

.add-menu .menu-item .menu-item,
.main-menu .menu-item .menu-item {
    display: block;
    margin: 0;
}

.add-menu .menu-item-desc,
.main-menu .menu-item-desc {
    display: block;
    margin: .333333333333333em 0 -1em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-transform: none;
    opacity: .7;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.add-menu .menu-item-hidden,
.main-menu .menu-item-hidden {
    margin-top: 0!important
}

.add-menu .menu-item-hidden>a,
.main-menu .menu-item-hidden>a {
    display: none
}

.add-menu .menu-item-header>a,
.main-menu .menu-item-header>a {
    text-transform: uppercase;
    color: #141414;
    margin-bottom: 30px;
    cursor: default
}

.add-menu .menu-item-header:hover>a,
.main-menu .menu-item-header:hover>a {
    color: #141414!important
}

.add-menu .menu-item:hover>.sub-menu,
.main-menu .menu-item:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

.add-menu .current-menu-ancestor>a:after,
.add-menu .current-menu-item>a:after,
.add-menu .menu-item:hover>a:after,
.main-menu .current-menu-ancestor>a:after,
.main-menu .current-menu-item>a:after,
.main-menu .menu-item:hover>a:after {
    width: 100%;
    left: 0;
}

.add-menu .current-menu-ancestor>a>.menu-item-desc,
.add-menu .current-menu-item>a>.menu-item-desc,
.add-menu .menu-item:hover>a>.menu-item-desc,
.main-menu .current-menu-ancestor>a>.menu-item-desc,
.main-menu .current-menu-item>a>.menu-item-desc,
.main-menu .menu-item:hover>a>.menu-item-desc {
    opacity: 0
}

.main-h-bottom.__fixed .add-menu>.menu-item>a>.menu-item-desc,
.main-h-bottom.__fixed .main-menu>.menu-item>a>.menu-item-desc {
    display: none
}

.add-menu a {
    padding: 10px 0;
    display: block;
    position: relative;
    text-align: left;
    white-space: nowrap;
    color: #4A4A4A;
    font-size: 12px;
    -webkit-transition: .4s all;
    transition: .4s all
}
.main-menu a  {
    padding: 11px 0;
    display: block;
    position: relative;
    text-align: left;
    white-space: nowrap;
    color: #4A4A4A;
    font-size: 12px;
    -webkit-transition: .4s all;
    transition: .4s all
}
.main-h-bottom.__dark .add-menu a,
.main-h-bottom.__dark .main-menu a,
.main-h-bottom.__fixed .add-menu a,
.main-h-bottom.__fixed .main-menu a {
    color: #909aae;
}

.current_page_item a:not(.js-popup-menu-back),
.current-menu-parent>a {
    color: #343434 !important;
}

.popup-menu .current_page_item a:not(.js-popup-menu-back) {
    color: #fff !important;
}

.add-menu a,
.main-menu a {
    color: #fff;
}

.add-menu a:hover,
.main-menu a:hover {
    color: #e61638;
}

.add-menu .current-menu-ancestor>a,
.add-menu .current-menu-item>a,
.main-menu .current-menu-ancestor>a,
.main-menu .current-menu-item>a {
    color: #e61638
}

.add-menu .sub-col-2>.sub-menu,
.add-menu .sub-col-3>.sub-menu,
.add-menu .sub-col-4>.sub-menu,
.add-menu .sub-col-5>.sub-menu,
.add-menu .sub-col-6>.sub-menu,
.main-menu .sub-col-2>.sub-menu,
.main-menu .sub-col-3>.sub-menu,
.main-menu .sub-col-4>.sub-menu,
.main-menu .sub-col-5>.sub-menu,
.main-menu .sub-col-6>.sub-menu {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%
}

.add-menu .sub-col-2>.sub-menu:after,
.add-menu .sub-col-2>.sub-menu:before,
.add-menu .sub-col-3>.sub-menu:after,
.add-menu .sub-col-3>.sub-menu:before,
.add-menu .sub-col-4>.sub-menu:after,
.add-menu .sub-col-4>.sub-menu:before,
.add-menu .sub-col-5>.sub-menu:after,
.add-menu .sub-col-5>.sub-menu:before,
.add-menu .sub-col-6>.sub-menu:after,
.add-menu .sub-col-6>.sub-menu:before,
.main-menu .sub-col-2>.sub-menu:after,
.main-menu .sub-col-2>.sub-menu:before,
.main-menu .sub-col-3>.sub-menu:after,
.main-menu .sub-col-3>.sub-menu:before,
.main-menu .sub-col-4>.sub-menu:after,
.main-menu .sub-col-4>.sub-menu:before,
.main-menu .sub-col-5>.sub-menu:after,
.main-menu .sub-col-5>.sub-menu:before,
.main-menu .sub-col-6>.sub-menu:after,
.main-menu .sub-col-6>.sub-menu:before {
    content: " ";
    display: table
}

.add-menu .sub-col-2>.sub-menu:after,
.add-menu .sub-col-3>.sub-menu:after,
.add-menu .sub-col-4>.sub-menu:after,
.add-menu .sub-col-5>.sub-menu:after,
.add-menu .sub-col-6>.sub-menu:after,
.main-menu .sub-col-2>.sub-menu:after,
.main-menu .sub-col-3>.sub-menu:after,
.main-menu .sub-col-4>.sub-menu:after,
.main-menu .sub-col-5>.sub-menu:after,
.main-menu .sub-col-6>.sub-menu:after {
    clear: both
}

.add-menu .sub-col-2>.sub-menu .sub-menu,
.add-menu .sub-col-3>.sub-menu .sub-menu,
.add-menu .sub-col-4>.sub-menu .sub-menu,
.add-menu .sub-col-5>.sub-menu .sub-menu,
.add-menu .sub-col-6>.sub-menu .sub-menu,
.main-menu .sub-col-2>.sub-menu .sub-menu,
.main-menu .sub-col-3>.sub-menu .sub-menu,
.main-menu .sub-col-4>.sub-menu .sub-menu,
.main-menu .sub-col-5>.sub-menu .sub-menu,
.main-menu .sub-col-6>.sub-menu .sub-menu {
    position: static;
    margin-left: 0;
    border: 0;
    padding: 0;
    min-width: 0
}

.add-menu .sub-col-2>.sub-menu>.menu-item,
.add-menu .sub-col-3>.sub-menu>.menu-item,
.add-menu .sub-col-4>.sub-menu>.menu-item,
.add-menu .sub-col-5>.sub-menu>.menu-item,
.add-menu .sub-col-6>.sub-menu>.menu-item,
.main-menu .sub-col-2>.sub-menu>.menu-item,
.main-menu .sub-col-3>.sub-menu>.menu-item,
.main-menu .sub-col-4>.sub-menu>.menu-item,
.main-menu .sub-col-5>.sub-menu>.menu-item,
.main-menu .sub-col-6>.sub-menu>.menu-item {
    padding: 0 15px;
    width: 220px;
    float: left
}

.add-menu .sub-col-2>.sub-menu>.menu-item a,
.add-menu .sub-col-3>.sub-menu>.menu-item a,
.add-menu .sub-col-4>.sub-menu>.menu-item a,
.add-menu .sub-col-5>.sub-menu>.menu-item a,
.add-menu .sub-col-6>.sub-menu>.menu-item a,
.main-menu .sub-col-2>.sub-menu>.menu-item a,
.main-menu .sub-col-3>.sub-menu>.menu-item a,
.main-menu .sub-col-4>.sub-menu>.menu-item a,
.main-menu .sub-col-5>.sub-menu>.menu-item a,
.main-menu .sub-col-6>.sub-menu>.menu-item a {
    padding: 0;
    white-space: normal
}

.add-menu .sub-col-2>.sub-menu>.menu-item a:before,
.add-menu .sub-col-3>.sub-menu>.menu-item a:before,
.add-menu .sub-col-4>.sub-menu>.menu-item a:before,
.add-menu .sub-col-5>.sub-menu>.menu-item a:before,
.add-menu .sub-col-6>.sub-menu>.menu-item a:before,
.main-menu .sub-col-2>.sub-menu>.menu-item a:before,
.main-menu .sub-col-3>.sub-menu>.menu-item a:before,
.main-menu .sub-col-4>.sub-menu>.menu-item a:before,
.main-menu .sub-col-5>.sub-menu>.menu-item a:before,
.main-menu .sub-col-6>.sub-menu>.menu-item a:before {
    display: none
}

.add-menu .sub-col-2:hover .sub-menu,
.add-menu .sub-col-3:hover .sub-menu,
.add-menu .sub-col-4:hover .sub-menu,
.add-menu .sub-col-5:hover .sub-menu,
.add-menu .sub-col-6:hover .sub-menu,
.main-menu .sub-col-2:hover .sub-menu,
.main-menu .sub-col-3:hover .sub-menu,
.main-menu .sub-col-4:hover .sub-menu,
.main-menu .sub-col-5:hover .sub-menu,
.main-menu .sub-col-6:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.add-menu .sub-col-2>.sub-menu,
.main-menu .sub-col-2>.sub-menu {
    width: 490px
}

.add-menu .sub-col-3>.sub-menu,
.main-menu .sub-col-3>.sub-menu {
    width: 710px
}

.add-menu .sub-col-4>.sub-menu,
.add-menu .sub-col-5>.sub-menu,
.add-menu .sub-col-6>.sub-menu,
.main-menu .sub-col-4>.sub-menu,
.main-menu .sub-col-5>.sub-menu,
.main-menu .sub-col-6>.sub-menu {
    width: 930px
}

.add-menu .sub-align-right>.sub-menu,
.main-menu .sub-align-right>.sub-menu {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -40px
}

.add-menu .sub-align-center>.sub-menu,
.main-menu .sub-align-center>.sub-menu {
    left: 50%;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.add-menu .sub-full-width.sub-col-2,
.add-menu .sub-full-width.sub-col-3,
.add-menu .sub-full-width.sub-col-4,
.add-menu .sub-full-width.sub-col-5,
.add-menu .sub-full-width.sub-col-6,
.main-menu .sub-full-width.sub-col-2,
.main-menu .sub-full-width.sub-col-3,
.main-menu .sub-full-width.sub-col-4,
.main-menu .sub-full-width.sub-col-5,
.main-menu .sub-full-width.sub-col-6 {
    position: static
}

.add-menu .sub-full-width.sub-col-2>.sub-menu,
.add-menu .sub-full-width.sub-col-3>.sub-menu,
.add-menu .sub-full-width.sub-col-4>.sub-menu,
.add-menu .sub-full-width.sub-col-5>.sub-menu,
.add-menu .sub-full-width.sub-col-6>.sub-menu,
.main-menu .sub-full-width.sub-col-2>.sub-menu,
.main-menu .sub-full-width.sub-col-3>.sub-menu,
.main-menu .sub-full-width.sub-col-4>.sub-menu,
.main-menu .sub-full-width.sub-col-5>.sub-menu,
.main-menu .sub-full-width.sub-col-6>.sub-menu {
    left: 0;
    right: 0;
    margin: 0;
    margin-top: -60px;
    border: 0;
    border-top: 60px solid transparent;
    padding: 65px 45px 80px;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.add-menu .sub-full-width.sub-col-2>.sub-menu:after,
.add-menu .sub-full-width.sub-col-2>.sub-menu:before,
.add-menu .sub-full-width.sub-col-3>.sub-menu:after,
.add-menu .sub-full-width.sub-col-3>.sub-menu:before,
.add-menu .sub-full-width.sub-col-4>.sub-menu:after,
.add-menu .sub-full-width.sub-col-4>.sub-menu:before,
.add-menu .sub-full-width.sub-col-5>.sub-menu:after,
.add-menu .sub-full-width.sub-col-5>.sub-menu:before,
.add-menu .sub-full-width.sub-col-6>.sub-menu:after,
.add-menu .sub-full-width.sub-col-6>.sub-menu:before,
.main-menu .sub-full-width.sub-col-2>.sub-menu:after,
.main-menu .sub-full-width.sub-col-2>.sub-menu:before,
.main-menu .sub-full-width.sub-col-3>.sub-menu:after,
.main-menu .sub-full-width.sub-col-3>.sub-menu:before,
.main-menu .sub-full-width.sub-col-4>.sub-menu:after,
.main-menu .sub-full-width.sub-col-4>.sub-menu:before,
.main-menu .sub-full-width.sub-col-5>.sub-menu:after,
.main-menu .sub-full-width.sub-col-5>.sub-menu:before,
.main-menu .sub-full-width.sub-col-6>.sub-menu:after,
.main-menu .sub-full-width.sub-col-6>.sub-menu:before {
    content: " ";
    display: table
}

.add-menu .sub-full-width.sub-col-2>.sub-menu:after,
.add-menu .sub-full-width.sub-col-3>.sub-menu:after,
.add-menu .sub-full-width.sub-col-4>.sub-menu:after,
.add-menu .sub-full-width.sub-col-5>.sub-menu:after,
.add-menu .sub-full-width.sub-col-6>.sub-menu:after,
.main-menu .sub-full-width.sub-col-2>.sub-menu:after,
.main-menu .sub-full-width.sub-col-3>.sub-menu:after,
.main-menu .sub-full-width.sub-col-4>.sub-menu:after,
.main-menu .sub-full-width.sub-col-5>.sub-menu:after,
.main-menu .sub-full-width.sub-col-6>.sub-menu:after {
    clear: both
}

.main-h-bottom.__fixed .add-menu .sub-full-width.sub-col-2>.sub-menu,
.main-h-bottom.__fixed .add-menu .sub-full-width.sub-col-3>.sub-menu,
.main-h-bottom.__fixed .add-menu .sub-full-width.sub-col-4>.sub-menu,
.main-h-bottom.__fixed .add-menu .sub-full-width.sub-col-5>.sub-menu,
.main-h-bottom.__fixed .add-menu .sub-full-width.sub-col-6>.sub-menu,
.main-h-bottom.__fixed .main-menu .sub-full-width.sub-col-2>.sub-menu,
.main-h-bottom.__fixed .main-menu .sub-full-width.sub-col-3>.sub-menu,
.main-h-bottom.__fixed .main-menu .sub-full-width.sub-col-4>.sub-menu,
.main-h-bottom.__fixed .main-menu .sub-full-width.sub-col-5>.sub-menu,
.main-h-bottom.__fixed .main-menu .sub-full-width.sub-col-6>.sub-menu {
    margin-top: 0!important;
    border-top: 0!important
}

.add-menu .sub-full-width.sub-col-2>.sub-menu .sub-menu,
.add-menu .sub-full-width.sub-col-3>.sub-menu .sub-menu,
.add-menu .sub-full-width.sub-col-4>.sub-menu .sub-menu,
.add-menu .sub-full-width.sub-col-5>.sub-menu .sub-menu,
.add-menu .sub-full-width.sub-col-6>.sub-menu .sub-menu,
.main-menu .sub-full-width.sub-col-2>.sub-menu .sub-menu,
.main-menu .sub-full-width.sub-col-3>.sub-menu .sub-menu,
.main-menu .sub-full-width.sub-col-4>.sub-menu .sub-menu,
.main-menu .sub-full-width.sub-col-5>.sub-menu .sub-menu,
.main-menu .sub-full-width.sub-col-6>.sub-menu .sub-menu {
    position: static;
    margin: 0;
    border: 0;
    padding: 0;
    min-width: 0
}

.add-menu .sub-full-width.sub-col-2>.sub-menu>.menu-item,
.add-menu .sub-full-width.sub-col-3>.sub-menu>.menu-item,
.add-menu .sub-full-width.sub-col-4>.sub-menu>.menu-item,
.add-menu .sub-full-width.sub-col-5>.sub-menu>.menu-item,
.add-menu .sub-full-width.sub-col-6>.sub-menu>.menu-item,
.main-menu .sub-full-width.sub-col-2>.sub-menu>.menu-item,
.main-menu .sub-full-width.sub-col-3>.sub-menu>.menu-item,
.main-menu .sub-full-width.sub-col-4>.sub-menu>.menu-item,
.main-menu .sub-full-width.sub-col-5>.sub-menu>.menu-item,
.main-menu .sub-full-width.sub-col-6>.sub-menu>.menu-item {
    padding: 0 15px;
    width: auto;
    float: left
}

.add-menu .sub-full-width.sub-col-2>.sub-menu>.menu-item a,
.add-menu .sub-full-width.sub-col-3>.sub-menu>.menu-item a,
.add-menu .sub-full-width.sub-col-4>.sub-menu>.menu-item a,
.add-menu .sub-full-width.sub-col-5>.sub-menu>.menu-item a,
.add-menu .sub-full-width.sub-col-6>.sub-menu>.menu-item a,
.main-menu .sub-full-width.sub-col-2>.sub-menu>.menu-item a,
.main-menu .sub-full-width.sub-col-3>.sub-menu>.menu-item a,
.main-menu .sub-full-width.sub-col-4>.sub-menu>.menu-item a,
.main-menu .sub-full-width.sub-col-5>.sub-menu>.menu-item a,
.main-menu .sub-full-width.sub-col-6>.sub-menu>.menu-item a {
    padding: 0;
    white-space: normal
}

.add-menu .sub-full-width.sub-col-2>.sub-menu>.menu-item a:before,
.add-menu .sub-full-width.sub-col-3>.sub-menu>.menu-item a:before,
.add-menu .sub-full-width.sub-col-4>.sub-menu>.menu-item a:before,
.add-menu .sub-full-width.sub-col-5>.sub-menu>.menu-item a:before,
.add-menu .sub-full-width.sub-col-6>.sub-menu>.menu-item a:before,
.main-menu .sub-full-width.sub-col-2>.sub-menu>.menu-item a:before,
.main-menu .sub-full-width.sub-col-3>.sub-menu>.menu-item a:before,
.main-menu .sub-full-width.sub-col-4>.sub-menu>.menu-item a:before,
.main-menu .sub-full-width.sub-col-5>.sub-menu>.menu-item a:before,
.main-menu .sub-full-width.sub-col-6>.sub-menu>.menu-item a:before {
    display: none
}

.add-menu .sub-full-width.sub-col-2:hover .sub-menu,
.add-menu .sub-full-width.sub-col-3:hover .sub-menu,
.add-menu .sub-full-width.sub-col-4:hover .sub-menu,
.add-menu .sub-full-width.sub-col-5:hover .sub-menu,
.add-menu .sub-full-width.sub-col-6:hover .sub-menu,
.main-menu .sub-full-width.sub-col-2:hover .sub-menu,
.main-menu .sub-full-width.sub-col-3:hover .sub-menu,
.main-menu .sub-full-width.sub-col-4:hover .sub-menu,
.main-menu .sub-full-width.sub-col-5:hover .sub-menu,
.main-menu .sub-full-width.sub-col-6:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.add-menu .sub-full-width.sub-col-2>.sub-menu>.menu-item,
.main-menu .sub-full-width.sub-col-2>.sub-menu>.menu-item {
    width: 50%
}

.add-menu .sub-full-width.sub-col-3>.sub-menu>.menu-item,
.main-menu .sub-full-width.sub-col-3>.sub-menu>.menu-item {
    width: 33.333333333333336%
}

.add-menu .sub-full-width.sub-col-4>.sub-menu>.menu-item,
.main-menu .sub-full-width.sub-col-4>.sub-menu>.menu-item {
    width: 25%
}

.add-menu .sub-full-width.sub-col-5>.sub-menu>.menu-item,
.main-menu .sub-full-width.sub-col-5>.sub-menu>.menu-item {
    width: 20%
}

.add-menu .sub-full-width.sub-col-6>.sub-menu>.menu-item,
.main-menu .sub-full-width.sub-col-6>.sub-menu>.menu-item {
    width: 16.666666666666668%
}

.icon-menu-container {
    width: 29px;
}

.js--popup-icon-menu:hover .icon-menu-container span {
    width: 29px;
}

.icon-menu-container span{
    display: block;
    background-color: #141414;
    height: 3px;
    transition: .3s all
}

.__light .icon-menu-container span {
    background-color: #fff;
}

.__fixed .icon-menu-container span {
    background-color: #141414;
}

.icon-menu-first {
    width: 23px;
    float: left;
    margin: 0 !important;
}

.icon-menu-second {
    width: 19px;
    float: right;
    margin: 3px 0;
}

.icon-menu-third {
    width: 26px;
    float: left;
    margin: 0 !important;
}

.js--popup-icon-menu {
    position: relative;
    transition: .3s opacity;
}

.js--popup-icon-menu.popup_active .icon-menu-container span,
.js--popup-icon-menu.popup_active:hover .icon-menu-container span {
    width: 28px;
}

.popup_active .icon-menu-first {
    transform: translateY(10px) rotate(45deg);
    width: 28px;
}

.popup_active .icon-menu-second {
    opacity: 0;
    width: 20px;
}

.popup_active .icon-menu-third {
    transform: translateY(-2px) rotate(-45deg);
    width: 28px;
}

.popup_active:hover {
    width: 22px;
}

.popup_active .icon-menu-container span {
    background-color: rgba(255,255,255,.7);
}

.popup_active:hover .icon-menu-container span {
    background-color: rgba(255,255,255,1);
}

.popup-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;    
    position: relative;
}

.popup-menu-w,
.popup-menu-popup .logo-w,
.popup-menu-popup-close {
    opacity: 0;
    transition-delay: 0s;
    transition: .2s all;
}

.popup-menu-popup * {
    padding: 0;
}

.popup-menu-popup {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(230, 22, 56);
    opacity: 0;
    transition: .3s opacity;
}

.__move_overlay {
    opacity: 1;
}

.__js_popup_opacity {
    opacity: 1 !important;
}

.popup-menu-w.__js_popup_opacity,
.logo-w.__js_popup_opacity {
    opacity: 1;
    transition-delay: 400ms;
}
.popup-menu-popup-close.__js_popup_opacity {
    opacity: .7;
}

.popup-menu-popup-close {
    top: -10px;
    right: 3px;
    display: block;
    position: absolute;
    padding: 30px;
    line-height: 1;
    z-index: 30;
    opacity: .7;
    font-size: 1.714285714285714em;
    color: #fff;
    -webkit-transition: .4s opacity;
    transition: .4s opacity
}

.popup-menu-popup-close:before,
.popup-menu-popup-close:after {
    content: '';
    width: 25px;
    height: 5px;
    background-color: #fff;
    display: block;
}
.popup-menu-popup-close:before{
    transform:rotate(135deg);
}
.popup-menu-popup-close:after{
    margin-top: -5px;
    transform:rotate(45deg);
}

@media (min-width:992px) {
    .popup-menu-popup-close {
        padding: 60px
    }
}

.popup-menu-popup-close:hover {
    color: #fff;
    opacity: 1
}

.popup-menu-w {
    display: inline-block;
    /*position: relative;*/
    width: 100%;
    color: #fff;
    vertical-align: middle;
    white-space: normal;
}

.popup-menu a.side {
    background: #fff;
    color: #e61638;
    -webkit-transform: rotateX(-90deg);
    z-index: 1;
}

.popup-menu .menu-item.__hide_menu_item>a {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-320px) scaleX(.5);
    -ms-transform: translateX(-320px) scaleX(.5);
    transform: translateX(-320px) scaleX(.5)
}

.popup-menu .menu-item.__back {
    margin: -70px 0 30px;
}
.popup-menu .menu-item.__back a {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.popup-menu>.menu-item:nth-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.popup-menu>.menu-item:nth-child(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.popup-menu>.menu-item:nth-child(4) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.popup-menu>.menu-item:nth-child(5) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.popup-menu>.menu-item:nth-child(6) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.popup-menu>.menu-item:nth-child(7) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.popup-menu>.menu-item:nth-child(8) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.popup-menu>.menu-item:nth-child(9) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.popup-menu>.menu-item:nth-child(10) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.popup-menu>.menu-item:nth-child(11) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.popup-menu>.menu-item:nth-child(11+n) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.__visible .popup-menu>.menu-item {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-delay: 80ms;
}

.popup-menu .current-menu-ancestor>a:after,
.popup-menu .current-menu-item>a:after {
    width: 100%;
    left: 0;
}

.popup-menu .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(320px) scaleX(.5);
    -ms-transform: translateX(320px) scaleX(.5);
    transform: translateX(320px) scaleX(.5);
    -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: opacity .4s, visibility .4s, transform .4s;
    transition: opacity .4s, visibility .4s, transform .4s, -webkit-transform .4s;
    /*padding-bottom: 60px*/
}
.popup-menu-w ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*@media (min-width:992px) {
    .popup-menu .sub-menu {
        padding-bottom: 90px
    }
}*/

.popup-menu .sub-menu.__active_sub_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.popup-menu .menu-item-desc {
    display: none
}

.popup-menu a {
    position: relative;
    display: inline-block;
    line-height: 100px;
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: futura-headline, sans-serif;
    -webkit-transition: .4s all;
    transition: .4s all;
    margin: 0 auto;
    width: 100%;
    padding-left: 20%;
    box-sizing: border-box;
}
/*html[data-useragent*='Chrome'] .popup-menu a {
    box-sizing: border-box;
}*/

[data-useragent*='Safari'] .popup-menu a {
    box-sizing: content-box !important;
}
@media (max-width: 1200px) {
    .popup-menu a {
        font-size: 50px;
    }
}
@media (max-width: 992px) {
    .popup-menu a {
        font-size: 40px;
    }
}
.fbq-sm-button-invert {
    font-family: futura-headline, sans-serif !important;
    font-size: 60px!important;
    font-weight: bold!important;
    display: inline-block!important;
    line-height: 1!important;
    background-color: transparent;
    color: #fff;
    -webkit-transition: .4s all;
    transition: .4s all;
}
.fbq-sm-button-invert:hover {
    color: #000;
    background-color: transparent !important;
}

/* !TITLE WRAPPER STYLES */
.t-w {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #000;
    overflow: hidden;
    z-index: 1
}

@media (min-width:768px) {
    .t-w {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

.t-w_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ececec;
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.t-w_bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(24,28,38,0.5);
}

.t-w_bg-overlay-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYmBgaPj//z8DI4gAAYAAAwBABgZ+pgNS5QAAAABJRU5ErkJggg==);
    z-index: 2
}

.t-w_cnt {
    position: relative;
    z-index: 3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.t-w_sub-h {
    margin-bottom: 1em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .714285714285714em;
    line-height: 1;
    color: inherit
}

.t-w_h {
    margin-top: -8px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -0.025em;
    font-family: futura-headline, sans-serif;
    font-weight: bold;
}
@media (max-width: 768px) {
    .t-w_h {
        font-size: 36px;
        line-height: 36px;
    }
}
.t-w-post-author,
.t-w-post-meta_date,
.t-w-post-category {
    color: #fff;
    font-family: futura-headline, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 0 14px;
}

.post-masonry_top_part .t-w-post-author,
.post-grid_top_part .t-w-post-author {
    margin: 0;
}

.t-w-post-category a {
    color: #fff !important;
    font-family: futura-headline, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #fff;
    transition: .4s all;
}

.t-w-post-category a:hover {
    border-bottom: 2px solid rgba(255,255,255,0);
}

.t-w_prefix {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    line-height: 28px;
    text-transform: lowercase;
    letter-spacing: 0em;
    margin-right: 5px;
    font-weight: normal;
}

.t-w-post_border {
    border-bottom: 2px solid #fff;
    transition: .4s all;
}

a.t-w-post_border:hover {
    border-bottom: 2px solid rgba(255,255,255,0);
}

.t-w-post_border:after {
    content: '';
    margin-bottom: 2px;
}

.t-w_desc {
    margin: 0 auto;
    color: inherit
}

@media (min-width:768px) {
    .t-w_desc {
        font-size: 1.142857142857143em;
        max-width: 60%
    }
}

.t-w_desc.__products {
    margin-top: 0
}

.t-w_desc.__products .page-description,
.t-w_desc.__products .term-description {
    margin-top: 30px
}

.t-w_desc.__post {
    margin-top: 81px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.t-w_desc p:last-child {
    margin-bottom: 0
}

.t-w-post-category {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.t-w-post-meta {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    color: #4A4A4A;
    font-weight: bold;
}

.t-w-post-meta a {
    color: inherit
}

.t-w-post-meta_separator {
    margin-right: 2.5em
}

.t-w-post-meta [class*=" icon-"],
.t-w-post-meta [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: .25em
}

.t-w-post-meta-bottom {
    text-align: left
}

@media (min-width:768px) {
    .t-w-post-meta-bottom {
        position: absolute;
        left: 0;
        bottom: 60px;
        width: 100%;
        z-index: 2
    }
}

.t-w-post-author_img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle
}

.t-w-post-author_img img {
    display: block;
    width: 62px;
    border-radius: 50%
}

.t-w-post-author_h {
    display: inline-block;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 1
}

.t-w-post-author_sub-h {
    font-size: 11px;
    font-weight: bold;
    color: #9B9B9B;
}
.__sticky .t-w-post-author_sub-h {
    text-transform: uppercase;
}
.post-standard.__sticky:not(.has-post-thumbnail) .stck_svg {
   left: 0;
}
.post-standard.__sticky:not(.has-post-thumbnail) .post_cat_h,
.post-standard.__sticky:not(.has-post-thumbnail) .post-standard_h {
    margin-left: 48px
}
.t-w-post-author_name {
    margin-top: 13px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 20px;
}
.t-w-post-author_name-bottom {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #4A4A4A;
    font-size: 14px;
    text-transform: capitalize;
}

.t-w_subcat {
    margin: 45px -10px 0
}

.t-w-subcat-el {
    display: inline-block;
    margin: 0 15px
}

.t-w-subcat-el_lk {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    display: block;
    position: relative;
    padding: .5em 0;
    font-size: .857142857142857em;
    line-height: 1;
    color: inherit
}

.t-w-subcat-el_lk:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid;
    opacity: .2;
    -webkit-transition: .4s opacity;
    transition: .4s opacity
}

.t-w-subcat-el_lk:hover {
    color: inherit
}

.t-w-subcat-el_lk:hover:after {
    opacity: 1
}

.t-w.__products-subcat .breadcrumb,
.t-w.__products-subcat .t-w_desc,
.t-w.__products-subcat .t-w_h,
.t-w.__products-subcat .t-w_separator,
.t-w.__products-subcat .t-w_sub-h,
.t-w.__products-subcat .t-w_subcat {
    color: #fff
}

/* !BODY CONTENT LAYOUTS STYLES */
.main-cnts-w {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    background-color: #fff;
    z-index: 1
}

.single-product .main-cnts-w {
    padding-top: 0
}
.archive .main-cnts-w {
    padding-top: 100px;
}

.main-cnts-after,
.main-cnts-before {
    position: relative;
    background-color: #fff;
    z-index: 1
}

.main-cnts-after:after,
.main-cnts-after:before,
.main-cnts-before:after,
.main-cnts-before:before {
    content: " ";
    display: table
}

.main-cnts-after:after,
.main-cnts-before:after {
    clear: both
}

@media (max-width:767px) {
    .main-cnts+.sidebar,
    .sidebar+.main-cnts {
        margin-top: 90px
    }
    .sidebar+.sidebar {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .sidebar.__left,
    .wpb_widgetised_column.__left {
        padding-right: 35px
    }
    .sidebar.__right,
    .wpb_widgetised_column.__right {
        padding-left: 35px
    }
}

.main-f:not(.__fixed) {
    height: auto!important
}

@media (max-width:991px) {
    .main-f {
        height: auto!important
    }
}

@media (min-width:992px) {
    .main-f.__fixed .main-f-inner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0
    }
}

.main-f-top {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #26272d;
    color: #fff
}

.main-f-top .widget {
    padding-top: 3em
}

.main-f-top .widget_h {
    margin-bottom: 30px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .857142857142857em;
    color: #e6e6e6
}

.main-f-top .widget .fa {
    width: 1.5em;
    text-align: center;
    color: #e6e6e6
}

@media (min-width:768px) {
    .main-f-top .widget:first-child {
        padding-top: 0
    }
}

.main-f-top .widget li {
    color: inherit
}

.main-f-top .widget a {
    font-weight: 400;
    -webkit-transition: .4s opacity;
    transition: .4s opacity;
    opacity: .7
}

.main-f-top .widget a:hover {
    color: inherit;
    opacity: 1
}

.main-f-top .widget_nav_menu li {
    font-size: 1.142857142857143em;
    line-height: 1;
    margin-bottom: 1em
}

.main-f-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: #fff;
    color: #4a4a4a
}

.main-f-bottom p {
    margin: 0
}

.main-f-bottom .mods_el-ic {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #4a4a4a;
    font-size: 16px;
}

.main-f-bottom .mods_el-tx {
    color: #ababab;
}

.main-f-bottom .mods_el-tx a {
    color: #505050;
}

.main-f-bottom .mods_el-tx a:hover {
    color: #e61638;
}

.breadcrumb {
    position: relative;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2
}

@media (min-width:768px) {
    .t-w .breadcrumb {
        position: absolute;
        left: 0;
        bottom: 60px;
        width: 100%
    }
}

.breadcrumb_last {
    opacity: .7
}

.breadcrumb a {
    color: inherit;
    opacity: .7;
    -webkit-transition: .4s opacity;
    transition: .4s opacity
}

.breadcrumb a:hover {
    color: inherit;
    opacity: 1
}

/* !SIDEBAR STYLES */
.sidebar .widget,
.wpb_widgetised_column .widget {
    margin-bottom: 30px;
    padding-bottom: 40px
}

.widget {
    padding: 40px 40px 50px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    position: relative;
    z-index: 5
}

.sidebar .widget:after,
.sidebar .widget:before,
.wpb_widgetised_column .widget:after,
.wpb_widgetised_column .widget:before {
    content: " ";
    display: table
}

.sidebar .widget:after,
.wpb_widgetised_column .widget:after {
    clear: both
}

body.__bg .sidebar .widget,
body.__bg .wpb_widgetised_column .widget {
    border-color: #e6e6e6
}

.sidebar .widget_h,
.wpb_widgetised_column .widget_h {
    margin-bottom: 30px;
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: #909aae;
    position: relative;
    width: 100%;
    font-weight: bold;
}

.recentcomments {
    font-family: futura-headline, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.widget_categories .widget_h{
    margin-bottom: 20px;
}

.widget_recent_comments {
    padding-bottom: 20px !important;
}

.widget_h_helper {
    padding-bottom: 17px;
}
.single_post_cat_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
}
.single_post_cat_h a {
    color: #e61638;
}
.post_cat_h {
    margin-top: 0;
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: .1em;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}
.post-standard .post_cat_h {
    text-align: center;
}
.slider_category a,
.post_cat_h a {
    color: #909aae;
}
.search_cat.post_cat_h {
    color: #e61638;
}

.slider_category a {
    transition: .3s color !important;
}

.search-text {
    display: block;
    font-family: futura-headline, sans-serif;
    float: right;
    font-weight: bold;
}
.search-form_button .search-text {
    display: none;
}

.page-content {
    margin-bottom: 100px;
}

.page-content .search-form_button .icon-magnifier {
    font-weight: bold;
}

.widget-subscribe {
    padding: 52px;
    background: url(images/fbg.jpeg);
    background-size: cover;
    text-align: center;
}
.widget-subscribe .nf-field-container {
    margin-bottom: 16px;
}
.widget-subscribe input[type=button] {
    padding: 12px 35px;
    font-size: 14px
}
.widget-subscribe input[type=email] {
    display: block;
    width: 100%;
    padding: 11px;
}
.widget-subscribe input[type=email]:focus {
    background: #fff;
}
.widget-subscribe .nf-before-form-content {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    margin-bottom: 32px;
}
.widget-subscribe .nf-after-form-content {
    display: none;
}
.widget-subscribe label {
    display: none;
}

.contact_form_custom .nf-field-container {
    margin-bottom: 17px!important;
}
.contact_form_custom .nf-field-container.nf-submit-container {
    margin-top: 6px!important;
}

.sidebar .widget_categories ul li,
.wpb_widgetised_column .widget_categories ul li {
    margin: 20px 0;
    text-align: left;
    clear: both;
}
.sidebar .widget_categories ul li a,
.wpb_widgetised_column .widget_categories ul li a {
    font-family: futura-headline, sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.025em;
    float: left;
    font-weight: bold;
    text-transform: initial;
    color: #000
}

.sidebar .widget_product_search,
.sidebar .widget_search,
.wpb_widgetised_column .widget_product_search,
.wpb_widgetised_column .widget_search {
    border: 0;
    padding: 0
}
.sidebar .widget_search .popup-menu-popup-close,
.wpb_widgetised_column .widget_search .popup-menu-popup-close {
    display: none;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text,
.widget_meta .screen-reader-text,
.widget_nav_menu .screen-reader-text,
.widget_pages .screen-reader-text,
.widget_recent_comments .screen-reader-text,
.widget_recent_entries .screen-reader-text,
.widget_text .screen-reader-text {
    display: none
}

.widget_archive .select-w,
.widget_categories .select-w,
.widget_meta .select-w,
.widget_nav_menu .select-w,
.widget_pages .select-w,
.widget_recent_comments .select-w,
.widget_recent_entries .select-w,
.widget_text .select-w {
    width: 100%
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_text ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_text li {
    margin: 1.5em 0;
    color: #909aae;
    font-family: futura-headline, sans-serif;
    font-weight: bold;
}

.comment-author-link,
.widget_recent_comments a {
    color: #000;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget_text li:first-child {
    margin-top: 0
}

.widget_archive li .fa,
.widget_categories li .fa,
.widget_meta li .fa,
.widget_nav_menu li .fa,
.widget_pages li .fa,
.widget_recent_comments li .fa,
.widget_recent_entries li .fa,
.widget_text li .fa {
    margin-right: .5em
}

.widget_archive li li,
.widget_categories li li,
.widget_meta li li,
.widget_nav_menu li li,
.widget_pages li li,
.widget_recent_comments li li,
.widget_recent_entries li li,
.widget_text li li {
    padding-left: 1em
}

.widget_archive a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_text a {
    color: inherit
}

.widget_archive a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_recent_entries a:hover,
.widget_text a:hover {
    color: #e61638
}

.widget_recent_comments a {
    color: #000;
}

.widget_recent_comments a:hover {
    color: #e61638;
}

.widget_calendar table {
    width: 100%;
    text-align: center
}

.widget_calendar caption {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    padding-bottom: .5em
}

.widget_calendar td,
.widget_calendar th {
    padding: .5em 0;
    border-bottom-width: none;
}

.widget_calendar tfoot td {
    padding-bottom: 0
}

.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
    margin: -6px -3px
}

.widget_product_tag_cloud a,
.widget_tag_cloud a {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 10px!important;
    font-weight: bold;
    display: inline-block;
    padding: 7px 15px;
    line-height: 1;
    background-color: #fff;
    color: #e61638;
    border: 1px solid;
    margin-right: 5px;
    margin-bottom: 7px;
    border-color: #EEEEEE;
    -webkit-transition: .4s color, .4s background-color;
    transition: .4s color, .4s background-color
}
.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
    -webkit-transition: .4s color, .4s background-color;
    transition: .4s color, .4s background-color;
    background-color: #e61638;
    color: #fff;
    border-color: #e61638;
}

.widget_product_categories .screen-reader-text {
    display: none
}

.widget_product_categories .select-w {
    width: 100%
}

.widget_product_categories ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget_product_categories li {
    margin: .5em 0;
    color: #4a4a4a
}

.widget_product_categories li:first-child {
    margin-top: 0
}

.widget_product_categories li .fa {
    margin-right: .5em
}

.widget_product_categories li li {
    padding-left: 1em
}

.widget_product_categories a {
    color: inherit
}

.widget_product_categories a:hover {
    color: #e61638
}

.widget_product_categories .current-cat a {
    color: #e61638
}

.widget_product_categories .count {
    margin-top: 2px;
    font-size: .857142857142857em;
    float: right
}

.widget_price_filter button {
    height: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: 0 0;
    font-weight: 400;
    color: inherit;
    text-transform: none;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .857142857142857em;
    color: #e61638;
    float: right
}

.widget_price_filter button:hover {
    color: inherit;
    background: 0 0
}

.widget_price_filter button:hover {
    color: #e61638
}

.widget_price_filter .price_label {
    font-size: .857142857142857em;
    line-height: 1;
    color: #4a4a4a
}

.widget_layered_nav .screen-reader-text {
    display: none
}

.widget_layered_nav .select-w {
    width: 100%
}

.widget_layered_nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget_layered_nav li {
    margin: .5em 0;
    color: #4a4a4a
}

.widget_layered_nav li:first-child {
    margin-top: 0
}

.widget_layered_nav li .fa {
    margin-right: .5em
}

.widget_layered_nav li li {
    padding-left: 1em
}

.widget_layered_nav a {
    color: inherit
}

.widget_layered_nav a:hover {
    color: #e61638
}

.widget_layered_nav a:before {
    content: '';
    display: inline-block;
    margin-right: 1em;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: .642857142857143em;
    height: .642857142857143em;
    -webkit-transition: .4s background-color;
    transition: .4s background-color
}

.widget_layered_nav .chosen a:before {
    background-color: #4a4a4a;
    box-shadow: inset 0 0 0 1px #fff
}

.widget_layered_nav .chosen a:hover:before {
    background-color: #e61638
}

.widget_layered_nav .count {
    margin-top: 2px;
    font-size: .857142857142857em;
    float: right
}

.widget_layered_nav_filters .screen-reader-text {
    display: none
}

.widget_layered_nav_filters .select-w {
    width: 100%
}

.widget_layered_nav_filters ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget_layered_nav_filters li {
    margin: .5em 0;
    color: #4a4a4a
}

.widget_layered_nav_filters li:first-child {
    margin-top: 0
}

.widget_layered_nav_filters li .fa {
    margin-right: .5em
}

.widget_layered_nav_filters li li {
    padding-left: 1em
}

.widget_layered_nav_filters a {
    color: inherit
}

.widget_layered_nav_filters a:hover {
    color: #e61638
}

.widget_layered_nav_filters ul {
    margin: -6px -3px
}

.widget_layered_nav_filters li {
    display: inline-block
}

.widget_layered_nav_filters a {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2em;
    font-size: .714285714285714em!important;
    display: inline-block;
    margin: .5em .25em;
    padding: .7em 1em;
    line-height: 1;
    background-color: #eee;
    color: #4a4a4a;
    -webkit-transition: .4s color, .4s background-color;
    transition: .4s color, .4s background-color
}

.widget_layered_nav_filters a:hover {
    background-color: #e61638;
    color: #fff
}

.widget_layered_nav_filters a:before {
    content: '\f00d';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .75em;
    margin-right: 1em
}

.rpwwt-widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.rpwwt-widget ul li {
    margin: 0;
    padding: 20px 0 0 0;
    overflow: visible
}

.rpwwt-widget ul li:after,
.rpwwt-widget ul li:before {
    content: " ";
    display: table
}

.rpwwt-widget ul li:after {
    clear: both
}

.rpwwt-widget ul li:first-child {
    border-top: 0;
    padding-top: 0
}

.rpwwt-widget ul li a {
    color: #000000;
    font-family: futura-headline, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.025em;
    -webkit-transition: .4s all;
    transition: .4s all;
    font-weight: bold;
}

.rpwwt-post-title {
    margin-top: -2px;
    display: block;
    min-height: 44px;
}

.rpwwt-widget ul li a:hover {
    color: #e61638
}

.rpwwt-widget ul li img {
    margin: 0 20px 0 0
}

.rpwwt-widget .rpwwt-post-date {
    margin-top: -4px;
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 28px;
    color: #ababab;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.product_list_widget {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: -1em 0
}

.product_list_widget li {
    position: relative;
    padding: 9px 0;
    border-top: 1px solid #f7f7f7
}

.product_list_widget li:after,
.product_list_widget li:before {
    content: " ";
    display: table
}

.product_list_widget li:after {
    clear: both
}

.product_list_widget li:first-child {
    border-top: 0
}

.product_list_widget img {
    max-width: 30px;
    float: left;
    margin-right: 1em
}

.product_list_widget a {
    display: block;
    line-height: 1.3;
    font-size: 10px;
    color: #4A4A4A;
    font-weight: bold;
}

.product_list_widget a:hover {
    color: #e61638
}

.product_list_widget .amount {
    color: #e61638;
    font-weight: bold;
    font-size: 10px;
}

.product_list_widget del {
    margin-right: .5em;
    color: #4a4a4a
}

.product_list_widget del .amount {
    font-weight: 400;
    color: #4a4a4a
}

.product_list_widget ins {
    color: #d91616
}

.product_list_widget ins .amount {
    color: #d91616
}

.product_list_widget .quantity {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #9B9B9B
}

.product_list_widget .reviewer {
    font-size: 10px;
    color: #9B9B9B
}

.minicart:after,
.minicart:before,
.widget_shopping_cart:after,
.widget_shopping_cart:before {
    content: " ";
    display: table
}

.minicart:after,
.widget_shopping_cart:after {
    clear: both
}

.minicart .product_list_widget,
.widget_shopping_cart .product_list_widget {
    color: #141414;
    margin-bottom: 0
}

.minicart li,
.widget_shopping_cart li {
    border: 0;
    border-bottom: 2px solid #F5F5F5;
    padding-right: 1em
}

.minicart .empty,
.widget_shopping_cart .empty {
    border: 0;
    padding-right: 0;
    padding-bottom: 0
}

.minicart .remove,
.widget_shopping_cart .remove {
    position: absolute;
    width: 1em;
    height: 1em;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    color: #d91616;
    text-align: right
}

.minicart .remove:hover,
.widget_shopping_cart .remove:hover {
    color: #9d1010
}

.minicart .cart-el-variation,
.widget_shopping_cart .cart-el-variation {
    margin: 2px 0
}

.minicart .total,
.widget_shopping_cart .total {
    margin: 1.5em 0 2.5em
}

.minicart .total strong,
.widget_shopping_cart .total strong {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 24px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
}

.minicart .total .amount,
.widget_shopping_cart .total .amount {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #e61638;
    float: right;
}

.minicart .button,
.widget_shopping_cart .button {
    display: block
}

.minicart .buttons,
.widget_shopping_cart .buttons {
    margin: 0
}

.minicart .button:first-child,
.widget_shopping_cart .button:first-child {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 0;
    padding: 1.4em 3.5em;
    background-color: #4a4a4a;
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.minicart .button:first-child:hover,
.widget_shopping_cart .button:first-child:hover {
    background-color: #787878;
    color: #fff
}

.minicart .button:first-child .fa,
.minicart .button:first-child [class*=" icon-"],
.minicart .button:first-child [class^=icon-],
.widget_shopping_cart .button:first-child .fa,
.widget_shopping_cart .button:first-child [class*=" icon-"],
.widget_shopping_cart .button:first-child [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.minicart .button:first-child .fa:first-child,
.minicart .button:first-child [class*=" icon-"]:first-child,
.minicart .button:first-child [class^=icon-]:first-child,
.widget_shopping_cart .button:first-child .fa:first-child,
.widget_shopping_cart .button:first-child [class*=" icon-"]:first-child,
.widget_shopping_cart .button:first-child [class^=icon-]:first-child {
    margin-right: .5em
}

.minicart .button:first-child .fa:last-child,
.minicart .button:first-child [class*=" icon-"]:last-child,
.minicart .button:first-child [class^=icon-]:last-child,
.widget_shopping_cart .button:first-child .fa:last-child,
.widget_shopping_cart .button:first-child [class*=" icon-"]:last-child,
.widget_shopping_cart .button:first-child [class^=icon-]:last-child {
    margin-left: .5em
}

.minicart .button:first-child .fa:first-child:last-child,
.minicart .button:first-child [class*=" icon-"]:first-child:last-child,
.minicart .button:first-child [class^=icon-]:first-child:last-child,
.widget_shopping_cart .button:first-child .fa:first-child:last-child,
.widget_shopping_cart .button:first-child [class*=" icon-"]:first-child:last-child,
.widget_shopping_cart .button:first-child [class^=icon-]:first-child:last-child {
    margin: 0
}

.minicart .button:first-child [class*=" icon-"],
.minicart .button:first-child [class^=icon-],
.widget_shopping_cart .button:first-child [class*=" icon-"],
.widget_shopping_cart .button:first-child [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

@media (min-width:768px) {
    .minicart {
        position: relative
    }
}

.minicart_lk {
    position: relative
}

.minicart_count {
    position: absolute;
    box-sizing: content-box;
    top: -15px;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 15px;
    background-color: #e61638;
}
.main-h-top .minicart_count {
    top: -7px;
}

.minicart_count.__zero {
    display: none
}

.minicart_cnt {
    position: absolute;
    display: none;
    top: 100%;
    left: 15px;
    right: 15px;
    padding: 30px;
    text-align: left;
    background-color: #fff;
    z-index: 10;
    box-shadow: 5px 8.66px 30px 0 rgba(31, 35, 37, .078)
}

@media (min-width:768px) {
    .minicart_cnt {
        margin-top: 1.5em;
        left: auto;
        right: -30px;
        padding: 40px;
        min-width: 340px
    }
    .minicart_cnt:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 30px;
        width: 14px;
        height: 14px;
        margin: -5px 2px 0 0;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 2px
    }
}

.lwa {
    position: relative;
    display: inline-block;
    max-width: 100%;
    color: #141414
}

.lwa header,
.widget .lwa {
    width: 100%
}

@media (min-width:768px) {
    .lwa-w {
        position: relative
    }
}

.lwa-w .lwa {
    position: absolute;
    display: none;
    top: 100%;
    left: 15px;
    right: 15px;
    padding: 30px;
    text-align: left;
    background-color: #fff;
    z-index: 10;
    box-shadow: 5px 8.66px 30px 0 rgba(31,35,37,.078);
    z-index: 10;
}

@media (min-width:768px) {
    .lwa-w .lwa {
        margin-top: 1.5em;
        left: auto;
        right: -30px;
        padding: 40px;
        min-width: 340px
    }
}

.lwa-w i {
    cursor: pointer
}

.lwa-title-sub {
    font-family: futura-headline, sans-serif;
    text-transform: capitalize;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    font-weight: bold;
}

.lwa-title-sub.__with-avatar {
    margin-right: 75px
}

.lwa-register-tip {
    color: #767676
}

.lwa-status {
    display: block;
    margin-bottom: 2em
}

.lwa-status-invalid {
    color: #d91616
}

.lwa-avatar {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    overflow: hidden
}

.lwa-avatar img {
    display: block
}

.lwa-w .lwa-avatar {
    top: 30px;
    right: 40px
}

.lwa-info {
    padding: 0;
    margin: 0;
    list-style: none
}

.lwa-info li {
    font-family: futura-headline, sans-serif;
    text-transform: capitalize;
    border-top: 2px solid #F5F5F5;
    font-weight: bold;
}

.lwa-info li:first-child {
    border-top: 0
}

.lwa-info a {
    display: block;
    font-size: 14px;
    padding: 7px 0;
    color: #333;
    line-height: 28px;
}

.lwa-info a:hover {
    color: #e61638;
}

.lwa-info span {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

.lwa-info [class*=" icon-"],
.lwa-info [class^=icon-] {
    width: 1.5em;
    font-size: 16px;
    color: #4A4A4A;
    font-family: 'simple-line-icons';
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}
.lwa_it-ic [class*=" icon-"],
.lwa_it-ic [class^=icon-] {
    font-family: 'simple-line-icons';
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.lwa input[type=date],
.lwa input[type=datetime],
.lwa input[type=datetime-local],
.lwa input[type=time],
.lwa input[type=month],
.lwa input[type=week],
.lwa input[type=password],
.lwa input[type=search],
.lwa input[type=email],
.lwa input[type=url],
.lwa input[type=tel],
.lwa input[type=number],
.lwa input[type=text] {
    display: block;
    padding: 11px 20px 9px 40px;
    margin: 17px 0;
    width: 100%
}

.lwa .button,
.lwa button,
.lwa input[type=button],
.lwa input[type=reset],
.lwa input[type=submit] {
    display: block;
    margin-top: 15px;
    width: 100%
}

.lwa input[type=submit] {
    margin-top: 41px;
}

.lwa p {
    font-size: .857142857142857em
}

.lwa_it-w {
    position: relative
}

.lwa_it-ic {
    position: absolute;
    left: 16px;
    background-color: transparent;
    padding: 0;
    color: #4a4a4a;
    line-height: 46px
}

.lwa-rememberme {
    margin-right: 5px
}

.lwa-rememberme-w {
    display: block;
    margin: 23px 0 27px 10px;
    font-size: .857142857142857em;
    line-height: 1;
    color: #767676
}

.lwa-remember-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    font-weight: bold;
    color: #9B9B9B;
    line-height: 14px;
}

.lwa-w .lwa-remember-btn {
    top: 30px;
    right: 30px
}

@media (min-width:768px) {
    .lwa-w .lwa-remember-btn {
        top: 47px;
        right: 40px
    }
}

.share {
    position: relative;
    margin: 1em 0
}

@media (min-width:768px) {
    .share {
        display: inline-block;
        width: 100%;
    }
}

.share_h {
    color: #4a4a4a;
    cursor: default;
    -webkit-transition: .4s color;
    transition: .4s color
}

.share_icon {
    font-size: 1.285714285714286em;
    vertical-align: middle;
    margin-right: 7px
}

.share_tx {
    display: inline-block;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #9b9b9b;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.share:hover .share_h {
    color: #e61638
}

.share_lst-w {
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transition: .4s all;
    transition: .4s all;
    opacity: 0;
    visibility: hidden
}

.share_lst-w.__left {
    left: 0;
    right: auto
}

.share:hover .share_lst-w {
    padding-bottom: 1em;
    opacity: 1;
    visibility: visible
}

.share_lst {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    background-color: #151515;
    padding: 15px;
    border-radius: 6px;
    white-space: nowrap
}

.share_lst:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #151515
}


.share_lst-w.__left .share_lst:after {
    right: auto;
    left: 2em
}

.share_lst li {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle
}

.share_lst li:first-child {
    margin-left: 0
}

.share_lst a {
    font-size: 16px;
    display: block;
    padding: 0;
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.share_lst a:hover {
    color: #e61638;
}

.share-alt {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    margin: 3px 0
}

.share-alt:after,
.share-alt:before {
    content: " ";
    display: table
}

.share-alt:after {
    clear: both
}
@media (max-width: 768px) {
    .post-single-w .pull-left {
        float: none!important;
    }
}
.share-alt_btn {
    border: 2px solid;
    display: block;
    border-radius: 3em;
    padding: 8px 15px;
    font-size: 12px;
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: .4s background-color;
    transition: .4s background-color;
    font-weight: bold;
    letter-spacing: -0.025em;
}

.share-alt_btn span {
    margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .share-alt_btn {
        border: 1px solid;
        display: block;
        border-radius: 3em;
        padding: 8px 16px;
        font-size: 12px;
        font-family: futura-headline, sans-serif;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
        -webkit-transition: .4s background-color;
        transition: .4s background-color;
        font-weight: bold;
    }
}

.share-alt_btn-w {
    float: left;
    margin: 6px 5px !important;
}
@media (max-width:768px) {
    .share-alt_btn-w span {
        display: none;
    }

    .share-alt_btn {
        width: 50px;
        padding: 16px;
    }
}

.share-alt_btn.__facebook:hover,
.share-alt_btn.__google-plus:hover,
.share-alt_btn.__pinterest:hover,
.share-alt_btn.__twitter:hover {
    color: #fff
}

.share-alt_btn .fa {
    
}

.share-small {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    line-height: 1;
}

.share-small_btn {
    display: block;
    padding: .5em;
    width: 25px;
    height: 25px;
    border-radius:25px;
    border: 1px solid #EEEEEE;
    text-align: center;
    font-size: 14px;
    color: #9B9B9B;
}
.__sticky .share-small_btn {
    padding: 4px;
}
.share-small_btn-w {
    display: inline-block;
}

.js--search-form-hide {
    display: block;
    position: absolute;
    right: 60px;
    top: 39px;
    z-index: 31;
    opacity: 0;
    transition: .4s opacity;
    width: 28px;
    height: 28px;
    padding: 5px 0 0;
}

.search-form-close span {
    width: 28px;
    height: 3px;
    transition: .3s all;
    display: block;
    background-color: #fff;
}

.search-form-close-elem-1 {
    transform: translateY(0px) rotate(45deg);
}

.search-form-close-elem-2 {
    transform: translateY(-3px) rotate(-45deg);
}

.search-page {
    margin-bottom: 90px;
    text-align: center
}

.search-page p {
    margin-bottom: 60px;
    line-height: 1.75;
    font-size: 1.571428571428571em;
    color: #4a4a4a;
    letter-spacing: -0.025em;
    font-family: futura-headline, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.search-page p strong {
    color: #141414
}

.search-page input[type=search] {
    padding: 14px
}

@media (max-width:991px) {
    .search-page .search-form_button {
        position: absolute;
        right: 0;
        margin-left: 0!important;
        padding: 1.5em 1.5em 1.3em;
        background-color: transparent;
        color: #141414;
        -webkit-transition: .4s color;
        transition: .4s color
    }
    .search-page .search-form_button:hover {
        background-color: transparent;
        color: #e61638
    }
    .search-page .search-form_button-ic {
        cursor: pointer;
        margin: 0!important
    }
    .search-page .search-form_button-tx {
        display: none
    }
}

.search-form input[type=search] {
    width: 600px;
}

.widget .search-form input[type=search] {
    width: 100%;
    padding-right: 3em;
    background-color: #fff
}

.widget .search-form_button {
    position: absolute;
    border-radius: none;
    border: none;
    right: 0;
    margin-left: 0!important;
    padding: 10px 15px 10px;
    background-color: transparent;
    color: #141414;
    -webkit-transition: .4s color;
    transition: .4s color
}

.widget .search-form_button:hover {
    background-color: transparent;
    color: #e61638
}

.widget .search-form_button-ic {
    cursor: pointer;
    margin: 0!important
}

.widget .search-form_button-tx {
    display: none
}

.search-form-popup_close {
    display: none;
    width: 100%;
    height: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    line-height: 1;
    font-size: 1.714285714285714em;
    color: #fff;
    opacity: .5;
    -webkit-transition: .4s opacity;
    transition: .4s opacity
}

@media (min-width:992px) {
    .search-form-popup_close {
        padding: 60px
    }
}

.search-form-popup_close:hover {
    color: #fff;
    opacity: 1
}

.search-form-popup-w .search-text {
    display: none;
} 

.search-form-popup-w .search-form-popup_close {
    display: block
}

.search-form-popup-w .search-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    z-index: 30;
    background-color: rgb(230, 22, 56);
}

.search-form-popup-w .search-form form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px 30px;
    max-width: 810px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    transition: .3s opacity;
    border-bottom: 3px solid #fff;
    text-align: left;
}

.search-form-popup-w .search-form input[type=search] {
    border: 0;
    padding: 0;
    min-height: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    background: transparent;
    opacity: 1;
}


.search-form-popup-w .search-form input[type=search]:focus {
    background: 0 0
}

.search-form-popup-w .search-form input::-webkit-input-placeholder {
    color: #fff
}

.search-form-popup-w .search-form input::-moz-placeholder {
    color: #fff
}

.search-form-popup-w .search-form input:-moz-placeholder {
    color: #fff
}

.search-form-popup-w .search-form input:-ms-input-placeholder {
    color: #fff
}

.search-form-popup-w .search-form_button {
    color: #fff;
    border: none;
    margin-left: 0;
    background-color: transparent;
    font-size: 14px;
    opacity: .7;
    -webkit-transition: .4s opacity;
    transition: .4s opacity;
    float: right;
    padding: 0;
    margin-top: 20px;
}

.js--search-form .search-form_button .feather-search {
    font-size: 24px;
}

.search-page .search-form_button .feather-search,
.page-content .search-form_button .feather-search {
    font-size: 18px;
    float: left;
    margin-top: -4px;
    margin-right: 5px;
}

.search-form-popup-w .search-form_button .icon-magnifier {
    font-size: 40px;
    margin-right: 0;
    position: absolute; 
}

@media (min-width:768px) {
    .search-form-popup-w .search-form_button {
        font-size: 14px;
    }
}

.search-form-popup-w .search-form_button:hover {
    background-color: transparent;
    color: #fff;
    opacity: 1
}

.search-form-popup-w .search-form_button-ic {
    cursor: pointer;
    margin: 0!important
}


.search-el {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: .4s box-shadow;
    transition: .4s box-shadow
}

@media (min-width:768px) {
    .search-el:hover {
        box-shadow: 5px 8.66px 30px 0 rgba(31, 35, 37, .078)
    }
}

.search-el_img {
    padding-bottom: 66.66666666666666%;
    height: 0;
    background-position: center;
    background-size: cover
}

.search-el_desc {
    padding: 40px
}

.search-el_desc:first-child {
    padding-top: 100px
}

.search-el_h {
    font-size: 1.428571428571429em;
    line-height: normal
}

.search-el .posted-on,
.search-el_lk {
    color: inherit
}

.search-el_meta {
    margin-top: 40px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .714285714285714em;
    line-height: 1;
    color: #767676
}

.search-el_meta .author,
.search-el_meta .url,
.search-el_meta time {
    color: #4a4a4a
}

.search-el_cnt {
    margin-top: 15px;
    line-height: 1.857142857142857
}

.search-el_cnt p:last-child {
    margin-bottom: 0
}

.search-el_type {
    position: absolute;
    top: 40px;
    left: 40px;
    padding: .8em 1.5em;
    border-radius: 2em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .714285714285714em;
    line-height: 1;
    background-color: #e61638;
    color: #fff
}

.search-el_type-ic {
    font-size: 1.2em;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.no-results-page {
    margin-top: 75px;
    text-align: center
}
.no-results-page .search-form input[type=search] {
    width: 500px;
}

.no-results-page:first-child {
    margin-top: 124px;
}

.no-results-page_lbl {
    margin: 0;
    color: #e61638;
    font-size: 5.714285714285714em;
    line-height: 1;
    font-weight: bold;
    font-family: futura-headline, sans-serif;
    letter-spacing: -0.025em
}

.no-results-page_lbl.__404 {
    font-size: 10em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1;
}

@media (min-width:768px) {

    .no-results-page_lbl {
        font-size: 12.142857142857142em;
    }

    .no-results-page_lbl.__404 {
        font-size: 17.142857142857142em
    }
}

.no-results-page_lbl.__cart {
    margin-bottom: 90px
}

.no-results-page_h {
    text-transform: none;
    font-size: 2.571428571428572em;
    line-height: 1.2;
    margin-top: 26px;
    margin-bottom: 25px;
    color: #4A4A4A;
    font-weight: bold;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {
    .no-results-page_h {
        font-size: 3.428571428571428em;
    }
}

.no-results-page_desk {
    margin-bottom: 48px;
    margin-top: 1px;
    font-size: 1.714285714285714em;
    color: #4A4A4A;
    line-height: 24px;
}

@media (min-width: 768px) {
    .no-results-page_desk {
        font-size: 2.142857142857143em;
    }
}

.no-results-page_lk {
    color: #e61638
}

.no-results-page_lk-w {
    margin-top: 60px
}


/* !POST LAYOUTS STYLES */
.post-standard {
    margin-bottom: 150px;
    position: relative;
}
.post-standard_bottom_part {
    line-height: 26px;
}
.post-grid_bottom_part {
    line-height: 1;
}


/* !POST STANDARD */
.post-standard_img,
.post-standard_img-lk {
    display: block;
    width: 100%
}

.post-standard_icon {
    margin-bottom: 1.375em;
    font-size: 1.714285714285714em;
    line-height: 1;
    color: #fff;
}

.post-standard_desc {
    margin: 20px 0 28px 0;
    line-height: 24px;
    padding: 0;
}

.post-standard.__quote .post-standard_desc {
    padding: 0;
}

.post-standard.__status .post-standard_desc {
    padding: 35px 0;
}

.post-standard_desc p:last-child {
    margin-bottom: 0
}

.post-standard_desc-w {
    margin-top: 30px;
}
@media (min-width: 750px) {
    .post-standard_desc-w {
        padding-left: 113px;
        padding-right: 113px;
    }
}
.post-standard_btn-w {
    text-align: center;
}

.post-standard_desc-w:first-child {
    margin-top: 0
}

.post-standard_category {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
    color: #e61638
}

.post-standard_category a {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .714285714285714em;
    color: inherit
}

.post-standard_h {
    margin: 18px 0 15px 0;
    font-weight: bold;
    text-align: center;
}

.post-standard_h a {
    color: inherit;
    -webkit-transition: .4s all;
    transition: .4s all;
    letter-spacing: -0.025em;
}

.text_center {
    text-align: center;
}

.text_center span {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    color: #9B9B9B;
    font-weight: bold;
}

.post-standard_h a:hover {
    color: #e61638
}

.post-standard_btn {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 1px solid;
    padding: 1.3em 3.5em;
    background: 0 0;
    color: inherit;
    color: #e61638
}

.post-standard_btn:hover {
    background: 0 0
}

.post-standard_btn .fa,
.post-standard_btn [class*=" icon-"],
.post-standard_btn [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.post-standard_btn .fa:first-child,
.post-standard_btn [class*=" icon-"]:first-child,
.post-standard_btn [class^=icon-]:first-child {
    margin-right: .5em
}

.post-standard_btn .fa:last-child,
.post-standard_btn [class*=" icon-"]:last-child,
.post-standard_btn [class^=icon-]:last-child {
    margin-left: .5em
}

.post-standard_btn .fa:first-child:last-child,
.post-standard_btn [class*=" icon-"]:first-child:last-child,
.post-standard_btn [class^=icon-]:first-child:last-child {
    margin: 0
}

.post-standard_btn [class*=" icon-"],
.post-standard_btn [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.post-standard_meta {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px;
}
.post-standard.__quote .post-standard_meta,
.post-standard.__link .post-standard_meta,
.post-standard.__status .post-standard_meta {
    left: 30px;
    right: 30px;
    bottom: 40px;
}
.post-meta_date_container {
    float: left;
}

.post-standard_meta:after,
.post-standard_meta:before {
    content: " ";
    display: table
}

.post-standard_meta:after {
    clear: both
}

.post-standard_meta a {
    color: inherit
}

.post-standard_comments {
    display: block;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    color: #9B9B9B;
    margin-top: 1px;
}
.__image .post-standard_comments {
    color: #4A4A4A;
}
.__link blockquote a:hover {
    color: #fff!important;
}
.__link blockquote a {
    color: #fff;
    cursor: pointer;
}
.post-grid.__quote .post-grid_top_part,
.post-grid.__link .post-grid_top_part {
    bottom: 17px;
}
.post-grid.__quote .post-standard_comments,
.post-grid.__link .post-standard_comments {
    line-height: 21px;
}

.post-standard_comments-count {
    font-size: 11px;
    font-weight: bold;
}

.post-standard .share-small {
    white-space: nowrap;
    color: #e61638
}

.post-standard.__link {
    background-color: #797b7d
}

.post-standard.__quote {
    background-color: #909aae
}

.post-standard.__status {
    background-color: #55acee
}

.post-standard.__quote,
.post-standard.__link,
.post-standard.__status {
    min-height: 300px;
}

.post-standard.__quote .post_cat_h,
.post-standard.__link .post_cat_h,
.post-standard.__status .post_cat_h {
    margin-top: 0;
    margin-bottom: 5px;
}

.post-standard.__quote .post-standard_icon,
.post-standard.__link .post-standard_icon,
.post-standard.__status .post-standard_icon {
    margin-bottom: 0;
    font-family: Open sans, serif;
    font-weight: 400;
    font-size: 50px;
    opacity: .5;
}
.post-standard.__quote .post_cat_h,
.post-standard.__link .post_cat_h,
.post-standard.__status .post_cat_h {
    text-align: left;
    margin-bottom: 100px;
}
.post-standard.__quote .post_cat_h a,
.post-standard.__link .post_cat_h a,
.post-standard.__status .post_cat_h a {
    color: #fff;
}
.post-boxed.__quote .post_cat_h a,
.post-boxed.__link .post_cat_h a,
.post-boxed.__status .post_cat_h a {
    color: #fff;
}

.post-standard.__link .post-standard_h {
    color: #fff;
    text-align: left;
}

.post-standard.__link .post-standard_h a:hover {
    color: #fff;
    opacity: .5
}

.post-standard.__quote .post-standard_h,
.post-standard.__link .post-standard_h,
.post-standard.__status .post-standard_h {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.1em;
    font-style: normal;
    font-family: futura-headline, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #141414;
    text-align: left;
    font-weight: bold;
}

.post-standard.__link .post-standard_category,
.post-standard.__quote .post-standard_category,
.post-standard.__status .post-standard_category {
    margin-bottom: 60px;
    text-align: left;
    color: #fff
}

.post-standard.__link .post-standard_category a,
.post-standard.__quote .post-standard_category a,
.post-standard.__status .post-standard_category a {
    color: #fff
}

.post-standard.__link .post-standard_desc,
.post-standard.__quote .post-standard_desc,
.post-standard.__status .post-standard_desc {
    color: #fff;
    margin-top: 0
}

.post-standard.__link .post-standard_desc-w,
.post-standard.__quote .post-standard_desc-w,
.post-standard.__status .post-standard_desc-w {
    margin-top: 0;
    padding: 30px 30px 40px;
}

@media (min-width:768px) {
    .post-standard.__link .post-standard_desc-w,
    .post-standard.__quote .post-standard_desc-w,
    .post-standard.__status .post-standard_desc-w {
        padding: 30px 30px 40px;
    }
}

.post-standard.__quote .post-standard_desc,
.post-standard.__link .post-standard_desc,
.post-standard.__status .post-standard_desc {
    font-family: futura-headline, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 17px;
    letter-spacing: -.025em;
    font-style: normal;
    color: #fff;
    margin: 5px 0;
    padding-right: 30px;
    padding-top: 10px;
}

.post-standard.__quote .post-standard_desc a,
.post-standard.__link .post-standard_desc a,
.post-standard.__status .post-standard_desc a {
    font-size: 20px;
    color: #141414;
}

.post-standard.__quote .post-standard_desc p,
.post-standard.__link .post-standard_desc p,
.post-standard.__status .post-standard_desc p {
    font-size: 20px;
    color: #fff;
}

.post-standard.__link .post-standard_desc:before,
.post-standard.__quote .post-standard_desc:before,
.post-standard.__status .post-standard_desc:before {
    display: none
}

.post-standard.__quote .post-standard_desc p,
.post-standard.__link .post-standard_desc p,
.post-standard.__status .post-standard_desc p {
    margin: 0
}

.post-standard.__link .post-standard_meta,
.post-standard.__quote .post-standard_meta,
.post-standard.__status .post-standard_meta {
    border-top-color: rgba(255, 255, 255, .1)
}

.post-standard.__link .post-standard_date,
.post-standard.__quote .post-standard_date,
.post-standard.__status .post-standard_date {
    display: inline-block;
    text-align: left;
    color: #fff
}

.post-standard.__link .post-standard_comments,
.post-standard.__quote .post-standard_comments,
.post-standard.__status .post-standard_comments {
    float: right;
    color: #fff
}

.post-boxed {
    position: relative;
    margin-bottom: 41px;
    overflow: hidden;
    background-color: #fff;
}

@media (min-width:768px) {
    .post-boxed.extended {
        height: auto;
    }
}

@media (min-width:1025px) {
    .post-extended-inner {
        position: relative;
        height: 100%
    }
}

/* !POST BOXED */
.boxed_content_helper {
    margin-left: 0;
    padding: 50px 20px 40px;
    height: 500px;
}
.side-bar .boxed_content_helper {
    height: 100%;
}
.boxed_content_helper .post-boxed_desc {
    overflow: hidden;
}
@media (max-width: 768px) {
    .boxed_content_helper,
    .post-boxed_desc-w,
    .boxed_content_helper .post-boxed_desc {
        height: auto;
    }
}
.boxed_img_helper .flexslider img {
    height: 565px!important;
    -o-object-fit: cover;
    object-fit: cover;
}

.stck_svg {
    position: absolute;
    top: 0;
    left: 11px;
    z-index: 10;
}
.stck_svg .stck {
    fill: #265cdc;
}
.post-boxed_img-w {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.post-extended_img-w {
    position: relative
}
@media (min-width:1025px) {
    .post-extended_img-w {
        top: 0;
        left: 0;
        width: 100%;
        height: 155px
    }
}

.post-boxed_img {
    display: block;
    width: 100%;
    height: 565px;
    background-size: cover;
    background-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.side-bar .post-boxed_img {
    height: 400px;
}
.post-extended_img {
    display: block;
    width: 100%;
    min-height: 155px;
    background-size: cover;
    background-position: center
}

@media (min-width:768px) {
    .post-extended_img {
        height: 100%
    }
}

.post-boxed_icon {
    margin-bottom: 35px;
    font-size: 1.714285714285714em;
    color: #fff;
    opacity: .5
}

.post-boxed_category {
    margin-bottom: 30px;
    line-height: 1.2;
    color: #e61638
}

.post-boxed_category a {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .714285714285714em;
    color: inherit
}

.post-boxed_h {
    margin-bottom: 22px;
    color: #141414;
    letter-spacing: -0.025em
}
.post-extended_h {
    margin-bottom: 11px;
    line-height: 20px;
    font-size: 18px;
    color: #141414;
    font-weight: bold;
    font-family: futura-headline, sans-serif;
}

.also_block_helper .post-extended_meta {
    margin-top: -3px;
}

.also_block_helper .post-extended_h {
    letter-spacing: -0.025em;
}

.post-boxed_lk {
    color: inherit
}

.post-boxed_desc-w {
    position: relative;
    height: 480px;
    margin-right: 30px;
}
.side-bar .post-boxed_desc-w {
    height: 100%;
}
.post-standard.__quote .post-boxed_desc-w,
.post-standard.__link .post-boxed_desc-w,
.post-standard.__status .post-boxed_desc-w {
    /*position: absolute;*/
    height: auto;
    margin: auto;
    /*bottom: 70px;*/
}
.post-extended_desc-w {
    position: relative;
    padding: 14px 0
}

.post-boxed_desc {
    line-height: 1.7;
    margin: 0
}

.post-boxed_desc p {
    margin-top: 18px;
}

.post-boxed_desc p:last-child {
    margin-bottom: 0
}

.post-boxed_meta {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    padding: 20px 0 20px;
    line-height: 1;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .714285714285714em;
    color: #141414
}
.post-extended_meta {
    line-height: 1;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #9B9B9B;
    font-weight: bold;
}

.post-boxed_meta:after,
.post-boxed_meta:before {
    content: " ";
    display: table
}

.post-boxed_meta:after {
    clear: both
}

.post-boxed_meta a {
    color: inherit
}

.post-boxed_date {
}

.post-boxed_comments {
    float: right;
    white-space: nowrap
}

.post-boxed.__link {
    background-color: #797b7d
}

.post-boxed.__quote {
    background-color: #909aae
}
.extended {
    margin-bottom: 5px!important;
    margin-left: -9px;
    margin-right: -9px;
}
.extended.__link,
.extended.__quote {
    background-color: transparent!important;
}


.post-boxed.__status {
    background-color: #55acee
}

.post-standard.__quote .post-standard_icon,
.post-boxed.__quote .post-boxed_icon {
    font-size: 100px;
    line-height: 1px;
    -webkit-font-smoothing: auto;
    margin-bottom: 0px;
}

.post-boxed.__link .post-boxed_icon,
.post-boxed.__status .post-boxed_icon {
    font-size: 50px;
    opacity: .5;
}
.post-boxed.__link .post-boxed_h {
    margin-bottom: .5em;
    font-size: 1.571428571428571em;
    color: #fff
}

.post-boxed.__quote .post-boxed_h,
.post-boxed.__link .post-boxed_h,
.post-boxed.__status .post-boxed_h {
    display: block;
    margin-top: 30px;
    font-size: .714285714285714em;
    font-style: normal;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #141414;
    line-height: 1.2
}

.post-boxed.__link .post-boxed_desc,
.post-boxed.__quote .post-boxed_desc,
.post-boxed.__status .post-boxed_desc {
    color: #fff
}

.post-boxed.__quote .post-boxed_desc,
.post-boxed.__link .post-boxed_desc,
.post-boxed.__status .post-boxed_desc {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 1.571428571428571em;
    line-height: 1.454545454545455
}

.post-boxed.__quote .post-boxed_desc:before,
.post-boxed.__link .post-boxed_desc:before,
.post-boxed.__status .post-boxed_desc:before {
    display: none
}

.post-boxed.__quote .post-boxed_desc p:first-child {
    margin-top: 0
}

.post-boxed.__link .post-boxed_category,
.post-boxed.__quote .post-boxed_category,
.post-boxed.__status .post-boxed_category {
    margin-bottom: 0;
    padding: 40px 30px;
    color: #fff
}

.post-boxed.__link .post-boxed_meta,
.post-boxed.__quote .post-boxed_meta,
.post-boxed.__status .post-boxed_meta {
    border-top-color: rgba(255, 255, 255, .1);
    color: #fff
}

.post-boxed.__link .post-boxed_desc-w,
.post-boxed.__quote .post-boxed_desc-w,
.post-boxed.__status .post-boxed_desc-w {
    position: absolute;
    height: auto;
    bottom: 115px;
}
.post-boxed.__link .post-boxed_category,
.post-boxed.__quote .post-boxed_category,
.post-boxed.__status .post-boxed_category {
    padding: 50px
}
.post-boxed.__link .post-boxed_meta,
.post-boxed.__quote .post-boxed_meta,
.post-boxed.__status .post-boxed_meta {
    left: 50px;
    right: 50px;
    padding-bottom: 50px
}

/* !POST GRID */
.post-grid {
    position: relative;
    background-color: #fff;
    min-height: 500px;
    overflow: hidden;
    -webkit-transition: .4s box-shadow;
    transition: .4s box-shadow;
    margin: 0 -20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;;
}

.grid-child {
    background-color: #eee !important;
}
.post-share_txt {
    color: #9B9B9B;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 6px;
}

.post-grid_img {
    display: block;
    width: 100%;
    height: 247px;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-grid_img-w {
    position: relative;
    overflow: hidden;
}
.post-masonry_img-w {
    position: relative;
    overflow: hidden;
}

.post-grid_img-lk {
    display: block;
    overflow: hidden;

    height: 100%;
}
.post-boxed_img-lk {
    display: block;
    overflow: hidden;
}

.post-grid_icon {
    position: relative;
    font-size: 30px;
    color: #fff;
    opacity: 0.5;
}

.post-boxed .post-grid_cat {
    margin-top: 0;
    margin-bottom: 5px;
}

.__link .post-grid_h,
.__quote .post-grid_h,
.__status .post-grid_h {
    margin-bottom: 0;
}
.__quote .post-boxed_h,
.__link .post-boxed_h,
.__status .post-boxed_h {

}
.__quote .post-masonry_h,
.__link .post-masonry_h,
.__status .post-masonry_h {
    margin-bottom: 6px;
}

.post-grid_lk {
    color: inherit
}

.post-grid_desc {
    margin-top: 24px;
    margin-bottom: 31px;
}

.post-grid_desc-w {
    position: relative;
}
.post-grid.__standard .post-grid_desc-w {
    padding: 24px 0 0 0;
}
.post-grid.__standard .post-grid_cat {
    margin-bottom: 20px;
}
.post-grid.__image .post-grid_cat {
    margin-bottom: 25px;
}
.post-grid.__image .post-grid_h {
    margin-bottom: 19px;
    letter-spacing: -0.025em
}
.post-grid.__standard .post-grid_desc {
    margin-top: 19px;
    margin-bottom: 50px;
}
.post-grid.__gallery:not(.__sticky) .post-grid_top_part,
.post-grid.__standard:not(.__sticky) .post-grid_top_part,
.post-grid.__video:not(.__sticky) .post-grid_top_part,
.post-grid.__audio:not(.__sticky) .post-grid_top_part {
    position: absolute;
    width: 100%;
    bottom: 15px;
    line-height: 17px;
}
.post-boxed.__standard .post-grid_top_part,
.post-boxed.__video .post-grid_top_part,
.post-boxed.__gallery .post-grid_top_part,
.post-boxed.__audio .post-grid_top_part {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 17px;
}
.post-boxed.__standard .side-bar .post-grid_top_part,
.post-boxed.__video .side-bar .post-grid_top_part,
.post-boxed.__gallery .side-bar .post-grid_top_part,
.post-boxed.__audio .side-bar .post-grid_top_part {
    bottom: 40px !important;
}
@media (max-width:767px) {
    .post-boxed_desc-w {
        position: static;
        padding: 0 20px 50px;
        height: auto;
    }
    .post-standard.__quote .post-boxed_desc-w,
    .post-standard.__link .post-boxed_desc-w,
    .post-standard.__status .post-boxed_desc-w,
    .post-boxed.__quote .post-boxed_desc-w,
    .post-boxed.__link .post-boxed_desc-w,
    .post-boxed.__status .post-boxed_desc-w  {
        padding: 0;
    }
    .post-extended_desc-w {
        position: static
    }
    .post-boxed.__standard .side-bar .post-grid_top_part,
    .post-boxed.__video .side-bar .post-grid_top_part,
    .post-boxed.__gallery .side-bar .post-grid_top_part,
    .post-boxed.__audio .side-bar .post-grid_top_part {
        bottom: 40px;
        padding: 0 20px;
    }
}
.post-grid_img {
    transform:scale(1);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: .5s all ease-out;
}
.post-grid.__standard:hover .post-grid_img,
.post-grid.__sticky:hover .post-grid_img,
.post-grid.__image:hover .post-grid_img,
.post-grid.__audio:hover .post-grid_img,
.post-grid.__video:hover .post-grid_img 
{
    transform:scale(1.05);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.post-boxed.__standard:hover .post-boxed_img,
.post-boxed.__sticky:hover .post-boxed_img,
.post-boxed.__image:hover .post-boxed_img,
.post-boxed.__audio:hover .post-boxed_img,
.post-boxed.__video:hover .post-boxed_img 
{
    transform:scale(1.05);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.post-boxed_img {
    transform:scale(1);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: .5s all ease-out;
}

.post-grid.__link .post-grid_desc a
.post-grid.__quote .post-grid_desc a,
.post-grid.__status .post-grid_desc a {
    color: #141414;
}


.post-grid.__link .post-grid_top_part,
.post-grid.__quote .post-grid_top_part,
.post-grid.__status .post-grid_top_part
{
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    padding: 0 40px;
    line-height: 28px;
}
.post-boxed.__link .post-grid_top_part,
.post-boxed.__quote .post-grid_top_part,
.post-boxed.__status .post-grid_top_part
{
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    padding: 0 30px;
    line-height: 28px;
}
.post-boxed.__link .post-grid_date,
.post-boxed.__quote .post-grid_date,
.post-boxed.__status .post-grid_date
{
    color: #fff!important;
}
.__link .post-standard_comments,
.__quote .post-standard_comments,
.__status .post-standard_comments {
    color: #fff;
}
.post-grid.__link p,
.post-grid.__quote p,
.post-grid.__status p {
    font-family: futura-headline, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    letter-spacing: -.025em;
    margin: 0;
    color: #fff;
}
.post-boxed.__quote p,
.post-boxed.__link p,
.post-boxed.__status p {
    font-family: futura-headline, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 17px;
    letter-spacing: -.025em;
    font-style: normal;
    color: #fff;
    margin: 5px 0;
}
.post-grid.__quote .post-grid_date,
.post-grid.__link .post-grid_date,
.post-grid.__status .post-grid_date,
.post-masonry.__quote .post-masonry_date,
.post-masonry.__link .post-masonry_date,
.post-masonry.__status .post-masonry_date,
.post-metro.__quote .post-grid_date,
.post-metro.__link .post-grid_date,
.post-metro.__status .post-grid_date {
    color: #fff;
}
.post-grid.__quote .post-grid_cat a,
.post-grid.__link .post-grid_cat a,
.post-grid.__status .post-grid_cat a {
    font-style: normal;
}
.post-masonry.__quote .post-masonry_cat a,
.post-masonry.__link .post-masonry_cat a,
.post-masonry.__status .post-masonry_cat a {
    font-style: normal;
}
.post-metro.__quote .post-grid_cat a,
.post-metro.__link .post-grid_cat a,
.post-metro.__status .post-grid_cat a {
    font-style: normal;
}

.post-grid.__link .post-grid_cat a,
.post-grid.__quote .post-grid_cat a,
.post-grid.__status .post-grid_cat a,
.post-grid.__link .post-grid_cat .post-grid_date,
.post-grid.__quote .post-grid_cat .post-grid_date,
.post-grid.__status .post-grid_cat .post-grid_date,
.post-grid.__link .post-grid_cat .post-standard_comments,
.post-grid.__quote .post-grid_cat .post-standard_comments,
.post-grid.__status .post-grid_cat .post-standard_comments
{
    color: #fff!important;
}

.post-grid_img_content_helper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;    
    padding: 50px 40px 40px;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4;
    transition: all .4s;
}

.post-masonry .post-grid_img_content_helper {
    padding: 20px 30px;
}

.grid-child .post-grid_img_content_helper {
    background-color: #fff;
}

.post-masonry.__image .post-grid_img_overlay_helper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.post-masonry.__image .post-grid_cat_helper,
.post-masonry.__image .post_cat_h a,
.post-masonry.__image .post_cat_h,
.post-masonry.__image .post-masonry_h,
.post-masonry.__image .post-masonry_author,
.post-masonry.__image .post-masonry_date {
    color: #fff;
}
.post-grid.__image .post-grid_top_part {
    position: absolute;
    bottom: 30px;
}
.bottom_posts_expanded.post-masonry_top_part,
.bottom_posts_expanded.post-grid_top_part {
    bottom: 0;
}

.post-grid.__image:hover .post-grid_img-w {
    opacity: 1;
}

.post-grid.__image:hover .post-grid_img_content_helper {
    background-color: rgba(0,0,0,.5);
}

.post-grid.__image.__mobile .post-grid_img_overlay_helper {
    opacity: 0.5
}
.post-grid.__image.__mobile .post-grid_cat_helper {
    opacity: 1;
    transform:translateY(0);
}
.post-grid.__image.__mobile .post-grid_h_helper {
    opacity: 1;
    transform:translateY(0);
}
.post-grid.__image.__mobile .post-grid_top_part {
    opacity: 1;
    transform:translateY(0);
}

.post-grid.__image .post-grid_date {
    color: #b1b1b1;
}

.post-grid.__image .post-grid_cat a,
.post-grid.__image .post-grid_h a,
.post-grid.__image .post-masonry_author,
.post-grid.__image .post-grid_date {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.post-grid.__image:hover .post-grid_cat a,
.post-grid.__image:hover .post-grid_h a,
.post-grid.__image:hover .post-masonry_author,
.post-grid.__image:hover .post-grid_date {
    color: #fff;
}

.post-grid.__image .post-grid_desc-w {
    padding: 0;
}

.post-boxed.__image .post-grid_cat_helper {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform:translateY(200px);
    opacity: 0;
}
.post-boxed.__image .post-grid_h_helper {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform:translateY(200px);
    opacity: 0;
}
.post-boxed.__image .post-grid_top_part {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform:translateY(200px);
    opacity: 0;
    position: absolute;
    bottom: 40px;
}

.post-boxed.__image .post-boxed_top_part {
    position: absolute;
    bottom: 40px;
}
@media (max-width: 992px) {
    .post-boxed.__image .side-bar .post-boxed_top_part {
        bottom: 40px;
    }
}

.post-boxed.__image:hover .post-grid_img_overlay_helper {
    opacity: 0.5
}
@media (max-width: 768px) {
    .post-boxed.__image .post-grid_img_overlay_helper,
    .post-boxed.__image:hover .post-grid_img_overlay_helper {
        opacity: 1;
        background: none;
        transition: none;
    }
}
.post-boxed.__image:hover .post-grid_cat_helper {
    opacity: 1;
    transform:translateY(0);
}
.post-boxed.__image:hover .post-grid_h_helper {
    opacity: 1;
    transform:translateY(0);
    -webkit-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
}
.post-boxed.__image:hover .post-grid_top_part {
    opacity: 1;
    transform:translateY(0);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
}

.post-boxed.__image.__mobile .post-grid_img_overlay_helper {
    opacity: 0.5
}
.post-boxed.__image.__mobile .post-grid_cat_helper {
    opacity: 1;
    transform:translateY(0);
}
.post-boxed.__image.__mobile .post-grid_h_helper {
    opacity: 1;
    transform:translateY(0);
    -webkit-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
}
.post-boxed.__image.__mobile .post-grid_top_part {
    opacity: 1;
    transform:translateY(0);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
}

.post-boxed.__image .post-grid_desc-w {
    padding: 0;
}

.post-grid_desc p:last-child {
    margin-bottom: 0
}

.post-grid_meta {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #141414
}

.post-grid_meta:after,
.post-grid_meta:before {
    content: " ";
    display: table
}

.post-grid_meta:after {
    clear: both
}

.post-grid_meta a {
    color: inherit
}

.post-grid_date {
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    text-align: left;
    color: #9B9B9B;
    letter-spacing: .1em;
    line-height: 28px;
    font-weight: bold;
}
 @media (max-width: 768px) {
    .post-boxed.__image .post-boxed_top_part {
        bottom: 40px;
        padding: 0 20px;
    }
}

.post-grid_comments {
    float: right;
    white-space: nowrap
}

@media (min-width:768px) {
    .post-grid_sticky-inner {
        position: relative;
        height: 100%
    }
    .post-masonry_sticky-inner {
        position: relative;
        height: 100%
    }
}

.post-grid.__double,
.post-grid.__image {
    background-color: #fff;
    -webkit-transition: all .6s;
    -o-transition: all .6;
    transition: all .6s;
}

.post-grid.__link {
    background-color: #797b7d
}

.post-grid.__quote {
    background-color: #909aae !important
}

.post-grid.__status {
    background-color: #55acee !important
}

.post-grid_content-all {
    padding: 50px 40px 40px;
}
.post-boxed_content-all {
    padding: 30px 30px 40px;
}

.post-boxed_content-all {
    height: 565px;
}

.post-grid.__double .post-grid_img,
.post-grid.__image .post-grid_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}
.post-masonry.__image .post-masonry_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.post-grid.__double .post-grid_img-w,
.post-grid.__image .post-grid_img-w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.post-masonry.__image .post-masonry_img-w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.post-grid.__sticky .post-grid_img {
    min-height: 200px;
    background-size: cover;
    background-position: center
}

@media (max-width:767px) {
    .post-grid.__sticky .post-grid_desc-w {
        position: static
    }
}

@media (min-width:768px) {
    .post-grid.__sticky .post-grid_img {
        width: 100%;
        height: 100%
    }
    .post-grid.__sticky .post-grid_img-w {
        width: 100%;
        height: 500px
    }
}

@media (min-width:992px) {
    .post-grid.__sticky.__expanded_md .post-grid_img-w {
        width: 66.66666666666667%
    }
    .post-grid.__sticky.__expanded_md .post-grid_desc-w {
        margin-left: 66.66666666666667%
    }
}

@media (min-width:1401px) {
    .post-grid.__sticky.__expanded_xl .post-grid_img-w {
        width: 66.66666666666667%
    }
    .post-grid.__sticky.__expanded_xl .post-grid_desc-w {
        margin-left: 66.66666666666667%
    }
}

.post-grid.__audio .post-grid_img-lk:after,
.post-grid.__video .post-grid_img-lk:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 24px 27px;
    width: 72px;
    height: 72px;
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    text-align: center;
    background-color: #e61638;
    opacity: 0.7;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 40px;
}
.post-boxed.__audio .post-boxed_img-lk:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 24px 0;
    width: 72px;
    height: 72px;
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    text-align: center;
    background-color: #e61638;
    opacity: 0.7;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 40px;
}

.post-boxed.__video .post-boxed_img-lk:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px 28px;
    width: 72px;
    height: 72px;
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    text-align: center;
    background-color: #e61638;
    opacity: 0.7;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 40px;
}

.post-grid.__video .post-grid_img-lk:after {
    content: '\e071'
}

.post-grid.__audio .post-grid_img-lk:after {
    content: '\e061'
}

.post-grid.__double .post-grid_img-lk:after {
    display: none
}

.post-boxed.__video .post-boxed_img-lk:after {
    content: '\e071'
}

.post-boxed.__audio .post-boxed_img-lk:after {
    content: '\e061'
}

.post-boxed.__double .post-boxed_img-lk:after {
    display: none
}

.post-grid.__double .post-grid_h {
    color: #4A4A4A;
    letter-spacing: -0.025em;
}

.post-grid.__audio:hover .post-grid_img-lk:after,
.post-grid.__video:hover .post-grid_img-lk:after 
{
    opacity: 1;
}
.post-boxed.__audio:hover .post-boxed_img-lk:after,
.post-boxed.__video:hover .post-boxed_img-lk:after 
{
    opacity: 1;
}

.post-grid.__quote .post-grid_icon {
    margin-bottom: 5px;
    line-height: 1;
    font-family: Open sans, sans-serif;
    font-size: 72px;
    line-height: 28px;
    -webkit-font-smoothing: auto;
}

.post-grid.__link .post-grid_icon,
.post-grid.__status .post-grid_icon {
    margin-bottom: 15px;
    line-height: 1;
    font-family: Open sans, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
}

.post-grid.__link .post-grid_h {
    margin-bottom: .5em;
    font-size: 1.571428571428571em;
    color: #fff
}

.post-grid.__quote .post-grid_h,
.post-grid.__link .post-grid_h,
.post-grid.__status .post-grid_h {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.1em;
    font-style: normal;
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    color: #141414;
    font-weight: bold;
}
.post-boxed.__quote .post-boxed_h,
.post-boxed.__link .post-boxed_h,
.post-boxed.__status .post-boxed_h {
    display: block;
    margin-top: 21px;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.1em;
    font-style: normal;
    font-family: futura-headline, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #141414;
    font-weight: bold;
}

.post-grid.__double .post-grid_desc-w {
    width: 100%;
}

.post-grid.__link .post-grid_desc-w,
.post-grid.__quote .post-grid_desc-w,
.post-grid.__status .post-grid_desc-w {
    width: 100%;
    padding: 0 40px;
    position: absolute;
    left: 0;
    bottom: 115px;
}

@media (min-width:768px) {
    .post-grid.__image.__sticky .post-grid_desc-w {
        position: relative;
        left: -5px;
        width: auto
    }
    .post-grid.__link.__sticky .post-grid_desc-w,
    .post-grid.__quote.__sticky .post-grid_desc-w,
    .post-grid.__status.__sticky .post-grid_desc-w {
        margin-left: 0;
        margin-right: 0;
        padding: 0 50px 140px;
        height: auto
    }
    .post-grid.__link.__sticky .post-grid_category,
    .post-grid.__quote.__sticky .post-grid_category,
    .post-grid.__status.__sticky .post-grid_category {
        padding: 50px
    }
    .post-grid.__link.__sticky .post-grid_meta,
    .post-grid.__quote.__sticky .post-grid_meta,
    .post-grid.__status.__sticky .post-grid_meta {
        left: 50px;
        right: 50px;
        padding-bottom: 50px
    }
}

.post-grid.__double .post-grid_desc,
.post-grid.__image .post-grid_desc,
.post-grid.__link .post-grid_desc,
.post-grid.__quote .post-grid_desc,
.post-grid.__status .post-grid_desc {
    color: #fff
}

.post-grid.__quote .post-grid_desc,
.post-grid.__link .post-grid_desc,
.post-grid.__status .post-grid_desc {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 1.571428571428571em;
    line-height: 1.454545454545455
}

.post-grid.__quote .post-grid_desc:before,
.post-grid.__link .post-grid_desc:before,
.post-grid.__status .post-grid_desc:before {
    display: none
}

.post-grid.__quote .post-grid_desc p:first-child {
    margin-top: 0
}

.post-grid.__link .post-grid_category,
.post-grid.__quote .post-grid_category,
.post-grid.__status .post-grid_category {
    padding: 40px 30px;
    color: #fff
}

.post-grid.__double .post-grid_meta,
.post-grid.__image .post-grid_meta,
.post-grid.__link .post-grid_meta,
.post-grid.__quote .post-grid_meta,
.post-grid.__status .post-grid_meta {
    border-top-color: rgba(255, 255, 255, .1);
    color: #fff
}

.post-grid.__quote .post-grid_icon,
.post-grid.__quote .post-grid_desc-w,
.post-grid.__quote .post-grid_top_part, 
.post-grid.__link .post-grid_icon,
.post-grid.__link .post-grid_desc-w,
.post-grid.__link .post-grid_top_part, 
.post-grid.__status .post-grid_icon,
.post-grid.__status .post-grid_desc-w,
.post-grid.__status .post-grid_top_part {
    z-index: 3;
}

.post-masonry.__quote .post-masonry_icon,
.post-masonry.__quote .post-masonry_desc-w,
.post-masonry.__quote .post-masonry_top_part, 
.post-masonry.__link .post-masonry_icon,
.post-masonry.__link .post-masonry_desc-w,
.post-masonry.__link .post-masonry_top_part, 
.post-masonry.__status .post-masonry_icon,
.post-masonry.__status .post-masonry_desc-w,
.post-masonry.__status .post-masonry_top_part {
    z-index: 3;
}
.post-metro.__quote .post-metro_icon,
.post-metro.__quote .post-metro_desc-w,
.post-metro.__quote .post-masonry_top_part, 
.post-metro.__link .post-metro_icon,
.post-metro.__link .post-metro_desc-w,
.post-metro.__link .post-masonry_top_part, 
.post-metro.__status .post-metro_icon,
.post-metro.__status .post-metro_desc-w,
.post-metro.__status .post-masonry_top_part {
    z-index: 3;
}
.post-boxed.__quote .post-boxed_icon,
.post-boxed.__quote .post-boxed_desc-w,
.post-boxed.__quote .post-grid_top_part, 
.post-boxed.__link .post-boxed_icon,
.post-boxed.__link .post-boxed_desc-w,
.post-boxed.__link .post-grid_top_part, 
.post-boxed.__status .post-boxed_icon,
.post-boxed.__status .post-boxed_desc-w,
.post-boxed.__status .post-grid_top_part {
    z-index: 3;
}

/* !POST MASONRY */
.post-masonry {
    margin-bottom: 50px;
    position: relative;
}

.post-masonry_img {
    transform:scale(1);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.post-masonry.__standard:hover .post-masonry_img,
.post-masonry.__sticky:hover .post-masonry_img,
.post-masonry.__image:hover .post-masonry_img,
.post-masonry.__audio:hover .post-masonry_img,
.post-masonry.__video:hover .post-masonry_img 
{
    transform:scale(1.05);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: .5s all ease-out;
}

.post-masonry_desc-w {
    position: relative;
    padding: 19px 0 20px 0;
}
.post-masonry.__standard .post-masonry_desc-w {
    padding: 19px 0px 20px;
}
.grid-height.post-masonry.__standard .post-masonry_desc-w {
    padding: 19px 40px 20px;
}
.post-masonry.__standard .post-masonry_cat {
    margin-bottom: 6px;
}
.post-masonry.__image .post-masonry_cat {
    margin-bottom: 6px;
}
.post-masonry.__image {
    overflow: hidden;
}
.post-masonry.__image .post-masonry_h {
    margin-bottom: 19px;
}
.post-masonry.__video .post-masonry_desc,
.post-masonry.__audio .post-masonry_desc,
.post-masonry.__gallery .post-masonry_desc,
.post-masonry.__standard .post-masonry_desc {
    margin-top: 21px;
    padding-bottom: 20px;
}

.grid-height.post-masonry.__video .post-masonry_desc,
.grid-height.post-masonry.__audio .post-masonry_desc,
.grid-height.post-masonry.__gallery .post-masonry_desc,
.grid-height.post-masonry.__standard .post-masonry_desc {
    margin-top: 21px;
    padding-bottom: 54px;
}

.post-masonry.__video .post-masonry_top_part,
.post-masonry.__audio .post-masonry_top_part,
.post-masonry.__gallery .post-masonry_top_part,
.post-masonry.__standard .post-masonry_top_part {
    position: absolute;
    width: 100%;
    bottom: 0px;
    line-height: 17px;
}

.grid-height.post-masonry.__video .post-masonry_top_part,
.grid-height.post-masonry.__audio .post-masonry_top_part,
.grid-height.post-masonry.__gallery .post-masonry_top_part,
.grid-height.post-masonry.__standard .post-masonry_top_part {
    position: absolute;
    width: 100%;
    bottom: 30px;
    line-height: 17px;
}

.post-masonry.__image .post-masonry_cat {
    margin-bottom: 6px;
}
.post-masonry.__image .post-masonry_h {
    margin-bottom: 19px;
}
.post-masonry.__image .post-masonry_cat_helper {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform:translateY(0);
    opacity: 1;
}
/*.post-masonry.__image .post-masonry_h_helper {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform:translateY(0);
    opacity: 1;
    margin-top: 193px;
    margin-top: 458px;
}*/
.post-masonry.__image .post-masonry_h_helper {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform:translateY(0);
    opacity: 1;
    margin-bottom: 68px;
}
.post-masonry.__image .post-masonry_top_part {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform:translateY(0);
    opacity: 1;
    position: absolute;
    bottom: 30px;
}
.post-masonry.__image .post-grid_img_overlay_helper {
    opacity: 0.5
}
.post-masonry.__image:hover .post-grid_img_overlay_helper {
    opacity: 0;
    z-index: 5
}
.post-masonry.__image:hover .post-masonry_cat_helper {
    opacity: 0;
    transform:translateY(400px);
}
.post-masonry.__image:hover .post-masonry_h_helper {
    opacity: 0;
    transform:translateY(400px);
    -webkit-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
}
.post-masonry.__image:hover .post-masonry_top_part {
    opacity: 0;
    transform:translateY(400px);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
}
@media (max-width: 768px) {
    .post-masonry.__image .post-grid_img_overlay_helper {
        opacity: 0.5
    }
    .post-masonry.__image .post-masonry_cat_helper {
        opacity: 1;
        transform:translateY(0);
    }
    .post-masonry.__image .post-masonry_h_helper {
        opacity: 1;
        transform:translateY(0);
        -webkit-transition-delay: .05s;
        -o-transition-delay: .05s;
        transition-delay: .05s;
        margin-top: 193px;
        /*margin-top: 256px;*/

    }
    .post-masonry.__image .post-masonry_top_part {
        opacity: 1;
        transform:translateY(0);
        -webkit-transition-delay: .12s;
        -o-transition-delay: .12s;
        transition-delay: .12s;
        position: absolute;
        bottom: 30px;
    }

    .post-masonry.__image:hover .post-grid_img_overlay_helper,
    .post-masonry.__image:hover .post-masonry_cat_helper,
    .post-masonry.__image:hover .post-masonry_h_helper,
    .post-masonry.__image:hover .post-masonry_top_part {
        opacity: 0;
    }
}

.post-masonry.__image.__mobile .post-grid_img_overlay_helper {
    opacity: 0.5
}
.post-masonry.__image.__mobile .post-masonry_cat_helper {
    opacity: 1;
    transform:translateY(0);
}
.post-masonry.__image.__mobile .post-masonry_h_helper {
    opacity: 1;
    transform:translateY(0);
    -webkit-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
}
.post-masonry.__image.__mobile .post-masonry_top_part {
    opacity: 1;
    transform:translateY(0);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
}

/*.post-masonry.__image .post-masonry_desc-w {
    padding: 0;
    height: 100%
}*/
.post-masonry.__image .post-masonry_desc-w {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-masonry.__image .post-masonry_desc-w_blocks .post-masonry_h_helper {
    padding-left: 9px;
}
.post-masonry.__image {
    background-color: #202326
}

.post-masonry.__link .post-masonry_top_part,
.post-masonry.__quote .post-masonry_top_part,
.post-masonry.__status .post-masonry_top_part
{
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    padding: 0 30px;
    line-height: 17px;
}

.grid-height.post-masonry.__link .post-masonry_top_part,
.grid-height.post-masonry.__quote .post-masonry_top_part,
.grid-height.post-masonry.__status .post-masonry_top_part
{
    padding: 0 40px;
}
.post-metro.__link .post-masonry_top_part,
.post-metro.__quote .post-masonry_top_part,
.post-metro.__status .post-masonry_top_part
{
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
    padding: 0 15px;
    line-height: 17px;
}
.post-masonry.__link .post-masonry_cat a,
.post-masonry.__quote .post-masonry_cat a,
.post-masonry.__status .post-masonry_cat a,
.post-masonry.__link .post-masonry_cat .post-masonry_date,
.post-masonry.__quote .post-masonry_cat .post-masonry_date,
.post-masonry.__status .post-masonry_cat .post-masonry_date,
.post-masonry.__link .post-masonry_cat .post-standard_comments,
.post-masonry.__quote .post-masonry_cat .post-standard_comments,
.post-masonry.__status .post-masonry_cat .post-standard_comments
{
    color: #fff!important;
}
.post-masonry.__link .post-masonry_cat a,
.post-masonry.__quote .post-masonry_cat a {
    font-style: normal;
}

.post-masonry_img,
.post-masonry_img-lk {
    display: block;
    width: 100%;
    overflow: hidden;
}

.post-masonry_icon {
    opacity: 0.5;
    position: relative;
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.__quote .post-masonry_icon {
    margin-bottom: 5px;
    margin-left: -5px;
}

.post-masonry_desc p:first-child {
    margin-top: 0
}

.post-masonry_desc p:last-child {
    margin-bottom: 0
}


.post-masonry_desc-w:first-child {
    margin-top: 0
}

.post-masonry_category {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1;
    color: #e61638
}

.post-masonry_category a {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: inherit
}

.post-masonry_h {
    letter-spacing: -0.025em
}

.post-masonry_h a {
    color: inherit;
    -webkit-transition: .4s all;
    transition: .4s all
}

.post-masonry_h a:hover {
    color: #e61638;
}

.post-masonry_btn {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 1px solid;
    padding: 1.3em 3.5em;
    background: 0 0;
    color: inherit;
    color: #e61638
}

.post-masonry_btn:hover {
    background: 0 0
}

.post-masonry_btn .fa,
.post-masonry_btn [class*=" icon-"],
.post-masonry_btn [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.post-masonry_btn .fa:first-child,
.post-masonry_btn [class*=" icon-"]:first-child,
.post-masonry_btn [class^=icon-]:first-child {
    margin-right: .5em
}

.post-masonry_btn .fa:last-child,
.post-masonry_btn [class*=" icon-"]:last-child,
.post-masonry_btn [class^=icon-]:last-child {
    margin-left: .5em
}

.post-masonry_btn .fa:first-child:last-child,
.post-masonry_btn [class*=" icon-"]:first-child:last-child,
.post-masonry_btn [class^=icon-]:first-child:last-child {
    margin: 0
}

.post-masonry_btn [class*=" icon-"],
.post-masonry_btn [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.post-masonry_btn-w {
    text-align: left
}

.post-masonry_meta {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding: 30px 0 0;
    line-height: 1
}

.post-masonry_meta:after,
.post-masonry_meta:before {
    content: " ";
    display: table
}

.post-masonry_meta:after {
    clear: both
}

.post-masonry_meta a {
    color: inherit
}

.post-masonry_date,
.post-masonry_author {
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}

.post-masonry_date {
    color: #ababab;
}

.post-masonry_author {
    color: #505050;
    transition: .3s color;
}

.post-masonry_top_part .t-w-post-author:hover .post-masonry_author,
.post-grid_top_part .t-w-post-author:hover .post-masonry_author {
    color: #e61638;
}

.post-masonry_comments {
    display: inline-block;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .714285714285714em;
    line-height: 1;
    white-space: nowrap;
    color: #4a4a4a
}

.post-masonry_comments-count {
    font-size: 11px
}

.post-masonry .share-small {
    white-space: nowrap;
    color: #e61638
}

.post-masonry.__link {
    background-color: #797b7d
}

.post-masonry.__quote {
    background-color: #909aae
}

.post-masonry.__status {
    background-color: #55acee
}

.post-masonry.__quote, .post-masonry.__link, .post-masonry.__status {
    padding: 20px 30px;
    position: relative;
}

.grid-height.__quote, .grid-height.__link, .grid-height.__status {
    padding: 0px 30px;
} 

.grid-height.__quote .post-masonry_cat, .grid-height.__link .post-masonry_cat, .grid-height.__status .post-masonry_cat {
    padding-top: 20px;
}

.grid-height {
    background-color: #fff;
}

.grid-height .post-masonry_desc-w {
    padding: 19px 40px;
}

.grid-height .post-masonry_top_part {
    padding: 19px 40px 0;
}

.post-masonry.__quote .post-masonry_icon {
    line-height: 28px;
    font-family: futura-headline, sans-serif;
    font-size: 72px;
    font-weight: bold;
}

.post-masonry.__quote .post-masonry_icon i {
    font-style: normal !important;
}

.post-masonry.__link p,
.post-masonry.__status p {
    font-family: futura-headline, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    letter-spacing: -.025em;
}

.post-masonry.__quote p {
    font-family: futura-headline, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    font-style: normal;
    letter-spacing: -.025em;
}

.post-masonry.__link .post-masonry_h {
    color: #fff;
    text-align: left
}

.post-masonry.__link .post-masonry_h a:hover {
    color: #fff;
    opacity: .5
}

.post-masonry.__quote .post-masonry_h,
.post-masonry.__link .post-masonry_h,
.post-masonry.__status .post-masonry_h {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: .1em;
    font-style: normal;
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    color: #141414;
    font-weight: bold;
}
.post-masonry.__double .post-masonry_desc-w,
.post-masonry.__link .post-masonry_desc-w,
.post-masonry.__quote .post-masonry_desc-w,
.post-masonry.__status .post-masonry_desc-w {
    width: 100%;
    padding: 100px 25px 0 5px;
}

.post-masonry.__link .post-masonry_category,
.post-masonry.__quote .post-masonry_category,
.post-masonry.__status .post-masonry_category {
    margin-bottom: 60px;
    text-align: left;
    color: #fff
}

.post-masonry.__link .post-masonry_category a,
.post-masonry.__quote .post-masonry_category a,
.post-masonry.__status .post-masonry_category a {
    color: #fff
}

.post-masonry.__link .post-masonry_desc,
.post-masonry.__quote .post-masonry_desc,
.post-masonry.__status .post-masonry_desc {
    color: #fff;
    margin-top: 0
}

.post-masonry.__link .post-masonry_desc-w,
.post-masonry.__quote .post-masonry_desc-w,
.post-masonry.__status .post-masonry_desc-w {
    margin-top: 0;
    padding: 0; 
    position: absolute;
    bottom: 110px;
    padding: 0 30px;
    left: 0;
}

.grid-height.post-masonry.__link .post-masonry_desc-w,
.grid-height.post-masonry.__quote .post-masonry_desc-w,
.grid-height.post-masonry.__status .post-masonry_desc-w {
    padding: 0 40px;
}

@media (min-width:768px) {
    .__sticky.post-masonry.__link .post-masonry_desc-w,
    .__sticky.post-masonry.__quote .post-masonry_desc-w,
    .__sticky.post-masonry.__status .post-masonry_desc-w {
        padding: 50px
    }
     .post-masonry.__image.__sticky .post-masonry_desc-w {
        position: relative;
        left: -5px;
        width: auto
    }
    .post-masonry.__link.__sticky .post-masonry_desc-w,
    .post-masonry.__quote.__sticky .post-masonry_desc-w,
    .post-masonry.__status.__sticky .post-masonry_desc-w {
        margin-left: 0;
        margin-right: 0;
        padding: 0 50px 140px;
        height: auto
    }
    .post-masonry.__link.__sticky .post-masonry_category,
    .post-masonry.__quote.__sticky .post-masonry_category,
    .post-masonry.__status.__sticky .post-masonry_category {
        padding: 50px
    }
    .post-masonry.__link.__sticky .post-masonry_meta,
    .post-masonry.__quote.__sticky .post-masonry_meta,
    .post-masonry.__status.__sticky .post-masonry_meta {
        left: 50px;
        right: 50px;
        padding-bottom: 50px
    }
}

.post-masonry.__quote .post-masonry_desc,
.post-masonry.__link .post-masonry_desc,
.post-masonry.__status .post-masonry_desc {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 1.571428571428571em;
    line-height: 1.454545454545455
}

.post-masonry.__link .post-masonry_icon,
.post-masonry.__link .post-masonry_desc-w,
.post-masonry.__link .post-masonry_top_part,
.post-masonry.__quote .post-masonry_icon,
.post-masonry.__quote .post-masonry_desc-w,
.post-masonry.__quote .post-masonry_top_part {
    z-index: 3;
}

.post-masonry.__quote .post-masonry_desc:before,
.post-masonry.__link .post-masonry_desc:before,
.post-masonry.__status .post-masonry_desc:before {
    display: none
}

.post-masonry.__quote .post-masonry_desc p,
.post-masonry.__link .post-masonry_desc p,
.post-masonry.__status .post-masonry_desc p {
    margin: 0;
    color: #fff;
}

.post-boxed.__quote .post-boxed_desc a,
.post-boxed.__link .post-boxed_desc a,
.post-boxed.__status .post-boxed_desc a,
.post-masonry.__quote .post-masonry_desc a,
.post-masonry.__link .post-masonry_desc a,
.post-masonry.__status .post-masonry_desc a {
    color: #141414;
}

.post-boxed.__quote .post-boxed_desc .post_cat_h a:hover,
.post-boxed.__link .post-boxed_desc .post_cat_h a:hover,
.post-boxed.__status .post-boxed_desc .post_cat_h a:hover,
.post-boxed.__quote .post-boxed_desc a:hover,
.post-boxed.__link .post-boxed_desc a:hover,
.post-boxed.__status .post-boxed_desc a:hover,
.post-masonry.__quote .post-masonry_desc a:hover,
.post-masonry.__link .post-masonry_desc a:hover,
.post-masonry.__status .post-masonry_desc a:hover {
    color: #e61638;
}

.post-boxed.__quote .post-boxed_desc .post_cat_h a,
.post-boxed.__link .post-boxed_desc .post_cat_h a,
.post-boxed.__status .post-boxed_desc .post_cat_h a {
    color: #fff;
}

.post-masonry.__link .post-masonry_meta,
.post-masonry.__quote .post-masonry_meta,
.post-masonry.__status .post-masonry_meta {
    border-top-color: rgba(255, 255, 255, .1)
}

.post-masonry.__link .post-masonry_date,
.post-masonry.__quote .post-masonry_date,
.post-masonry.__status .post-masonry_date {
    display: inline-block;
    text-align: left;
    color: #fff
}

.post-masonry.__link .post-masonry_comments,
.post-masonry.__quote .post-masonry_comments,
.post-masonry.__status .post-masonry_comments {
    float: right;
    color: #fff
}

.__layout_masonry.__status .post-masonry_cat,
.__layout_masonry.__quote .post-masonry_cat {
    margin-bottom: 200px;
}
.__layout_masonry.__status .post-masonry_desc-w,
.__layout_masonry.__quote .post-masonry_desc-w {
    position: static;
    bottom: 0;
    padding: 0;
    margin-bottom: 40px;
}
.__layout_masonry.__status .post-masonry_top_part,
.__layout_masonry.__quote .post-masonry_top_part {
    position: static;
    padding: 0;
    bottom: 0;
    margin-bottom: 30px;
}

/* !POST METRO */
.post-metro {
    height: 560px;
    position: relative;
    text-align: left;
    margin: 0 -20px;
    overflow: hidden
}
.__little.post-metro {
    height: 283px;
}
.metro_helper {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 15px 12px 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+27 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40px, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40px, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40px, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.__little .metro_helper {
    padding: 12px 15px 12px 15px;
}


.post-metro_img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .4s -webkit-transform;
    transition: .4s -webkit-transform;
    transition: .4s transform;
    transition: .4s transform, .4s -webkit-transform
}

.post-metro_img-lk {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}
.metro_bg_overlay_helper {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+27 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%,rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%,rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%,rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.__little .metro_bg_overlay_helper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+27 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%, rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%, rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.post-metro:hover .post-metro_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 5s ease-out;
    -o-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

.post-metro_icon {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 30px;
    color: #fff;
    opacity: .5;
}

.post-metro_desc {
    color: #fff;
    margin-top: 15px
}

.post-metro_desc-w {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    -webkit-transition: .4s all;
    transition: .4s all
}
.metro_cat.post_cat_h {
    margin-bottom: 8px;
}
.__little .metro_cat.post_cat_h {
    margin-bottom: 12px;
}

.post-metro_desc p {
    margin: 0
}

.post-metro_date {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 2.5em;
    line-height: 1;
    opacity: .6
}

.post-metro_lk {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none
}

.post-metro.__link {
    background-color: #797b7d
}

.post-metro.__quote,
.post-metro.__link,
.post-metro.__status 
{
    padding: 15px;
    background-color: #e61638
}
.post-metro.__quote .metro_cat.post_cat_h,
.post-metro.__link .metro_cat.post_cat_h,
.post-metro.__status .metro_cat.post_cat_h 
{
    margin-top: 48px;
    margin-bottom: 19px;
}
.post-metro.__quote .metro_cat.post_cat_h a,
.post-metro.__link .metro_cat.post_cat_h a,
.post-metro.__status .metro_cat.post_cat_h a 
{
    color: #fff;
    font-size: 14px;
}
.post-metro.__quote .post-metro_desc p,
.post-metro.__link .post-metro_desc p,
.post-metro.__status .post-metro_desc p 
{
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-style: italic;
}
.post-metro.__quote .post-metro_h,
.post-metro.__link .post-metro_h,
.post-metro.__status .post-metro_h 
{
    color: #fff;
    font-size: 10px;
    opacity: 0.5;
    font-weight: bold;
}

.post-metro.__status {
    background-color: #55acee
}

.post-metro.__link .post-metro_img,
.post-metro.__quote .post-metro_img,
.post-metro.__status .post-metro_img {
    opacity: 0
}

.post-metro.__link .post-metro_img-lk:after,
.post-metro.__quote .post-metro_img-lk:after,
.post-metro.__status .post-metro_img-lk:after {
    display: none
}

.post-metro.__link .post-metro_category,
.post-metro.__quote .post-metro_category,
.post-metro.__status .post-metro_category {
    color: #fff
}

.post-metro.__link .post-metro_desc {
    margin-bottom: 1em;
    opacity: .7
}


.post-metro_h {
    font-size: 22px;
    line-height: 30px
}
.__little .post-metro_h {
    font-size: 14px;
    line-height: 20px
}

.post-metro.__quote .post-metro_h,
.post-metro.__link .post-metro_h,
.post-metro.__status .post-metro_h {
    display: block;
    margin: 30px 0 0;
    font-style: normal;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
}

.post-metro.__quote .post-metro_desc,
.post-metro.__link .post-metro_desc,
.post-metro.__status .post-metro_desc {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.428571428571429
}

.post-metro.__quote .post-metro_desc:before,
.post-metro.__link .post-metro_desc:before,
.post-metro.__status .post-metro_desc:before {
    display: none
}

.post-metro.__quote .post-metro_desc p:first-child,
.post-metro.__link .post-metro_desc p:first-child,
.post-metro.__status .post-metro_desc p:first-child {
    margin-top: 0
}

.post-metro.__quote .post-metro_desc p:last-child,
.post-metro.__link .post-metro_desc p:last-child,
.post-metro.__status .post-metro_desc p:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .post-metro.__double .post-metro_category {
        top: 50px;
        left: 50px
    }
    .post-metro.__double .post-metro_icon {
        top: 40px;
        right: 50px
    }
    .post-metro.__double.__quote .post-metro_icon {
        top: 44px
    }
    .post-metro.__double.__quote .post-metro_desc,
    .post-metro.__double.__status .post-metro_desc {
        font-size: 1.142857142857143em;
        line-height: 1.375
    }
}

/* !SINGLE POST STYLES */
@media (min-width:992px) {
    .post-single-w.__without-sidebar {
        padding-left: 0;
        padding-right: 0
    }
}
@media (min-width:992px) {
    .share_helper {
        
    }
}
.comment-form {
    margin-bottom: 55px;
}
.top-single-img-container {
    margin: 0 0 55px;
}
.post-single-img {
    display: block;
    width: 100%
}

.post-single-header {
    margin-bottom: 40px;
}

.post-single-cats {
    margin-top: 50px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .714285714285714em;
    text-align: center
}

.post-single-h {
    line-height: 48px;
    margin: 0 0 35px!important;
    text-align: left
}

.post-single-date {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    color: #9B9B9B;
    font-weight: bold;
}
.post-standard_date {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    color: #9B9B9B;
    font-weight: bold;
}

.post-single-cnt {
    padding-bottom: 85px;
    margin: 18px 0 0;
    font-size: 14px!important;
}

.post-single-cnt p {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0;
}

.post-single-cnt a {
    border-bottom: 1px solid;
    transition: .3s all;
}

.post-single-cnt a:hover {
    border: none;
}

.post-single-cnt blockquote {
    padding-top: 30px;
    font-style: normal;
    padding: 0;
    width: 83.3333333%;
    margin: 60px auto;
    display: block;
}
.post-single-cnt blockquote p {
    font-family: futura-headline, sans-serif;
    font-size: 24px;
    color: #141414;
    line-height: 36px;
    letter-spacing: -0.025em;
    font-weight: bold;
}
.post-single-cnt blockquote p cite {
    font-family: futura-headline, sans-serif;
    font-size: 12px;
    color: #909aae;
    line-height: 28px;
    letter-spacing: 0.1em;
    margin-top: 13px;
    font-weight: bold;
}
.post-single-cnt:first-child {
    margin-top: 0
}

.post-single-cnt p:first-child {
    margin-top: 0
}

.post-single-cnt p:last-child {
    margin-bottom: 0
}

.post-single-tags {
    margin: -6px -3px 30px;
    text-align: center;
}
.post-single-tags_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 10px;
    display: inline-block;
    margin: .5em 13px .5em 0;
    padding: .583333333333333em 0;
    line-height: 1;
    color: #9B9B9B;
    font-weight: bold;
}

.post-single-tags a {
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 10px!important;
    font-weight: bold;
    display: inline-block;
    margin: .5em .25em;
    padding: .7em 1em;
    line-height: 1;
    background-color: #fff;
    color: #9B9B9B;
    border: 1px solid;
    border-color: #9B9B9B;
    -webkit-transition: .4s color, .4s background-color;
    transition: .4s color, .4s background-color
}

.post-single-tags a:hover {
    background-color: #e61638;
    color: #fff;
    border-color: #e61638;
}
.fbq-sm-button {
    border: 1px solid;
    display: inline-block;
    border-radius: 3em;
    padding: 8px 15px;
    font-size: 12px;
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: .4s background-color;
    transition: .4s background-color;
    color: #9B9B9B;
    border-color: #9B9B9B;
    line-height: 14px;
    font-weight: bold;
}

.fbq-sm-button:hover {
    -webkit-transition: .4s color, .4s background-color;
    transition: .4s color, .4s background-color;
    background-color: #e61638;
    color: #fff!important;
    border-color: #e61638;
}
.fbq-sm-button:hover a {
    -webkit-transition: .4s color, .4s background-color;
    transition: .4s color, .4s background-color;
    color: #fff!important;
}

.post-single-share {
    margin: 0 0 30px
}

@media (min-width:768px) {
    .post-single-share {
        text-align: right
    }
}

.post-single-share .share {
    margin: .714285714285714em 0
}

.post-single-author {
    margin-bottom: 60px;
    padding: 30px;
    background-color: #f7f7f7
}

.post-single-author_img {
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden
}

.post-single-author_img img {
    display: block;
    margin: 0 auto
}

.post-single-author_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.142857142857143em;
    margin-bottom: 1em
}

.post-audio iframe {
    display: block;
    width: 100%
}

.post-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.post-video iframe,
.post-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.post-pagination {
    margin-bottom: 30px;
    font-weight: 700;
    cursor: default;
    font-size: 1.285714285714286em
}

.post-pagination span {
    display: inline-block;
    margin-right: 1.7em
}

.post-pagination a {
    display: inline-block;
    margin-right: 1.7em;
    color: #4a4a4a
}

.post-pagination a:hover {
    color: #141414
}

.post-pagination a span {
    margin-right: 0
}

.posts-nav {
    margin: 90px 0;
    text-align: center;
}

.pagination-block {
    display: inline-block;
}

.nav_pages_links span,
.nav_pages_links a {
    font-family: futura-headline;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 0 11px;
    letter-spacing: -0.025em;
}

.nav_pages_links span.current {
    color: #141414;
}

.nav_pages_links a {
    color: #909aae;
}

.nav_pages_links a:hover {
    color: #e61638;
}

.posts-nav:after,
.posts-nav:before {
    content: " ";
    display: table
}

.posts-nav:after {
    clear: both
}

.posts-nav-lst {
    padding: 0;
    margin: 0;
    list-style: none
}

.posts-nav-next,
.posts-nav-prev {
    position: relative;
    max-width: 50%
}

.posts-nav-next_ic,
.posts-nav-prev_ic {
    position: absolute;
    top: -1px;
    font-size: .714285714285714em;
    line-height: 1;
    color: #e61638;
    -webkit-transition: .4s color;
    transition: .4s color
}

.posts-nav-next:hover .posts-nav-next_ic,
.posts-nav-prev:hover .posts-nav-prev_ic {
    color: #e61638
}

.posts-nav-next a,
.posts-nav-prev a {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    display: block;
}
.posts-nav-prev a {
    margin-top: -10px;
}

.posts-nav-prev {
    float: left
}

.posts-nav-prev_ic {
    left: 0
}

.posts-nav-prev a {
    padding-left: 20px
}

.posts-nav-next {
    float: right;
    text-align: right
}

.posts-nav-next_ic {
    right: 0
}

.posts-nav-next a {
    padding-right: 20px
}

.post-nav {
    margin: 12px 0px 60px
}

.post-nav:after,
.post-nav:before {
    content: " ";
    display: table
}

.post-nav:after {
    clear: both
}

@media (min-width:768px) {
    .post-nav.__fixed {
        margin: 0;
        border: 0;
        padding: 0
    }
}

.post-nav-lst {
    padding: 0;
    margin: 0;
    list-style: none
}

.post-nav-next,
.post-nav-prev {
    position: relative;
    max-width: 50%
}

.post-nav-prev i {
    float: left;
    font-size: 23px;
    margin-top: 10px;
    color: #e61638;
}

.post-nav-next i {
    float: right;
    font-size: 23px;
    margin-top: 10px;
    color: #e61638;
}

.social-footer,
.coop-footer {
    text-align: center;
}

.social-footer a i {
    transition: .4s color;
}

.social-footer a:hover i{
    color: #e61638;
}

.instagram-feed,
.social-footer {
    margin: 0 0 40px;
}

.social-footer .fa {
    font-size: 24px;
}

.coop-footer {
    font-family: futura-headline, sans-serif;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.footer__prev-post {
    margin-left: 80px;
}

.footer__next-post {
    margin-right: 80px;
}

.post-nav-next a,
.post-nav-prev a {
    position: relative;
    display: block;
    z-index: 1;
    color: inherit;
    padding-top: 35px;
}

@media (min-width:768px) {
    .post-nav-next a,
    .post-nav-prev a {
        padding-top: 35px
    }
}

.post-nav-next_ic,
.post-nav-prev_ic {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    line-height: 1;
    font-size: 1.142857142857143em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e61638
}

.post-nav-next_desc, .post-nav-prev_desc {
    margin-bottom: 1px;
    display: block;
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    font-size: 10.97px;
    line-height: 25.6px;
    white-space: nowrap;
    letter-spacing: 0.1em;
    color: #909aae;
    -webkit-transition: .4s color;
    transition: .4s color;
    font-weight: bold;
}

.pagination-block .post-nav-next_desc,
.pagination-block .post-nav-prev_desc {
    line-height: 28px;
    height: 28px;
    display: block;
    font-size: 24px;
    margin: 0px 11px;
    color: #909aae;
    -webkit-transition: .4s color;
    transition: .4s color;
}

.bottom_next_link.active .post-nav-next_desc:hover,
.bottom_prev_link.active .post-nav-prev_desc:hover {
    color: #e61638
}

.post-nav-next_h,
.post-nav-prev_h {
    font-family: futura-headline, sans-serif;
    display: block;
    font-size: 20px;
    color: #141414;
    letter-spacing: -0.025em;
    -webkit-transition: .4s color;
    transition: .4s color;
    font-weight: bold;
}

.post-nav-next:hover .post-nav-next_h,
.post-nav-prev:hover .post-nav-prev_h {
    color: #e61638
}

@media (min-width:768px) {
    .post-nav-next.__fixed,
    .post-nav-prev.__fixed {
        position: fixed;
        z-index: 20;
        top: 50%;
        margin-top: -37px;
        color: #fff
    }
    .post-nav-next.__fixed a,
    .post-nav-prev.__fixed a {
        width: 30px;
        padding: 0;
        height: 74px;
        background-color: rgba(0, 0, 0, .2);
        -webkit-transition: .4s all;
        transition: .4s all
    }
    .post-nav-next.__fixed a:hover,
    .post-nav-prev.__fixed a:hover {
        width: 50px;
        background-color: rgba(245,245,245,1);
    }
    .post-nav-next.__fixed .post-nav-next_desc,
    .post-nav-prev.__fixed .post-nav-prev_desc {
        display: none
    }
    .post-nav-next.__fixed .post-nav-next_h,
    .post-nav-prev.__fixed .post-nav-prev_h {
        position: absolute;
        top: 0;
        padding: 30px 15px;
        font-size: .857142857142857em;
        line-height: 14px;
        max-width: 500px;
        white-space: nowrap;
        overflow: hidden;
        color: #000;
        background-color: rgba(245,245,245,0.7);
        -webkit-transition: .4s all;
        transition: .4s all
    }
    .post-nav-next.__fixed .post-nav-next_ic,
    .post-nav-prev.__fixed .post-nav-prev_ic {
        font-size: 1em;
        width: 30px;
        text-align: center;
        color: inherit;
        opacity: 1;
        -webkit-transition: .4s width;
        transition: .4s width
    }
    .post-nav-next.__fixed a:hover .post-nav-next_ic,
    .post-nav-prev.__fixed a:hover .post-nav-prev_ic {
        width: 50px
    }
}

.post-nav-prev {
    float: left
}

.post-nav-prev_ic {
    left: 0
}

.post-nav-prev_desc {
    left: 0
}




@media (min-width:768px) {
    .post-nav-prev.__fixed {
        left: 0
    }
    .post-nav-prev.__fixed .post-nav-prev_h {
        left: -600px;
        padding: 30px 30px 30px 20px
    }
    .post-nav-prev.__fixed a:hover .post-nav-prev_h {
        left: 50px
    }
}

.post-nav-next {
    float: right;
    text-align: right
}

.post-nav-next_ic {
    right: 0
}

.post-nav-next_desc {
    right: 0
}

@media (min-width:768px) {
    .post-nav-next.__fixed {
        right: 0
    }
    .post-nav-next.__fixed .post-nav-next_h {
        right: -600px;
        padding: 30px 20px 30px 30px
    }
    .post-nav-next.__fixed a:hover .post-nav-next_h {
        right: 50px
    }
}

@media (max-width:768px) {
    .post-nav-prev i {
        margin-left: 15px;
    }

    .post-nav-next i {
        margin-right: 15px;
    }

    .footer__prev-post {
        margin-left: 50px;
    }

    .footer__next-post {
        margin-right: 50px;
    }

    .post-nav-prev_h {
        display: none;
    }

    .post-nav-next_h {
        display: none;
    }

    .post-nav-prev_desc {
        line-height: 15px;
        white-space: inherit;
        width: 115px;
        margin-top: 8px;
    }

    .post-nav-next_desc {
        line-height: 15px;
        white-space: inherit;
        width: 90px;
        margin-top: 8px;
    }
}

.alsolikeblock {
    margin-top: 50px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 60px 0;
    border-color: #eee;
}

.also-like_h {
    margin-bottom: 37px;
    font-weight: bold;
    color: #141414;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.025em;
    font-family: futura-headline, sans-serif;
}
.also_block_helper {
    margin-left: 9px;
    margin-right: 9px;
}

/* !SINGLE POST COMMENTS BLOCK */
.no-comments {
    margin: 30px 0
}

.comment-meta {
    margin-top: 6px;
}

.comments-h {
    margin-bottom: 32px;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.025em
}
.logged-in-as {
    font-family: futura-headline, sans-serif;
    font-weight: bold;
}
.comments-w {
    margin: 81px 0 79px 0;
}

.comments-lst {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 60px
}

.comments-lst ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.children>li {
    padding-left: 60px;
}

.comment-body {
    border-bottom: 2px solid #EEEEEE;
}



@media (min-width:768px) {
    .comments-lst ul {
        
    }
}

@media (min-width:768px) {
    .comment.parent {
        margin-bottom: 15px
    }
}

.comment-body {
    padding: 23px 0 29px;
}
.comment-body:first-child {
    border-top: none;
}

.comment-avatar-w {
    margin-bottom: 30px;
    width: 70px
}

@media (min-width:768px) {
    .comment-avatar-w {
        float: left
    }
    .comment-content-w {
        margin-left: 100px
    }
}

.comment-avatar {
    border-radius: 50%;
    overflow: hidden
}

.comment-avatar img {
    display: block
}

.comment-author {
    font-family: futura-headline, sans-serif;
    text-transform: capitalize;
    color: #141414;
    font-size: 16px;
    letter-spacing: -0.025em;
    -webkit-font-smoothing: initial;
    margin-bottom: -1px;
    font-weight: bold;
}

.comment-author a {
    color: #4A4A4A
}

.comment-date {
    font-family: futura-headline, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -3px;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: #9B9B9B;
    font-weight: bold;
}

.comment-edit-link {
    font-size: .714285714285714em;
    margin-left: 10px;
}

.comment-content {
    font-size: 14px;
    margin-top: -3px;
    display: block;
}

.comment-content p {
    font-size: 14px;
    line-height: 26px;
    color: #141414;
    margin-bottom: 40px;
}

.comment-content:last-child p:last-child {
    margin-bottom: 0
}

.comment-reply {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .714285714285714em;
    margin-top: -15px;
}

.comment-respond {
    margin-top: 60px
}

.comment-respond p {
    margin: 0
}

.comment-reply-title {
    font-family: futura-headline, sans-serif;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.025em;
    margin-bottom: 5px;
    font-weight: bold;
}

.comment-form-field {
    padding-bottom: 23px;
    margin-top: 24px!important;
}

.comment-form-field input,
.comment-form-field textarea {
    width: 100%
}

.comment-navigation .screen-reader-text {
    display: none
}

.comment-navigation .nav-links:after,
.comment-navigation .nav-links:before {
    content: " ";
    display: table
}

.comment-navigation .nav-links:after {
    clear: both
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    position: relative;
    max-width: 50%;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: .857142857142857em
}

.comment-navigation .nav-previous {
    float: left
}

.comment-navigation .nav-previous a:before {
    content: '\f053';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 1em;
    font-size: .857142857142857em
}

.comment-navigation .nav-next {
    float: right
}

.comment-navigation .nav-next a:after {
    content: '\f054';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 1em;
    font-size: .857142857142857em
}

#comment-nav-above {
    margin-top: 45px
}

#cancel-comment-reply-link {
    margin-top: 10px;
}

.comment-reply-link,
#cancel-comment-reply-link {
    font-family: futura-headline, sans-serif;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: #909aae;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: .4s color, .4s background-color;
    transition: .4s color, .4s background-color;
    font-weight: bold;
}
.comment-reply-link {
    color: #e61638;
}

#cancel-comment-reply-link:hover,
.comment-reply-link:hover {
    color: #e61638;
}
@media (min-width:768px) {
    #cancel-comment-reply-link {
        float: right
    }
}

.go_to_top {
    position: fixed;
    right: 30px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.285714285714286em;
    color: #fff;
    background-color: rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: .4s all;
    transition: .4s all
}

.go_to_top.__visible {
    opacity: 1;
    visibility: visible
}

.go_to_top:hover {
    color: #fff;
    background-color: #e61638
}

.amount {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.product_summary .amount {
    font-size: 22px;
    font-weight: bold;
}

.amount le,
del .amount {
    color: #4a4a4a
}

ins .amount {
    color: #d91616
}

.price {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.price del {
    margin-right: .25em;
    color: #4a4a4a;
    text-decoration: line-through
}

.price ins {
    color: #d91616
}

.stock {
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: 12px;
    line-height: 21px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    color: #111;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    padding: 7px 60px 6px;
    margin: 45px 0 27px;
    letter-spacing: .06em;
}

.stock.in-stock {
    background-color: #74b027
}

.stock.out-of-stock {
    background-color: #dbdad8
}
/* !CUSTOM WOOCOMMERCE STYLES */
.wc-lead {
    margin-bottom: 60px;
    line-height: 1.75;
    font-size: 1.571428571428571em;
    color: #4a4a4a
}

.wc-lead strong {
    color: #141414
}

.wc-message-w {
    position: relative;
    margin-bottom: 2em;
    color: #4A4A4A;
    background-color: #F5F5F5;
}
.wc-message-w .wc-message_ic i {
    opacity: .7;
    color: #fff;
}
.wc-message-w.__error .wc-message_ic {
    background-color: #D0021B
}

.wc-message-w.__notice .wc-message_ic {
    background-color: #4A4A4A
}

.wc-message-w.__success .wc-message_ic {
    background-color: #6A9F24
}

.wc-message_ic {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 100%;
    padding-top: 28px;
    background-color: rgba(0, 0, 0, .1);
    text-align: center
}

.wc-message_ic i {
    font-size: 1.285714285714286em;
    line-height: 1
}

.wc-message_cnt {
    padding: 30px 30px 30px 105px;
    line-height: 1.142857142857143
}
.woocommerce-message {
    font-size: 14px;
}
.wc-message_cnt ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.wc-message_cnt a {
    height: auto;
    line-height: 1;
    margin-right: 1em;
    vertical-align: baseline;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent
}


.wc-message_cnt a.wc-forward:before {
    content: '\f07a';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 1em;
    line-height: 1
}

.fbq-button-invert {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    border: 1px solid;
    border-color: #265cdc;
    -webkit-appearance: none;
    border-radius: 4px;
    box-shadow: none;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    padding: 13px 26px;
    background-color: #fff;
    color: #265cdc;
    font-weight: bold;
    vertical-align: baseline;
}
.fbq-button-invert:hover {
    color: #fff!important;
    background-color: #265cdc;
}
.js--lwa-hide-remember.fbq-button-invert {
    width: 100%;
    margin-top: 15px;
}
.wc-message_cnt a {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid;
    border-color: #265cdc;
    -webkit-appearance: none;
    border-radius: 4px;
    box-shadow: none;
    vertical-align: middle;
    font-size: 12px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    padding: 13px 26px;
    background-color: #fff;
    color: #265cdc;
    vertical-align: baseline;
    float: right;
    font-weight: bold;
    margin: -12px 0 0 1em
}
.wc-message_cnt a:hover {
    color: #fff!important;
    background-color: #265cdc;
}


.wc-message_cnt a .fa,
.wc-message_cnt a [class*=" icon-"],
.wc-message_cnt a [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}
.wc-message_cnt a .fa:first-child,
.wc-message_cnt a [class*=" icon-"]:first-child,
.wc-message_cnt a [class^=icon-]:first-child {
    margin-right: .5em
}
.wc-message_cnt a .fa:last-child,
.wc-message_cnt a [class*=" icon-"]:last-child,
.wc-message_cnt a [class^=icon-]:last-child {
    margin-left: .5em
}
.wc-message_cnt a .fa:first-child:last-child,
.wc-message_cnt a [class*=" icon-"]:first-child:last-child,
.wc-message_cnt a [class^=icon-]:first-child:last-child {
    margin: 0
}
.wc-message_cnt a [class*=" icon-"],
.wc-message_cnt a [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}
.wc-message_cnt a:hover {
    background-color: #fff;
    border-color: #fff
}
.__error .wc-message_cnt a:hover {
    color: #d91616
}
.__notice .wc-message_cnt a:hover {
    color: #2767b0
}
.__success .wc-message_cnt a:hover {
    color: #74b027
}

p.woocommerce-error {
    position: relative;
    margin: 0 0 2em;
    padding: 30px 30px 30px 105px;
    color: #fff;
    background-color: #d91616
}

p.woocommerce-error:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 100%;
    background-color: rgba(0, 0, 0, .1)
}

p.woocommerce-error:after {
    content: '\f071';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 30px;
    left: 0;
    width: 75px;
    text-align: center;
    font-size: 1.285714285714286em;
    line-height: 1.3
}

.star-rating {
    font-size: .857142857142857em;
    display: inline-block;
    margin-right: .5em;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.star-rating:before {
    content: '\f006\f006\f006\f006\f006';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e6bd1b
}

.star-rating>span {
    display: block;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 2em
}

.star-rating>span:before {
    content: '\f005\f005\f005\f005\f005';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    left: 0;
    position: absolute;
    color: #e6bd1b
}

.add_to_cart_inline {
    position: relative;
    overflow: hidden;
    border: 0!important;
    padding: 0!important
}

.add_to_cart_inline:after,
.add_to_cart_inline:before {
    content: " ";
    display: table
}

.add_to_cart_inline:after {
    clear: both
}

.add_to_cart_inline .added_to_cart {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 0;
    padding: 1.4em 3.5em;
    background-color: #e61638;
    color: #fff;
    width: auto;
    height: 48px;
    line-height: 48px;
    padding: 0 2em;
    font-size: .857142857142857em;
    text-align: center;
    -webkit-transition: .4s background-color;
    transition: .4s background-color;
    background-color: #74b027
}

.add_to_cart_inline .added_to_cart:hover {
    background-color: #e61638;
    color: #fff
}

.add_to_cart_inline .added_to_cart .fa,
.add_to_cart_inline .added_to_cart [class*=" icon-"],
.add_to_cart_inline .added_to_cart [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.add_to_cart_inline .added_to_cart .fa:first-child,
.add_to_cart_inline .added_to_cart [class*=" icon-"]:first-child,
.add_to_cart_inline .added_to_cart [class^=icon-]:first-child {
    margin-right: .5em
}

.add_to_cart_inline .added_to_cart .fa:last-child,
.add_to_cart_inline .added_to_cart [class*=" icon-"]:last-child,
.add_to_cart_inline .added_to_cart [class^=icon-]:last-child {
    margin-left: .5em
}

.add_to_cart_inline .added_to_cart .fa:first-child:last-child,
.add_to_cart_inline .added_to_cart [class*=" icon-"]:first-child:last-child,
.add_to_cart_inline .added_to_cart [class^=icon-]:first-child:last-child {
    margin: 0
}

.add_to_cart_inline .added_to_cart [class*=" icon-"],
.add_to_cart_inline .added_to_cart [class^=icon-] {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.single_add_to_cart_button [class*=" icon-"],
.single_add_to_cart_button [class^=icon-] {
    font-family: 'simple-line-icons';
    transform: translateY(1px)
}

.add_to_cart_inline .added_to_cart:hover {
    background-color: #58861e
}

.add_to_cart_inline .amount,
.add_to_cart_inline del,
.add_to_cart_inline ins {
    display: none
}

.cat-img {
    margin-bottom: 1em
}

.cat-lst-count {
    color: #9b9b9b;
    margin-bottom: 50px;
    font-size: 14px;
}

.cat-lst-sort {
    margin-bottom: 2em;
    line-height: 1
}

@media (min-width:768px) {
    .cat-lst-sort {
        margin-top: -13px;
        text-align: right
    }
}

.cat-lst-sort>.select-w {
    width: 13em
}

.cat-lst-el {
    position: relative;
    margin: 0 -14px 1px -15px;
    padding: 80px 45px 50px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: box-shadow .4s;
    transition: box-shadow .4s
}

.cat-lst-el:hover {
    z-index: 1;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.11)
}

.cat-lst-el_lbl-w {
    position: absolute;
    top: 34px;
    left: 50%;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cat-lst-el_lbl {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2px;
    float: left;
    clear: both;
    margin: 10px 0;
    padding: 6px 17px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #C60E14;
    cursor: default;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.cat-lst-el_cat-lk {
    display: block;
    overflow: hidden
}

.cat-lst-el_cat-lk img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .4s -webkit-transform;
    transition: .4s -webkit-transform;
    transition: .4s transform;
    transition: .4s transform, .4s -webkit-transform
}

.cat-lst-el_cat-lk:hover img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.cat-lst-el_cat-lk:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
    -webkit-transition: .4s opacity;
    transition: .4s opacity;
    z-index: 1
}

.cat-lst-el_cat-lk:hover:before {
    opacity: .5
}

.cat-lst-el_cat-h {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    right: .25em;
    bottom: 2em;
    left: .25em;
    color: #fff;
    z-index: 1
}

.cat-lst-el_img-w {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cat-lst-el_img-w img {
    display: block;
    width: 100%
}

.cat-lst-el_back-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: .4s opacity;
    transition: .4s opacity
}

.cat-lst-el:hover .cat-lst-el_back-img {
    opacity: 1
}

.cat-lst-el_btn-w {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    transform:translateY(120px);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cat-lst-el_btn-w .added_to_cart {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: 12px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2.5em;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 0;
    background-color: #e61638;
    color: #fff;
    font-weight: bold;
    border: 1px solid;
    border-color: #e61638;
    border-radius: 4px;
    padding: 12px 30px;
}

.cat-lst-el_btn-w .added_to_cart:hover {
    background-color: #fff;
    color: #265cdc
}
.view-cart-btn {
    margin-bottom: 15px;
}
.cat-lst-el_btn-w .added_to_cart .fa,
.cat-lst-el_btn-w .added_to_cart [class*=" icon-"],
.cat-lst-el_btn-w .added_to_cart [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.cat-lst-el_btn-w .added_to_cart .fa:first-child,
.cat-lst-el_btn-w .added_to_cart [class*=" icon-"]:first-child,
.cat-lst-el_btn-w .added_to_cart [class^=icon-]:first-child {
    margin-right: .5em
}

.cat-lst-el_btn-w .added_to_cart .fa:last-child,
.cat-lst-el_btn-w .added_to_cart [class*=" icon-"]:last-child,
.cat-lst-el_btn-w .added_to_cart [class^=icon-]:last-child {
    margin-left: .5em
}

.cat-lst-el_btn-w .added_to_cart .fa:first-child:last-child,
.cat-lst-el_btn-w .added_to_cart [class*=" icon-"]:first-child:last-child,
.cat-lst-el_btn-w .added_to_cart [class^=icon-]:first-child:last-child {
    margin: 0
}

.cat-lst-el_btn-w .added_to_cart [class*=" icon-"],
.cat-lst-el_btn-w .added_to_cart [class^=icon-] {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.cat-lst-el_btn-w .added_to_cart:before {
    content: '\e04e';
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: .5em;
    line-height: 1;
    font-size: 1.142857142857143em;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.cat-lst-el:hover .cat-lst-el_btn-w {
    opacity: 1;
    transform:translateY(0);
}

.cat-lst-el-btn .fa,
.cat-lst-el-btn [class*=" icon-"],
.cat-lst-el-btn [class^=icon-] {
    font-size: 14px;
    font-family: 'simple-line-icons';
}

.cat-lst-el-btn .fa:first-child,
.cat-lst-el-btn [class*=" icon-"]:first-child,
.cat-lst-el-btn [class^=icon-]:first-child {
    margin-right: 10px
}

.cat-lst-el-btn .fa:last-child,
.cat-lst-el-btn [class*=" icon-"]:last-child,
.cat-lst-el-btn [class^=icon-]:last-child {
    margin-left: 10px
}

.cat-lst-el-btn .fa:first-child:last-child,
.cat-lst-el-btn [class*=" icon-"]:first-child:last-child,
.cat-lst-el-btn [class^=icon-]:first-child:last-child {
    margin: 0
}

.cat-lst-el-btn [class*=" icon-"],
.cat-lst-el-btn [class^=icon-] {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}
.cat-lst-el-btn_icon {
    font-family: 'simple-line-icons';
}
.cat-lst-el-btn.__variable .cat-lst-el-btn_icon,
.cat-lst-el-btn.loading .cat-lst-el-btn_icon {
    display: none
}


.cat-lst-el-btn.added {
    display: none
}

.cat-lst-el-btn_loader {
    display: none!important;
    margin-right: .5em
}

.loading .cat-lst-el-btn_loader {
    display: inline-block!important
}
.cat-lst-el-btn.fbq-button {
    padding: 13px 30px;
}
.cat-lst-el-btn.__quick_view {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 42px;
    height: 42px;
    max-width: 100%;
    -webkit-appearance: none;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 0;
    padding: 12px 10px;
    background-color: #fff;
    color: #265cdc;
    border: 1px solid;
    border-color: #265cdc;
    margin-right: 10px;
}


.cat-lst-el-btn.__quick_view:hover {
    background-color: #265cdc;
    border-color: #265cdc;
    color: #fff
}

.cat-lst-el-btn.__quick_view .fa,
.cat-lst-el-btn.__quick_view [class*=" icon-"],
.cat-lst-el-btn.__quick_view [class^=icon-] {
    line-height: .9
}

.cat-lst-el-btn.__quick_view .fa:first-child,
.cat-lst-el-btn.__quick_view [class*=" icon-"]:first-child,
.cat-lst-el-btn.__quick_view [class^=icon-]:first-child {
    margin-right: .5em
}

.cat-lst-el-btn.__quick_view .fa:last-child,
.cat-lst-el-btn.__quick_view [class*=" icon-"]:last-child,
.cat-lst-el-btn.__quick_view [class^=icon-]:last-child {
    margin-left: .5em
}

.cat-lst-el-btn.__quick_view .fa:first-child:last-child,
.cat-lst-el-btn.__quick_view [class*=" icon-"]:first-child:last-child,
.cat-lst-el-btn.__quick_view [class^=icon-]:first-child:last-child {
    margin: 0
}

.cat-lst-el-btn.__quick_view [class*=" icon-"],
.cat-lst-el-btn.__quick_view [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.cat-lst-el:hover .cat-lst-el_bottom {
    transform: translateY(-74px);
}
.cat-lst-el:hover .cat-lst-el_img-w {
    transform: translateY(-48px);
}
.cat-lst-el:hover .cat-lst-el_lbl-w {
    top: 21px
}
.cat-lst-el_bottom {
    margin: 25px 0 -1.2em;
    color: #000000;
    min-height: 5.385714285714286em;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cat-lst-el_h {
    display: block;
    color: inherit;
    line-height: 26px;
    font-size: 18px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.cat-lst-el_price {
    margin-top: 13px;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    color: #e61638
}

.cat-lst-pagination {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    margin-top: 60px
}

.cat-lst-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: default
}

.cat-lst-pagination li {
    display: inline-block;
    margin-right: 1.7em;
    vertical-align: middle
}

.cat-lst-pagination .current {
    font-size: 1.285714285714286em;
    font-weight: 700
}

.cat-lst-pagination a {
    font-size: 1.285714285714286em;
    color: #4a4a4a
}

.cat-lst-pagination a:hover {
    color: #e61638
}

.popup-quick-view {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(20, 20, 20, .8);
    z-index: 30;
    overflow: auto
}

.popup-quick-view_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popup-quick-view_cnt {
    position: relative;
    display: inline-block;
    width: 1140px;
    max-width: 100%;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    background-color: #fff;
    overflow: hidden
}

.popup-quick-view_close-btn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 1.285714285714286em;
    line-height: 1;
    color: #4a4a4a;
    z-index: 10
}

.popup-quick-view_close-btn:hover {
    color: #141414
}

.popup-quick-view_close-bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product {
    position: relative
}

.product-container-w {
    background-color: #fff;
    padding: 15px 0 70px;   
}
.product_summary .label a {
    color: #151515;
    font-size: 18px;
    font-family: Open Sans;
    text-transform: capitalize;
}
.product_summary td .amount {
    font-size: 18px;
    color: #265cdc;
}
.product_summary td .stock {
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: 10px;
    line-height: 10px;
    font-family: Amiri, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    color: #111;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    padding: 7px 20px 6px;
    margin: 0;
    letter-spacing: .06em;
    background-color: #dbdad8;
}
.product_add-to-cart-w table {
    width: 100%;
    margin-bottom: 20px;
}
.product_summary .label a:hover {
    color: #e61638;
}
.product .breadcrumb {
    margin-bottom: 30px;
    color: #4a4a4a;
    text-align: left
}

.products-related_h,
.products-upsells_h {
    margin-bottom: 2em;
    font-size: 1.571428571428571em;
    text-align: center
}

@media (min-width:768px) {
    .products-related_h,
    .products-upsells_h {
        font-size: 1.857142857142857em
    }
}

@media (max-width:991px) {
    .product.first-sm {
        clear: both
    }
}

@media (min-width:992px) and (max-width:1599px) {
    .product.first-md {
        clear: both
    }
}

@media (min-width:1600px) {
    .product.first-xxl {
        clear: both
    }
}

.product-img-lk {
    display: block
}

.product_lbl-w {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1
}

.product_lbl {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2px;
    float: left;
    clear: both;
    margin: 10px 0;
    padding: 6px 17px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #C60E14;
    cursor: default;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product_lbl {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.product_lbl-w {
    left: auto;
    right: 25px
}

.product_h {
    margin-top: 0;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}


.product_summary {
    padding-top: 45px
}

.product_summary .product_dsc {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    color: #4A4A4A;
    line-height: 24px;
}

.product_summary {
    padding-top: 45px
}

@media (min-width:992px) {
    .product_summary {
        padding: 30px 0 0 30px
    }
}

@media (min-width:1200px) {
    .product_summary {
        padding: 30px 0 0 60px
    }
}

.__quick-view .product_summary {
    padding: 30px 15px
}

@media (min-width:768px) {
    .__quick-view .product_summary {
        padding: 30px 30px 30px 0
    }
}

.product_rating {
    display: inline-block;
    margin-right: .5em;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.product_rating:before {
    content: '\f006\f006\f006\f006\f006';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e6bd1b
}

.product_rating>span {
    display: block;
    overflow: hidden;
    top: 3px;
    left: 0;
    position: absolute;
    padding-top: 2em
}

.product_rating>span:before {
    content: '\f005\f005\f005\f005\f005';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    left: 0;
    position: absolute;
    color: #e6bd1b
}

.product_review-lk {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .714285714285714em;
    display: inline-block;
    vertical-align: middle;
    color: #4a4a4a
}

.product_price {
    margin-top: 9px;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: bold;
    color: #e61638
}

.product_price del {
    font-size: .583333333333333em;
    margin-right: .25em;
    vertical-align: top
}

.product_price del span {
    vertical-align: top
}

.product .woocommerce-variation:after,
.product .woocommerce-variation:before {
    content: " ";
    display: table
}

.product .woocommerce-variation:after {
    clear: both
}

.product .woocommerce-variation-price {
    float: left;
    font-size: 2em;
    margin-bottom: 30px;
    color: #e61638
}

.product .woocommerce-variation-price .price {
    display: block;
    margin-right: 15px;
    line-height: 1
}

.product .woocommerce-variation-price del {
    font-size: .571428571428571em;
    vertical-align: top
}

.product .woocommerce-variation-price del span {
    vertical-align: top
}

.product .woocommerce-variation-availability {
    float: left
}

.product .woocommerce-variation-availability .stock {
    margin: 0 0 30px
}

.product_add-to-cart-w {
    margin: 45px 0 27px;
}

.__quick-view .product_add-to-cart-w {
    margin-bottom: 0
}

.product-variations_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    padding-right: 30px;
    padding-bottom: 30px
}

.product-variations_h label {
    margin: 0;
    font-size: 1em
}

.product-variations_cnt {
    padding-bottom: 30px
}

.product-variations_cnt select {
    font-size: 1em;
    font-weight: 700;
    border-radius: 2.5em;
    border-right: 10px solid #f7f7f7;
    min-height: 48px;
    padding: 0 2.5em 0 1.5em;
    background-color: #f7f7f7;
    background-size: auto 40px;
    box-shadow: none
}

@-moz-document url-prefix() {
    .product-variations_cnt select {
        padding-top: 1em
    }
}

.product-group td {
    padding: 0 0 1em 1em;
    border: none;
}

.product-group td:first-child {
    padding-left: 0
}

.product-tabs-w {
    border-bottom: 2px solid #F5F5F5;
    background-color: #fff
}

.product-tabs {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-left: -2em;
    margin-bottom: -2px
}

.product-tabs-el {
    display: inline-block;
    margin-left: 2em;
    padding-bottom: 17px;
    border-bottom-width: 2px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-tabs-el a {
    font-size: 18px;
    font-family: Open Sans, Helvetica, sans-serif, Arial;
    color: #9B9B9B;
    line-height: 26px;
    font-weight: bold;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
@media (max-width:420px) {
    .product-tabs-el a {
        font-size: 14px;
    }
}
@media (max-width:320px) {
    .product-tabs-el a {
        font-size: 11px;
    }
}

.product-tabs-el:hover {
    border-color: #265cdc;
}
.product-tabs-el:hover a {
    color: #000;
}
.product-tabs-el.ui-tabs-active {
    border-color: #265cdc;
}

.ui-tabs-active .product-tabs-el_lk:after {
    opacity: 1
}
.ui-tabs-active.product-tabs-el a {
    color: #000;
}

.product-tabs-cnt {
    padding: 58px 0 92px
}


.vc_desktop .product-tabs-cnt#product-tabs-description,
.vc_mobile .product-tabs-cnt#product-tabs-description,
.vc_transform .product-tabs-cnt#product-tabs-description {
    padding: 0
}

.vc_desktop .vc_row .product-tabs-cnt#product-tabs-description,
.vc_mobile .vc_row .product-tabs-cnt#product-tabs-description,
.vc_transform .vc_row .product-tabs-cnt#product-tabs-description {
    padding: 2em 0
}

@media (min-width:768px) {
    .vc_desktop .vc_row .product-tabs-cnt#product-tabs-description,
    .vc_mobile .vc_row .product-tabs-cnt#product-tabs-description,
    .vc_transform .vc_row .product-tabs-cnt#product-tabs-description {
        padding: 5.5em 0
    }
}

.product-tabs-cnt>.container {
    max-width: 780px
}

.product-tabs-cnt>.container>p:first-child {
    margin-top: 0
}

.product-tabs-cnt>.container>p:last-child {
    margin-bottom: 0
}

.product-tabs-cnt-w {
    background-color: #fff;
    border-bottom: 1px solid #F5F5F5;
}
.product-tabs-cnt p {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 24px;
}

.product-comments {
    margin-bottom: 5.5em
}

.product-comments-h {
    margin-bottom: .5em
}

.product-comments-lst {
    padding: 0;
    margin: 0;
    list-style: none
}

.product-comments-lst-el {
    display: block;
    padding: 3em 0 2.5em;
    border-bottom: 1px solid #e6e6e6
}

.product-comments-lst-el_author {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #4A4A4A;
    font-size: 14px;
    text-transform: capitalize;
}

.product-comments-lst-el_date {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    color: #9B9B9B;
    font-weight: bold;
}

.product-comments-lst-el_desc {
    margin: 0 0 1.5em 0;
    line-height: 1.5;
    color: #4a4a4a
}

.product-comments-lst-el_desc p:first-child {
    margin-top: 0
}

.product-comments-lst-el_rating {
    display: inline-block;
    margin-right: .5em;
    overflow: hidden;
    position: relative
}

.product-comments-lst-el_rating:before {
    content: '\f006\f006\f006\f006\f006';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e6bd1b
}

.product-comments-lst-el_rating>span {
    display: block;
    overflow: hidden;
    top: 2px;
    left: 0;
    position: absolute;
    padding-top: 2em
}

.product-comments-lst-el_rating>span:before {
    content: '\f005\f005\f005\f005\f005';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    left: 0;
    position: absolute;
    color: #e6bd1b
}

.product-comments-pagination {
    margin-top: 3em
}

.product-comments-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    cursor: default
}

.product-comments-pagination li {
    display: inline-block;
    margin-right: 1.7em;
    vertical-align: middle
}

.product-comments-pagination span {
    font-size: 1.285714285714286em
}

.product-comments-pagination a {
    font-size: 1.285714285714286em;
    color: #4a4a4a
}

.product-comments-pagination a.next,
.product-comments-pagination a.prev {
    font-size: 1em
}

.product-comments-pagination a:hover {
    color: #141414
}

.product-add-comment p {
    margin: 0
}

.product-add-comment_lbl {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .714285714285714em;
    display: block;
    margin: 2em 0 1em
}

.product-add-comment_lbl .required {
    color: #e61638
}

.product-add-comment_rating label {
    display: inline-block;
    margin-right: 2em;
    cursor: pointer;
    color: #4a4a4a
}

.product-add-comment_rating input {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.product-add-comment_rating input:checked~i {
    color: #e6bd1b
}

.product-add-comment .submit {
    margin-top: 3em
}

.product-add-comment .comment-form-author,
.product-add-comment .comment-form-comment,
.product-add-comment .comment-form-email {
    margin-top: 20px
}

.product-additional-info {
    margin: -1em 0
}

.product-additional-info-el {
    padding: 1em 0;
    border-top: 1px solid #e6e6e6
}

.product-additional-info-el:first-child {
    border-top: 0
}

.product-additional-info-el_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .714285714285714em;
    line-height: 2.52;
    text-align: left;
    color: #141414
}

.product-additional-info-el_desc {
    color: #4a4a4a
}

.product-additional-info-el_desc p {
    margin-top: 0
}

.product-additional-info-el_desc p:last-child {
    margin-bottom: 0
}

.product-meta {
    margin-bottom: 5em;
    border-bottom: 2px solid #F5F5F5;
    text-align: center;
    background-color: #fff
}

.product-meta-el {
    display: inline-block;
    padding: 2em .714285714285714em;
    line-height: 1
}

.product-meta-el_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #9b9b9b;
    font-weight: bold;
}

.product-meta-el_cnt {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #265cdc;
    font-weight: bold;
}

.product-meta-el_cnt a {
    color: inherit
}


.vc_row .product .product-container {
    padding: 0
}

.vc_row .product>.container {
    display: none
}

.cart-page {
    margin-bottom: 5.5em
}

.cart-lst-w {
    margin: 3em 0;
    overflow: auto
}

.cart-lst-w.__full-width {
    margin-top: 0
}

.cart-lst {
    width: 100%;
    min-width: 370px
}

.cart-lst-w.__full-width .cart-lst {
    min-width: 500px
}

.cart-lst-el_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    border-bottom: 2px solid #F5F5F5;
    padding: 0 0 7px 15px;
    line-height: 1;
    color: #9B9B9B
}

.cart-lst-el_h:first-child {
    padding-left: 0
}

@media (min-width:992px) {
    .cart-lst-el_h {
        padding-left: 30px
    }
}

.cart-lst-el_cnt {
    border-bottom: 2px solid #F5F5F5;
    padding: 16px 0 16px 15px;
    text-align: center
}

.cart-lst-el_cnt:first-child {
    padding-left: 0
}

@media (min-width:992px) {
    .cart-lst-el_cnt {
        padding-left: 30px
    }
}

.cart-lst-el_cnt.__thumbnail {
    width: 14.285714285714286%;
    min-width: 45px
}

.cart-lst-el_cnt.__thumbnail a,
.cart-lst-el_cnt.__thumbnail img {
    display: block
}

.cart-lst-el_cnt.__thumbnail-s {
    width: 8.333333333333334%;
    min-width: 60px
}

.cart-lst-el_cnt.__thumbnail-s a,
.cart-lst-el_cnt.__thumbnail-s img {
    display: block
}

.cart-lst-el_cnt.__product {
    text-align: left;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 1.2
}

.cart-lst-el_cnt.__product a {
    color: #141414
}

.cart-lst-el_cnt.__product a:hover {
    color: #e61638
}

.cart-lst-el_cnt.__price {
    color: #9B9B9B;
    font-size: 14px;
}

.cart-lst-el_cnt.__price del {
    color: #4a4a4a;
    text-decoration: line-through;
    margin-right: .5em
}

.cart-lst-el_cnt.__price ins {
    text-decoration: none;
    color: #d91616;
    font-weight: 700
}

.cart-lst-el_cnt.__subtotal {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: bold;
}

.cart-lst-el_cnt.__remove a {
    color: #d91616
}

.cart-lst-el_cnt.__remove a:hover {
    color: #9d1010
}

.cart-lst-el_f {
    padding: 30px 15px 0
}

.cart-coupon {
    margin-bottom: 3em;
    border: 4px dotted #f7f7f7;
    padding: 30px 15px;
    text-align: center
}

@media (min-width:768px) {
    .cart-coupon {
        padding: 3em 0
    }
}

.cart-coupon_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .857142857142857em;
    display: block;
    margin-bottom: 2em;
    line-height: 1
}

.cart-coupon_it {
    padding: 8px 10px!important;
    width: 100%
}

@media (min-width:768px) {
    .cart-coupon_it {
        width: auto
    }
}

.cart-coupon_btn {
    width: 100%;
    margin-top: 15px;
    margin-left: 0!important
}

@media (min-width:768px) {
    .cart-coupon_btn {
        width: auto;
        margin-top: 0;
        margin-left: 10px!important
    }
}

.cart-totals-w {
    margin-bottom: 3em
}

.cart-totals {
    padding: 30px;
    background-color: #fff;
    border: 2px solid #F5F5F5;
}


.cart-totals_h {
    text-transform: capitalize;
    font-size: 22px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 2px solid #F5F5F5
}

.cart-totals-lst {
    width: 100%
}

.cart-totals-lst-el_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    text-align: left;
    padding: 24px 0;
    color: #4A4A4A;
    font-weight: normal;
    vertical-align: top
}

.cart-totals-lst-el_h.__bottom {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    vertical-align: middle;
    font-weight: bold;
    border-top: 2px solid #F5F5F5
}

.cart-totals-lst-el_cnt {
    text-align: right;
    font-size: 14px;
    color: #4A4A4A;
}

.cart-totals-lst-el_cnt p {
    margin-top: 0
}

.cart-totals-lst-el_cnt.__bottom {
    font-size: 14px;
    color: #e61638;
    border-top: 2px solid #f5f5f5;
    font-weight: 800;
}

.cart-totals-lst-el_price {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #e61638;
    font-weight: 800;
}


.cart-totals-btn {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0!important;
    text-align: center
}

.cart-totals-btn-w {
    margin-top: 30px
}

.cart-totals-btn.__update {
    width: 100%
}

.cart-totals-btn.__checkout {
    width: 100%;
    margin-top: 10px
}

.cart-el-variation {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .833333333333333em;
    margin: 1em 0 0;
    font-weight: 400;
    color: #4a4a4a
}

.cart-el-variation dt:before {
    content: ' / '
}

.cart-el-variation dt:first-child:before {
    content: ''
}

.cart-el-variation dd,
.cart-el-variation dt,
.cart-el-variation p {
    display: inline-block;
    margin: 0
}

.shipping-method-lst {
    padding: 0;
    margin: 0;
    list-style: none
}

.shipping-method-lst_el {
    margin-bottom: 15px
}

.shipping-method-lst_el label[for] {
    font-size: 1em;
    margin: 0 1em
}

.shipping-calculator-button {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.cross-sells {
    margin-top: 5em;
    border-top: 1px solid #f7f7f7;
    padding-top: 5em
}

.cross-sells_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    margin-bottom: 2em;
    font-size: 1.142857142857143em;
    text-align: center
}

@media (min-width:768px) {
    .cross-sells_h {
        font-size: 1.285714285714286em
    }
}

.checkout-coupon {
    margin-bottom: 2em;
    border: 4px dotted #f7f7f7;
    padding: 30px 15px;
    text-align: center
}

@media (min-width:768px) {
    .checkout-coupon {
        padding: 3em 0
    }
}

.checkout-coupon_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .857142857142857em;
    display: block;
    margin-bottom: 2em;
    line-height: 1
}

.checkout-coupon_it {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .714285714285714em;
    width: 100%
}

@media (min-width:768px) {
    .checkout-coupon_it {
        width: auto
    }
}

.checkout-coupon_btn {
    width: 100%;
    margin-top: 15px;
    margin-left: 0!important
}

@media (min-width:768px) {
    .checkout-coupon_btn {
        width: auto;
        margin-top: 0;
        margin-left: 10px!important
    }
}

.checkout-billing {
    margin-top: 3em
}

.checkout-billing_h,
.checkout-shipping_h {
    text-transform: capitalize;
    margin-bottom: 1.5em
}

.checkout-billing label:first-child,
.checkout-shipping label:first-child {
    display: block;
    padding-top: 15px
}

.checkout-billing label:first-child abbr,
.checkout-shipping label:first-child abbr {
    border-bottom: 0;
    color: #d91616;
    text-decoration: none
}

.checkout-billing input[type=checkbox]+label,
.checkout-shipping input[type=checkbox]+label {
    display: inline-block;
    font-weight: 400;
    margin-left: .5em
}

.checkout-billing input[type=password],
.checkout-billing input[type=email],
.checkout-billing input[type=tel],
.checkout-billing input[type=text],
.checkout-billing select,
.checkout-billing textarea,
.checkout-shipping input[type=password],
.checkout-shipping input[type=email],
.checkout-shipping input[type=tel],
.checkout-shipping input[type=text],
.checkout-shipping select,
.checkout-shipping textarea {
    width: 100%
}

.checkout-billing .form-row,
.checkout-shipping .form-row {
    margin: 0 0 10px
}

.checkout-billing .form-row-wide,
.checkout-shipping .form-row-wide {
    width: 100%
}

.checkout-billing .form-row-first,
.checkout-billing .form-row-last,
.checkout-shipping .form-row-first,
.checkout-shipping .form-row-last {
    width: 50%;
    float: left
}

.checkout-billing .form-row-first,
.checkout-shipping .form-row-first {
    padding-right: 10px
}

.checkout-billing .form-row-last,
.checkout-shipping .form-row-last {
    padding-left: 10px
}

.checkout-billing .form-row.notes,
.checkout-shipping .form-row.notes {
    margin-top: 3em
}

.checkout-create-account,
.checkout-shipping {
    margin: 1em 0 3em
}

.checkout-create-account_cnt,
.checkout-shipping_cnt {
    margin-top: 40px
}

input[type=checkbox]~.checkout-create-account_cnt,
input[type=checkbox]~.checkout-shipping_cnt {
    display: none
}

input[type=checkbox]:checked~.checkout-create-account_cnt,
input[type=checkbox]:checked~.checkout-shipping_cnt {
    display: block
}

.checkout-review-order {
    padding: 30px;
    background-color: #fff;
    border: 2px solid #F5F5F5;
}

.checkout-review-order_h {
    text-transform: capitalize;
    color: #000000;
    font-size: 22px;
    padding-bottom: 35px;
}

.checkout-review-order_cnt {
    width: 100%
}

.checkout-review-order_cnt td,
.checkout-review-order_cnt th {
    border: none;
    border-bottom: 2px solid #F5F5F5;
    padding: 0;
}

.checkout-review-order_cnt thead th {
    padding: 1em 0
}

.checkout-review-order_cnt th {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    color: #9B9B9B;
    text-align: left
}

.checkout-review-order_cnt th.product-total {
    text-align: right
}

.checkout-review-order_cnt .cart_item td {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 14px;
    font-weight: normal;
    color: #4A4A4A;
}

.checkout-review-order_cnt .cart_item td:first-child {
    padding-right: 1em
}

.checkout-review-order_cnt .cart_item td.product-total {
    text-align: right
}


.checkout-review-order_cnt .product-quantity {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #9B9B9B
}
.checkout-review-order_cnt td.product-total {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
    color: #4A4A4A
}

.checkout-review-order_cnt .cart-subtotal th {
    padding-top: 16px;
    padding-bottom: 38px;
    border-bottom: 0;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.checkout-review-order_cnt .cart-subtotal td {
    padding-top: 16px;
    padding-bottom: 38px;
    border-bottom: 0;
    color: #4A4A4A;
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 30px;
    text-align: right;
}

.checkout-review-order_cnt .shipping td,
.checkout-review-order_cnt .shipping th {
    padding-bottom: 2em
}

.checkout-review-order_cnt .order-total th {
    font-size: 16px;
    font-weight: bold;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #000000;
    text-transform: capitalize;
    border: none!important;
}

.checkout-review-order_cnt .order-total td {
    font-size: 14px;
    color: #265cdc;
    font-weight: 800;
    border: none!important;
    text-align: right;
}

.checkout-payment {
    padding-top: 30px;
}
.checkout-payment ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.checkout-payment ul li {
    display: block;
    padding: 1.5em 0;
}

.checkout-payment ul li:first-child {
    border-top: 0
}

.checkout-payment ul li p {
    font-size: .857142857142857em;
    margin-bottom: 0;
    color: #4a4a4a
}

.checkout-payment ul label {
    margin-left: 1em;
    font-size: 14px;
    text-transform: capitalize;
    color: #4A4A4A;
    font-weight: normal;
}

.checkout-payment ul label img {
    height: 2.5em;
    margin: 0 1em .5em .5em;
    vertical-align: middle
}

.checkout-payment ul label a {
    color: #e61638
}

.checkout-payment ul label a:hover {
    color: #e61638
}

#place_order {
    margin-top: 30px;
    width: 100%
}

.wc-global-login {
    padding-bottom: 1em
}
.wc-global-login label {
    font-size: 14px;
    text-transform: capitalize;
    color: #4A4A4A;
    font-weight: normal;
}

.wc-global-login p:first-child {
    margin-top: 0
}

.woocommerce-MyAccount-navigation {
    border: 4px dotted #f7f7f7;
    padding: 26px
}

.woocommerce-MyAccount-navigation_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1em;
    margin-bottom: 1.5em
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.woocommerce-MyAccount-navigation ul:after,
.woocommerce-MyAccount-navigation ul:before {
    content: " ";
    display: table
}

.woocommerce-MyAccount-navigation ul:after {
    clear: both
}

.woocommerce-MyAccount-navigation ul li {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    margin: 1em
}

@media (min-width:768px) {
    .woocommerce-MyAccount-navigation ul li {
        display: inline-block
    }
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #141414;
    cursor: default
}

.wc-account {
    margin-top: 60px
}

.wc-account_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1.142857142857143em
}

@media (min-width:768px) {
    .wc-account_h {
        font-size: 1.285714285714286em
    }
}

.wc-account_h:first-child {
    margin-top: 26px
}

.wc-account_desc {
    font-weight: 700;
    color: #4a4a4a
}

.wc-account-address {
    min-height: 220px;
    border: 4px dotted #f7f7f7;
    padding: 26px;
    position: relative;
    padding-bottom: 60px
}

.wc-account-address_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1em;
    margin-bottom: 1.5em
}

.wc-account-address_edit {
    display: block;
    position: absolute;
    bottom: 26px;
    right: 26px;
    line-height: 1;
    font-size: .857142857142857em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.wc-account-address-form_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1.428571428571429em;
    margin-bottom: 1.5em
}

.wc-account-address-form label:first-child {
    display: block;
    padding-top: 15px
}

.wc-account-address-form label:first-child abbr {
    border-bottom: 0;
    color: #d91616;
    text-decoration: none
}

.wc-account-address-form input[type=checkbox]+label {
    display: inline-block;
    font-weight: 400;
    margin-left: .5em
}

.wc-account-address-form input[type=password],
.wc-account-address-form input[type=email],
.wc-account-address-form input[type=tel],
.wc-account-address-form input[type=text],
.wc-account-address-form select,
.wc-account-address-form textarea {
    width: 100%
}

.wc-account-address-form .form-row {
    margin: 0 0 10px
}

.wc-account-address-form .form-row-wide {
    width: 100%
}

.wc-account-address-form .form-row-first,
.wc-account-address-form .form-row-last {
    width: 50%;
    float: left
}

.wc-account-address-form .form-row-first {
    padding-right: 10px
}

.wc-account-address-form .form-row-last {
    padding-left: 10px
}

.wc-account-address-form .form-row.notes {
    margin-top: 3em
}

.wc-account-address-form_btn {
    width: 100%;
    margin-top: 30px
}

.wc-account-edit_h,
.wc-account-login_h,
.wc-account-register_h,
.wc-account-reset-password_h {
    margin-bottom: 45px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    text-align: center
}

.wc-account-edit_form_h,
.wc-account-login_form_h,
.wc-account-register_form_h,
.wc-account-reset-password_form_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1.428571428571429em;
    margin-bottom: 1.5em
}

.wc-account-edit_form label:first-child,
.wc-account-login_form label:first-child,
.wc-account-register_form label:first-child,
.wc-account-reset-password_form label:first-child {
    display: block;
    padding-top: 15px
}

.wc-account-edit_form label:first-child abbr,
.wc-account-login_form label:first-child abbr,
.wc-account-register_form label:first-child abbr,
.wc-account-reset-password_form label:first-child abbr {
    border-bottom: 0;
    color: #d91616;
    text-decoration: none
}

.wc-account-edit_form input[type=checkbox]+label,
.wc-account-login_form input[type=checkbox]+label,
.wc-account-register_form input[type=checkbox]+label,
.wc-account-reset-password_form input[type=checkbox]+label {
    display: inline-block;
    font-weight: 400;
    margin-left: .5em
}

.wc-account-edit_form input[type=password],
.wc-account-edit_form input[type=email],
.wc-account-edit_form input[type=tel],
.wc-account-edit_form input[type=text],
.wc-account-edit_form select,
.wc-account-edit_form textarea,
.wc-account-login_form input[type=password],
.wc-account-login_form input[type=email],
.wc-account-login_form input[type=tel],
.wc-account-login_form input[type=text],
.wc-account-login_form select,
.wc-account-login_form textarea,
.wc-account-register_form input[type=password],
.wc-account-register_form input[type=email],
.wc-account-register_form input[type=tel],
.wc-account-register_form input[type=text],
.wc-account-register_form select,
.wc-account-register_form textarea,
.wc-account-reset-password_form input[type=password],
.wc-account-reset-password_form input[type=email],
.wc-account-reset-password_form input[type=tel],
.wc-account-reset-password_form input[type=text],
.wc-account-reset-password_form select,
.wc-account-reset-password_form textarea {
    width: 100%
}

.wc-account-edit_form .form-row,
.wc-account-login_form .form-row,
.wc-account-register_form .form-row,
.wc-account-reset-password_form .form-row {
    margin: 0 0 10px
}

.wc-account-edit_form .form-row-wide,
.wc-account-login_form .form-row-wide,
.wc-account-register_form .form-row-wide,
.wc-account-reset-password_form .form-row-wide {
    width: 100%
}

.wc-account-edit_form .form-row-first,
.wc-account-edit_form .form-row-last,
.wc-account-login_form .form-row-first,
.wc-account-login_form .form-row-last,
.wc-account-register_form .form-row-first,
.wc-account-register_form .form-row-last,
.wc-account-reset-password_form .form-row-first,
.wc-account-reset-password_form .form-row-last {
    width: 50%;
    float: left
}

.wc-account-edit_form .form-row-first,
.wc-account-login_form .form-row-first,
.wc-account-register_form .form-row-first,
.wc-account-reset-password_form .form-row-first {
    padding-right: 10px
}

.wc-account-edit_form .form-row-last,
.wc-account-login_form .form-row-last,
.wc-account-register_form .form-row-last,
.wc-account-reset-password_form .form-row-last {
    padding-left: 10px
}

.wc-account-edit_form .form-row.notes,
.wc-account-login_form .form-row.notes,
.wc-account-register_form .form-row.notes,
.wc-account-reset-password_form .form-row.notes {
    margin-top: 3em
}

.wc-account-edit .lost_password,
.wc-account-login .lost_password,
.wc-account-register .lost_password,
.wc-account-reset-password .lost_password {
    float: right
}

.wc-account-edit_btn,
.wc-account-login_btn,
.wc-account-register_btn,
.wc-account-reset-password_btn {
    width: 100%;
    margin-top: 30px
}

.wc-account-login_btn {
    margin-bottom: 36px
}

.wc-account-login_separator {
    position: relative;
    margin: 19px 0 35px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    text-align: center;
    color: #141414
}

.wc-account-login_separator span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 .75em;
    z-index: 1
}

.wc-account-login_separator:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #e6e6e6
}

.wc-account-login-tabs {
    padding: 0;
    margin: 0;
    list-style: none
}

.wc-account-login-tabs_lk {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 1px solid;
    padding: 1.3em 3.5em;
    background: 0 0;
    color: inherit;
    width: 100%;
    color: #141414
}

.wc-account-login-tabs_lk .fa,
.wc-account-login-tabs_lk [class*=" icon-"],
.wc-account-login-tabs_lk [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.wc-account-login-tabs_lk .fa:first-child,
.wc-account-login-tabs_lk [class*=" icon-"]:first-child,
.wc-account-login-tabs_lk [class^=icon-]:first-child {
    margin-right: .5em
}

.wc-account-login-tabs_lk .fa:last-child,
.wc-account-login-tabs_lk [class*=" icon-"]:last-child,
.wc-account-login-tabs_lk [class^=icon-]:last-child {
    margin-left: .5em
}

.wc-account-login-tabs_lk .fa:first-child:last-child,
.wc-account-login-tabs_lk [class*=" icon-"]:first-child:last-child,
.wc-account-login-tabs_lk [class^=icon-]:first-child:last-child {
    margin: 0
}

.wc-account-login-tabs_lk [class*=" icon-"],
.wc-account-login-tabs_lk [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.wc-account-login-tabs .ui-tabs-active {
    display: none
}

.wc-account-register {
    margin-bottom: 6px
}

.wc-account-edit-password {
    min-height: 220px;
    border: 4px dotted #f7f7f7;
    padding: 26px;
    margin: 30px 0 10px
}

.wc-account-edit-password_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1em;
    margin-bottom: 1.5em
}

.wc-account-orders {
    margin-bottom: 90px;
    overflow: hidden
}

.wc-account-orders_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1.142857142857143em;
    margin-bottom: 45px
}

@media (min-width:768px) {
    .wc-account-orders_h {
        font-size: 1.285714285714286em
    }
}

.wc-account-orders_lst {
    width: 100%
}

.wc-account-orders_lst-w {
    margin: 0 -15px
}

.wc-account-orders-el_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .857142857142857em;
    text-align: left;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 15px .75em;
    line-height: 1;
    color: #141414
}

.wc-account-orders-el_cnt {
    border-bottom: 1px solid #f7f7f7;
    padding: 30px 15px
}

.wc-account-orders-el_cnt.__number {
    font-weight: 700
}

.wc-account-orders-el_cnt.__status {
    text-align: left;
    white-space: nowrap
}

.wc-account-orders-el_cnt.__total {
    color: #141414
}

.wc-account-orders-el_cnt.__total .amount {
    font-weight: 700
}

.wc-account-orders-el_cnt.__actions {
    text-align: right;
    white-space: nowrap
}

.wc-account-orders-el_cnt.__actions .button+.button {
    margin-left: 10px
}

.wc-account-order-card {
    min-height: 220px;
    border: 4px dotted #f7f7f7;
    padding: 26px
}

.wc-account-order-card_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1em;
    margin-bottom: 1.5em
}

.wc-account-order-customer-details {
    color: #141414;
    margin-bottom: 2em
}

.wc-account-order-customer-details td,
.wc-account-order-customer-details th {
    padding-left: 15px;
    text-align: left;
    border: none;
}

.wc-account-order-customer-details td:first-child,
.wc-account-order-customer-details th:first-child {
    padding-left: 0
}

.wc-account-order-details {
    margin-top: 1.6em;
    width: 100%;
    color: #141414
}

.wc-account-order-el_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .857142857142857em;
    text-align: left;
    border-bottom: 1px solid #f7f7f7;
    padding: .333333333333333em 0 .75em 30px;
    line-height: 1;
    color: #141414
}

.wc-account-order-el_h:first-child {
    padding-left: 0
}

.wc-account-order-el_cnt {
    border-bottom: 1px solid #f7f7f7;
    padding: 15px 0 15px 30px;
    font-size: .857142857142857em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.wc-account-order-el_cnt:first-child {
    padding-left: 0
}

tfoot tr:last-child .wc-account-order-el_cnt {
    border-bottom: 0;
    padding-bottom: 0
}

.wc-account-order-el_cnt .variation {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .833333333333333em;
    margin: 1em 0 0;
    font-weight: 400;
    color: #4a4a4a
}

.wc-account-order-el_cnt .variation dt:before {
    content: ' / '
}

.wc-account-order-el_cnt .variation dt:first-child:before {
    content: ''
}

.wc-account-order-el_cnt .variation dd,
.wc-account-order-el_cnt .variation dt,
.wc-account-order-el_cnt .variation p {
    display: inline-block;
    margin: 0
}

.track-order {
    padding: 40px 60px;
    background-color: #f7f7f7
}

.track-order_h {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1.428571428571429em;
    margin-bottom: 1.5em
}

.track-order label:first-child {
    display: block;
    padding-top: 15px
}

.track-order label:first-child abbr {
    border-bottom: 0;
    color: #d91616;
    text-decoration: none
}

.track-order input[type=checkbox]+label {
    display: inline-block;
    font-weight: 400;
    margin-left: .5em
}

.track-order input[type=password],
.track-order input[type=email],
.track-order input[type=tel],
.track-order input[type=text],
.track-order select,
.track-order textarea {
    width: 100%
}

.track-order .form-row {
    margin: 0 0 10px
}

.track-order .form-row-wide {
    width: 100%
}

.track-order .form-row-first,
.track-order .form-row-last {
    width: 50%;
    float: left
}

.track-order .form-row-first {
    padding-right: 10px
}

.track-order .form-row-last {
    padding-left: 10px
}

.track-order .form-row.notes {
    margin-top: 3em
}

.track-order .button {
    width: 100%;
    margin-top: 30px
}

.track-order p:first-child {
    margin-top: 0
}

.thankyou-box {
    margin-bottom: 30px;
    border: 4px dotted #f7f7f7;
    padding: 26px
}

.thankyou-box p:first-child {
    margin-top: 0
}

.thankyou-box p:last-child {
    margin-bottom: 0
}

.wc-thankyou-order-received {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    margin-bottom: 1.5em;
    line-height: 1;
    color: #141414
}

.wc-thankyou-order-details {
    padding: 0;
    margin: 0;
    list-style: none
}

/* !PRELOADER STYLES */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 250px;
  height: 250px;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  position: fixed;
  z-index: 2000;
  display: none;
  bottom: 0;
  right: 100%;
  background: transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.pace .pace-activity {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  position: fixed;
  z-index: 2000;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}
.cssload-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    top: 50%;
    margin-top: 22px;
}

.cssload-thing {
    height: 16px;
    width: 2px;
    background: rgb(242,242,242);
    position: absolute;
    animation: somecssload-thing_maybe_cool_idk 1.2s infinite ease;
        -o-animation: somecssload-thing_maybe_cool_idk 1.2s infinite ease;
        -ms-animation: somecssload-thing_maybe_cool_idk 1.2s infinite ease;
        -webkit-animation: somecssload-thing_maybe_cool_idk 1.2s infinite ease;
        -moz-animation: somecssload-thing_maybe_cool_idk 1.2s infinite ease;
}
.cssload-thing:nth-child(1) {
    transform: rotate(30deg);
        -o-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 0.1525s;
        -o-animation-delay: 0.1525s;
        -ms-animation-delay: 0.1525s;
        -webkit-animation-delay: 0.1525s;
        -moz-animation-delay: 0.1525s;
}
.cssload-thing:nth-child(2) {
    transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 0.295s;
        -o-animation-delay: 0.295s;
        -ms-animation-delay: 0.295s;
        -webkit-animation-delay: 0.295s;
        -moz-animation-delay: 0.295s;
}
.cssload-thing:nth-child(3) {
    transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 0.4475s;
        -o-animation-delay: 0.4475s;
        -ms-animation-delay: 0.4475s;
        -webkit-animation-delay: 0.4475s;
        -moz-animation-delay: 0.4475s;
}
.cssload-thing:nth-child(4) {
    transform: rotate(120deg);
        -o-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
}
.cssload-thing:nth-child(5) {
    transform: rotate(150deg);
        -o-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        -webkit-transform: rotate(150deg);
        -moz-transform: rotate(150deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 0.7525s;
        -o-animation-delay: 0.7525s;
        -ms-animation-delay: 0.7525s;
        -webkit-animation-delay: 0.7525s;
        -moz-animation-delay: 0.7525s;
}
.cssload-thing:nth-child(6) {
    transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 0.895s;
        -o-animation-delay: 0.895s;
        -ms-animation-delay: 0.895s;
        -webkit-animation-delay: 0.895s;
        -moz-animation-delay: 0.895s;
}
.cssload-thing:nth-child(7) {
    transform: rotate(210deg);
        -o-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        -webkit-transform: rotate(210deg);
        -moz-transform: rotate(210deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 1.0475s;
        -o-animation-delay: 1.0475s;
        -ms-animation-delay: 1.0475s;
        -webkit-animation-delay: 1.0475s;
        -moz-animation-delay: 1.0475s;
}
.cssload-thing:nth-child(8) {
    transform: rotate(240deg);
        -o-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        -webkit-transform: rotate(240deg);
        -moz-transform: rotate(240deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 1.2s;
        -o-animation-delay: 1.2s;
        -ms-animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
}
.cssload-thing:nth-child(9) {
    transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 1.3525s;
        -o-animation-delay: 1.3525s;
        -ms-animation-delay: 1.3525s;
        -webkit-animation-delay: 1.3525s;
        -moz-animation-delay: 1.3525s;
}
.cssload-thing:nth-child(10) {
    transform: rotate(300deg);
        -o-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        -webkit-transform: rotate(300deg);
        -moz-transform: rotate(300deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 1.495s;
        -o-animation-delay: 1.495s;
        -ms-animation-delay: 1.495s;
        -webkit-animation-delay: 1.495s;
        -moz-animation-delay: 1.495s;
}
.cssload-thing:nth-child(11) {
    transform: rotate(330deg);
        -o-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        -webkit-transform: rotate(330deg);
        -moz-transform: rotate(330deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 1.6475s;
        -o-animation-delay: 1.6475s;
        -ms-animation-delay: 1.6475s;
        -webkit-animation-delay: 1.6475s;
        -moz-animation-delay: 1.6475s;
}
.cssload-thing:nth-child(12) {
    transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    transform-origin: 50% -200%;
        -o-transform-origin: 50% -200%;
        -ms-transform-origin: 50% -200%;
        -webkit-transform-origin: 50% -200%;
        -moz-transform-origin: 50% -200%;
    animation-delay: 1.8s;
        -o-animation-delay: 1.8s;
        -ms-animation-delay: 1.8s;
        -webkit-animation-delay: 1.8s;
        -moz-animation-delay: 1.8s;
}}

@keyframes somecssload-thing_maybe_cool_idk {
    50% {
        background-color: #e61638;
    }
}

@-o-keyframes somecssload-thing_maybe_cool_idk {
    50% {
        background-color: #e61638;
    }
}

@-webkit-keyframes somecssload-thing_maybe_cool_idk {
    50% {
        background-color: #e61638;
    }
}

@-moz-keyframes somecssload-thing_maybe_cool_idk {
    50% {
        background-color: #e61638;
    }
}
.pace.pace-inactive {
    opacity: 0;
    visibility: hidden;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

.preload {
    -webkit-transition: .3s all;
    transition: .3s all
}

.preload:not(.pace-done) {
    background-color: #fff
}

.preload:not(.pace-done):after,
.preload:not(.pace-done):before {
    content: " ";
    display: table
}

.preload:not(.pace-done):after {
    clear: both
}

.preload .main-w {
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all
}

.pace-done.preload .main-w {
    opacity: 1
}



/* !UI SLIDER */
.ui-slider {
    position: relative;
    text-align: left;
    background-color: #e6e6e6;
    border-radius: .4em;
    margin: 1.5em 0
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    background-color: #fff;
    border: 3px solid #e61638;
    border-radius: 50%
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #e61638
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .6em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.25em;
    margin-left: -.5em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .6em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.25em;
    margin-left: 0;
    margin-bottom: -.5em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.pswp__button:hover {
    background-color: transparent
}

/* !FLEXSLIDER */
.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    display: block
}
.post-grid:not(.__sticky) .flexslider .slides img {
    height: 247px;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.carousel li {
    margin-right: 5px
}

.flex-control-manual,
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    padding: 0;
    margin: 0;
    list-style: none
}

.flex-container a:focus,
.flex-container a:hover,
.flexslider a:focus,
.flexslider a:hover {
    outline: 0
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flex-direction-nav {
    position: absolute;
    bottom: 45%;
    right: 0;
    left: 0;
    z-index: 3
}
.__gallery .flex-direction-nav {
    bottom: 45%;
}

.flex-direction-nav .flex-nav-next,
.flex-direction-nav .flex-nav-prev {
    display: block;
}
.flex-direction-nav .flex-nav-prev {
    float: left;
}
.flex-direction-nav .flex-nav-next {
    float: right;
}
.flex-direction-nav .flex-nav-prev a {
    padding: 15px 17px 15px 13px;
    margin-left: -65px;
}
.flex-direction-nav .flex-nav-next a {
    padding: 15px 13px 15px 17px;
    margin-right: -65px;
}
.flexslider:hover .flex-direction-nav .flex-nav-prev a {
    margin-left: -5px;
}

.flexslider:hover .flex-direction-nav .flex-nav-next a {
    margin-right: -5px;
}

.flex-direction-nav a {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    background: rgba(255,255,255,.2);
    overflow: hidden;
    cursor: pointer;
    color: transparent;
    text-decoration: none;
    font-size: 30px;
    text-align: center;
    padding: 15px 17px;
    -webkit-transition: .4s all;
    transition: .4s all
}

.flex-direction-nav a:before {
    content: '\e605';
    display: block;
    width: 30px;
    color: #000;
    line-height: 30px!important;
    text-align: center;
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.flex-direction-nav a.flex-next:before {
    content: '\e606'
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    -webkit-transition: .4s all;
    transition: .4s all
}
.flex-direction-nav a:hover {
    background: #fff;
    color: transparent!important;
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    overflow: hidden;
    cursor: pointer;
    color: #141414
}

.flex-pauseplay a:before {
    content: '\f04c';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    display: inline-block
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f04b'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    top: auto!important;
    bottom: 2.5em!important;
    text-align: center;
    line-height: 1;
    z-index: 3!important
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    opacity: .3;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-transition: .5s opacity;
    transition: .5s opacity
}

.flex-control-paging li a:hover {
    opacity: .8
}

.flex-control-paging li a.flex-active {
    opacity: .8;
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

.flex-control-manual li {
    display: block;
    margin-bottom: 10px
}

.flex-control-manual a {
    display: block;
    opacity: .3
}

.flex-control-manual a.flex-active {
    opacity: 1;
    cursor: default
}

.flex-control-manual img {
    display: block;
    width: 100%
}

.theme-default .nivoSlider {
    z-index: 1
}

.theme-default .nivo-controlNav {
    position: absolute;
    bottom: 2.5em!important;
    width: 100%;
    padding: 0!important;
    text-align: center;
    line-height: 1;
    z-index: 10
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background: #fff;
    opacity: .3;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-transition: .5s opacity;
    transition: .5s opacity
}

.theme-default .nivo-controlNav a:hover {
    opacity: .8
}

.theme-default .nivo-controlNav a.active {
    opacity: .8;
    cursor: default
}

.theme-default .nivo-directionNav a {
    position: absolute;
    display: block;
    width: 2em;
    height: 2em;
    margin: -1em 0 0;
    top: 50%;
    overflow: hidden;
    opacity: .4;
    cursor: pointer;
    color: #141414;
    text-decoration: none;
    z-index: 10;
    font-size: 1.142857142857143em;
    text-align: center;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -webkit-transition: .5s opacity;
    transition: .5s opacity
}

.theme-default .nivo-directionNav a:before {
    content: '\f053';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    line-height: 2!important;
    color: #141414
}

.theme-default .nivo-directionNav a.nivo-nextNav:before {
    content: '\f054'
}

.theme-default .nivo-directionNav .nivo-prevNav {
    left: .5em
}

.theme-default .nivo-directionNav .nivo-nextNav {
    right: .5em
}

.theme-default .nivo-directionNav .nivo-nextNav:hover,
.theme-default .nivo-directionNav .nivo-prevNav:hover {
    opacity: .8
}

.pp_bottom,
.pp_top,
.ppt {
    display: none!important
}

.pp_left,
.pp_right {
    background: 0 0!important;
    padding: 0!important
}

.pp_content {
    margin: 0 auto;
    padding-bottom: 10px;
    box-sizing: content-box
}

.pp_details {
    margin: 10px 0 0!important;
    padding: 0 10px;
    width: 100%!important
}

.pp_nav {
    margin-top: 0!important
}

.pp_close {
    right: 10px!important
}

#fullResImage {
    display: block
}

.ninja-forms-form label {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .857142857142857em;
    display: block;
    margin: 1em 0;
    color: #4a4a4a
}

.ninja-forms-form label abbr {
    color: #d91616;
    border-bottom: 0
}

.ninja-forms-half-left-wrap {
    float: left;
    width: 50%;
    padding-right: 15px
}

.ninja-forms-half-right-wrap {
    float: right;
    width: 50%;
    padding-left: 15px
}

.ninja-forms-70-left-wrap {
    float: left;
    width: 70%;
    padding-right: 5px
}

.ninja-forms-30-right-wrap {
    float: right;
    width: 30%;
    padding-left: 5px
}

.ninja-forms-30-right-wrap .button,
.ninja-forms-30-right-wrap button,
.ninja-forms-30-right-wrap input[type=button],
.ninja-forms-30-right-wrap input[type=reset],
.ninja-forms-30-right-wrap input[type=submit] {
    width: 100%
}

#content .wpb_alert p:first-child,
#content .wpb_text_column p:first-child,
.wpb_alert p:first-child,
.wpb_column>.wpb_wrapper>p:first-child,
.wpb_text_column p:first-child {
    margin-top: 0
}

.vc_row[data-vc-full-width] {
    overflow: visible
}

.vc_message_box {
    padding: 30px 30px 30px 105px
}

.vc_message_box>p {
    margin-top: 0
}

.vc_message_box-solid {
    border: 0!important
}

.vc_message_box-solid.vc_color-success {
    background-color: #74b027
}

.vc_message_box-solid.vc_color-danger {
    background-color: #d91616
}

.vc_message_box-solid.vc_color-info {
    background-color: #2767b0
}

.vc_message_box-solid .vc_message_box-icon {
    background-color: rgba(0, 0, 0, .1)
}

.vc_message_box-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px!important;
    height: 100%;
    padding-top: 30px;
    text-align: center
}

.vc_message_box-icon>.fa {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1.285714285714286em;
    line-height: .5;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.vc_toggle {
    margin: 0;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    padding: 20px 0
}

.vc_toggle+.vc_toggle {
    margin-top: -1px
}

.vc_toggle_title {
    line-height: 1
}

.vc_toggle_content {
    margin: 25px 0 10px
}

.vc_toggle_content p:first-child {
    margin-top: 0
}

.vc_toggle_content p:last-child {
    margin-bottom: 0
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content,
.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title {
    padding-left: 30px
}

.vc_toggle_title>h4 {
    font-size: 1.142857142857143em
}

@media (min-width:768px) {
    .vc_toggle_title>h4 {
        font-size: 1.285714285714286em
    }
}

.vc_toggle_icon,
.vc_toggle_icon::after,
.vc_toggle_icon::before {
    -webkit-transition: .4s background-color, .4s border-color;
    transition: .4s background-color, .4s border-color
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #e61638
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #e61638
}

.vc_toggle_round .vc_toggle_icon {
    background-color: #e61638
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
    border-color: #e61638
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #e61638
}

.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #e61638
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    border-color: #e61638
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #e61638
}

.vc_tta-container h2 {
    font-size: 1.285714285714286em;
    margin-bottom: 1em
}

@media (min-width:768px) {
    .vc_tta-container h2 {
        font-size: 1.571428571428571em
    }
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title {
    font-size: 1.142857142857143em
}

@media (min-width:768px) {
    .vc_tta.vc_tta-accordion .vc_tta-panel-title {
        font-size: 1.285714285714286em
    }
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-title>a {
    padding: 20px 0
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-title.vc_tta-controls-icon-position-right>a {
    padding-right: 30px
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-title.vc_tta-controls-icon-position-left>a {
    padding-left: 30px
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-body,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-heading {
    border-width: 1px;
    border-left: 0;
    border-right: 0
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_active .vc_tta-panel-heading {
    border-bottom-color: transparent!important
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-body {
    border-top: 0;
    padding: 5px 0 30px
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: -1px
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: -1px
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 0
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 0
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-panel .vc_tta-panel-body,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #e6e6e6
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-panel .vc_tta-panel-heading:focus,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: transparent
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-panel .vc_tta-panel-title>a:hover {
    color: #e61638
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-controls-icon::after,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-controls-icon::before {
    border-color: #e61638
}

.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-panel-heading:focus .vc_tta-controls-icon::after,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square.vc_tta-color-black .vc_tta-panel-heading:hover .vc_tta-controls-icon::before {
    border-color: #e61638
}

.vc_tta.vc_tta-tabs .vc_tta-tab>a {
    font-size: 1.142857142857143em;
    font-weight: 700;
    line-height: 1;
    padding: 12px 10px
}

.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tabs-container {
    margin: 0;
    position: relative;
    overflow: hidden
}

.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tabs-container:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e6e6e6
}

.vc_tta-tabs-position-top.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tabs-container:before {
    bottom: 0
}

.vc_tta-tabs-position-bottom.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tabs-container:before {
    top: 0
}

.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tab>a {
    border-right: 0;
    border-left: 0;
    color: #4a4a4a;
    -webkit-transition: .4s color, .4s border-color;
    transition: .4s color, .4s border-color
}

.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tab>a:focus,
.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tab>a:hover {
    background-color: transparent;
    color: #141414
}

.vc_tta-tabs-position-top.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tab>a {
    border-top: 0
}

.vc_tta-tabs-position-bottom.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tab>a {
    border-bottom: 0
}

.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tab:not(.vc_active)>a {
    border-color: transparent
}

.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-tab.vc_active>a {
    color: #141414
}

.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill .vc_tta-panel-body {
    padding: 17px 0;
    border: 0
}

.vc_tta-tabs.vc_tta-style-outline.vc_tta-o-no-fill.vc_tta-color-black .vc_tta-tab.vc_active>a {
    border-color: #e61638
}

.vc_progress_bar .vc_general.vc_single_bar {
    position: relative;
    height: 2px;
    margin: 60px 0 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.428571428571429em;
    background-color: #eee
}

.vc_progress_bar .vc_general.vc_single_bar:first-child {
    margin-top: 1.5em
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label {
    position: absolute;
    top: -1.5em;
    left: 0;
    width: 100%;
    height: 1.5em;
    padding: 0;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1em;
    line-height: 1;
    color: #141414;
    text-shadow: none!important
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label_units {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    color: #767676
}

.vc_progress_bar .vc_general.vc_single_bar .vc_bar {
    border-radius: 0;
    background-color: #e61638
}

.vc_pie_chart_back {
    border-color: #e6e6e6!important;
    opacity: 1
}

.uvc-heading .uvc-main-heading h1,
.uvc-heading .uvc-main-heading h2,
.uvc-heading .uvc-main-heading h3,
.uvc-heading .uvc-main-heading h4,
.uvc-heading .uvc-main-heading h5,
.uvc-heading .uvc-main-heading h6 {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    margin: 20px 0;
    line-height: 1
}

.uvc-heading .uvc-main-heading:first-child h1,
.uvc-heading .uvc-main-heading:first-child h2,
.uvc-heading .uvc-main-heading:first-child h3,
.uvc-heading .uvc-main-heading:first-child h4,
.uvc-heading .uvc-main-heading:first-child h5,
.uvc-heading .uvc-main-heading:first-child h6 {
    margin-top: 0
}

.uvc-heading .uvc-main-heading:last-child h1,
.uvc-heading .uvc-main-heading:last-child h2,
.uvc-heading .uvc-main-heading:last-child h3,
.uvc-heading .uvc-main-heading:last-child h4,
.uvc-heading .uvc-main-heading:last-child h5,
.uvc-heading .uvc-main-heading:last-child h6 {
    margin-bottom: 0
}

.uvc-sub-heading {
    margin: 20px 0;
    font-size: 1.285714285714286em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    line-height: 1;
    color: #4a4a4a
}

@media (min-width:768px) {
    .uvc-sub-heading {
        font-size: 1.571428571428571em
    }
}

.uvc-sub-heading:first-child {
    margin-top: 0
}

.uvc-sub-heading:last-child {
    margin-bottom: 0
}

.uvc-heading-spacer {
    margin: 30px 0
}

.uvc-heading-spacer:first-child {
    margin: 0 0 45px
}

.uvc-heading-spacer:last-child {
    margin: 45px 0 0
}

.uvc-heading-spacer.no_spacer {
    display: none
}

.uvc-heading-spacer.no_spacer+.uvc-main-heading h1,
.uvc-heading-spacer.no_spacer+.uvc-main-heading h2,
.uvc-heading-spacer.no_spacer+.uvc-main-heading h3,
.uvc-heading-spacer.no_spacer+.uvc-main-heading h4,
.uvc-heading-spacer.no_spacer+.uvc-main-heading h5,
.uvc-heading-spacer.no_spacer+.uvc-main-heading h6 {
    margin-top: 0
}

.uvc-headings-line {
    border-top: 0;
    border-right: 0;
    border-left: 0
}

.ult-ib-effect-style1:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 6px;
    background-color: #e61638;
    -webkit-transition: .35s width;
    transition: .35s width
}

.ult-ib-effect-style1:hover:after {
    width: 100%
}

.ult-ib-effect-style1 .ult-new-ib-desc {
    padding: 40px
}

.ult-ib-effect-style1 .ult-new-ib-title {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.ult-ib-effect-style1 .ult-new-ib-content {
    font-size: 1em
}

.ifb-flip-box-section {
    padding: 60px 30px
}

.flip-box-wrap {
    margin-bottom: 0!important
}

.flip-box-wrap .flip-box h3 {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    line-height: 1
}

.flip-box-wrap .flip-box .ifb-front h3 {
    position: relative;
    margin: 30px 0 50px
}

.flip-box-wrap .flip-box .ifb-front h3:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 3px;
    background-color: rgba(255, 255, 255, .1)
}

.flip-box-wrap .flip-box .ifb-front h3:first-child {
    margin-top: 0
}

.flip-box-wrap .flip-box .ifb-front h3:last-child {
    margin-bottom: 25px
}

.flip-box-wrap .flip-box .ifb-back h3 {
    margin: 0 0 25px
}

.flip-box-wrap .flip-box .ifb-back h3:last-child {
    margin-bottom: 0
}

.flip-box-wrap .flip_link {
    margin-top: 45px
}

.flip-box-wrap .flip_link a {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 0;
    padding: 1.4em 3.5em;
    background-color: #e61638;
    color: #fff;
    margin: 0 auto;
    padding: 0 2em
}

.flip-box-wrap .flip_link a:hover {
    background-color: #e61638;
    color: #fff
}

.flip-box-wrap .flip_link a .fa,
.flip-box-wrap .flip_link a [class*=" icon-"],
.flip-box-wrap .flip_link a [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.flip-box-wrap .flip_link a .fa:first-child,
.flip-box-wrap .flip_link a [class*=" icon-"]:first-child,
.flip-box-wrap .flip_link a [class^=icon-]:first-child {
    margin-right: .5em
}

.flip-box-wrap .flip_link a .fa:last-child,
.flip-box-wrap .flip_link a [class*=" icon-"]:last-child,
.flip-box-wrap .flip_link a [class^=icon-]:last-child {
    margin-left: .5em
}

.flip-box-wrap .flip_link a .fa:first-child:last-child,
.flip-box-wrap .flip_link a [class*=" icon-"]:first-child:last-child,
.flip-box-wrap .flip_link a [class^=icon-]:first-child:last-child {
    margin: 0
}

.flip-box-wrap .flip_link a [class*=" icon-"],
.flip-box-wrap .flip_link a [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.ultb3-box {
    z-index: 1
}

.ultb3-info {
    padding: 30px
}

@media (min-width:768px) {
    .ultb3-info {
        padding: 60px 45px
    }
    .ultb3-info.ib3-info-right {
        padding-left: 40%
    }
    .ultb3-info.ib3-info-left {
        padding-right: 40%
    }
}

.ultb3-title {
    margin-bottom: .5em;
    line-height: 1;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1.285714285714286em
}

@media (min-width:768px) {
    .ultb3-title {
        font-size: 1.571428571428571em
    }
}

.ultb3-desc {
    margin-bottom: 1.5em;
    line-height: 1.25;
    font-size: 1.142857142857143em;
    color: #4a4a4a
}

a.ultb3-btn {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 1px solid;
    padding: 1.3em 3.5em;
    background: 0 0;
    color: inherit;
    font-size: 1em
}

a.ultb3-btn:hover {
    background: 0 0
}

a.ultb3-btn .fa,
a.ultb3-btn [class*=" icon-"],
a.ultb3-btn [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

a.ultb3-btn .fa:first-child,
a.ultb3-btn [class*=" icon-"]:first-child,
a.ultb3-btn [class^=icon-]:first-child {
    margin-right: .5em
}

a.ultb3-btn .fa:last-child,
a.ultb3-btn [class*=" icon-"]:last-child,
a.ultb3-btn [class^=icon-]:last-child {
    margin-left: .5em
}

a.ultb3-btn .fa:first-child:last-child,
a.ultb3-btn [class*=" icon-"]:first-child:last-child,
a.ultb3-btn [class^=icon-]:first-child:last-child {
    margin: 0
}

a.ultb3-btn [class*=" icon-"],
a.ultb3-btn [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

a.ultb3-btn i {
    -webkit-transition: 0s;
    transition: 0s
}

.uavc-list-icon {
    line-height: 1;
    vertical-align: middle
}

.uavc-icons .aio-icon,
.vc_row .uavc-icons .aio-icon {
    height: 2.6em;
    width: 2.6em;
    line-height: 2.6;
    -webkit-transition: .4s all;
    transition: .4s all
}

.uavc-icons .aio-icon:hover,
.vc_row .uavc-icons .aio-icon:hover {
    background: #e61638;
}

.ult_countdown,
.uvc-type-wrap,
.wpb_row .wpb_column .wpb_wrapper .ult_countdown {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.launch-demo a,
a.vc_single_image-wrapper.prettyphoto {
    display: block;
    position: relative;
    overflow: hidden
}

.launch-demo a img,
a.vc_single_image-wrapper.prettyphoto img {
    -webkit-transition: .6s -webkit-transform;
    transition: .6s -webkit-transform;
    transition: .6s transform;
    transition: .6s transform, .6s -webkit-transform
}

.launch-demo a:before,
a.vc_single_image-wrapper.prettyphoto:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .6s opacity;
    transition: .6s opacity
}

.launch-demo a:after,
a.vc_single_image-wrapper.prettyphoto:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background-color: #e61638;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    -webkit-transition: .6s all;
    transition: .6s all
}

.launch-demo a:hover img,
a.vc_single_image-wrapper.prettyphoto:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.launch-demo a:hover:before,
a.vc_single_image-wrapper.prettyphoto:hover:before {
    opacity: .8
}

.launch-demo a:hover:after,
a.vc_single_image-wrapper.prettyphoto:hover:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1
}

a.vc_single_image-wrapper.prettyphoto:after {
    content: '\f002';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 15px;
    border-radius: 50%;
    line-height: 1
}

.launch-demo a:after {
    content: 'Launch demo';
    padding: 15px 30px;
    font-weight: 700;
    text-transform: uppercase
}

/* !ICONS STYLES */

.aio-icon {
    color: #e61638
}

.aio-icon.circle,
.aio-icon.square {
    color: #fff;
    background-color: #e61638
}

.aio-icon-header h3.aio-icon-title {
    font-size: 1.428571428571429em
}

.top-icon .aio-icon-header h3.aio-icon-title {
    margin-top: 30px
}

.left-icon .aio-icon-left .aio-icon,
.left-icon .aio-icon-left .aio-icon-img {
    margin-top: 3px;
    margin-right: 30px
}

@media (max-width:767px) {
    .slick-prev {
        left: 1px
    }
    .slick-next {
        right: 1px
    }
}

.stats-block .stats-desc {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.stats-block .stats-text {
    position: relative;
    line-height: 1;
    color: #141414
}

.stats-block .counter_prefix,
.stats-block .counter_suffix,
.stats-block .stats-number {
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: 1.571428571428571em;
    color: #e61638
}

@media (min-width:768px) {
    .stats-block .counter_prefix,
    .stats-block .counter_suffix,
    .stats-block .stats-number {
        font-size: 1.857142857142857em
    }
}

.stats-block .counter_prefix,
.stats-block .counter_suffix {
    color: #e61638!important;
    font-weight: 700
}

.stats-block .aio-icon {
    color: #767676
}

.stats-block .aio-icon.circle,
.stats-block .aio-icon.square {
    color: #fff;
    background-color: #767676
}

.stats-top .stats-desc {
    margin-top: 25px
}

.stats-top .stats-text {
    margin-top: 15px
}

.stats-left .stats-text,
.stats-right .stats-text {
    margin-top: 3px;
    padding-bottom: 10px
}

.stats-left .aio-icon-left {
    padding-right: 20px
}

.stats-right .aio-icon-right {
    padding-left: 20px
}

.without-icon .aio-icon-left,
.without-icon .aio-icon-right,
.without-icon .aio-icon-top {
    display: none
}

.wpb_column .wpb_wrapper .ult_pricing_table_wrap,
.wpb_column .wpb_wrapper .ult_pricing_table_wrap:last-child {
    float: none;
    margin-bottom: 60px
}

@media (min-width:768px) {
    .wpb_column .wpb_wrapper .ult_pricing_table_wrap,
    .wpb_column .wpb_wrapper .ult_pricing_table_wrap:last-child {
        float: left;
        margin-bottom: 30px
    }
}

.ult_pricing_table {
    float: none
}

.ult_featured .ult_pricing_table {
    z-index: 1
}

.ult_design_1.ult-cs-black .ult_pricing_table,
.ult_design_1.ult-cs-blue .ult_pricing_table,
.ult_design_1.ult-cs-gray .ult_pricing_table,
.ult_design_1.ult-cs-green .ult_pricing_table,
.ult_design_1.ult-cs-red .ult_pricing_table,
.ult_design_1.ult-cs-yellow .ult_pricing_table {
    border-radius: 6px;
    background: 0 0;
    background-color: #f7f7f7;
    color: #767676;
    box-shadow: none
}

.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link {
    background: 0 0
}

.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 0;
    padding: 1.4em 3.5em;
    background-color: #e61638;
    color: #fff;
    width: 100%;
    font-weight: 700!important
}

.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button:hover,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button:hover,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button:hover,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button:hover,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button:hover,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button:hover {
    background-color: #e61638;
    color: #fff
}

.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button .fa,
.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-],
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button .fa,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-],
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button .fa,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-],
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button .fa,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-],
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button .fa,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-],
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button .fa,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child,
.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child,
.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child {
    margin-right: .5em
}

.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button .fa:last-child,
.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:last-child,
.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:last-child,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button .fa:last-child,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:last-child,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:last-child,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button .fa:last-child,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:last-child,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:last-child,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button .fa:last-child,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:last-child,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:last-child,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button .fa:last-child,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:last-child,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:last-child,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button .fa:last-child,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:last-child,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:last-child {
    margin-left: .5em
}

.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child:last-child,
.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child:last-child,
.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child:last-child,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child:last-child,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child:last-child,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child:last-child,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child:last-child,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child:last-child,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child:last-child,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child:last-child,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child:last-child,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child:last-child,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child:last-child,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child:last-child,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child:last-child,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child:last-child,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child:last-child,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child:last-child {
    margin: 0
}

.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-],
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-],
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-],
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-],
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-],
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.ult_design_1 .ult_pricing_table {
    padding: 40px;
    font-size: 1em;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s box-shadow, .4s -webkit-transform;
    transition: .4s box-shadow, .4s -webkit-transform;
    transition: .4s box-shadow, .4s transform;
    transition: .4s box-shadow, .4s transform, .4s -webkit-transform
}

@media (min-width:768px) {
    .ult_design_1 .ult_pricing_table:hover {
        box-shadow: 5px 8.66px 30px 0 rgba(31, 35, 37, .078);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.ult_featured.ult_design_1 .ult_pricing_table:before {
    content: 'Most popular';
    display: block;
    position: absolute;
    border-radius: 6px;
    top: -2.4em;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
    line-height: 2.4;
    font-size: .857142857142857em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    background-color: #e61638;
    color: #fff
}

.ult_featured.ult_design_1 .ult_pricing_table:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border-radius: 6px;
    background-color: #f7f7f7
}

.ult_design_1 .ult_price_features,
.ult_design_1 .ult_price_link,
.ult_design_1 .ult_pricing_heading {
    padding: 0;
    float: none
}

.ult_design_1 .ult_pricing_heading {
    text-align: left;
    margin-bottom: 40px
}

.ult_design_1 .ult_pricing_heading .cust-headformat {
    position: relative;
    font-size: 1.428571428571429em;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 3px solid #eee;
    color: #141414
}

.ult_design_1 .ult_pricing_heading .cust-headformat:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #e61638;
    -webkit-transition: .4s width;
    transition: .4s width
}

.ult_design_1 .ult_pricing_heading .cust-subhead {
    margin: 20px 0 0;
    font-size: .857142857142857em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    color: #4a4a4a!important
}

.ult_design_1 .ult_price_body_block {
    margin: 40px 0;
    border-bottom: 3px solid #eee;
    padding-bottom: 20px;
    float: none;
    text-align: right;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.ult_design_1 .ult_price_body_block .ult_price_body {
    display: block!important;
    font-size: 1em;
    width: auto;
    height: auto;
    margin: 0!important;
    border: 0;
    border-radius: 0
}

.ult_design_1 .ult_price_body_block .ult_price_body .ult_price {
    display: block
}

.ult_design_1 .ult_price_body_block .ult_price_body .ult_price_figure {
    font-size: 2.142857142857143em;
    line-height: 1;
    color: #e61638
}

.ult_design_1 .ult_price_body_block .ult_price_body .ult_price_figure:first-letter {
    margin-right: 7px;
    font-size: .466666666666667em;
    vertical-align: super
}

.ult_design_1 .ult_price_body_block .ult_price_body .ult_price_term {
    margin-top: 15px;
    font-size: .714285714285714em;
    line-height: 1;
    word-break: normal;
    color: #4a4a4a
}

.ult_design_1 .ult_pricing_table:hover .ult_pricing_heading .cust-headformat:after {
    width: 100%
}

.ult_design_1 .ult_price_features {
    text-align: right;
    font-size: .928571428571429em
}

.ult_design_1 .ult_price_features ul {
    margin-bottom: 45px
}

.ult_design_1 .ult_price_features ul li {
    padding: 0;
    margin-bottom: .857142857142857em;
    line-height: 1.5!important
}

.ult_design_4 .ult_pricing_table {
    border-top-width: 3px!important;
    border-bottom: 0;
    padding-top: 45px;
    font-size: 1em;
    background-color: #f7f7f7;
    color: #141414;
    -webkit-transition: .4s all;
    transition: .4s all
}

.ult_design_4 .ult_pricing_table:hover {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.ult_featured.ult_design_4 .ult_pricing_table:hover {
    -webkit-transform: translateY(-7px) scale(1.03);
    -ms-transform: translateY(-7px) scale(1.03);
    transform: translateY(-7px) scale(1.03)
}

.ult-cs-black.ult_design_4 .ult_pricing_table {
    border-top-color: #e61638;
}

.ult_design_4 .ult_pricing_table .ult_pricing_heading {
    padding: 0;
    margin-bottom: 45px
}

.ult_design_4 .ult_pricing_table .ult_pricing_heading h3 {
    line-height: 1;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1.142857142857143em
}

.ult_design_4 .ult_pricing_table .ult_pricing_heading h5 {
    margin: 1.5em 30px 0;
    line-height: 1.5;
    font-size: 1em;
    color: #4a4a4a!important
}

.ult_design_4 .ult_pricing_table .ult_price_body_block {
    top: 0;
    border-bottom: 0;
    margin-bottom: 45px
}

.ult_design_4 .ult_pricing_table .ult_price_body_block .ult_price_body {
    display: block!important;
    margin: 0!important;
    font-size: 1em
}

.ult_design_4 .ult_pricing_table .ult_price_body_block .ult_price_body .ult_price {
    display: block
}

.ult_design_4 .ult_pricing_table .ult_price_body_block .ult_price_body .ult_price .ult_price_figure {
    font-size: 2.142857142857143em;
    line-height: 1
}

@media (min-width:768px) {
    .ult_design_4 .ult_pricing_table .ult_price_body_block .ult_price_body .ult_price .ult_price_figure {
        font-size: 2.571428571428572em
    }
}

.ult_design_4 .ult_pricing_table .ult_price_body_block .ult_price_body .ult_price .ult_price_figure:first-letter {
    margin-right: 3px;
    font-size: .4em;
    vertical-align: super
}

.ult_design_4 .ult_pricing_table .ult_price_body_block .ult_price_body .ult_price .ult_price_term {
    margin: .5em 30px 0;
    line-height: 1;
    font-size: 1em;
    word-break: normal;
    color: #767676
}

.ult_design_4 .ult_pricing_table .ult_price_features {
    padding: 0 30px
}

.ult_design_4 .ult_pricing_table .ult_price_features ul {
    margin: 0
}

.ult_design_4 .ult_pricing_table .ult_price_features ul li {
    margin: .5em 0 1em;
    border: 0;
    padding: 0;
    line-height: 1.1428571429!important
}

.ult_design_4 .ult_pricing_table .ult_price_link {
    padding: 0;
    margin-top: 45px
}

.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    background: 0 0;
    outline: 0;
    font-size: .714285714285714em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    border-radius: 2.5em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .4s all;
    transition: .4s all;
    border: 0;
    padding: 1.4em 3.5em;
    background-color: #e61638;
    color: #fff;
    width: 100%;
    font-weight: 700!important
}

.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button .fa,
.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-] {
    font-size: 1.2em;
    line-height: .9
}

.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child,
.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child,
.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child {
    margin-right: .5em
}

.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button .fa:last-child,
.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:last-child,
.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:last-child {
    margin-left: .5em
}

.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button .fa:first-child:last-child,
.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"]:first-child:last-child,
.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-]:first-child:last-child {
    margin: 0
}

.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button [class*=" icon-"],
.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button [class^=icon-] {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.ult-cs-black.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button:hover {
    background-color: #e61638
}

.ubtn {
    margin: 0;
    font-size: 1em;
    
}

.ubtn-bottom-bg .ubtn-hover,
.ubtn-center-dg-bg .ubtn-hover,
.ubtn-center-hz-bg .ubtn-hover,
.ubtn-center-vt-bg .ubtn-hover,
.ubtn-left-bg .ubtn-hover,
.ubtn-right-bg .ubtn-hover,
.ubtn-top-bg .ubtn-hover {
    background-color: #e61638
}

.ubtn-text {
    -webkit-transition: all .4s;
    transition: all .4s
}

.ubtn-mini {
    font-size: .857142857142857em;
    padding: 7px 15px 6px
}

.ubtn-small {
    font-size: .857142857142857em;
    padding: 9px 25px 8px
}

.ubtn-normal {
    padding: 16px 30px 15px
}

.ubtn-large {
    padding: 21px 40px 20px;
    font-size: 1.142857142857143em
}

a.ubtn-link {
    margin: 0;
    padding: 0
}

a.ubtn-link.ubtn-left {
    margin-right: 10px
}

a.ubtn-link.ubtn-right {
    margin-left: 10px
}

.ubtn-right {
    float: none
}

@media (min-width:768px) {
    .ubtn-right {
        float: right
    }
}

.ubtn-sep-icon.ubtn-sep-icon-left-push .ubtn-icon,
.ubtn-sep-icon.ubtn-sep-icon-left-push .ubtn-text {
    -webkit-transition: all .4s;
    transition: all .4s
}

.ubtn-ctn-left {
    float: left
}

.overlay-fade {
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s
}

.overlay-fade.ult-open {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.overlay-fade .ult_modal-content {
    opacity: 0;
    box-shadow: none;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    transition: transform .6s, opacity .6s;
    transition: transform .6s, opacity .6s, -webkit-transform .6s
}

.ult-overlay-close {
    font-size: 1.714285714285714em;
    line-height: 80px;
    text-align: center;
    background: 0 0;
    color: #fff
}

.ult-overlay-close:before {
    content: '\f00d';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-indent: 0
}

.btn-modal-md {
    padding: 15px 30px;
    border-radius: 2em
}

.btn-modal-md:hover {
    background: #74b027!important
}

.vc_general.vc_btn3 {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.vc_btn3-container.vc_btn3-right {
    text-align: left
}

@media (min-width:768px) {
    .vc_btn3-container.vc_btn3-right {
        text-align: right
    }
}

.vc_general.vc_cta3 {
    padding: 30px
}

@media (min-width:768px) {
    .vc_general.vc_cta3 {
        padding: 60px
    }
}

.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content {
    margin-bottom: 3em
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons,
.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
    display: block
}

@media (min-width:768px) {
    .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons,
    .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
        display: table-cell
    }
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
    padding-top: 1em
}

@media (min-width:768px) {
    .vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
        padding-top: 0
    }
}

.vc_general.vc_cta3 .vc_cta3-content {
    margin-bottom: 1em
}

@media (min-width:768px) {
    .vc_general.vc_cta3 .vc_cta3-content {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper,
    .vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper,
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper,
    .vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
        margin-right: 0
    }
    .vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item,
    .vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item,
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item,
    .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
        padding-right: 0
    }
}

.vc_grid-filter.vc_grid-filter-default {
    padding: 30px 0!important;
    margin: 0 0 0 -30px!important
}

.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    display: inline-block;
    margin: 0 0 0 30px!important;
    border-radius: 0!important;
    padding: 0!important;
    line-height: 1.5;
    border-bottom: 3px solid transparent;
    background-color: transparent!important;
    color: #4a4a4a!important;
    -webkit-transition: .4s all;
    transition: .4s all
}

.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item>span {
    color: inherit!important;
    -webkit-transition: all 0s ease 0s!important;
    transition: all 0s ease 0s!important
}

.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item:hover {
    color: #141414!important
}

.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item.vc_active {
    border-bottom-color: #e61638
}

@media (min-width:768px) and (max-width:991px) {
    .half-width-md .vc_grid-item {
        min-width: 50%
    }
}

.grid-without-img-el {
    padding: 50px;
    background-color: #fff
}

.grid-without-img-el_h {
    margin-bottom: 40px
}

.grid-without-img-el_h a:hover {
    color: #e61638;
    opacity: 1
}

.grid-without-img-el_date {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    margin: 30px 0 0;
    border-top: 1px solid #eee;
    padding-top: 30px;
    line-height: 1
}

.grid-without-img-alt-el {
    padding: 50px;
    background-color: #fff;
    -webkit-transition: .4s background-color;
    transition: .4s background-color
}

.grid-without-img-alt-el:hover {
    background-color: #e61638;
    color: #fff
}

.grid-without-img-alt-el a:hover {
    opacity: 1
}

.grid-without-img-alt-el_h {
    margin-bottom: 40px
}

.grid-without-img-alt-el:hover .grid-without-img-alt-el_h h1,
.grid-without-img-alt-el:hover .grid-without-img-alt-el_h h2,
.grid-without-img-alt-el:hover .grid-without-img-alt-el_h h3,
.grid-without-img-alt-el:hover .grid-without-img-alt-el_h h4,
.grid-without-img-alt-el:hover .grid-without-img-alt-el_h h5,
.grid-without-img-alt-el:hover .grid-without-img-alt-el_h h6 {
    color: #fff
}

.grid-without-img-alt-el_date {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    margin: 30px 0 0;
    border-top: 1px solid #eee;
    padding-top: 30px;
    line-height: 1
}

.grid-def-el {
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .4s box-shadow, .4s -webkit-transform;
    transition: .4s box-shadow, .4s -webkit-transform;
    transition: .4s box-shadow, .4s transform;
    transition: .4s box-shadow, .4s transform, .4s -webkit-transform
}

@media (min-width:768px) {
    .grid-def-el:hover {
        box-shadow: 5px 8.66px 30px 0 rgba(31, 35, 37, .078);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.grid-def-el .wpb_single_image .vc_single_image-wrapper,
.grid-def-el_img-w {
    display: block;
    position: relative;
    margin-bottom: 0!important
}

.grid-def-el .wpb_single_image .vc_single_image-wrapper img,
.grid-def-el_img-w img {
    display: block;
    width: 100%
}

.grid-def-el_category {
    position: absolute;
    top: 0;
    color: #fff
}

.grid-def-el_category .vc_grid-filter-item {
    display: none
}

.grid-def-el_category .vc_grid-filter-item:first-child {
    display: block;
    background-color: transparent!important
}

.grid-def-el_category .vc_grid-filter-item span {
    color: inherit!important
}

.grid-def-el_category a {
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -.833333333333333em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: .714285714285714em;
    color: inherit
}

.grid-def-el_h {
    margin-bottom: 1em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    font-size: 1.428571428571429em;
    color: #141414
}

.grid-def-el_h a:hover {
    opacity: 1;
    color: #e61638
}

.grid-def-el_desc {
    line-height: 1.857142857142857;
    margin: 0
}

.grid-def-el_desc p:last-child {
    margin-bottom: 0
}

.grid-def-el .vc_gitem_row .vc_gitem-col {
    padding: 0;
    min-height: 0
}

.vc_gitem_row .vc_gitem-col.grid-def-el_desc-w {
    position: relative;
    padding: 40px 40px 95px
}

.grid-def-el .vc_gitem-post-data {
    margin-bottom: 0
}

.grid-def-el .vc_gitem-post-data h5 {
    font-size: 1em
}

.grid-def-el_meta {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    line-height: 1;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    color: #4a4a4a
}

.grid-def-el_meta:after,
.grid-def-el_meta:before {
    content: " ";
    display: table
}

.grid-def-el_meta:after {
    clear: both
}

.wpb_single_image .vc_figure {
    width: 100%
}

.vc_grid-container .vc_grid-filter-dropdown .vc_grid-styled-select,
.vc_grid-container .vc_grid-filter-select .vc_grid-styled-select {
    margin: 0;
    border: 0;
    height: auto;
    background-color: #fff
}

@media (min-width:768px) {
    .vc_grid-container .vc_grid-filter-dropdown .vc_grid-styled-select,
    .vc_grid-container .vc_grid-filter-select .vc_grid-styled-select {
        padding: 0 1.142857142857143em
    }
}

.vc_grid-container .vc_grid-filter-dropdown .vc_grid-styled-select select,
.vc_grid-container .vc_grid-filter-select .vc_grid-styled-select select {
    border: 0;
    padding: 0 1.142857142857143em;
    width: 100%;
    height: auto;
    font-size: inherit
}

@media (min-width:768px) {
    .vc_grid-container .vc_grid-filter-dropdown .vc_grid-styled-select select,
    .vc_grid-container .vc_grid-filter-select .vc_grid-styled-select select {
        margin-left: -1.142857142857143em;
        margin-right: -2.357142857142857em;
        width: auto
    }
}

.team-member {
    position: relative;
    overflow: hidden
}

.team-member.__dark.__boxed {
    background-color: #26272d
}

.team-member.__light.__boxed {
    background-color: #fff
}

.team-member_img {
    display: block;
    -webkit-transition: .4s all;
    transition: .4s all;
    width: 100%
}

.team-member_img.__color {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.team-member_img-w {
    position: relative;
    overflow: hidden
}

.team-member_img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s opacity;
    transition: .4s opacity
}

.team-member_img-overlay.__both,
.team-member_img-overlay.__on-hover,
.team-member_img-overlay.__overlay {
    background-color: inherit
}

.team-member_img-overlay.__gradient,
.team-member_img-overlay.__gradient-both,
.team-member_img-overlay.__gradient-on-hover {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%)
}

.team-member_img-overlay.__gradient-on-hover,
.team-member_img-overlay.__on-hover {
    opacity: 0
}

.team-member:hover .team-member_img.__color {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.team-member:hover .team-member_img.__gray {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.team-member:hover .team-member_img.__scale {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.team-member:hover .team-member_img-overlay.__gradient,
.team-member:hover .team-member_img-overlay.__overlay {
    opacity: 0
}

.team-member:hover .team-member_img-overlay.__gradient-on-hover,
.team-member:hover .team-member_img-overlay.__on-hover {
    opacity: 1
}

.team-member_cnt {
    border-top: 4px solid #e61638;
    padding-top: 25px
}

.__boxed>.team-member_cnt {
    padding: 40px
}

.__card>.team-member_cnt {
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 100%;
    border-top: 0;
    padding: 30px
}

.__card>.team-member_cnt.__top {
    top: 0
}

.__card>.team-member_cnt.__middle {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.__card>.team-member_cnt.__bottom {
    bottom: 0
}

.team-member.__card .team-member_name,
.team-member.__dark .team-member_name {
    color: #fff
}

.team-member_job {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    margin-top: 1px;
    color: #767676
}

.team-member.__card .team-member_job {
    color: #fff;
    opacity: .7
}

.team-member_desc {
    margin: 15px 0;
    color: #4a4a4a
}

.team-member.__dark .team-member_desc {
    color: #fff
}

.team-member_soc {
    margin: 25px -5px 0
}

.team-member_soc-lk {
    display: inline-block;
    margin: 5px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: .857142857142857em;
    text-align: center;
    border-radius: 50%;
    background-color: #e6e6e6;
    color: #4a4a4a;
    -webkit-transition: .4s all;
    transition: .4s all
}

.team-member_soc-lk:hover {
    background-color: #e61638;
    color: #fff
}

.team-member.__card .team-member_soc {
    margin: 15px -5px -5px
}

.team-member.__anim_1 .team-member_job,
.team-member.__anim_1 .team-member_name,
.team-member.__anim_1 .team-member_soc {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transition: .4s all;
    transition: .4s all
}

.team-member.__anim_1:hover .team-member_job,
.team-member.__anim_1:hover .team-member_name,
.team-member.__anim_1:hover .team-member_soc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.team-member.__anim_2 .team-member_soc {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    margin-top: 0;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: .4s all;
    transition: .4s all
}

.team-member.__anim_2:hover .team-member_soc {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.team-member.__anim_2 .team-member_job,
.team-member.__anim_2 .team-member_name {
    -webkit-transition: .4s all;
    transition: .4s all
}

.team-member.__anim_2:hover .team-member_job,
.team-member.__anim_2:hover .team-member_name {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.timeline-block .timeline-header-block .timeline-header,
.timeline-feature-item .timeline-header-block .timeline-header {
    font-size: 1em
}

@media (min-width:768px) {
    .smile-icon-timeline-wrap.csstime .timeline-wrapper .timeline-block.timeline-post-right,
    .timeline-wrapper .timeline-block.timeline-post-right {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px)
    }
}

.smile-icon-timeline-wrap .timeline-feature-item,
.timeline-wrapper .timeline-block {
    border: 0;
    background-color: #f7f7f7
}

.smile-icon-timeline-wrap .timeline-feature-item {
    margin: 40px 0
}

.timeline-block .timeline-header {
    padding: 30px
}

.timeline-post-left.timeline-block .timeline-header {
    padding-left: 15px
}

.timeline-post-right.timeline-block .timeline-header {
    padding-right: 15px
}

.timeline-feature-item.feat-item .timeline-header {
    padding: 30px
}

.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon,
.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon-img {
    margin-top: 30px
}

.ult-timeline-arrow l {
    display: none!important
}

.ult-timeline-arrow s {
    border-color: transparent #f7f7f7!important
}

.feat-item .ult-timeline-arrow s {
    border-color: #f7f7f7 transparent!important
}

.timeline-feature-item .timeline-dot,
.timeline-wrapper .timeline-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #e61638
}

.timeline-wrapper .timeline-dot {
    top: 33px
}

.timeline-post-left .timeline-dot {
    right: -25px
}

.timeline-post-right .timeline-dot {
    left: -25px
}

.feat-item .feat-dot {
    top: -25px
}

.feat-item .timeline-dot {
    left: -5px
}

.feat-item .ult-timeline-arrow.feat-top s {
    top: 0
}

.timeline-line {
    border-right-color: #e6e6e6
}

.timeline-line o,
.timeline-line z {
    width: 11px;
    height: 11px;
    left: -5px;
    background-color: #e61638
}

.timeline-separator-text .sep-text {
    padding: 15px 20px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    line-height: 1;
    background-color: #e61638
}

.timeline-block .timeline-header h3,
.timeline-header-block .timeline-header h3 {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    line-height: 1;
    font-size: 1em;
    margin: 0 0 15px
}

.jstime .timeline-block.timeline-post-right {
    margin-left: 39px!important
}

.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    position: static;
    margin-bottom: 30px
}

.slick-dots li {
    margin: 0;
    width: 1em;
    height: 1em
}

.dropcaps_1:first-letter,
.dropcaps_1b:first-letter,
.dropcaps_2:first-letter,
.dropcaps_2b:first-letter,
.dropcaps_3:first-letter,
.dropcaps_3b:first-letter,
.dropcaps_4:first-letter,
.dropcaps_4b:first-letter,
.dropcaps_5:first-letter,
.dropcaps_5b:first-letter,
.dropcaps_6:first-letter,
.dropcaps_6b:first-letter,
.dropcaps_7:first-letter,
.dropcaps_7b:first-letter,
.dropcaps_8:first-letter,
.dropcaps_8b:first-letter,
.dropcaps_9:first-letter,
.dropcaps_9b:first-letter {
    display: block;
    float: left;
    margin: .1em .25em .1em 0;
    padding: .2em;
    font-size: 4em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    
    line-height: .8em
}

.dropcaps_1:first-letter,
.dropcaps_1b:first-letter {
    margin: 0;
    padding: .05em .2em 0 0;
    font-size: 6em
}

.dropcaps_2:first-letter,
.dropcaps_2b:first-letter {
    margin: 0;
    padding: .05em .2em 0 0;
    font-size: 6em
}

.dropcaps_3:first-letter,
.dropcaps_3b:first-letter {
    background-color: #e6e6e6;
    color: #141414
}

.dropcaps_4:first-letter,
.dropcaps_4b:first-letter {
    border: 3px solid #e61638
}

.dropcaps_5:first-letter {
    border: 2px solid;
    color: #141414
}

.dropcaps_5b:first-letter {
    border: 2px solid;
    color: #fff
}

.dropcaps_6:first-letter {
    background-color: #141414;
    color: #e6e6e6
}

.dropcaps_6b:first-letter {
    background-color: #454545;
    color: #e6e6e6
}

.dropcaps_7:first-letter,
.dropcaps_7b:first-letter {
    background-color: #e61638;
    color: #fff
}

.dropcaps_8:first-letter,
.dropcaps_8b:first-letter {
    border: 0;
    border-top: 3px solid #e61638;
    border-bottom: 3px solid #e61638
}

.dropcaps_9:first-letter,
.dropcaps_9b:first-letter {
    padding: .4em;
    border-radius: 50%;
    background-color: #e61638;
    font-size: 3em;
    color: #fff
}

/* !ICONS STYLESHEET */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(scripts/vendor/fontawesome/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(scripts/vendor/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(scripts/vendor/fontawesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(scripts/vendor/fontawesome/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(scripts/vendor/fontawesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(scripts/vendor/fontawesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}


@font-face {
  font-family: 'simple-line-icons';
  src: url(scripts/vendor/simple-line-icons/fonts/Simple-Line-Icons.eot);
  src: url(scripts/vendor/simple-line-icons/fonts/Simple-Line-Icons.eot) format('embedded-opentype'), url(scripts/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff2) format('woff2'), url(cripts/vendor/simple-line-icons/fonts/Simple-Line-Icons.ttf) format('truetype'), url(cripts/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff) format('woff'), url(cripts/vendor/simple-line-icons/fonts/Simple-Line-Icons.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e005";
}
.icon-people:before {
  content: "\e001";
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-login:before {
  content: "\e066";
}
.icon-logout:before {
  content: "\e065";
}
.icon-emotsmile:before {
  content: "\e021";
}
.icon-phone:before {
  content: "\e600";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-map:before {
  content: "\e033";
}
.icon-location-pin:before {
  content: "\e096";
}
.icon-direction:before {
  content: "\e042";
}
.icon-directions:before {
  content: "\e041";
}
.icon-compass:before {
  content: "\e045";
}
.icon-layers:before {
  content: "\e034";
}
.icon-menu:before {
  content: "\e601";
}
.icon-list:before {
  content: "\e067";
}
.icon-options-vertical:before {
  content: "\e602";
}
.icon-options:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e604";
}
.icon-arrow-left:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-arrow-up-circle:before {
  content: "\e078";
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.icon-arrow-down-circle:before {
  content: "\e07b";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-plus:before {
  content: "\e095";
}
.icon-minus:before {
  content: "\e615";
}
.icon-close:before {
  content: "\e082";
}
.icon-event:before {
  content: "\e619";
}
.icon-exclamation:before {
  content: "\e617";
}
.icon-organization:before {
  content: "\e616";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-mustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglass:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-folder:before {
  content: "\e089";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-doc:before {
  content: "\e085";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-frame:before {
  content: "\e038";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-loop:before {
  content: "\e064";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-like:before {
  content: "\e068";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-chart:before {
  content: "\e077";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camrecorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-paypal:before {
  content: "\e608";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}
.icon-social-linkedin:before {
  content: "\e60a";
}
.icon-social-pinterest:before {
  content: "\e60b";
}
.icon-social-github:before {
  content: "\e60c";
}
.icon-social-google:before {
  content: "\e60d";
}
.icon-social-reddit:before {
  content: "\e60e";
}
.icon-social-skype:before {
  content: "\e60f";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-social-behance:before {
  content: "\e610";
}
.icon-social-foursqare:before {
  content: "\e611";
}
.icon-social-soundcloud:before {
  content: "\e612";
}
.icon-social-spotify:before {
  content: "\e613";
}
.icon-social-stumbleupon:before {
  content: "\e614";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-vkontakte:before {
  content: "\e618";
}
.icon-social-steam:before {
  content: "\e620";
}

[data-icon]:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    content: attr(data-icon);
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"],
[class^=icon-] {
    display: inline-block;
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(scripts/vendor/photoswipe/dist/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(scripts/vendor/photoswipe/dist/default-skin/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(scripts/vendor/photoswipe/dist/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none!important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

.__scroll_disable {
    height: 100%
}

.__scroll_disable body {
    height: 100%;
    overflow: hidden
}

.social-content {
    text-align: center;
}

.social-icons {
    margin: -5px
}

.social-icon-lk {
    display: inline-block;
    margin: 5px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: #4a4a4a;
    color: #fff;
    opacity: 1!important;
    -webkit-transition: .4s all!important;
    transition: .4s all!important
}

.social-icon-lk:hover {
    background-color: #787878;
    color: #fff
}

.border-separate {
    height: 5px;
    background: #eee;
    width: 100%;
    margin: 85px 0px 15px;
}

.border-separate-2 {
    height: 5px;
    background: #eee;
    width: 100%;
    margin: 0px 0px 15px;
}

@media (min-width:992px) {
    .animate-on-screen {
        opacity: 0;
        -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
        transform: translateY(120px);
        -webkit-transition: .8s opacity, .8s -webkit-transform;
        transition: .8s opacity, .8s -webkit-transform;
        transition: .8s opacity, .8s transform;
        transition: .8s opacity, .8s transform, .8s -webkit-transform
    }
    .animate-on-screen.__on_screen {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.__brand-colors .__envelope,
.__brand-colors .__link {
    border-color: #4a4a4a;
    color: #4a4a4a;
    background-color: transparent;
}

.__brand-colors .__facebook {
    border-color: #3b5998;
    color: #fff;
    background-color: #3b5998;
}

.__brand-colors .__twitter {
    border-color: #55acee;
    color: #fff;
    background-color: #55acee;
}

.__brand-colors .__instagram {
    border-color: #125688;
    color: #125688;
    background-color: transparent;
}

.__brand-colors .__vk {
    border-color: #45668e;
    color: #45668e;
    background-color: transparent;
}

.__brand-colors .__pinterest {
    border-color: #cb2027;
    color: #fff;
    background-color: #cb2027;
}

.__brand-colors .__linkedin {
    border-color: #007bb5;
    color: #007bb5;
    background-color: transparent;
}

.__brand-colors .__dribbble {
    border-color: #ea4c89;
    color: #ea4c89;
    background-color: transparent;
}

.__brand-colors .__behance {
    border-color: #1769ff;
    color: #1769ff;
    background-color: transparent;
}

.__brand-colors .__google-plus {
    border-color: #dd4b39;
    color: #fff;
    background-color: #dd4b39;
}

.__brand-colors .__youtube {
    border-color: #b00;
    color: #b00;
    background-color: transparent;
}

.__brand-colors .__vimeo-square {
    border-color: #aad450;
    color: #aad450;
    background-color: transparent;
}

.__brand-colors .__flickr {
    border-color: #ff0084;
    color: #ff0084;
    background-color: transparent;
}

.__brand-colors .__tumblr {
    border-color: #32506d;
    color: #32506d;
    background-color: transparent;
}

.__brand-colors .__foursquare {
    border-color: #0072b1;
    color: #0072b1;
    background-color: transparent;
}

.__brand-colors .__wordpress {
    border-color: #21759b;
    color: #21759b;
    background-color: transparent;
}

.__brand-colors .__stumbleupon {
    border-color: #eb4823;
    color: #eb4823;
    background-color: transparent;
}

.__brand-colors .__soundcloud {
    border-color: #f50;
    color: #f50;
    background-color: transparent;
}

.__brand-colors .__vine {
    border-color: #00bf8f;
    color: #00bf8f;
    background-color: transparent;
}

.__brand-colors .__skype {
    border-color: #00aff0;
    color: #00aff0;
    background-color: transparent;
}

.__brand-colors .__github {
    border-color: #333;
    color: #333;
    background-color: transparent;
}

.__brand-colors .__bitbucket {
    border-color: #205081;
    color: #205081;
    background-color: transparent;
}

.__brand-colors .__twitch {
    border-color: #6441a5;
    color: #6441a5;
    background-color: transparent;
}

.__brand-colors .__weibo {
    border-color: #e32529;
    color: #e32529;
    background-color: transparent;
}

.__brand-colors .__tencent-weibo {
    border-color: #e32529;
    color: #e32529;
    background-color: transparent;
}

.__brand-colors .__renren {
    border-color: #0061b3;
    color: #0061b3;
    background-color: transparent;
}

.__brand-colors .__xing {
    border-color: #005a5f;
    color: #005a5f;
    background-color: transparent;
}

.__brand-colors .__envelope:hover,
.__brand-colors .__link:hover {
    background-color: #fff;
    color: #787878;
}

.__brand-colors .__facebook:hover {
    background-color: #fff;
    color: #3b5998;
}

.__brand-colors .__twitter:hover {
    background-color: #fff;
    color: #55acee;
}

.__brand-colors .__instagram:hover {
    background-color: #fff;
    color: #0a314d;
}

.__brand-colors .__vk:hover {
    background-color: #2f4661;
    color: #2f4661;
}

.__brand-colors .__pinterest:hover {
    background-color: #fff;
    color: #cb2027;
}

.__brand-colors .__linkedin:hover {
    background-color: #fff;
    color: #004e73
}

.__brand-colors .__dribbble:hover {
    background-color: #fff;
    color: #da1a64
}

.__brand-colors .__behance:hover {
    background-color: #fff;
    color: #da1a64
}

.__brand-colors .__google-plus:hover {
    background-color: #fff;
    color: #dd4b39;
}

.__brand-colors .__youtube:hover {
    background-color: #fff;
    color: #790000;
}

.__brand-colors .__vimeo-square:hover {
    background-color: #fff;
    color: #8ab52d;
}

.__brand-colors .__flickr:hover {
    background-color: #fff;
    color: #bd0062;
}

.__brand-colors .__tumblr:hover {
    background-color: #fff;
    color: #1d2f40;
}

.__brand-colors .__foursquare:hover {
    background-color: #fff;
    color: #00476f;
}

.__brand-colors .__wordpress:hover {
    background-color: #fff;
    color: #154c64;
}

.__brand-colors .__stumbleupon:hover {
    background-color: #fff;
    color: #bb3011
}

.__brand-colors .__soundcloud:hover {
    background-color: #fff;
    color: #bd3f00;
}

.__brand-colors .__vine:hover {
    background-color: #fff;
    color: #007d5d;
}

.__brand-colors .__skype:hover {
    background-color: #fff;
    color: #007fae;
}

.__brand-colors .__github:hover {
    background-color: #fff;
    color: #121212;
}

.__brand-colors .__bitbucket:hover {
    background-color: #fff;
    color: #132f4c;
}

.__brand-colors .__twitch:hover {
    background-color: #fff;
    color: #472e75;
}

.__brand-colors .__weibo:hover {
    background-color: #fff;
    color: #af171a;
}

.__brand-colors .__tencent-weibo:hover {
    background-color: #fff;
    color: #af171a;
}

.__brand-colors .__renren:hover {
    background-color: #fff;
    color: #003d71
}

.__brand-colors .__xing:hover {
    background-color: #fff;
    color: #001b1d;
}

.clear {
    float: none;
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

.xxsmall {
    font-size: .571428571428571em
}

.xsmall {
    font-size: .714285714285714em
}

.small {
    font-size: .857142857142857em
}

.big {
    font-size: 1.142857142857143em
}

.xbig {
    font-size: 1.667em
}

.xxbig {
    font-size: 1.833em
}

.xxxbig {
    font-size: 2em
}

.full-width {
    width: 100%
}

@media (max-width:479px) {
    .font_xs_36,
    .font_xs_36 h1,
    .font_xs_36 h2 {
        font-size: 36px!important
    }
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lower {
    text-transform: lowercase
}

.text-upper {
    text-transform: uppercase
}

.text-capit {
    text-transform: capitalize
}

@media (min-width:768px) {
    .text-left-sm {
        text-align: left
    }
    .text-right-sm {
        text-align: right
    }
    .text-center-sm {
        text-align: center
    }
    .text-justify-sm {
        text-align: justify
    }
    .text-nowrap-sm {
        white-space: nowrap
    }
    .text-lower-sm {
        text-transform: lowercase
    }
    .text-upper-sm {
        text-transform: uppercase
    }
    .text-capit-sm {
        text-transform: capitalize
    }
}

@media (min-width:992px) {
    .text-left-md {
        text-align: left
    }
    .text-right-md {
        text-align: right
    }
    .text-center-md {
        text-align: center
    }
    .text-justify-md {
        text-align: justify
    }
    .text-nowrap-md {
        white-space: nowrap
    }
    .text-lower-md {
        text-transform: lowercase
    }
    .text-upper-md {
        text-transform: uppercase
    }
    .text-capit-md {
        text-transform: capitalize
    }
}

@media (min-width:1200px) {
    .text-left-lg {
        text-align: left
    }
    .text-right-lg {
        text-align: right
    }
    .text-center-lg {
        text-align: center
    }
    .text-justify-lg {
        text-align: justify
    }
    .text-nowrap-lg {
        white-space: nowrap
    }
    .text-lower-lg {
        text-transform: lowercase
    }
    .text-upper-lg {
        text-transform: uppercase
    }
    .text-capit-lg {
        text-transform: capitalize
    }
}

.vertical-top {
    vertical-align: top
}

.vertical-middle {
    vertical-align: middle
}

.vertical-bottom {
    vertical-align: bottom
}

.vertical-helper {
    display: none
}

@media (min-width:768px) {
    .vertical-helper {
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle
    }
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

@media (min-width:768px) {
    .pull-right-sm {
        float: right
    }
    .pull-left-sm {
        float: left
    }
}

@media (min-width:992px) {
    .pull-right-md {
        float: right
    }
    .pull-left-md {
        float: left
    }
}

@media (min-width:1200px) {
    .pull-right-lg {
        float: right
    }
    .pull-left-lg {
        float: left
    }
}

.relative {
    position: relative
}

.hidden,
.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none
}

@media (max-width:479px) {
    .hidden-xxs {
        display: none!important
    }
}

@media (max-width:767px) {
    .visible-xs {
        display: block
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell
    }
    .visible-xs-block {
        display: block
    }
    .visible-xs-inline {
        display: inline
    }
    .visible-xs-inline-block {
        display: inline-block
    }
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell
    }
    .visible-sm-block {
        display: block
    }
    .visible-sm-inline {
        display: inline
    }
    .visible-sm-inline-block {
        display: inline-block
    }
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row
    }
    td.visible-md,
    th.visible-md {
        display: table-cell
    }
    .visible-md-block {
        display: block
    }
    .visible-md-inline {
        display: inline
    }
    .visible-md-inline-block {
        display: inline-block
    }
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell
    }
    .visible-lg-block {
        display: block
    }
    .visible-lg-inline {
        display: inline
    }
    .visible-lg-inline-block {
        display: inline-block
    }
    .hidden-lg {
        display: none!important
    }
}

@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #4a4a4a;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
@media screen and (max-width: 1400px) {
    .popup-menu a,
    .coub_elem:before {
        padding-left: 300px;
    }
    /*.coub_elem:before {
        left: 0.5%;
    }*/
}

@media screen and (max-width: 1200px) {
    .popup-menu a,
    .coub_elem:before {
        padding-left: 200px;
    }
    /*.coub_elem:before {
        left: 0.5%;
    }*/
}

@media screen and (max-width: 1000px) {
    .popup-menu a,
    .coub_elem:before {
        padding-left: 100px;
    }
    /*.coub_elem:before {
        left: 0.5%;
    }*/
}

@media screen and (max-width: 767px) {
    .popup-menu-w{
        padding-top: 200px !important;
    }

    .sub-menu {
        padding-top: 50px !important;
    }

    .popup-menu .menu-item.__back {
        margin: -70px 0 0px;
    }

    .popup-menu-w a,
    .sub-menu a {
        line-height: 70px !important;
        font-size: 40px !important;
    }

    .popup-menu a,
    .coub_elem:before {
        padding: 0;
        text-align: center;
    }
}
@media screen and (min-width: 1400px) {
    .popup-menu a,
    .coub_elem:before {
        padding-left: 20%;
    }
    /*.coub_elem:before {
        left: 0.5%;
    }*/
}
@media screen and (max-width: 992px) {
    .popup-menu-popup .logo-w.__light, .popup-menu-popup .logo-w.__dark {
        top: 19px;
        left: 33px;
    }
}

.__display-none {
    display: none;
    position: absolute;
    left: 0;
}

.__overflow-hide {
    overflow: hidden;
    background-color: #eee;
}

@font-face {
  font-family: "feather";
  src:url("fonts/Feather/feather-webfont.eot");
  src:url("fonts/Feather/feather-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/Feather/feather-webfont.woff") format("woff"),
    url("fonts/Feather/feather-webfont.ttf") format("truetype"),
    url("fonts/Feather/feather-webfont.svg#feather") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Character Mapping Method */
 
[data-icon]:before {
  display: inline-block;
  font-family: "feather";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CSS Class Mapping Method */
 
[class^="feather-"],
[class*=" feather-"] {
  display: inline-block;
  font-family: "feather";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feather-eye:before {
  content: "\e000";
}

.feather-paper-clip:before {
  content: "\e001";
}

.feather-mail:before {
  content: "\e002";
}

.feather-mail:before {
  content: "\e002";
}

.feather-toggle:before {
  content: "\e003";
}

.feather-layout:before {
  content: "\e004";
}

.feather-link:before {
  content: "\e005";
}

.feather-bell:before {
  content: "\e006";
}

.feather-lock:before {
  content: "\e007";
}

.feather-unlock:before {
  content: "\e008";
}

.feather-ribbon:before {
  content: "\e009";
}

.feather-image:before {
  content: "\e010";
}

.feather-signal:before {
  content: "\e011";
}

.feather-target:before {
  content: "\e012";
}

.feather-clipboard:before {
  content: "\e013";
}

.feather-clock:before {
  content: "\e014";
}

.feather-clock:before {
  content: "\e014";
}

.feather-watch:before {
  content: "\e015";
}

.feather-air-play:before {
  content: "\e016";
}

.feather-camera:before {
  content: "\e017";
}

.feather-video:before {
  content: "\e018";
}

.feather-disc:before {
  content: "\e019";
}

.feather-printer:before {
  content: "\e020";
}

.feather-monitor:before {
  content: "\e021";
}

.feather-server:before {
  content: "\e022";
}

.feather-cog:before {
  content: "\e023";
}

.feather-heart:before {
  content: "\e024";
}

.feather-paragraph:before {
  content: "\e025";
}

.feather-align-justify:before {
  content: "\e026";
}

.feather-align-left:before {
  content: "\e027";
}

.feather-align-center:before {
  content: "\e028";
}

.feather-align-right:before {
  content: "\e029";
}

.feather-book:before {
  content: "\e030";
}

.feather-layers:before {
  content: "\e031";
}

.feather-stack:before {
  content: "\e032";
}

.feather-stack-2:before {
  content: "\e033";
}

.feather-paper:before {
  content: "\e034";
}

.feather-paper-stack:before {
  content: "\e035";
}

.feather-search:before {
  content: "\e036";
}

.feather-zoom-in:before {
  content: "\e037";
}

.feather-zoom-out:before {
  content: "\e038";
}

.feather-reply:before {
  content: "\e039";
}

.feather-circle-plus:before {
  content: "\e040";
}

.feather-circle-minus:before {
  content: "\e041";
}

.feather-circle-check:before {
  content: "\e042";
}

.feather-circle-cross:before {
  content: "\e043";
}

.feather-square-plus:before {
  content: "\e044";
}

.feather-square-minus:before {
  content: "\e045";
}

.feather-square-check:before {
  content: "\e046";
}

.feather-square-cross:before {
  content: "\e047";
}

.feather-microphone:before {
  content: "\e048";
}

.feather-record:before {
  content: "\e049";
}

.feather-skip-back:before {
  content: "\e050";
}

.feather-rewind:before {
  content: "\e051";
}

.feather-play:before {
  content: "\e052";
}

.feather-pause:before {
  content: "\e053";
}

.feather-stop:before {
  content: "\e054";
}

.feather-fast-forward:before {
  content: "\e055";
}

.feather-skip-forward:before {
  content: "\e056";
}

.feather-shuffle:before {
  content: "\e057";
}

.feather-repeat:before {
  content: "\e058";
}

.feather-folder:before {
  content: "\e059";
}

.feather-umbrella:before {
  content: "\e060";
}

.feather-moon:before {
  content: "\e061";
}

.feather-thermometer:before {
  content: "\e062";
}

.feather-drop:before {
  content: "\e063";
}

.feather-sun:before {
  content: "\e064";
}

.feather-cloud:before {
  content: "\e065";
}

.feather-cloud-upload:before {
  content: "\e066";
}

.feather-cloud-download:before {
  content: "\e067";
}

.feather-upload:before {
  content: "\e068";
}

.feather-download:before {
  content: "\e069";
}

.feather-location:before {
  content: "\e070";
}

.feather-location-2:before {
  content: "\e071";
}

.feather-map:before {
  content: "\e072";
}

.feather-battery:before {
  content: "\e073";
}

.feather-head:before {
  content: "\e074";
}

.feather-briefcase:before {
  content: "\e075";
}

.feather-speech-bubble:before {
  content: "\e076";
}

.feather-anchor:before {
  content: "\e077";
}

.feather-globe:before {
  content: "\e078";
}

.feather-box:before {
  content: "\e079";
}

.feather-reload:before {
  content: "\e080";
}

.feather-share:before {
  content: "\e081";
}

.feather-marquee:before {
  content: "\e082";
}

.feather-marquee-plus:before {
  content: "\e083";
}

.feather-marquee-minus:before {
  content: "\e084";
}

.feather-tag:before {
  content: "\e085";
}

.feather-power:before {
  content: "\e086";
}

.feather-command:before {
  content: "\e087";
}

.feather-alt:before {
  content: "\e088";
}

.feather-esc:before {
  content: "\e089";
}

.feather-bar-graph:before {
  content: "\e090";
}

.feather-bar-graph-2:before {
  content: "\e091";
}

.feather-pie-graph:before {
  content: "\e092";
}

.feather-star:before {
  content: "\e093";
}

.feather-arrow-left:before {
  content: "\e094";
}

.feather-arrow-right:before {
  content: "\e095";
}

.feather-arrow-up:before {
  content: "\e096";
}

.feather-arrow-down:before {
  content: "\e097";
}

.feather-volume:before {
  content: "\e098";
}

.feather-mute:before {
  content: "\e099";
}

.feather-content-right:before {
  content: "\e100";
}

.feather-content-left:before {
  content: "\e101";
}

.feather-grid:before {
  content: "\e102";
}

.feather-grid-2:before {
  content: "\e103";
}

.feather-columns:before {
  content: "\e104";
}

.feather-loader:before {
  content: "\e105";
}

.feather-bag:before {
  content: "\e106";
}

.feather-ban:before {
  content: "\e107";
}

.feather-flag:before {
  content: "\e108";
}

.feather-trash:before {
  content: "\e109";
}

.feather-expand:before {
  content: "\e110";
}

.feather-contract:before {
  content: "\e111";
}

.feather-maximize:before {
  content: "\e112";
}

.feather-minimize:before {
  content: "\e113";
}

.feather-plus:before {
  content: "\e114";
}

.feather-minus:before {
  content: "\e115";
}

.feather-check:before {
  content: "\e116";
}

.feather-cross:before {
  content: "\e117";
}

.feather-move:before {
  content: "\e118";
}

.feather-delete:before {
  content: "\e119";
}

.feather-menu:before {
  content: "\e120";
}

.feather-archive:before {
  content: "\e121";
}

.feather-inbox:before {
  content: "\e122";
}

.feather-outbox:before {
  content: "\e123";
}

.feather-file:before {
  content: "\e124";
}

.feather-file-add:before {
  content: "\e125";
}

.feather-file-subtract:before {
  content: "\e126";
}

.feather-help:before {
  content: "\e127";
}

.feather-open:before {
  content: "\e128";
}

.feather-ellipsis:before {
  content: "\e129";
}

@font-face {
    font-family: 'flatline';
    src:url('fonts/Flatline/flatline.eot?-mf5lcw');
    src:url('fonts/Flatline/flatline.eot?#iefix-mf5lcw') format('embedded-opentype'),
        url('fonts/Flatline/flatline.woff?-mf5lcw') format('woff'),
        url('fonts/Flatline/flatline.ttf?-mf5lcw') format('truetype'),
        url('fonts/Flatline/flatline.svg?-mf5lcw#flatline') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="flatline-"], [class*=" flatline-"] {
    font-family: 'flatline';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flatline-download-alt:before {
    content: "\e631";
}
.flatline-tags:before {
    content: "\e600";
}
.flatline-tag:before {
    content: "\e601";
}
.flatline-book:before {
    content: "\e602";
}
.flatline-volume-up:before {
    content: "\e603";
}
.flatline-volume-off:before {
    content: "\e604";
}
.flatline-volume-down:before {
    content: "\e605";
}
.flatline-qrcode:before {
    content: "\e606";
}
.flatline-lock:before {
    content: "\e607";
}
.flatline-list-alt:before {
    content: "\e608";
}
.flatline-headphones:before {
    content: "\e609";
}
.flatline-flag:before {
    content: "\e60a";
}
.flatline-barcode:before {
    content: "\e60b";
}
.flatline-repeat:before {
    content: "\e60c";
}
.flatline-refresh:before {
    content: "\e60d";
}
.flatline-play-circle:before {
    content: "\e60e";
}
.flatline-inbox:before {
    content: "\e60f";
}
.flatline-zoom-out:before {
    content: "\e610";
}
.flatline-zoom-in:before {
    content: "\e611";
}
.flatline-user:before {
    content: "\e612";
}
.flatline-upload:before {
    content: "\e613";
}
.flatline-trash:before {
    content: "\e614";
}
.flatline-time:before {
    content: "\e615";
}
.flatline-th:before {
    content: "\e616";
}
.flatline-th-list:before {
    content: "\e617";
}
.flatline-th-large:before {
    content: "\e618";
}
.flatline-star:before {
    content: "\e619";
}
.flatline-star-empty:before {
    content: "\e61a";
}
.flatline-signal:before {
    content: "\e61b";
}
.flatline-search:before {
    content: "\e61c";
}
.flatline-road:before {
    content: "\e61d";
}
.flatline-remove:before {
    content: "\e61e";
}
.flatline-plus:before {
    content: "\e61f";
}
.flatline-pencil:before {
    content: "\e620";
}
.flatline-ok:before {
    content: "\e621";
}
.flatline-off:before {
    content: "\e622";
}
.flatline-music:before {
    content: "\e623";
}
.flatline-minus:before {
    content: "\e624";
}
.flatline-home:before {
    content: "\e625";
}
.flatline-heart:before {
    content: "\e626";
}
.flatline-heart-empty:before {
    content: "\e627";
}
.flatline-glass:before {
    content: "\e628";
}
.flatline-film:before {
    content: "\e629";
}
.flatline-file:before {
    content: "\e62a";
}
.flatline-euro:before {
    content: "\e62b";
}
.flatline-envelope:before {
    content: "\e62c";
}
.flatline-download:before {
    content: "\e62d";
}
.flatline-cog:before {
    content: "\e62e";
}
.flatline-cloud:before {
    content: "\e62f";
}
.flatline-asterisk:before {
    content: "\e630";
}

.show-popup-menu {
    display: block !important;
}

.__opacity_zero {
    opacity: 0;
}

.header-icons {
    display: block;
    float: left;
    font-size: 18px;
}
#sbi_load {
    letter-spacing: -0.025em;
}


.main-h-bottom.__fixed {
    max-height: 60px;
    height: 60px;
}
.main-h-bottom.__fixed .container {
    height: inherit;
}
.main-h-bottom.__fixed .main-h-bottom-cnt {
    padding: 0;
    height: inherit;
}
.main-h-bottom.__fixed .logo-w.__display-block {
    display: flex;
    align-items: center;
    height: inherit;
}
.main-h-bottom.__fixed .main-h-bottom_menu-and-mods_large {
    display: flex;
    align-items: center;
    height: inherit;
    padding: 0;
}
.main-h-bottom.__fixed .main-h-bottom_menu-and-mods_large .mods {
    padding: 10px 0 4px;
}
.__overflow-hide .__layout7 .logo-w {
    padding-top: 7px;
}
.__overflow-hide .__layout8 .logo-w {
    padding-top: 6px;
}


/* headers menu flex */
.main-h-bottom .main-h-bottom-cnt::before,
.main-h-bottom .main-h-bottom-cnt::after {
    content: none;
}
body:not(.__overflow-hide) .main-h-bottom .main-h-bottom-cnt {
    display: flex;
}
.main-h-bottom.__layout1 .main-h-bottom-cnt,
.main-h-bottom.__layout2 .main-h-bottom-cnt,
.main-h-bottom.__layout4 .main-h-bottom-cnt,
.main-h-bottom.__layout5 .main-h-bottom-cnt,
.main-h-bottom.__layout6.__fixed .main-h-bottom-cnt,
.main-h-bottom.__layout7 .main-h-bottom-cnt,
.main-h-bottom.__layout8 .main-h-bottom-cnt {
    justify-content: space-between;
    align-items: center;
}
.main-h-bottom.__layout1 .main-h-bottom_menu-and-mods {
    display: flex;
    align-items: center;
}
.main-h-bottom.__layout1 .main-menu-w {
    order: 1;
}
.main-h-bottom.__layout1 .mods-w {
    order: 2;
}
.main-h-bottom.__layout2 .main-h-bottom_add-menu {
    order: 1;
}
.main-h-bottom.__layout2 .logo-w {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-h-bottom.__layout2 .main-h-bottom_menu-and-mods {
    order: 3;
    display: flex;
    align-items: center;
}
.main-h-bottom.__layout2 .main-menu-w {
    order: 1;
}
.main-h-bottom.__layout2 .mods-w {
    order: 2;
}
/*@media (max-width:1200px) {
    .main-h-bottom.__layout3:not(.__fixed) .main-h-bottom-cnt .logo-w {
        margin: 0;
    }
}*/
@media (min-width:1200px) {
    .main-h-bottom.__layout3:not(.__fixed) .main-h-bottom-cnt {
        flex-direction: column;
    }
}
.main-h-bottom.__layout3.__fixed .main-h-bottom-cnt {
    justify-content: space-between;
}
.main-h-bottom.__layout3 .main-h-bottom_menu-and-mods {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1200px) {
    .main-h-bottom.__layout3 .main-h-bottom_menu-and-mods {
        justify-content: flex-end;
    }
}
.main-h-bottom.__layout3 .main-menu-w {
    order: 1;
}
.main-h-bottom.__layout3 .mods-w {
    order: 2;
}
.main-h-bottom.__layout5 .main-h-bottom_add-menu {
    order: 1;
}
.main-h-bottom.__layout5 .logo-w {
    order: 2;
    display: flex;
    align-items: center;
    height: inherit;
    justify-content: center;
}
.main-h-bottom.__layout5 .main-h-bottom_menu-and-mods {
    order: 3;
}
@media (max-width:1200px) {
    .main-h-bottom.__layout5 .logo-w {
        justify-content: flex-start;
    }
}
.main-h-bottom.__layout6 .main-h-bottom-cnt {
    align-items: center;
}
@media (min-width:1200px) {
    .main-h-bottom.__layout6:not(.__fixed) .main-h-bottom-cnt {
        flex-direction: column;
    }
}
.__display-selected-scheme {
    display: flex;
    position: relative;
}
.__sticky:before {
    content: "";
    background-color: rgb(230, 22, 56);
    position: absolute;
    top: 0;
    height: 3px;
    left: 0;
    right: 0;
    z-index: 1;
}
.__standard.__sticky.format-standard .post_cat_h {
    padding-top: 20px;
}
@media (max-width:1200px) {
    .__layout3-helper,
    .__layout1-helper {
        display: flex;
        align-items: center;
    }
    .__layout3-helper .main-h-bottom,
    .__layout1-helper .main-h-bottom {
        width: 100%;
    }
    .__layout3-helper .main-h-bottom-cnt,
    .__layout1-helper .main-h-bottom-cnt {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .__layout3-helper .logo-w,
    .__layout1-helper .logo-w {
        position: static;
        margin: 0;
    }
}
@media (max-width:768px) {
    .__layout1-helper .logo-w,
    .__layout7-helper .logo-w {
        margin: 0;
    }
}
.main-h-bottom-w.__layout3-helper.__logo_text .logo_tx,
.main-h-bottom-w.__layout3-helper.__logo_text .logo-w {
    padding: 0;
    display: flex;
    align-items: center;
}

.post-masonry img {
    max-height: 380px;
    object-fit: cover;
    object-position: center;
}