﻿@charset 'utf-8';

@import url(http://fonts.googleapis.com/css?family=Cinzel:400&amp;subset=latin,latin-ext,cyrillic,cyrillic-ext);
@import url(http://fonts.googleapis.com/css?family=Spinnaker:400&amp;subset=latin,latin-ext,cyrillic,cyrillic-ext);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400&amp;subset=latin,latin-ext,cyrillic,cyrillic-ext);

/*
Theme Name: Adviser HTML
Theme URI: http://adviser-html.axiomthemes.com/
Description: Adviser - Multipurpose and Multiskin Responsive theme
Author: AxiomThemes
Author URI: http://themeforest.net/user/axiomthemes/portfolio
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, boxed-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
*/


/* TABLE OF CONTENTS:

1. Reset tags
2. Default tag's settings
3. Form fields settings
4. styles and Screen readers
5. Theme grid
6. Page layouts
7. Section's decorations
   7.1 Header
   7.2 Main Slider
   7.3 Page top: page title and breadcrumbs
   7.4 Main content wrapper
   7.5 Post Formats
   7.6 Post Layouts
   7.7 Paginations
8. Single page parts
   8.1 Attachment and Portfolio post navigation
   8.2 Reviews block
   8.3 Post author
   8.4 Comments
   8.5 Page 404
   8.6 Fullscreen courses layout: Featured block
   8.7 Courses blocks
   8.8 Team member
9. Sidebars
10. Footer areas
11. Utils
12. Registration and Login popups
13. Third part plugins
14. Predefined classes for users
15. Shortcodes
16. Other

-------------------------------------------------------------- */




/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 150%;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 2. Default tag's settings
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, address {
    margin: 0;
}

p, ul, ol, dl, blockquote, address {
    margin-bottom: 1.5em;
}

li > ol, li > ul {
    margin-bottom: 0;
}

ul > li, ol > li, dl > dd {
    margin-bottom: 0.5em;
}

li > ul, li > ol, dd > dl {
    margin-top: 0.5em;
}

li > p {
    margin-bottom: 0;
}

    li > p + p {
        margin-top: 0.5em;
    }

ol, ul {
    padding-left: 1.5em;
}


/* Links */
a {
    text-decoration: none;
    background: transparent;
}

    a,
    a:hover,
    a:focus,
    a:active {
        outline: 0;
    }

        a img {
            border: none;
        }

:active, :focus {
    outline: 0;
}


/* Tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    border: 1px solid #e4e7e8;
    padding: 4px;
}

caption, th {
    font-weight: bold;
    text-align: center;
}

body[class*="woocommerce-"] table th, body[class*="woocommerce-"] table td {
    border-width: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    padding: 0.7em;
}

pre, code, kbd, tt, var, samp {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
}

pre {
    overflow: auto;
    max-width: 100%;
}

abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

mark, ins {
    background-color: transparent;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

[hidden], template {
    display: none;
}

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

/* Images */
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

figure,
.wp-caption-overlay .wp-caption {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

    figure figcaption,
    .wp-caption-overlay .wp-caption .wp-caption-text,
    .wp-caption-overlay .wp-caption .wp-caption-dd {
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin-bottom: 0;
        background-color: rgba(0,0,0,0.5);
        font-size: 0.75em;
        line-height: 1.3em;
        color: #fff;
        padding: 0.25em 0.8em;
    }


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



/* Audio and Video */
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

iframe, video, embed {
    max-width: 100%;
    min-height: 100px;
    vertical-align: top;
}

/* Media Elements player hook */
.me-cannotplay {
    overflow: hidden;
}

.me-plugin {
    position: absolute;
    height: 0;
    width: 0;
}
/* Media elements hook for Safary */

/* Fontello icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    width: auto;
    margin: 0;
}

body {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 14px;
    line-height: 1.85em;
    font-weight: 400;
    color: #5b5f62;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Spinnaker, serif;
    color: #191e23;
}

h1 {
    font-size: 3.214em;
    line-height: 1.2em; /*margin-top:0;*/
    margin-bottom: 0.4em;
}

h2 {
    font-size: 2.857em;
    line-height: 1.5em; /*margin-top:1.425em;*/
    margin-bottom: 0.3em;
}

h3 {
    font-size: 2.143em;
    line-height: 1.2em; /*margin-top:2.166em;*/
    margin-bottom: 0.3em;
}

h4 {
    font-size: 1.786em;
    line-height: 1.2em; /*margin-top:1.92em;*/
    margin-bottom: 0.6em;
}

h5 {
    font-size: 1.429em;
    line-height: 0.85em; /*margin-top:1.3em;*/
    margin-bottom: 0.9em;
}

h6 {
    font-size: 1.143em;
    line-height: 1.333em; /*margin-top:3.3125em;*/
    margin-bottom: 0.5em;
}

dt, b, strong {
    font-weight: 700;
}

ol, ul {
    margin-bottom: 0;
}

td, th {
    border: 1px solid #dcdbda;
}

hr {
    border: none;
    color: #dddddc;
    background-color: #dddddc;
    height: 2px;
    margin-top: 5em;
}

p {
    margin: 0;
    padding: 0;
}

    p + p {
        margin-top: 1.333em;
    }

figure + p {
    margin-top: 1.333em;
}

/* Normal state */

a, button {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

a {
    color: #797d82;
}

    a:hover {
        color: #ce0315;
    }

.post_title a {
    color: #191e23;
}

.post_item .post_content strong, .post_item .post_content b {
    font-weight: 700;
}


/* Dark styles */
.bg_tint_dark, .bg_tint_dark h1, .bg_tint_dark h2, .bg_tint_dark h3, .bg_tint_dark h4, .bg_tint_dark h5, .bg_tint_dark h6 {
    color: #fff;
}

    .bg_tint_dark a, .bg_tint_dark h1 a, .bg_tint_dark h2 a, .bg_tint_dark h3 a, .bg_tint_dark h4 a, .bg_tint_dark h5 a, .bg_tint_dark h6 a {
        color: #fff;
    }


/* Light styles */
.bg_tint_light,
.bg_tint_light a {
    color: #5b5f62;
}

    .bg_tint_light h1, .bg_tint_light h2, .bg_tint_light h3, .bg_tint_light h4, .bg_tint_light h5, .bg_tint_light h6,
    .bg_tint_light h1 a, .bg_tint_light h2 a, .bg_tint_light h3 a, .bg_tint_light h4 a, .bg_tint_light h5 a, .bg_tint_light h6 a {
        color: #191e23;
    }

.content_wrap {
    /*overflow: hidden;*/
}

/* 2. Theme Accent Colors
------------------------------------------------------------------------- */

/* Links colors - use it as background and border with next classes */
.link_color {
    color: #209de2;
}

.link_color_bgc {
    background-color: #209de2;
}

.link_color_bg {
    background: #209de2;
}

.link_color_border {
    border-color: #209de2;
}

a.link_color:hover {
    color: #191e23;
}

.link_dark {
    color: #191e23;
}

.link_dark_bgc {
    background-color: #191e23;
}

.link_dark_bg {
    background: #191e23;
}

.link_dark_border {
    border-color: #191e23;
}

/* Main menu colors - use it as background and border with next classes */
.menu_color {
    color: #1dbb90;
}

.menu_color_bgc {
    background-color: #1dbb90;
}

.menu_color_bg {
    background: #1dbb90;
}

.menu_color_border {
    border-color: #1dbb90;
}

a.menu_color:hover {
    color: #018763;
}

.menu_dark {
    color: #018763;
}

.menu_dark_bgc {
    background-color: #018763;
}

.menu_dark_bg {
    background: #018763;
}

.menu_dark_border {
    border-color: #018763;
}

/* User menu colors - use it as background and border with next classes */
.user_color {
    color: #ffb20e;
}

.user_color_bgc {
    background-color: #ffb20e;
}

.user_color_bg {
    background: #ffb20e;
}

.user_color_border {
    border-color: #ffb20e;
}

a.user_color:hover {
    color: #cc8b00;
}

.user_dark {
    color: #cc8b00;
}

.user_dark_bgc {
    background-color: #cc8b00;
}

.user_dark_bg {
    background: #cc8b00;
}

.user_dark_border {
    border-color: #cc8b00;
}


/* 2.1 Common colors
-------------------------------------------------------------- */

/* Portfolio hovers */
.post_content.ih-item.circle.effect1.colored .info,
.post_content.ih-item.circle.effect2.colored .info,
.post_content.ih-item.circle.effect3.colored .info,
.post_content.ih-item.circle.effect4.colored .info,
.post_content.ih-item.circle.effect5.colored .info .info-back,
.post_content.ih-item.circle.effect6.colored .info,
.post_content.ih-item.circle.effect7.colored .info,
.post_content.ih-item.circle.effect8.colored .info,
.post_content.ih-item.circle.effect9.colored .info,
.post_content.ih-item.circle.effect10.colored .info,
.post_content.ih-item.circle.effect11.colored .info,
.post_content.ih-item.circle.effect12.colored .info,
.post_content.ih-item.circle.effect13.colored .info,
.post_content.ih-item.circle.effect14.colored .info,
.post_content.ih-item.circle.effect15.colored .info,
.post_content.ih-item.circle.effect16.colored .info,
.post_content.ih-item.circle.effect18.colored .info .info-back,
.post_content.ih-item.circle.effect19.colored .info,
.post_content.ih-item.circle.effect20.colored .info .info-back,
.post_content.ih-item.square.effect1.colored .info,
.post_content.ih-item.square.effect2.colored .info,
.post_content.ih-item.square.effect3.colored .info,
.post_content.ih-item.square.effect4.colored .mask1,
.post_content.ih-item.square.effect4.colored .mask2,
.post_content.ih-item.square.effect5.colored .info,
.post_content.ih-item.square.effect6.colored .info,
.post_content.ih-item.square.effect7.colored .info,
.post_content.ih-item.square.effect8.colored .info,
.post_content.ih-item.square.effect9.colored .info .info-back,
.post_content.ih-item.square.effect10.colored .info,
.post_content.ih-item.square.effect11.colored .info,
.post_content.ih-item.square.effect12.colored .info,
.post_content.ih-item.square.effect13.colored .info,
.post_content.ih-item.square.effect14.colored .info,
.post_content.ih-item.square.effect15.colored .info,
.post_content.ih-item.circle.effect20.colored .info .info-back,
.post_content.ih-item.square.effect_book.colored .info {
    background: rgba(237,236,233,1);
}

.post_content.ih-item.circle.effect1.colored .info,
.post_content.ih-item.circle.effect2.colored .info,
.post_content.ih-item.circle.effect5.colored .info .info-back,
.post_content.ih-item.circle.effect19.colored .info,
.post_content.ih-item.square.effect4.colored .mask1,
.post_content.ih-item.square.effect4.colored .mask2,
.post_content.ih-item.square.effect6.colored .info,
.post_content.ih-item.square.effect7.colored .info,
.post_content.ih-item.square.effect12.colored .info,
.post_content.ih-item.square.effect13.colored .info,
.post_content.ih-item.square.effect_dir.colored .info,
.post_content.ih-item.square.effect_shift.colored .info {
    background: rgba(0,0,0,0.5);
}

.ih-item.square.effect13.colored .info .post_title {
    background: transparent !important;
    padding-top: 4em;
    padding-bottom: 0;
}

.ih-item.square.effect2.colored .info .post_title {
    background: rgba(223,219,214,1) !important;
    color: #857566 !important;
}

.post_content.ih-item.circle.effect17.colored:hover .img:before {
    box-shadow: inset 0 0 0 110px #191e23, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 110px rgba(29,187,144, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.post_content.ih-item.circle.effect1 .spinner {
    border-right-color: #1dbb90;
    border-bottom-color: #1dbb90;
}

.ih-item.square {
    overflow: hidden;
}

    .ih-item.square.effect1 .img,
    .ih-item.square.effect1 .info,
    .ih-item.square.effect5 .img,
    .ih-item.square.effect9 .img,
    .ih-item.square.effect14 .img,
    .ih-item.square.effect_shift .img,
    .ih-item.square.effect_shift .info {
        overflow: hidden;
    }

    .ih-item.square.effect3 .info {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

/* Tables */
.sc_table table {
    color: #5b5f62;
    /*overflow: hidden;*/ /* In Chrome hide right and bottom borders for the table */
}

    .sc_table table th,
    .sc_table table td {
        padding: 1em;
    }

    .sc_table table tr:first-child {
        background-color: #f4f7fa;
        color: #191e23;
        text-transform: uppercase;
    }

        .sc_table table tr:first-child th,
        .sc_table table tr:first-child td {
            font-size: 1.066em;
            line-height: 1.75em;
            font-weight: 300;
        }

    .sc_table table tr:hover {
        background-color: #e4f3fb;
    }

    .sc_table table tr:first-child th:first-child,
    .sc_table table tr:first-child td:first-child {
        overflow: hidden;
    }


/* Table of contents */
pre.code,
#toc .toc_item.current,
#toc .toc_item:hover {
    border-color: #191e23;
}

#toc .toc_description {
}


::selection,
::-moz-selection {
    color: #fff;
    background-color: #191e23;
}

/* 3. Form fields settings
-------------------------------------------------------------- */
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    line-height: 100%;
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button, input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button {
    overflow: visible;
}

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

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

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

textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

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

input[type="search"] {
    -webkit-appearance: none; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    }

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    outline: none;
    resize: none;
    padding: 0.45em 0.5em;
    line-height: 1.3em;
}

button::-moz-focus-inner {
    border: 0;
}

button:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: none;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
    padding: 0.45em 0.5em;
    min-height: 5em;
}

label.required:after {
    content: '*';
    display: inline-block;
    vertical-align: text-top;
    font-size: 80%;
    color: #da6f5b;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    border: none;
    background-color: #f4f7f9;
}

textarea,
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    padding: 0.85em 1.8em;
}

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #aeb1b3;
    }

input[type="checkbox"]:not(.input-checkbox) {
    display: none;
}

label > input[type="checkbox"] {
    display: inline-block !important;
}

input[type="checkbox"] + label {
    position: relative;
    padding-left: 2em;
    line-height: 1.5em;
}

    input[type="checkbox"] + label:before {
        content: ' ';
        font-family: fontello;
        display: block;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        width: 1.25em;
        height: 1.25em;
        border: 1px solid #ebebeb;
        background-color: #fafafa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

input[type="checkbox"]:checked + label:before {
    content: '\e805';
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}


/* 4. styles and Screen readers
-------------------------------------------------------------- */
.body_bg1 {
    background-color: #08090B;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

    .screen-reader-text:hover,
    .screen-reader-text:active,
    .screen-reader-text:focus {
        display: block;
        top: 5px;
        left: 5px;
        width: auto;
        height: auto;
        padding: 1em 1.5em;
        font-size: 0.85em;
        line-height: normal;
        color: #21759b;
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        text-decoration: none;
        z-index: 100000; /* Above WP toolbar */
    }

.alignleft {
    display: inline-block;
    float: left;
    margin-right: 2em;
}

.alignright {
    display: inline-block;
    float: right;
    margin-left: 2em;
}

.aligncenter {
    clear: both;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.sticky {
    position: relative;
}

    .sticky .sticky_label {
        position: absolute;
        right: 0;
        top: 0;
        width: 3em;
        height: 3em;
        background-image: url(images/sticky.html);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 3em 3em;
    }

.gallery-caption {
}

.bypostauthor {
}

.wp-caption {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

    .wp-caption a[class*="magnific"],
    .wp-caption a[class*="prettyPhoto"] {
        display: block;
    }

        .wp-caption a[class*="magnific"] img,
        .wp-caption a[class*="prettyPhoto"] img {
            vertical-align: top;
        }

    .wp-caption .wp-caption-text,
    .wp-caption .wp-caption-dd {
        padding: 0.5em 0 2em;
        font-size: 0.75em;
        line-height: 16px;
        font-style: italic;
        text-align: center;
    }

.gallery {
    margin: 0 -5px;
}

    .gallery .gallery-item a {
        display: block;
    }

        .gallery .gallery-item a img {
            border: none !important;
            display: block;
            width: 100%;
        }

    .gallery .gallery-item .gallery-icon {
        margin: 0 5px;
    }

    .gallery .gallery-item .gallery-caption {
        line-height: 100%;
        margin: 0;
        padding: 6px 6px 0;
        font-size: 0.875em;
    }

    .gallery.gallery-columns-9 .gallery-item {
        width: 11.1111% !important;
    }

    .gallery.gallery-columns-8 .gallery-item {
        width: 12.5% !important;
    }

    .gallery.gallery-columns-7 .gallery-item {
        width: 14.2857% !important;
    }

    .gallery.gallery-columns-6 .gallery-item {
        width: 16.6666% !important;
    }

    .gallery.gallery-columns-5 .gallery-item {
        width: 20% !important;
    }

    .gallery.gallery-columns-4 .gallery-item {
        width: 25% !important;
    }

    .gallery.gallery-columns-3 .gallery-item {
        width: 33.3333% !important;
    }

    .gallery.gallery-columns-2 .gallery-item {
        width: 50% !important;
    }

    .gallery.gallery-columns-1 .gallery-item {
        width: 100% !important;
    }

    .gallery.gallery-columns-9 .gallery-caption {
        font-size: 0.625em;
    }

    .gallery.gallery-columns-8 .gallery-caption {
        font-size: 0.6875em;
    }

    .gallery.gallery-columns-7 .gallery-caption {
        font-size: 0.75em;
    }

    .gallery.gallery-columns-6 .gallery-caption {
        font-size: 0.8125em;
    }

.post-password-form label {
    display: inline-block;
}

.post-password-form input[type="submit"] {
    display: inline-block;
    margin-left: 10px;
}

#wpadminbar {
    overflow: hidden;
}





/* 5. Theme grid
-------------------------------------------------------------- */
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
}

.no_padding .container {
    padding-top: 0;
    padding-bottom: 0;
}

.with_isotope .container {
    padding-bottom: 30px;
}

.row { /*margin-left: -25px; margin-right: -25px;*/
}

.columns_wrap {
    margin-left: 0px; /* -25px; */
}

    .row > [class*="column-"], .columns_wrap > [class*="column-"] {
        /*display: inline-block;*/
        /*position: relative;*/
        /*min-height: 1px;*/
        float: left;
        padding-left: 0px; /* 25px; */
        padding-right: 2em; /* 25px; */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row.column_padding_left, .columns_wrap.column_padding_left {
        margin-left: -50px;
        margin-right: 0;
    }

        .row.column_padding_left > [class*="column-"], .columns_wrap.column_padding_left > [class*="column-"],
        .row > [class*="column-"].column_padding_left, .columns_wrap > [class*="column-"].column_padding_left {
            padding-left: 50px;
            padding-right: 0;
        }

    .row.column_padding_right, .columns_wrap.column_padding_right {
        margin-left: 0;
        margin-right: -50px;
    }

        .row.column_padding_right > [class*="column-"], .columns_wrap.column_padding_right > [class*="column-"],
        .row > [class*="column-"].column_padding_right, .columns_wrap > [class*="column-"].column_padding_right {
            padding-left: 0;
            padding-right: 50px;
        }

    .row.column_padding_center, .columns_wrap.column_padding_center {
        margin-left: -25px;
        margin-right: -25px;
    }

        .row.column_padding_center > [class*="column-"], .columns_wrap.column_padding_center > [class*="column-"],
        .row > [class*="column-"].column_padding_center, .columns_wrap > [class*="column-"].column_padding_center {
            padding-left: 50px;
            padding-right: 0;
        }

    .row > [class*="column-"].column_padding_bottom, .columns_wrap > [class*="column-"].column_padding_bottom {
        padding-bottom: 50px;
    }

    .clearfix:after,
    .container:after,
    .container-fluid:after,
    .row:after,
    .columns_wrap:after {
        content: '';
        clear: both;
        width: 100%;
        height: 0;
        display: block;
    }

/* Columns width */
.column-1, .column-1_1, .column-2_2, .column-3_3, .column-4_4, .column-5_5, .column-6_6, .column-7_7, .column-8_8, .column-9_9, .column-10_10, .column-11_11, .column-12_12 {
    width: 100%;
}

.column-1_2, .column-2_4, .column-3_6, .column-4_8, .column-5_10, .column-6_12 {
    width: 50%;
}

.column-1_3, .column-2_6, .column-3_9, .column-4_12 {
    width: 33.33333333%;
}

.column-2_3, .column-4_6, .column-8_12 {
    width: 66.66666667%;
}

.column-1_4, .column-2_8, .column-3_12 {
    width: 25%;
}

.column-3_4, .column-6_8, .column-9_12 {
    width: 75%;
}

.column-1_5, .column-2_10 {
    width: 20%;
}

.column-2_5, .column-4_10 {
    width: 40%;
}

.column-3_5, .column-6_10 {
    width: 60%;
}

.column-4_5, .column-8_10 {
    width: 80%;
}

.column-1_6, .column-2_12 {
    width: 16.66666667%;
}

.column-5_6, .column-10_12 {
    width: 83.33333333%;
}

.column-1_7 {
    width: 14.28571429%;
}

.column-2_7 {
    width: 28.57142857%;
}

.column-3_7 {
    width: 42.85714286%;
}

.column-4_7 {
    width: 57.14285714%;
}

.column-5_7 {
    width: 71.42857143%;
}

.column-6_7 {
    width: 85.71428571%;
}

.column-1_8 {
    width: 12.5%;
}

.column-3_8 {
    width: 37.5%;
}

.column-5_8 {
    width: 62.5%;
}

.column-7_8 {
    width: 87.5%;
}

.column-1_9 {
    width: 11.11111111%;
}

.column-2_9 {
    width: 22.22222222%;
}

.column-3_9 {
    width: 33.33333333%;
}

.column-4_9 {
    width: 44.44444444%;
}

.column-5_9 {
    width: 55.55555556%;
}

.column-6_9 {
    width: 66.66666667%;
}

.column-7_9 {
    width: 77.77777778%;
}

.column-8_9 {
    width: 88.88888889%;
}

.column-1_10 {
    width: 10%;
}

.column-3_10 {
    width: 30%;
}

.column-7_10 {
    width: 70%;
}

.column-9_10 {
    width: 90%;
}

.column-1_11 {
    width: 9.09090909%;
}

.column-2_11 {
    width: 18.18181818%;
}

.column-3_11 {
    width: 27.27272727%;
}

.column-4_11 {
    width: 36.36363636%;
}

.column-5_11 {
    width: 45.45454545%;
}

.column-6_11 {
    width: 54.54545455%;
}

.column-7_11 {
    width: 63.63636364%;
}

.column-8_11 {
    width: 72.72727273%;
}

.column-9_11 {
    width: 81.81818182%;
}

.column-10_11 {
    width: 90.90909091%;
}

.column-1_12 {
    width: 8.33333333%;
}

.column-5_12 {
    width: 41.66666667%;
}

.column-7_12 {
    width: 58.33333333%;
}

.column-11_12 {
    width: 91.66666667%;
}
/* Push columns */
.push-1_2, .push-2_4, .push-3_6, .push-4_8, .push-5_10, .push-6_12 {
    left: 50%;
}

.push-1_3, .push-2_6, .push-3_9, .push-4_12 {
    left: 33.33333333%;
}

.push-2_3, .push-4_6, .push-8_12 {
    left: 66.66666667%;
}

.push-1_4, .push-2_8, .push-3_12 {
    left: 25%;
}

.push-3_4, .push-6_8, .push-9_12 {
    left: 75%;
}

.push-1_5, .push-2_10 {
    left: 20%;
}

.push-2_5, .push-4_10 {
    left: 40%;
}

.push-3_5, .push-6_10 {
    left: 60%;
}

.push-4_5, .push-8_10 {
    left: 80%;
}

.push-1_6, .push-2_12 {
    left: 16.66666667%;
}

.push-5_6, .push-10_12 {
    left: 83.33333333%;
}

.push-1_7 {
    left: 14.28571429%;
}

.push-2_7 {
    left: 28.57142857%;
}

.push-3_7 {
    left: 42.85714286%;
}

.push-4_7 {
    left: 57.14285714%;
}

.push-5_7 {
    left: 71.42857143%;
}

.push-6_7 {
    left: 85.71428571%;
}

.push-1_8 {
    left: 12.5%;
}

.push-3_8 {
    left: 37.5%;
}

.push-5_8 {
    left: 62.5%;
}

.push-7_8 {
    left: 87.5%;
}

.push-1_9 {
    left: 11.11111111%;
}

.push-2_9 {
    left: 22.22222222%;
}

.push-3_9 {
    left: 33.33333333%;
}

.push-4_9 {
    left: 44.44444444%;
}

.push-5_9 {
    left: 55.55555556%;
}

.push-6_9 {
    left: 66.66666667%;
}

.push-7_9 {
    left: 77.77777778%;
}

.push-8_9 {
    left: 88.88888889%;
}

.push-1_10 {
    left: 10%;
}

.push-3_10 {
    left: 30%;
}

.push-7_10 {
    left: 70%;
}

.push-9_10 {
    left: 90%;
}

.push-1_11 {
    left: 9.09090909%;
}

.push-2_11 {
    left: 18.18181818%;
}

.push-3_11 {
    left: 27.27272727%;
}

.push-4_11 {
    left: 36.36363636%;
}

.push-5_11 {
    left: 45.45454545%;
}

.push-6_11 {
    left: 54.54545455%;
}

.push-7_11 {
    left: 63.63636364%;
}

.push-8_11 {
    left: 72.72727273%;
}

.push-9_11 {
    left: 81.81818182%;
}

.push-10_11 {
    left: 90.90909091%;
}

.push-1_12 {
    left: 8.33333333%;
}

.push-5_12 {
    left: 41.66666667%;
}

.push-7_12 {
    left: 58.33333333%;
}

.push-11_12 {
    left: 91.66666667%;
}
/* Pull columns */
.pull-1_2, .pull-2_4, .pull-3_6, .pull-4_8, .pull-5_10, .pull-6_12 {
    right: 50%;
}

.pull-1_3, .pull-2_6, .pull-3_9, .pull-4_12 {
    right: 33.33333333%;
}

.pull-2_3, .pull-4_6, .pull-8_12 {
    right: 66.66666667%;
}

.pull-1_4, .pull-2_8, .pull-3_12 {
    right: 25%;
}

.pull-3_4, .pull-6_8, .pull-9_12 {
    right: 75%;
}

.pull-1_5, .pull-2_10 {
    right: 20%;
}

.pull-2_5, .pull-4_10 {
    right: 40%;
}

.pull-3_5, .pull-6_10 {
    right: 60%;
}

.pull-4_5, .pull-8_10 {
    right: 80%;
}

.pull-1_6, .pull-2_12 {
    right: 16.66666667%;
}

.pull-5_6, .pull-10_12 {
    right: 83.33333333%;
}

.pull-1_7 {
    right: 14.28571429%;
}

.pull-2_7 {
    right: 28.57142857%;
}

.pull-3_7 {
    right: 42.85714286%;
}

.pull-4_7 {
    right: 57.14285714%;
}

.pull-5_7 {
    right: 71.42857143%;
}

.pull-6_7 {
    right: 85.71428571%;
}

.pull-1_8 {
    right: 12.5%;
}

.pull-3_8 {
    right: 37.5%;
}

.pull-5_8 {
    right: 62.5%;
}

.pull-7_8 {
    right: 87.5%;
}

.pull-1_9 {
    right: 11.11111111%;
}

.pull-2_9 {
    right: 22.22222222%;
}

.pull-3_9 {
    right: 33.33333333%;
}

.pull-4_9 {
    right: 44.44444444%;
}

.pull-5_9 {
    right: 55.55555556%;
}

.pull-6_9 {
    right: 66.66666667%;
}

.pull-7_9 {
    right: 77.77777778%;
}

.pull-8_9 {
    right: 88.88888889%;
}

.pull-1_10 {
    right: 10%;
}

.pull-3_10 {
    right: 30%;
}

.pull-7_10 {
    right: 70%;
}

.pull-9_10 {
    right: 90%;
}

.pull-1_11 {
    right: 9.09090909%;
}

.pull-2_11 {
    right: 18.18181818%;
}

.pull-3_11 {
    right: 27.27272727%;
}

.pull-4_11 {
    right: 36.36363636%;
}

.pull-5_11 {
    right: 45.45454545%;
}

.pull-6_11 {
    right: 54.54545455%;
}

.pull-7_11 {
    right: 63.63636364%;
}

.pull-8_11 {
    right: 72.72727273%;
}

.pull-9_11 {
    right: 81.81818182%;
}

.pull-10_11 {
    right: 90.90909091%;
}

.pull-1_12 {
    right: 8.33333333%;
}

.pull-5_12 {
    right: 41.66666667%;
}

.pull-7_12 {
    right: 58.33333333%;
}

.pull-11_12 {
    right: 91.66666667%;
}
/* Margin for the columns */
.offset-1_2, .offset-2_4, .offset-3_6, .offset-4_8, .offset-5_10, .offset-6_12 {
    margin-left: 50%;
}

.offset-1_3, .offset-2_6, .offset-3_9, .offset-4_12 {
    margin-left: 33.33333333%;
}

.offset-2_3, .offset-4_6, .offset-8_12 {
    margin-left: 66.66666667%;
}

.offset-1_4, .offset-2_8, .offset-3_12 {
    margin-left: 25%;
}

.offset-3_4, .offset-6_8, .offset-9_12 {
    margin-left: 75%;
}

.offset-1_5, .offset-2_10 {
    margin-left: 20%;
}

.offset-2_5, .offset-4_10 {
    margin-left: 40%;
}

.offset-3_5, .offset-6_10 {
    margin-left: 60%;
}

.offset-4_5, .offset-8_10 {
    margin-left: 80%;
}

.offset-1_6, .offset-2_12 {
    margin-left: 16.66666667%;
}

.offset-5_6, .offset-10_12 {
    margin-left: 83.33333333%;
}

.offset-1_7 {
    margin-left: 14.28571429%;
}

.offset-2_7 {
    margin-left: 28.57142857%;
}

.offset-3_7 {
    margin-left: 42.85714286%;
}

.offset-4_7 {
    margin-left: 57.14285714%;
}

.offset-5_7 {
    margin-left: 71.42857143%;
}

.offset-6_7 {
    margin-left: 85.71428571%;
}

.offset-1_8 {
    margin-left: 12.5%;
}

.offset-3_8 {
    margin-left: 37.5%;
}

.offset-5_8 {
    margin-left: 62.5%;
}

.offset-7_8 {
    margin-left: 87.5%;
}

.offset-1_9 {
    margin-left: 11.11111111%;
}

.offset-2_9 {
    margin-left: 22.22222222%;
}

.offset-3_9 {
    margin-left: 33.33333333%;
}

.offset-4_9 {
    margin-left: 44.44444444%;
}

.offset-5_9 {
    margin-left: 55.55555556%;
}

.offset-6_9 {
    margin-left: 66.66666667%;
}

.offset-7_9 {
    margin-left: 77.77777778%;
}

.offset-8_9 {
    margin-left: 88.88888889%;
}

.offset-1_10 {
    margin-left: 10%;
}

.offset-3_10 {
    margin-left: 30%;
}

.offset-7_10 {
    margin-left: 70%;
}

.offset-9_10 {
    margin-left: 90%;
}

.offset-1_11 {
    margin-left: 9.09090909%;
}

.offset-2_11 {
    margin-left: 18.18181818%;
}

.offset-3_11 {
    margin-left: 27.27272727%;
}

.offset-4_11 {
    margin-left: 36.36363636%;
}

.offset-5_11 {
    margin-left: 45.45454545%;
}

.offset-6_11 {
    margin-left: 54.54545455%;
}

.offset-7_11 {
    margin-left: 63.63636364%;
}

.offset-8_11 {
    margin-left: 72.72727273%;
}

.offset-9_11 {
    margin-left: 81.81818182%;
}

.offset-10_11 {
    margin-left: 90.90909091%;
}

.offset-1_12 {
    margin-left: 8.33333333%;
}

.offset-5_12 {
    margin-left: 41.66666667%;
}

.offset-7_12 {
    margin-left: 58.33333333%;
}

.offset-11_12 {
    margin-left: 91.66666667%;
}

/* Utils */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.columns_wrap:before,
.columns_wrap:after {
    display: inline-block;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
    clear: both;
    width: 100%;
    height: 0;
    display: block;
}

.column-1_3 + .column-2_3 {
    padding-left: 2em;
    padding-right: 0;
}

[class*="column-"].no_padding {
    padding-left: 0;
    padding-right: 0;
}


.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.text-hide {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* margin */
.margin_top_none {
    margin-top: 0 !important;
}

.margin_top_mini {
    margin-top: 15px !important;
}

.margin_top_small {
    margin-top: 30px !important;
}

.margin_top_middle {
    margin-top: 50px !important;
}

.margin_top_big {
    margin-top: 70px !important;
}

.margin_top_large {
    margin-top: 100px !important;
}

.margin_bottom_none {
    margin-bottom: 0 !important;
}

.margin_bottom_mini {
    margin-bottom: 15px !important;
}

.margin_bottom_small {
    margin-bottom: 30px !important;
}

.margin_bottom_middle {
    margin-bottom: 50px !important;
}

.margin_bottom_big {
    margin-bottom: 70px !important;
}

.margin_bottom_large {
    margin-bottom: 100px !important;
}

.margin_left_none {
    margin-left: 0 !important;
}

.margin_left_mini {
    margin-left: 15px !important;
}

.margin_left_small {
    margin-left: 30px !important;
}

.margin_left_middle {
    margin-left: 50px !important;
}

.margin_left_big {
    margin-left: 70px !important;
}

.margin_left_large {
    margin-left: 100px !important;
}

.margin_right_none {
    margin-right: 0 !important;
}

.margin_right_mini {
    margin-right: 15px !important;
}

.margin_right_small {
    margin-right: 30px !important;
}

.margin_right_middle {
    margin-right: 50px !important;
}

.margin_right_big {
    margin-right: 70px !important;
}

.margin_right_large {
    margin-right: 100px !important;
}

/* padding */
.padding_top_none {
    padding-top: 0 !important;
}

.padding_top_mini {
    padding-top: 15px !important;
}

.padding_top_small {
    padding-top: 30px !important;
}

.padding_top_middle {
    padding-top: 50px !important;
}

.padding_top_big {
    padding-top: 70px !important;
}

.padding_top_large {
    padding-top: 100px !important;
}

.padding_bottom_none {
    padding-bottom: 0 !important;
}

.padding_bottom_mini {
    padding-bottom: 15px !important;
}

.padding_bottom_small {
    padding-bottom: 30px !important;
}

.padding_bottom_middle {
    padding-bottom: 50px !important;
}

.padding_bottom_big {
    padding-bottom: 70px !important;
}

.padding_bottom_large {
    padding-bottom: 100px !important;
}

.padding_left_none {
    padding-left: 0 !important;
}

.padding_left_mini {
    padding-left: 15px !important;
}

.padding_left_small {
    padding-left: 30px !important;
}

.padding_left_middle {
    padding-left: 50px !important;
}

.padding_left_big {
    padding-left: 70px !important;
}

.padding_left_large {
    padding-left: 100px !important;
}

.padding_right_none {
    padding-right: 0 !important;
}

.padding_right_mini {
    padding-right: 15px !important;
}

.padding_right_small {
    padding-right: 30px !important;
}

.padding_right_middle {
    padding-right: 50px !important;
}

.padding_right_big {
    padding-right: 70px !important;
}

.padding_right_large {
    padding-right: 100px !important;
}


/* grey section */
.grey_section {
    background-color: #f4f7fa;
}

/* blue section */
.blue_section {
    background-color: #209de2;
}

/* dark section */
.dark_section {
    background-color: #000;
}

/* bg image section */
.bg_section_1 {
    background-image: url(../images/girl_with_glasses.jpg);
    background-size: cover;
}

.bg_section_2 {
    background-image: url(../images/deal.jpg);
    background-size: cover;
}

    .bg_section_2 .sc_section_overlay {
        background-color: rgba(10,10,10,0.5);
    }
/*.bg_section_2 .sc_columns_count_3 {padding-top: 75px;padding-bottom: 60px;}*/

.bg_section_3 {
    background-image: url(../images/narrow-deal.jpg);
}

    .bg_section_3 .sc_section_overlay {
        background-color: rgba(0,0,0,0.5);
    }

.fixed_height_2 {
    height: 15em;
}

.fixed_height_1 {
    height: 25em;
}

    .fixed_height_1 .sc_columns_count_3 {
        padding-top: 60px;
    }

/* purchase section */
.purchase_section .container:not(.no_padding) {
    padding-top: 50px;
    padding-bottom: 40px;
}

.purchase_section .sc_title {
    padding-top: 7px;
}

/*advisor section*/
.advisor_section > .container {
    padding-top: 15px;
}

/* 6. Page layouts
-------------------------------------------------------------- */
.page_wrap,
.content_wrap {
    margin: 0 auto;
}

.body_style_boxed .page_wrap {
    width: 100%;
    overflow: hidden;
}

header .content_wrap {
    overflow: hidden;
}

.slider_boxed,
.content_wrap,
.content_container {
    width: 1170px;
    margin: 0 auto;
}

    .content_wrap .content_wrap,
    .content_wrap .content_container,
    .content_container .content_wrap,
    .content_container .content_container {
        width: 100%;
    }

    .content_wrap:after,
    .content_container:after {
        display: block;
        width: 100%;
        height: 0;
        clear: both;
    }

.body_style_fullwide .content_wrap {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.content, .sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Content and Sidebar */
.sidebar_show .content {
    width: 750px;
}

.sidebar {
    width: 350px;
}

.sidebar_right .content {
    float: left;
}

.sidebar_right .sidebar {
    float: right;
}

.sidebar_left .content {
    float: right;
}

.sidebar_left .sidebar {
    float: left;
}

/* Fullwide or Fullscreen with sidebar */
.body_style_fullwide.sidebar_show .content, .body_style_fullscreen.sidebar_show .content {
    width: auto;
    max-width: 100%;
}

.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content {
    padding-right: 400px;
}

.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar {
    margin-left: -350px;
}

.body_style_fullwide.sidebar_left .content, .body_style_fullscreen.sidebar_left .content {
    padding-left: 400px;
}

.body_style_fullwide.sidebar_left .sidebar, .body_style_fullscreen.sidebar_left .sidebar {
    margin-right: -350px;
}

.body_style_fullscreen .page_content_wrap {
    overflow: hidden;
    padding: 0;
}

/* Boxed style for articles and sidebar */
.page_content_wrap {
    padding: 3.125em 0;
}
/*
.article_style_boxed .page_content_wrap {
	padding: 2.5em 0;
}
*/
.body_style_fullscreen .page_content_wrap {
    padding: 0;
}

.article_style_boxed.layout_excerpt .content,
.article_style_boxed[class*="single-"] .content > article,
.article_style_boxed[class*="single-"] .content > .comments_wrap,
.article_style_boxed .sidebar,
.body_filled .widget_area.sidebar_style_light,
.body_filled .widget_area.sidebar_style_dark {
    padding: 1.875em;
}

.body_style_fullscreen .content > article.page {
    padding: 0;
}

/* With video Background */
.video_bg_show .body_wrap {
    position: relative;
}

.video_bg_show .video_bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_bg_show .video_bg_overlay:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 3;
    background-image: url(images/bg/texture_7.html);
}


/* 7. Section's decorations
-------------------------------------------------------------- */

/* If in the Theme options set "Body filled", else - leave this sections transparent */
.body_filled .widget_area.sidebar_style_dark,
.body_filled .widget_area.bg_tint_dark {
    background-color: #191e23;
    color: #797d82;
}

    .body_filled .widget_area.sidebar_style_dark a,
    .body_filled .widget_area.bg_tint_dark a {
        color: #209de2;
    }

        .body_filled .widget_area.sidebar_style_dark a:hover,
        .body_filled .widget_area.bg_tint_dark a:hover {
            color: #ce0315;
        }

/*
.body_style_fullscreen .footer_wrap.bg_tint_light,
*/
.body_filled.article_style_boxed .footer_wrap.bg_tint_light,
.body_filled.article_style_boxed .widget_area.sidebar_style_light,
.body_filled .widget_area.sidebar_style_white,
.body_filled .widget_area.footer_style_white,
.body_filled .copy_wrap,
.body_filled .page_wrap {
    background-color: #fff;
}

.body_filled .widget_area.footer_style_white {
    padding-top: 5em;
}

.body_filled .footer_wrap,
.body_filled .widget_area.sidebar_style_light,
.body_filled.article_style_boxed .page_wrap {
    background-color: #f4f7fa;
}

.article_style_boxed.layout_excerpt .content,
.article_style_boxed[class*="single-"] .content > article,
.article_style_boxed[class*="single-"] .content > .comments_wrap,
.article_style_boxed:not(.layout_excerpt) .content .post_item,
.article_style_boxed .sidebar {
    background-color: #ffffff;
    background-image: url("../images/white_bg.jpg");
    background-repeat: repeat;
}

.body_filled .widget_area.sidebar_style_light,
.body_filled .widget_area.sidebar_style_dark {
    padding-left: 0;
    padding-right: 0;
}

.body_style_fullscreen .content > article.page {
}

/* 7.1 Header
-------------------------------------------------------------- */

.top_panel_style_light.top_panel_opacity_solid .page_top_wrap {
    background-color: #ffffff;
    background: url("../images/narrow-deal.jpg");
    background-size: cover;
}

.top_panel_style_light .top_panel_opacity_solid .top_panel_wrap {
    background-color: #ffffff;
}

.top_panel_style_dark.top_panel_opacity_solid .top_panel_wrap {
    color: #aeb1b3;
    background-color: #191e23;
}

/* Top panel */
.top_panel_wrap {
    position: relative;
}

.top_panel_over .top_panel_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
/*.top_panel_over .top_panel_wrap,*/
.top_panel_over.top_panel_opacity_transparent.top_panel_style_dark .menu_main_wrap .content_wrap:after {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.admin-bar.top_panel_over .top_panel_wrap {
    top: 32px;
}

.top_panel_fixed_wrap {
    display: none;
}

.top_panel_fixed:not(.top_panel_over) .top_panel_fixed_wrap {
    display: block;
}

.top_panel_fixed .top_panel_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.top_panel_fixed .menu_user_wrap {
    display: none;
}

.admin-bar.top_panel_fixed .top_panel_wrap {
    top: 32px;
}


/* User and main menu */
.menu_main_wrap .menu_main_nav_area,
.menu_main_wrap .search_wrap {
    display: none;
}

.menu_show .menu_main_nav_area,
.menu_show .search_wrap {
    display: block;
}

.menu_user_wrap .menu_user_left {
    float: left;
}

.menu_user_wrap .menu_user_right {
    float: right;
}

.menu_user_wrap .menu_user_nav_area ul,
.menu_main_wrap .menu_main_nav_area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu_user_wrap .menu_user_nav li,
.menu_main_wrap .menu_main_nav li {
    margin-bottom: 0;
    position: relative;
}

    .menu_user_wrap .menu_user_nav li li > a,
    .menu_main_wrap .menu_main_nav li li > a {
        position: relative;
        display: block;
        padding: 0.5em 1.2em 0.5em 2em;
    }

.menu_user_wrap .menu_user_nav > li,
.menu_main_wrap .menu_main_nav > li {
    position: relative;
    float: left;
    margin-left: 4px;
    z-index: 20;
}

    .menu_main_wrap .menu_main_nav > li + li {
        z-index: 19;
    }

        .menu_main_wrap .menu_main_nav > li + li + li {
            z-index: 18;
        }

            .menu_main_wrap .menu_main_nav > li + li + li + li {
                z-index: 17;
            }

                .menu_main_wrap .menu_main_nav > li + li + li + li + li {
                    z-index: 16;
                }

                    .menu_main_wrap .menu_main_nav > li + li + li + li + li + li {
                        z-index: 15;
                    }

                        .menu_main_wrap .menu_main_nav > li + li + li + li + li + li + li {
                            z-index: 14;
                        }

                            .menu_main_wrap .menu_main_nav > li + li + li + li + li + li + li + li {
                                z-index: 13;
                            }

                                .menu_main_wrap .menu_main_nav > li + li + li + li + li + li + li + li + li {
                                    z-index: 12;
                                }

                                    .menu_main_wrap .menu_main_nav > li + li + li + li + li + li + li + li + li + li {
                                        z-index: 11;
                                    }

.menu_user_wrap .menu_user_nav > li {
    z-index: 30;
}

    .menu_user_wrap .menu_user_nav > li + li {
        z-index: 29;
    }

        .menu_user_wrap .menu_user_nav > li + li + li {
            z-index: 28;
        }

            .menu_user_wrap .menu_user_nav > li + li + li + li {
                z-index: 27;
            }

                .menu_user_wrap .menu_user_nav > li + li + li + li + li {
                    z-index: 26;
                }

                    .menu_user_wrap .menu_user_nav > li + li + li + li + li + li {
                        z-index: 25;
                    }

                        .menu_user_wrap .menu_user_nav > li + li + li + li + li + li + li {
                            z-index: 24;
                        }

                            .menu_user_wrap .menu_user_nav > li + li + li + li + li + li + li + li {
                                z-index: 23;
                            }

                                .menu_user_wrap .menu_user_nav > li + li + li + li + li + li + li + li + li {
                                    z-index: 22;
                                }

                                    .menu_user_wrap .menu_user_nav > li + li + li + li + li + li + li + li + li + li {
                                        z-index: 21;
                                    }

    .menu_user_wrap .menu_user_nav > li ul,
    .menu_main_wrap .menu_main_nav > li ul {
        position: absolute;
        display: none;
        z-index: 10000;
    }

.menu_user_wrap {
    font-size: 0.75em;
    height: 33px;
}

    .menu_user_wrap .menu_user_contact_area {
        padding-top: 7px;
    }

.menu_main_nav_area {
    margin-top: 0;
    margin-bottom: 0;
}

.menu_main_wrap .menu_main_nav > li.advisor_black.menu-item {
    background-color: grey;
    border-bottom: 2px solid #da0014;
}

.menu_left .menu_main_wrap .menu_main_nav_area,
.menu_center .menu_main_wrap .menu_main_nav_area {
    height: auto;
}

.menu_left .menu_main_wrap .menu_main_nav_area,
.menu_center .menu_main_wrap .menu_main_nav_area {
    height: 3.3em;
    margin-top: 2.9em;
    margin-bottom: 0;
    width: 100%;
    background-color: black;
    /*background-color: #209de2;*/
    line-height: 0;
}

.main-menu_wrap_bg {
    margin-top: -40px;
    background-color: black;
    /*background-color: #209de2;*/
}

.main-menu_wrap_content {
    width: 1170px;
    margin: 0 auto;
}

.menu_center .menu_main_wrap .menu_main_nav_area {
    text-align: left;
}

.top_panel_fixed .menu_main_wrap .menu_main_nav_area {
    margin-top: 20px;
    margin-bottom: 0;
    height: 3.3em;
}

.top_panel_fixed .menu_main_wrap .logo {
    margin-top: 0;
    margin-bottom: 0;
}

.top_panel_fixed .menu_main_wrap .search_wrap {
    margin-top: 0;
    margin-bottom: 0;
}

.top_panel_fixed .display_none {
    display: none;
}

.menu_user_wrap .menu_user_nav > li {
    height: 2.0em;
    line-height: 2.0em;
}

    .menu_user_wrap .menu_user_nav > li a {
        -webkit-transition: all ease .8s;
        -moz-transition: all ease .8s;
        -ms-transition: all ease .8s;
        -o-transition: all ease .8s;
        transition: all ease .8s;
        font-weight: 400;
    }

.top_panel_below .menu_user_wrap .menu_user_nav > li {
    margin-top: 0;
    padding-top: 0;
}

.top_panel_fixed.top_panel_style_light .top_panel_wrap,
.top_panel_fixed.top_panel_over.top_panel_opacity_transparent .top_panel_wrap {
    -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none);
}
/*
.top_panel_fixed.top_panel_style_light .top_panel_wrap {
	background-color:rgba(255,255,255, 0.9);
}
*/
.top_panel_fixed.top_panel_over.top_panel_opacity_transparent .top_panel_wrap {
    background-color: #018763; /*rgba(1,135,99, 0.8);*/
}

.menu_main_wrap .menu_main_nav > li {
    height: 3.3em;
    font-weight: 400; /*900;*/
    font-size: 1em;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 .8em;
    line-height: 1.7em;
    line-height: 3em;
}

    .menu_main_wrap .menu_main_nav > li > a:hover {
        line-height: 9.4em;
    }

    .menu_main_wrap .menu_main_nav > li > a:before {
        content: attr(title);
        position: absolute;
        top: -3.2em;
    }

    .menu_user_wrap .menu_user_nav > li > a,
    .menu_main_wrap .menu_main_nav > li > a {
        display: block;
        font-weight: bold;
        padding: 0 0.6em 0 1em;
        line-height: 3em;
        color: #ffffff;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .menu_user_wrap .menu_user_nav > li li,
    .menu_main_wrap .menu_main_nav > li li {
        line-height: 1.5em;
        padding: .6em 0;
    }

        .menu_user_wrap .menu_user_nav > li li + li,
        .menu_main_wrap .menu_main_nav > li li + li {
            border-top: 1px solid rgba(255,255,255,0.15);
        }

.menu_main_wrap .menu_main_nav li li > a {
    color: #aeb1b3;
}

.menu_main_wrap .menu_main_nav li li.current-menu-item > a {
    color: #fff;
}

.top_panel_style_light .menu_main_wrap .logo a,
.top_panel_style_light .menu_main_wrap .menu_main_nav > li > a {
}

.top_panel_style_light .menu_main_wrap .menu_main_nav > li:hover > a,
.top_panel_style_light .menu_main_wrap .menu_main_nav > li.sfHover > a,
.top_panel_style_light .menu_main_wrap .menu_main_nav > li#blob > a,
.top_panel_style_light .menu_main_wrap .menu_main_nav > li.current-menu-ancestor > a,
.top_panel_style_light .menu_main_wrap .menu_main_nav > li.current-menu-item > a,
.top_panel_style_light .menu_main_wrap .menu_main_nav > li.current-menu-parent > a {
}

.menu_main_wrap .menu_main_nav > li {
    margin-left: 0;
}

    .menu_main_wrap .menu_main_nav > li:hover,
    .menu_main_wrap .menu_main_nav > li.sfHover,
    .menu_main_wrap .menu_main_nav > li#blob,
    .menu_main_wrap .menu_main_nav > li.current-menu-item,
    .menu_main_wrap .menu_main_nav > li.current-menu-parent,
    .menu_main_wrap .menu_main_nav > li.current-menu-ancestor,
    .menu_main_wrap .menu_main_nav > li ul li {
        background-color: #191e23;
    }

    .menu_main_wrap .menu_main_nav > li.advisor_black.menu-item.current-menu-parent,
    .menu_main_wrap .menu_main_nav > li.current-menu-parent,
    .menu_main_wrap .menu_main_nav > li.current-menu-item {
        background-color: #da0014;
    }

.menu_main_wrap .menu_main_nav ul li:last-of-type {
}

.menu_main_wrap .menu_main_nav > li.blob_over:hover,
.menu_main_wrap .menu_main_nav > li.blob_over.sfHover {
    background-color: grey;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.top_panel_over.top_panel_opacity_transparent .menu_main_wrap .content_wrap:after,
.menu_user_wrap .menu_user_nav > li,
.menu_user_wrap .menu_user_nav > li ul,
.menu_main_wrap .menu_main_nav > li:hover,
.menu_main_wrap .menu_main_nav > li.current-menu-item,
.menu_main_wrap .menu_main_nav > li.current-menu-parent,
.menu_main_wrap .menu_main_nav > li.current-menu-ancestor,
.menu_main_wrap .menu_main_nav > li.sfHover,
.menu_main_wrap .menu_main_nav > li#blob,
.menu_main_wrap .menu_main_nav > li ul {
}



.menu_user_wrap .menu_user_nav > li {
}

    .menu_user_wrap .menu_user_nav > li ul {
        width: 160px;
        padding: 8px 0;
    }

    .menu_user_wrap .menu_user_nav > li.menu_user_bookmarks ul {
        width: 220px;
    }

.menu_main_wrap .menu_main_nav > li ul {
    width: 360px;
    padding: 0;
}

.menu_user_wrap .menu_user_nav > li > ul {
    left: 0;
    top: 24px; /*30px;*/
}

.menu_main_wrap .menu_main_nav > li > ul {
    left: 0;
    top: 2.8em;
    padding-top: 0.434em;
}

.menu_user_wrap .menu_user_nav > li > ul ul {
    left: 164px;
    top: -8px;
}

.menu_main_wrap .menu_user_nav > li > ul ul.submenu_left {
    left: -161px;
}

.menu_main_wrap .menu_main_nav > li > ul ul {
    left: 224px;
    top: -8px;
    ;
}

    .menu_main_wrap .menu_main_nav > li > ul ul.submenu_left {
        left: -221px;
    }

.menu_main_wrap .menu_main_nav > li ul li a:hover {
    color: #ffffff;
}

.menu_user_wrap .menu_user_nav li a:before,
.menu_main_wrap .menu_main_nav li a:before {
    margin-right: 0.5em;
}

.menu_user_wrap .menu_user_nav > li.menu_user_register,
.menu_user_wrap .menu_user_nav > li.menu_user_controls {
    margin-left: 2.5em;
}

.menu_user_wrap .menu_user_nav > li.menu_user_register,
.menu_user_wrap .menu_user_nav > li.menu_user_login,
.menu_user_wrap .menu_user_nav > li.menu_user_logout {
    background-color: #5a2132;
}

.menu_user_wrap .menu_user_nav > li.menu_user_controls .user_avatar {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.4em;
    overflow: hidden;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
}


/* White line under menu in the OVER mode */
.top_panel_over.top_panel_opacity_transparent .menu_main_wrap .content_wrap {
    position: relative;
}

    .top_panel_over.top_panel_opacity_transparent .menu_main_wrap .content_wrap:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 0.4em;
        position: absolute;
        left: 0;
        right: 0;
        top: 7.25em;
    }

.top_panel_over.top_panel_opacity_transparent.menu_relayout .menu_main_wrap .content_wrap:after {
    top: 5em;
}

.top_panel_over.top_panel_opacity_transparent.top_panel_style_dark .menu_main_wrap .content_wrap:after {
    background-color: #ffffff;
}

.top_panel_fixed.top_panel_over.top_panel_opacity_transparent.top_panel_style_dark .menu_main_wrap .content_wrap:after {
    display: none;
}

/* Main menu slider */
.menu_main_wrap .menu_main_nav > li#blob {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.menu_main_wrap .menu_main_nav > li.blob_over:hover,
.menu_main_wrap .menu_main_nav > li.blob_over.sfHover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Menu positions */
.menu_main_wrap .menu_main_nav_area {
    position: relative;
    float: right;
}

.menu_left .menu_main_wrap .menu_main_nav_area,
.menu_center .menu_main_wrap .menu_main_nav_area {
    float: none;
}

.menu_center .menu_main_wrap .menu_main_nav_area {
    text-align: center;
}

    .menu_center .menu_main_wrap .menu_main_nav_area .menu_main_nav {
        display: inline-block;
        text-align: left;
    }

.menu_left .menu_main_wrap .logo:after,
.menu_center .menu_main_wrap .logo:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}


/* Bookmarks */
.menu_user_wrap .menu_user_nav > li.menu_user_bookmarks {
    margin-left: 2.5em;
}

    .menu_user_wrap .menu_user_nav > li.menu_user_bookmarks > a:before {
        margin-right: 0;
    }

    .menu_user_wrap .menu_user_nav > li.menu_user_bookmarks li > a {
        position: relative;
    }

    .menu_user_wrap .menu_user_nav > li.menu_user_bookmarks .bookmarks_add {
        border-bottom: 1px solid rgba(255,255,255, 0.5);
    }

    .menu_user_wrap .menu_user_nav > li.menu_user_bookmarks .bookmarks_delete {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.5em;
        margin-right: 0.5em;
        width: 1em;
        height: 1em;
        line-height: 1em;
        font-size: 1.25em;
    }

/* Logo in the header */
.menu_main_wrap .logo {
    margin-top: 2em;
    margin-bottom: 1em;
}

.menu_main_wrap .logo {
    float: left;
    max-width: 26%;
}

.menu_left .menu_main_wrap .logo,
.menu_center .menu_main_wrap .logo {
    float: none;
    text-align: left;
    margin-bottom: 0;
}

.top_panel_over.menu_relayout .menu_main_wrap .logo,
.top_panel_fixed.menu_left .menu_main_wrap .logo,
.top_panel_fixed.menu_center .menu_main_wrap .logo {
    display: none;
}

.menu_left .menu_main_wrap.logo_center .logo,
.menu_center .menu_main_wrap.logo_center .logo {
    text-align: center;
}

.menu_left .menu_main_wrap.logo_right .logo,
.menu_center .menu_main_wrap.logo_right .logo {
    text-align: right;
}

.menu_main_wrap .logo_main {
    max-height: 100px;
    width: auto;
}

.menu_main_wrap .logo a {
    display: block;
}

.logo .logo_text {
    display: inline-block;
    font-size: 2.75em;
    margin-left: 0.15em;
    vertical-align: bottom;
}

.menu_main_wrap .logo_slogan {
    display: block;
    line-height: 1.3em;
    margin-top: 0.5em;
}

.top_panel_fixed .menu_main_wrap .logo_main {
    display: none;
}

.menu_main_wrap .logo_fixed {
    display: none;
    max-height: 42px;
    width: auto;
}

.top_panel_fixed .menu_main_wrap .logo_fixed {
    display: block;
}


/* Responsive menu */
.menu_main_responsive_button {
    display: none;
    text-align: center;
    margin-top: 1.875em;
    margin-left: 1em;
}

    .menu_main_responsive_button:before {
        padding-right: 0.4em;
    }

.responsive_menu .menu_main_responsive_button {
    display: block;
    clear: both;
    width: 17.625em;
    height: 3.75em;
    margin: 0 auto;
    margin-bottom: 1em;
    font-size: 1.2em;
    line-height: 3.75em;
    text-transform: uppercase;
    background-color: #191e23;
    color: #fff;
}

.responsive_menu .menu_main_wrap {
    overflow: hidden;
    text-align: center;
}

.responsive_menu .menu_main_nav_area {
    float: none;
    clear: both;
    height: auto !important;
}

    .responsive_menu .menu_main_nav_area .menu_main_nav {
        display: none !important;
    }

.menu_main_nav_area .menu_main_responsive {
    display: none;
    text-align: left;
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive {
    padding: 1em 1.2em 0.5em;
}

    .menu_main_wrap .menu_main_nav_area .menu_main_responsive ul {
        margin: 0.5em 0 0 2em;
        display: none;
    }

    .menu_main_wrap .menu_main_nav_area .menu_main_responsive li.menu-item-has-children {
        position: relative;
    }

        .menu_main_wrap .menu_main_nav_area .menu_main_responsive li.menu-item-has-children:after {
            content: '\e828';
            font-family: fontello;
            position: absolute;
            right: 0;
            top: 0;
            width: 1em;
            height: 1.3em;
            line-height: 1.3em;
            margin: 0.5em 0.5em 0 0;
        }

        .menu_main_wrap .menu_main_nav_area .menu_main_responsive li.menu-item-has-children.opened:after {
            content: '\e835';
        }

    .menu_main_wrap .menu_main_nav_area .menu_main_responsive a {
        font-size: 1.25em;
        font-weight: 400;
        padding: 0.3em 0.5em;
        display: block;
    }

    .menu_main_wrap .menu_main_nav_area .menu_main_responsive .current-menu-item > a {
        font-weight: 600;
    }

.bg_tint_light .menu_main_responsive_button {
}

    .bg_tint_light .menu_main_responsive_button:hover {
    }

.bg_tint_dark .menu_main_responsive_button {
    color: #ffffff;
}

    .bg_tint_dark .menu_main_responsive_button:hover {
        color: #ffffff;
    }

.menu_main_wrap .menu_main_nav_area .menu_main_responsive li,
.menu_main_wrap .menu_main_nav_area .menu_main_responsive a {
    color: #ffffff;
}

/* Search field */
.search_wrap {
    position: relative;
    -webkit-transition: width ease .3s;
    -moz-transition: width ease .3s;
    -ms-transition: width ease .3s;
    -o-transition: width ease .3s;
    transition: width ease .3s;
    max-width: 12.5em;
    min-width: 2.5em;
    height: 6em;
    line-height: 2.5em;
    border: 2px solid transparent;
}

.menu_main_wrap .search_wrap {
    float: right;
    z-index: 1;
    margin-top: 1.875em;
    margin-left: 1em;
    min-width: 2.5em;
}

.menu_left .menu_main_wrap .search_wrap,
.menu_center .menu_main_wrap .search_wrap {
    margin-top: 1.25em;
    margin-bottom: 1.5em;
}

.search_wrap .search_icon {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.search_wrap .search_form_wrap {
    display: none;
    position: relative;
    width: 12.5em;
    padding-right: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search_wrap.search_fixed .search_form_wrap {
    display: block;
    width: 100%;
    padding-right: 0;
}

    .search_wrap.search_fixed .search_form_wrap .search_field {
        width: 100%;
    }

.search_wrap.search_fixed .search_icon {
    display: none;
}

.search_wrap.search_opened .search_form_wrap {
    display: block;
}

.search_wrap .search_form_wrap .search_field {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    z-index: 1;
    width: 10em;
    /*	padding-left:1.875em;*/
    padding-left: 1em;
    height: 2.5em;
    line-height: 2.5em;
}

.search_wrap.search_style_regular .search_form_wrap .search_field {
    background: none;
}

.search_wrap .search_form_wrap .search_submit {
    display: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #aeb1b3;
}

.search_wrap.search_style_regular {
    border: 0;
}

    .search_wrap.search_style_regular.search_opened {
        border: 0;
        background-color: #ffffff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

.top_panel_style_light .content .search_wrap.search_style_regular.search_opened {
    border: 0;
}

.bg_tint_dark .search_wrap.search_style_regular.search_opened {
    background-color: transparent;
    height: 2.5em;
}

.search_wrap.search_opened .search_icon:before {
    content: '\e852';
}

.search_wrap .search_icon:before {
    content: '\e852';
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.search_wrap .search_icon {
    width: auto;
    margin-right: 5px;
}

.search_wrap.search_style_regular .search_form_wrap .search_submit,
.search_wrap.search_style_regular .search_icon {
    color: #aeb1b3;
}

.top_panel_style_light .content .search_wrap.search_style_regular .search_form_wrap .search_submit,
.top_panel_style_light .content .search_wrap.search_style_regular .search_icon {
    color: #aeb1b3;
}

.search_wrap.search_style_regular .search_form_wrap .search_submit:hover,
.search_wrap.search_style_regular .search_icon:hover {
    color: #aeb1b3;
    background-color: transparent !important;
}

.top_panel_style_light .content .search_wrap.search_style_regular .search_form_wrap .search_submit:hover,
.top_panel_style_light .content .search_wrap.search_style_regular .search_icon:hover {
    color: #aeb1b3;
}

.bg_tint_dark .search_wrap.search_style_regular .search_form_wrap .search_submit,
.bg_tint_dark .search_wrap.search_style_regular .search_icon,
.bg_tint_dark .search_wrap.search_style_regular .search_form_wrap .search_field {
    color: #aeb1b3;
}

    .bg_tint_dark .search_wrap.search_style_regular .search_form_wrap .search_submit:hover,
    .bg_tint_dark .search_wrap.search_style_regular .search_icon:hover {
        color: #8e8b83 !important;
    }

header {
}

/* Search results */
.search_wrap .search_results {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 50px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 270px;
    padding: 1em;
    line-height: 1.5em;
    text-align: left;
}

    .search_wrap .search_results:after {
        content: " ";
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        position: absolute;
        top: -5px;
        right: 50px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .search_wrap .search_results .search_results_close {
        position: absolute;
        top: 3px;
        right: 3px;
        display: block;
        text-align: center;
        overflow: hidden;
        font-size: 0.875em;
        width: 1.2em;
        height: 1.2em;
        line-height: 1.2em;
        cursor: pointer;
    }

.search_wrap .post_more {
    display: block;
    text-align: center;
}

.widget_area .post_item {
    overflow: hidden;
}

.widget_area aside .post_item + .post_item,
.search_results.widget_area .post_item + .post_item {
    margin-top: 10px;
    padding-top: 1em;
}

.search_results.widget_area .post_item + .post_item {
    border-top: 1px solid #e5e5e5;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.widget_area .post_item .post_content {
    overflow: hidden;
}

.widget_area .post_item .post_thumb {
    float: left;
    width: 4.6875em; /* 75px */
    height: 4.6875em; /* 75px */
    margin: 0 1.25em 4px 0;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .widget_area .post_item .post_thumb img {
        width: 100%;
    }

.widget_area .post_item .post_title {
    margin: 0px 0 6px 0;
    font-size: 1em;
}

.widget_area .post_item .post_info {
    font-size: 0.75em;
    margin-bottom: 0;
}

    .widget_area .post_item .post_info .post_info_item + .post_info_item:before {
        content: "";
        margin: 0 0 0 5px;
    }

.search_wrap .search_results {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.search_results .post_more,
.search_results .search_results_close {
    color: #191e23;
}

    .search_results .post_more:hover,
    .search_results .search_results_close:hover {
        color: #766966;
    }

/* Search field inside content */
.content .search_wrap {
    max-width: 50%;
    margin: 0;
}

    .content .search_wrap .search_form_wrap {
        width: 100%;
    }

        .content .search_wrap .search_form_wrap .search_field {
            width: 82%;
        }

    .content .search_wrap.search_fixed .search_form_wrap .search_field {
        width: 96%;
        margin-top: 2em;
        background-color: #f4f7f9;
    }

    .content .search_wrap .search_results {
        width: 100%;
    }




/* 7.2 Main Slider
-------------------------------------------------------------- */
.slider_wrap .rev_slider_wrapper {
    z-index: 0;
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

    .tp-caption a:hover {
        color: #ffa902;
    }

.tp-caption.adviserbigblack,
.adviserbigblack {
    font-size: 50px;
    line-height: 60px;
    color: #08090b;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(8,9,11);
    border-style: none;
}

.tp-caption.adviserminigrey,
.adviserminigrey {
    font-size: 15px;
    line-height: 19px;
    color: #5b5f62;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(91,95,98);
    border-style: none;
}

.tp-caption.adviserbtn,
.adviserbtn {
    text-decoration: none;
    color: rgb(255,255,255);
    font-size: 1em;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(34,34,34);
    border-style: none;
}

    .tp-caption.adviserbtn:hover,
    .adviserbtn:hover {
        color: #fff;
        border-width: 0px;
        border-color: rgb(255,255,255);
        border-style: none;
    }

#mainslider_1 .rev_slider_wrapper {
    margin: 0px auto;
    background-color: #f4f7fa;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 400px;
}

    #mainslider_1 .rev_slider_wrapper > .rev_slider {
        display: none;
        max-height: 400px;
        height: 400px;
    }

#mainslider_1 li .adviserbtn {
    z-index: 7;
    max-width: auto;
    max-height: auto;
    white-space: nowrap;
}

#mainslider_1 li .adviserbigblack {
    z-index: 5;
    max-width: 610px;
    max-height: auto;
    white-space: normal;
}

#mainslider_1 li:nth-child(1) .adviserminigrey {
    z-index: 6;
    max-width: 515px;
    white-space: normal;
}

#mainslider_1 li:nth-child(2) .adviserminigrey {
    z-index: 6;
    max-width: 490px;
    white-space: normal;
}

#mainslider_1 li:nth-child(3) .adviserminigrey {
    z-index: 6;
    max-width: 510px;
    white-space: normal;
}

.tparrows.default {
    display: none; /* Remove this row if you want display slides navigation arrows */
    background: none;
    background-color: transparent;
    line-height: 40px;
    color: #ffffff;
}

    .tparrows.default:before {
        font-family: "fontello";
        font-size: 3em;
    }

.tp-leftarrow.default:before {
    content: '\e810';
}

.tp-rightarrow.default:before {
    content: '\e80f';
}

.tp-bullets.simplebullets.round .bullet {
    background: none;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    background-color: #209de2;
    border: 2px solid transparent;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .tp-bullets.simplebullets.round .bullet.selected {
        background-color: transparent;
        border: 2px solid #209de2;
    }

/* 7.3 Page top: page title and breadcrumbs
-------------------------------------------------------------- */
.page_top_wrap {
    overflow: hidden;
}

    .page_top_wrap .page_title {
        margin: 0;
    }

    .page_top_wrap .breadcrumbs {
        float: right;
    }

    .page_top_wrap.page_top_title .breadcrumbs {
        max-width: 49%;
    }

    .page_top_wrap .breadcrumbs .breadcrumbs_item {
        white-space: nowrap;
    }

/* Color top page bg */
.top_panel_style_dark .page_top_wrap {
    background-image: url("../images/title-bg.jpg");
    background-size: cover;
}

    .top_panel_style_light .page_top_wrap .page_title,
    .top_panel_style_dark .page_top_wrap .page_title {
        color: #fff;
    }
/* Grey top page bg */
.top_panel_style_dark.article_style_boxed .page_top_wrap,
.top_panel_style_dark.article_style_stretch .page_top_wrap {
    /*background-image: url(images/title-bg.jpg);*/
    /*background-repeat: repeat-x;*/
    /*background-position: center top;*/
}

/* Page Title */
.page_top_title {
    /*background: url("../images/title-bg.jpg");*/
    /*background-size: cover;*/
}

.page_top_wrap .page_title {
    padding: 0.85em 0;
    line-height: 1.3em;
}

/* Breadcrumbs */
.page_top_wrap .breadcrumbs {
    padding: 0;
    font-size: 0.866em;
}

.page_top_wrap.page_top_title .breadcrumbs {
    line-height: 1.5em;
    padding: 3.5em 0;
}

.page_top_wrap .breadcrumbs .breadcrumbs_item {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    margin-top: 1em;
    padding: 0.75em 0.875em;
    vertical-align: top;
    color: #aeb1b3;
}

.top_panel_style_dark.article_style_boxed .page_top_wrap .breadcrumbs .breadcrumbs_item,
.page_top_wrap .breadcrumbs a.breadcrumbs_item {
    color: #fff;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

    .top_panel_style_dark.article_style_boxed .page_top_wrap .breadcrumbs a.breadcrumbs_item:hover,
    .page_top_wrap .breadcrumbs a.breadcrumbs_item:hover {
        color: #ffffff;
    }

.page_top_wrap .breadcrumbs span {
    color: #98a3a9;
}

.top_panel_style_dark.article_style_boxed .page_top_wrap .breadcrumbs .breadcrumbs_delimiter,
.page_top_wrap .breadcrumbs .breadcrumbs_delimiter {
    color: #aeb1b3;
    display: inline-block;
    position: relative;
    margin-top: 1em;
    padding-top: 0.75em;
    vertical-align: top;
    text-align: center;
}

    .page_top_wrap .breadcrumbs .breadcrumbs_delimiter:before {
        content: '/';
        margin: 0.2em;
    }


/* 7.4 Main content wrapper
-------------------------------------------------------------- */
/* Post featured block */
.post_featured {
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
}

    .post_featured img {
        width: 100%;
        height: auto;
    }

.post_featured_right > .post_featured {
    float: right;
    width: 50%;
    margin-left: 4.3478%;
}

.post_featured_left > .post_featured {
    float: left;
    width: 50%;
    margin-right: 4.3478%;
}

.post_featured {
}

:not(.post_item_excerpt).post_format_audio .post_featured {
    display: none;
}

/* Post info block */
.post_info {
    font-size: 0.875em;
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

.post_info_bottom {
    margin-bottom: 3em;
}

.post_info .post_info_item {
    font-style: italic;
}

    .post_info .post_info_item a {
        font-style: normal;
    }

    .post_info .post_info_item + .post_info_item:before {
        display: inline-block;
        content: "|";
        vertical-align: top;
        font-style: normal;
        margin: 0 1em;
    }

.post_info .post_info_counters .post_counters_item {
    display: inline-block;
    margin-right: 0.75em;
}

    .post_info .post_info_counters .post_counters_item:before {
        margin-right: 0.5em;
    }

.post_info.post_info_share_vertical {
    margin: 0;
}

.post_info .post_info_counters .post_counters_likes.disabled {
    color: #e05100;
}


/* Layout Excerpt */
.post_title .post_icon {
    color: #191e23;
}

/* Blog pagination */
.pagination > a {
    border-color: #1dbb90;
}



/* Shortcode Section*/
.sc_section {
    padding: 0;
}

    .sc_section .sc_section_overlay {
        height: inherit;
    }


/* 7.5 Post Formats
-------------------------------------------------------------- */

/* Quote */
blockquote {
    padding: 1.5em 0 0 0;
}

    blockquote, blockquote p {
        position: relative;
        z-index: 2;
        font-weight: 100;
        line-height: 1.3333em;
    }

.sc_quote_style_1:before {
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 10.714em;
    margin-top: 0.15em;
    margin-left: 0.3em;
    line-height: 1em;
    font-family: 'Noto Serif', serif;
    content: '“';
    left: -0.2em;
    top: -0.2em;
    color: #37a7e5;
}

blockquote p {
    margin: 0;
}

blockquote > a,
blockquote > p > a,
blockquote cite {
    display: block;
    font-size: 0.4667em;
    font-weight: normal;
    margin-top: 1em;
}


/* Link */
.post_format_link .post_descr a {
    font-weight: 400;
    color: #191e23;
}


/* Status */
.post_format_status.post_item_single .post_content p,
.post_format_status .post_descr {
    font-size: 1.875em;
    font-weight: 100;
    line-height: 1.3333em;
}

/* Aside */
.post_format_aside.post_item_single .post_content p, .post_format_aside .post_descr,
.post_format_link.post_item_single .post_content p, .post_format_link .post_descr,
.post_format_status.post_item_single .post_content p, .post_format_status .post_descr {
    padding: 1.2em;
}

    .post_format_aside .post_descr p {
        margin-bottom: 0;
    }

        .post_format_aside .post_descr p + p {
            margin-top: 1em;
        }

.post_format_aside.post_item_single .post_content p, .post_format_aside .post_descr,
.post_format_link.post_item_single .post_content p, .post_format_link .post_descr,
.post_format_status.post_item_single .post_content p, .post_format_status .post_descr {
    font-size: 1.786em;
    line-height: 1.5;
    background: #209de2;
    color: #fff;
}



/* 7.6 Post Layouts
-------------------------------------------------------------- */

/* Layout Excerpt */
.post_title .post_icon {
    font-size: 0.9375em;
    margin-right: 0.5em;
}

.post_item_excerpt .post_title .post_icon {
    display: block;
    margin-right: 0;
}

.post_item_excerpt .post_title {
    margin-top: 0;
    margin-bottom: 0.5em;
}

.post_item_excerpt + .post_item_excerpt {
    border-top: 1px solid #e4e7e8;
    margin-top: 3em;
    padding-top: 2.5em;
}

.post_item_excerpt .post_content {
    margin-bottom: 3em;
}


/* Related posts */
.related_wrap {
    margin-bottom: 3em;
}

    .related_wrap.related_wrap_empty {
        margin-bottom: 0;
    }

    .related_wrap .section_title {
        margin: 1em 0 1em;
    }

.article_style_stretch .related_wrap:not(.related_wrap_empty) {
    background-color: #f4f7f9;
    padding: 1px 2.1875em 4em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .article_style_stretch .related_wrap:not(.related_wrap_empty):not(.scroll_wrap) {
        padding-bottom: 1px;
    }

.post_item_related {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.related_wrap .post_item_related,
.article_style_stretch .post_item_related {
    background-color: #ffffff;
}

.article_style_boxed.sidebar_show[class*="single-"] .related_wrap .post_item_related {
    background-color: #f4f7f9;
}

.related_wrap.scroll_wrap .post_item_related {
    width: 350px;
    float: left;
}

    .related_wrap.scroll_wrap .post_item_related + .post_item_related {
        margin-left: 3.125em;
    }

.article_style_stretch:not(.body_style_fullscreen):not(.sidebar_hide) .related_wrap.scroll_wrap .post_item_related {
    width: 340px;
}

    .article_style_stretch:not(.body_style_fullscreen):not(.sidebar_hide) .related_wrap.scroll_wrap .post_item_related + .post_item_related {
        margin-left: 1.875em;
    }

.post_item_related .post_featured {
    width: 100%;
    height: 56.25%;
    overflow: hidden;
    margin: 0;
    float: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .post_item_related .post_featured .hover_icon:before {
        font-size: 3em;
    }

    .post_item_related .post_featured .sc_audio {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .post_item_related .post_featured .sc_audio.sc_audio_image {
            min-height: 12.3125em;
        }

.post_item_related .post_content_wrap {
    width: 100%;
    height: 6.5625em;
    overflow: hidden;
    border-top: 5px solid #1dbb90;
    padding: 1em 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post_item_related .post_title {
    margin: 0 0 0.5em;
    height: 100%;
    overflow: hidden;
}

.post_item_related .post_content_wrap {
    border: 0;
    padding: 0;
    margin: 1.5em 0;
    height: auto;
}

.related_wrap .post_item_related, .article_style_stretch .post_item_related {
    background: transparent;
}

.post_item_related .post_title a {
    color: #191e23;
}

    .post_item_related .post_title a:hover {
        color: #ce0315;
    }


/* Masonry and Portfolio */
.article_style_boxed .isotope_wrap .isotope_item .post_featured,
.isotope_wrap .isotope_item_courses_1 .post_featured {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ih-item.square .info {
    overflow: hidden;
}

.isotope_wrap .isotope_item .post_featured,
.isotope_wrap .isotope_item_courses_1 .post_featured {
    border: 0;
}

.isotope_wrap .isotope_item:nth-child(3n+2) .post_featured,
.isotope_wrap .isotope_item_courses_1:nth-child(3n+2) .post_featured {
    border: 0;
}

.isotope_wrap .isotope_item:nth-child(3n+3) .post_featured,
.isotope_wrap .isotope_item_courses_1:nth-child(3n+3) .post_featured {
    border: 0;
}

/* Isotope layout */
.isotope_wrap {
    margin-right: -50px;
}

    .isotope_wrap .isotope_item {
        padding-right: 50px;
        padding-bottom: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .isotope_wrap .isotope_item.isotope_item_show {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .isotope_wrap .isotope_column_2 {
        width: 49.9%;
    }

    .isotope_wrap .isotope_column_3 {
        width: 33.3%;
    }

    .isotope_wrap .isotope_column_4 {
        width: 24.9%;
    }

    /* Isotope item decoration */
    .isotope_wrap .isotope_item .post_item {
        overflow: hidden;
    }

    .isotope_wrap .isotope_item .post_featured .hover_icon:before {
        font-size: 3em;
    }

    .isotope_wrap .isotope_item .post_featured {
        margin-bottom: 0;
        border-bottom: 5px solid #f0f0f0;
    }

.article_style_boxed .isotope_wrap .isotope_item .post_title {
    margin-top: 0;
}

.article_style_boxed .isotope_wrap .isotope_item .post_content {
    padding: 1.25em 1.8em;
}

.article_style_boxed.template_portfolio .isotope_wrap .isotope_item .post_content,
.article_style_boxed .template_portfolio .isotope_wrap .isotope_item .post_content {
    padding: 0;
}

.isotope_wrap .isotope_item p,
.isotope_wrap .isotope_item .post_info {
    margin-bottom: 1em;
}

/* Portfolio items */
.isotope_wrap .isotope_item_courses .post_item,
.isotope_wrap .isotope_item_grid .post_item,
.isotope_wrap .isotope_item_square .post_item,
.isotope_wrap .isotope_item_portfolio .post_item {
    overflow: visible;
}

.isotope_wrap .isotope_item_courses .post_featured,
.isotope_wrap .isotope_item_portfolio .post_featured,
.isotope_wrap .isotope_item_square .post_featured,
.isotope_wrap .isotope_item_grid .post_featured {
    border-bottom: none;
}

.isotope_wrap .isotope_item_courses .post_item .hover_icon,
.isotope_wrap .isotope_item_grid .post_item .hover_icon,
.isotope_wrap .isotope_item_square .post_item .hover_icon,
.isotope_wrap .isotope_item_portfolio .post_item .hover_icon {
    position: relative;
    top: 0;
    opacity: 1;
}

    .isotope_wrap .isotope_item_courses .post_item .hover_icon:before,
    .isotope_wrap .isotope_item_grid .post_item .hover_icon:before,
    .isotope_wrap .isotope_item_square .post_item .hover_icon:before,
    .isotope_wrap .isotope_item_portfolio .post_item .hover_icon:before {
        position: static;
        margin-top: 0.3em;
        opacity: 1;
        font-size: 2.5em;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }


/* Isotope filters */
.isotope_filters {
    overflow: hidden;
    text-align: center;
    margin: 0 0 2.5em;
    padding-bottom: 0.5em;
}

    .isotope_filters a {
        display: inline-block;
        margin: 0 4px 4px 0;
        text-align: center;
        padding: 0.75em 1.5em;
        font-size: 0.75em;
        line-height: 1.3em;
    }

    .isotope_filters a {
        font-weight: 400;
        color: #ffffff;
    }

        .isotope_filters a.active,
        .isotope_filters a:hover {
        }

/* Isotope transitions */
.isotope-hidden.isotope_item {
    pointer-events: none;
    z-index: 1;
}


/* Style "Courses" */
.post_item_courses .post_featured .post_mark_new {
    position: absolute;
    left: 0;
    top: 0;
    margin: 1.6em 0 0 1.6em;
    width: 4em;
    height: 4em;
    overflow: hidden;
    font-size: 0.625em;
    font-weight: bold;
    text-align: center;
    line-height: 4em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post_item_courses .post_featured .post_title,
.post_item_courses .post_featured .post_descr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
    padding: 10px 16px;
    overflow: hidden;
}

.post_item_courses .post_featured .post_title {
    bottom: 25%;
    margin: 0;
    line-height: 1.15em;
}

.post_item_courses_4 .post_featured .post_title {
    font-size: 1.125em;
    line-height: 1.15em;
    padding: 0.5em 0.6667em;
}

.post_item_courses .post_category {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.15em;
    margin: 0.25em 0 0.5em 0;
}

.post_item_courses .post_descr .post_price {
    float: right;
    margin-top: 1.5em;
}

.post_item_courses_4 .post_descr .post_price {
    margin-top: 0.875em;
}

.post_item_courses .post_descr .post_price_value {
    color: #222222;
    font-size: 1.875em;
    line-height: 1.3em;
}

.post_item_courses_4 .post_descr .post_price_value {
    font-size: 1.5em;
    line-height: 1.3em;
}

.post_item_courses .post_descr .post_price_period {
    font-size: 1.125em;
    line-height: 1.3em;
    color: #909090;
}

.post_item_courses_4 .post_descr .post_price_period {
    font-size: 1em;
    line-height: 1.3em;
}

.post_item_courses .post_descr .post_price_period:before {
    content: '/';
    display: inline-block;
    margin: 0 0.5em;
}

.post_item_courses .post_content.ih-item.square.colored .post_info_wrap.info {
    padding: 0;
    text-align: left;
}

    .post_item_courses .post_content.ih-item.square.colored .post_info_wrap.info .post_title {
        font-size: 1.625em;
        line-height: 1.15em;
        padding: 4px 8%;
        text-align: left;
    }

.post_item_courses_4 .post_content.ih-item.square.colored .post_info_wrap.info .post_title {
    font-size: 1.125em;
    line-height: 1.15em;
}

.post_item_courses .post_content.ih-item.square.colored .post_info_wrap.info .post_descr,
.post_item_courses .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p {
    text-align: left;
    padding: 0.5em 8% 0;
    font-style: normal;
}

    .post_item_courses .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p {
        font-size: 0.875em;
        padding: 0;
    }

.post_item_courses .post_info_wrap .post_buttons {
    position: absolute;
    left: 8%; /*1.875em;*/
    right: 8%;
    bottom: 1.875em;
    height: 3em;
    overflow: hidden;
    padding: 0 0 0 4px;
}

.post_item_courses_4 .post_info_wrap .post_buttons {
    bottom: 1.125em;
    height: 2.3em;
    white-space: nowrap;
}

.post_item_courses .post_info_wrap .post_button {
    float: none;
    display: inline-block;
}

    .post_item_courses .post_info_wrap .post_button + .post_button {
        margin-left: 0.625em;
    }

.post_item_courses_4 .post_info_wrap .post_button .sc_button {
    padding: 0.5em 0.75em;
}

.isotope_item_courses .post_featured .post_mark_new {
    -webkit-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);
}

.isotope_item_courses .post_featured .post_mark_new,
.isotope_item_courses .post_featured .post_title,
.isotope_item_courses .post_content.ih-item.square.colored .info {
    color: #ffffff;
    background-color: #191e23;
}

    .isotope_item_courses .post_featured .post_title a {
        color: #ffffff;
    }

.isotope_item_courses:nth-child(5n+2) .post_featured .post_mark_new,
.isotope_item_courses:nth-child(5n+2) .post_featured .post_title,
.isotope_item_courses:nth-child(5n+2) .post_content.ih-item.colored .info,
.isotope_item_courses:nth-child(5n+4) .post_featured .post_mark_new,
.isotope_item_courses:nth-child(5n+4) .post_featured .post_title,
.isotope_item_courses:nth-child(5n+4) .post_content.ih-item.colored .info {
    background-color: #1dbb90;
}

.isotope_item_courses:nth-child(5n+3) .post_featured .post_mark_new,
.isotope_item_courses:nth-child(5n+3) .post_featured .post_title,
.isotope_item_courses:nth-child(5n+3) .post_content.ih-item.colored .info,
.isotope_item_courses:nth-child(5n+5) .post_featured .post_mark_new,
.isotope_item_courses:nth-child(5n+5) .post_featured .post_title,
.isotope_item_courses:nth-child(5n+5) .post_content.ih-item.colored .info {
    background-color: #ffb20e;
}

.isotope_item_courses .post_category a,
.isotope_item_courses .post_rating .reviews_stars_bg,
.isotope_item_courses .post_rating .reviews_stars_hover,
.isotope_item_courses .post_rating .reviews_value {
    color: #191e23;
}

.isotope_item_courses .post_featured .post_descr {
    background-color: #ffffff;
}

.isotope_item_courses .post_info_wrap .post_button .sc_button {
    color: #e05100;
    background-color: #ffffff;
}

.isotope_item_courses:nth-child(5n+3) .post_info_wrap .post_button .sc_button:hover,
.isotope_item_courses:nth-child(5n+5) .post_info_wrap .post_button .sc_button:hover, {
    background-color: #cc8b00 !important;
}

.isotope_item_courses_1 .post_title a {
    color: #191e23;
}

    .isotope_item_courses_1 .post_title a:hover,
    .isotope_item_courses_1 .post_category a:hover {
        color: #da0014;
    }

/* Courses excerpt */
.isotope_wrap .isotope_item_courses_1 {
    width: 100%;
}

    .isotope_wrap .isotope_item_courses_1 .post_item {
        overflow: hidden;
        position: relative;
    }

    .isotope_wrap .isotope_item_courses_1 .post_featured {
        width: 250px;
        height: 250px;
        float: left;
        border-right: 20px solid #f0f0f0;
        margin-right: 1.875em;
    }

.isotope_wrap .isotope_item.isotope_item_courses_1 .post_title {
    margin-top: 1em;
    margin-right: 1em;
}

.isotope_wrap .isotope_item.isotope_item_courses_1 .post_descr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3em;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
    overflow: hidden;
}

    .isotope_wrap .isotope_item.isotope_item_courses_1 .post_descr .post_price {
        float: left;
        margin-top: 0;
        margin-left: 300px;
    }

    .isotope_wrap .isotope_item.isotope_item_courses_1 .post_descr .post_buttons {
        float: right;
        width: auto;
        white-space: nowrap;
    }

        .isotope_wrap .isotope_item.isotope_item_courses_1 .post_descr .post_buttons .post_button {
            float: none;
            display: inline-block;
            margin-left: 10px;
        }




/* 7.7 Paginations
-------------------------------------------------------------- */

/* Blog pagination */
.pagination_wrap {
    text-align: center;
    position: relative;
}

    .pagination_wrap:after {
        content: " ";
        display: block;
        width: 100%;
        height: 0;
        clear: both;
    }

    .pagination_wrap .pager_next,
    .pagination_wrap .pager_prev,
    .pagination_wrap .pager_last,
    .pagination_wrap .pager_first {
        padding: 0.7em;
        font-size: 1em;
    }

    .pagination_wrap .pager_next,
    .pagination_wrap .pager_first,
    .pagination_wrap .pager_last {
        margin-right: 0;
    }

    .pagination_wrap .pager_last {
        padding-left: 0;
    }

/* Pagination single page parts */
.pagination_single {
    margin-bottom: 2em;
}

    .pagination_single > .pager_pages {
        margin-right: 0.5em;
    }

.pagination_lessons {
    margin-top: 2em;
    margin-bottom: 3em;
    overflow: hidden;
}

    .pagination_lessons .pager_prev {
        float: left;
        margin-right: 2em;
        margin-top: 1em;
    }

    .pagination_lessons .pager_next {
        float: right;
        margin-top: 1em;
    }

/* Style 'Pages' and 'Slider' */
.pagination_single > .pager_numbers,
.pagination_single a,
.pagination_slider .pager_cur,
.pagination_pages > a,
.pagination_pages > span {
    display: inline-block;
    margin: 0 4px 4px 0;
    text-align: center;
    padding: 0.7143em 0.8em;
    font-size: 0.875em;
    line-height: 0.875em;
}

.pagination_slider .pager_pages {
    display: inline-block;
    position: relative;
    z-index: 1000;
}

.pagination_slider .pager_cur {
    cursor: pointer;
}

.pagination_slider .pager_slider {
    display: none;
    position: absolute;
    bottom: 3.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 3.5em 1em 0;
    overflow: hidden;
}

    .pagination_slider .pager_slider .sc_slider {
        width: 300px;
        height: 230px;
    }

    .pagination_slider .pager_slider .pager_numbers table {
        font-size: 1.8em;
        font-weight: 300;
    }

        .pagination_slider .pager_slider .pager_numbers table td {
            vertical-align: middle;
            padding: 0;
            margin: 0;
            border: none;
        }

            .pagination_slider .pager_slider .pager_numbers table td a {
                display: block;
                text-align: center;
                width: 58px;
                line-height: 2em;
            }

                .pagination_slider .pager_slider .pager_numbers table td a.active,
                .pagination_slider .pager_slider .pager_numbers table td a:hover {
                    font-weight: 700;
                }

                .pagination_slider .pager_slider .pager_numbers table td a.active {
                    color: #666666;
                    cursor: default;
                }

.pagination_single > .pager_numbers,
.pagination_single a,
.pagination_slider .pager_cur,
.pagination_pages > a,
.pagination_pages > span {
    border: 2px solid #209de2;
    color: #aeb1b3;
    background-color: transparent;
    width: 2.33em;
    height: 1.13em;
    line-height: 1.13em;
    font-size: 1em;
}

    .pagination_single > .pager_numbers,
    .pagination_single a:hover,
    .pagination_slider .pager_cur:hover,
    .pagination_slider .pager_cur:focus,
    .pagination_pages > .active,
    .pagination_pages > a:hover {
        color: #ffffff;
        background-color: #209de2;
    }

.pagination_slider .pager_slider {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.pagination_wrap .pager_next,
.pagination_wrap .pager_prev,
.pagination_wrap .pager_last,
.pagination_wrap .pager_first {
    border: none;
    background-color: transparent;
    color: #1dbb90;
}

    .pagination_wrap .pager_next:hover,
    .pagination_wrap .pager_prev:hover,
    .pagination_wrap .pager_last:hover,
    .pagination_wrap .pager_first:hover {
        color: #018763;
        background-color: transparent;
    }

    .pagination_wrap .pager_next:before {
        font-family: fontello;
        content: '\e80f';
        margin-right: 0;
    }

    .pagination_wrap .pager_prev:before {
        font-family: fontello;
        content: '\e810';
        margin-right: 0;
    }

    .pagination_wrap .pager_last:before {
        font-family: fontello;
        content: '\e80f\e80f';
        margin-right: 0;
        letter-spacing: -7px;
    }

    .pagination_wrap .pager_first:before {
        font-family: fontello;
        content: '\e810\e810';
        margin-right: 0;
        letter-spacing: -7px;
    }

.pagination_slider .sc_slider_controls_wrap a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Style 'Load more' */
.pagination_viewmore > a {
    display: inline-block;
    text-align: center;
    padding: 0.75em 1.5em;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.3em;
}

.pagination_viewmore .viewmore_loading,
.pagination_viewmore .viewmore_text_2 {
    display: none;
}

.pagination_viewmore.loading .viewmore_text_1 {
    display: none;
}

.pagination_viewmore.loading .viewmore_loading,
.pagination_viewmore.loading .viewmore_text_2 {
    display: inline-block;
}

.pagination_viewmore > a {
    color: #ffffff;
    background-color: #1dbb90;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

    .pagination_viewmore > a:hover {
        color: #ffffff;
        background-color: #ffb20e;
    }

/* Style 'Infinite' */
.pagination_infinite {
    height: 0;
}

    .pagination_infinite #viewmore_link {
        display: none;
    }

/* Loader picture */
.pagination_wrap.loading {
    height: 1.3em;
    padding: 10px 0;
}

.viewmore_loader,
.mfp-preloader span,
.sc_video_frame.sc_video_active:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
}

.viewmore_loader {
    display: none;
    width: 50px;
    height: 50px;
    z-index: 1;
    margin: -25px 0 0 -25px;
}

.loading * {
    display: none !important;
}

.loading > .viewmore_loader {
    display: block !important;
}

.viewmore_loader,
.mfp-preloader span,
.sc_video_frame.sc_video_active:before {
    background-color: #ce0315;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.loading > .viewmore_loader,
.mfp-preloader span,
.sc_video_frame.sc_video_active:before {
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
        transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
        transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
        transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
        transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
        transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
        transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}




/* 8. Single page parts
-------------------------------------------------------------- */
.post_content.post_content_editor_present {
    position: relative;
}

.post_item_attachment > .post_title,
.post_item_single > .post_title {
    margin-top: 0;
}

.post_info .frontend_editor_buttons {
    float: right;
}

    .post_info .frontend_editor_buttons [class*="icon-"]:before {
        margin-right: 0.5em;
    }

/* 8.1 Attachment and Portfolio post navigation
------------------------------------------------------------ */
.post_featured .post_nav {
    position: relative;
}

.post_featured .post_nav_item {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 60px;
    color: #3a3a3a;
    margin-top: -80px;
    overflow: hidden;
    padding: 50px 0;
}

.post_featured .post_nav_next {
    left: auto;
    right: 0;
}

.post_featured .post_nav_item:before {
    position: absolute;
    display: block;
    top: 50px;
    left: 25px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 25px;
    font-family: "fontello";
    border: 1px solid #ddd;
    background-color: rgba(255,255,255, 0.8);
    background-color: #209de2;
    color: #888888;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.post_featured .post_nav:hover .post_nav_item:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post_featured .post_nav:hover .post_nav_prev:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    left: -60px;
}

.post_featured .post_nav:hover .post_nav_next:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    right: -60px;
}

.post_featured .post_nav .post_nav_prev:before {
    content: '\e810';
}

.post_featured .post_nav .post_nav_next:before {
    content: '\e80f';
    left: auto;
    right: 25px;
}

.post_featured .post_nav_item {
    color: #ffffff;
}

    .post_featured .post_nav_item:before {
        border-color: transparent;
        color: #ffffff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
        box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    }

    .post_featured .post_nav_item .post_nav_info {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
        box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    }

    /* Info block */
    .post_featured .post_nav_item .post_nav_info {
        display: block;
        height: 60px;
        width: auto;
        float: left;
        padding: 0 25px;
        margin-left: -300px;
        overflow: hidden;
        max-width: 160px;
        background-color: rgba(255,255,255, 0.8);
        background-color: #209de2;
        line-height: 1.5em;
    }

.post_featured .post_nav_next .post_nav_info {
    float: right;
    margin-left: 0;
    margin-right: -300px;
}

.post_featured .post_nav .post_nav_info_title {
    display: block;
    padding-top: 8px;
    line-height: 1.3em;
}

.post_featured .post_nav .post_nav_info_description {
    font-size: 0.75em;
    line-height: 1.5em;
}

.post_featured .post_nav_prev:hover .post_nav_info {
    margin-left: -6px;
}

.post_featured .post_nav_next:hover .post_nav_info {
    margin-right: -6px;
}

.post_featured .post_nav_item .post_nav_info {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.post_featured .post_nav_item:before {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* 8.2 Reviews block
-------------------------------------------------------------- */

.reviews_block {
    width: 390px;
    overflow: hidden;
}

.widget_area .reviews_block {
    width: 100%;
}

.reviews_block .sc_tabs_content {
    overflow: hidden;
    border: 1px solid #f4f7f9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.widget_area .reviews_block .sc_tabs_content {
    border: none;
}

.reviews_block.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
    padding: 0;
}

.reviews_block.sc_tabs .sc_tabs_titles li {
    font-size: 0.875em;
}

.reviews_block.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
    padding: 0.25em 0.5em;
}

.reviews_block .reviews_editor {
    padding: 1em;
}

.widget_area .reviews_block .reviews_editor {
    padding: 0 0 1em 0;
}

.reviews_block .reviews_accept {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    text-align: center;
    display: none;
}

.reviews_block .reviews_item {
    position: relative;
    height: 2.5625em;
    padding-right: 1.875em;
    overflow: hidden;
    color: #191E23;
}

.reviews_block .reviews_value {
    position: absolute;
    top: 3px;
    right: 0;
    color: #222222;
    height: 1.7857em;
    line-height: 1.7857em;
    text-align: right;
    font-size: 0.875em;
}

.reviews_block .reviews_criteria {
    position: absolute;
    z-index: 1;
    padding: 4px 10px 0 0;
    width: 55%;
}

.reviews_block .reviews_max_level_10 .reviews_criteria {
    width: 41%;
}

.reviews_block .reviews_max_level_100 .reviews_criteria {
    color: #ffffff;
    height: 1.7857em;
    line-height: 1.7857em;
    padding-left: 0.7143em;
    font-size: 0.875em;
}

.reviews_block .reviews_stars_wrap {
    position: relative;
    height: 2.5625em;
    width: 28.5%;
    margin-left: 62%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reviews_block .reviews_max_level_10 .reviews_stars_wrap {
    width: 42.5%;
    margin-left: 48%;
}

.reviews_block .reviews_editable .reviews_criteria,
.reviews_block .reviews_editable .reviews_stars_wrap {
    cursor: pointer;
}

.reviews_block .reviews_max_level_100 .reviews_stars_wrap {
    margin-left: 0;
    width: 100%;
}

.reviews_block .reviews_stars_bg,
.reviews_block .reviews_stars_hover {
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
}

.reviews_block .reviews_stars_hover {
    white-space: nowrap;
    overflow: hidden;
}

.reviews_block .reviews_max_level_100 .reviews_stars_bg {
    background-color: #f4f7f9;
    height: 1.5625em;
}

.reviews_block .reviews_max_level_100 .reviews_stars_hover {
    background-color: #666666;
    height: 1.5625em;
}

.reviews_block .reviews_slider {
    display: none;
    background-color: #666666;
    height: 6px;
    width: 8px;
    position: absolute;
    bottom: 4px;
    left: 0;
    -webkit-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.reviews_block .reviews_editable .reviews_max_level_100 .reviews_slider {
    display: block;
}

.reviews_block .reviews_max_level_100 .reviews_slider {
    bottom: 1px;
}

.reviews_block .reviews_slider:before {
    content: ' ';
    display: block;
    height: 7px;
    width: 7px;
    background-color: inherit;
    margin: -3px 0 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reviews_star {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.125em;
    vertical-align: top;
}

.reviews_max_level_10 .reviews_star {
    font-size: 0.875em;
}

.reviews_star:before {
    content: '\e8c8';
    font-family: "fontello";
    font-size: inherit;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.reviews_stars_hover .reviews_star:before {
    content: '\e820';
}

.reviews_block .reviews_max_level_100 .reviews_value:after {
    content: '%';
}

.reviews_block .sc_tabs_content,
.widget_area .reviews_block .reviews_summary {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.reviews_block .reviews_summary .reviews_item {
    background-color: #4F96D8;
    background-image: url(../images/rating_summary_bg.html);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.reviews_block .reviews_max_level_100:nth-child(3n+1) .reviews_stars_hover,
.reviews_block .reviews_item:nth-child(3n+1) .reviews_slider {
    background-color: #e3e1de;
}

.reviews_block .reviews_max_level_100:nth-child(3n+2) .reviews_stars_hover,
.reviews_block .reviews_item:nth-child(3n+2) .reviews_slider {
    background-color: #e3e1de;
}

.reviews_block .reviews_max_level_100:nth-child(3n+3) .reviews_stars_hover,
.reviews_block .reviews_item:nth-child(3n+3) .reviews_slider {
    background-color: #e3e1de;
}

/* Summary */
.reviews_block .reviews_summary {
    background-color: #f4f7f9;
    overflow: hidden;
}

    .reviews_block .reviews_summary .reviews_item {
        height: 7.575em;
        padding: 0;
        overflow: hidden;
    }

    .reviews_block .reviews_summary .reviews_stars_wrap {
        display: none;
    }

    .reviews_block .reviews_summary .reviews_criteria {
        position: static;
        display: block;
        float: left;
        padding: 1.15em 1.15em 0;
        width: 53.8462%; /* 210px; */
        height: 6.1428em;
        color: #222222;
        font-size: 0.875em;
        line-height: 1.5em;
        overflow: hidden;
    }

.widget_area .reviews_block .reviews_summary .reviews_criteria {
    width: 40%;
    height: 8em;
    padding: 0.85em 0.85em 0;
    font-size: 0.75em;
    line-height: 1.3em;
}

.reviews_block .reviews_summary .reviews_stars {
    float: right;
    width: 30.7692%; /* 120px; */
    height: 7.375em;
    position: relative;
    overflow: hidden;
}

.widget_area .reviews_block .reviews_summary .reviews_stars {
    width: 40%;
}

.reviews_block .reviews_summary .reviews_value {
    top: 0;
    width: 100%;
    height: 1.9667em;
    line-height: 1.9667em;
    font-size: 3.75em;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}

.widget_area .reviews_block .reviews_summary .reviews_value {
    font-size: 3.25em;
}

/* Summary stars in the post item (under the title) */
.post_rating {
    margin-bottom: 6px;
    overflow: hidden;
}

    .post_rating .reviews_stars_wrap {
        white-space: nowrap;
    }

    .post_rating .reviews_stars_wrap {
        position: relative;
        height: 1em;
        /*width:92px;*/
        display: inline-block;
        vertical-align: top;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .post_rating .reviews_value {
        display: inline-block;
        vertical-align: top;
        font-size: 0.875em;
        font-weight: 400;
        margin-left: 0.5em;
    }

    .post_rating .reviews_stars_bg,
    .post_rating .reviews_stars_hover {
        white-space: nowrap;
        overflow: hidden;
    }

    .post_rating .reviews_stars_hover {
        position: absolute;
        left: 0;
        top: 0;
    }

.post_item:nth-child(3n+1) .post_rating .reviews_stars_bg,
.post_item:nth-child(3n+1) .post_rating .reviews_stars_hover,
.post_item:nth-child(3n+1) .post_rating .reviews_value {
    color: #e3e1de;
}

.post_item:nth-child(3n+2) .post_rating .reviews_stars_bg,
.post_item:nth-child(3n+2) .post_rating .reviews_stars_hover,
.post_item:nth-child(3n+2) .post_rating .reviews_value {
    color: #e3e1de;
}

.post_item:nth-child(3n+3) .post_rating .reviews_stars_bg,
.post_item:nth-child(3n+3) .post_rating .reviews_stars_hover,
.post_item:nth-child(3n+3) .post_rating .reviews_value {
    color: #e3e1de;
}



/* 8.3 Post author
------------------------------------------------------ */

.post_author {
    margin-bottom: 2em;
    padding: 1.25em 1.85em;
    overflow: hidden;
}

    .post_author .post_author_avatar {
        float: left;
        margin: 0 20px 10px 0;
        overflow: hidden;
    }

    .post_author .post_author_title {
        margin-top: 0;
    }

    .post_author p {
        margin: 0;
    }

        .post_author p + p {
            margin-top: 0.5em;
        }

.post_author {
    color: #222222;
    background-color: #f4f6f8;
    padding: 3em;
    margin-top: 2em;
}

    .post_author .post_author_title {
        margin-bottom: 0.6em;
    }

    .post_author .post_author_title,
    .post_author .post_author_info {
        margin-left: 6.667em;
        color: #5b5f62;
    }

        .post_author .post_author_title a {
            color: #191e23;
            text-transform: uppercase;
            letter-spacing: 0.2em;
        }

            .post_author .post_author_title a:hover {
                color: #8b9094;
            }

    .post_author .post_author_avatar {
        margin-right: 2em;
        width: 4.667em;
    }

.article_style_stretch .related_wrap:not(.related_wrap_empty) {
    background: transparent;
    border-radius: 0;
}

.post_item_single .related_wrap:not(.related_wrap_empty):not(.scroll_wrap) {
    margin-top: 6em;
    border-top: 2px solid #dcdad9;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.post_item_single .column-1_3 {
    width: 32.5%;
    vertical-align: top;
}

.post_item_single .post_item_related .post_featured img {
    width: 100%;
    border: 0;
}

.post_item_related {
    border-radius: 0;
}


/* 8.4 Comments
-------------------------------------------------------- */
.comments_wrap {
    /*margin-top: 3em;*/
}

.body_style_fullscreen .comments_wrap {
    margin-bottom: 3em;
}

/* Trackbacks and pingbacks */
.comments_list > li.trackback {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 4em;
    min-height: 0;
    position: relative;
}

    .comments_list > li.trackback p {
        font-style: italic;
        padding-bottom: 0.8em;
    }

        .comments_list > li.trackback p a {
            font-style: normal;
        }

    .comments_list > li.trackback .edit-link {
        position: absolute;
        right: 0;
        top: 0;
    }

.comments_list > li + li.trackback .edit-link {
    margin-top: 1.25em;
}

/* Comment list */
.comments_list_wrap .comments_closed {
    margin-top: 2em;
    color: #222222;
}

.comments_list_wrap .comments_list_title {
    margin-top: 0;
}

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

.comments_list_wrap ul > li {
    overflow: hidden;
    position: relative;
    min-height: 5em;
}

    .comments_list_wrap ul > li:before {
        display: none;
    }

.comments_list_wrap ul ul {
    /* padding-left:105px; */ /* This way for more long border under previous item */
    margin-left: 1.5em; /* This way for more short border under previous item */
}

    .comments_list_wrap ul ul ul ul ul {
        /* padding-left:0; */
        margin-left: 0;
    }

.comments_list_wrap .comment_author_avatar {
    position: absolute;
    left: 0;
    top: 0.25em;
    z-index: 1;
}

.comments_list_wrap .comment_content {
    padding-left: 105px;
}

.comments_list_wrap .comment_info {
    font-size: 0.875em;
    margin-bottom: 0.5em;
}

    .comments_list_wrap .comment_info > span + span:before {
        content: "|";
        display: inline-block;
        margin: 0 0.8em;
    }

    .comments_list_wrap .comment_info .comment_date_label {
        font-style: italic;
    }

.comments_list_wrap .comment_not_approved {
    padding: 0 0 0.5em 0;
    font-style: italic;
    font-weight: 300;
}

.comments_list_wrap .comment_text {
    margin-bottom: 0.5em;
    color: #222222;
}

    .comments_list_wrap .comment_text p {
        margin: 0;
    }

        .comments_list_wrap .comment_text p + p {
            margin-top: 0.5em;
        }

    .comments_list_wrap .comment_text ul {
        margin: 0;
        padding: 0 0 0 1.5em;
        list-style: outside;
    }

        .comments_list_wrap .comment_text ul > li > ul {
            margin-top: 0.5em;
        }

        .comments_list_wrap .comment_text ul > li {
            min-height: 0;
            border: none;
            padding: 0;
            margin: 0 0 0.5em 0;
            overflow: visible;
        }

.comments_list_wrap .comment_reply a {
    font-size: 0.875em;
}

    .comments_list_wrap .comment_reply a:before {
        content: '\e824';
        font-family: fontello;
        margin-right: 0.5em;
    }


/* Comments form */
.comments_wrap .comment-reply-title {
    display: none;
}

.comments_wrap .comments_list_wrap .comment-reply-title {
    display: block;
}

.comments_wrap .comments_notes {
    font-size: 0.875em;
    color: #909090;
}

.comments_wrap .comments_field {
    margin-bottom: 20px;
}

    .comments_wrap .comments_field label {
        display: none;
    }

    .comments_wrap .comments_field input,
    .comments_wrap .comments_field textarea {
        width: 100%;
        padding: 0.75em 1em;
    }

/* Submit button */
.comments_form_wrap {
    padding-bottom: 4px; /* To show shadow under button */
}

.comments_wrap .form-submit {
    text-align: left;
    margin: 0;
    padding-left: 4px;
}

    .comments_wrap .form-submit input[type="submit"],
    .comments_wrap .form-submit input[type="button"] {
        text-transform: uppercase;
    }

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.comments_list_wrap ul.children,
.comments_list_wrap ul > li + li {
    margin-top: 2em;
}

.comments_wrap .comment-respond {
    padding-bottom: 4px;
}

.comments_list_wrap .comment-respond {
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
}

.comments_list_wrap > ul {
    padding-bottom: 1.25em;
}

.comments_list_wrap ul > li + li > .comment_author_avatar {
}

.comments_list_wrap > ul > li > ul.children,
.comments_list_wrap > ul > li > ul > li {
}

    .comments_list_wrap > ul > li > ul.children > li > ul.children,
    .comments_list_wrap > ul > li > ul > li > ul > li {
    }

        .comments_list_wrap > ul > li > ul.children > li > ul.children > li > ul.children > li > ul.children,
        .comments_list_wrap > ul > li > ul > li > ul > li > ul > li > ul > li {
        }

            .comments_list_wrap > ul > li > ul.children > li > ul.children > li > ul.children > li > ul.children > li > ul.children,
            .comments_list_wrap > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
            }

.comments_list_wrap .comment_author_avatar img {
    width: 100%;
    box-sizing: border-box;
}

.comments_list_wrap .comment_info > span.comment_author,
.comments_list_wrap .comment_info > .comment_date > .comment_date_value {
    color: #191e23;
}

/* 8.5 Page 404
-------------------------------------------------------------- */
.article_style_boxed .post_item_404 {
    padding: 1px 0;
}

.post_item_404 .page_title,
.post_item_404 .page_subtitle,
.post_item_404 .page_description,
.post_item_404 .page_search {
    text-align: center;
}

.post_item_404 .page_title {
    font-size: 6em;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0.45em;
}

.post_item_404 .page_subtitle {
    line-height: 1em;
    margin-bottom: 0.8125em;
    margin-top: 0.5em;
}

.post_item_404 .page_description {
    margin-bottom: 2em;
    color: #222222;
}

.post_item_404 .page_search {
    margin-bottom: 3em;
}

    .post_item_404 .page_search .search_wrap {
        max-width: 30%;
        margin: 0 auto;
    }

.post_item_404 .page_title {
    font-family: Spinnaker, serif;
    font-size: 16em;
    color: #f4f7fa;
    margin-top: 0.12em;
}

.post_item_404 .page_subtitle {
    color: #191e23;
}

.post_item_404 .page_description {
    color: #5b5f62;
}

    .post_item_404 .page_description a {
        color: #209de2;
    }

        .post_item_404 .page_description a:hover {
            color: #da0014;
        }

.post_item_404 .page_subtitle {
    margin: 1em 0;
}

.post_item_404 .page_description {
    margin: 3.25em 0;
}

.content .post_item_404 .page_search .search_wrap.search_fixed .search_form_wrap .search_field {
    position: relative;
    width: 16em;
    /*padding: 1.8em 1.4em;*/
    background-color: #f4f7fa;
    color: #aeb1b3;
    margin-top: 0;
    height: 50px;
    border-radius: 0 !important;
}

.content .post_item_404 .page_search .search_wrap .search_form_wrap .search_submit {
    display: block;
    color: #ffffff;
    float: right;
}

    .content .post_item_404 .page_search .search_wrap .search_form_wrap .search_submit:hover {
    }

.post_item_404 .page_search .search_wrap {
    max-width: 25em;
}

.error404.top_panel_style_light .page_content_wrap {
    background: #fff;
}

.top_panel_style_light .post_item_404 .page_title,
.top_panel_style_light .post_item_404 .page_subtitle,
.top_panel_style_light .post_item_404 .page_description,
.top_panel_style_light .post_item_404 a {
}


/* 8.6 Fullscreen courses layout: Featured block
-------------------------------------------------------------- */
.body_style_fullscreen.layout_single-courses .post_featured {
    max-height: 32em;
    margin-bottom: 0;
}

    .body_style_fullscreen.layout_single-courses .post_featured .post_thumb_hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
    }

    .body_style_fullscreen.layout_single-courses .post_featured .post_icon {
        margin-top: 0.5em;
        font-size: 5.5em;
        line-height: 1em;
    }

    .body_style_fullscreen.layout_single-courses .post_featured .post_categories {
        font-size: 1.125em;
        line-height: 1.5em;
    }

        .body_style_fullscreen.layout_single-courses .post_featured .post_categories a {
            color: #ffffff;
        }

        .body_style_fullscreen.layout_single-courses .post_featured .post_categories:after {
            display: block;
            content: ' ';
            margin: 1.5em auto 0;
            border-top: 1px solid #ffffff;
            width: 4em;
            height: 0;
        }

    .body_style_fullscreen.layout_single-courses .post_featured .post_title {
        font-size: 3em;
        font-weight: 300;
        line-height: 1.3em;
        margin: 0.5em auto 0;
        max-width: 60%;
    }

    .body_style_fullscreen.layout_single-courses .post_featured .post_button {
        margin-top: 2em;
    }

        .body_style_fullscreen.layout_single-courses .post_featured .post_button:after {
            display: block;
            font-family: 'fontello';
            content: '\e828';
            font-size: 1.5em;
            line-height: 1em;
            margin: 1.5em auto 0;
            width: 1em;
        }

.body_style_fullscreen .post_featured {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .body_style_fullscreen .post_featured .post_thumb_hover {
        background-color: rgba(2,75,94, 0.8);
    }

    .body_style_fullscreen .post_featured .post_button a {
        color: #e05100;
        background-color: #ffffff;
    }

.body_style_boxed.fullboxed .page_content_wrap {
    padding: 0;
}


/* 8.7 Courses blocks
-------------------------------------------------------------- */

/* Post access denied */
.post_access_denied {
    padding: 5em 0;
    text-align: center;
}

    .post_access_denied p {
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    .post_access_denied .post_button {
        margin-top: 3em;
    }


/* Course TOC */
.course_toc_with_pagination {
    margin-top: 3em;
    border-top: 1px solid #ddd;
}

.course_toc .course_lesson_title {
    font-weight: 500;
}

.course_toc .course_lesson_date,
.course_toc .course_lesson_by {
    font-size: 0.875em;
    font-style: italic;
    color: #a0a0a0;
}

.course_toc .course_lesson_by {
    font-style: normal;
}

.course_toc .course_lesson_teacher {
    font-size: 0.875em;
}


/* Countdown */
.post_countdown {
    padding: 3em 0;
    background-color: #f4f7f9;
    text-align: center;
}

    .post_countdown .post_countdown_title {
        font-size: 2em;
        font-weight: 100;
        margin: 0 0 1em;
    }

    .post_countdown .sc_countdown {
        display: inline-block !important;
    }


/* Post info */
.layout_single-courses article > .post_info:not(.post_info_bottom),
.layout_single-courses .content_wrap > .post_info:not(.post_info_bottom) {
    margin: 1em 0 0.25em;
    font-size: 1.875em;
    line-height: 1em;
}

    .layout_single-courses article > .post_info:not(.post_info_bottom) .post_info_item,
    .layout_single-courses .content_wrap > .post_info:not(.post_info_bottom) .post_info_item {
        font-style: normal;
        vertical-align: middle;
        line-height: 2em;
    }

    .layout_single-courses article > .post_info:not(.post_info_bottom) .post_info_posted:before,
    .layout_single-courses .content_wrap > .post_info:not(.post_info_bottom) .post_info_posted:before {
        content: '\e821';
        font-family: 'fontello';
        font-size: 2.25em;
        line-height: 1em;
        vertical-align: middle;
        display: inline-block;
        margin-right: 0.3em;
    }

    .layout_single-courses article > .post_info:not(.post_info_bottom) .post_info_item + .post_info_item:before,
    .layout_single-courses .content_wrap > .post_info:not(.post_info_bottom) .post_info_item + .post_info_item:before {
        line-height: 2em;
    }

.layout_single-courses .content .post_info_bottom {
    margin: 2em 0;
}

/* Teacher info */
.layout_single-courses .content .post_author {
    margin: 2em 0;
}

/* Share block */
.layout_single-courses .content .post_info_share_horizontal {
    margin: 2em 0;
}


/* Reviews block */
.post_item_single_courses .reviews_block {
    margin-top: 2em;
}

.layout_single-courses .post_info .post_info_date,
.layout_single-courses .post_info .post_info_posted:before {
    color: #191e23;
}

/* 8.8 Team member
-------------------------------------------------------------- */

/* Share block */
.post_item_single_team .post_info_share_horizontal {
    margin: 2em 0;
}

.post_item_single_team .post_featured {
    z-index: 1;
}

.post_item_single_team .post_content h4 {
    color: #209de2;
}

.post_item_single_team .sc_title {
    padding-bottom: 0.2em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.post_item_single_team .team_email {
    color: #ce0315;
}

.post_item_single_team .team_education {
    line-height: 1.5em !important;
    font-size: 1.143em;
    margin-top: 50px;
}

.post_item_single_team .education_chronology {
    padding-left: 143px;
}




/* 9. Sidebars
-------------------------------------------------------------- */
.footer_wrap .columns_wrap aside {
    vertical-align: top;
    padding-right: 2em;
    margin-bottom: 3em;
    margin-top: 3em;
    float: none;
    display: inline-block;
}

    .footer_wrap .columns_wrap aside:last-child {
        padding-right: 0;
    }

.sidebar,
.article_style_boxed .sidebar {
    padding: 3em 0;
}

    .sidebar aside {
        padding: 0 3em;
    }

.textwidget {
}

.sidebar aside + aside {
    border-top: 1px solid #f4f7f9;
    margin-top: 29px;
    padding-top: 25px;
}


/* Common rules */
.widget_area .widget_title {
    margin-top: 0;
    margin-bottom: 1em;
}

.widget_area ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .widget_area ul ul {
        margin-top: 0.5em;
    }

    .widget_area ul li {
        position: relative;
        padding-left: 1em;
    }

        .widget_area ul li:before {
            content: '\e83c';
            font-family: 'fontello';
            position: absolute;
            left: 1px;
            top: 0;
        }

        .widget_area a,
        .widget_area ul li:before,
        .widget_area ul li a:hover {
            color: #493834;
        }

            .widget_area a:hover,
            .widget_area ul li a,
            {
                color: #a5a5a5;
            }

.sidebar.widget_area a:hover,
.sidebar.widget_area ul li a {
    color: #5b5f62;
}


    .sidebar.widget_area ul li a:hover {
        color: #191e23;
    }

.widget_area ul li a.username {
    color: #191e23;
}

    .widget_area ul li a.username:hover {
        color: #da0014;
    }

.widget_area ul li:before {
    line-height: 1.5em;
    position: absolute;
    color: #ce0315;
    content: '\e9b7';
    font-size: 0.5em;
    padding-top: 1em;
}

footer.widget_area ul li:before {
    line-height: 1.5em;
    content: '';
}

footer.widget_area ul li {
    padding-left: 1.5em;
}

.widget_area .post_title a {
    text-transform: uppercase;
    overflow: hidden;
    display: block;
    color: #5b5f62;
}

.widget_area .widget_text a,
.widget_area .post_info a {
    color: #191e23;
}

    .widget_area .widget_text a:hover,
    .widget_area .post_info a:hover {
        color: #000000;
    }

/* Dark sidebars */
.widget_area.bg_tint_dark .post_title a {
    color: #ffffff;
}

.widget_area .widget_socials .logo .logo_text {
    font-size: 2em;
    color: #191e23;
}

/* Tabs in widgets */
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {
    font-size: 0.875em;
}

    .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li + li {
        margin-left: 1em;
    }

    .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
        padding: 2px 10px;
    }

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_content {
    padding: 10px 0 0 0;
    border: none;
}

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* Widget: Search */
.widget_area .widget_product_search .search_form,
.widget_area .widget_search .search_form {
    position: relative;
    overflow: hidden;
}

.widget_area .widget_product_search .search_button,
.widget_area .widget_search .search_button {
    text-align: center;
    border: none;
    background: none;
}

.widget_area .widget_product_search .search_form,
.widget_area .widget_search .search_form {
    overflow: hidden;
}

.widget_area.bg_tint_dark .widget_product_search .search_form,
.widget_area.bg_tint_dark .widget_search .search_form {
    background-color: #666666;
}

.widget_area.bg_tint_light:not(.sidebar_style_white) .widget_product_search .search_form,
.widget_area.bg_tint_light:not(.sidebar_style_white) .widget_search .search_form {
    background-color: #ffffff;
}

.widget_area .widget_product_search .search_field,
.widget_area .widget_search .search_field {
    width: 100%;
    height: 3.333em;
    line-height: 35px;
    padding: 1em 1.5em;
    color: #aeb1b3;
    background-color: #fff;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget_area.sidebar_style_white .widget_product_search .search_field,
.widget_area.sidebar_style_white .widget_search .search_field,
.widget_area.sidebar_style_white .widget_categories select {
    background-color: #f4f7fa;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    border: 0;
}

.widget_area .widget_product_search .search_button,
.widget_area .widget_search .search_button {
    position: absolute;
    right: 1em;
    top: 0.45em;
    width: 30px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.widget_product_search .search-field {
    width: 100%;
    padding: 1em;
    color: #aeb1b3;
    margin-bottom: 1em;
}

.sidebar_style_light .widget_product_search .search-field, .sidebar_style_dark .widget_product_search .search-field {
    background-color: #fff;
}

.body_filled .widget_area.sidebar_style_dark .widget_shopping_cart_content .buttons a, .body_filled .widget_area.bg_tint_dark .widget_shopping_cart_content .buttons a {
    color: #fff;
    background-color: #209de2;
}

    .body_filled .widget_area.sidebar_style_dark .widget_shopping_cart_content .buttons a:hover, .body_filled .widget_area.bg_tint_dark .widget_shopping_cart_content .buttons a:hover {
        color: #fff;
        background-color: #ce0315;
    }

/* Widget: Calendar */
.widget_area .widget_calendar table {
    width: 100%;
}

.widget_area .widget_calendar .weekday {
    font-size: 0.6875em;
    text-transform: uppercase;
}

.widget_area.bg_tint_dark .widget_calendar .weekday {
    color: #ffffff;
}

.widget_area .widget_calendar td .day_wrap {
    display: block;
    position: relative;
    border: 2px solid transparent;
    padding: 8px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.widget_area .widget_calendar td a:after {
    position: absolute;
    left: 48%;
    bottom: -4px;
}

.widget_area .widget_calendar th,
.widget_area .widget_calendar td {
    font-weight: 400;
    text-align: center;
    border-width: 0;
    padding: 0;
}

.widget_area .widget_calendar th {
    padding: 10px 4px;
}

.widget_area .widget_calendar td {
    font-size: 0.875em;
    padding: 0;
}

.widget_area .widget_calendar .month_cur {
}

.widget_area .widget_calendar .month_prev a,
.widget_area .widget_calendar .month_next a {
    display: block;
}

    .widget_area .widget_calendar .month_prev a:before,
    .widget_area .widget_calendar .month_next a:before {
        font-family: 'fontello';
    }

    .widget_area .widget_calendar .month_prev a:before {
        content: '\e8af';
    }

    .widget_area .widget_calendar .month_next a:before {
        content: '\e8b0';
    }

.widget_area .widget_calendar td a.day_wrap {
    border: 2px solid #e1e4e6;
    padding: 3px 0px;
}

.widget_area .widget_calendar td a:hover {
    background-color: #ce0315;
    border-color: #ce0315;
    color: #fff;
}

.widget_area .widget_calendar .month_cur a:hover,
.widget_area .widget_calendar .month_prev a:hover,
.widget_area .widget_calendar .month_next a:hover {
    background-color: transparent;
    color: #5b5f62;
}

.widget_area .widget_calendar .today .day_wrap {
    border-color: #ce0315;
    background-color: #ce0315;
    color: #ffffff;
}

.widget_area .widget_calendar td .day_wrap {
    padding: 0.25em 0;
    border: 0.2em solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.widget_area .widget_calendar td .day_wrap {
}

.widget_area .widget_calendar td {
    font-size: 1em;
    padding: 0;
}

/* Widget: RSS */
.widget_area .widget_rss .widget_title a {
    display: inline-block;
    margin-right: 6px;
}

.widget_area .widget_rss .widget_title img {
    vertical-align: baseline;
}

.widget_area .widget_rss {
    color: #222222;
}

    .widget_area .widget_rss li {
        font-size: 0.875em;
    }

        .widget_area .widget_rss li > a {
        }

/* Widget: Tag Cloud */
.widget_area .widget_product_tag_cloud,
.widget_area .widget_tag_cloud {
    overflow: hidden;
}

    .widget_area .widget_product_tag_cloud a,
    .widget_area .widget_tag_cloud a {
        display: block;
        float: left;
        padding: 2px 10px;
        margin: 0 5px 5px 0;
        font-size: 0.75em !important;
    }

    .widget_area .widget_product_tag_cloud a,
    .widget_area .widget_tag_cloud a {
        border: 0.2em solid #d8dadc;
        color: #aeb1b3;
        text-transform: uppercase;
        font-size: 0.8em !important;
    }

        .widget_area .widget_product_tag_cloud a:hover,
        .widget_area .widget_tag_cloud a:hover {
            color: #ce0315;
        }

/* Widget: ThemeREX Advertisement */
.widget_area .widget_advert .image_wrap {
    overflow: hidden;
    display: block;
    margin-bottom: 1em;
}

.widget_area .widget_advert .image_wrap {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


/* Widget: ThemeREX Flickr */
.widget_area .widget_flickr {
    overflow: hidden;
}

    .widget_area .widget_flickr .flickr_images {
        margin-right: -5px;
    }

    .widget_area .widget_flickr .flickr_badge_image {
        float: left;
        margin: 0 5px 5px 0;
        overflow: hidden;
        width: 31%;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .widget_area .widget_flickr .flickr_badge_image img {
            width: 100%;
        }

    .widget_area .widget_flickr .flickr_badge_image {
        margin: 0.4em;
        width: 28.92%;
    }

.footer_style_light.widget_area .widget_flickr .flickr_badge_image {
    border: 0;
    margin: 0.4em;
    width: 29.05%;
}

.footer_style_light.widget_area .widget_flickr {
    padding: 0 0.9em 0 0;
}

    .footer_style_light.widget_area .widget_flickr:last-child {
        padding: 0 0 0 1em;
    }

/* Widget: ThemeREX Logo and Socials */
.widget_area .widget_socials .logo {
    overflow: hidden;
    margin-bottom: 1em;
}

    .widget_area .widget_socials .logo img {
        vertical-align: middle;
    }

    .widget_area .widget_socials .logo .logo_text {
        display: inline-block;
        margin-left: 1em;
        font-size: 1.5em;
    }

.widget_area .widget_socials .sc_socials {
    margin-top: 1em;
}


/* Widget: ThemeREX Twitter */
.widget_area .widget_twitter ul li {
    padding-left: 1.5em;
}

    .widget_area .widget_twitter ul li:before {
        content: '\e844';
        font-size: 1em;
        left: 0;
    }

.widget_area select {
    width: 100%;
    padding: 1em;
    color: #aeb1b3;
    background-color: #fff;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Left or Right sidebar */
.sidebar aside + aside {
    border-top: 1px solid #e0e2e5;
    margin-top: 2em;
    padding-top: 2.5em;
}

/* Select */
.widget_product_categories select.dropdown_product_cat {
    width: 100%;
    padding: 1em;
    color: #aeb1b3;
    border: 0;
    -webkit-appearance: button;
    -moz-appearance: none;
    background: url("../images/arrow-down.png") no-repeat 92% center #fff;
    margin-bottom: 1em;
}

.sidebar_style_white .widget_product_categories select.dropdown_product_cat {
    background: url("../images/arrow-down.png") no-repeat 92% center #f4f7fa;
}

/* 10. Footer areas
-------------------------------------------------------------- */

/* Footer widgets */
.footer_wrap {
    padding: 2.7em 0 2em;
}

    .footer_wrap aside {
        margin-bottom: 1.5em;
    }

    .footer_wrap .columns_wrap .column-1_4, .footer_wrap .columns_wrap .column-2_8, .footer_wrap .columns_wrap .column-3_12 {
        width: 24%;
    }


/* Contacts */
.contacts_wrap {
    padding: 3.9em 0 2.25em;
    text-align: center;
}

    .contacts_wrap .logo {
        text-align: center;
        margin-bottom: 2em;
    }

        .contacts_wrap .logo .logo_text {
            font-size: 2em;
        }

        .contacts_wrap .logo img {
            vertical-align: middle;
            display: inline-block;
            height: 30px;
        }

    .contacts_wrap .contacts_address {
        overflow: hidden;
        font-size: 0.875em;
        margin-bottom: 1.5em;
    }

        .contacts_wrap .contacts_address .address_left {
            width: 48%;
            text-align: right;
            float: left;
        }

        .contacts_wrap .contacts_address .address_right {
            width: 48%;
            text-align: left;
            float: right;
        }

    .contacts_wrap.bg_tint_dark {
        color: #b0b0b0;
        background-color: #fcfbfb;
    }

    .contacts_wrap.bg_tint_light {
        background-color: #ffffff;
    }


/* Testimonials and Twitter area */
.testimonials_wrap,
.twitter_wrap {
    background-repeat: no-repeat;
    background-position: center top;
}

footer.testimonials_wrap .sc_section_overlay,
footer.twitter_wrap .sc_section_overlay {
    padding: 3em 0;
}

.textwidget .sc_list_style_iconed li .sc_list_icon {
    color: #209de2;
}

.footer_map,
.footer_email {
    color: #797d82 !important;
}

/* Copyright area */
.copyright_wrap {
    font-size: 0.875em;
    padding: 1.5em 0;
    background-color: #ffffff;
    color: #222222;
    text-align: center;
}

    .copyright_wrap p {
        margin: 0;
    }






/* 11. Utils
-------------------------------------------------------------- */

/* Table of contents */
#toc {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
}

    #toc a {
        color: #ffffff;
    }

    #toc.toc_no {
        display: none;
    }

    #toc .toc_inner {
        position: absolute;
        top: 50%;
        right: -60px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    #toc.toc_fixed .toc_inner,
    #toc:hover .toc_inner {
        right: 0;
    }

    #toc .toc_item {
        position: relative;
        width: 57px;
        height: 60px;
        border-right: 3px solid rgba(0,0,0,0.8);
        background-color: rgba(0,0,0,0.8);
    }

        #toc .toc_item.toc_separator {
            margin-bottom: 1px;
        }

        #toc .toc_item.current,
        #toc .toc_item:hover {
            background-color: rgba(128,128,128,0.8);
        }

    #toc .toc_icon {
        position: absolute;
        display: block;
        z-index: 2;
        top: 0;
        left: 0;
        width: 57px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

        #toc .toc_icon.with_title {
            line-height: 40px;
        }

        #toc .toc_icon:before {
            font-size: inherit;
            color: inherit;
            margin: 0;
            padding: 0;
        }

    #toc .toc_title {
        position: absolute;
        bottom: 6px;
        left: 0;
        display: block;
        width: 57px;
        line-height: 12px;
        font-size: 12px;
    }

    #toc .toc_description {
        position: absolute;
        top: 0;
        right: -300px;
        width: 240px;
        height: 30px;
        padding: 1em;
        font-size: 0.875em;
        line-height: 1.2em;
        z-index: 1;
        background-color: rgba(128,128,128,0.8);
        color: #ffffff;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    #toc .toc_item:hover .toc_description {
        right: 68px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #toc .toc_description:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-left-color: rgba(128,128,128,0.8);
        border-width: 8px;
        margin-top: -8px;
    }


/* Hovers for images and videos */
.hover_icon {
    position: relative;
    display: block;
}

    .hover_icon:before {
        font-family: 'fontello';
        font-size: 4em;
        color: #ffffff;
        text-shadow: -4px 3px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: 0;
        filter: alpha(opacity=0);
        margin-top: 100px;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -ms-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
    }

    .hover_icon:hover:before {
        opacity: 1;
        filter: alpha(opacity=1);
        margin-top: 0;
    }

.hover_icon_play:before {
    content: '\e80d';
}

.hover_icon:before {
    content: '\e812';
    background-color: #209de2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 3.5em;
    height: 3.5em;
}

.hover_icon_zoom:before {
    content: '\e823';
}

.hover_icon_view:before {
    content: '\e843';
}

/* Scroll to top */
.scroll_to_top {
    display: block;
    position: fixed;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    bottom: -4em;
    right: 2em;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 1001;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -ms-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    transition: all ease 1.5s;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .scroll_to_top.show {
        filter: alpha(opacity=100);
        opacity: 1;
        bottom: 2em;
    }

.scroll_to_top {
    color: #fff;
    background-color: #191e23;
    border: none;
    -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

    .scroll_to_top:after {
        content: '\e88c';
        font-family: fontello;
    }

    .scroll_to_top:hover {
        color: #fff;
        background-color: #da0014;
    }

.custom_options #co_toggle {
    background-color: #ffb20e !important;
    color: #ffffff;
    right: -2.5625em !important;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.2);
}


/* Debug window */
#debug_log {
    position: fixed;
    z-index: 1000000;
    display: block;
    width: 100%;
    max-height: 400px;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    overflow: auto;
}

.admin-bar #debug_log {
    top: 32px;
}

#debug_log_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

#debug_log_content {
    padding: 12px;
}







/* 12. Registration and Login popups
-------------------------------------------------------------- */
.popup_wrap {
    position: absolute;
    top: 3.3333em;
    right: 0;
    width: 37.5em;
    padding: 3em 2.5em 2em;
    display: none;
}

.popup_registration {
    right: -5.5em;
}

.popup_wrap .popup_close {
    display: block;
    font-size: 1.25em;
    line-height: 1em;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0.5em 0.5em 0 0;
    text-align: center;
    color: #cccccc;
    border: 2px solid #ebebeb;
    background-color: #f4f7f9;
}

    .popup_wrap .popup_close:hover {
        color: #909090;
        border: 2px solid #cccccc;
        background-color: #ffffff;
    }

    .popup_wrap .popup_close:before {
        font-family: fontello;
        content: '\e8ac';
        line-height: 1em;
        padding: 0 !important;
        margin: 0 !important;
    }

.popup_wrap .form_wrap {
    position: relative;
    overflow: hidden;
}

    .popup_wrap .form_wrap .result {
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 25%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);
    }

        .popup_wrap .form_wrap .result p {
            line-height: 1.5em;
        }

        .popup_wrap .form_wrap .result a {
            color: #ffffff;
        }

    .popup_wrap .form_wrap .error_fields_class {
        border-color: #CC6868;
    }

.popup_wrap .form_left {
    float: left;
    padding-right: 2.5em;
    width: 54%;
    border-right: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup_wrap .form_right {
    float: right;
    padding-left: 2.5em;
    width: 45%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup_wrap.popup_registration .form_left {
    width: 50%;
    padding-right: 5px;
    border-right: none;
}

.popup_wrap.popup_registration .form_right {
    width: 50%;
    padding-left: 5px;
}

.popup_wrap .popup_form_field {
    margin-bottom: 0.625em;
}

.popup_wrap input[type="text"],
.popup_wrap input[type="email"],
.popup_wrap input[type="password"] {
    width: 100%;
    border: 2px solid #ebebeb;
    background-color: #fafafa;
}

.popup_wrap input:not([type="submit"]):focus {
    background-color: #ffffff;
}

.popup_wrap .popup_form_field.iconed_field {
    position: relative;
}

    .popup_wrap .popup_form_field.iconed_field:before {
        position: absolute;
        z-index: 1;
        top: 2px;
        right: 8px;
        color: #c9c9c9;
        font-size: 1.5em;
    }

    .popup_wrap .popup_form_field.iconed_field input {
        padding-right: 30px;
    }

.popup_wrap .popup_form_field .forgot_password {
    float: right;
}

.popup_wrap .popup_form_field.submit_field {
    padding: 0 0 4px 4px;
}

.popup_wrap .popup_form_field .submit_button {
    width: 100%;
}

.popup_wrap .login_socials_title {
    color: #222222;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}

.popup_wrap .login_socials_problem,
.popup_wrap .login_socials_list {
    line-height: 1em;
}

.popup_wrap .popup_form_field.remember_field {
    margin-top: 1.2em;
}

.popup_wrap {
    background: #fff;
    -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .popup_wrap .popup_close {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .popup_wrap input[type="text"],
    .popup_wrap input[type="email"],
    .popup_wrap input[type="password"] {
        font-size: 1.1667em;
        line-height: 1.5em;
        padding: 0.3em;
    }






/* 13. Third part plugins
------------------------------------------------------------------------------------ */

/* Composer */
.wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0 !important;
}

.sc_gap .vc_row {
    margin-left: 0;
    margin-right: 0;
}

.sc_gap .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.wpb_row:not(.no_padding) {
    padding-top: 70px;
    padding-bottom: 70px;
}

article.post_item_single .wpb_row:not(.no_padding) {
    padding-top: 0;
}

.wpb_row.with_isotope {
    padding-bottom: 28px;
}

h1 .wpb_text_column p, h2 .wpb_text_column p, h3 .wpb_text_column p, h4 .wpb_text_column p, h5 .wpb_text_column p, h6 .wpb_text_column p {
    padding-bottom: 0 !important;
}

/* Magnific popup */
.mfp-figure figcaption {
    margin-bottom: 40px !important;
    height: 40px;
    padding: 0 16px;
    overflow: hidden;
    display: none;
}

    .mfp-figure figcaption .mfp-bottom-bar {
        left: 16px;
        right: 16px;
        margin-top: -30px;
        width: auto;
    }


/* Google conversion */
iframe[name="google_conversion_frame"] {
    height: 1px;
    min-height: 0px;
    display: none;
}


/* Media player
------------------------------------------------------- */

/*
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls { background:#191e23 !important; }
.mejs-controls .mejs-volume-button .mejs-volume-slider { background: rgba(30,170,206,0.7) !important; }
*/
.mejs-controls button:hover,
.mejs-controls button:active {
    background-color: transparent !important;
}

.mejs-controls .mejs-button button:focus {
    outline: none !important;
    ;
}

.sc_audio_player .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-color: #209de2 transparent transparent;
    top: 17px;
}



/* 14. Predefined classes for users
-------------------------------------------------------------- */

/* Predefined classes for the background texture and/or image */
.texture_bg_1 {
    background-image: url(images/bg/texture_1.html);
}

.texture_bg_2 {
    background-image: url(images/bg/texture_2.html);
}

.texture_bg_3 {
    background-image: url(images/bg/texture_3.html);
}

.texture_bg_4 {
    background-image: url(images/bg/texture_4.html);
}

.texture_bg_5 {
    background-image: url(images/bg/texture_5.html);
}

.texture_bg_6 {
    background-image: url(images/bg/texture_6.html);
}

.texture_bg_7 {
    background-image: url(images/bg/texture_7.html);
}

.texture_bg_8 {
    background-image: url(images/bg/texture_8.html);
}

.texture_bg_9 {
    background-image: url(images/bg/texture_9.html);
}

.texture_bg_10 {
    background-image: url(images/bg/texture_10.html);
}

.texture_bg_11 {
    background-image: url(images/bg/texture_11.html);
}

.texture_bg_12 {
    background-image: url(images/bg/texture_12.html);
}

.overlay_bg_1:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_1.html);
}

.overlay_bg_2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_2.html);
}

.overlay_bg_3:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_3.html);
}

.overlay_bg_4:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_4.html);
}

.overlay_bg_5:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_5.html);
}

.overlay_bg_6:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_6.html);
}

.overlay_bg_7:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_7.html);
}

.overlay_bg_8:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_8.html);
}

.overlay_bg_9:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_9.html);
}

.overlay_bg_10:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_10.html);
}

.overlay_bg_11:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_11.html);
}

.overlay_bg_12:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(images/bg/texture_12.html);
}

.bg_pattern_1 {
    background: url(images/bg/pattern_1.html) 50% 50% repeat fixed;
}

.bg_pattern_2 {
    background: url(images/bg/pattern_2.html) 50% 50% repeat fixed;
}

.bg_pattern_3 {
    background: url(images/bg/pattern_3.html) 50% 50% repeat fixed;
}

.bg_pattern_4 {
    background: url(images/bg/pattern_4.html) 50% 50% repeat fixed;
}

.bg_pattern_5 {
    background: url(images/bg/pattern_5.html) 50% 50% repeat fixed;
}

.bg_pattern_6 {
    background: url(images/bg/pattern_6.html) 50% 50% repeat fixed;
}

.bg_pattern_7 {
    background: url(images/bg/pattern_7.html) 50% 50% repeat fixed;
}

.bg_pattern_8 {
    background: url(images/bg/pattern_8.html) 50% 50% repeat fixed;
}

.bg_pattern_9 {
    background: url(images/bg/pattern_9.html) 50% 50% repeat fixed;
}

.bg_pattern_10 {
    background: url(images/bg/pattern_10.html) 50% 50% repeat fixed;
}

.bg_image_1 {
    background: url(images/bg/image_1.html) 50% 0% repeat-y fixed;
}

.bg_image_2 {
    background: url(images/bg/image_2.html) 50% 0% repeat-y fixed;
}

.bg_image_3 {
    background: url(images/bg/image_3.html) 50% 0% repeat-y fixed;
}

.bg_image_4 {
    background: url(images/bg/image_4.html) 50% 0% repeat-y fixed;
}

.bg_image_5 {
    background: url(images/bg/image_5.html) 50% 0% repeat-y fixed;
}

.bg_image_6 {
    background: url(images/bg/image_6.html) 50% 0% repeat-y fixed;
}

.bg_image_1, .bg_image_2, .bg_image_3, .bg_image_4, .bg_image_5, .bg_image_6 {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.accent_top:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 3em;
    height: 2.8em;
    background-color: #fff;
    margin: -1.4em 0 0 -1.3em;
    -webkit-transform: rotate(35deg) skewX(-20deg);
    -moz-transform: rotate(35deg) skewX(-20deg);
    transform: rotate(35deg) skewX(-20deg);
}

.rounded_none {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.rounded_tiny {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.rounded_small {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rounded_medium {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.rounded_large {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.texture_bg_green,
.texture_bg_dark {
    background-image: url(images/bg_dark.html);
}

.texture_bg_blue,
.texture_bg_light {
    background-image: url(images/bg_light.html);
}

.texture_bg_yellow {
    background-image: url(images/bg_yellow.html);
}

.texture_bg_slider:after,
.texture_bg_slider_full:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: url(images/texture_top.html) center top repeat-x, url(images/texture_slider.html) left top repeat;
}

.texture_bg_slider_full:after {
    background: url(images/texture_center.html) center center no-repeat, url(images/texture_top.html) center top repeat-x, url(images/texture_slider.html) left top repeat;
}

/* 15. Shortcodes
-------------------------------------------------------------- */

/* Accordion
-------------------------------------------------------------- */
.sc_accordion .sc_accordion_item {
    margin-bottom: 1.25em;
}

.sc_accordion > .sc_accordion_item .sc_accordion_content {
    overflow: hidden;
    display: none;
}

.sc_accordion .sc_accordion_item .sc_accordion_title {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .sc_accordion .sc_accordion_item .sc_accordion_title .sc_items_counter:after {
        content: '. ';
    }

    .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        padding: 0;
        text-align: center;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

        .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }

.sc_accordion .sc_accordion_item .sc_accordion_content {
    padding: 1.5em 1.8em;
}

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
    width: 1.7em;
    height: 1.4em;
    background-color: #fdfdfa;
    color: #ce0315;
    font-size: 0.8em;
    font-weight: 700;
    -moz-border-radius: 0.9em;
    -webkit-border-radius: 0.9em;
    border-radius: 0.9em;
    padding-top: 0.4em;
    padding-left: 0.1em;
}

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon_closed:before {
}

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened:before {
    /*background: #191e23;*/
    /*color: #ffffff;*/
}

.sc_accordion_item + .sc_accordion_item {
    border-top: 1px dotted #dcdad9;
}

.sc_accordion .sc_accordion_item {
    margin-bottom: 0;
}

/* Style 1 */
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title {
    border: 1px solid #e4e7e8;
    padding: 0.5em 0.5em 0.5em 3em;
}

    .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
        width: 2.3333em;
        background-color: #e4e7e8;
        color: #ffffff;
    }

    .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
        margin-top: -4em;
    }

    .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
        margin-top: 0;
    }

    .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed {
    }

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title {
    background-color: #f4f7fa !important;
    border: 0;
    padding: 1.9em 1em 1.7em 4em;
    font-family: Varela, sans-serif;
    font-size: 1.143em;
}

    .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened,
    .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_closed {
        margin-left: 1.1em;
        background-color: transparent;
    }

    .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
        margin-left: 1.1em;
        background-color: transparent;
    }

    .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:hover {
        color: #191e23;
    }

        .sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon_opened {
        }

.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_content {
}


/* Style 2 */
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
    border: 1px solid #e4e7e8;
    padding: 0.5em 0.5em 0.5em 3em;
}

    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
        width: 2.3333em;
        background-color: #e4e7e8;
        color: #ffffff;
    }

    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
        margin-top: -4em;
    }

    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
        margin-top: 0;
    }

    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed {
    }

    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
        background-color: transparent;
    }

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
    background-color: transparent;
    border: 0;
    padding: 2.2em 1em 2em 2.3em;
    font-family: Varela, sans-serif;
    font-size: 1.066em;
}

    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
        background-color: #f4f7fa;
    }

    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened,
    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_closed {
        background-color: transparent;
    }

    .sc_accordion.sc_accordion_style_2 .sc_accordion_item.sc_active .sc_accordion_title, .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title:hover {
        color: #ce0315;
    }

    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
    }

    .sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon_opened {
        background-color: transparent;
    }

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_content {
}

/* Align
-------------------------------------------------------------- */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/* Audio
-------------------------------------------------------------- */
.mejs-offscreen {
    display: none !important;
}

.sc_audio {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

    .sc_audio.sc_show {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=1);
    }

    .sc_audio .mejs-container {
        margin: 0;
    }

    .sc_audio.sc_audio_image {
        padding: 140px 25px 25px 25px;
        background-position: center center;
        position: relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sc_audio.sc_audio_info {
        position: relative;
        padding: 90px 25px 25px;
        border: 1px solid #f0f0f0;
    }

    .sc_audio .sc_audio_header {
        padding: 0 0 20px 0;
    }

    .sc_audio.sc_audio_image .sc_audio_header {
        min-height: 70px;
    }

    .sc_audio.sc_audio_image .sc_audio_container {
        position: absolute;
        left: 25px;
        right: 25px;
        bottom: 25px;
    }

    .sc_audio .sc_audio_header {
        position: absolute;
        top: 0;
        left: 0;
        padding: 25px;
    }

    .sc_audio .sc_audio_author_by {
        color: #222222;
    }

    .sc_audio .sc_audio_title {
        font-weight: 700;
        margin: 0;
    }

    .sc_audio .sc_audio_author {
        font-size: 0.75em;
    }

    .sc_audio.sc_audio_image {
        background-color: #f4f7fa;
    }

    .sc_audio.sc_audio_info {
        border: 0;
        background-color: #f4f7fa;
        padding: 8.5em 2.5em 2.5em 2.5em;
    }

    .sc_audio .sc_audio_header {
        padding: 2em 2.5em;
    }

    .sc_audio .sc_audio_author {
        font-size: 0.8em;
        text-transform: uppercase;
    }

    .sc_audio .sc_audio_author_name {
        color: #aeb1b3;
    }

    .sc_audio .sc_audio_title {
        color: #232a34;
        font-weight: 400;
    }

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background: transparent !important;
}

    .mejs-container .mejs-button {
        height: 30px !important;
        width: 40px !important;
    }

.mejs-controls .mejs-button button {
    margin: 3px 8px 0 !important;
    height: 24px !important;
    width: 24px !important;
    font-size: 1.2em !important;
    background: #209de2 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    font-family: Fontello !important;
    color: #ffffff;
}

.mejs-controls .mejs-button.mejs-play button:before {
    margin: 0;
    text-align: center;
    content: '\e927';
    display: block;
    margin-left: 0.2em;
}

.mejs-controls .mejs-button.mejs-pause button:before {
    content: '\e9b9';
    margin: 0;
    text-align: center;
    margin-left: 0.1em;
}

.mejs-controls .mejs-button.mejs-mute button:before {
    content: '\e9ba';
    margin-left: 0.6em;
    text-align: center;
}

.mejs-controls .mejs-button.mejs-unmute button:before {
    content: '\e952';
    margin: 0;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-top: 9px !important;
    /*background: #e1e1e0 !important;*/
    background: rgba(255,255,255,0.2);
}

.mejs-controls div.mejs-time-rail {
}

.mejs-container .mejs-controls .mejs-time {
    color: rgba(255,255,255,0.4) !important;
    padding: 0 !important;
    margin-top: 1px;
}

.mejs-container * {
    font-family: Varela, sans-serif !important;
    font-weight: 400 !important;
    font-size: 10px;
    color: #aeb1b3;
}


.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-current {
    height: 3px !important;
}

    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,
    .mejs-controls .mejs-time-rail .mejs-time-total:before {
        content: " ";
        display: block;
        position: absolute;
        left: -2px;
        top: -2px;
        bottom: -2px;
        right: -2px;
    }

.mejs-container .mejs-controls {
    color: transparent;
}

    .mejs-container .mejs-controls .mejs-time {
        padding-top: 10px !important;
        width: 2.6em !important;
        text-align: left !important;
        margin-left: 0.3em;
    }

.mejs-controls .mejs-time-rail .mejs-time-current {
    height: 3px !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    margin-top: 3px !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #ffffff !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top: 14px !important;
    height: 3px !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #209de2 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background-color: #dfe2e5 !important;
}

span.mejs-time-float {
    border-color: #209de2 !important;
    background-color: #fff !important;
}



/* Button
-------------------------------------------------------------- */
input[type="submit"],
input[type="button"],
button,
.sc_button {
    display: inline-block;
    text-align: center;
    padding: 0.85em 1.8em;
}

    .sc_button.sc_button_round {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    input[type="submit"]:before,
    input[type="button"]:before,
    button:before,
    .sc_button:before {
        margin-right: 10px;
    }

    input[type="submit"].sc_button_size_medium,
    input[type="button"].sc_button_size_medium,
    button.sc_button_size_medium,
    .sc_button.sc_button_size_medium {
        font-size: 1em;
        padding: 1.2em 1.5em;
    }

    input[type="submit"].sc_button_size_large,
    input[type="button"].sc_button_size_large,
    button.sc_button_size_large,
    .sc_button.sc_button_size_large {
        font-size: 1.125em;
        padding: 1.25em 1.75em;
    }

input[type="submit"],
input[type="button"],
button,
.sc_button {
    font-family: Varela, sans-serif;
    font-size: 1em;
}

    .sc_button.sc_button_size_medium {
        font-size: 1.3em;
    }

    .sc_button.sc_button_size_large {
        width: 100%;
        font-size: 1.6em;
    }

    input[type="submit"],
    input[type="button"],
    button,
    .sc_button.sc_button_style_global {
        border: none;
        background-color: #ce0315;
        color: #ffffff;
    }

        .sc_button.sc_button_style_global.sc_button_bg_menu {
            background-color: #ce0315;
        }

        .sc_button.sc_button_style_global.sc_button_bg_user {
            background-color: #ce0315;
        }

        input[type="submit"]:hover,
        input[type="button"]:hover,
        button:hover,
        .sc_button.sc_button_style_global:hover {
            color: #ffffff !important;
        }
    /*Dark*/
    .sc_button.sc_button_style_dark,
    .sc_button.sc_button_style_filled {
        background-color: #191e23;
        color: #ffffff;
    }

        .sc_button.sc_button_style_dark.sc_button_bg_menu,
        .sc_button.sc_button_style_filled.sc_button_bg_menu {
            background-color: #191e23;
            color: #ffffff;
        }

        .sc_button.sc_button_style_dark.sc_button_bg_user,
        .sc_button.sc_button_style_filled.sc_button_bg_user {
            background-color: #191e23;
            color: #ffffff;
        }

    .sc_button.sc_button_style_global:hover {
        background-color: #209de2;
    }

    .sc_button.sc_button_style_dark:hover,
    .sc_button.sc_button_style_filled:hover {
        background-color: #ce0315;
        color: #ffffff;
    }
    /* Light */
    .sc_button.sc_button_style_light {
        background-color: transparent;
        color: #aeb1b3;
        border: 2px solid #e0e0e0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .sc_button.sc_button_style_light:hover {
            color: #ffffff;
            border-top-width: 2px;
            border-color: #191e23;
            background-color: #191e23;
        }

            .sc_button.sc_button_style_light:hover.button-hover:before {
            }
    /* Red */
    .sc_button.sc_button_style_red {
        background-color: #ce0315;
        color: #ffffff;
    }

        .sc_button.sc_button_style_red:hover {
            background-color: #209de2;
            color: #ffffff;
        }
    /* Blue */
    .sc_button.sc_button_style_blue {
        background-color: #209de2;
        color: #ffffff;
    }

        .sc_button.sc_button_style_blue:hover {
            background-color: #ce0315;
            color: #ffffff;
        }

    .sc_button + .sc_button {
        margin-left: 1em;
    }



/* Blogger
-------------------------------------------------------------- */
.sc_blogger.sc_scroll_controls {
    position: relative;
}

.sc_blogger.sc_scroll_controls_type_top {
    overflow: visible !important;
}

    .sc_blogger.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
        top: -50px;
    }

/* Style 'Date' */
.sc_blogger.layout_date .sc_blogger_item {
    position: relative;
}

    .sc_blogger.layout_date .sc_blogger_item:before {
        content: ' ';
        display: block;
        background-color: #ddd;
        position: absolute;
        z-index: 1;
    }

.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item:before {
    width: 1px;
    height: 100%;
    left: 40px;
    top: 0;
}

.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item:before {
    height: 1px;
    width: 100%;
    left: 0;
    top: 40px;
}

.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item.sc_blogger_item_last:before {
    content: none;
}

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
    width: 78px;
    height: 78px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 2;
    background-color: #fff;
    text-align: center;
}

    .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .day_month {
        display: block;
        padding: 14px 0 6px 0;
        font-size: 1.15em;
        font-weight: 300;
    }

    .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year {
        display: block;
        font-size: 0.75em;
        margin: 0 auto;
    }

        .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before {
            width: 33px;
            display: block;
            margin: 0 auto 3px;
            content: ' ';
            border-top: 1px solid #ddd;
        }

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_title {
    margin: 0 0 0.6em 0;
}

.sc_blogger.layout_date.sc_blogger_horizontal {
    overflow: hidden;
}

    .sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item {
        float: left;
    }

    .sc_blogger.layout_date.sc_blogger_horizontal .post_content {
        padding-right: 2em;
    }

    .sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item .sc_blogger_date {
        margin-bottom: 1.25em;
    }

.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item + .sc_blogger_item {
    padding-top: 2em;
}

.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .sc_blogger_date {
    float: left;
}

.sc_blogger.layout_date.sc_blogger_vertical .post_content {
    padding-left: 100px;
}

    .sc_blogger.layout_date.sc_blogger_vertical .post_content:after {
        content: ' ';
        width: 100%;
        height: 0;
        display: block;
        clear: both;
    }

.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .post_info {
    margin: 0;
}

.sc_blogger.layout_date .load_more {
    height: 60px;
    position: relative;
}

    .sc_blogger.layout_date .load_more:before {
        width: 28px;
        height: 28px;
        border: 1px solid #ddd;
        background-color: #fff;
        font-family: "fontello";
        content: '\e823';
        text-align: center;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 24px;
        line-height: 28px;
    }

    .sc_blogger.layout_date .load_more:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background-color: #ddd;
        position: absolute;
        left: 40px;
        top: 0;
        z-index: 1;
    }

.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date {
    background-color: #191e23;
    border-color: #191e23;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before {
        border-color: #ffffff;
    }

.sc_blogger .post_content h4 {
    margin-top: 1.4em;
    margin-bottom: 0.3em;
}

.sc_blogger.layout_portfolio_4 .isotope_item_portfolio_4 {
    display: inline-block;
}

.sc_blogger.layout_portfolio_4 .isotope_wrap .isotope_column_4 {
    width: 24%;
}

.post_item_portfolio .ih-item.square .info .post_title {
    padding-top: 2em !important;
}

    .post_item_portfolio .ih-item.square .info .post_title:before {
        display: none !important;
    }


/* Style News */
.sc_blogger.sc_blogger_horizontal.layout_news {
    overflow: hidden;
}

    .sc_blogger.sc_blogger_horizontal.layout_news .post_featured {
        width: 40%;
        float: left;
        vertical-align: top;
        margin: 0 2em 0.7em 0;
    }

    .sc_blogger.sc_blogger_horizontal.layout_news .columns_wrap .post_featured {
        width: 100%;
        float: none;
        margin: 0 0 0.7em 0;
    }

.sc_blogger.sc_blogger_vertical.layout_news .sc_blogger_item + .sc_blogger_item {
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.post_item_news .post_featured .hover_icon:before {
    font-size: 3em;
}

/* Style 'Related' */
.article_style_boxed .sc_blogger.template_related .post_content_wrap {
    background-color: #f4f7f9;
}

/* Style 'Masonry' */
.article_style_boxed .sc_blogger.template_masonry .post_content {
    background-color: #f4f7f9;
}

/* Isotope filters */
.sc_blogger .isotope_filters {
    margin: 1.5em 0 1em;
}


/* Blogger with scroll */
.sc_scroll_horizontal .sc_blogger .isotope_item,
.sc_scroll_horizontal .sc_blogger [class*=column-],
.sc_blogger .sc_scroll_horizontal .isotope_item,
.sc_blogger .sc_scroll_horizontal [class*=column-] {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 0;
    white-space: nowrap;
}

.sc_scroll_vertical .sc_blogger .isotope_wrap,
.sc_blogger .sc_scroll_vertical .isotope_wrap {
    /*margin-right:0;*/
}

.sc_scroll_vertical .sc_blogger .isotope_item,
.sc_scroll_vertical .sc_blogger [class*=column-],
.sc_blogger .sc_scroll_vertical .isotope_item,
.sc_blogger .sc_scroll_vertical [class*=column-] {
    position: relative;
    /*
	width: 100%;
	display: block;
	padding-right:0;
*/
    width: auto;
    max-width: 400px;
    display: inline-block;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* Chat
-------------------------------------------------------------- */
.sc_chat {
    position: relative;
    overflow: hidden;
}

    .sc_chat + .sc_chat {
        margin-top: 1.5em;
    }

.sc_chat_inner {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #1eaace;
    padding: 1.2em 1.2em 0.875em;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.sc_chat .sc_chat_title {
    margin-bottom: 1em;
    font-weight: 400;
    font-size: 0.875em;
}

.sc_chat .sc_chat_avatar {
    width: 75px;
    height: 75px;
    float: left;
    margin: 0 20px 10px 0;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.sc_chat p {
    margin-bottom: 0;
}




/* Columns
-------------------------------------------------------------- */
.sc_columns .sc_column_item_inner {
    padding: 1.5em;
    background-color: #ffffff;
}

    .sc_columns .sc_column_item_inner > .sc_section {
        padding: 1.3em;
    }

        .sc_columns .sc_column_item_inner > .sc_section a.sc_button {
            margin-top: 1.5em;
            margin-bottom: 0px;
            color: #209de2;
        }

        .sc_columns .sc_column_item_inner > .sc_section .sc_title {
            margin-top: 0.7em;
            text-align: left;
            font-size: 1.429em;
        }

.sc_title_center {
    margin-top: 0.7em;
    text-align: center;
    font-size: 1.429em;
}

/* Contact form
-------------------------------------------------------------- */
.sc_contact_form_title,
.sc_contact_form_description {
    text-align: center;
}

.sc_contact_form {
    overflow: hidden;
    padding-bottom: 4px;
}

    .sc_contact_form .result {
        display: none;
        margin-top: 2em;
    }

    .sc_contact_form .label_over label {
        display: none;
    }

    .sc_contact_form .sc_contact_form_info {
        overflow: hidden;
    }

    .sc_contact_form .sc_contact_form_item {
        margin-bottom: 20px;
        width: 100%;
    }

    .sc_contact_form.sc_contact_form_standard .sc_contact_form_field {
        width: 33.3333%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .sc_contact_form.sc_contact_form_standard .sc_contact_form_field + .sc_contact_form_field {
            padding-left: 20px;
        }

    .sc_contact_form .sc_contact_form_item.label_top label {
        display: block;
        margin-bottom: 0.4em;
    }

    .sc_contact_form .sc_contact_form_item.label_bottom label {
        display: block;
        margin-top: 0.4em;
    }

    .sc_contact_form .sc_contact_form_item.label_left {
        overflow: hidden;
    }

        .sc_contact_form .sc_contact_form_item.label_left label {
            display: block;
            float: left;
            width: 25%;
            padding: 0.25em 1.5em 0.25em 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .sc_contact_form .sc_contact_form_item.label_left input,
        .sc_contact_form .sc_contact_form_item.label_left textarea {
            display: block;
            float: left;
            width: 75%;
        }

            .sc_contact_form .sc_contact_form_item.label_left input[type="radio"],
            .sc_contact_form .sc_contact_form_item.label_left input[type="checkbox"] {
                width: auto;
                margin-top: 0.5em;
                display: inline-block;
            }

    .sc_contact_form .sc_contact_form_field input,
    .sc_contact_form .sc_contact_form_message textarea {
        width: 100%;
        padding: 0.5em 1em;
        background-color: #ffffff;
    }

    .sc_contact_form .sc_contact_form_message textarea {
        min-height: 10em;
    }

    .sc_contact_form .sc_contact_form_button {
        text-align: center;
        margin: 0;
    }

        .sc_contact_form .sc_contact_form_button button {
            font-size: 0.875em;
        }



/* Content
-------------------------------------------------------------- */
.sc_content {
    /*overflow:hidden;*/
}



/* Countdown
-------------------------------------------------------------- */
.sc_countdown {
    overflow: hidden;
}

    .sc_countdown .sc_countdown_item {
        display: block;
        float: left;
        text-align: center;
    }

    .sc_countdown .sc_countdown_digits {
        display: block;
        overflow: hidden;
        text-align: center;
        margin-bottom: 12px;
    }

        .sc_countdown .sc_countdown_digits span {
            display: inline-block;
        }

    .sc_countdown .sc_countdown_separator {
        display: block;
        float: left;
        margin: 0 8px;
    }

    /* Countdown Style 1 */
    .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,
    .sc_countdown.sc_countdown_style_1 .sc_countdown_separator {
        font-size: 2.45em;
        font-weight: 100;
        height: 2.45em;
        line-height: 2.45em;
        color: #1dbb90;
        margin-bottom: 6px;
    }

    .sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
        width: 2.45em;
        border: 6px solid #ffffff;
        background-color: #f4f7f9;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .sc_countdown.sc_countdown_style_1 .sc_countdown_label {
        color: #1dbb90;
        font-weight: 400;
    }

    /* Countdown Style 2 */
    .sc_countdown.sc_countdown_style_2 .sc_countdown_digits,
    .sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
        font-size: 3em;
        font-weight: 700;
        height: 1.3542em;
        line-height: 1.3542em;
    }

    .sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
        color: rgba(30,170,206, 0.8);
        font-weight: 300;
    }

    .sc_countdown.sc_countdown_style_2 .sc_countdown_digits span {
        display: inline-block;
        text-align: center;
        width: 1.1458em;
        color: #ffffff;
        background-color: rgba(30,170,206, 0.5);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .sc_countdown.sc_countdown_style_2 .sc_countdown_digits span + span {
            margin-left: 2px;
        }

    .sc_countdown.sc_countdown_style_2 .sc_countdown_label {
        color: rgba(30,170,206, 0.8);
        font-weight: 400;
    }


/* Dropcaps
-------------------------------------------------------------- */
.sc_dropcaps {
    overflow: hidden;
}

    .sc_dropcaps .sc_dropcaps_item {
        font-size: 2.25em;
        font-weight: 400;
        line-height: 1em;
        display: block;
        padding: 0 10px;
        margin: 0 8px 2px 0;
        float: left;
    }

    .sc_dropcaps .sc_dropcaps_item {
        padding: 0.29em 0.4em 0.25em 0.4em;
        overflow: hidden;
        color: #fff;
        font-size: 2em;
        font-family: Spinnaker, serif;
        font-weight: 700;
    }

    .sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item {
        background-color: #191e23;
    }

    .sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item {
        background-color: #ce0315;
    }

    .sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item {
        background-color: #209de2;
    }

    .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item {
        background-color: #f4f7fa;
        color: #353535;
    }

/* Emailer
-------------------------------------------------------------- */
.sc_emailer {
    display: inline-block;
    padding: 0.25em;
}

    .sc_emailer .sc_emailer_button {
        display: inline-block;
        text-align: center;
        height: 3.5em;
        line-height: 3.5em;
        color: #aeb1b3;
        padding: 0 2.214em;
        margin-left: -5px;
    }

    .sc_emailer input {
        display: inline-block;
        line-height: 3.5em;
        padding: 0;
        width: 0;
    }

    .sc_emailer.sc_emailer_opened input {
    }

    .sc_emailer,
    .sc_emailer input {
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }

.sc_emailer_button {
    background-color: #191e23;
}

    .sc_emailer_button:hover {
        background-color: #ce0315;
        color: #fff;
    }

input.sc_emailer_input {
    width: 19.286em;
}

.sc_emailer_form:before {
    content: '\e853';
    left: 2.5em;
    color: #3ca9e5;
    position: relative;
}

.sc_emailer {
    overflow: hidden;
    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/
}

    .sc_emailer.sc_emailer_opened {
        /*-webkit-border-radius: 6px;*/
        /*-moz-border-radius: 6px;*/
        /*border-radius: 6px;*/
    }

    .sc_emailer input {
        background-color: #f4f7fa;
        padding: 0 2em 0 3.286em;
    }

/* Highlight */
.sc_highlight {
    padding: 0.4em;
}

.sc_highlight_style_1 {
    color: #ffffff;
    background-color: #191e23;
}

.sc_highlight_style_2 {
    color: #ffffff;
    background-color: #1dbb90;
}

.sc_highlight_style_3 {
    color: #ffffff;
    background-color: #da0014;
}


/* Gallery */
.gallery .gallery-item a img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* Google map
------------------------------------------------------------- */
.sc_googlemap {
    overflow: hidden;
}

    .sc_googlemap img {
        max-width: none;
    }

.sc_googlemap_style_1 {
    height: 300px;
}

.sc_googlemap_style_2 {
    height: 400px;
}




/* Icon
-------------------------------------------------------------- */
.sc_icon {
    display: inline-block;
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.sc_icon_shape_square,
.sc_icon_shape_round {
    display: inline-block;
    padding: 4px;
    text-align: center;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    border: 0.05em solid #f4f7f9;
}

.sc_icon_shape_round,
a.sc_icon.sc_icon_shape_round:after,
a .sc_icon.sc_icon_shape_round:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sc_icon.sc_icon_shape_square:hover,
.sc_icon.sc_icon_shape_round:hover,
a.sc_icon.sc_icon_shape_square:hover,
a.sc_icon.sc_icon_shape_round:hover,
a:hover .sc_icon.sc_icon_shape_square,
a:hover .sc_icon.sc_icon_shape_round {
    background-color: transparent;
}

a.sc_icon.sc_icon_shape_round:after,
a.sc_icon.sc_icon_shape_square:after,
a .sc_icon.sc_icon_shape_round:after,
a .sc_icon.sc_icon_shape_square:after {
    background-color: inherit;
    box-sizing: content-box;
    content: " ";
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: -1;
}

a.sc_icon.sc_icon_shape_round:hover:after,
a.sc_icon.sc_icon_shape_square:hover:after,
a:hover .sc_icon.sc_icon_shape_round:after,
a:hover .sc_icon.sc_icon_shape_square:after {
    opacity: 0;
    transform: scale(1.8);
}

.sc_icon.style_2 {
    font-size: 3.6em;
    line-height: 1.2em;
    color: #209de2;
}

.sc_icon.style_3 {
    font-size: 3.6em;
    line-height: 1.2em;
    color: #209de2;
}

.sc_icon_shape_square,
a .sc_icon_shape_square:after {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sc_icon_bg_link {
    color: #191e23;
}

.sc_icon_bg_menu {
    color: #1dbb90;
}

.sc_icon_bg_user {
    color: #ffb20e;
}

.sc_icon.sc_icon_bg_link:hover,
a:hover .sc_icon.sc_icon_bg_link {
    color: #da0014;
}

.sc_icon.sc_icon_bg_menu:hover,
a:hover .sc_icon.sc_icon_bg_menu {
    color: #018763;
}

.sc_icon.sc_icon_bg_user:hover,
a:hover .sc_icon.sc_icon_bg_user {
    color: #cc8b00;
}

.sc_icon_shape_round.sc_icon_bg_link,
.sc_icon_shape_square.sc_icon_bg_link {
    background-color: #191e23;
    border-color: #191e23;
    color: #ffffff;
}

.sc_icon_shape_round.sc_icon_bg_menu,
.sc_icon_shape_square.sc_icon_bg_menu {
    background-color: #1dbb90;
    border-color: #1dbb90;
    color: #ffffff;
}

.sc_icon_shape_round.sc_icon_bg_user,
.sc_icon_shape_square.sc_icon_bg_user {
    background-color: #ffb20e;
    border-color: #ffb20e;
    color: #ffffff;
}

.sc_icon_shape_round.sc_icon_bg_link:hover,
.sc_icon_shape_square.sc_icon_bg_link:hover,
a:hover .sc_icon_shape_round.sc_icon_bg_link,
a:hover .sc_icon_shape_square.sc_icon_bg_link {
    color: #191e23;
}

.sc_icon_shape_round.sc_icon_bg_menu:hover,
.sc_icon_shape_square.sc_icon_bg_menu:hover,
a:hover .sc_icon_shape_round.sc_icon_bg_menu,
a:hover .sc_icon_shape_square.sc_icon_bg_menu {
    color: #1dbb90;
}

.sc_icon_shape_round.sc_icon_bg_user:hover,
.sc_icon_shape_square.sc_icon_bg_user:hover,
a:hover .sc_icon_shape_round.sc_icon_bg_user,
a:hover .sc_icon_shape_square.sc_icon_bg_user {
    color: #ffb20e;
}

.sc_icon_style_1 .sc_icon {
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 3.6em;
    line-height: 1.2em;
    color: #209de2;
}

.sc_icon_style_1 + .sc_icon_style_1 {
    margin-top: 30px;
}

/* Image
-------------------------------------------------------------- */
.sc_image {
    overflow: hidden;
}

    .sc_image.sc_image_shape_round {
        display: block;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .sc_image.sc_image_shape_round figcaption {
            top: 0;
            bottom: 0;
            padding: 0;
            font-size: 1em;
            line-height: 1.3em;
            text-align: center;
        }
/* Not work correctly in Chrome */
.sc_image_shape_round:hover figcaption {
    opacity: 0;
    margin-bottom: 0;
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.sc_image_shape_round figcaption span {
    display: block;
    margin: 0 auto;
    font-size: 2em;
}

    .sc_image_shape_round figcaption span:before {
        display: block;
        margin: 35% auto 0.5em;
    }

.sc_image.small {
    width: 25%;
}

.sc_image.middle {
    width: 50%;
}

.sc_image.big {
    width: 75%;
}

.sc_image.large {
    width: 100%;
}

figure {
}

figure,
.sc_image {
}

    figure.alignleft {
        margin: 1.6em 1.6em 1.2em 0;
    }

    figure.alignright {
        margin: 1.6em 0 1.2em 1.6em;
    }

    .sc_image img {
        padding-bottom: -2px;
    }

    figure.title_approve {
        border-bottom: 0;
    }

    figure figcaption,
    .sc_image figcaption {
        font-size: 0.866em;
        color: #aeb1b3;
        background-color: transparent;
        text-align: center;
        line-height: 3.333em;
        position: relative;
    }

/* Infobox
-------------------------------------------------------------- */
.sc_infobox {
    display: block;
    margin: 1.25em 0;
    color: #ffffff;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.5em;
    padding: 1.5em;
    clear: both;
}

    .sc_infobox b,
    .sc_infobox strong {
        font-weight: 900;
    }

    .sc_infobox p {
        margin: 0;
    }

        .sc_infobox p + p, .sc_infobox h1 + p, .sc_infobox h2 + p, .sc_infobox h3 + p, .sc_infobox h4 + p, .sc_infobox h5 + p, .sc_infobox h6 + p {
            margin-top: 1em;
        }

    .sc_infobox h1, .sc_infobox h2, .sc_infobox h3, .sc_infobox h4, .sc_infobox h5, .sc_infobox h6 {
        text-align: left;
        margin: 0;
        line-height: 1.2em;
        color: inherit;
    }

    .sc_infobox.sc_infobox_iconed {
        position: relative;
        padding-left: 5em;
    }

        .sc_infobox.sc_infobox_iconed:before {
            font-size: 2.1428em;
            line-height: 1em;
            margin-right: 0.6em;
            position: absolute;
            left: 0.6667em;
            top: 0.6667em;
        }

    .sc_infobox.sc_infobox_closeable {
        cursor: pointer;
        padding-right: 3.5em;
    }

        .sc_infobox.sc_infobox_closeable:after {
            content: '\e813';
            font-family: "fontello";
            cursor: pointer;
            position: absolute;
            right: 1.25em;
            top: 1.5em;
        }

.sc_infobox {
    text-transform: uppercase;
    font-size: 1em;
    padding-top: 2.1em;
    padding-bottom: 2.1em;
    font-weight: 400;
}

    .sc_infobox.sc_infobox_style_regular {
        background-color: #f4f4f6;
        color: #232a34;
    }

    .sc_infobox.sc_infobox_style_info {
        background-color: #209de2;
    }

    .sc_infobox.sc_infobox_style_success {
        background-color: #97b714;
    }

    .sc_infobox.sc_infobox_style_error {
        background-color: #ce0315;
    }

    .sc_infobox.sc_infobox_style_warning {
        background-color: #ffb62c;
    }

    .sc_infobox.sc_infobox_iconed {
        padding-left: 4em;
    }

        .sc_infobox.sc_infobox_iconed:before {
            font-size: 1.2em;
            line-height: 1em;
            margin-right: 0.6em;
            position: absolute;
            left: 1.5em;
            top: 1.9em;
        }

    .sc_infobox.sc_infobox_closeable:after {
        content: '\e90b';
        font-family: "fontello";
        cursor: pointer;
        position: absolute;
        width: 1.8em;
        height: 1.8em;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.3);
        font-size: 0.8em;
        -moz-border-radius: 0.9em;
        -webkit-border-radius: 0.9em;
        border-radius: 0.9em;
        text-align: center;
        top: inherit;
    }

    .sc_infobox.sc_infobox_closeable.sc_infobox_style_regular:after {
        color: #777d80;
        background-color: rgba(255, 255, 255, 1);
    }

/* List
-------------------------------------------------------------- */
ul.sc_list_style_iconed {
    padding-left: 0;
}

.sc_list_style_iconed li {
    padding: 0 0 0 1.5em;
    list-style: none;
    position: relative;
}

    .sc_list_style_iconed li .sc_list_icon {
        position: absolute;
        left: 0;
        top: 0;
        padding-left: 1px;
    }

.square_icon.sc_list_style_iconed li .sc_list_icon {
    padding: 0.15em;
    width: 2.3em;
    line-height: 2.3em;
    text-align: center;
    background-color: #209de2;
}

.square_icon.sc_list_style_iconed li {
    padding-left: 3.5em;
    margin-bottom: 1.15em;
    padding-top: 0.5em;
}

.boxed_icon.sc_list_style_iconed li .sc_list_icon {
    border: 2px solid #f4f7fa;
    padding-top: 0.2em;
    width: 2em;
    height: 1.8em;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* background-color: blue; */
}

.boxed_icon.sc_list_style_iconed li {
    padding: 0.2em 0 0 3em;
    height: 2em;
    margin-top: 0.65em;
    list-style: none;
    position: relative;
}

    .boxed_icon.sc_list_style_iconed li + li {
    }

.boxed_icon a {
    color: #191e23;
}

    .boxed_icon a:hover {
        color: #afa499;
    }

.sc_list_style_iconed.sc_list_icon_white li:before, .sc_list_style_iconed.sc_list_icon_white .sc_list_icon:not(.link_color) {
    color: #fff;
}

.sc_list_style_iconed li:before,
.sc_list_style_iconed .sc_list_icon:not(.link_color) {
    color: #aeb1b3;
}

.sc_list_style_arrows li {
    padding: 0 0 0 1em;
    list-style: none;
    position: relative;
}

.sc_list {
    margin-top: 2em;
}

.sc_list_style_arrows li .sc_list_icon {
    position: absolute;
    left: 0;
    top: 0;
}

.sc_list_style_iconed.color_style_1 .sc_list_item .sc_list_icon {
    color: #ce0315;
}

/* Line
-------------------------------------------------------------- */
.sc_line {
    display: block;
    width: 100%;
    height: 0px;
    border-top: 1px solid #e4e7e8;
    margin: 3em 0 2.5em 0;
}

    .sc_line.sc_line_style_solid {
        border-top-width: 1px;
        border-top-color: #e8e9e9;
    }

    .sc_line.sc_line_style_solid_dark {
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: #232a34;
    }

    .sc_line.sc_line_style_dashed {
        border-style: dashed;
        border-top-width: 1px;
        border-top-color: #e8e9e9;
    }

    .sc_line.sc_line_style_dotted {
        border-style: dotted;
    }

    .sc_line.sc_line_style_double {
        height: 4px;
        border-bottom-width: 1px;
    }




/* Number
-------------------------------------------------------------- */
.sc_number_item {
    display: inline-block;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    width: 1em;
    height: 1.25em;
    line-height: 1.25em;
    background-color: rgba(0,0,0, 0.15);
    color: #ffffff;
}

    .sc_number_item + .sc_number_item {
        margin-left: 2px;
    }

.sc_number_item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Parallax
-------------------------------------------------------------- */
.sc_parallax {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}

    .sc_parallax .sc_parallax_content {
        position: relative;
        overflow: hidden;
        z-index: 2;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
    }

    .sc_parallax .sc_parallax_overlay {
        overflow: hidden;
    }

    .sc_parallax .sc_video_bg_wrapper {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .sc_parallax video.sc_video_bg {
        opacity: 0;
        filter: alpha(opacity=0);
    }




/* Popup
-------------------------------------------------------------- */
.sc_popup {
    position: relative;
    background-color: #fff;
    padding: 24px 20px 20px 20px;
    width: auto;
    max-width: 500px;
    max-height: 600px;
    margin: 20px auto;
    border: 1px solid #ddd;
    overflow-x: hidden;
    overflow-y: auto;
}

    .sc_popup:before {
        height: 4px;
        content: ' ';
        position: absolute;
        width: 100%;
        top: -1px;
        left: -1px;
        display: block;
        padding: 0 1px;
    }

    .sc_popup.mfp-hide {
        display: none;
    }

    .sc_popup .mfp-close {
        top: 3px;
        width: 1em;
        height: 1em;
        line-height: 1em;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .sc_popup .mfp-close:active {
            top: 3px;
        }

    .sc_popup:before {
        background-color: #1dbb90;
    }

/* Price
-------------------------------------------------------------- */
.sc_price {
    display: inline-block;
    position: relative;
}

    .sc_price .sc_price_currency,
    .sc_price .sc_price_money {
        font-size: 1.875em;
        line-height: 1em;
        color: #222222;
    }

    .sc_price .sc_price_info {
        display: inline-block;
        position: relative;
        vertical-align: baseline;
    }

    .sc_price .sc_price_penny {
        display: block;
        text-decoration: underline;
        margin-bottom: 0.2em;
        margin-left: 0.1em;
        font-size: 0.75em;
        line-height: 1em;
        color: #222222;
    }

    .sc_price .sc_price_period:before {
        content: '/';
        display: inline-block;
        margin-left: 0.3em;
        margin-right: 0.3em;
    }

    .sc_price .sc_price_period_empty:before {
        content: ' ';
        display: inline-block;
    }



/* Price block
-------------------------------------------------------------- */
.sc_price_block {
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
}

    .sc_price_block .sc_price_block_title {
        text-align: center;
        font-size: 2.1875em;
        line-height: 2.4571em;
        min-height: 2.4571em;
    }

    .sc_price_block .sc_price_block_money {
        text-align: center;
        font-size: 1.125em;
        line-height: 6.1111em;
        height: 6.1111em;
        overflow: hidden;
    }

        .sc_price_block .sc_price_block_money * {
            color: #ffffff;
        }

        .sc_price_block .sc_price_block_money .sc_price_block_icon {
            font-size: 4em;
            line-height: inherit;
            display: inline-block;
        }

        .sc_price_block .sc_price_block_money .sc_price {
            display: inline-block;
        }

        .sc_price_block .sc_price_block_money .sc_price_block_icon + .sc_price {
            /*margin-left:0.5em;*/
        }

        .sc_price_block .sc_price_block_money .sc_price_currency {
            font-weight: 100;
            font-size: 3.6111em;
            line-height: inherit;
        }

        .sc_price_block .sc_price_block_money .sc_price_money {
            font-weight: 900;
            font-size: 4em;
            line-height: inherit;
        }

    .sc_price_block .sc_price_block_description {
        text-align: center;
        font-size: 0.875em;
        line-height: 1.3em;
        height: 4.2857em;
        padding: 0 2em;
        overflow: hidden;
    }

    .sc_price_block .sc_price_block_link {
        height: 5.5em;
        text-align: center;
        padding-top: 0.875em;
    }

.sc_price_block {
    width: 20%;
}

    .sc_price_block + .sc_price_block {
        margin-left: 3%;
    }

    .sc_price_block .sc_price_block_title {
        font-size: 17px;
        padding: 1em 0 0.4em 0;
        border-bottom: 2px solid #4aafe7;
    }

    .sc_price_block .sc_price_block_link .sc_button {
        font-family: Spinnaker, sans-serif;
        font-size: 16px;
        background-color: #ce0315;
        color: #ffffff;
    }

        .sc_price_block .sc_price_block_link .sc_button:hover {
            background-color: #209de2;
            color: #ffffff;
        }

    .sc_price_block .sc_price_block_money {
        height: auto;
        line-height: 4em;
        padding-top: 0.7em;
    }

        .sc_price_block .sc_price_block_money .sc_price {
            height: auto;
        }

        .sc_price_block .sc_price_block_money .sc_price_money,
        .sc_price_block .sc_price_block_money .sc_price_currency {
            font-family: Spinnaker, serif;
            font-size: 42px;
            font-weight: 400;
        }

        .sc_price_block, .sc_price_block .sc_price_block_money .sc_price_money,
        .sc_price_block .sc_price_block_money .sc_price_currency {
            color: #fff;
        }

            .sc_price_block .sc_price_block_description {
                height: auto;
                min-height: 12em;
                padding: 2em 2em 1.3em;
                line-height: 1.8em;
                font-size: 15px;
                color: #5b5f62;
            }

.sc_price_block {
    box-sizing: border-box;
    border: 2px solid transparent;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

    .sc_price_block:hover {
        border: 2px solid #209de2;
    }

.sc_price_block_title,
.sc_price_block_money {
    background-color: #209de2;
}

.sc_price_block_description,
.sc_price_block_link {
    background-color: #f4f7fa;
}

.sc_price_block .sc_price_block_link {
    padding-bottom: 1.5em;
}

.sc_price_block_style_1 .sc_price_block_description span {
    color: #ce0315;
}


/* Scroll
-------------------------------------------------------------- */
.sc_scroll {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.sc_scroll_wrapper {
    overflow: hidden;
}

.sc_scroll_horizontal .sc_scroll_wrapper {
    width: 100000px;
}

.sc_scroll_horizontal {
    width: 100%;
    padding-bottom: 10px;
}

.sc_scroll_vertical {
    min-height: 200px;
    padding-right: 6px;
}

    .sc_scroll_vertical .swiper-slide {
        float: none;
        display: block;
    }

.sc_scroll_style_1 {
    height: 200px;
}

/* Scroll bar */
.sc_scroll_bar {
    background: transparent;
    position: absolute;
    z-index: 100;
}

.sc_scroll_vertical .sc_scroll_bar {
    right: 1px;
    top: 0;
    bottom: 0;
    width: 10px;
    border-right: 1px solid #dddddd;
}

.sc_scroll_horizontal .sc_scroll_bar {
    right: 0;
    left: 0;
    bottom: 1px;
    height: 10px;
    border-bottom: 1px solid #dddddd;
}

.sc_scroll_bar .swiper-scrollbar-drag {
    background: none !important;
}

.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag {
    width: 10px;
    left: 2px;
}

.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag {
    height: 10px;
    top: 2px;
}

.sc_scroll_bar .swiper-scrollbar-drag:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #1dbb90;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag:before {
    width: 3px;
    right: -2px;
    top: 0;
    bottom: 0;
    height: 100%;
}

.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag:before {
    height: 3px;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 100%;
}

/* Scroll controls */
.sc_scroll_container {
    position: relative;
}

.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
    position: absolute;
    top: -5.5em;
    right: 0;
    width: 12em;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: right;
}

.sc_scroll_controls_type_side .sc_scroll_controls_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
}

    .sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
        margin-top: -25px;
        margin-left: -80px;
        display: block;
        position: absolute;
        top: 0;
        left: 8px;
        opacity: 0;
    }

        .sc_scroll_controls_type_side .sc_scroll_controls_wrap a + a {
            left: auto;
            right: 8px;
            margin-right: -80px;
        }

.sc_scroll_controls_type_side:hover .sc_scroll_controls_wrap a {
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
}

.sc_scroll_controls_wrap a {
    display: inline-block;
    text-align: center;
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    margin-left: 0.6667em;
}

    .sc_scroll_controls_wrap a:before {
        font-family: fontello;
    }

.sc_scroll_controls_wrap .sc_scroll_next:before {
    content: '\e80f';
}

.sc_scroll_controls_wrap .sc_scroll_prev:before {
    content: '\e810';
}

.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_next:before {
    content: '\e835';
}

.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_prev:before {
    content: '\e828';
}

.sc_scroll_controls_wrap a {
    color: #ffffff;
    background-color: #ce0315;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
    background-color: #ce0315;
}

.sc_scroll_controls_wrap a:hover {
    color: #ffffff;
    background-color: #ce0315;
}


/* Section
------------------------------------------------------------ */
.sc_section {
    position: relative;
    /*overflow: hidden;*/
    padding: 1px 0;
}

    .sc_section:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 0;
        clear: both;
    }
    /*.sc_section:not(.sc_scroll_controls) .sc_section_overlay,*/
    /*.sc_section .sc_section_overlay {*/
    /*overflow: hidden;*/
    /*}*/
    .sc_section .sc_section_overlay {
        /*padding: 1em 1.5em;*/
        padding: 0 1.5em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.sc_section_container {
    padding: 40px 20px;
}

.sc_pan {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
.sc_pan_vertical { cursor: n-resize; }
.sc_pan_horizontal { cursor:e-resize; }
*/
.sc_pan_vertical,
.sc_pan_horizontal {
    cursor: all-scroll;
}




/* Skills
-------------------------------------------------------------- */
.sc_skills {
    width: 100%;
}

/* Type Counter */
.sc_skills_counter {
    text-align: center;
}

    .sc_skills_counter .sc_skills_item {
        text-align: center;
        display: inline-block;
        padding: 0 10px;
    }

        .sc_skills_counter .sc_skills_item .sc_skills_count {
            font-size: 4.5em;
            line-height: 1em;
        }

            .sc_skills_counter .sc_skills_item .sc_skills_count .sc_skills_total {
                position: relative;
                z-index: 1;
            }

        .sc_skills_counter .sc_skills_item .sc_skills_info {
            color: #222222;
            font-size: 1.125em;
            line-height: 1.3em;
            margin: 15px 0;
        }

        .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count {
            font-weight: 900;
        }

        .sc_skills_counter .sc_skills_item.sc_skills_style_2 .sc_skills_count {
            font-weight: 300;
        }

        .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count {
            font-weight: 300;
            color: #fff;
            padding: 0 10px;
            position: relative;
            overflow: hidden;
            font-size: 3.75em;
            height: 1.3333em;
            line-height: 1.3333em;
        }

            .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count:before {
                content: ' ';
                width: 0;
                height: 0;
                position: absolute;
                top: 0;
                left: 0;
                border-top: 1.3333em solid #fff;
                border-right: 1.6667em solid transparent;
                opacity: 0.2;
                filter: alpha(opacity=20);
            }

        .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count {
            font-weight: 300;
            color: #fff;
            padding: 0 10px;
            font-size: 3.75em;
            line-height: 1.3333em;
            height: 1.3333em;
        }

        .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
            color: #fff;
            padding: 10px;
            margin: 0;
            position: relative;
            border-top: 1px solid #fff;
        }

            .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info:before {
                position: absolute;
                top: 0;
                left: 0;
                content: ' ';
                background-color: #000;
                z-index: 1;
                width: 100%;
                height: 100%;
                opacity: 0.1;
                filter: alpha(opacity=10);
            }

            .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info .sc_skills_label {
                position: relative;
                z-index: 2;
            }

        .sc_skills_counter .sc_skills_item .sc_skills_total {
            font-size: 2.388em;
            font-family: Spinnaker, sans-serif;
        }

        .sc_skills_counter .sc_skills_item .sc_skills_info {
            font-size: 1em;
            color: #fff;
        }

.sc_skills_style_1 .sc_skills_count {
    background-color: #209de2;
    border-color: #209de2;
}

.sc_skills_style_2 .sc_skills_count {
    background-color: #ce0315;
    border-color: #ce0315;
}


/* Type Bar */
.sc_skills_bar .sc_skills_item {
    height: 1.5625em;
    line-height: 1.5625em;
    background-color: #f4f7f9;
    position: relative;
    overflow: hidden;
}

    .sc_skills_bar .sc_skills_item .sc_skills_count {
        text-align: right;
        width: 0;
        height: 1.5625em;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

.sc_skills_bar .sc_skills_info {
    margin: 10px 0 5px 0;
}

    .sc_skills_bar .sc_skills_info .sc_skills_label {
        color: #222222;
    }

.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item {
    height: 30em;
}

    .sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item .sc_skills_count {
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
    }

.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total {
    text-align: center;
    font-size: 1.25em;
    width: 100%;
    line-height: 3em;
    font-weight: 300;
}

.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_column {
    text-align: center;
}

.sc_skills_bar.sc_skills_horizontal .sc_skills_columns .sc_skills_info {
    margin-top: 0;
}

.sc_skills_bar.sc_skills_horizontal .sc_skills_total {
    text-align: right;
    padding-right: 10px;
}

.sc_skills_bar .sc_skills_info .sc_skills_label {
    font-family: Varela, sans-serif;
    font-size: 0.857em;
    color: #0e0e0e;
}

.sc_skills_bar .sc_skills_item.sc_skills_style_1 .sc_skills_count {
    margin-left: -2px;
    margin-top: -2px;
}

.sc_skills_bar .sc_skills_item.sc_skills_style_1 .sc_skills_count {
    height: inherit;
}

.sc_skills_bar .sc_skills_item.sc_skills_style_1 .sc_skills_total {
    font-size: 0.8em;
    height: inherit;
    z-index: 10;
    position: absolute;
    width: 99%;
    color: #acb4b6;
}

.sc_skills_bar .sc_skills_item.sc_skills_style_1 {
    background-color: transparent;
    border: 2px solid #e5e5e8;
    height: 1.4em;
    line-height: 1.4em;
    box-sizing: border-box;
    overflow: visible;
}

.sc_skills_bar .sc_skills_item.sc_skills_style_2,
.sc_skills_bar .sc_skills_item.sc_skills_style_2 .sc_skills_count {
    overflow: visible;
    height: 0.4em;
    margin-bottom: 1.35em;
}

    .sc_skills_bar .sc_skills_item.sc_skills_style_2 .sc_skills_total {
        margin-top: -2.294em;
        z-index: 10;
        position: absolute;
        width: 100%;
        font-size: 0.85em;
        color: #acb4b6;
    }

.sc_skills_bar .sc_skills_info {
    margin: 5px 0 5px 0;
}


/* Type Pie */
.sc_skills_pie.sc_skills_compact_off {
    text-align: center;
    display: inline-block;
}

    .sc_skills_pie.sc_skills_compact_off .sc_skills_total {
        font-size: 1.125em;
    }

.sc_skills_pie.sc_skills_compact_on {
    overflow: hidden;
}

    .sc_skills_pie.sc_skills_compact_on .sc_skills_item {
        min-width: 100px;
        min-height: 100px;
        float: left;
        width: 50%;
    }

/* Type Pie 2 */
.sc_skills_pie_2 .sc_skills_item {
    /*color: #052f43;*/
    font-family: Spinnaker,serif;
    margin: 0 15px;
    position: relative;
}

.sc_skills_pie_2 .sc_skills_columns_6 .sc_skills_item,
.sc_skills_pie_2 .sc_skills_columns_5 .sc_skills_item {
    margin: 0;
}

.sc_skills_pie_2 .sc_skills_columns_6 .sc_skills_total,
.sc_skills_pie_2 .sc_skills_columns_5 .sc_skills_total {
    font-size: 20px;
    line-height: 30px;
    margin-top: -20px;
}

.sc_skills_pie_2 .sc_skills_total {
    font-size: 28px;
    line-height: 50px;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

.sc_skills_pie_2 .sc_skills_info .sc_skills_label {
    color: #191e23;
    /*font-weight: 600;*/
    line-height: 20px;
    min-height: 20px;
    padding: 11px 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

/* Type Arc */
.sc_skills_arc {
    overflow: hidden;
}

    .sc_skills_arc .sc_skills_arc_canvas {
        min-width: 100px;
        min-height: 100px;
        float: left;
        width: 60%;
    }

    .sc_skills_arc .sc_skills_legend {
        width: 40%;
    }


/* Legend */
.sc_skills_legend {
    width: 50%;
    float: left;
}

.sc_skills_legend_marker {
    display: inline-block;
    margin: 0 10px 2px 0;
    width: 6px;
    height: 6px;
    line-height: 1.5em;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sc_skills_legend_title,
.sc_skills_legend_value {
    color: #222222;
}

.sc_skills_legend_value {
    display: inline-block;
    margin-left: 6px;
}

    .sc_skills_legend_value:before {
        content: '(';
    }

    .sc_skills_legend_value:after {
        content: ')';
    }




/* Slider
-------------------------------------------------------------- */

.sc_slider {
    overflow: hidden;
}

.sc_slider_height_auto {
    -webkit-transition: height ease .5s;
    -moz-transition: height ease .5s;
    -ms-transition: height ease .5s;
    -o-transition: height ease .5s;
    transition: height ease .5s;
}

.sc_slider_swiper {
    position: relative;
    overflow: hidden;
}

    .sc_slider_swiper .slides {
        overflow: hidden;
    }

        .sc_slider_swiper .slides .swiper-slide {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            position: absolute;
        }

    .sc_slider_swiper:not(.sc_slider_height_auto) .slides .swiper-slide {
        min-height: 8em;
    }

    .sc_slider_swiper .slides .swiper-slide > img {
        width: 100%;
        height: auto;
    }

/* Prev / Next controls */
.sc_slider_controls_wrap {
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding-bottom: 30px;
    height: 0;
}

.sc_testimonials .sc_slider_controls_wrap {
    position: relative;
    margin-top: 2.5em;
}

.sc_slider_controls_wrap a {
    display: block;
    cursor: pointer;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 1.5em;
    text-align: center;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    margin-top: -1em;
    opacity: 0;
    filter: alpha(opacity=0);
}

.sc_slider_controls_wrap .sc_slider_prev {
    float: left;
    margin-left: -100px;
}

.sc_slider_controls_wrap .sc_slider_next {
    float: right;
    margin-right: -100px;
}

.sc_slider_controls_wrap a:before {
    font-family: 'fontello';
}

.sc_slider_controls_wrap .sc_slider_next:before {
    content: '\e80f';
}

.sc_slider_controls_wrap .sc_slider_prev:before {
    content: '\e810';
}

.sc_slider_swiper:hover .sc_slider_controls_wrap a,
.sc_slider_swiper + .sc_slider_controls_wrap a {
    opacity: 1;
    filter: alpha(opacity=1);
}

.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
    margin-left: 20px;
}

.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
    margin-right: 20px;
}

/* Side controls */
.sc_slider_swiper + .sc_slider_controls_wrap a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.sc_slider_swiper + .sc_slider_controls_wrap .sc_slider_prev {
    margin-left: 15px;
}

.sc_slider_swiper + .sc_slider_controls_wrap .sc_slider_next {
    margin-right: 15px;
}

/* Top controls */
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap {
    top: 6px;
    right: 6px;
    text-align: right;
    cursor: default;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

    .sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap .sc_slider_next,
    .sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap .sc_slider_prev {
        display: inline-block;
        float: none;
        margin-left: 6px;
        margin-right: 0;
    }


/* White circles with accent hover */
.sc_slider_swiper .sc_slider_pagination_wrap {
    position: absolute;
    height: 12px;
    margin: 0;
    left: 0;
    right: 0;
    bottom: -12px;
    text-align: center;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    display: none;
}

.sc_slider_swiper:hover .sc_slider_pagination_wrap {
    bottom: 20px;
    -webkit-transition: all ease .5s .5s;
    -moz-transition: all ease .5s .5s;
    -ms-transition: all ease .5s .5s;
    -o-transition: all ease .5s .5s;
    transition: all ease .5s .5s;
}

.sc_slider_swiper .sc_slider_pagination_wrap span {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 8px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid transparent;
    cursor: pointer;
}

.sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch {
    background-color: transparent;
    border-color: #ffffff;
}

.sc_slider_swiper .sc_slider_pagination_wrap span:hover {
    background-color: transparent;
    border-color: #ffffff;
}

/* Full pagination - posts titles */
.sc_slider_pagination_area {
    overflow: hidden;
    position: relative;
}

    .sc_slider_pagination_area .sc_slider {
        float: left;
    }

    .sc_slider_pagination_area:not(.sc_slider_pagination_over) .sc_slider {
        width: 67%;
    }

    .sc_slider_pagination_area .sc_slider_pagination {
        float: left;
        width: 33%;
        position: static;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.sc_slider_pagination_over .sc_slider_pagination {
    position: absolute;
    width: 40%;
    left: auto;
    right: -40%;
    top: 0;
    bottom: auto;
    float: none;
    background-color: rgba(255,255,255, 0.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.sc_slider_pagination_over:hover .sc_slider_pagination {
    right: 0;
}

.sc_slider_pagination_over .sc_slider_pagination .post_item {
    background-color: transparent !important;
}

.slider_fullwide .sc_slider_pagination_over .sc_slider_pagination,
.slider_fullscreen .sc_slider_pagination_over .sc_slider_pagination {
    width: 20%;
}

.sc_slider_pagination_area .sc_slider_pagination .post_item {
    padding: 1em;
}

    .sc_slider_pagination_area .sc_slider_pagination .post_item + .post_item {
        margin: 0;
    }

    .sc_slider_pagination_area .sc_slider_pagination .post_item.active {
        background-color: rgba(0,0,0,0.1);
    }

    .sc_slider_pagination_area .sc_slider_pagination .post_item .post_info .post_info_item + .post_info_item:before {
        content: "|";
        margin: 0 5px;
    }

/* Info block*/
.sc_slider_swiper .sc_slider_info {
    max-width: 80%;
    min-width: 50%;
    max-height: 100px;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(30,170,206, 0.8);
    -webkit-transition: all ease .5s .5s;
    -moz-transition: all ease .5s .5s;
    -ms-transition: all ease .5s .5s;
    -o-transition: all ease .5s .5s;
    transition: all ease .5s .5s;
    margin-bottom: 0;
}

.sc_slider_pagination_area .sc_slider .sc_slider_info {
    /*left:0;*/
    max-width: 100%;
}

.sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.sc_slider_swiper:hover .sc_slider_info:hover,
.sc_slider_swiper .sc_slider_info:hover {
    margin-bottom: 0 !important;
}

.sc_slider_pagination_over:hover .sc_slider_info,
.sc_slider_swiper:hover .sc_slider_info {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: -130px !important;
}

.sc_slider_swiper .slides .swiper-slide .sc_slider_info a {
    display: inline;
    min-height: 0;
    color: #ffffff;
}

    .sc_slider_swiper .slides .swiper-slide .sc_slider_info a:hover {
        color: #cccccc;
    }

.sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 4px;
}

.sc_slider_swiper .sc_slider_info .sc_slider_reviews {
    margin: 0 0 4px;
}

    .sc_slider_swiper .sc_slider_info .sc_slider_reviews.after_category {
        display: inline-block;
        position: relative;
        margin: 0 0 0 2px;
        top: 0;
    }

.sc_slider_reviews.post_rating .reviews_stars_bg,
.sc_slider_reviews.post_rating .reviews_stars_hover,
.sc_slider_reviews.post_rating .reviews_value {
    color: #ffffff !important;
}

.sc_slider_swiper .sc_slider_info .sc_slider_descr {
    color: #ffffff;
    line-height: 16px;
}

.sc_slider_swiper .sc_slider_info .sc_slider_category {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    /*max-width:50%;*/
    /*min-width:135px;*/
    height: 24px;
    line-height: 24px;
    padding: 0 30px 0 0;
    text-align: left;
    overflow: hidden;
}

.sc_slider_pagination_area .sc_slider .sc_slider_info .sc_slider_category {
    min-width: 0;
}

.slider_fullscreen .sc_slider_swiper .sc_slider_info,
.slider_main .sc_slider_swiper .sc_slider_info {
    max-width: 50%;
    min-width: 40%;
    padding: 30px;
    max-height: 150px;
}

.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info,
.slider_main .sc_slider_swiper:hover .sc_slider_info {
    margin-bottom: -180px;
}

    .slider_fullscreen .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
    .slider_fullscreen .sc_slider_swiper:hover .sc_slider_info:hover,
    .slider_fullscreen .sc_slider_swiper .sc_slider_info:hover,
    .slider_main .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
    .slider_main .sc_slider_swiper:hover .sc_slider_info:hover,
    .slider_main .sc_slider_swiper .sc_slider_info:hover {
        margin-bottom: 0;
    }

.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_category,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_category {
    font-size: 14px;
    font-weight: 300;
}

.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_subtitle,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
    font-size: 21px;
    line-height: 28px;
    font-weight: 300;
}

.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_descr,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_descr {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}

.slider_wrap .sc_slider,
.isotope_wrap .sc_slider,
.related_wrap .sc_slider {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.sc_slider_controls_wrap .sc_slider_prev,
.sc_slider_controls_wrap .sc_slider_next {
    width: 3em;
    height: 3em;
    color: #3eaae6;
    font-size: 1.2em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 3.1em;
    text-align: center;
}

.sc_slider_controls_wrap a:hover {
}

.sc_slider_controls_wrap a:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sc_slider_swiper .sc_slider_info {
    background-color: rgba(30,170,206, 0.8) !important;
}

.sc_slider_pagination_area .sc_slider_pagination .post_item {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.sc_slider_pagination.widget_area .post_item + .post_item {
    border-top: 1px solid #ccc;
}

.sc_slider_controls_wrap .sc_slider_prev:before {
    content: '\e84b';
}

.sc_slider_controls_wrap .sc_slider_next:before {
    content: '\e84c';
}

.sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch {
    background-color: transparent;
    border-color: #209de2;
}

.sc_slider_swiper .sc_slider_pagination_wrap span {
    background-color: #209de2;
}




/* Socials icons
-------------------------------------------------------------- */
.sc_socials {
    overflow: hidden;
    display: inline-block;
    height: 3em;
    margin-right: -1.25em;
}

    .sc_socials .sc_socials_item {
        display: inline-block;
        margin: 0 1.25em 1.25em 0;
        outline: none;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .sc_socials a {
        display: inline-block;
        outline: none;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        .sc_socials a,
        .sc_socials a .sc_socials_hover {
            overflow: hidden;
            width: 4em;
            height: 4em;
            text-indent: 999px;
            overflow: hidden;
            position: relative;
            -webkit-border-radius: 6px; /* Hack for Chrome - show sharp corners while animation */
            background-repeat: no-repeat;
            background-position: 0 -4em;
            -webkit-background-size: 4em 8em;
            -moz-background-size: 4em 8em;
            -o-background-size: 4em 8em;
            background-size: 4em 8em;
        }

    .sc_socials.sc_socials_size_tiny,
    .sc_socials.sc_socials_size_small {
        margin-right: -0.625em;
    }

        .sc_socials.sc_socials_size_tiny .sc_socials_item,
        .sc_socials.sc_socials_size_small .sc_socials_item {
            margin-right: 0.625em;
        }

        .sc_socials.sc_socials_size_tiny a,
        .sc_socials.sc_socials_size_small a {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .sc_socials.sc_socials_size_tiny a .sc_socials_hover,
            .sc_socials.sc_socials_size_small a .sc_socials_hover {
                -webkit-border-radius: 4px; /* Hack for Chrome - show sharp corners while animation */
            }

            .sc_socials.sc_socials_size_tiny a,
            .sc_socials.sc_socials_size_tiny a .sc_socials_hover {
                width: 2em;
                height: 2em;
                background-position: 0 -2em;
                -webkit-background-size: 2em 4em;
                -moz-background-size: 2em 4em;
                -o-background-size: 2em 4em;
                background-size: 2em 4em;
            }

            .sc_socials.sc_socials_size_small a,
            .sc_socials.sc_socials_size_small a .sc_socials_hover {
                width: 2.5em;
                height: 2.5em;
                background-position: 0 -2.5em;
                -webkit-background-size: 2.5em 5em;
                -moz-background-size: 2.5em 5em;
                -o-background-size: 2.5em 5em;
                background-size: 2.5em 5em;
            }

                .sc_socials a .sc_socials_hover,
                .sc_socials.sc_socials_size_tiny a .sc_socials_hover,
                .sc_socials.sc_socials_size_small a .sc_socials_hover {
                    position: absolute;
                    display: block;
                    left: 0;
                    top: 0;
                    background-position: 0 0;
                    opacity: 0;
                    -moz-opacity: 0;
                    filter: alpha(opacity=0);
                    -webkit-transition: all ease .3s;
                    -moz-transition: all ease .3s;
                    -ms-transition: all ease .3s;
                    -o-transition: all ease .3s;
                    transition: all ease .3s;
                }

    .sc_socials a:hover .sc_socials_hover {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }

    /* Share buttons */
    .sc_socials.sc_socials_share .sc_socials_item {
        vertical-align: top;
    }

    .sc_socials.sc_socials_share .share_caption {
        display: inline-block;
        font-size: 1.5em;
        line-height: 1.6667em;
        color: #222222;
        margin-right: 0.6em;
    }

    .sc_socials.sc_socials_share.sc_socials_dir_vertical {
        position: fixed;
        left: 0px;
        top: 16%;
        z-index: 9998;
    }

        .sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item {
            display: block;
            margin-top: 6px;
            line-height: 1em;
        }

        .sc_socials.sc_socials_share.sc_socials_dir_vertical .share_caption {
            display: none;
        }

    .sc_socials.sc_socials_share .share_counter {
        display: inline-block;
        vertical-align: top;
        margin-left: 6px;
        position: relative;
        background: #fff;
        color: #666;
        padding: 0 8px;
        line-height: 62px;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .sc_socials.sc_socials_share .share_counter:before {
            content: " ";
            position: absolute;
            z-index: 1;
            top: 50%;
            left: -4px;
            width: 6px;
            height: 6px;
            border-left: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            background: #fff;
            -webkit-transform: translateY(-50%) rotate(45deg);
            -moz-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
        }

    .sc_socials.sc_socials_size_tiny.sc_socials_share .share_counter {
        line-height: 30px;
    }

    .sc_socials.sc_socials_size_small.sc_socials_share .share_counter {
        line-height: 38px;
    }





/* Table
-------------------------------------------------------------- */
.sc_table table {
    width: 100%;
}




/* Tabs
-------------------------------------------------------------- */
.sc_tabs .sc_tabs_titles {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .sc_tabs .sc_tabs_titles li {
        padding: 0;
        list-style: none;
        font-size: 1.5em;
        float: left;
    }

        .sc_tabs .sc_tabs_titles li:before {
            display: none;
        }

        .sc_tabs .sc_tabs_titles li a {
            display: block;
            padding: 0.5833em;
        }

.sc_tabs .sc_tabs_content {
    display: none;
    overflow: hidden;
}

/* Style 1 */
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li {
    margin-bottom: 0;
}

    .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
        border: 1px solid #e4e7e8;
    }

    .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li + li {
    }

.sc_tabs.sc_tabs_style_1 .sc_tabs_content {
    margin-top: -1px;
    padding: 1.5em;
    border: 1px solid #e4e7e8;
}

/* Style 2 */
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {
}

    .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li + li {
    }

.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
    padding: 1.5em;
    border: 1px solid #e4e7e8;
}

.sc_tabs + .sc_tabs {
    border-top: 1px dotted #dcdad9 !important;
    margin-top: 2em;
    padding-top: 3em;
}

.sc_tabs .sc_tabs_titles li {
    font-size: 1em;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
    color: #191e23;
    position: relative;
}

    .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover,
    .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a {
        border-bottom: 0.2em solid #ce0315;
    }

.sc_tabs.sc_tabs_style_1 .sc_tabs_content {
    border: 0;
    margin: 0;
    padding: 1.5em 0;
}

.sc_scroll_bar .swiper-scrollbar-drag:before {
    background-color: #dfdcd7;
}
/*Style 2*/
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles {
    width: 6.65em;
    float: left;
}

    .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
        color: #191e23;
    }

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a {
    color: #ce0315;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
    border: 0.2em solid #e6e6e9;
    margin: 0.3em;
    padding: 0.9em 1.5em;
}

.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
    border: none;
}

.sc_tabs.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a {
    background-color: #ce0315;
    border-color: #ce0315;
    color: #fff;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
    margin: 0.3em 0;
    width: 6.25em;
    box-sizing: border-box;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
    padding: 0.1em 0 0 2em;
    border: 0;
}

/* Team
-------------------------------------------------------------- */
.sc_team_item {
    overflow: hidden;
    /*margin-bottom:3.125em;*/
}

    .sc_team_item .sc_team_item_info {
        background-color: #f4f7f9;
        padding: 1.5em 1.25em;
    }

        .sc_team_item .sc_team_item_info .sc_team_item_title {
            margin: 0;
            font-size: 1.429em;
            margin-top: 0.3em;
            margin-bottom: 0.3em;
        }

        .sc_team_item .sc_team_item_info .sc_team_item_position {
            color: #222222;
        }

        .sc_team_item .sc_team_item_info .sc_team_item_description {
            margin-top: 0.9em;
            height: 4.25em;
            overflow: hidden;
        }

        .sc_team_item .sc_team_item_info .sc_socials {
            margin-top: 1em;
        }

    .sc_team_item .sc_team_item_avatar img {
        width: 100%;
    }

/* Style 2 */
.sc_team_style_2 .sc_team_item_avatar {
    position: relative;
}

    .sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        text-align: center;
    }

.sc_team_style_2 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

.sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials {
    overflow: hidden;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

    .sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        margin-top: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.sc_team_style_2 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials {
    margin-top: 0;
}

.sc_team_item {
}

    .sc_team_item .sc_team_item_info {
        background-color: #ffffff;
        text-align: center;
        padding: 2.4em 2.8em;
        margin-bottom: 0;
    }

.sc_team_style_1 .sc_team_item_info .sc_team_item_position {
    color: #ce0315;
}

.sc_team_style_2 .column-1_1,
.sc_team_style_1 .column-1_1 {
    padding: 0;
}

.sc_team_item .sc_team_item_info .sc_team_item_title a {
    color: #191e23;
    font-weight: 400;
}

.sc_team_style_1 .sc_team_item_info {
    padding: 2.4em 2.8em 3.7em;
    background: #f4f7fa;
    text-align: left;
}

    .sc_team_style_1 .sc_team_item_info .sc_team_item_position,
    .sc_team_style_1 .sc_team_item_info .sc_team_item_description {
        height: auto;
        line-height: 1.7em;
    }

    .sc_team_style_1 .sc_team_item_info .sc_team_item_title a:hover {
    }

.sc_team_style_2 .sc_team_item_info .sc_team_item_title a:hover {
    color: #000000;
}

.single-team section.post_featured {
    float: right;
    margin-left: 2em;
}

/* Testimonials
-------------------------------------------------------------- */
.sc_testimonials.style_1 {
    width: 70%;
}

.sc_testimonials_wrap {
    position: relative;
}

    .sc_testimonials_wrap .sc_section_overlay {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 1.5em 0;
    }

.sc_testimonial_item {
    text-align: center;
    padding: 0 5em;
}

.sc_testimonial_author {
    font-size: 1em;
    margin-top: 1.7em;
}

.sc_testimonial_content {
    font-size: 1.143em;
}

    .sc_testimonial_content p {
        margin: 0;
    }

        .sc_testimonial_content p + p {
            margin-top: 0.5em;
        }

.bg_tint_dark .sc_testimonials a {
    color: #ffffff;
}

.sc_testimonials.sc_slider_swiper .sc_slider_controls_wrap .sc_slider_prev {
    left: 41%;
    position: relative;
}

.sc_testimonials.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
    margin-left: 10px;
    left: 41%;
    position: relative;
}

.sc_testimonials.sc_slider_swiper .sc_slider_controls_wrap .sc_slider_next {
    right: 41%;
    position: relative;
}

.sc_testimonials.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
    margin-right: 10px;
    right: 41%;
    position: relative;
}

.sc_testimonials_wrap {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.sc_testimonials .sc_testimonial_avatar {
    overflow: hidden;
    margin: 0 auto 6px;
    width: 4em;
    height: 4em;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sc_testimonials .sc_slider_controls_wrap a {
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 0.9em;
    border: 2px solid #fff;
}

.testimonials_section .sc_section_container {
    padding: 100px 0 30px;
}

/* Title
-------------------------------------------------------------- */
.sc_title {
    overflow: hidden;
    position: relative;
    padding-bottom: 0.55em;
    line-height: 1.3em;
    font-weight: 500;
}

    .sc_title.no_padding {
        padding-bottom: 0;
    }

.sc_undertitle {
    font-size: 1.143em;
    line-height: 1.3em;
}

/* Inderline */
.sc_title_underline {
    padding-bottom: 16px;
}

    .sc_title_underline:after {
        content: ' ';
        display: block;
        position: absolute;
        border-top: 1px solid #222222;
        height: 0;
        width: 1em;
        left: 0;
        bottom: 0;
    }

    .sc_title_underline.sc_align_center:after {
        left: 50%;
        margin-left: -0.5em;
    }

    .sc_title_underline.sc_align_right:after {
        right: 0;
        left: auto;
    }

.sc_under_title {
    line-height: 1.5em !important;
    margin-top: 2em !important;
    margin-bottom: 3.3em !important;
    font-size: 1.143em;
}

/* Divider */
.sc_title_divider {
    position: relative;
    padding-left: 5ex;
    padding-right: 5ex;
    text-align: center;
}

    .sc_title_divider .sc_title_divider_before,
    .sc_title_divider .sc_title_divider_after {
        display: block;
        width: 4ex;
        height: 1px;
        background-color: #222222;
        position: absolute;
        top: 50%;
    }

    .sc_title_divider .sc_title_divider_before {
        left: 0;
    }

    .sc_title_divider .sc_title_divider_after {
        right: 0;
    }

/* Icon */
.sc_title_icon {
    display: inline-block;
}

.sc_title_icon_left {
    margin-right: 0.5em;
}

.sc_title_icon_top {
    display: block;
}

.sc_title_icon img {
    width: auto;
}

.sc_title_icon_left img {
    vertical-align: middle;
}

.sc_title_icon_top img {
    vertical-align: baseline;
}

.sc_title_icon_small img {
    height: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sc_title_icon_medium img {
    height: 2em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.sc_title_icon_large img {
    height: 3em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sc_title_icon {
    color: #191e23;
}

.sc_title.style_small {
    line-height: 1.5em;
    color: #aeb1b3;
    font-size: 0.857em;
}

.sc_title.style_1 {
    color: #209de2;
}

.sc_title.style_2 {
    line-height: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
}

    .sc_title.style_2 + .sc_title.style_1 {
        margin-top: 30px;
    }

/* Toggles
-------------------------------------------------------------- */
.sc_toggles .sc_toggles_item {
    margin-bottom: 1.25em;
}

.sc_toggles > .sc_toggles_item .sc_toggles_content {
    overflow: hidden;
    display: none;
}

.sc_toggles .sc_toggles_item .sc_toggles_title {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .sc_toggles .sc_toggles_item .sc_toggles_title .sc_items_counter:after {
        content: '. ';
    }

    .sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        padding: 0;
        text-align: center;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

        .sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon:before {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }

.sc_toggles .sc_toggles_item .sc_toggles_content {
    padding: 1.5em 1.8em;
}

/* Style 1 */
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title {
    border: 1px solid #e4e7e8;
    padding: 0.5em 0.5em 0.5em 3em;
}

    .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
        width: 2.3333em;
        background-color: #e4e7e8;
        color: #ffffff;
    }

    .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon_opened {
        margin-top: -2.3333em;
    }

    .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
        margin-top: 0;
    }

    .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_closed {
        margin-top: 2.3333em;
    }

/* Style 2 */
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title {
    margin-bottom: 0.6667em;
    padding: 0 0 0 2.0833em;
    text-transform: uppercase;
}

    .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1.1667em;
        height: 1.1667em;
    }

        .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon:before {
            font-size: 0.5833em;
            line-height: 1em;
        }

    .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon_opened {
        opacity: 0;
    }

    .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
        opacity: 1;
    }

    .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_closed {
        opacity: 0;
    }

.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active {
        color: #191e23;
        border-color: #191e23;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
            background-color: #191e23;
        }

    .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover {
        color: #da0014;
        border-color: #da0014;
    }

        .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover .sc_toggles_icon_opened {
            background-color: #da0014;
        }

.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_content {
    border: 1px solid #e4e7e8;
    border-top-width: 0;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active {
    color: #1dbb90;
}

.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
    border: 2px solid #1dbb90;
    background-color: #1dbb90;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon {
    color: #1dbb90;
    background-color: #ffffff;
}

.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_content {
    margin-left: 2em;
    border: 1px solid #e4e7e8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}



/* Tooltip
-------------------------------------------------------------- */
.sc_tooltip_parent {
    text-decoration: none;
    border-bottom: 2px solid #b3b4b5;
    position: relative;
    display: inline-block;
    line-height: 1em;
    color: #191e23;
}

    .sc_tooltip_parent .sc_tooltip {
        position: absolute;
        color: #fff;
        background-color: #333333;
        white-space: nowrap;
        top: -4em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0.6em 1.2em;
        font-size: 0.933em;
        z-index: 2;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all ease-out 0.1s;
        -moz-transition: all ease-out 0.1s;
        -ms-transition: all ease-out 0.1s;
        -o-transition: all ease-out 0.1s;
        transition: all ease-out 0.1s;
    }

    .sc_tooltip_parent:hover .sc_tooltip {
        opacity: 1;
        filter: alpha(opacity=100);
        top: -2.5em;
    }

    .sc_tooltip_parent .sc_tooltip:before {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        left: 50%;
        bottom: -3px;
        margin-left: -3px;
        z-index: 1;
        background-color: #333333;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .sc_tooltip_parent .sc_tooltip {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .sc_tooltip_parent .sc_tooltip,
        .sc_tooltip_parent .sc_tooltip:before {
            background-color: #ce0315;
        }


/* Twitter */
.sc_twitter_wrap {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.sc_twitter .sc_slider_controls_wrap a {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 2.5em;
}

/* Twitter
-------------------------------------------------------------- */
.sc_twitter_wrap {
    position: relative;
}

    .sc_twitter_wrap .sc_section_overlay {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 1.5em 0;
    }

.sc_twitter_item {
    text-align: center;
    padding: 0 5em;
}

.sc_twitter_content {
    font-size: 1.125em;
}

.sc_twitter_icon {
    font-size: 2.5em;
    line-height: 1em;
    display: block;
    text-align: center;
    margin-bottom: 0.5em;
}

.sc_twitter_content p {
    margin: 0;
}

    .sc_twitter_content p + p {
        margin-top: 0.5em;
    }

.bg_tint_dark .sc_twitter a {
    color: #ffffff;
}

.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
    margin-left: 10px;
}

.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
    margin-right: 10px;
}

/* Quotes */
blockquote {
    margin: 2.666em 0;
    margin-left: 2.5em;
    padding: 2em 2.5em;
    background-color: #209de2;
    color: #fff;
}

    blockquote p {
        font-size: 1.786em;
        font-family: Spinnaker, serif;
        line-height: 1.48em;
    }

.sc_quote.no_margin {
    margin-top: 0;
}

.sc_quote_title {
    text-transform: none;
    font-family: Varela, sans-serif;
    font-size: 1em;
    margin-top: 2em;
}

.sc_quote_style_1 {
    background-color: #209de2;
    color: #ffffff;
}

.sc_quote_style_2 {
    background-color: #f4f7fa;
    color: #353535;
    border-left: 2px solid #ce0315;
}



/* Video player
-------------------------------------------------------------- */
.sc_video_player {
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
    /*
.sc_video_player.sc_video_bordered {
	width:auto;
	height:auto;
	display:inline-block;
}
*/
    .sc_video_player.sc_video_bordered {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.sc_video_frame {
    position: relative;
    overflow: hidden;
}

    .sc_video_frame img {
        width: 100%;
        height: auto;
    }
/* Media elements */
.mejs-container {
    max-width: 100%;
}

.sc_video_player,
.sc_video_player > .sc_video_frame,
.sc_video_player img,
.wp-video,
.wp-video-playlist {
    overflow: hidden;
}


/* Zoom
-------------------------------------------------------------- */
.sc_zoom_wrap {
    width: auto;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.sc_zoom {
    position: relative;
    overflow: hidden;
}

    .sc_zoom img {
        width: 100%;
        height: auto;
    }

.sc_zoom,
.zoomContainer {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* 16. Other
-------------------------------------------------------------- */
.icon-circle:before {
    font-size: 0.5em !important;
    vertical-align: top;
}

/*page preloader*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 13000;
    height: 100%;
}

.preloader_image {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/preloader.gif) no-repeat 50% 50% transparent;
    margin: -40px 0 0 -40px;
}

/* main menu */
.menu_main_wrap .logo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo .logo_text {
    font-family: Spinnaker, serif;
    font-size: 3.333em;
    font-weight: 700;
    vertical-align: top;
    margin-top: 0.2em;
    margin-left: 0.3em;
}

.menu_main_wrap .logo_slogan {
    display: block;
    margin-top: 0.9em;
    margin-left: 1em;
}

.menu_main_wrap .logo_slogan {
    color: #aeb1b3;
}

.logo_img {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.6em;
}

.contein_logo_text {
    display: inline-block;
}

.page_content_wrap {
    background-color: #fff;
}

.page_content_wrap {
    height: auto;
}

    .page_content_wrap:after {
        content: " ";
        display: block;
        clear: both;
    }

.menu_main_wrap .menu_main_nav_area li.menu-item-has-children:after {
    content: '\e82d';
    font-family: fontello;
    color: #ffffff;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
    height: 1.3em;
    line-height: 1.3em;
    margin: 1.2em 2.3em 0 0;
}

.menu_main_wrap .menu_main_nav_area li.menu-item-has-children {
    padding-right: 2.8em;
}

    .menu_main_wrap .menu_main_nav_area li.menu-item-has-children.blob_over:after {
        content: '\e82c';
        color: #ffffff;
    }

.border_bottom_grey {
    padding: 0;
    background-color: #f4f7fa;
    color: #aeb1b3;
}

.inline {
    display: inline-block;
    width: auto;
    color: #aeb1b3;
}

    .inline a {
        color: #aeb1b3;
    }

    .inline.bottom {
        padding: 1.2em 0;
    }

.top-panel_disclaimer {
    float: left;
}

.side-right {
    float: right;
}

.search_s .search_wrap {
    height: 2.5em;
}

.menu_user_area.menu_user_left.menu_user_contact_area {
    position: relative;
    padding-left: 1.5em;
}

.side-none {
    float: none;
}

.menu_user_area.menu_user_left.menu_user_contact_area:before {
    font-family: fontello;
    content: '\e8ac ';
    padding-right: 0.5em;
}

.search_s {
    padding-top: 1em;
    margin-right: 0em;
}

.top_panel_wrap .search_wrap {
    max-width: 8.2em;
}

    .top_panel_wrap .search_wrap .search_form_wrap {
        display: block !important;
    }

    .top_panel_wrap .search_wrap .search_icon {
        left: 0;
        text-align: left;
    }

    .top_panel_wrap .search_wrap .search_form_wrap .search_field {
        width: 9.2em;
        padding-left: 1.5em;
    }

.marg_null {
    margin-left: 0.2em;
}

.marg_top {
    margin-top: 0.5em;
    background-color: #f4f7fa;
    text-align: left;
}

.icon_user-top {
    float: left;
    width: 2.00em;
    height: 2em;
    line-height: 2em;
    margin-right: 1.429em;
    text-align: center;
    background-color: #209de2;
}

i.user_top_icon.icon-telephone {
    font-size: 1.2em;
}

i.user_top_icon.icon-clock-4 {
    font-size: 1.2em;
}

i.user_top_icon {
    color: #fff;
}

.top-panel_right {
    width: 8em;
}

.top-panel_left {
    min-width: 14em;
}

.logo {
    display: inline-block;
}

.inline h4 {
    margin: 0;
    padding-top: .8em;
    font-size: .786em;
    overflow: hidden;
}

.inline.tops {
    margin-top: 0.5em;
}

.marg_top_2em {
    margin-top: 0px;
}

.pad_left_2em {
    padding-left: 2.3em;
}

.font_086em {
    font-size: 0.866em;
}

.sc_dropcaps + .sc_dropcaps {
    margin-top: 4em;
}

.bottom_cont {
}

.copyright_wrap {
    font-size: 1em;
    background-color: #0e1214;
    color: rgba(255,255,255,0.55);
}

.sc_socials a {
    text-indent: 0;
}

.widget_area .widget_twitter ul li:before {
    color: #da0014;
    line-height: 1.3em;
    font-size: 1.3em;
}

.sc_line {
    margin: 0;
    border-top: 2px solid #d8d7d6;
}

div.vc_row {
    margin-left: 0;
    margin-right: 0;
}

.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    padding: 0 !important;
}

figure.sc_image + div.wpb_text_column {
    margin-top: 1.4em;
}

.sc_column_item {
    vertical-align: top;
}

    .sc_column_item figure {
        margin: 0 auto;
        padding: 0;
    }

/* footer  */

footer {
}

.footer_style_light .sc_socials.sc_socials_size_small a,
.footer_style_white .sc_socials.sc_socials_size_small a {
    color: #ce0315;
    border: 2px solid #e8edf1;
}

    .footer_style_light .sc_socials.sc_socials_size_small a:hover,
    .footer_style_white .sc_socials.sc_socials_size_small a:hover {
        background-color: #ce0315;
        color: #fff;
        border-color: #ce0315;
    }

.sc_socials.sc_socials_size_small a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    overflow: visible;
    color: #c1b8b1;
    font-size: 1.1em;
    border: 2px solid #40454a;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin-right: 0.2em;
}

.bg_tint_dark .sc_socials.sc_socials_size_small a:hover {
    background-color: #209de2;
    color: #fff;
    border-color: #209de2;
}

.widget_area .widget_twitter ul li {
    color: #a4a4a4;
    padding-left: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e6e6e6;
}

    .widget_area .widget_twitter ul li + li {
        border: 0;
        margin-top: 1em;
    }

.widget_area .widget_title {
    margin-bottom: 1.3em;
}

.widget_categories select {
    width: 100%;
    padding: 1em;
    color: #aeb1b3;
    border: 0;
    -webkit-appearance: button;
    -moz-appearance: none;
    background: url("../images/arrow-down.png") no-repeat 92% center #fff;
    margin-bottom: 1em;
}

.page_content_wrap {
    padding: 70px 0;
}

.sidebar {
    width: 360px;
}

ul > li, ol > li, dl > dd {
    margin-bottom: 0.2em;
}

.widget_area .widget_calendar a.month_prev:before,
.widget_area .widget_calendar .month_prev a:before {
    font-family: Fontello;
    content: '\e82a';
    color: #ce0315;
}

.widget_area .widget_calendar a.month_next:before,
.widget_area .widget_calendar .month_next a:before {
    font-family: Fontello;
    content: '\e82b';
}

.widget_area .instagram-pics li {
    width: 29%;
    float: left;
    padding-left: 0;
    margin: 0.4em;
}

footer.footer_style_light .widget_socials .widget_title,
footer.footer_style_light .widget_twitter .widget_title,
footer.footer_style_light .widget_flickr .widget_title,
footer.footer_style_light .null-instagram-feed .widget_title {
    border-top: 1px solid #e5e6e6;
    padding-top: 2em;
}

.widget_area .widget_socials .sc_socials {
    margin-top: 2em;
}

.widget_area .widget_calendar .month_cur,
.widget_area .widget_calendar .month_prev,
.widget_area .widget_calendar .month_next {
    padding: 1em 0.2em;
    float: left;
}

.widget_area .widget_calendar .month_cur {
    text-align: left;
}

.woocommerce ul.products li.product .post_featured .hover_icon:before,
.woocommerce-page ul.products li.product .post_featured .hover_icon:before,
.post_item_related .post_featured .hover_icon:before,
.isotope_wrap .isotope_item .post_featured .hover_icon:before {
    font-size: 2em;
}

.post_thumb .hover_icon_link .img-hover .hover_icon:before {
    content: '\e8a9';
    font-weight: 400;
    font-size: 2em;
    font-family: Fontello;
    color: #fff;
    text-shadow: none;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    margin: 0;
    background-color: transparent;
    width: 100%;
    height: auto;
    text-align: center;
}

.post_thumb:hover .hover_icon_link:before {
    opacity: 1;
}

.post_thumb a.hover_icon {
    color: #ffffff;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.post_item_obituaries .post_thumb a.hover_icon img {
    color: #ffffff;
    border: 0;
}

.post_item_obituaries .post_thumb a.hover_icon {
    color: #ffffff;
    border: 0.4em solid #f4f4f4;
}

.post_thumb a.hover_icon img {
    color: #ffffff;
    border: 0;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}

.post_thumb .hover_icon {
    position: relative;
    display: block;
}

.post_thumb a.hover_icon:hover {
}

    .post_thumb a.hover_icon:hover > img {
    }

.widget_area .widget_rss .widget_title a {
    display: none;
}

    .widget_area .widget_rss .widget_title a + a {
        display: block;
    }

.widget_area .widget_rss ul li:before,
.widget_area .widget_recent_comments ul li:before {
    content: '';
    position: absolute;
}

.widget_area .widget_rss ul li,
.widget_area .widget_recent_comments ul li {
    padding-left: 0em;
}

    .widget_area .widget_recent_comments ul li + li {
        margin-top: 1.5em;
        border-top: 1px dotted #e6e6e6;
        padding-top: 1.5em;
    }

.widget_area .widget_recent_entries ul li:before {
    color: #6c6465;
}

.widget_area .widget_rss ul li + li {
    margin-top: 2em;
}

.rss-date {
    color: #aeb1b3;
    display: block;
    font-size: 0.85em;
    margin: 0.3em 0;
}

.widget_area .widget_rss li > a.rsswidget {
    text-transform: uppercase;
    color: #ce0315;
}

.widget_area .widget_rss li {
    font-size: 1em;
    color: #5b5f62;
}

.widget_area .widget_search .search_button:before {
    content: '\e852';
    font-family: Fontello;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    color: #aeb1b3;
}

span.comment-author-link {
    color: #191e23;
}

.widget_area ul li.recentcomments a {
    color: #191e23;
}

.widget_area .widget_calendar .weekday {
    font-size: 0.850em;
}

.sc_video_frame.hover_icon:before {
    content: '';
    background-color: transparent;
}

.sc_video_play_button.hover_icon:before {
    font-family: Fontello;
    content: '\e9f1';
    font-size: 2em;
    line-height: 3.5em;
    text-align: center;
    text-shadow: none;
    color: #fff;
    background-color: #209de2;
}

svg:not(:root), .sc_skills_arc {
    overflow: visible;
    margin: 1em;
}

.sc_skills_legend {
    width: 100%;
    float: none;
}

.sc_skills_arc .sc_skills_arc_canvas {
    min-width: 100px;
    min-height: 100px;
    float: none;
    width: 100%;
}

.sc_tabs {
    overflow: hidden;
}

.vc_pie_chart .vc_pie_chart_back {
    border-color: #dadad8 !important;
}

.vc_pie_chart .vc_pie_chart_value {
    font-family: Spinnaker, serif;
    font-size: 2.666em;
}

.vc_pie_chart h4 {
    margin-top: 1.92em;
    margin-bottom: 1.08em;
    font-family: Varela, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}

h2.sc_contact_form_title {
    /*margin-top: 0.9em;*/
    margin-bottom: 1.5em;
    padding-bottom: 0.9em;
    /*line-height: 2.5em;*/
    background: url("../images/fig_line.png") no-repeat center bottom;
    color: #191e23;
}


.fig_border {
    background-image: url("../images/fig_line.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.fig_border_blue {
    background-image: url("../images/fig_line-blue.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.fig_border_white {
    background-image: url("../images/fig_line-white.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.sc_title.fig_border, .sc_title.fig_border_blue,
.sc_title.sc_align_left.fig_border, .sc_title.sc_align_left.fig_border_white, .sc_title.sc_align_left.fig_border_blue {
    background-position: bottom left;
}

.sc_title.sc_align_center.fig_border, .sc_title.sc_align_center.fig_border_white, .sc_title.sc_align_center.fig_border_blue {
    background-position: bottom center;
}

.sc_title.sc_align_right.fig_border, .sc_title.sc_align_right.fig_border_white, .sc_title.sc_align_right.fig_border_blue {
    background-position: bottom right;
}


.sc_contact_form .sc_contact_form_field input, .sc_contact_form .sc_contact_form_message textarea {
    background-color: #fff;
    padding: 1.1em;
    color: #aeb1b3;
}

.sc_contact_form .sc_contact_form_button button {
    margin-top: 1em;
}

    .sc_contact_form .sc_contact_form_button button:hover {
    }

.sc_contact_form.contact_form_1 {
    width: 80%;
    margin: 0 auto;
}


.post_featured img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post_content h4 {
    color: #191e23;
}

.isotope_wrap .isotope_item .post_info {
    margin-bottom: 1.8em;
}

.post_info .post_info_item a {
    color: #aeb1b3;
}

.post_info .post_info_counters .post_counters_item:before {
    color: #db5461;
    font-size: 1.3em;
}

.post_info .post_info_counters .post_counters_item.post_counters_comments:before {
    font-size: 1.1em;
}

.widget_area .post_item .post_info {
    font-size: 0.866em;
}

.post_info {
    font-size: 1em;
}

.sc_socials.sc_socials_size_small {
    margin-right: -1.25em;
}

.sc_team .sc_socials.sc_socials_size_small a {
    background-color: #F4F7FA;
    color: #BBBBBB;
    font-size: 1.1em;
    border: 0.3em solid #f4f4f4;
    margin-bottom: 0;
    margin-left: 1px;
}

    .sc_team .sc_socials.sc_socials_size_small a:hover {
        background-color: #f4f4f4;
    }

.sc_team_style_1 .sc_socials {
    overflow: visible;
}

    .sc_team_style_1 .sc_socials.sc_socials_size_small a {
        background-color: transparent;
        color: #dde3e9;
        font-size: 1.1em;
        border: 2px solid #dde3e9;
        margin-bottom: 0;
        margin-left: 1px;
        margin-bottom: -1em;
    }

        .sc_team_style_1 .sc_socials.sc_socials_size_small a:hover,
        .sc_team_style_2 .sc_socials.sc_socials_size_small a:hover {
            background-color: #ce0315;
            color: #fff;
            border-color: #ce0315;
        }

.sc_team_item .sc_team_item_info .sc_socials {
    margin-top: 0.5em;
}

.sc_team_style_1 .sc_team_item_info .sc_socials {
    margin-top: 1.5em;
}

.sc_team_style_2 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover {
    background-color: rgba(255,255,255,0.4);
}

.sc_team .sc_socials .sc_socials_item {
    margin-bottom: 0.1em;
}

.reviews_stars_hover .reviews_star:before {
    content: '\e804';
}

.reviews_star:before {
    content: '\e805';
}

.widget .sc_tabs.sc_tabs_style_2 .sc_tabs_titles {
    float: none;
    width: auto;
    margin-bottom: 0.7em;
}

    .widget .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
        width: auto;
        margin-left: 0.2em;
    }

.post_info .post_info_counters .post_counters_likes.disabled {
    color: #191e23;
}

.widget_area .post_item .post_thumb {
    float: left;
    width: 6em;
    height: 4.666em;
    margin: 0 1.25em 4px 0;
    overflow: hidden;
    border-radius: 0;
}

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li + li {
    margin-left: 0.2em;
}

.body_filled .widget_area.footer_style_light,
.body_filled .widget_area.footer_style_dark {
    padding-top: 2.8em;
    padding-bottom: 1em;
}

.layout_masonry__small_3 .post_featured img {
    width: 80px;
    border: 0.4em solid #f4f4f4;
    ;
    box-sizing: border-box;
}

.isotope_wrap .isotope_item .post_featured {
    border: 0;
}

.layout_masonry__small_3 .post_thumb .hover_icon {
    width: 80px;
}

.layout_masonry__small_3 .post_content {
    margin-left: 100px;
}

    .layout_masonry__small_3 .post_content h4 {
        margin: 0;
    }

.layout_masonry__small_3 .post_featured {
    float: left;
}

.layout_masonry__small_3 .isotope_wrap .isotope_item {
    padding-bottom: 2em;
}

.layout_masonry__small_3 .isotope_wrap {
    margin-top: 3em;
}

.history_service {
    margin-right: -2em;
}

    .history_service .wpb_wrapper p {
        text-transform: uppercase;
        font-family: Spinnaker, serif;
        font-size: 1.066em;
        color: #191e23;
        color: #191e23;
    }

    .history_service .sc_image img {
        width: 11.866em;
        box-sizing: border-box;
    }

.body_filled .widget_area.sidebar_style_dark {
    /*background: none;*/
    /*padding: 0;*/
}

    .body_filled .widget_area.sidebar_style_dark.sidebar aside {
        /*padding: 0;*/
    }

.big_banner {
    height: 285px;
    color: #ffffff;
    text-align: center;
}

    .big_banner .big_banner_title {
        color: #ffffff;
        font-weight: 700;
        margin: 0;
        padding-top: 1em;
    }

    .big_banner .big_banner_form {
        margin-top: 1.3em;
    }

    .big_banner .big_banner_text {
        margin-top: 2em;
        padding: 0 2em;
    }

    .big_banner .sc_contact_form .sc_contact_form_item.label_left input {
        width: 80%;
        margin-left: 20%;
        margin-top: 0;
        background-color: #ffffff;
    }

    .big_banner .sc_contact_form .sc_contact_form_item.label_left button {
        margin: 0;
        font-size: 1em;
        font-weight: 400;
        background-color: #191e23;
        padding: 0 2.2em;
    }

    .big_banner .sc_contact_form .sc_contact_form_item.label_left {
        text-align: left;
        float: left;
        margin-left: -1px;
    }

    .big_banner .sc_contact_form .sc_contact_form_field {
        width: 55%;
    }

    .big_banner .sc_contact_form .sc_contact_form_button {
        width: 45%;
    }

.small_banner {
    height: 176px;
    color: #ffffff;
    text-align: center;
}

    .small_banner .small_banner_title {
        color: #ffffff;
        font-weight: 700;
        margin: 0;
        padding-top: 1em;
    }

        .small_banner .small_banner_title a {
            color: #ffffff;
        }

            .small_banner .small_banner_title a:hover {
                color: #da0014;
            }

    .small_banner .small_banner_form {
        margin-top: 1.3em;
    }

    .small_banner .small_banner_text {
        padding: 0 2em;
        text-transform: uppercase;
    }

.obituaries .search_wrap.search_style_regular .search_form_wrap .search_field {
    width: 83%;
    background: #e3e1de;
    padding: 0.4em 1em 0 1em;
    height: 3.333em;
}

.obituaries .sc_section .sc_section_overlay {
    padding: 2.5em 2.5em 3.4em 2.5em;
}

.obituaries .search_wrap.search_style_regular.search_opened {
    width: 100%;
    max-width: 100%;
    background: none;
}

.obituaries .search_wrap .search_form_wrap .search_submit {
    display: block;
    float: right;
}

.obituaries .search_wrap.search_style_regular .search_form_wrap .search_submit {
    color: #ffffff;
    background: #191e23;
    font-weight: 400;
    width: 15%;
    height: 3.333em;
    padding: 0 1em 0 1em;
}

.obituaries .search_wrap.search_style_regular .search_form_wrap button.search_submit:hover,
.big_banner .sc_contact_form .sc_contact_form_item.label_left button:hover {
    color: #ffffff !important;
    background-color: #da0014 !important;
}

.obituaries .sc_section:not(.sc_scroll_controls) .sc_section_overlay, .sc_section .sc_section_overlay {
    overflow: hidden;
}

.post_item_obituaries .post_featured {
    float: left;
    width: 8em;
}

.post_item_obituaries .post_content {
    margin-left: 10em;
}

.post_item_obituaries .post_title {
    float: left;
    width: auto;
    margin: 0;
}

    .post_item_obituaries .post_title a {
        color: #191e23;
        line-height: 1em;
    }

.post_item_obituaries {
    margin: 1.5em 0;
    padding-left: 2.5em;
    box-sizing: border-box;
}

.category-obituaries .post_item_obituaries {
    margin-top: 2.5em;
}

.sc_blogger .post_item_obituaries {
    padding-left: 0;
    margin-top: 0.9em;
}

.post_item_obituaries.column-1_3 {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

    .post_item_obituaries.column-1_3 .post_featured {
        float: left;
        width: 9.667em;
    }

    .post_item_obituaries.column-1_3 .post_content {
        margin-left: 11.5em;
    }

    .post_item_obituaries.column-1_3 .post_title,
    .post_item_obituaries.column-1_3 .post_info {
        float: none;
        margin-left: 0;
    }

.post_item_obituaries .post_info {
    margin-top: 0.4em;
    margin-bottom: 0;
    float: left;
    margin-left: 1em;
}

.obituaries_title {
    overflow: hidden;
    margin-bottom: 0.7em;
}

.post_item_obituaries .post_featured img {
    border: 0.4em solid #f4f4f4;
}

.post_item_obituaries .post_descr p {
    margin-bottom: 1em;
}

.post_item .post_descr a.sc_button {
    margin-top: 0.7em;
}

.sc_blogger .post_item_obituaries .post_descr p {
    margin-bottom: 1em;
}

.post_item_obituaries .post_descr a {
    color: #191e23;
}

.ih-item.square .info p,
.ih-item a {
}

.pagination_wrap {
    margin-top: 3em;
}

.pagination_pages > span,
.pagination_pages > a {
    font-size: 1em;
}

.sc_parallax .sc_parallax_content {
    height: 100%;
}

.menu_main_wrap .menu_main_nav_area li.menu-item-has-children li.menu-item-has-children:after {
    content: '\e82b';
    font-family: fontello;
}

.menu_main_wrap .menu_main_nav_area li.menu-item-has-children li.menu-item-has-children.sfHover:after {
    content: '\e82a';
    font-family: fontello;
}

.menu_main_wrap .menu_main_nav > li > ul ul {
    left: 224px;
    top: 0;
}

.homepage.sc_tabs.sc_tabs_style_1 .sc_tabs_titles {
    width: 37em;
    margin: auto;
}

.ih-item.square .info .post_title,
.ih-item.square .info .post_title a {
}

    .ih-item.square .info .post_title:before {
        z-index: 20000;
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: 42%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: 1;
        font-weight: 400;
        font-family: Fontello;
        text-shadow: none;
        padding: 0.2em 0.5em;
        content: '\e8a9';
        font-size: 2em;
        color: #fff;
        background-color: #209de2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        height: 1.5em;
        line-height: 1.5em;
        cursor: auto;
    }

.post_item_portfolio .ih-item.square .info .post_title:before {
    top: 40%;
}

.post_item_single > .post_title,
.related_wrap .section_title,
.comments_form_wrap .comments_form_title,
.comments_list_wrap .comments_list_title {
    color: #191e23;
}

.post_info .post_info_tags {
    color: #191e23;
    text-transform: uppercase;
    font-style: normal;
}

    .post_info .post_info_tags a {
        text-transform: none;
        display: inline-block;
        color: #5b5f62;
    }

        .post_info .post_info_tags a:hover {
            color: #ce0315;
        }

        .post_info .post_info_tags a:first-letter {
            text-transform: uppercase;
        }

.post_info.post_info_bottom {
    margin: 3em 0;
}

.post_item_related .post_title {
    font-size: 1.333em;
    height: auto;
}

.related_wrap .columns_wrap > [class*="column-"].column_padding_bottom {
    padding-bottom: 0;
}

/* comments wrap */
.comments_wrap {
    /*margin-top: 2em;*/
    padding-top: 4em;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.comments_list_wrap .comments_list_title,
.comments_form_wrap .comments_form_title {
    font-size: 2em;
}

.comments_list_wrap .comment_author_avatar {
    width: 8em;
    height: auto;
}

.comments_list_wrap .comment_content {
    padding-left: 0;
    margin-left: 10em;
    min-height: 8.5em;
    vertical-align: top;
}

.comments_list_wrap ul > li {
    position: relative;
}

.comments_list_wrap .comment_reply a:before,
.comments_list_wrap .comment_info > span + span:before {
    content: '';
    margin: 0;
}

.comments_list_wrap .comment_reply a {
    font-size: 1em;
    color: #ce0315;
}

.comments_list_wrap .comment_text p {
    color: #5b5f62;
}

.comments_list_wrap .comment_info > span.comment_author {
    color: #493834;
    font-size: 1.066em;
}

.comments_list_wrap .comment_info {
    font-size: 1em;
}

    .comments_list_wrap .comment_info .comment_date_label,
    .comments_list_wrap .comment_info .comment_time {
        display: none;
    }

    .comments_list_wrap .comment_info > .comment_date > .comment_date_value {
        font-size: 1em;
        color: #aeb1b3;
        margin-left: 1em;
    }

.comments_wrap .comments_notes {
    display: none;
}

.comments_wrap .comments_field.comments_site {
    display: none;
}

.comments_wrap .comments_field.comments_email {
    padding: 0;
    float: right;
    width: 48%;
}

.comments_wrap .comments_field.comments_author {
    padding: 0;
    float: left;
    width: 48%;
}

.comments_wrap .comments_field input, .comments_wrap .comments_field textarea {
    background-color: #f4f7fa;
    padding: 1.1em;
    color: #aeb1b3;
}

form.comment-form .submit {
    background: #191e23;
}

    form.comment-form .submit:hover {
        background: #da0014;
    }

.reviews_block .reviews_stars_wrap {
    margin-right: 0;
    width: auto;
}

.widget_area .reviews_block .reviews_summary .reviews_criteria {
    font-size: 0.9em;
    width: 50%;
}

.comments_form_wrap {
    /*margin-top: 4em;*/
    border-top: 2px solid #e8e9e9;
    padding-top: 2em;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

/* post */
.post_descr .sc_button.sc_button_style_filled, .sc_button.sc_button_style_clear {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: transparent;
    color: #ce0315;
    height: 2em !important;
    line-height: 2em !important;
    padding: 0 !important;
    position: relative !important;
}

    .sc_button.sc_button_style_clear:hover {
        background-color: transparent !important;
        line-height: 2em !important;
    }

.post_descr .sc_button:hover {
}

.sc_button.sc_button_style_clear:before {
    color: #ce0315 !important;
    content: '' !important;
    /*position: relative !important;*/
    top: 0 !important;
    margin-right: 0;
}

.post_descr .sc_button:after, .sc_button.sc_button_style_clear:after {
    content: '\e86f';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-left: 1em;
    right: 0%;
    position: relative;
}

/* button */

.sc_button.sc_button_style_clear:hover:after, .post_descr .sc_button.sc_button_style_filled:hover:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 2 !important;
    top: 0;
    right: 1.7em;
    opacity: 1;
}


.sc_button.sc_button_style_clear, .post_descr .sc_button.sc_button_style_filled {
    padding-right: 4em !important;
}

    .sc_button.sc_button_style_clear:hover:before, .post_descr .sc_button.sc_button_style_filled:hover:before {
        font-family: "fontello";
        right: -10px !important;
        opacity: 0 !important;
    }

    .sc_button.sc_button_style_clear:before, .post_descr .sc_button.sc_button_style_filled:before {
        content: '\e86f' !important;
        right: 1.7em;
        line-height: 2em !important;
        top: 0 !important;
        color: inherit !important;
        content: '\e86d';
        font-family: "fontello";
        line-height: inherit;
        -webkit-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
        -moz-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
        -o-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
        transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
    }

    .sc_button.sc_button_style_clear:after, .post_descr .sc_button.sc_button_style_filled:after {
        font-family: "fontello";
        position: absolute;
        right: 4em;
        -webkit-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
        -moz-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
        -o-transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
        transition: right 0.3s linear,opacity 0.3s linear,color 0.3s ease-out;
        opacity: 0;
    }

.sc_button {
    height: 1em !important;
    line-height: 1em !important;
    padding: 0 !important;
    position: relative !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .sc_button:hover {
        line-height: 1em !important;
    }

    .sc_button:before {
        content: '' !important;
        position: relative !important;
        top: 0 !important;
        margin-right: 0;
    }

    .sc_button:after {
        content: '\e86f';
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        margin-left: 1em;
        right: 0%;
        position: relative;
        font-size: 1em;
    }

    .sc_button:hover:after {
        /*right: -50%;*/
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        top: -2.7em;
        line-height: 3.5em !important;
    }

    .sc_button, .sc_button:hover, .sc_button:before, .sc_button:hover:before {
        font-family: "Varela",sans-serif;
    }

.button-hover:before:after {
    content: '\e86f' !important;
    font-family: "fontello";
}

.sc_button.sc_button_style_light:hover:after {
    color: #aeb1b3;
}

.sc_button.sc_button_style_global:hover {
    background-color: #209de2;
    color: #ffffff;
}

.sc_button.sc_button_style_light:hover:after {
    color: #aeb1b3;
    color: #ffffff;
}

.sc_button.sc_button_style_red:hover:after {
    color: #ffffff;
}


/* post */
.post_thumb a .img-hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
}

.post_thumb a:hover .img-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 0;
}

.post_thumb .hover_icon {
    display: none;
    width: 74px;
    height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("../images/blue-hover.png") center;
}

.post_thumb a:hover .img-hover .hover_icon {
    display: block;
}

.post_item.has-post-thumbnail section.post_featured .hover_icon {
    display: block;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    background: none;
}

.post_item.has-post-thumbnail .hover_icon:before {
    content: '';
    background: none;
}

/* Calculated Fields Form */
#fbuilder .fields.column2 {
    width: 47% !important;
}

    #fbuilder .fields.column2:first-child {
        margin-right: 4%;
    }

#fieldlist_1 {
    margin-top: 0.3em;
}

#fbuilder .fields .fields .fields {
    margin-top: 1em;
}

#fbuilder .fields.column2 {
    border: 0;
}

#fbuilder .fields h5 {
    margin-bottom: 0em;
    margin-top: 0;
    font-family: Varela, sans-serif;
    font-size: 1em;
    font-style: normal;
    color: #5b5f62;
}

#fbuilder .fields fieldset {
    border: none;
    padding: 0px;
}

#fbuilder .top_aligned .fields label {
    color: #aeb1b3;
    font-size: 12px;
}

#fbuilder .fields,
#fbuilder span.uh {
}

    #fbuilder .fields.testik,
    #fbuilder .fields.testik .fields + .fields {
        border: 0;
    }

        #fbuilder .fields.testik .fields {
        }

#fbuilder .dfield {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-style: normal;
}

    #fbuilder .dfield .two_column {
        width: auto;
    }

    #fbuilder .dfield .one_column {
        margin-top: 0.3em;
    }

    #fbuilder .dfield .two_column + .two_column {
        margin-left: 1em;
    }

#fbuilder .cff-summary-title:after {
    content: ': $' !important;
}

#fbuilder input[type="checkbox"],
#fbuilder input[type="radio"] {
    width: 1.1em !important;
    vertical-align: -2px;
}

/*--*/
#fbuilder .fields .dfield textarea, #fbuilder .fields .dfield input {
    width: 100% !important;
    vertical-align: middle;
    height: 3.6em;
    min-height: 2em;
    line-height: 3.6em;
    padding: 0 1.429em;
    color: #aeb1b3;
    border-radius: 0 !important;
}

    #fbuilder .fields .dfield input#fieldname21_1 {
        color: #ce0315;
        border-bottom: 2px solid #ce0315;
    }

        #fbuilder .fields .dfield input#fieldname21_1::-webkit-input-placeholder {
            color: #ce0315;
        }

/* quote */

blockquote > p > a {
    font-size: 1em;
}

blockquote.sc_quote_style_1 > p > a {
    color: #ffffff;
}

.post_item_excerpt + .post_item_excerpt {
    border-top: 2px solid #e2e1df;
    margin-top: 3.5em;
    padding-top: 4em;
}

.blog blockquote {
    margin: 0;
    margin-bottom: 1em;
}

.sc_chat_inner {
    background: transparent;
    border: 0;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.sc_chat .sc_chat_title {
    font-size: 1em;
    color: #493834;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
}

.sc_chat .sc_chat_content {
    line-height: 1.8em;
}

.post_descr {
    overflow: hidden;
}

.content .post_item_404 .page_search .search_wrap .search_form_wrap .search_submit,
.obituaries .search_wrap.search_style_regular .search_form_wrap .search_submit,
[class*="button-"] {
    position: relative !important;
    display: inline-block !important;
    overflow: hidden !important;
    padding: 0 2em !important;
    height: 3.5em !important;
    text-decoration: none !important;
    line-height: 3.5em !important;
    -moz-transition: ease 0.35s all !important;
    -o-transition: ease 0.35s all !important;
    -webkit-transition: ease 0.35s all !important;
    transition: ease 0.35s all !important;
}

    .content .post_item_404 .page_search .search_wrap .search_form_wrap .search_submit:hover,
    .obituaries .search_wrap.search_style_regular .search_form_wrap .search_submit:hover,
    .button-hover:hover {
        line-height: 9em !important;
    }

.content .post_item_404 .page_search .search_wrap .search_form_wrap .search_submit,
.obituaries .search_wrap.search_style_regular .search_form_wrap .search_submit {
    padding: 0 1.5em !important;
}

    .content .post_item_404 .page_search .search_wrap .search_form_wrap .search_submit:before,
    .obituaries .search_wrap.search_style_regular .search_form_wrap .search_submit:before,
    .button-hover:before {
        content: attr(data-text) !important;
        color: #ffffff !important;
        position: absolute !important;
        top: -2.75em !important;
    }

.sc_contact_form .sc_contact_form_button {
    height: 5em;
}

    .sc_contact_form .sc_contact_form_button button {
        font-size: 1em;
    }

.axiomthemes_button {
    height: 3.5em;
}

/* instagram */

ul.instagram-pics li a,
.flickr_badge_image a {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

    ul.instagram-pics li a img,
    .flickr_badge_image a img {
        z-index: 1;
        -webkit-transition: all ease .6s;
        -moz-transition: all ease .6s;
        -ms-transition: all ease .6s;
        -o-transition: all ease .6s;
        transition: all ease .6s;
    }

    ul.instagram-pics li a:before,
    .flickr_badge_image a:before {
        z-index: 2;
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: 0;
        filter: alpha(opacity=0);
        margin-top: 100px;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        -ms-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        font-weight: 400;
        font-family: Fontello;
        text-shadow: none;
        padding: 0.05em 0.4em;
        content: '\e8a9';
        font-size: 2em;
        background-color: #209de2;
        height: 1.5em;
        line-height: 1.5em;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    ul.instagram-pics li a:hover:before,
    .flickr_badge_image a:hover:before {
        opacity: 1;
        filter: alpha(opacity=1);
        margin-top: 0;
    }

    ul.instagram-pics li a:hover,
    .flickr_badge_image a:hover {
        background-color: rgba(0,0,0,0.5);
    }

        ul.instagram-pics li a:hover > img,
        .flickr_badge_image a:hover > img {
            opacity: 0.41;
        }

/* list */

ul.sc_list_style_arrows {
    padding-left: 0;
}

/* menu */
.menu_main_wrap .menu_main_nav_area .menu_main_responsive li.menu-item-has-children:after {
    content: '\e82d ';
    margin-right: 1em;
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive li.menu-item-has-children.opened:after {
    content: '\e82c ';
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive li.menu-item-has-children li.menu-item-has-children:after {
    content: '\e82d ';
}

select {
    border: 2px;
}

.isotope_wrap .isotope_item {
    padding-bottom: 3em;
}

.logo .logo_text {
    color: #191e23;
}

.testim {
    position: relative;
}

    .testim:before {
        font-family: 'fontello';
        content: '\e94b';
        color: rgba(0,0,0,0.1);
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        top: -10px;
        font-size: 1.7em;
        line-height: 1em;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.post_item_excerpt .post_title {
    margin-bottom: 0.2em;
}

.post_item_excerpt .post_descr .sc_button.sc_button_style_filled {
    margin-top: 2em;
}

/* search */

.bg_tint_dark .search_wrap.search_style_regular {
    margin-right: 3em;
}

.bg_tint_dark .search_wrap.search_opened {
    margin-right: 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bg_tint_dark .search_wrap.search_style_regular .search_icon:after {
    content: 'Search';
    position: absolute;
    left: 1.7em;
    margin-right: 2em;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.search_wrap.search_opened .search_icon:after {
    display: none;
}

/* tabs widget*/

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
    padding: 6px 12px;
}

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
    border: 2px solid #d8dadc;
    text-transform: uppercase;
    color: #5b5f62;
}

    .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,
    .widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:active {
        color: #ce0315;
    }

.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a:hover {
    color: #fff;
}

/* Popups with messages */
#axiomthemes_modal_bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    display: none;
    z-index: 100000;
}

.axiomthemes_message {
    display: block;
    position: absolute;
    max-width: 800px;
    min-width: 280px;
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    background-color: #ffffff;
    color: #4c4c4c;
    opacity: 0;
    top: 0;
    left: 40%;
    margin-left: -200px;
    padding: 12px;
    line-height: 140%;
    z-index: 100001;
}

    .axiomthemes_message .axiomthemes_message_close {
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        right: 6px;
        top: 4px;
        cursor: pointer;
        color: #4c4c4c;
    }

    .axiomthemes_message .axiomthemes_message_icon {
        float: left;
        display: block;
        width: 35px;
        height: 35px;
        line-height: 28px;
        text-align: center;
        border: 4px solid #c9c9c9;
        border-radius: 50%;
        margin: 0 20px 6px 0;
        font-size: 24px;
        font-weight: bold;
        color: #c9c9c9;
    }

        .axiomthemes_message .axiomthemes_message_icon:before {
            padding: 0;
            margin: 0;
        }

    .axiomthemes_message .axiomthemes_message_header {
        color: #4c4c4c;
        padding: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .axiomthemes_message:not(.axiomthemes_message_dialog) .axiomthemes_message_body {
        padding: 12px 0 0 63px;
    }

/* Warning popup */
.axiomthemes_message_warning {
    border-color: #d7a9b1;
    background-color: #ffcdde;
    color: #a63a4b;
}

    .axiomthemes_message_warning .axiomthemes_message_close {
        color: #a63a4b;
    }

    .axiomthemes_message_warning .axiomthemes_message_icon {
        border-color: #a63a4b;
        color: #a63a4b;
    }

    .axiomthemes_message_warning .axiomthemes_message_icon {
        line-height: 34px;
    }

    .axiomthemes_message_warning .axiomthemes_message_header {
        color: #a63a4b;
    }
/* Success popup */
.axiomthemes_message_success {
    border-color: #b3e7a8;
    background-color: #d8ffd0;
    color: #517d48;
}

    .axiomthemes_message_success .axiomthemes_message_close {
        color: #517d48;
    }

    .axiomthemes_message_success .axiomthemes_message_icon {
        border-color: #517d48;
        color: #517d48;
    }

    .axiomthemes_message_success .axiomthemes_message_icon {
        line-height: 34px;
    }

    .axiomthemes_message_success .axiomthemes_message_header {
        color: #517d48;
    }
/* Info popup */
.axiomthemes_message_info {
    border-color: #9ecade;
    background-color: #ebf7fe;
    color: #4cb2e1;
}

    .axiomthemes_message_info .axiomthemes_message_close {
        color: #4cb2e1;
    }

    .axiomthemes_message_info .axiomthemes_message_icon {
        border-color: #4cb2e1;
        color: #4cb2e1;
    }

    .axiomthemes_message_info .axiomthemes_message_icon {
        line-height: 34px;
    }

    .axiomthemes_message_info .axiomthemes_message_header {
        color: #4cb2e1;
    }
/* Dialog popup */
.axiomthemes_message_dialog .axiomthemes_message_icon {
    line-height: 36px;
}

.axiomthemes_message_dialog .axiomthemes_message_buttons {
    margin-top: 20px;
}

.axiomthemes_message_dialog .axiomthemes_message_button {
    display: inline-block;
    padding: 0 12px;
    margin-right: 6px;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: #4b4b4b;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

    .axiomthemes_message_dialog .axiomthemes_message_button:hover {
        background-color: #4cb2e1;
    }
