/*
----------------------------------------------------------------

ZEPHYR basic styles

Copyright 2016 UpSolution
http://us-themes.com/

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/



/* Ripple effect
   ========================================================================== */
.ripple-container {
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    z-index: 0 !important;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}
.ripple {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 100%;
    transform: scale(1);
    transform-origin: 50%;
    opacity: 0;
    background-color: #fff;
    pointer-events: none;
}
.ripple.ripple-on {
    transition: opacity 0.15s ease-in, transform 0.45s cubic-bezier(.4,0,.2,1) 0.1s;
    opacity: 0.13;
}
.ripple.ripple-out {
    transition: opacity 0.2s linear !important;
    opacity: 0 !important;
}

/* Custom colors & opacity */
.w-btn.color_light.style_raised .ripple.ripple-on {
    opacity: 0.1;
}
.w-nav-anchor.level_1 .ripple.ripple-on {
    opacity: 0.06;
}
.w-btn.style_flat .ripple.ripple-on,
.l-header .w-nav-anchor.level_2 .ripple.ripple-on,
.l-header .w-nav-anchor.level_3 .ripple.ripple-on,
.l-header .w-nav-anchor.level_4 .ripple.ripple-on {
    opacity: 0.08;
}
.g-filters-item .ripple.ripple-on,
.w-tabs.layout_ver .w-tabs-item .ripple.ripple-on,
.w-tabs.layout_default .w-tabs-item .ripple.ripple-on {
    opacity: 0.5;
}
button.w-btn.color_white.style_raised .ripple,
a.w-btn.color_white.style_raised .ripple,
.w-blog-post a.w-btn.w-blog-post-more .ripple {
    background-color: #bbb;
}
.l-section.color_primary .g-filters-item .ripple,
.l-section.color_primary .w-tabs-item .ripple,
.l-section.color_secondary .g-filters-item .ripple,
.l-section.color_secondary .w-tabs-item .ripple,
.l-section.color_custom .g-filters-items .ripple,
.l-section.color_custom .w-tabs-items .ripple {
    background-color: rgba(255,255,255,0.15);
}
.l-header.transparent .w-nav-anchor.level_1 .ripple,
.w-tabs.layout_timeline .w-tabs-item .ripple,
.w-btn.color_white.style_flat .ripple {
    background-color: #fff !important;
}



/* Input Elements
   ========================================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
textarea,
select {
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,0) inset;
    background-color: transparent !important;
    color: inherit !important;
    transition: all 0.3s;
}
textarea {
    padding: 8px 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select {
    line-height: 46px;
    height: 46px;
}
select > option {
    padding: 4px 8px;
}
select {
    -webkit-appearance: menulist;
}
input[type="checkbox"],
input[type="radio"] {
    margin-right: 3px;
    border: none !important;
    box-shadow: none !important;
}
input[type=file],
input[type=range] {
    padding: 10px 0;
    border: none !important;
    box-shadow: none !important;
}

/* Improvements for color sections */
.l-section.color_primary input,
.l-section.color_primary textarea,
.l-section.color_primary select,
.l-section.color_secondary input,
.l-section.color_secondary textarea,
.l-section.color_secondary select {
    border-color: rgba(255,255,255,0.5);
}
.l-section.color_primary .w-form-row-field-bar:after,
.l-section.color_primary .w-form-row-field-bar:before,
.l-section.color_secondary .w-form-row-field-bar:after,
.l-section.color_secondary .w-form-row-field-bar:before {
    background-color: #fff;
}



/* Preloader Screen
   ========================================================================== */

.l-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 11111;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.45s;
}
.l-preloader.done {
    opacity: 0;
}
.l-preloader-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background-color: inherit;
    color: inherit;
    opacity: 1;
    transition: opacity 0.3s;
    transform: translate3d(-50%,-50%,0);
}
.l-preloader.done .l-preloader-spinner {
    opacity: 0;
}
.l-preloader .g-preloader {
    width: 60px;
    height: 60px;
}
.l-preloader .g-preloader.type_custom {
    max-width: 300px;
    width: auto;
    height: auto;
}

/* Canvas
   ========================================================================== */

.l-canvas {
    box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 2px 5px rgba(0,0,0,0.15);
}



/* Header Customs
   ========================================================================== */

.header_hor .l-subheader.at_middle,
.header_hor .l-subheader.at_bottom {
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05);
}
.header_hor .l-header.pos_fixed:not(.notransition) .l-subheader {
    transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}

/* Transparent header */
.l-header.bg_transparent:not(.sticky) {
    background: linear-gradient(rgba(0,0,0,0.5), transparent) repeat-x;
}
.l-header.bg_transparent:not(.sticky) .l-subheader.at_top {
    background-color: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.66);
}
.l-header.bg_transparent:not(.sticky) .l-subheader.at_bottom .l-subheader-h {
    box-shadow: 0 -1px 0 rgba(255,255,255,0.22);
}

/* Vertical header */
.header_ver .l-header {
    box-shadow: 4px 0 5px -2px rgba(0,0,0,0.22), 2px 0 1px -1px rgba(0,0,0,0.05);
}
.w-header-show {
    display: none;
    position: fixed;
    z-index: 101;
    top: 15px;
    right: 15px;
    text-align: center;
    font-size: 21px;
    line-height: 54px;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.3);
    color: #fff !important;
    opacity: 1;
}
.header_ver.header-show .w-header-show {
    opacity: 0;
}
.w-header-show:before {
    content: '\f0c9';
    font-family: fontawesome;
    vertical-align: top;
}



/* Header Elements Customs
   ========================================================================== */

/* Social Links */
.l-header .w-socials-item-link {
    box-shadow: none;
}

/* Button */
.l-header .w-btn {
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
}
.no-touch .l-header .w-btn.style_solid:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
.l-header .w-btn.icon_atleft i {
    left: 1.25em;
}
.l-header .w-btn.icon_atleft i + .w-btn-label {
    padding-left: 1.5em;
}
.l-header .w-btn.icon_atright i {
    right: 1.25em;
}
.l-header .w-btn.icon_atright i + .w-btn-label {
    padding-right: 1.5em;
}

/* Cart */
.w-cart-dropdown {
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.25);
}

/* Additional Menu */
.btn.w-menu-item {
    display: inline-block !important;
    padding: 0 16px !important;
    line-height: 34px !important;
    border-radius: 3px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
}
.no-touch .btn.w-menu-item:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}

/* Main Menu */
.w-nav.type_desktop:not(.height_full),
.w-hwrapper .w-nav.type_desktop,
.w-vwrapper .w-nav.type_desktop {
    line-height: 50px;
}
.w-nav-arrow {
    font-family: mdfonticon;
    font-size: 22px;
}
.w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-arrow:before {
    content: '\e720';
}
/* menu underline hover effect */
.w-nav.type_desktop .hover_underline .w-nav-title {
    position: relative;
}
.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after  {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    margin: 0 auto -2px;
    height: 2px;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.no-touch .w-nav.type_desktop .hover_underline .w-nav-item.level_1:hover .w-nav-title:after {
    bottom: -2px;
    opacity: 1;
}
/* menu dropdown lists */
.w-nav.type_desktop .w-nav-list.level_2 {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.25);
    padding: 6px 0;
    border-radius: 2px;
}
.w-nav.type_desktop .w-nav-list.level_3,
.w-nav.type_desktop .w-nav-list.level_4 {
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05), 0 3px 7px 0 rgba(0,0,0,0.25);
    padding: 6px 0;
    border-radius: 2px;
    top: -6px;
}
/* menu button */
.btn.w-nav-item.level_1 > .w-nav-anchor {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
}
.header_hor .type_desktop .btn.w-nav-item.level_1 > .w-nav-anchor {
    vertical-align: middle;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.no-touch .btn.w-nav-item.level_1 > .w-nav-anchor:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
.btn.w-nav-item.level_1 > .w-nav-anchor:focus,
.btn.w-nav-item.level_1 > .w-nav-anchor:active {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 5px 8px rgba(0,0,0,0.16), 0 9px 20px rgba(0,0,0,0.16) !important;
}
.btn.w-nav-item.level_1 > .w-nav-anchor .w-nav-title:after {
    display: none !important;
}

/* Mobile Main Menu */
.header_ver .w-nav.type_mobile {
    padding: 0 10px;
}
.header_hor .w-nav.type_mobile .w-nav-control {
    display: block;
    font-size: 21px;
    line-height: 50px;
    padding: 0 12px;
}
.header_hor .l-subheader-cell.at_left .w-nav:first-child .w-nav-control {
    margin-left: -12px;
}
.header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control {
    margin-right: -12px;
}
.w-nav-control:before {
    content: '\f0c9';
    font-family: fontawesome;
    vertical-align: top;
    line-height: inherit;
}
.header_hor .w-nav.type_mobile .w-nav-list.level_1 {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -40px;
    right: -40px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.w-nav.type_mobile .w-nav-item {
    line-height: 26px;
}
.w-nav.type_mobile .w-nav-item:not(.btn) {
    text-align: left;
}
.w-nav.type_mobile .w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-title {
    padding-right: 50px;
}
.w-nav.type_mobile .w-nav-item.btn.menu-item-has-children > .w-nav-anchor .w-nav-title {
    padding-right: 20px;
}
.w-nav.type_mobile .w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-arrow {
    display: block;
    font-size: 23px;
    line-height: 46px;
    width: 40px;
}
.w-nav.type_mobile .w-nav-item.btn.menu-item-has-children > .w-nav-anchor .w-nav-arrow {
    line-height: 40px;
}
.w-nav.type_mobile .w-nav-item.menu-item-has-children > .w-nav-anchor .w-nav-arrow:before {
    content: '\e71e';
}
.w-nav.type_mobile .w-nav-item.opened > .w-nav-anchor .w-nav-arrow {
    transform: rotate(180deg);
}
.w-nav.type_mobile .w-nav-item:not(.btn) .w-nav-anchor.level_1 {
    padding: 10px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
}
.w-nav.type_mobile .w-nav-item.btn .w-nav-anchor.level_1 {
    margin: 10px;
}
.w-nav.type_mobile .w-nav-anchor:not(.level_1) {
    line-height: 26px;
    padding: 10px 0 10px 20px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
}
.w-nav.type_mobile .w-nav-anchor.level_3 {
    padding-left: 30px;
}
.w-nav.type_mobile .w-nav-anchor.level_4 {
    padding-left: 40px;
}

/* Search */
.w-search-open:before {
    content: '\e8b0';
    font-family: mdfonticon;
    vertical-align: top;
    font-size: 23px;
}
.w-search button:after {
    content: '\e8b0';
    font-family: mdfonticon;
    font-size: 23px;
}
.w-search.layout_simple .w-search-form,
.w-search.layout_modern .w-search-form {
    border-radius: 3px;
}
.w-search.layout_simple input,
.w-search.layout_modern input {
    padding-left: 15px;
    line-height: 40px;
    height: 40px;
}
.w-search-background {
    display: none;
    position: fixed;
    z-index: 99;
    border-radius: 100%;
    transform: scale(1);
    transform-origin: 50%;
    opacity: 0;
    pointer-events: none;
}
.w-search-background.overlay-on {
    transition: opacity 0.2s, transform 0.6s cubic-bezier(.4,0,.2,1);
    opacity: 0.96;
}
.w-search-background.overlay-out {
    transition: opacity 0.6s, transform 0.6s cubic-bezier(.4,0,.2,1);
}
.w-search-background.mobilefocus {
    display: none !important;
}
.w-search.layout_fullscreen .w-search-form {
    display: none;
}
.w-search.layout_fullscreen .w-search-form-field {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    line-height: 80px;
    margin-top: -40px;
}
.w-search.layout_fullscreen input {
    font-size: 44px;
    line-height: inherit;
    text-align: center;
    height: auto;
}
.w-search.layout_fullscreen input:focus + .w-form-row-field-bar:before,
.w-search.layout_fullscreen input:focus + .w-form-row-field-bar:after {
    width: 50%;
}



/* Title Bar
   ========================================================================== */

.l-titlebar {
    padding-left: 40px;
    padding-right: 40px;
    transition: padding 0.3s cubic-bezier(.78,.13,.15,.86);
}
.l-titlebar.color_alternate,
.l-titlebar.color_primary,
.l-titlebar.color_secondary,
.l-titlebar.color_custom {
    box-shadow: 0 -2px 1px -1px rgba(0,0,0,0.04) inset;
}
.l-titlebar h1 {
    margin: 0;
}
.l-titlebar p {
    margin: 8px 0 0;
    opacity: 0.7;
}
.l-titlebar .g-breadcrumbs {
    font-size: 13px;
    line-height: 22px;
    margin: 12px 0 4px;
}
.g-breadcrumbs-separator {
    margin: 0 8px;
}
.g-breadcrumbs-separator:before {
    content: '\e647';
    font-family: mdfonticon;
    font-size: 16px;
    vertical-align: top;
}
.l-titlebar .g-nav-item {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    text-align: center;
    font-size: 34px;
    font-family: mdfonticon;
    line-height: 56px;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    color: inherit;
}
.l-titlebar .g-nav-item.to_next {
    left: 0;
    padding-right: 1px;
}
.l-titlebar .g-nav-item.to_next:before {
    content: '\e646';
    vertical-align: top;
}
.l-titlebar .g-nav-item.to_prev {
    right: 0;
    padding-left: 1px;
}
.l-titlebar .g-nav-item.to_prev:before {
    content: '\e647';
    vertical-align: top;
}
.no-touch .l-titlebar .g-nav-item:hover {
    color: inherit;
}
.no-touch .l-titlebar.color_primary .g-nav-item:hover,
.no-touch .l-titlebar.color_secondary .g-nav-item:hover,
.no-touch .l-titlebar.color_custom .g-nav-item:hover {
    background-color: rgba(255,255,255,0.12);
}

/* SIZE small & medium */
.l-titlebar.size_small .l-titlebar-h,
.l-titlebar.size_medium .l-titlebar-h {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.l-titlebar.size_medium .l-titlebar-h {
    padding: 35px 0;
}
.l-titlebar.size_small h1,
.l-titlebar.size_medium h1 {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    margin: 5px 20px 5px 0;
}
.l-titlebar.size_small p,
.l-titlebar.size_medium p {
    display: inline-block;
    margin: 5px 20px 5px 0;
}
.l-titlebar.size_small .g-breadcrumbs,
.l-titlebar.size_medium .g-breadcrumbs {
    margin: 5px 0;
}
.l-titlebar.size_small .g-nav,
.l-titlebar.size_medium .g-nav {
    font-size: 0;
    margin: -5px 0;
}
.l-titlebar.size_small .g-nav-item,
.l-titlebar.size_medium .g-nav-item {
    display: inline-block;
    vertical-align: top;
    position: static;
    margin: 0;
}

/* SIZE large & huge */
.l-titlebar.size_large,
.l-titlebar.size_huge {
    text-align: center;
}
.l-header.bg_transparent ~ .l-titlebar.size_large,
.l-header.bg_transparent ~ .l-titlebar.size_huge {
    padding-bottom: 30px;
}
.l-header.bg_transparent.layout_sided ~ .l-titlebar.size_large,
.l-header.bg_transparent.layout_sided ~ .l-titlebar.size_huge {
    padding-bottom: 0;
}
.single-us_portfolio .l-titlebar.size_large .l-titlebar-h,
.single-us_portfolio .l-titlebar.size_huge .l-titlebar-h {
    padding-left: 80px;
    padding-right: 80px;
}
.l-titlebar.size_large .l-titlebar-h {
    padding-top: 70px;
    padding-bottom: 70px;
}
.l-titlebar.size_huge .l-titlebar-h {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (min-width: 768px) {
    .l-titlebar.size_huge h1 {
        font-size: 44px;
        line-height: 54px;
        letter-spacing: 2px;
        font-weight: 300;
    }
}
.l-titlebar.size_huge h1,
.l-titlebar.size_huge p {
    text-transform: uppercase;
}

/* COLOR primary & secondary */
.l-titlebar.color_primary,
.l-titlebar.color_secondary {
    color: #fff;
}
.l-titlebar.color_primary h1,
.l-titlebar.color_primary a,
.l-titlebar.color_secondary h1,
.l-titlebar.color_secondary a,
.no-touch .l-titlebar.color_secondary a:hover {
    color: inherit;
}



/* Main, Content, Sidebar
   ========================================================================== */
.l-canvas.sidebar_left .l-main,
.l-canvas.sidebar_right .l-main {
    padding-left: 40px;
    padding-right: 40px;
}
.l-sidebar {
    padding: 80px 0;
}



/* Section
   ========================================================================== */

.l-canvas.sidebar_none .l-section {
    padding: 0 40px;
}
.l-section-h {
    padding: 80px 0;
}

/* HEIGHT small */
.l-section.height_small .l-section-h {
    padding: 40px 0;
}

/* HEIGHT large */
.l-section.height_large .l-section-h {
    padding: 120px 0;
}

/* HEIGHT huge */
.l-section.height_huge .l-section-h {
    padding: 150px 0;
}

/* COLOR primary & secondary */
.l-section.color_primary,
.l-section.color_secondary {
    color: #fff;
}
.l-section.color_primary a,
.l-section.color_secondary a {
    color: inherit;
}

/* FOR blogpost */
.l-section.for_blogpost ~ .l-section:last-child {
    margin-bottom: 80px;
}
.l-section.for_blogpost + .l-section .l-section-h {
    padding-bottom: 40px;
}

/* PREVIEW basic */
.l-section.preview_basic .l-section-h {
    padding-bottom: 0;
}
.l-section.preview_basic + .l-section .l-section-h {
    padding-top: 0;
}
.l-section.preview_basic .w-blog-post-preview,
.l-section.preview_basic .w-blog-post-meta {
    margin-bottom: 30px;
}

/* PREVIEW none */
.l-section.preview_none .l-section-h {
    padding-bottom: 0;
}
.l-section.preview_none + .l-section .l-section-h {
    padding-top: 0;
}
.l-section.preview_none .w-blog-post-preview {
    display: none;
}
.l-section.preview_none .w-blog-post-meta {
    margin-bottom: 30px;
}

/* PREVIEW modern */
.l-section.preview_modern .l-section-h {
    padding-bottom: 0;
}
.l-section.preview_modern .w-blog {
    position: relative;
    padding: 40% 40px 35px;
}
.l-section.preview_modern .w-blog:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(0,0,0,0.7)) repeat-x;
}
.l-section.preview_modern .w-blog-post-preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.l-section.preview_modern .w-blog-post-body {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.l-section.preview_modern .w-blog-post-title {
    color: #fff;
}
.l-section.preview_modern .w-blog-post-meta > * {
    color: rgba(255,255,255,0.5);
}
.sidebar_left .l-section.preview_modern + .l-section .l-section-h,
.sidebar_right .l-section.preview_modern + .l-section .l-section-h {
    padding-top: 40px;
}
.sidebar_none .l-section.preview_modern .l-section-h,
.sidebar_none .l-section.preview_modern .w-blog {
    position: static;
}
.sidebar_none .l-section.preview_modern .w-blog {
    padding-top: 20%;
    padding-left: 0;
    padding-right: 0;
}

/* PREVIEW trendy */
.l-section.preview_trendy {
    overflow: hidden;
}
.l-section.preview_trendy .w-blog {
    position: relative;
    text-align: center;
    padding: 24% 40px;
}
.l-section.preview_trendy .w-blog:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.l-section.preview_trendy .w-blog-post-preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.l-section.preview_trendy .w-blog-post-body {
    position: relative;
    padding-top: 40px;
    z-index: 1;
}
.l-section.preview_trendy .w-blog-post-title {
    font-weight: bold;
    color: #fff;
}
.l-section.preview_trendy .w-blog-post-meta > * {
    color: rgba(255,255,255,0.5);
}
.l-section.preview_trendy .w-blog-post-meta-category {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0;
    margin: 0;
}
.l-section.preview_trendy .w-blog-post-meta-category:before {
    display: none;
}
.l-section.preview_trendy .w-blog-post-meta-category a {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2px;
    padding: 4px 12px;
    border-radius: 50px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}
.sidebar_left .l-section.preview_trendy .l-section-h,
.sidebar_right .l-section.preview_trendy .l-section-h {
    padding-bottom: 0;
}
.sidebar_left .l-section.preview_trendy + .l-section .l-section-h,
.sidebar_right .l-section.preview_trendy + .l-section .l-section-h {
    padding-top: 40px;
}
.sidebar_none .l-section.preview_trendy .l-section-h,
.sidebar_none .l-section.preview_trendy .w-blog {
    position: static;
}
.sidebar_none .l-section.preview_trendy .w-blog {
    padding: 8% 0;
}
.sidebar_none .l-header.bg_transparent + .l-main .l-section.preview_trendy .w-blog {
    padding-top: 5%;
}

/* FOR pagination */
.l-section.for_pagination .l-section-h {
    padding: 0 0 24px;
}

/* FOR tags */
.l-section.for_tags .l-section-h {
    padding: 40px 0;
}
.l-section.for_blogpost + .l-section + .l-section.for_tags .l-section-h {
    padding-top: 0;
}

/* FOR sharing */
.l-section.for_sharing .l-section-h {
    padding: 0 0 35px;
}

/* FOR author */
.l-section.for_author .l-section-h {
    padding: 0;
}

/* FOR blognav */
.l-section.for_blognav {
    border-top-width: 1px;
    border-top-style: dashed;
}
.l-section.for_blognav .l-section-h {
    padding: 0;
}
.l-section.for_author + .l-section.for_blognav {
    border: none;
}
.w-author + .w-blognav {
    border-top: none;
}

/* FOR related */
.l-section.for_author + .l-section.for_related {
    margin-top: 40px;
}
.l-section.for_related .l-section-h {
    padding: 35px 40px;
}

/* FOR comments */
.l-section.for_comments {
    margin-bottom: 80px;
    border-top-width: 1px;
    border-top-style: dashed;
}
.l-section.for_author + .l-section.for_comments,
.l-section.for_related + .l-section.for_comments {
    border: none;
}
.l-canvas.sidebar_none .l-section.for_comments {
    margin-bottom: 0;
    border: none;
    box-shadow: 0 1px 1px -1px rgba(0,0,0,0.15) inset, 0 3px 4px -2px rgba(0,0,0,0.1) inset;
}
.single-post .l-canvas.sidebar_none .l-section.for_comments {
    margin-top: 50px;
}
.single-post .l-canvas.sidebar_none .l-section.for_blognav + .l-section.for_comments {
    margin-top: 0;
}
.l-section.for_comments .l-section-h {
    padding: 40px 0 0;
}
.single-us_portfolio .l-section.for_comments .l-section-h {
    padding-bottom: 60px;
}
.l-canvas.sidebar_none .l-section.for_comments .l-section-h {
    padding: 60px 0;
}



/* Navigation (for Portfolio Items)
   ========================================================================== */

.l-navigation-item {
    display: block;
    position: fixed;
    z-index: 99;
    top: 50%;
    width: 240px;
    margin-top: -60px;
    transition: right 0.3s cubic-bezier(.78,.13,.15,.86), left 0.3s cubic-bezier(.78,.13,.15,.86);
}
.l-navigation-item.to_prev {
    right: -200px;
    text-align: right;
}
.l-navigation-item.to_next {
    left: -200px;
    text-align: left;
}
.no-touch .l-navigation-item.to_prev:hover {
    right: 0;
}
.no-touch .l-navigation-item.to_next:hover {
    left: 0;
}
.l-navigation-item-arrow {
    float: right;
    text-align: center;
    padding: 40px 0;
    width: 120px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    transition: background-color 0.3s cubic-bezier(.78,.13,.15,.86);
}
.l-navigation-item.to_prev .l-navigation-item-arrow {
    float: left;
}
.l-navigation-item-arrow:before {
    display: inline-block;
    vertical-align: top;
    content: '\e646';
    font-family: mdfonticon;
    font-size: 34px;
    line-height: 40px;
    width: 40px;
    transform: translate(38px,0);
    transition: transform 0.3s cubic-bezier(.78,.13,.15,.86);
}
.l-navigation-item.to_prev .l-navigation-item-arrow:before {
    content: '\e647';
    transform: translate(-38px,0);
}
.no-touch .l-navigation-item:hover .l-navigation-item-arrow:before {
    transform: translateX(0);
}
.l-navigation-item-preview {
    float: left;
    width: 120px;
}
.l-navigation-item-preview img {
    display: block;
    width: 100%;
}
.l-navigation-item-title {
    clear: both;
    overflow: hidden;
}
.l-navigation-item-title span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 12px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(30,30,30,0.9);
    color: #fff;
    opacity: 0;
    transform: translate(0,-44px);
    transition: transform 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s cubic-bezier(.78,.13,.15,.86);
}
.no-touch .l-navigation-item:hover .l-navigation-item-title span {
    opacity: 1;
    transform: translate(0,0);
    transition-delay: 0.2s;
}



/* Footer
   ========================================================================== */

.l-subfooter {
    padding-left: 40px;
    padding-right: 40px;
}
.l-subfooter.at_top {
    padding-top: 70px;
    padding-bottom: 40px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 2px 5px rgba(0,0,0,0.15);
}
.l-subfooter.at_top p {
    margin: 0 0 20px;
}
.l-subfooter.at_top p:last-child {
    margin: 0;
}
.l-subfooter.at_bottom {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 2px 5px rgba(0,0,0,0.15);
}
.l-subfooter.at_bottom .w-menu {
    float: right;
}
.l-subfooter.at_bottom .w-menu-list {
    margin: 0 -10px;
}
.l-subfooter.at_bottom .w-menu-item {
    margin-left: 10px;
    margin-right: 10px;
}
.l-subfooter.at_bottom .btn.w-menu-item {
    margin-top: -7px;
    margin-bottom: -7px;
}
.w-menu + .w-copyright {
    float: left;
}



/* ActionBox
   ========================================================================== */

.w-actionbox {
    padding: 42px 46px;
}
.w-actionbox-text > *:first-child {
    margin: 0 !important;
}
.w-actionbox-text p {
    margin: 12px 0 4px;
}
.w-actionbox.controls_bottom .w-actionbox-controls {
    margin-top: 20px;
}
.w-actionbox.controls_bottom .w-btn {
    margin-left: 5px;
    margin-right: 5px;
}
.w-actionbox.controls_right .w-actionbox-controls {
    padding-left: 40px;
}
.w-actionbox.controls_right .w-btn {
    margin-left: 10px;
}

/* COLORS */
.w-actionbox.color_primary,
.w-actionbox.color_secondary,
.no-touch .w-actionbox.color_primary .w-actionbox-text a:hover,
.no-touch .w-actionbox.color_secondary .w-actionbox-text a:hover,
.no-touch .w-actionbox.color_primary a.w-btn.color_transparent,
.no-touch .w-actionbox.color_secondary a.w-btn.color_transparent {
    color: #fff;
}
.w-actionbox.color_primary .w-actionbox-text > *,
.w-actionbox.color_secondary .w-actionbox-text > *,
.w-actionbox.color_custom .w-actionbox-text > * {
    color: inherit;
}
.w-actionbox.color_primary .w-actionbox-text a,
.w-actionbox.color_secondary .w-actionbox-text a {
    color: #111;
}
.l-section.color_custom .w-actionbox.color_custom,
.l-section.color_primary .w-actionbox.color_primary,
.l-section.color_alternate .w-actionbox.color_light,
.l-section.color_secondary .w-actionbox.color_secondary {
    padding: 0;
    background-color: transparent;
}



/* Author Box
   ========================================================================== */

.w-author {
    overflow: hidden;
    padding: 40px;
}
.w-author + .w-blog {
    margin-top: 60px;
}
.w-author-img {
    float: left;
}
.w-author-img img {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    border-radius: 50%;
}
.w-author-name {
    font-size: 1.3em;
    line-height: 1.5;
    margin: 0 0 8px 120px;
}
.w-author-url {
    font-size: 0.9em;
    line-height: 1.7;
    margin: 0 0 10px 120px;
}
.w-author-url a {
    color: inherit;
}
.w-author-desc {
    font-size: 0.9em;
    line-height: 1.7;
    margin-left: 120px;
    margin-bottom: 0 !important;
}
.w-author-meta {
    font-weight: bold;
    margin: 0 0 8px 120px;
}



/* Blog
   ========================================================================== */

.w-blog-post-preview-icon:before {
    content: '\e7de';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: mdfonticon;
    text-align: center;
    font-size: 40px;
    line-height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
}
.w-blog-post.format-video .w-blog-post-preview-icon:before {
    content: '\e833';
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
}
.w-blog-post.format-quote .w-blog-post-preview-icon:before {
    content: '\e767';
}
.w-blog-post.format-audio .w-blog-post-preview-icon:before {
    content: '\e68d';
}
.w-blog-post.format-link .w-blog-post-preview-icon:before {
    content: '\e7e5';
}
.w-blog-post.type-page .w-blog-post-preview-icon:before {
    content: '\e872';
}
.w-blog-post-meta > * {
    margin: 2px 16px 2px 0;
}
.w-blog-post-meta > *:before {
    font-size: 15px;
    font-family: mdfonticon;
    vertical-align: top;
    margin-right: 5px;
}
.w-blog-post-meta-date:before {
    content: '\e77f';
}
.w-blog-post-meta-author:before {
    content: '\e613';
}
.w-blog-post-meta-tags:before {
    content: '\e8df';
}
.w-blog-post-meta-category:before {
    content: '\e747';
}
.w-blog-post-meta-comments:before {
    content: '\e7ff';
}
.w-blog-post-content {
    word-wrap: break-word;
    margin-top: 14px;
}

/* LAYOUT classic */
.w-blog.layout_classic:not(.cols_1) .w-blog-list {
    margin-left: -25px;
    margin-right: -25px;
}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_classic .w-blog-list {
    margin-left: 25px;
    margin-right: 25px;
}
.w-blog.layout_classic .g-filters ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_classic:not(.with_filters) .w-blog-list {
    margin-top: 50px;
}
.w-blog.layout_classic:not(.cols_1) .w-blog-post {
    padding: 0 25px;
    margin-bottom: 50px;
}
.w-blog.layout_classic.cols_1 .w-blog-post {
    margin-bottom: 70px;
}
.w-blog.layout_classic .format-video .w-blog-post-preview-icon {
    display: none;
}
.w-blog.layout_classic .format-audio .w-blog-post-title,
.w-blog.layout_classic .format-video .w-blog-post-title,
.w-blog.layout_classic .format-gallery .w-blog-post-title,
.w-blog.layout_classic .has-post-thumbnail .w-blog-post-title {
    padding-top: 20px;
}
.w-blog.layout_classic .w-blog-post-title a {
    color: inherit;
}

/* LAYOUT flat */
.w-blog.layout_flat .w-blog-list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px -4px 4px;
}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_flat .w-blog-list {
    margin-left: 4px;
    margin-right: 4px;
}
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_flat:not(.with_filters) .w-blog-list {
    margin-top: 4px;
}
.w-blog.layout_flat .w-blog-post {
    padding: 4px;
}
.w-blog.layout_flat .w-blog-post-h {
    border-radius: 2px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
    transition: box-shadow 0.3s;
}
.no-touch .w-blog.layout_flat .w-blog-post:hover .w-blog-post-h {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
    z-index: 3;
}
.w-blog.layout_flat .w-blog-post-body {
    padding: 40px;
}
.w-blog.layout_flat .format-audio .w-blog-post-body,
.w-blog.layout_flat .format-video .w-blog-post-body,
.w-blog.layout_flat .has-post-thumbnail .w-blog-post-body {
    padding-top: 32px;
}
.w-blog.layout_flat .w-blog-post-title a {
    color: inherit;
}
.w-blog.layout_flat .w-blog-post-meta > * {
    font-size: 0.9em;
    line-height: 18px;
}
.w-blog.layout_flat .g-pagination {
    margin-top: 30px;
}

/* LAYOUT small */
.w-blog.layout_smallcircle:not(.cols_1) .w-blog-list,
.w-blog.layout_smallsquare:not(.cols_1) .w-blog-list {
    margin-left: -25px;
    margin-right: -25px;
}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_smallcircle .w-blog-list,
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_smallsquare .w-blog-list {
    margin-left: 25px;
    margin-right: 25px;
}
.w-blog.layout_smallcircle .g-filters ~ .w-blog-list,
.w-blog.layout_smallsquare .g-filters ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_smallcircle:not(.with_filters) .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_smallsquare:not(.with_filters) .w-blog-list {
    margin-top: 50px;
}
.w-blog.layout_smallcircle:not(.cols_1) .w-blog-post,
.w-blog.layout_smallsquare:not(.cols_1) .w-blog-post {
    padding: 0 25px;
    margin-bottom: 50px;
}
.w-blog.layout_smallcircle.cols_1 .w-blog-post,
.w-blog.layout_smallsquare.cols_1 .w-blog-post {
    margin-bottom: 70px;
}
.w-blog.layout_smallcircle .w-blog-post:after,
.w-blog.layout_smallsquare .w-blog-post:after {
    display: table;
    content: '';
    clear: both;
}
.w-blog.layout_smallcircle .w-blog-post-preview,
.w-blog.layout_smallsquare .w-blog-post-preview {
    float: left;
    width: 30%;
    max-width: 350px;
}
.w-blog.layout_smallcircle .w-blog-post-preview {
    border-radius: 50%;
    overflow: hidden;
}
.w-blog.layout_smallcircle .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon,
.w-blog.layout_smallsquare .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
    display: block;
    padding-bottom: 100% !important;
}
.w-blog.layout_smallcircle .w-blog-post-body,
.w-blog.layout_smallsquare .w-blog-post-body {
    margin-left: 35%;
}
.w-blog.layout_smallcircle .w-blog-post-title a,
.w-blog.layout_smallsquare .w-blog-post-title a {
    color: inherit;
}

/* LAYOUT tiles */
.w-blog.layout_tiles .w-blog-list {
    margin: -2px -2px 2px;
}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_tiles .w-blog-list {
    margin-left: 2px;
    margin-right: 2px;
}
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_tiles:not(.with_filters) .w-blog-list {
    margin-top: 2px;
}
.w-blog.layout_tiles .w-blog-post {
    padding: 2px;
}
.w-blog.layout_tiles .w-blog-post-h {
    overflow: hidden;
}
.w-blog.layout_tiles .has-post-thumbnail .w-blog-post-preview:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7)) repeat-x;
}
.w-blog.layout_tiles .w-blog-post-preview img {
    transition: transform 0.3s;
}
.no-touch .w-blog.layout_tiles .w-blog-post-h:hover .w-blog-post-preview img {
    transform: scale(1.2);
}
.w-blog.layout_tiles .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
    display: block;
}
.w-blog.layout_tiles .w-blog-post-preview-icon:before {
    display: none;
}
.w-blog.layout_tiles .w-blog-post-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 22px;
    pointer-events: none;
    color: #fff;
}
.w-blog.layout_tiles .w-blog-post-title {
    font-weight: bold;
}
.w-blog.layout_tiles .w-blog-post-title a,
.no-touch .w-blog.layout_tiles .w-blog-post-meta a:hover {
    color: #fff !important;
}
.w-blog.layout_tiles .w-blog-post-meta > * {
    font-size: 0.9em;
    line-height: 18px;
    color: rgba(255,255,255,0.5);
    pointer-events: auto;
}
.w-blog.layout_tiles .w-blog-post-meta-category {
    position: absolute;
    left: 30px;
    bottom: 100%;
    font-size: 0;
    margin: 0 -2px 12px;
}
.w-blog.layout_tiles .w-blog-post-meta-category:before {
    display: none;
}
.w-blog.layout_tiles .w-blog-post-meta-category a {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 10px;
    margin: 2px;
    border: none !important;
    background-color: rgba(0,0,0,0.3);
    color: #fff !important;
}
.w-blog.layout_tiles .w-blog-post-content,
.w-blog.layout_tiles .w-blog-post-more {
    display: none;
}

/* LAYOUT latest */
.w-blog.layout_latest:not(.cols_1) .w-blog-list {
    margin-left: -25px;
    margin-right: -25px;
}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_latest .w-blog-list {
    margin-left: 25px;
    margin-right: 25px;
}
.w-blog.layout_latest .g-filters ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_latest:not(.with_filters) .w-blog-list {
    margin-top: 50px;
}
.w-blog.layout_latest .w-blog-post {
    min-height: 80px;
    margin-bottom: 50px;
}
.w-blog.layout_latest:not(.cols_1) .w-blog-post {
    padding: 0 25px;
}
.w-blog.layout_latest .w-blog-post-body {
    margin-left: 105px;
}
.w-blog.layout_latest .w-blog-post-meta-date {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 80px;
    width: 80px;
    padding: 20px 0 0;
    border-radius: 50%;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset;
    color: inherit;
}
.w-blog-post-meta-date-day {
    display: block;
    font-size: 26px;
    line-height: 32px;
}
.w-blog-post-meta-date-month {
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.w-blog.layout_latest .w-blog-post-meta-date:before,
.w-blog-post-meta-date-year {
    display: none;
}

/* LAYOUT compact */
.w-blog.layout_compact:not(.cols_1) .w-blog-list {
    margin-left: -25px;
    margin-right: -25px;
}
.l-section.width_full .g-cols:not(.offset_none) .w-blog.layout_compact .w-blog-list {
    margin-left: 25px;
    margin-right: 25px;
}
.w-blog.layout_compact .g-filters ~ .w-blog-list,
.l-section.height_auto .g-cols:not(.offset_none) .w-blog.layout_compact:not(.with_filters) .w-blog-list {
    margin-top: 50px;
}
.w-blog.layout_compact:not(.cols_1) .w-blog-post {
    padding: 0 25px;
}
.w-blog.layout_compact .w-blog-post {
    margin-bottom: 30px;
}
.l-section.for_related .w-blog.layout_compact .w-blog-post {
    margin-bottom: 8px;
}
.l-section.for_related .w-blog.layout_compact .w-blog-post:last-child {
    margin-bottom: 4px;
}
.w-blog.layout_compact .w-blog-post-title {
    display: inline-block;
    vertical-align: baseline;
    font-family: inherit;
    font-weight: normal;
    margin: 0 10px 0 0;
}
.w-blog.layout_compact[class*="cols"] .w-blog-list .w-blog-post-title {
    font-size: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
}
.w-blog.layout_compact .w-blog-post-meta {
    display: inline-block;
    vertical-align: baseline;
}
.w-blog.layout_compact .w-blog-post-meta > * {
    margin: 0 16px 0 0;
    vertical-align: baseline;
}
.w-blog.layout_compact .w-blog-post-meta > *:before,
.w-blog.layout_compact .w-blog-post-content,
.w-blog.layout_compact .w-blog-post-more {
    display: none;
}

/* LAYOUT related */
.w-blog.layout_related .w-blog-list {
    overflow: hidden;
    margin: 0 -15px;
}
.w-blog.layout_related .w-blog-post {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
}
.w-blog.layout_related .w-blog-post:not(.has-post-thumbnail) .w-blog-post-preview-icon {
    display: block;
}
.w-blog.layout_related .w-blog-post-title {
    font-size: 16px;
    font-family: inherit;
    letter-spacing: 0;
    margin: 14px 0 8px;
    color: inherit;
}
.w-blog.layout_related .w-blog-post-meta {
    font-size: 0.9em;
    line-height: 18px;
}

/* POST FORMAT link */
.w-blog-post.format-link .w-blog-post-title a:after {
    content: '\e899';
    font-family: mdfonticon;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.5em;
}
.w-blog-post.format-link .w-blog-post-content,
.w-blog-post.format-link .w-blog-post-meta-comments {
    display: none;
}

/* POST FORMAT quote */
.w-blog-post.format-quote blockquote {
    border: none;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    padding: 0;
    margin: 0;
}
.w-blog-post.format-quote blockquote cite {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    opacity: 0.5;
}
.w-blog.layout_classic .format-quote.has-post-thumbnail blockquote {
    padding-top: 20px;
}
.w-blog.layout_tiles .format-quote blockquote {
    margin-bottom: 4px;
}



/* Blog Navigation (next/prev posts)
   ========================================================================== */

.w-blognav {
    overflow: hidden;
}
.w-blognav-prev {
    float: left;
    padding: 30px 40px;
    width: 50%;
    position: relative;
    color: inherit !important;
}
.w-blognav-prev:before {
    content: '\e71f';
    font: 46px/1 mdfonticon;
    position: absolute;
    top: 32px;
    left: -10px;
    opacity: 0.3;
}
.w-blognav-next {
    float: right;
    text-align: right;
    padding: 30px 40px;
    width: 50%;
    position: relative;
    color: inherit !important;
}
.w-blognav-next:before {
    content: '\e720';
    font: 46px/1 mdfonticon;
    position: absolute;
    top: 32px;
    right: -10px;
    opacity: 0.3;
}
.w-blognav-meta {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0.5;
}
.no-touch .w-blognav-title,
.no-touch .w-blognav-title {
    transition: color 0.3s;
}



/* Buttons
   ========================================================================== */

.w-btn-label {
    position: relative;
    z-index: 1;
}
.w-btn i {
    position: absolute;
    z-index: 1;
    line-height: inherit;
    vertical-align: top;
}
.w-btn.icon_atleft i {
    left: 1.5em;
}
.w-btn.icon_atleft i + .w-btn-label {
    padding-left: 1.5em;
}
.w-btn.icon_atright i {
    right: 1.5em;
}
.w-btn.icon_atright i + .w-btn-label {
    padding-right: 1.5em;
}

/* STYLE: raised */
button,
input[type="submit"],
.w-btn.style_raised,
.w-btn.w-blog-post-more {
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
}
.no-touch button:not([disabled]):hover,
.no-touch input[type="submit"]:hover,
.no-touch .w-btn.style_raised:hover,
.no-touch .w-btn.w-blog-post-more:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
button:focus,
button:not([disabled]):active,
input[type="submit"]:focus,
input[type="submit"]:active,
.w-btn.style_raised:focus,
.w-btn.style_raised:active,
.w-btn.w-blog-post-more:focus,
.w-btn.w-blog-post-more:active {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 5px 8px rgba(0,0,0,0.16), 0 9px 20px rgba(0,0,0,0.16) !important;
}

/* STYLE: flat */
button.style_flat,
.w-btn.style_flat {
    background-color: transparent;
    box-shadow: none !important;
}
.no-touch .color_primary .w-btn.style_flat:hover,
.no-touch .color_secondary .w-btn.style_flat:hover,
.no-touch .color_custom .w-btn.style_flat:hover {
    background-color: rgba(255,255,255,0.12);
}

/* COLOR: primary */
button,
input[type="submit"],
a.w-btn.color_primary.style_raised {
    color: #fff;
}

/* COLOR: secondary */
button.w-btn.color_secondary.style_raised,
a.w-btn.color_secondary.style_raised {
    color: #fff;
}

/* COLOR: contrast */
button.w-btn.color_contrast.style_flat,
a.w-btn.color_contrast.style_flat {
    color: inherit;
}

/* COLOR: black */
button.w-btn.color_black.style_raised,
a.w-btn.color_black.style_raised {
    background-color: #000;
    color: #fff;
}
button.w-btn.color_black.style_flat,
a.w-btn.color_black.style_flat {
    color: #000;
}

/* COLOR: white */
button.w-btn.color_white.style_raised,
a.w-btn.color_white.style_raised,
.w-blog-post a.w-btn.w-blog-post-more {
    background-color: #fff;
    color: #222;
}
button.w-btn.color_white.style_flat,
a.w-btn.color_white.style_flat {
    color: #fff;
}
.no-touch .w-btn.color_white.style_flat:hover {
    background-color: rgba(255,255,255,0.12);
}

/* Button Wrapper */
.w-btn-wrapper {
    margin: 5px 0;
}
.w-btn-wrapper.align_left {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
}
.w-btn-wrapper.align_center {
    text-align: center;
}
.w-btn-wrapper.align_right {
    float: right;
    margin-left: 1em;
}
.align_center > .vc_column-inner > .w-btn-wrapper.align_left,
.align_center > .vc_column-inner > .w-btn-wrapper.align_right {
    margin-left: 8px;
    margin-right: 8px;
}



/* Comments
   ========================================================================== */

.w-comments-title {
    margin-bottom: 30px;
}
.w-comments-title:before {
    content: '\e7ff';
    font-size: 1.15em;
    font-family: mdfonticon;
    vertical-align: middle;
    margin-right: 8px;
    opacity: 0.33;
}
.w-comments-item {
    margin-bottom: 30px;
}
.w-comments-childlist {
    margin-left: 30px;
}
.w-comments-item-meta,
.w-comments-item-text,
.w-comments-item-answer {
    margin-left: 70px;
}
.w-comments-item-meta {
    margin-bottom: 12px;
}
.w-comments-item-icon {
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.w-comments-item-author {
    font-size: 0.9em;
    font-weight: bold;
    margin-right: 15px;
}
.w-comments-item-date {
    font-size: 0.9em;
}
.w-comments-item-text > p {
    margin-bottom: 12px;
}
.w-comments-item-answer {
    font-size: 0.9em;
}
.w-comments-pagination {
    font-size: 13px;
    text-align: center;
}
.w-comments-pagination a {
    margin: 0 10px;
}
.comment-reply-title {
    font-size: 20px;
}
.comment-reply-title small {
    font-size: 13px;
    margin-left: 10px;
}
p.form-allowed-tags {
    display: none;
}
p.form-submit {
    margin: 0;
}
#respond {
    margin-bottom: 30px;
}
.w-comments > #respond {
    margin-bottom: 0;
}



/* Contacts
   ========================================================================== */

.l-subheader .w-contacts {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 40px;
}
.l-subheader .w-contacts-list {
    margin: 0 -10px;
}
.l-subheader .w-contacts-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    white-space: nowrap;
}
.l-subheader .w-contacts-item.for_email:before {
    content: '\e804';
    font-size: 1.3em;
    font-family: mdfonticon;
    vertical-align: top;
    line-height: inherit;
    opacity: 0.5;
}
.l-subheader .w-contacts-item.for_phone:before {
    content: '\e80f';
    font-size: 1.3em;
    font-family: mdfonticon;
    vertical-align: top;
    line-height: inherit;
    opacity: 0.5;
}
.l-subheader .w-contacts-item i {
    font-size: 1.3em;
    vertical-align: top;
    line-height: inherit;
    opacity: 0.5;
}
.l-subheader .w-contacts-item-value {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}
.l-subheader .w-contacts-item i,
.l-subheader .w-contacts-item.for_phone .w-contacts-item-value {
    transition: color 0.3s;
}
.l-subheader .w-contacts-item-value a {
    color: inherit;
}



/* Counter
   ========================================================================== */

.w-counter-number {
    line-height: 1;
}
.l-section.color_primary .w-counter-number,
.l-section.color_secondary .w-counter-number,
.l-section.color_custom .w-counter-number {
    color: inherit;
}
.w-counter.size_small .w-counter-number {
    font-size: 4em;
}
.w-counter.size_medium .w-counter-number {
    font-size: 5em;
}
.w-counter.size_large .w-counter-number {
    font-size: 6em;
}
.w-counter-title {
    line-height: 1.4;
    padding: 10px 0;
    margin: 0;
}



/* Filters
   ========================================================================== */

.g-filters {
    text-align: center;
    font-size: 0;
}
.g-filters-item {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 14px 20px 12px;
    border-bottom: 2px solid transparent;
    opacity: 0.66;
    transition: border-color 0.3s, color 0.3s, opacity 0.3s;
}
.g-filters-item span {
    position: relative;
    z-index: 1;
}
.no-touch .g-filters-item:hover,
.g-filters-item.active {
    opacity: 1;
}
.no-touch .color_primary .g-filters-item.active,
.no-touch .color_secondary .g-filters-item.active {
    border-color: #fff;
    color: #fff;
}



/* Form
   ========================================================================== */

.w-form {
    padding-top: 10px;
}
.w-form-row {
    position: relative;
    padding-left: 40px;
    margin-bottom: 24px !important;
}
.w-form-row.for_submit {
    padding-left: 0;
    margin-bottom: 0 !important;
}
.w-form-row.for_links {
    clear: both;
    padding: 20px 0 0;
    margin: 0 !important;
}
.w-form-row:before,
.w-form-row > i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 46px;
    opacity: 0.33;
    transition: opacity 0.3s, color 0.3s;
}
.w-form-row:before {
    font-family: mdfonticon;
}
.w-form-row.focused:before,
.w-form-row.focused > i {
    opacity: 1;
}
.w-form-row.for_log:before,
.w-form-row.for_name:before,
.w-form-row.for_author:before {
    content: '\e613';
}
.w-form-row.for_email:before {
    content: '\e804';
}
.w-form-row.for_phone:before {
    content: '\e80f';
}
.w-form-row.for_comment:before,
.w-form-row.for_message:before {
    content: '\e7de';
}
.w-form-row.for_url:before {
    content: '\e7e5';
}
.w-form-row.for_captcha:before {
    content: '\e879';
}
.w-form-row.for_pwd:before,
.w-form-row.for_post_password:before {
    content: '\e892';
}
.w-form-row-label {
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 16px;
    line-height: 26px;
    pointer-events: none;
    opacity: 0.66;
    transition: font-size 0.3s cubic-bezier(.78,.13,.15,.86), top 0.3s cubic-bezier(.78,.13,.15,.86);
}
.w-form-row.focused .w-form-row-label,
.w-form-row.not-empty .w-form-row-label {
    top: -15px;
    font-size: 13px;
}
:root .w-form-row-label {
    z-index: -1 \0/IE9; /* hack for IE9 & IE10 */
}
.w-form-row-field {
    display: block;
    position: relative;
}
.w-form-row-field input:focus,
.w-form-row-field textarea:focus {
    box-shadow: none !important;
}
.w-form-row-field > textarea {
    padding-top: 11px;
    line-height: 24px;
}
.w-form-row-field-bar:before,
.w-form-row-field-bar:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    z-index: 1;
    transition: background-color 0.3s, width 0.3s cubic-bezier(.78,.13,.15,.86);
}
.w-form-row-field-bar:before {
    left: 50%;
}
.w-form-row-field-bar:after {
    right: 50%;
}
.w-form-row.focused .w-form-row-field-bar:before,
.w-form-row.focused .w-form-row-field-bar:after {
    width: 50%;
}
.w-form-row-state {
    font-size: 13px;
    line-height: 18px;
    padding-top: 4px;
    height: 0;
    opacity: 0;
    transition: height 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s;
}
.w-form .w-btn {
    margin: 0;
}
.w-form .w-btn-label {
    display: block;
    transform: scale(1);
    transition: opacity 0.3s, transform 0.3s cubic-bezier(.78,.13,.15,.86);
}
.w-form .w-btn.loading .w-btn-label {
    opacity: 0;
    transform: scale(0);
}
.w-form .w-btn .g-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 26px;
    width: 26px;
    margin: -13px 0 0 -13px;
    opacity: 0;
    transition: opacity 0.3s;
}
.w-form .w-btn.loading .g-preloader {
    opacity: 1;
}
.w-form-message {
    font-size: 17px;
    line-height: 25px;
    opacity: 0;
    transition-property: padding, opacity;
    transition-duration: 0.3s;
}
.w-form-message.type_success {
    padding-top: 10px;
    opacity: 1;
    color: #4c0;
}
.w-form-message.type_error {
    padding-top: 10px;
    opacity: 1;
    color: red;
}

/* ALIGN left */
.w-form.align_left .w-form-row.for_submit {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.w-form.align_left .w-form-message.type_success {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
    margin: 8px 0;
}

/* ALIGN right */
.w-form.align_right {
    text-align: left;
}
.w-form.align_right .w-form-row.for_submit {
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.w-form.align_right .w-form-message.type_success {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
}

/* CHECK wrong */
.w-form-row.check_wrong input,
.w-form-row.check_wrong textarea,
.w-form-row.check_wrong select {
    border-color: red;
}
.w-form-row.check_wrong .w-form-row-state {
    height: 20px;
    padding-top: 4px;
    opacity: 1;
    color: red;
}

/* FOR protected post */
.w-form.for_protectedpost {
    margin-bottom: 20px;
    padding: 28px 35px 14px;
}
.w-form.for_protectedpost:after {
    display: block;
    content: '';
    clear: both;
}
.w-form.for_protectedpost .w-form-row.for_info {
    padding: 0;
}
.w-form.for_protectedpost .w-form-row.for_post_password,
.w-form.for_protectedpost .w-form-row.for_submit {
    float: left;
    margin-right: 10px;
}
.w-form.for_protectedpost .w-btn {
    margin-top: 4px;
}

/* FORM: login */
.w-form.for_login .w-form-row.for_submit {
    float: left;
    margin-right: 20px;
}
.w-form.for_login .w-form-h label {
    float: left;
    margin-top: 10px;
}
.w-form.for_login .w-form-h label input[type="checkbox"] {
    vertical-align: top;
    margin: 4px 6px 0 0;
}
.w-form-row-link {
    margin-right: 20px;
}



/* Gallery
   ========================================================================== */

.w-gallery.with_indents .w-gallery-list {
    margin: -2px;
}
.l-section.width_full .vc_col-sm-12 .w-gallery.with_indents .w-gallery-list {
    margin-left: 2px;
    margin-right: 2px;
}
.l-section.height_auto .vc_col-sm-12 .w-gallery.with_indents .w-gallery-list {
    margin-top: 2px;
    margin-bottom: 2px;
}
.w-gallery.with_indents .w-gallery-item {
    padding: 2px;
}
.w-gallery.style_modern.with_indents .w-gallery-item-meta {
    left: 2px;
    right: 2px;
    bottom: 2px;
}



/* IconBox
   ========================================================================== */

.w-iconbox-link {
    color: inherit;
    transition: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
}
.w-iconbox-icon {
    transition: background-color 0.3s, color 0.3s;
}
.no-touch .l-footer .w-iconbox-link:hover .w-iconbox-icon {
    color: inherit;
}
.w-iconbox-title {
    transition: color 0.3s;
}
.w-iconbox-text p,
.w-iconbox-text ul,
.w-iconbox-text ol {
    margin-bottom: 12px !important;
}

/* ICONPOS: top */
.w-iconbox.iconpos_top {
    max-width: 350px; /* temp */
}
.w-iconbox.iconpos_top .w-iconbox-title {
    padding: 16px 0;
}

/* ICONPOS: left */
.w-iconbox.iconpos_left .w-iconbox-title {
    padding: 0 0 16px;
}
.w-iconbox.size_tiny.iconpos_left .w-iconbox-title {
    padding-top: 3px;
}
.w-iconbox.size_tiny.iconpos_left .w-iconbox-text {
    margin-left: 0;
}

/* STYLE: default */
.w-iconbox.style_default .w-iconbox-icon {
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit;
}

/* STYLE: circle */
.w-iconbox.style_circle .w-iconbox-icon {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0) !important;
    transition: box-shadow 0.3s;
}
.w-iconbox.style_circle .w-iconbox-link:active .w-iconbox-icon,
.no-touch .w-iconbox.style_circle .w-iconbox-link:hover .w-iconbox-icon {
    box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3) !important;
}
.w-iconbox.style_circle .w-iconbox-icon i {
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
}
.w-iconbox.style_circle .w-iconbox-icon img {
    position: relative;
    z-index: 1;
}
.w-iconbox.style_circle.color_primary .w-iconbox-icon,
.w-iconbox.style_circle.color_secondary .w-iconbox-icon {
    color: #fff;
}

/* SIZE: tiny */
.w-iconbox.no_text.size_tiny {
    max-width: 44px;
}
.w-iconbox.size_tiny .w-iconbox-icon {
    font-size: 30px;
    line-height: 30px;
}
.w-iconbox.style_circle.size_tiny .w-iconbox-icon {
    font-size: 19px;
    line-height: 44px;
    height: 44px;
    width: 44px;
}
.w-iconbox.style_circle.size_tiny .w-iconbox-icon img {
    max-width: 20px;
}
.w-iconbox.size_tiny .w-iconbox-title {
    font-size: 18px;
}
.w-iconbox.size_tiny.iconpos_left .w-iconbox-title {
    margin-left: 44px;
}
.w-iconbox.style_circle.size_tiny.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_tiny.iconpos_left .w-iconbox-text {
    margin-left: 60px;
}
.w-iconbox.style_default.size_tiny .w-iconbox-icon img {
    max-width: 30px;
}

/* SIZE: small */
.w-iconbox.no_text.size_small {
    max-width: 60px;
}
.w-iconbox.size_small .w-iconbox-icon {
    font-size: 40px;
    line-height: 40px;
}
.w-iconbox.style_circle.size_small .w-iconbox-icon {
    font-size: 26px;
    line-height: 60px;
    height: 60px;
    width: 60px;
}
.w-iconbox.style_circle.size_small .w-iconbox-icon img {
    max-width: 28px;
}
.w-iconbox.size_small .w-iconbox-title {
    font-size: 20px;
}
.w-iconbox.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.size_small.iconpos_left .w-iconbox-text {
    margin-left: 62px;
}
.w-iconbox.style_circle.size_small.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_small.iconpos_left .w-iconbox-text {
    margin-left: 80px;
}
.w-iconbox.style_default.size_small .w-iconbox-icon img {
    max-width: 40px;
}

/* SIZE: medium */
.w-iconbox.no_text.size_medium {
    max-width: 80px;
}
.w-iconbox.size_medium .w-iconbox-icon {
    font-size: 50px;
    line-height: 50px;
}
.w-iconbox.style_circle.size_medium .w-iconbox-icon {
    font-size: 34px;
    line-height: 80px;
    height: 80px;
    width: 80px;
}
.w-iconbox.style_circle.size_medium .w-iconbox-icon img {
    max-width: 38px;
}
.w-iconbox.size_medium .w-iconbox-title {
    font-size: 22px;
}
.w-iconbox.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.size_medium.iconpos_left .w-iconbox-text {
    margin-left: 75px;
}
.w-iconbox.style_circle.size_medium.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_medium.iconpos_left .w-iconbox-text {
    margin-left: 105px;
}
.w-iconbox.style_default.size_medium .w-iconbox-icon img {
    max-width: 50px;
}

/* SIZE: large */
.w-iconbox.no_text.size_large {
    max-width: 100px;
}
.w-iconbox.size_large .w-iconbox-icon {
    font-size: 70px;
    line-height: 70px;
}
.w-iconbox.style_circle.size_large .w-iconbox-icon {
    font-size: 46px;
    line-height: 100px;
    height: 100px;
    width: 100px;
}
.w-iconbox.style_circle.size_large .w-iconbox-icon img {
    max-width: 46px;
}
.w-iconbox.size_large .w-iconbox-title {
    font-size: 24px;
}
.w-iconbox.size_large.iconpos_left .w-iconbox-title,
.w-iconbox.size_large.iconpos_left .w-iconbox-text {
    margin-left: 100px;
}
.w-iconbox.style_circle.size_large.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_large.iconpos_left .w-iconbox-text {
    margin-left: 120px;
}
.w-iconbox.style_default.size_large .w-iconbox-icon img {
    max-width: 70px;
}

/* SIZE: huge */
.w-iconbox.no_text.size_huge {
    max-width: 130px;
}
.w-iconbox.size_huge .w-iconbox-icon {
    font-size: 100px;
    line-height: 100px;
}
.w-iconbox.style_circle.size_huge .w-iconbox-icon {
    font-size: 60px;
    line-height: 130px;
    height: 130px;
    width: 130px;
}
.w-iconbox.style_circle.size_huge .w-iconbox-icon img {
    max-width: 60px;
}
.w-iconbox.size_huge .w-iconbox-title {
    font-size: 26px;
}
.w-iconbox.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.size_huge.iconpos_left .w-iconbox-text {
    margin-left: 135px;
}
.w-iconbox.style_circle.size_huge.iconpos_left .w-iconbox-title,
.w-iconbox.style_circle.size_huge.iconpos_left .w-iconbox-text {
    margin-left: 160px;
}
.w-iconbox.style_default.size_huge.iconpos_left .w-iconbox-icon img {
    max-width: 130px;
}



/* Single Image
   ========================================================================== */

.w-image {
    line-height: 0;
    margin-bottom: 24px;
    max-width: 100%;
}
.w-image.align_left {
    float: left;
    margin-right: 40px;
}
.w-image.align_right {
    float: right;
    margin-left: 40px;
}
.w-image.align_center {
    clear: both;
}
.w-image:last-child,
.l-section.width_full .g-cols > .vc_col-sm-12 > .w-image {
    margin-bottom: 0 !important;
}



/* Load More
   ========================================================================== */

.g-loadmore {
    text-align: center;
    position: relative;
}
.g-loadmore.done {
    display: none;
}
.g-loadmore-btn {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s, opacity 0.3s, transform 0.3s cubic-bezier(.78,.13,.15,.86);
}
.l-section.height_auto.width_full .g-loadmore-btn {
    padding: 30px;
}
.g-loadmore.loading .g-loadmore-btn {
    opacity: 0;
    transform: scale(0);
}
.l-section.color_primary .g-loadmore-btn,
.l-section.color_secondary .g-loadmore-btn,
.l-section.color_custom .g-loadmore-btn {
    background-color: rgba(255,255,255,0.12);
}
.no-touch .l-section.color_primary .g-loadmore-btn:hover,
.no-touch .l-section.color_secondary .g-loadmore-btn:hover,
.no-touch .l-section.color_custom .g-loadmore-btn:hover {
    background-color: rgba(255,255,255,0.2);
}
.g-loadmore .g-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s, transform 0.3s cubic-bezier(.78,.13,.15,.86);
}
.g-loadmore.loading .g-preloader {
    opacity: 1;
    transform: scale(1);
}



/* Logo
   ========================================================================== */

.w-logo {
    float: left;
}
.l-header.layout_centered .w-logo {
    float: none !important;
}
.w-logo-link {
    color: inherit;
}
.w-logo-img {
    max-width: 200px;
    transition: height 0.3s cubic-bezier(.78,.13,.15,.86);
}
.l-header.layout_centered .w-logo-img {
    max-width: none;
}
.w-logo-img > img {
    display: block;
    width: auto;
    height: inherit;
    min-height: 20px;
    max-width: none;
    transition: margin 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s cubic-bezier(.78,.13,.15,.86);
}
.w-logo img.for_tablets {
    display: none;
    max-height: 80px;
}
.w-logo img.for_mobiles {
    display: none;
    max-height: 50px;
}

/* Enable the second logo image for the transparent header */
.w-logo.with_transparent .w-logo-img > img.for_transparent,
.l-header.transparent .w-logo.with_transparent .w-logo-img > img.for_default {
    opacity: 0;
}
.l-header.transparent .w-logo.with_transparent .w-logo-img > img.for_transparent {
    opacity: 1;
}

/* Enable additional logo image for tablets */
@media (max-width: 900px) and (min-width: 601px) {
    .w-logo.with_tablets img.for_default,
    .w-logo.with_tablets img.for_transparent {
        display: none;
    }
    .w-logo.with_tablets img.for_tablets {
        display: block;
    }
}

/* Enable additional logo image for mobiles */
@media (max-width: 600px) {
    .w-logo.with_mobiles img.for_default,
    .w-logo.with_mobiles img.for_transparent {
        display: none;
    }
    .w-logo.with_mobiles img.for_mobiles {
        display: block;
    }
}



/* Logos
   ========================================================================== */

.w-logos-item {
    display: block;
    padding: 2em;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.w-logos-item img {
    display: block;
    margin: 0 auto;
}

/* STYLE 1 */
.w-logos.style_1 .w-logos-item {
    position: relative;
    top: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0);
    opacity: 0.66;
    transition: top 0.3s, background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
}
.no-touch .w-logos.style_1 .w-logos-item:hover {
    top: -2px;
    opacity: 1;
    background-color: rgba(0,0,0,0.04);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 1px 4px rgba(0,0,0,0.2);
}
.no-touch .color_primary .w-logos.style_1 .w-logos-item:hover,
.no-touch .color_secondary .w-logos.style_1 .w-logos-item:hover {
    background-color: rgba(255,255,255,0.12);
}

/* STYLE 2 */
.w-logos.style_2 .w-logos-item {
    opacity: 0.66;
    transition: opacity 0.3s;
}
.no-touch .w-logos.style_2 .w-logos-item:hover {
    opacity: 1;
}

/* TYPE: carousel */
.w-logos-list.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.w-logos-list.owl-carousel .owl-item {
    -webkit-backface-visibility: initial; /* fix for hover effect on Chrome */
}
.w-logos.type_carousel .w-logos-item {
    opacity: 0;
    height: 0;
    margin: 5px;
}
.w-logos.type_carousel .owl-loaded .w-logos-item {
    opacity: 0.66;
    height: auto;
}
.w-logos.style_3.type_carousel .owl-loaded .w-logos-item {
    opacity: 1;
}
.owl-carousel .owl-item .w-logos-item img {
    width: auto;
}
@media (max-width: 1280px) {
    .w-logos.nav_arrows {
        padding: 0 54px;
    }
}
.sidebar_left .w-logos.nav_arrows,
.sidebar_right .w-logos.nav_arrows {
    padding: 0 54px;
}
.l-section.width_full .w-logos.nav_arrows {
    padding: 0 74px;
}

/* TYPE: grid */
.w-logos.type_grid .w-logos-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.w-logos.type_grid.cols_2 .w-logos-item {
    width: 50%;
}
.w-logos.type_grid.cols_3 .w-logos-item {
    width: 33.3333%;
}
.w-logos.type_grid.cols_4 .w-logos-item {
    width: 25%;
}
.w-logos.type_grid.cols_5 .w-logos-item {
    width: 20%;
}
.w-logos.type_grid.cols_6 .w-logos-item {
    width: 16.6666%;
}
.w-logos.type_grid.cols_7 .w-logos-item {
    width: 14.2857%;
    padding: 25px;
}
.w-logos.type_grid.cols_8 .w-logos-item {
    width: 12.5%;
    padding: 20px;
}

/* Arrows */
.w-logos .owl-prev,
.w-logos .owl-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    font-family: mdfonticon;
    text-align: center;
    line-height: 56px;
    height: 54px;
    width: 54px;
    margin-top: -27px;
    border-radius: 50%;
    transition: background-color 0.3s, opacity 0.3s;
}
.w-logos .owl-prev {
    left: -54px;
}
.w-logos .owl-prev:before {
    content: '\e646';
    font-size: 34px;
    padding-right: 2px;
}
.w-logos .owl-next {
    right: -54px;
}
.w-logos .owl-next:before {
    content: '\e647';
    font-size: 34px;
    padding-left: 2px;
}
.no-touch .color_primary .w-logos .owl-prev:hover,
.no-touch .color_primary .w-logos .owl-next:hover,
.no-touch .color_secondary .w-logos .owl-prev:hover,
.no-touch .color_secondary .w-logos .owl-next:hover,
.no-touch .color_custom .w-logos .owl-prev:hover,
.no-touch .color_custom .w-logos .owl-next:hover {
    background-color: rgba(255,255,255,0.12);
}



/* Map
   ========================================================================== */

.w-map img {
    max-width: none !important;
}
.w-map label {
    display: inline;
    width: auto;
}
.gm-style .gm-style-iw > div {
    width: auto !important;
}
.gm-style-iw {
    color: #333;
}
.gm-style-iw h1,
.gm-style-iw h2,
.gm-style-iw h3,
.gm-style-iw h4,
.gm-style-iw h5,
.gm-style-iw h6,
.gm-style-iw p,
.gm-style-iw ul,
.gm-style-iw ol {
    margin: 0;
    padding: 8px 10px 4px !important;
    color: inherit !important;
}



/* Message Box
   ========================================================================== */

.w-message {
    margin-bottom: 24px;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
}
.w-message-icon {
    font-size: 30px;
    width: 80px;
    opacity: 0.5;
}
.w-message-body {
    padding: 20px 25px;
}
.w-message.with_close .w-message-body {
    padding-right: 60px;
}
.w-message.with_icon .w-message-body {
    padding-left: 0;
}
.w-message-close {
    font-size: 22px;
    padding: 20px;
    opacity: 0.3;
    transition: opacity 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
}
.no-touch .w-message-close:hover {
    opacity: 1;
}



/* Person
   ========================================================================== */

.w-person {
    max-width: 350px;
}
.w-person-content {
    padding-bottom: 10px;
}
.w-person-link {
    display: block;
}
.w-person-name {
    font-size: 20px;
    margin-bottom: 0;
}
.w-person-link .w-person-name {
    color: inherit;
    transition: color 0.3s;
}
.w-person-role {
    font-size: 0.9em;
    margin: 3px 0;
    opacity: 0.5;
}
.w-person-description {
    margin: 10px 0;
}
.w-person-links-item {
    font-size: 18px;
    line-height: 36px;
    width: 36px;
    border-radius: 50%;
    color: inherit;
}

/* LAYOUT card */
.w-person.layout_card {
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
    transition: box-shadow 0.3s;
}
.no-touch .w-person.layout_card:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
}
.w-person.layout_card .w-person-content {
    padding: 20px;
}

/* LAYOUT flat */
.w-person.layout_flat .w-person-name {
    padding-top: 15px;
}
.w-person.layout_flat .w-person-image img {
    border-radius: 50%;
    transition: box-shadow 0.3s;
}
.no-touch .w-person.layout_flat:hover .w-person-image img {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
}



/* Portfolio
   ========================================================================== */

.w-portfolio-item-anchor {
    background-color: #fff;
}
.w-portfolio-item-meta {
    padding: 30px;
}
.w-portfolio-item-title {
    font-size: 20px;
    color: inherit !important;
}
.w-portfolio-item-text {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
    opacity: 0.66;
}
.w-portfolio-item .ripple-container {
    z-index: 1 !important;
}
.w-portfolio-item .g-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    opacity: 0;
    transition: opacity 0.3s;
}
.w-portfolio-item.loading .g-preloader {
    opacity: 1;
}
.w-portfolio .g-pagination {
    margin-top: 30px;
}
.w-portfolio .g-pagination .prev.page-numbers,
.w-portfolio .g-pagination .next.page-numbers {
    display: none;
}

/* INDENTS */
.w-portfolio.with_indents .w-portfolio-list {
    margin: 2px -2px;
}
.l-section.width_full .w-portfolio.with_indents .w-portfolio-list {
    margin: 2px;
}
.w-portfolio.with_indents .w-portfolio-item {
    padding: 2px;
}
@media (min-width: 481px) {
    .w-portfolio.with_indents.ratio_1x1 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
        padding-bottom: calc(200% + 4px);
    }
    .w-portfolio.with_indents.ratio_1x1 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
        padding-bottom: calc(50% - 2px);
    }
    .w-portfolio.with_indents.ratio_16x9 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
        padding-bottom: calc(112.5% + 4px);
    }
    .w-portfolio.with_indents.ratio_16x9 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
        padding-bottom: calc(28.125% - 2px);
    }
    .w-portfolio.with_indents.ratio_3x2 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
        padding-bottom: calc(133.3333% + 4px);
    }
    .w-portfolio.with_indents.ratio_3x2 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
        padding-bottom: calc(33.33333% - 2px);
    }
    .w-portfolio.with_indents.ratio_4x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
        padding-bottom: calc(150% + 4px);
    }
    .w-portfolio.with_indents.ratio_4x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
        padding-bottom: calc(37.5% - 2px);
    }
    .w-portfolio.with_indents.ratio_2x3 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
        padding-bottom: calc(300% + 4px);
    }
    .w-portfolio.with_indents.ratio_2x3 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
        padding-bottom: calc(75% - 2px);
    }
    .w-portfolio.with_indents.ratio_3x4 .w-portfolio-item.size_1x2 .w-portfolio-item-anchor:before {
        padding-bottom: calc(266.6666% + 4px);
    }
    .w-portfolio.with_indents.ratio_3x4 .w-portfolio-item.size_2x1 .w-portfolio-item-anchor:before {
        padding-bottom: calc(66.6666% - 2px);
    }
}

/* Widget */
.widget_us_portfolio .w-portfolio-list {
    margin: 0 -1px !important;
}
.widget_us_portfolio .w-portfolio-item {
    padding: 1px;
}
.widget_us_portfolio .w-portfolio-item-image {
    z-index: 0;
    background: none !important;
}
.widget_us_portfolio .w-portfolio-item-image img {
    display: block;
    width: 100%;
}
.widget_us_portfolio .w-portfolio-item-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    padding: 4px 8px;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    opacity: 0;
    transition: bottom 0.3s 0.15s, opacity 0.3s 0.15s;
}
.no-touch .widget_us_portfolio .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
    opacity: 1;
    bottom: 0;
}
.widget_us_portfolio .w-portfolio-item-meta-h {
    background: none;
}
.widget_us_portfolio .w-portfolio-item-title {
    font-size: 11px !important;
    line-height: 18px;
    font-weight: normal;
}
.widget_us_portfolio .w-portfolio-item-arrow {
    display: none;
}

/* STYLE: 1 */
.w-portfolio.style_1 .w-portfolio-item-image {
    bottom: 60px;
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-image {
    bottom: 0;
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 50%;
    padding-bottom: 100%;
    background-color: inherit;
    transform: scale(0);
    transition: transform 0.4s cubic-bezier(.4,0,.2,1), opacity 0.4s;
}
.no-touch .w-portfolio.style_1.ratio_3x2 .size_2x1 .w-portfolio-item-image:after {
    top: -100%;
}
.no-touch .w-portfolio.style_1.ratio_4x3 .size_2x1 .w-portfolio-item-image:after {
    top: -83.3333%;
}
.no-touch .w-portfolio.style_1.ratio_1x1 .size_2x1 .w-portfolio-item-image:after {
    top: -50%;
}
.no-touch .w-portfolio.style_1.ratio_3x2 .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_3x4 .size_2x1 .w-portfolio-item-image:after {
    top: -25%;
}
.no-touch .w-portfolio.style_1.ratio_4x3 .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_2x3 .size_2x1 .w-portfolio-item-image:after {
    top: -16.6666%;
}
.no-touch .w-portfolio.style_1.ratio_3x4 .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_3x2 .size_1x2 .w-portfolio-item-image:after {
    top: 12.5%;
}
.no-touch .w-portfolio.style_1.ratio_2x3 .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_4x3 .size_1x2 .w-portfolio-item-image:after {
    top: 16.6666%;
}
.no-touch .w-portfolio.style_1.ratio_1x1 .size_1x2 .w-portfolio-item-image:after {
    top: 25%;
}
.no-touch .w-portfolio.style_1.ratio_3x4 .size_1x2 .w-portfolio-item-image:after {
    top: 31.25%;
}
.no-touch .w-portfolio.style_1.ratio_2x3 .size_1x2 .w-portfolio-item-image:after {
    top: 33.3333%;
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
    opacity: 0.85;
    transform: scale(1.42);
}
.no-touch .w-portfolio.style_1.ratio_3x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_1x1 .size_2x1 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_3x4 .size_2x1 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_4x3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_2x3 .size_2x1 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
    transform: scale(1.25);
}
.no-touch .w-portfolio.style_1.ratio_3x4 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_3x2 .size_1x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
    transform: scale(1.67);
}
.no-touch .w-portfolio.style_1.ratio_2x3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after,
.no-touch .w-portfolio.style_1.ratio_4x3 .size_1x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
    transform: scale(1.82);
}
.no-touch .w-portfolio.style_1.ratio_initial .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
    transform: scale(2);
}
.no-touch .w-portfolio.style_1.ratio_1x1 .size_1x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
    transform: scale(2.25);
}
.no-touch .w-portfolio.style_1.ratio_3x4 .size_1x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
    transform: scale(2.85);
}
.no-touch .w-portfolio.style_1.ratio_2x3 .size_1x2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
    transform: scale(3.2);
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: none;
    transform: scale(0);
    transition: transform 0.25s cubic-bezier(.4,0,.2,1), opacity 0.25s;
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
    opacity: 0.9;
    transform: scale(1);
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-meta:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.5em;
}
.no-touch .w-portfolio.style_1 .w-portfolio-item-meta-h {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

/* STYLE: 2 */
.no-touch .w-portfolio.style_2 .w-portfolio-item-image:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.4s;
    background-color: inherit;
}
.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
    opacity: 0.85;
}
.w-portfolio.style_2 .w-portfolio-item-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 25px;
    background: none;
    color: #fff;
    transition: padding 0.25s cubic-bezier(.4,0,.2,1), color 0.25s cubic-bezier(.4,0,.2,1);
}
.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
    color: inherit;
    padding: 20px 30px 65px;
}
.w-portfolio.style_2 .w-portfolio-item-meta-h {
    position: relative;
}
.w-portfolio.style_2 .w-portfolio-item-meta:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
    transition: opacity 0.4s;
}
.no-touch .w-portfolio.style_2 .w-portfolio-item-anchor:hover .w-portfolio-item-meta:before {
    opacity: 0;
}

/* STYLE: 3 */
.style_3 .w-portfolio-item-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.66;
    background-color: inherit;
    transition: opacity 0.4s cubic-bezier(.78,.13,.15,.86);
}
.no-touch .style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-image:after {
    opacity: 0;
}
.style_3 .w-portfolio-item-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
}
.style_3 .w-portfolio-item-meta:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.5em;
}
.style_3 .w-portfolio-item-meta-h {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.no-touch .style_3 .w-portfolio-item-title {
    opacity: 1;
    transition: transform 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s cubic-bezier(.78,.13,.15,.86);
}
.no-touch .style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
    opacity: 0;
    transform: translateY(-40px);
}
.no-touch .style_3 .w-portfolio-item-text {
    opacity: 0.66;
    transition: transform 0.3s cubic-bezier(.78,.13,.15,.86), opacity 0.3s cubic-bezier(.78,.13,.15,.86);
}
.no-touch .style_3 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
    opacity: 0;
    transform: translateY(40px);
}

/* STYLE: 4 */
.w-portfolio.style_4 .w-portfolio-item-image {
    bottom: 60px;
}
.no-touch .w-portfolio.style_4 .w-portfolio-item-image {
    bottom: 0;
}
.no-touch .style_4 .w-portfolio-item-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: radial-gradient(ellipse at center center, rgba(30,30,30,0.1) 0px, rgba(30,30,30,0.8) 100%);
    color: #fff;
    transform: scale(2);
    transition: opacity 0.35s, transform 0.35s cubic-bezier(.78,.13,.15,.86);
}
.no-touch .style_4 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
    opacity: 1;
    transform: scale(1);
}
.no-touch .style_4 .w-portfolio-item-meta:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.5em;
}
.no-touch .style_4 .w-portfolio-item-meta-h {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

/* STYLE: 5 */
.w-portfolio.style_5 .w-portfolio-item-image {
    bottom: 60px;
}
.no-touch .w-portfolio.style_5 .w-portfolio-item-image {
    bottom: 0;
    transition: transform 0.3s cubic-bezier(.78,.13,.15,.86);
}
.no-touch .style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-image {
    transform: translateY(-30px);
}
.no-touch .style_5 .w-portfolio-item-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    padding: 0 30px;
    transition: height 0.3s cubic-bezier(.78,.13,.15,.86);
}
.no-touch .style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-meta {
    height: 100%;
}
.no-touch .style_5 .w-portfolio-item-meta:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.5em;
}
.no-touch .style_5 .w-portfolio-item-meta-h {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.no-touch .style_5 .w-portfolio-item-title,
.no-touch .style_5 .w-portfolio-item-text {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(.78,.13,.15,.86);
}
.no-touch .style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-title {
    opacity: 1;
}
.no-touch .style_5 .w-portfolio-item-anchor:hover .w-portfolio-item-text {
    opacity: 0.66;
}



/* Preloader
   ========================================================================== */

.g-preloader {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 36px;
    height: 36px;
}

/* TYPE 1 */
.g-preloader.type_1:before,
.g-preloader.type_1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid;
}
.g-preloader.type_1:before {
    opacity: 0.2;
}
.g-preloader.type_1:after {
    border-color: transparent;
    border-top-color: inherit;
    -webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
    animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
}
@-webkit-keyframes rotation {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes rotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* TYPE 2 */
.g-preloader.type_2:before,
.g-preloader.type_2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid;
}
.g-preloader.type_2:before {
    opacity: 0.2;
}
.g-preloader.type_2:after {
    border-top-color: transparent;
    -webkit-animation: rotation 0.8s infinite linear;
    animation: rotation 0.8s infinite linear;
}

/* TYPE 3 */
.g-preloader.type_3 .g-preloader-h {
    width: 60px;
    height: 60px;
    border: 30px solid;
    border-radius: 50%;
    -webkit-animation: scale 1s infinite cubic-bezier(.6,.3,.3,.6);
    animation: scale 1s infinite cubic-bezier(.6,.3,.3,.6);
}
@-webkit-keyframes scale {
    0% { -webkit-transform: scale(0); }
    50% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(0); }
}
@keyframes scale {
    0% { transform: scale(0); opacity: 1; }
    100% { transform: scale(1); opacity: 0; }
}

/* TYPE 4 */
.g-preloader.type_4 .g-preloader-h {
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-radius: 50%;
    -webkit-animation: scale2 1.5s infinite ease;
    animation: scale2 1.5s infinite ease;
}
@-webkit-keyframes scale2 {
    0% { -webkit-transform: scale(0.05); border-width: 30px; }
    50% { -webkit-transform: scale(1); border-width: 1px; }
    100% { -webkit-transform: scale(0.05); border-width: 30px; }
}
@keyframes scale2 {
    0% { transform: scale(0.05); border-width: 30px; }
    50% { transform: scale(1); border-width: 1px; }
    100% { transform: scale(0.05); border-width: 30px; }
}

/* TYPE 5 */
.g-preloader.type_5,
.g-preloader.type_5 {
    transform: rotate(45deg);
}
.g-preloader.type_5:before,
.g-preloader.type_5:after,
.g-preloader.type_5 .g-preloader-h:before,
.g-preloader.type_5 .g-preloader-h:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
}
.g-preloader.type_5:before {
    top: 0;
    left: 0;
    -webkit-animation: cubes-tl 1.2s infinite ease;
    animation: cubes-tl 1.2s infinite ease;
}
.g-preloader.type_5:after {
    top: 19px;
    left: 19px;
    -webkit-animation: cubes-tr 1.2s infinite ease;
    animation: cubes-tr 1.2s infinite ease;
}
.g-preloader.type_5 .g-preloader-h:before {
    top: 0;
    left: 19px;
    -webkit-animation: cubes-br 1.2s infinite ease;
    animation: cubes-br 1.2s infinite ease;
}
.g-preloader.type_5 .g-preloader-h:after {
    top: 19px;
    left: 0;
    -webkit-animation: cubes-bl 1.2s infinite ease;
    animation: cubes-bl 1.2s infinite ease;
}
@keyframes cubes-tl {
    0%{ transform: translate(0px, 0px); }
    20%{ transform: translate(0px, 0px); }
    60%{ transform: translate(-12px, -12px) rotate(90deg); }
    100%{ transform: translate(0px, 0px) rotate(180deg); }
}
@keyframes cubes-tr {
    0%{ transform: translate(0px, 0px); }
    20%{ transform: translate(0px, 0px); }
    60%{ transform: translate(12px, 12px) rotate(90deg); }
    100%{ transform: translate(0px, 0px) rotate(180deg); }
}
@keyframes cubes-br {
    0%{ transform: translate(0px, 0px); }
    20%{ transform: translate(0px, 0px); }
    60%{ transform: translate(12px, -12px) rotate(90deg); }
    100%{ transform: translate(0px, 0px) rotate(180deg); }
}
@keyframes cubes-bl {
    0%{ transform: translate(0px, 0px); }
    20%{ transform: translate(0px, 0px); }
    60%{ transform: translate(-12px, 12px) rotate(90deg); }
    100%{ transform: translate(0px, 0px) rotate(180deg); }
}



/* Pricing Table
   ========================================================================== */

.w-pricing-item:first-child .w-pricing-item-h {
    margin-left: 0;
}
.w-pricing-item:last-child .w-pricing-item-h {
    margin-right: 0;
}
.w-pricing-item-header {
    padding: 35px 30px 25px;
}
.w-pricing-item-title {
    margin-bottom: 15px;
}
.w-pricing-item.type_featured .w-pricing-item-title {
    color: inherit;
}
.w-pricing-item-price {
    font-size: 48px;
    line-height: 48px;
}
.w-pricing-item-price small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 5px;
    opacity: 0.5;
}
.w-pricing-item .w-pricing-item-features {
    list-style-type: none;
    margin: 0;
}
.w-pricing-item .w-pricing-item-features li {
    padding: 6px 20px;
    margin: 0;
}
.w-pricing-item-footer {
    padding: 25px 0 40px;
}

/* STYLE 1 */
.w-pricing.style_1 .w-pricing-item-h {
    margin: 4px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
    transition: box-shadow 0.3s;
}
.w-pricing.style_1 .w-pricing-item:hover .w-pricing-item-h {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
    z-index: 1;
}
.w-pricing.style_1 .w-pricing-item-header {
    padding: 30px;
    margin-bottom: 25px;
}
.w-pricing.style_1 .type_featured .w-pricing-item-header {
    color: #fff;
}

/* STYLE 2 */
.w-pricing.style_2 .w-pricing-item-h {
    margin: 2px;
}
.w-pricing.style_2 .type_featured .w-pricing-item-h {
    color: #fff;
}



/* Profile Box
   ========================================================================== */

.w-profile {
    padding: 35px 40px 28px;
    text-align: center;
}
.w-profile-avatar img {
    display: block;
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto 5px;
}
.w-profile-name {
    font-size: 16px;
    line-height: 24px;
}
.w-profile-link.for_user {
    display: block;
    margin-bottom: 3px;
}
.w-profile-link.for_logout {
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
}



/* Progress Bar
   ========================================================================== */

.w-progbar-bar-h {
    height: 100%;
    border-radius: inherit;
    transition: width 0.8s cubic-bezier(.6,.3,.3,.6);
}
.w-progbar.initial .w-progbar-bar-h {
    width: 0 !important;
}
.w-progbar.hide_count .w-progbar-title-count,
.w-progbar.hide_count .w-progbar-bar-count {
    display: none !important;
}

/* STYLE 1 */
.w-progbar.style_1 {
    padding: 10px 0 15px;
}
.w-progbar.style_1 .w-progbar-title {
    display: table;
    width: 100%;
    margin-bottom: 10px !important;
}
.w-progbar.style_1 .w-progbar-title-text {
    display: table-cell;
    vertical-align: top;
}
.w-progbar.style_1 .w-progbar-title-count {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
}
.w-progbar.style_1 .w-progbar-bar {
    height: 10px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04) inset;
}
.w-progbar.style_1.size_small .w-progbar-bar {
    height: 5px;
    border-radius: 3px;
}
.w-progbar.style_1.size_large .w-progbar-bar {
    height: 15px;
    border-radius: 8px;
}
.w-progbar.style_1 .w-progbar-bar-count {
    display: none;
}

/* STYLE 2 */
.w-progbar.style_2 {
    padding: 5px 0;
    position: relative;
    line-height: 42px;
    height: 42px;
}
.w-progbar.style_2.size_small {
    line-height: 34px;
    height: 34px;
}
.w-progbar.style_2.size_large {
    line-height: 50px;
    height: 50px;
}
.w-progbar.style_2 .w-progbar-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: inherit;
    font-size: 14px;
    color: #fff !important;
}
.w-progbar.style_2 .w-progbar-title-text {
    margin-right: 5px;
}
.w-progbar.style_2 .w-progbar-title-count {
    font-weight: bold;
}
.w-progbar.style_2 .w-progbar-bar {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.25);
}
.w-progbar.style_2 .w-progbar-bar-h {
    border-radius: 0;
}
.w-progbar.style_2 .w-progbar-bar-count {
    display: none;
}

/* STYLE 3 */
.w-progbar.style_3 {
    font-size: 0;
    padding: 16px 0;
}
.w-progbar.style_3 .w-progbar-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 20px;
    margin-bottom: 0;
    width: 33%;
}
.w-progbar.style_3 .w-progbar-title-count {
    display: none;
}
.w-progbar.style_3 .w-progbar-bar {
    display: inline-block;
    vertical-align: middle;
    width: 67%;
    height: 6px;
    border-radius: 3px;
    background-color: transparent;
}
.w-progbar.style_3 .w-progbar-bar:before {
    display: block;
    content: '';
    width: 100%;
    height: inherit;
    margin-bottom: -6px;
    border-radius: inherit;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04) inset;
}
.w-progbar.style_3 .w-progbar-bar-h {
    position: relative;
}
.w-progbar.style_3 .w-progbar-bar-count {
    display: block;
    position: absolute;
    right: -25px;
    top: -23px;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.w-progbar.style_3.size_small .w-progbar-bar {
    height: 4px;
    border-radius: 2px;
}
.w-progbar.style_3.size_small .w-progbar-bar:before {
    margin-bottom: -4px;
}
.w-progbar.style_3.size_small .w-progbar-bar-count {
    top: -24px;
}
.w-progbar.style_3.size_large .w-progbar-bar {
    height: 8px;
    border-radius: 4px;
}
.w-progbar.style_3.size_large .w-progbar-bar:before {
    margin-bottom: -8px;
}
.w-progbar.style_3.size_large .w-progbar-bar-count {
    top: -22px;
}

/* STYLE 4 */
.w-progbar.style_4 {
    padding: 15px 0;
}
.w-progbar.style_4 .w-progbar-title {
    font-size: 16px;
    margin-bottom: 10px !important;
}
.w-progbar.style_4 .w-progbar-title-count {
    display: none;
}
.w-progbar.style_4 .w-progbar-bar {
    height: 6px;
    width: 100%;
}
.w-progbar.style_4.size_small .w-progbar-bar {
    height: 4px;
}
.w-progbar.style_4.size_large .w-progbar-bar {
    height: 8px;
}
.w-progbar.style_4 .w-progbar-bar-h {
    position: relative;
}
.w-progbar.style_4 .w-progbar-bar-count {
    display: block;
    position: absolute;
    right: -23px;
    bottom: 14px;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    height: 28px;
    width: 46px;
    border-radius: 3px;
    background-color: rgba(15,15,15,0.9);
    color: #fff;
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(.6,.3,.3,.6);
}
.w-progbar.style_4.size_small .w-progbar-bar-count {
    bottom: 12px;
}
.w-progbar.style_4.size_large .w-progbar-bar-count {
    bottom: 16px;
}
.w-progbar.style_4 .w-progbar-bar-count:after {
    content: '';
    position: absolute;
    left: 18px;
    bottom: -5px;
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(15,15,15,0.9);
}
.w-progbar.style_4.initial .w-progbar-bar-count {
    opacity: 0;
}

/* STYLE 5 */
.w-progbar.style_5 {
    padding: 10px 0 20px;
}
.w-progbar.style_5 .w-progbar-title {
    display: table;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 15px !important;
}
.w-progbar.style_5 .w-progbar-title-text {
    display: table-cell;
    vertical-align: bottom;
    padding-right: 20px;
}
.w-progbar.style_5 .w-progbar-title-count {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.33;
}
.w-progbar.style_5 .w-progbar-bar {
    height: 4px;
    width: 100%;
}
.w-progbar.style_5.size_small .w-progbar-bar {
    height: 2px;
}
.w-progbar.style_5.size_small .w-progbar-title-count {
    font-size: 50px;
}
.w-progbar.style_5.size_large .w-progbar-bar {
    height: 6px;
}
.w-progbar.style_5.size_large .w-progbar-title-count {
    font-size: 70px;
}
.w-progbar.style_5 .w-progbar-bar-count {
    display: none;
}



/* Separator
   ========================================================================== */

.w-separator {
    line-height: 20px;
    height: 20px;
}
.w-separator-h i {
    font-size: 16px;
    width: 20px;
}

/* SIZE small */
.w-separator.size_small {
    margin: 25px 0;
}
.w-separator.type_invisible.size_small {
    margin: 10px 0;
}

/* SIZE medium */
.w-separator.size_medium {
    margin: 35px 0;
}
.w-separator.type_invisible.size_medium {
    margin: 20px 0;
}

/* SIZE large */
.w-separator.size_large {
    margin: 45px 0;
}
.w-separator.type_invisible.size_large {
    margin: 38px 0;
}

/* SIZE huge */
.w-separator.size_huge {
    margin: 65px 0;
}
.w-separator.type_invisible.size_huge {
    margin: 58px 0;
}

/* Improvements for color sections */
.l-section.color_primary .w-separator.color_border,
.l-section.color_secondary .w-separator.color_border {
    border-color: rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
}



/* Sharing
   ========================================================================== */

.w-sharing {
    font-size: 0;
}
.w-sharing-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    line-height: 24px;
    color: inherit;
}
.no-touch .w-sharing-item:hover {
    color: inherit;
}
.w-sharing-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 16px;
}
.w-sharing-icon:before {
    font-family: fontawesome;
    vertical-align: top;
    line-height: inherit;
}
.w-sharing-count {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    margin-left: 8px;
}
.w-sharing.counters_hide .w-sharing-count {
    display: none;
}

/* TYPE simple */
.w-sharing.type_simple .w-sharing-item {
    padding: 2px 15px;
    border-width: 0 1px 0 0;
    border-style: solid;
    transition: none;
}
.w-sharing.type_simple .w-sharing-item:first-child {
    padding-left: 0;
}
.w-sharing.type_simple .w-sharing-item:last-child {
    padding-right: 0;
    border: none;
}
.w-sharing.type_simple .w-sharing-icon {
    font-size: 20px;
    width: 26px;
    opacity: 0.33;
    transition: opacity 0.3s, color 0.3s;
}
.no-touch .w-sharing.type_simple .w-sharing-item:hover .w-sharing-icon {
    opacity: 1;
}

/* TYPE solid */
.w-sharing.type_solid {
    margin: 0 -2px;
}
.w-sharing.type_solid .w-sharing-item {
    padding: 5px 12px;
    margin: 2px;
    border-radius: 3px;
    overflow: hidden;
    min-width: 50px;
    box-shadow: 0 2px 2px rgba(0,0,0,0), 0 3px 4px rgba(0,0,0,0);
    color: #fff;
}
.no-touch .w-sharing.type_solid .w-sharing-item:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
.w-sharing.type_solid .w-sharing-icon {
    font-size: 17px;
}

/* TYPE fixed */
.w-sharing.type_fixed {
    position: fixed;
    top: 50%;
    margin-top: -100px;
    z-index: 111;
}
.w-sharing.type_fixed.align_left {
    left: 0;
}
.w-sharing.type_fixed.align_right {
    right: 0;
}
.w-sharing.type_fixed.align_center {
    top: auto;
    left: 50%;
    bottom: 0;
    margin-top: 0;
    margin-left: -100px;
}
.w-sharing.type_fixed .w-sharing-item {
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0), 0 3px 4px rgba(0,0,0,0);
    color: #fff;
}
.no-touch .w-sharing.type_fixed .w-sharing-item:hover {
    z-index: 1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 2px 8px rgba(0,0,0,0.3);
}
.w-sharing.type_fixed.align_left .w-sharing-item,
.w-sharing.type_fixed.align_right .w-sharing-item {
    display: block;
    padding: 0;
    width: 40px;
}
.w-sharing.type_fixed.align_left .w-sharing-count,
.w-sharing.type_fixed.align_right .w-sharing-count {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin: -2px 0 0;
    padding-bottom: 8px;
}

/* Email */
.w-sharing.type_solid .w-sharing-item.email,
.w-sharing.type_fixed .w-sharing-item.email {
    background-color: #96a2a8;
}
.no-touch .w-sharing.type_simple .w-sharing-item.email:hover .w-sharing-icon {
    color: #96a2a8;
}
.w-sharing-item.email .w-sharing-icon:before {
    content: '\f0e0';
}

/* Facebook */
.w-sharing.type_solid .w-sharing-item.facebook,
.w-sharing.type_fixed .w-sharing-item.facebook {
    background-color: #42599e;
}
.no-touch .w-sharing.type_simple .w-sharing-item.facebook:hover .w-sharing-icon {
    color: #42599e;
}
.w-sharing-item.facebook .w-sharing-icon:before {
    content: '\f09a';
}

/* Twitter */
.w-sharing.type_solid .w-sharing-item.twitter,
.w-sharing.type_fixed .w-sharing-item.twitter {
    background-color: #55acee;
}
.no-touch .w-sharing.type_simple .w-sharing-item.twitter:hover .w-sharing-icon {
    color: #55acee;
}
.w-sharing-item.twitter .w-sharing-icon:before {
    content: '\f099';
}

/* Google+ */
.w-sharing.type_solid .w-sharing-item.gplus,
.w-sharing.type_fixed .w-sharing-item.gplus {
    background-color: #db4437;
}
.no-touch .w-sharing.type_simple .w-sharing-item.gplus:hover .w-sharing-icon {
    color: #db4437;
}
.w-sharing-item.gplus .w-sharing-icon:before {
    content: '\f0d5';
}

/* LinkedIn */
.w-sharing.type_solid .w-sharing-item.linkedin,
.w-sharing.type_fixed .w-sharing-item.linkedin {
    background-color: #0077b5;
}
.no-touch .w-sharing.type_simple .w-sharing-item.linkedin:hover .w-sharing-icon {
    color: #0077b5;
}
.w-sharing-item.linkedin .w-sharing-icon:before {
    content: '\f0e1';
}

/* Pinterest */
.w-sharing.type_solid .w-sharing-item.pinterest,
.w-sharing.type_fixed .w-sharing-item.pinterest {
    background-color: #cb2027;
}
.no-touch .w-sharing.type_simple .w-sharing-item.pinterest:hover .w-sharing-icon {
    color: #cb2027;
}
.w-sharing-item.pinterest .w-sharing-icon:before {
    content: '\f0d2';
}

/* Vkontakte */
.w-sharing.type_solid .w-sharing-item.vk,
.w-sharing.type_fixed .w-sharing-item.vk {
    background-color: #4c75a3;
}
.no-touch .w-sharing.type_simple .w-sharing-item.vk:hover .w-sharing-icon {
    color: #4c75a3;
}
.w-sharing-item.vk .w-sharing-icon:before {
    content: '\f189';
}



/* Social Links
   ========================================================================== */

.w-socials-item-link {
    line-height: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    overflow: visible;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
}
.no-touch .w-socials-item-link:hover {
    box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
.w-socials-item-link-hover {
    display: none;
    border-radius: 50%;
    transform: translateZ(0);
    opacity: 0;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset;
    transition: opacity 0.3s;
}
.no-touch .w-socials-item-link:hover .w-socials-item-link-hover {
    opacity: 1;
}
.w-socials.hover_none .w-socials-item-link {
    background: none !important;
    box-shadow: none !important;
}
.w-socials-item-popup {
    left: 50%;
    margin-left: -17px;
}

/* Email */
.w-socials.style_colored .w-socials-item.email .w-socials-item-link {
    color: #697277;
}
.no-touch .w-socials-item.email .w-socials-item-link:hover,
.w-socials.style_colored_inv .email .w-socials-item-link {
    background-color: #697277;
}
.w-socials-item.email .w-socials-item-link:after {
    content: '\f0e0';
}

/* RSS */
.w-socials.style_colored .w-socials-item.rss .w-socials-item-link {
    color: #ff9702;
}
.no-touch .w-socials-item.rss .w-socials-item-link:hover,
.w-socials.style_colored_inv .rss .w-socials-item-link {
    background-color: #ff9702;
}
.w-socials-item.rss .w-socials-item-link:after {
    content: '\f09e';
}

/* Facebook */
.w-socials.style_colored .w-socials-item.facebook .w-socials-item-link {
    color: #42599e;
}
.no-touch .w-socials-item.facebook .w-socials-item-link:hover,
.w-socials.style_colored_inv .facebook .w-socials-item-link {
    background-color: #42599e;
}
.w-socials-item.facebook .w-socials-item-link:after {
    content: '\f09a';
}

/* Twitter */
.w-socials.style_colored .w-socials-item.twitter .w-socials-item-link {
    color: #55acee;
}
.no-touch .w-socials-item.twitter .w-socials-item-link:hover,
.w-socials.style_colored_inv .twitter .w-socials-item-link {
    background-color: #55acee;
}
.w-socials-item.twitter .w-socials-item-link:after {
    content: '\f099';
}

/* Google+ */
.w-socials.style_colored .w-socials-item.google .w-socials-item-link {
    color: #db4437;
}
.no-touch .w-socials-item.google .w-socials-item-link:hover,
.w-socials.style_colored_inv .google .w-socials-item-link {
    background-color: #db4437;
}
.w-socials-item.google .w-socials-item-link:after {
    content: '\f0d5';
}

/* LinkedIn */
.w-socials.style_colored .w-socials-item.linkedin .w-socials-item-link {
    color: #117eb9;
}
.no-touch .w-socials-item.linkedin .w-socials-item-link:hover,
.w-socials.style_colored_inv .linkedin .w-socials-item-link {
    background-color: #117eb9;
}
.w-socials-item.linkedin .w-socials-item-link:after {
    content: '\f0e1';
}

/* YouTube */
.w-socials.style_colored .w-socials-item.youtube .w-socials-item-link {
    color: #cd201f;
}
.no-touch .w-socials-item.youtube .w-socials-item-link:hover,
.w-socials.style_colored_inv .youtube .w-socials-item-link {
    background-color: #cd201f;
}
.w-socials-item.youtube .w-socials-item-link:after {
    content: '\f16a';
}

/* Vimeo */
.w-socials.style_colored .w-socials-item.vimeo .w-socials-item-link {
    color: #1ab7ea;
}
.no-touch .w-socials-item.vimeo .w-socials-item-link:hover,
.w-socials.style_colored_inv .vimeo .w-socials-item-link {
    background-color: #1ab7ea;
}
.w-socials-item.vimeo .w-socials-item-link:after {
    content: '\f27d';
}

/* Skype */
.w-socials.style_colored .w-socials-item.skype .w-socials-item-link {
    color: #00aff0;
}
.no-touch .w-socials-item.skype .w-socials-item-link:hover,
.w-socials.style_colored_inv .skype .w-socials-item-link {
    background-color: #00aff0;
}
.w-socials-item.skype .w-socials-item-link:after {
    content: '\f17e';
}

/* Flickr */
.w-socials.style_colored .w-socials-item.flickr .w-socials-item-link {
    color: #ff0084;
}
.no-touch .w-socials-item.flickr .w-socials-item-link:hover,
.w-socials.style_colored_inv .flickr .w-socials-item-link {
    background-color: #ff0084;
}
.w-socials-item.flickr .w-socials-item-link:after {
    content: '\f16e';
}

/* Pinterest */
.w-socials.style_colored .w-socials-item.pinterest .w-socials-item-link {
    color: #cb2027;
}
.no-touch .w-socials-item.pinterest .w-socials-item-link:hover,
.w-socials.style_colored_inv .pinterest .w-socials-item-link {
    background-color: #cb2027;
}
.w-socials-item.pinterest .w-socials-item-link:after {
    content: '\f0d2';
}

/* Tumblr */
.w-socials.style_colored .w-socials-item.tumblr .w-socials-item-link {
    color: #37465d;
}
.no-touch .w-socials-item.tumblr .w-socials-item-link:hover,
.w-socials.style_colored_inv .tumblr .w-socials-item-link {
    background-color: #37465d;
}
.w-socials-item.tumblr .w-socials-item-link:after {
    content: '\f173';
}

/* Dribbble */
.w-socials.style_colored .w-socials-item.dribbble .w-socials-item-link {
    color: #ea4c89;
}
.no-touch .w-socials-item.dribbble .w-socials-item-link:hover,
.w-socials.style_colored_inv .dribbble .w-socials-item-link {
    background-color: #ea4c89;
}
.w-socials-item.dribbble .w-socials-item-link:after {
    content: '\f17d';
}

/* Vkontakte */
.w-socials.style_colored .w-socials-item.vk .w-socials-item-link {
    color: #4c75a3;
}
.no-touch .w-socials-item.vk .w-socials-item-link:hover,
.w-socials.style_colored_inv .vk .w-socials-item-link {
    background-color: #4c75a3;
}
.w-socials-item.vk .w-socials-item-link:after {
    content: '\f189';
}

/* Instagram */
.w-socials.style_colored .w-socials-item.instagram .w-socials-item-link {
    color: #000;
}
.w-socials:not(.style_colored_inv) .instagram .w-socials-item-link-hover {
    display: block;
}
.w-socials-item.instagram .w-socials-item-link-hover,
.w-socials.style_colored_inv .instagram .w-socials-item-link {
    background: #a17357;
    background:
            radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%),
            radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%),
            radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
            radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
            radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
            radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
            radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
            linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
}
.w-socials-item.instagram .w-socials-item-link:after {
    content: '\f16d';
    font-size: 1.2em;
}

/* Behance */
.w-socials.style_colored .w-socials-item.behance .w-socials-item-link {
    color: #1769ff;
}
.no-touch .w-socials-item.behance .w-socials-item-link:hover,
.w-socials.style_colored_inv .behance .w-socials-item-link {
    background-color: #1769ff;
}
.w-socials-item.behance .w-socials-item-link:after {
    content: '\f1b4';
}

/* Xing */
.w-socials.style_colored .w-socials-item.xing .w-socials-item-link {
    color: #006464;
}
.no-touch .w-socials-item.xing .w-socials-item-link:hover,
.w-socials.style_colored_inv .xing .w-socials-item-link {
    background-color: #006464;
}
.w-socials-item.xing .w-socials-item-link:after {
    content: '\f168';
}

/* Yelp */
.w-socials.style_colored .w-socials-item.yelp .w-socials-item-link {
    color: #c41200;
}
.no-touch .w-socials-item.yelp .w-socials-item-link:hover,
.w-socials.style_colored_inv .yelp .w-socials-item-link {
    background-color: #c41200;
}
.w-socials-item.yelp .w-socials-item-link:after {
    content: '\f1e9';
}

/* Twitch */
.w-socials.style_colored .w-socials-item.twitch .w-socials-item-link {
    color: #6441a5;
}
.no-touch .w-socials-item.twitch .w-socials-item-link:hover,
.w-socials.style_colored_inv .twitch .w-socials-item-link {
    background-color: #6441a5;
}
.w-socials-item.twitch .w-socials-item-link:after {
    content: '\f1e8';
}

/* SoundCloud */
.w-socials.style_colored .w-socials-item.soundcloud .w-socials-item-link {
    color: #ff5600;
}
.no-touch .w-socials-item.soundcloud .w-socials-item-link:hover,
.w-socials.style_colored_inv .soundcloud .w-socials-item-link {
    background-color: #ff5600;
}
.w-socials-item.soundcloud .w-socials-item-link:after {
    content: '\f1be';
}

/* DeviantArt */
.w-socials.style_colored .w-socials-item.deviantart .w-socials-item-link {
    color: #05cc47;
}
.no-touch .w-socials-item.deviantart .w-socials-item-link:hover,
.w-socials.style_colored_inv .deviantart .w-socials-item-link {
    background-color: #637768;
}
.w-socials-item.deviantart .w-socials-item-link:after {
    content: '\f1bd';
}

/* Foursquare */
.w-socials.style_colored .w-socials-item.foursquare .w-socials-item-link {
    color: #fa4b7a;
}
.no-touch .w-socials-item.foursquare .w-socials-item-link:hover,
.w-socials.style_colored_inv .foursquare .w-socials-item-link {
    background-color: #fa4b7a;
}
.w-socials-item.foursquare .w-socials-item-link:after {
    content: '\f180';
}

/* Github */
.w-socials.style_colored .w-socials-item.github .w-socials-item-link {
    color: #333;
}
.no-touch .w-socials-item.github .w-socials-item-link:hover,
.w-socials.style_colored_inv .github .w-socials-item-link {
    background-color: #333;
}
.w-socials-item.github .w-socials-item-link:after {
    content: '\f09b';
}

/* Odnoklassniki */
.w-socials.style_colored .w-socials-item.odnoklassniki .w-socials-item-link {
    color: #f58220;
}
.no-touch .w-socials-item.odnoklassniki .w-socials-item-link:hover,
.w-socials.style_colored_inv .odnoklassniki .w-socials-item-link {
    background-color: #f58220;
}
.w-socials-item.odnoklassniki .w-socials-item-link:after {
    content: '\f263';
}

/* 500px */
.w-socials.style_colored .w-socials-item.s500px .w-socials-item-link {
    color: #222;
}
.no-touch .w-socials-item.s500px .w-socials-item-link:hover,
.w-socials.style_colored_inv .s500px .w-socials-item-link {
    background-color: #222;
}
.w-socials-item.s500px .w-socials-item-link:after {
    content: '\f26e';
}

/* Houzz */
.w-socials.style_colored .w-socials-item.houzz .w-socials-item-link {
    color: #7ac142;
}
.no-touch .w-socials-item.houzz .w-socials-item-link:hover,
.w-socials.style_colored_inv .houzz .w-socials-item-link {
    background-color: #7ac142;
}
.w-socials-item.houzz .w-socials-item-link:after {
    content: '\f27c';
}

/* Medium */
.w-socials.style_colored .w-socials-item.medium .w-socials-item-link {
    color: #00ab6c;
}
.no-touch .w-socials-item.medium .w-socials-item-link:hover,
.w-socials.style_colored_inv .medium .w-socials-item-link {
    background-color: #00ab6c;
}
.w-socials-item.medium .w-socials-item-link:after {
    content: '\f23a';
}

/* Tripadvisor */
.w-socials.style_colored .w-socials-item.tripadvisor .w-socials-item-link {
    color: #579542;
}
.no-touch .w-socials-item.tripadvisor .w-socials-item-link:hover,
.w-socials.style_colored_inv .tripadvisor .w-socials-item-link {
    background-color: #579542;
}
.w-socials-item.tripadvisor .w-socials-item-link:after {
    content: '\f262';
}

/* Custom */
.w-socials-item.custom .w-socials-item-link-hover {
    display: block;
}
.w-socials.style_colored_inv .w-socials-item.custom .w-socials-item-link-hover {
    opacity: 1;
}

/* STYLE */
.no-touch .w-socials:not(.hover_none) .w-socials-item-link:hover,
.w-socials.style_colored_inv .w-socials-item-link,
.w-socials.style_desaturated_inv .w-socials-item-link {
    color: #fff !important;
}
.w-socials.style_colored_inv .w-socials-item-link i {
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
.w-socials.style_desaturated_inv .w-socials-item-link {
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}



/* Tabs (w-tabs layout_default)
   ========================================================================== */

.w-tabs.layout_default .w-tabs-list-h {
    display: flex;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: inherit;
}
.w-tabs.layout_default .w-tabs-item {
    flex: 1 1 0%;
    max-width: 50%;
    transition: color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
}
.w-tabs.layout_default .w-tabs-item-h {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding: 20px 25px;
    z-index: 1;
}
.w-tabs.layout_default .w-tabs-item i {
    opacity: 0.66;
    transition: opacity 0.3s;
}
.w-tabs.layout_default .w-tabs-item-title {
    text-transform: uppercase;
    opacity: 0.66;
    transition: opacity 0.3s;
}
.w-tabs.layout_default .w-tabs-item.active i,
.w-tabs.layout_default .w-tabs-item.active .w-tabs-item-title,
.no-touch .w-tabs.layout_default .w-tabs-item:hover i,
.no-touch .w-tabs.layout_default .w-tabs-item:hover .w-tabs-item-title {
    opacity: 1;
}
.w-tabs-item.with_icon i + .w-tabs-item-title,
.w-tabs-item.with_icon .w-tabs-item-title + i {
    margin-left: 12px;
}
.w-tabs-list-bar {
    position: absolute;
}
.w-tabs.layout_default .w-tabs-list-bar {
    left: 0;
    bottom: 0;
    height: 2px;
}

/* Accordion */
.w-tabs.accordion .w-tabs-section {
    border-style: solid;
    border-width: 1px 0 0 0;
}
.w-tabs.accordion .w-tabs-section:last-child {
    border-bottom-width: 1px;
}
.w-tabs.accordion .w-tabs-section.color_custom {
    border-color: transparent;
}
.w-tabs-section-header {
    padding: 20px;
    transition: background-color 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
}
.no-touch .w-tabs.accordion .w-tabs-section-header:hover,
.no-touch .w-tabs.accordion.type_togglable .w-tabs-section.active .w-tabs-section-header:hover {
    background-color: rgba(0,0,0,0.04);
}
.w-tabs-section.active .w-tabs-section-header {
    background-color: transparent;
}
.w-tabs-section.color_custom.active .w-tabs-section-header {
    color: inherit !important;
}
.w-tabs-section-title {
    color: inherit;
    max-width: calc(100% - 40px);
}
.w-tabs-section.with_icon i + .w-tabs-section-title,
.w-tabs-section.with_icon .w-tabs-section-title + i {
    margin-left: 15px;
}
.w-tabs-section-control {
    top: 50%;
    font-size: 28px;
    font-family: mdfonticon;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    text-align: center;
    transition: transform 0.3s;
    transform: rotate(0deg);
}
.w-tabs-section.active .w-tabs-section-control {
    transform: rotate(180deg);
}
.w-tabs-section-content-h {
    padding-top: 30px;
}
.w-tabs.accordion .w-tabs-section-content-h {
    padding: 10px 20px 30px;
}

/* ICON chevron */
.w-tabs.icon_chevron .w-tabs-section-control:before {
    content: '\e71e';
    vertical-align: top;
}

/* ICON plus */
.w-tabs.icon_plus .w-tabs-section-control:before {
    content: '\e7d3';
    vertical-align: top;
}

/* ICON triangle */
.w-tabs.icon_triangle .w-tabs-section-control:before {
    content: '\e640';
    vertical-align: top;
}

/* ICON none */
.w-tabs.icon_none .w-tabs-section-control {
    display: none;
}

/* ICONPOS right */
.w-tabs.iconpos_right .w-tabs-section-control {
    right: 15px;
}
.w-tabs.iconpos_right .w-tabs-section-header-h {
    padding-right: 40px;
}

/* ICONPOS left */
.w-tabs.iconpos_left .w-tabs-section-control {
    left: 15px;
}
.w-tabs.iconpos_left .w-tabs-section-header-h {
    padding-left: 40px;
}

/* TITLE center */
.w-tabs.accordion.title_center .w-tabs-section-header {
    text-align: center;
}
.w-tabs.accordion.title_center .w-tabs-section-header-h {
    padding: 0;
}
.w-tabs.accordion.title_center .with_icon .w-tabs-section-title {
    max-width: calc(100% - 70px);
}
.w-tabs.accordion.title_center .w-tabs-section-control {
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin: 0 0 0 10px;
}

/* TITLE right */
.w-tabs.accordion.title_right .w-tabs-section-header {
    text-align: right;
}



/* Tour (w-tabs layout_ver)
   ========================================================================== */
.w-tabs.layout_ver {
    display: table;
    width: 100%;
}
.w-tabs.layout_ver .w-tabs-list {
    display: table-cell;
    vertical-align: top;
    overflow: visible;
    border-right-width: 1px;
    border-right-style: solid;
}
.w-tabs.layout_ver .w-tabs-item {
    float: none;
}
.w-tabs.layout_ver .w-tabs-item-h {
    position: relative;
    padding: 20px 25px;
    z-index: 1;
}
.w-tabs.layout_ver .w-tabs-item i {
    opacity: 0.66;
    transition: opacity 0.3s;
}
.w-tabs.layout_ver .w-tabs-item-title {
    text-transform: uppercase;
    padding-top: 0 !important;
    opacity: 0.66;
    transition: opacity 0.3s;
}
.w-tabs.layout_ver .w-tabs-item.active i,
.w-tabs.layout_ver .w-tabs-item.active .w-tabs-item-title,
.no-touch .w-tabs.layout_ver .w-tabs-item:hover i,
.no-touch .w-tabs.layout_ver .w-tabs-item:hover .w-tabs-item-title {
    opacity: 1;
}
.w-tabs.layout_ver .w-tabs-list-bar {
    right: -1px;
    width: 2px;
}
.w-tabs.layout_ver .w-tabs-sections {
    display: table-cell;
    vertical-align: top;
}
.w-tabs.layout_ver .w-tabs-section {
    float: none;
    padding-left: 40px;
}
.w-tabs.layout_ver .w-tabs-section-content-h,
.w-tabs.layout_ver .w-tabs-section.no_indents {
    padding: 0 !important;
}
/* Fix for correct image sizing in Firefox */
.w-tabs.layout_ver .w-image img.size-full,
.w-tabs.layout_ver .w-image img.size-large {
    width: 100%;
}

/* NAVPOS right */
.w-tabs.layout_ver.navpos_right {
    direction: rtl;
}
.w-tabs.layout_ver.navpos_right .w-tabs-list {
    direction: ltr;
    border-right-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
}
.w-tabs.layout_ver.navpos_right .w-tabs-list-bar {
    left: -1px;
    right: auto;
}
.w-tabs.layout_ver.navpos_right .w-tabs-section {
    direction: ltr;
    padding-left: 0;
    padding-right: 40px;
}

/* TITLE */
.w-tabs.layout_ver.title_left .w-tabs-item {
    text-align: left;
}
.w-tabs.layout_ver.title_right .w-tabs-item {
    text-align: right;
}

/* NAVWIDTH */
.w-tabs.layout_ver.navwidth_auto .w-tabs-list {
    width: 0;
}
.w-tabs.layout_ver.navwidth_auto .w-tabs-item {
    white-space: nowrap;
}
.w-tabs.layout_ver.navwidth_auto .w-tabs-sections {
    width: 100%;
}
.w-tabs.layout_ver.navwidth_10 .w-tabs-list {
    width: 10%;
}
.w-tabs.layout_ver.navwidth_10 .w-tabs-sections {
    width: 90%;
}
.w-tabs.layout_ver.navwidth_20 .w-tabs-list {
    width: 20%;
}
.w-tabs.layout_ver.navwidth_20 .w-tabs-sections {
    width: 80%;
}
.w-tabs.layout_ver.navwidth_30 .w-tabs-list {
    width: 30%;
}
.w-tabs.layout_ver.navwidth_30 .w-tabs-sections {
    width: 70%;
}
.w-tabs.layout_ver.navwidth_40 .w-tabs-list {
    width: 40%;
}
.w-tabs.layout_ver.navwidth_40 .w-tabs-sections {
    width: 60%;
}
.w-tabs.layout_ver.navwidth_50 .w-tabs-list,
.w-tabs.layout_ver.navwidth_50 .w-tabs-sections {
    width: 50%;
}

/* Accordion */
.w-tabs.layout_ver.accordion {
    display: block;
}
.w-tabs.layout_ver.accordion .w-tabs-sections {
    display: block;
    width: 100% !important;
}
.w-tabs.layout_ver.accordion .w-tabs-section {
    padding: 0 !important;
}



/* Timeline (w-tabs layout_timeline)
   ========================================================================== */

.w-tabs.layout_timeline .w-tabs-list {
    overflow: visible;
}
.w-tabs.layout_timeline .w-tabs-list:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 1px;
    right: 1px;
    height: 1px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-color: inherit;
}
.w-tabs.layout_timeline .w-tabs-list-h {
    display: flex;
    justify-content: space-between;
}
.w-tabs.layout_timeline .w-tabs-item {
    line-height: 80px;
    height: 80px;
    width: 80px;
    min-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 50%;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
}
.w-tabs.layout_timeline .w-tabs-item.active {
    color: #fff;
}
.no-touch .w-tabs.layout_timeline .w-tabs-item:hover {
    box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
    color: #fff;
}
.w-tabs.layout_timeline .w-tabs-item.with_icon .w-tabs-item-title {
    display: none;
}

/* Accordion */
.w-tabs.layout_timeline.accordion .w-tabs-section {
    border: none;
}
.w-tabs.layout_timeline.accordion .w-tabs-section-header {
    margin: 0 auto;
    padding: 20px 0 0;
    width: 80px;
    background-color: transparent !important;
}
.w-tabs.layout_timeline .w-tabs-section:first-child .w-tabs-section-header {
    padding-top: 0;
}
.w-tabs.layout_timeline .w-tabs-section-header:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    border-left-width: 1px;
    border-left-style: dashed;
}
.w-tabs.layout_timeline .w-tabs-section-header-h {
    text-align: center;
    line-height: 80px;
    height: 80px;
    width: 80px;
    padding: 0;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
}
.w-tabs.layout_timeline .w-tabs-section.active .w-tabs-section-header-h {
    box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
    color: #fff;
}
.w-tabs.layout_timeline .w-tabs-section-title {
    white-space: inherit;
    color: inherit;
    max-width: none;
}
.w-tabs.layout_timeline .w-tabs-section-control,
.w-tabs.layout_timeline .w-tabs-section.with_icon .w-tabs-section-title {
    display: none;
}
.w-tabs.layout_timeline.accordion .w-tabs-section-content {
    padding: 60px 20px 20px;
    margin-top: -40px;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
}
.w-tabs.layout_timeline.accordion .w-tabs-section-content-h {
    padding: 0;
}

/* Size improvements */
.w-tabs.title_left,
.w-tabs.title_right {
    padding: 0 !important;
}
.l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-content {
    padding-left: 40px;
    padding-right: 40px;
}
.l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-content-h {
    padding: 60px 0;
}
@media (min-width: 1280px) {
    .l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-item-h {
        padding: 25px 35px;
    }
    .l-section.width_full .vc_col-sm-12 > .w-tabs .w-tabs-section-header {
        font-size: 24px;
        padding: 35px;
    }
    .l-section.width_full .vc_col-sm-12 > .w-tabs.iconpos_right .w-tabs-section-control {
        right: 30px;
    }
    .l-section.width_full .vc_col-sm-12 > .w-tabs.iconpos_left .w-tabs-section-control {
        left: 30px;
    }
}

/* Improvements for color sections */
.l-section.color_primary .w-tabs-list,
.l-section.color_primary .w-tabs-section,
.l-section.color_primary .w-tabs-section-header:before,
.l-section.color_secondary .w-tabs-list,
.l-section.color_secondary .w-tabs-section,
.l-section.color_secondary .w-tabs-section-header:before,
.l-section.color_custom .w-tabs-list,
.l-section.color_custom .w-tabs-section,
.l-section.color_custom .w-tabs-section-header:before {
    border-color: rgba(255,255,255,0.5);
}



/* Tags
   ========================================================================== */

.g-tags {
    position: relative;
}
.g-tags:before {
    content: '\e8df';
    font-size: 1.11em;
    font-family: mdfonticon;
    vertical-align: top;
    margin-right: 3px;
}
.g-tags-title {
    display: none;
}
.g-tags > a {
    color: inherit;
}



/* Testimonial
   ========================================================================== */

.w-testimonial blockquote {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font: inherit;
}
.w-testimonial-text {
    display: block;
    font-size: 1.3em;
    line-height: 1.5;
}
.w-testimonial-text p:last-child {
    display: inline;
}
.w-testimonial-person {
    line-height: 24px;
    padding-top: 20px;
    overflow: hidden;
}
.w-testimonial-person-name {
    font-weight: 600;
}
.w-testimonial-person-meta {
    font-size: 0.9em;
    margin-left: 8px;
}
.w-testimonial-person img {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.w-testimonial img ~ .w-testimonial-person-name {
    display: block;
    margin-top: 5px;
}
.w-testimonial img ~ .w-testimonial-person-meta {
    margin: 0;
}

/* STYLE 1 */
.w-testimonial.style_1 {
    padding: 30px 35px;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
    transition: box-shadow 0.3s;
}
.no-touch .w-testimonial.style_1:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
}
.w-testimonial.style_1 .w-testimonial-text:before {
    content: open-quote;
}
.w-testimonial.style_1 .w-testimonial-text:after {
    content: close-quote;
}

/* STYLE 2 */
.w-testimonial.style_2 {
    padding-left: 90px;
    position: relative;
}
.w-testimonial.style_2:before {
    content: '\e767';
    position: absolute;
    top: 0;
    left: -18px;
    font-family: mdfonticon;
    font-size: 100px;
    line-height: 56px;
}



/* Toplink
   ========================================================================== */

.w-toplink {
    display: block;
    position: fixed;
    bottom: -56px;
    right: 15px;
    text-align: center;
    font-size: 34px;
    line-height: 54px;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    z-index: 100;
    outline: none !important;
    transition: background-color 0.3s, box-shadow 0.3s, bottom 0.3s;
    background-color: rgba(0,0,0,0.3);
    color: #fff !important;
}
.w-toplink.active {
    bottom: 15px;
}
.no-touch .w-toplink.active:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 30px rgba(0,0,0,0.15);
}
.w-toplink:before {
    content: '\e649';
    font-family: mdfonticon;
}



/* Pagination
   ========================================================================== */

.navigation.pagination {
    font-size: 0;
}
.pagination h2 {
    display: none;
}
.pagination .page-numbers {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 18px;
    line-height: 54px;
    height: 54px;
    width: 54px;
    margin: 2px;
    border-radius: 50%;
}
.pagination span.page-numbers {
    cursor: default;
}
.pagination a.page-numbers {
    color: inherit;
}
.pagination .page-numbers:first-child {
    margin-left: 0;
}
.no-touch .pagination a.page-numbers:hover {
    color: inherit;
}
.no-touch .color_primary .pagination a.page-numbers:hover,
.no-touch .color_secondary .pagination a.page-numbers:hover,
.no-touch .color_custom .pagination a.page-numbers:hover {
    background-color: rgba(255,255,255,0.12);
}
.pagination .page-numbers.current {
    color: #fff;
}
.pagination .page-numbers.dots {
    background: none !important;
    color: inherit !important;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 0;
}
.pagination .page-numbers.prev:after {
    content: '\e646';
    font-family: mdfonticon;
    font-size: 30px;
    padding-right: 2px;
}
.pagination .page-numbers.next:after {
    content: '\e647';
    font-family: mdfonticon;
    font-size: 30px;
    padding-left: 2px;
}



/* 404 page
   ========================================================================== */

.page-404 {
    text-align: center;
}
.page-404:before {
    display: inline-block;
    content: '\e878';
    font: 200px/1 mdfonticon;
    margin-bottom: 10px;
    opacity: 0.1;
}



/* WordPress widgets
   ========================================================================== */

.gallery-caption,
.bypostauthor {
    font-size: inherit;
}
img#wpstats {
    display: none !important;
}

/* Image Captions */
.wp-caption {
    line-height: 0;
    margin: 0 0 30px;
    max-width: 100%;
    position: relative;
}
.wp-caption-text {
    display: block;
    font-size: 0.9em;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    padding: 5px 10px;
}
.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-caption.alignleft {
    float: left;
    margin-right: 30px;
}
.wp-caption.alignright {
    float: right;
    margin-left: 30px;
}

/* Widgets */
.widget {
    margin-bottom: 3em;
}
.widget:last-child {
    margin-bottom: 0;
}
.l-subfooter .widget {
    margin-bottom: 2em;
}
.widget:not(.widget_text) ul {
    list-style-type: none;
    margin: 0;
}
.widget li:last-child {
    margin-bottom: 0 !important;
}

/* Archives */
.widget_archive ul li {
    line-height: 1.5em;
    padding-left: 20px;
    margin-bottom: 1em;
    position: relative;
}
.widget_archive ul li:before {
    position: absolute;
    top: 0.1em;
    left: -4px;
    content: '\e647';
    font-family: mdfonticon;
    font-size: 20px;
    opacity: 0.5;
}

/* Calendar */
.widget_calendar #calendar_wrap {
    padding: 20px;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    font-size: 1.2em;
    padding: 4px 20px 8px;
}
#wp-calendar thead th,
#wp-calendar tbody td,
#wp-calendar tfoot td {
    padding: 0;
    border: none;
    text-align: center;
    line-height: 32px;
}
#wp-calendar thead th {
    font-size: 10px;
    font-weight: normal;
    border-top: none;
    opacity: 0.5;
}
#wp-calendar tbody td a {
    display: block;
    font-weight: 700;
}
#wp-calendar tbody td#today {
    font-weight: 700;
}
#wp-calendar td#prev {
    text-align: left;
    padding-left: 10px;
}
#wp-calendar td#next {
    text-align: right;
    padding-right: 10px;
}

/* Categories */
.widget_categories ul li {
    line-height: 1.5em;
    padding-left: 20px;
    margin-bottom: 1em;
    position: relative;
}
.widget.widget_categories .children {
    margin: 1em 0;
}
.widget_categories ul li:before {
    position: absolute;
    top: 0.1em;
    left: -4px;
    content: '\e647';
    font-family: mdfonticon;
    font-size: 20px;
    opacity: 0.5;
}

/* Custom Menu */
.l-main .widget_nav_menu > div {
    border-bottom: 1px solid;
}
.l-main .widget_nav_menu ul li {
    margin: 0;
}
.l-main .widget_nav_menu .menu-item a {
    display: block;
    line-height: 1.5em;
    padding: 12px 20px;
    border-top: 1px solid;
    color: inherit;
}
.l-main .widget_nav_menu .menu-item.current-menu-item > a {
    font-weight: 700;
}
.l-main .widget_nav_menu .sub-menu {
    padding-bottom: 10px;
}
.l-main .widget_nav_menu .sub-menu > .menu-item > a {
    border: none;
    padding: 8px 8px 8px 40px;
}
.l-main .widget_nav_menu .sub-menu .sub-menu > .menu-item > a {
    border: none;
    padding: 8px 8px 8px 60px;
}
.l-main .widget_nav_menu .menu-item a i {
    width: 20px;
}
.l-footer .widget_nav_menu ul li {
    line-height: 1.5em;
    padding-left: 20px;
    margin-bottom: 1em;
    position: relative;
}
.l-footer .widget_nav_menu .sub-menu {
    margin: 1em 0;
}
.l-footer .widget_nav_menu .menu-item a:before {
    position: absolute;
    top: 0.1em;
    left: -4px;
    content: '\e647';
    font-family: mdfonticon;
    font-size: 20px;
    opacity: 0.5;
}

/* Meta */
.widget_meta ul li {
    line-height: 1.5em;
    padding-left: 20px;
    margin-bottom: 1em;
    position: relative;
}
.widget_meta ul li:before {
    position: absolute;
    top: 0.1em;
    left: -4px;
    content: '\e647';
    font-family: mdfonticon;
    font-size: 20px;
    opacity: 0.5;
}

/* Pages */
.widget_pages ul li {
    line-height: 1.5em;
    padding-left: 20px;
    margin-bottom: 1em;
    position: relative;
}
.widget.widget_pages ul.children {
    margin: 1em 0;
}
.widget_pages ul li:before {
    position: absolute;
    top: 0.1em;
    left: -4px;
    content: '\e647';
    font-family: mdfonticon;
    font-size: 20px;
    opacity: 0.5;
}

/* Recent Comments */
.widget_recent_comments .recentcomments {
    line-height: 1.5em;
    padding-left: 20px;
    margin-bottom: 1em;
    position: relative;
}
.widget_recent_comments .recentcomments:before {
    position: absolute;
    top: 0.1em;
    left: -4px;
    content: '\e647';
    font-family: mdfonticon;
    font-size: 20px;
    opacity: 0.5;
}

/* Recent Posts */
.widget_recent_entries ul li {
    line-height: 1.5em;
    padding-left: 20px;
    margin-bottom: 1em;
    position: relative;
}
.widget_recent_entries ul li:before {
    position: absolute;
    top: 0.1em;
    left: -4px;
    content: '\e647';
    font-family: mdfonticon;
    font-size: 20px;
    opacity: 0.5;
}
.widget_recent_entries ul li span {
    display: block;
    padding-top: 3px;
    opacity: 0.5;
}

/* RSS */
.widget_rss .widgettitle a {
    padding-left: 28px;
    position: relative;
}
.widget_rss .widgettitle a:first-child {
    display: none;
}
.widget_rss .widgettitle a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f143';
    font-family: FontAwesome;
    opacity: 0.5;
}
.widget_rss ul li {
    line-height: 1.5em;
    margin-bottom: 20px;
}
.widget_rss ul li span {
    display: block;
    padding-top: 3px;
    opacity: 0.5;
}
.widget_rss ul li cite {
    font-size: 0.9em;
    font-style: normal;
    opacity: 0.5;
}
.widget_rss ul li div {
    display: block;
    font-size: 0.9em;
    padding: 3px 0;
}

/* Search widget */
.widget_search .w-form {
    position: relative;
    min-width: 100px;
    padding-top: 0;
}
.widget_search .w-form-row {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.widget_search .w-form-row.for_submit,
.widget_search .w-form-row.for_submit .w-form-row-field {
    position: static;
}
.widget_search .w-form button {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 46px;
    width: 40px;
    margin: 0;
    padding: 0;
    text-align: right;
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    color: inherit;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.no-touch .widget_search .w-form button:hover {
    opacity: 1;
}
.widget_search .w-form button:before {
    content: '\e8b0';
    font-family: mdfonticon;
    font-size: 24px;
    vertical-align: top;
}
.widget_search .w-form button span {
    display: none !important;
}

/* Tags */
.widget_tag_cloud a {
    color: inherit;
}



/* CodeLights
   ========================================================================== */

.l-body .cl-btn {
    font-size: 15px;
    line-height: 2.8;
    padding: 0 1.5em;
    margin: 5px 0;
    text-transform: uppercase;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
    color: #fff;
}
.no-touch .l-body .cl-btn:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
    color: #fff;
}
.l-body .cl-btn:focus,
.l-body .cl-btn:active {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 5px 8px rgba(0,0,0,0.16), 0 9px 20px rgba(0,0,0,0.16) !important;
}
.cl-btn span:first-child {
    position: relative;
    z-index: 1;
}

/* Fix for sticky header when modal popup is open */
.cloverlay_fixed .l-header.pos_fixed {
    overflow-y: scroll;
}



/* Magnific Popup (lightbox)
   ========================================================================== */

.mfp-container:after {
    content: '\00D7';
    position: absolute;
    z-index: 1047;
    top: 0;
    right: 0;
    font-family: Arial, sans-serif;
    font-size: 54px;
    text-align: center;
    line-height: 80px;
    width: 80px;
    color: #fff;
}
.admin-bar .mfp-container:after {
    top: 32px;
}
button.mfp-arrow {
    box-shadow: none !important;
}
.mfp-close,
.mfp-arrow:after {
    display: none !important;
}
.mfp-arrow:before {
    content: '\e646';
    font-family: mdfonticon;
    font-size: 60px;
    line-height: 110px;
    width: 100%;
    margin: 0;
    border: none;
    color: #fff;
}
.mfp-arrow.mfp-arrow-right:before {
    content: '\e647';
}
.mfp-figure:after {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 5px 8px rgba(0,0,0,0.16), 0 9px 20px rgba(0,0,0,0.16);
}
.mfp-preloader {
    font-size: 0;
    left: 50%;
    right: auto;
    margin-top: -18px;
    margin-left: -18px;
    height: 36px;
    width: 36px;
    color: #fff;
    transition: opacity 0.2s ease 0.1s;
}
.mfp-s-ready .mfp-preloader {
    display: block;
    opacity: 0;
}
.mfp-preloader:before,
.mfp-preloader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid;
}
.mfp-preloader:before {
    opacity: 0.2;
}
.mfp-preloader:after {
    border-color: transparent;
    border-top-color: inherit;
    -webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
    animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
}

/* Animation */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.2s, opacity 0.2s;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.5);
}
.mfp-fade.mfp-wrap .mfp-container:after,
.mfp-fade.mfp-wrap .mfp-arrow {
    opacity: 0 !important;
    transition: opacity 0.2s;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-container:after,
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
    opacity: 0.6 !important;
}
.no-touch .mfp-fade.mfp-wrap.mfp-ready .mfp-arrow:hover {
    opacity: 1 !important;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-container:after,
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
    opacity: 0 !important;
}



/* Royal Slider
   ========================================================================== */

.w-slider:after {
    display: block;
    content: '';
    clear: both;
}
.rsDefault.royalSlider {
    width: 100%;
}
.rsDefault .rsOverflow {
    background-color: rgba(0,0,0,0.04);
}
.rsDefault.royalSlider.rsFullscreen {
    background-color: #111;
    color: #fff;
}
.royalSlider .rsImg {
    display: none;
}
.royalSlider .rsContent:first-child .rsImg {
    display: inline-block;
    max-width: 100%;
}
.royalSlider .rsContainer .rsImg {
    max-width: none !important;
}

/* Arrows */
.rsDefault .rsArrow {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 21;
    font-size: 54px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.rsDefault .rsArrowLeft {
    left: 0;
}
.rsDefault .rsArrowRight {
    right: 0;
}
.rsDefault .rsArrow:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '\e646';
    font-family: mdfonticon;
}
.rsDefault .rsArrow.rsArrowRight:after {
    content: '\e647';
}
.rsDefault .rsArrowDisabled:after {
    display: none;
}

/* Bullets */
.rsDefault .rsBullets {
    float: none;
    clear: both;
    text-align: center;
    line-height: 0;
    padding-top: 6px;
}
.rsDefault .rsBullet {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    box-sizing: content-box;
    cursor: pointer;
}
.rsDefault .rsBullet span {
    display: block;
    width: 4px;
    height: 4px;
    margin: 6px auto 0;
    opacity: 0.5;
    border-radius: 50%;
    border: 1px solid;
    box-sizing: content-box;
}
.rsDefault .rsBullet.rsNavSelected span {
    width: 0;
    height: 0;
    border-width: 3px;
}

/* Thumbnails */
.rsDefault .rsThumbsHor {
    clear: both;
    float: none;
    height: 68px;
    width: 100%;
    padding-top: 4px;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}
.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 64px;
    height: 64px;
}
.rsDefault .rsThumb img {
    display: block;
    width: 100%;
    height: 100%;
}
.rsDefault .rsThumb.rsNavSelected img {
    opacity: 0.3;
}
.rsDefault .rsThumbsArrow {
    display: none;
}

/* Fullscreen button */
.rsDefault .rsFullscreenBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 22;
    cursor: pointer;
    font-size: 34px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
    right: 0;
    top: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.rsDefault .rsFullscreenBtn:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '\e64b';
    font-family: mdfonticon;
}
.rsDefault.rsFullscreen .rsFullscreenBtn:after {
    content: '\e64c';
}

/* Preloader */
.rsDefault .rsPreloader {
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    height: 36px;
    width: 36px;
}
.rsDefault .rsPreloader:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border: 2px solid;
    border-radius: 50%;
    opacity: 0.2;
}
.rsDefault .rsPreloader:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-top-color: inherit;
    -webkit-animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
    animation: rotation 0.8s infinite cubic-bezier(.6,.3,.3,.6);
}

/* Slides Captions */
.rsDefault .rsABlock {
    top: auto;
    right: 0;
    bottom: 0;
    line-height: 1.5;
    max-height: 100%;
    padding: 40px 10px 6px;
    overflow: hidden;
    background: linear-gradient(transparent, rgba(30,30,30,0.8)) repeat-x;
    color: #fff;
}
.w-slider-item-description {
    font-size: 0.9em;
    margin: 5px 0;
    opacity: 0.5;
}



/* WPML
   ========================================================================== */

/* Language menu item */
.w-nav .menu-item-language {
    display: block;
    margin: 0;
}
.w-nav .menu-item-language > a {
    display: block;
    position: relative;
    overflow: hidden;
    color: inherit;
}
.w-nav.type_desktop .submenu-languages {
    display: none;
    list-style: none;
    margin: 0;
    text-align: left;
    position: absolute;
    z-index: 10;
    min-width: 100%;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.25);
    padding: 6px 0;
    border-radius: 2px;
}
.header_ver .w-nav.type_desktop .submenu-languages {
    left: 100%;
    top: 0;
}
.l-header.bg_transparent:not(.sticky) .type_desktop .w-nav-list > .menu-item-language > a {
    background-color: transparent;
}
.w-nav.type_desktop .menu-item-language:hover .submenu-languages {
    display: block;
}
.w-nav.type_desktop .submenu-languages .menu-item-language > a {
    line-height: 20px;
    padding: 10px 20px;
    white-space: nowrap;
    transition: color 0.1s, background-color 0.1s;
}
.menu-item-language > a img.iclflag {
    margin-right: 7px;
}
.w-nav.type_mobile .menu-item-language {
    text-align: left;
    line-height: 26px;
}
.w-nav.type_mobile .menu-item-language > a {
    padding: 0 10px;
}
.w-nav.type_mobile .w-nav-list > .menu-item-language {
    padding: 10px 0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
}
.w-nav.type_mobile .menu-item-language > a,
.w-nav.type_mobile .submenu-languages .menu-item-language {
    display: inline-block;
    vertical-align: top;
}
.w-nav.type_mobile .submenu-languages {
    display: inline;
    margin: 0;
    list-style: none;
}

/* Languages switcher */
.lang_sel_list_horizontal ul {
    overflow: hidden;
}
.lang_sel_list_horizontal li {
    float: left;
    margin: 0 15px 5px 0 !important;
    padding: 0 !important;
}
.lang_sel_list_vertical li {
    margin: 0 0 5px !important;
    padding: 0 !important;
}
.lang_sel_list_vertical li a,
.lang_sel_list_horizontal li a {
    border: none !important;
}
#lang_sel li,
#lang_sel_click li {
    padding: 0;
    margin: 0;
    position: relative;
}
#lang_sel a,
#lang_sel_click a {
    display: block;
    font-size: 13px;
    line-height: 40px;
    padding: 0 30px 0 15px;
    color: inherit !important;
}
#lang_sel a img.iclflag,
#lang_sel_click a img.iclflag {
    margin-right: 5px;
}
#lang_sel a.lang_sel_sel,
#lang_sel_click a.lang_sel_sel {
    border-bottom: 1px solid;
}
#lang_sel a.lang_sel_sel img.iclflag {
    margin-right: 2px;
}
#lang_sel_click a.lang_sel_sel img.iclflag {
    margin-right: 8px;
}
#lang_sel a.lang_sel_sel:before,
#lang_sel_click a.lang_sel_sel:before {
    display: block;
    content: "\e640";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 23px;
    font-family: mdfonticon;
    cursor: pointer;
}
#lang_sel ul ul,
#lang_sel_click ul ul {
    visibility: hidden;
    position: absolute;
    top: 40px;
    width: 100%;
    border-radius: 2px;
    padding: 6px 0;
    z-index: 1;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.25);
}
#lang_sel ul li:hover ul {
    visibility: visible;
}

/* Footer languages list */
#lang_sel_footer {
    clear: both;
    text-align: center;
    font: 11px/15px Verdana, sans-serif;
    padding: 8px;
}
#lang_sel_footer ul {
    margin: 0;
    list-style: none;
}
#lang_sel_footer ul li {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
}
#lang_sel_footer ul li a {
    display: block;
    padding: 5px 8px;
}
img.iclflag {
    position: relative;
    top: 1px;
}



/* Slider Revolution
   ========================================================================== */

.tp-leftarrow.tparrows.custom,
.tp-rightarrow.tparrows.custom {
    text-align: center;
    font-size: 34px;
    line-height: 54px;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    background-image: none;
    transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}
.no-touch .tp-leftarrow.tparrows.custom:hover,
.no-touch .tp-rightarrow.tparrows.custom:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 30px rgba(0,0,0,0.15);
    color: #fff;
}
.tp-leftarrow.tparrows.custom:before,
.tp-rightarrow.tparrows.custom:before {
    display: none;
}
.tp-rightarrow.tparrows.custom:after {
    content: '\e647';
    font-family: mdfonticon;
}
.tp-leftarrow.tparrows.custom:after {
    content: '\e646';
    font-family: mdfonticon;
}



/* Contact Form 7
   ========================================================================== */

.wpcf7-form {
    padding-top: 10px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form .w-form-row.no_icon {
    padding-left: 0 !important;
}
.wpcf7-form .w-form-row.no_icon .w-form-row-label {
    left: 0 !important;
}
.wpcf7-form-control.wpcf7-submit {
    margin: 0;
}
.wpcf7-form select {
    -webkit-appearance: none;
}
.wpcf7-form-control-wrap.type_select:after {
    display: block;
    content: '\e640';
    font: 25px/45px mdfonticon;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    pointer-events: none;
}
div.wpcf7 img.ajax-loader {
    margin-left: 10px;
}
span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 18px;
    padding-top: 4px;
}
.wpcf7-not-valid {
    border-color: red !important;
}
.wpcf7-not-valid ~ .w-form-row-field-bar:before,
.wpcf7-not-valid ~ .w-form-row-field-bar:after {
    bottom: 22px;
}
div.wpcf7-response-output {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0;
    padding: 12px 16px;
    border: none;
    color: #fff;
}
div.wpcf7-mail-sent-ok {
    background-color: #48b31b;
}
div.wpcf7-mail-sent-ng {
    background-color: #ff0000;
}
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    background-color: #ffa500;
}
label ~ .wpcf7-captchac {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

/* Radio & Checkboxes */
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    padding: 12px 0;
    line-height: 22px;
}
span.wpcf7-list-item {
    margin: 0 20px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.wpcf7-radio input[type="radio"],
.wpcf7-checkbox input[type="checkbox"] {
    display: none;
}
.wpcf7-list-item-label {
    position: relative;
    padding-left: 20px;
    white-space: normal;
}
.wpcf7-list-item-label:before {
    font: 21px/22px mdfonticon;
    position: absolute;
    top: -3px;
    left: -5px;
    opacity: 0.66;
    transition: color 0.3s, opacity 0.3s;
}
label:hover > .wpcf7-list-item-label:before {
    opacity: 1;
}
.wpcf7-radio .wpcf7-list-item-label:before {
    content: '\e602';
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    content: '\e603';
    opacity: 1;
}
.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: '\e601';
}
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    content: '\e600';
    opacity: 1;
}



/* Ultimate Addons for VC
   ========================================================================== */

.l-section .ult-vc-seperator {
    z-index: 2;
}
.g-cols > .upb_row_bg,
.g-cols > .upb_video-wrapper {
    display: none !important;
}
ul.slick-dots {
    margin: 0 !important;
}
.aio-icon.circle {
    line-height: 2.5em;
    height: 2.5em;
    width: 2.5em;
}
.aio-icon.circle i,
.aio-icon.square i,
.icon_list_icon i,
.info-circle-icons i {
    line-height: inherit !important;
    vertical-align: top;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

/* Advanced Button */
.l-body .ubtn {
    font-size: 15px;
    line-height: 2.8;
    padding: 0 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1),
    0 1px 3px rgba(0,0,0,0.3);
}
.no-touch .ubtn:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1),
    0 4px 8px rgba(0,0,0,0.3);
}
.ubtn:focus,
.ubtn:active {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1),
    0 5px 8px rgba(0,0,0,0.16),
    0 9px 20px rgba(0,0,0,0.16) !important;
}
.ubtn.ubtn-left {
    margin-right: 10px;
}
.ubtn.ubtn-right {
    margin-left: 10px;
}
.ubtn.ubtn-mini {
    font-size: 11px;
}
.ubtn.ubtn-small {
    font-size: 13px;
}
.ubtn.ubtn-block,
.ubtn.ubtn-large {
    font-size: 19px;
}

/* Highlight Box */
.ultimate-call-to-action .uvc-ctaction-data {
    padding: 0 20px;
    line-height: 1.4;
}

/* Advanced Carousel */
.ult-carousel-wrapper .slick-prev {
    padding-right: 2px;
}
.ult-carousel-wrapper .slick-next {
    padding-left: 2px;
}
.ult-carousel-wrapper button.circle-border,
.ult-carousel-wrapper button.circle-bg {
    line-height: 2em !important;
    height: 2em !important;
    width: 2em !important;
}
.ult-carousel-wrapper button i {
    line-height: inherit !important;
}

/* Dual Button */
.ulitmate_dual_buttons {
    box-shadow: 0 2px 1px rgba(0,0,0,0.1),
    0 1px 3px rgba(0,0,0,0.3);
}
.ult_dual_button .ult_ivan_button {
    text-transform: uppercase;
    padding: 11px;
}

/* Flip Box */
.flip-box-wrap .flip-box .ifb-face {
    padding: 30px;
}
.flip-box-wrap .flip-box .ifb-face h3 {
    font-size: 24px;
    margin: 10px 0;
}
.flip-box-wrap .flip-box p {
    line-height: inherit;
    margin-bottom: 5px;
}
.flip-box-wrap .flip-box .flip_link a {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 2.8;
    padding: 0 1.5em;
    border-radius: 3px;
    margin-top: 20px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1),
    0 1px 3px rgba(0,0,0,0.3);
}
.no-touch .flip-box-wrap .flip-box .flip_link a:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1),
    0 4px 8px rgba(0,0,0,0.3);
}
.flip-box-wrap .flip-box .flip_link a:focus,
.flip-box-wrap .flip-box .flip_link a:active {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1),
    0 5px 8px rgba(0,0,0,0.16),
    0 9px 20px rgba(0,0,0,0.16) !important;
}

/* Timeline */
.smile-icon-timeline-wrap > a,
.smile-icon-timeline-wrap .timeline-wrapper > a {
    color: inherit !important;
}
.smile-icon-timeline-wrap .timeline-separator-text .sep-text {
    font-size: 13px;
    line-height: 18px;
    padding: 4px 10px;
    border-radius: 2px !important;
}
.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot {
    padding: 4px;
}
.feat-item .timeline-dot {
    left: -7px !important;
}
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block,
.smile-icon-timeline-wrap .timeline-feature-item.feat-item {
    border-radius: 2px;
    border: none;
}
.smile-icon-timeline-wrap.tl-animation-shadow .timeline-block,
.smile-icon-timeline-wrap.tl-animation-shadow .feat-item {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
}
.smile-icon-timeline-wrap.tl-animation-shadow .timeline-block:hover,
.smile-icon-timeline-wrap.tl-animation-shadow .feat-item:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
}
.timeline-wrapper .timeline-post-left .ult-timeline-arrow l,
.timeline-wrapper .timeline-post-right .ult-timeline-arrow l {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}
.timeline-feature-item.feat-item .ult-timeline-arrow l {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}
.timeline-wrapper .ult-timeline-arrow s,
.feat-item .ult-timeline-arrow s {
    border-color: transparent !important;
}
.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon,
.timeline-feature-item.feat-item .ult-timeline-icon .aio-icon-img {
    margin: 30px 0 -10px !important;
}
.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header {
    font-size: inherit;
    padding: 30px;
}
.smile-icon-timeline-wrap .timeline-block.timeline-post-left .timeline-header-block .timeline-header {
    padding-left: 15px;
}
.smile-icon-timeline-wrap .timeline-block.timeline-post-right .timeline-header-block .timeline-header {
    padding-right: 15px;
}
.smile-icon-timeline-wrap .timeline-header-block .timeline-header h3,
.smile-icon-timeline-wrap .timeline-block .timeline-header h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 15px;
}
.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header p,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header p {
    margin-bottom: 15px;
}
.smile-icon-timeline-wrap .timeline-block .timeline-header-block .timeline-header p:last-child,
.smile-icon-timeline-wrap .timeline-feature-item .timeline-header-block .timeline-header p:last-child {
    margin-bottom: 0;
}
.timeline-wrapper .timeline-block .timeline-header a {
    display: inline;
    margin-top: 0;
}

/* Info Banner */
.ultb3-box .ultb3-info {
    padding: 30px;
    color: #fff;
}
.ultb3-box .ultb3-title {
    margin-bottom: 20px;
}
.ultb3-box .ultb3-desc {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 20px;
}
.ultb3-box a.ultb3-btn {
    font-size: 15px;
    line-height: 2.8;
    padding: 0 1.5em;
    text-transform: uppercase;
}
.no-touch .ultb3-box a.ultb3-btn:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1),
    0 4px 8px rgba(0,0,0,0.3);
}
.ultb3-box a.ultb3-btn:active {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1),
    0 5px 8px rgba(0,0,0,0.16),
    0 9px 20px rgba(0,0,0,0.16) !important;
}

/* Info Box */
a.aio-icon-box-link {
    color: inherit !important;
}
.aio-icon-box {
    border-radius: 5px;
}
.aio-icon-box.square_box-icon .aio-icon-header {
    padding: 0 10%;
}
.aio-icon-box.square_box-icon .aio-icon-description {
    padding: 0 10% 10%;
}
.aio-icon-box .aio-icon.circle {
    box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
    transition: transform 0.3s, box-shadow 0.3s !important;
}
.no-touch .aio-icon-box-link:hover .aio-icon.circle {
    box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
.aio-icon-box.default-icon .aio-icon-default .aio-icon,
.aio-icon-box.default-icon .aio-icon-default .aio-icon-img {
    margin-right: 20px;
}
.aio-icon-box.heading-right-icon .aio-icon-heading-right .aio-icon,
.aio-icon-box.heading-right-icon .aio-icon-heading-right .aio-icon-img {
    margin-left: 20px;
}
.aio-icon-box.left-icon .aio-icon-left .aio-icon,
.aio-icon-box.left-icon .aio-icon-left .aio-icon-img {
    margin-right: 25px;
}
.aio-icon-box.right-icon .aio-icon-right .aio-icon,
.aio-icon-box.right-icon .aio-icon-right .aio-icon-img {
    margin-left: 25px;
}
.aio-icon-box .aio-icon-header h3.aio-icon-title {
    font-size: 22px;
    line-height: 1.4;
}
.aio-icon-box.top-icon .aio-icon-header h3.aio-icon-title {
    margin-top: 18px;
}
.aio-icon-header + .aio-icon-description {
    margin-top: 15px !important;
}
.aio-icon-box .aio-icon-read {
    padding: 15px 0 0;
}

/* Info Circle */
.info-c-full-br .icon-circle-list .info-circle-icons {
    line-height: 2.3em !important;
    height: 2.3em !important;
    width: 2.3em !important;
}
.info-circle-icons {
    box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
    transition: box-shadow 0.3s;
}
.no-touch .info-circle-icons:hover {
    box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}

/* Info List */
.smile_icon_list_wrap .smile_icon_list.top.hexagon .icon_list_icon {
    margin-bottom: 2.5em;
}
.smile_icon_list_wrap .smile_icon_list li .icon_description h3 {
    font-weight: normal;
    margin-bottom: 10px;
}

/* Info Table & Price Box */
.ult_pricing_table_wrap {
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
    transition: box-shadow 0.3s;
}
.no-touch .ult_pricing_table_wrap:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
}
.ult_pricing_table_wrap.ult_design_2 {
    overflow: visible;
}
.ult_pricing_table_wrap.ult_design_2 {
    display: table;
    content: '';
    clear: both;
}
.ult_pricing_table {
    box-shadow: none !important;
}
.ult_design_4 .ult_pricing_table {
    border-bottom: none !important;
}
.ult_design_6 .ult_pricing_table {
    border: none !important;
}
.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h3 {
    font-size: 22px;
    line-height: 1.4;
}
.ult_pricing_table_wrap .ult_pricing_table .ult_pricing_heading h5 {
    margin: 4px 20px;
}
.ult_design_1 .ult_pricing_table .ult_price_body {
    margin: 0 auto;
}
.ult_design_6 .ult_pricing_table .ult_price_body {
    border: none !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
}
.ult_pricing_table_wrap .ult_pricing_table .ult_price_features {
    padding: 20px 30px 10px;
}
.ult_pricing_table_wrap p {
    margin-bottom: 20px;
}
.ult_pricing_table .ult_price_features ul li {
    line-height: 1.5em !important;
}
.ult_design_5 .ult_pricing_table,
.ult_design_2 .ult_pricing_table .ult_price_features ul li,
.ult_design_4 .ult_pricing_table .ult_price_features ul li,
.ult_design_5 .ult_pricing_table .ult_price_features ul li {
    border: none !important;
}
.ult_pricing_table .ult_price_link .ult_price_action_button {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 2.8 !important;
    padding: 0 1.5em !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1),
    0 1px 3px rgba(0,0,0,0.3);
}
.no-touch .ult_pricing_table .ult_price_link .ult_price_action_button:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1),
    0 4px 8px rgba(0,0,0,0.3);
}
.ult_pricing_table .ult_price_link .ult_price_action_button:focus,
.ult_pricing_table .ult_price_link .ult_price_action_button:active {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1),
    0 5px 8px rgba(0,0,0,0.16),
    0 9px 20px rgba(0,0,0,0.16) !important;
}
.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button {
    font-size: inherit;
    line-height: 1 !important;
    text-transform: none !important;
    padding: 7px !important;
    z-index: 3;
}
.ult_pricing_table_wrap .ult_pricing_table .ult_price_link {
    padding: 0 0 35px;
}
.ult_pricing_table_wrap.ult_design_1 .ult_pricing_table .ult_price_link {
    padding: 20px;
}

/* Modal Box */
.ult-overlay {
    z-index: 501 !important;
}
.ult-modal-input-wrapper .btn-modal {
    font-size: 15px;
    line-height: 2.8;
    padding: 0 1.5em;
    border-radius: 3px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1),
    0 1px 3px rgba(0,0,0,0.3);
}
.no-touch .ult-modal-input-wrapper .btn-modal:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1),
    0 4px 8px rgba(0,0,0,0.3);
}
.ult-modal-input-wrapper .btn-modal:focus,
.ult-modal-input-wrapper .btn-modal:active {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1),
    0 5px 8px rgba(0,0,0,0.16),
    0 9px 20px rgba(0,0,0,0.16) !important;
}
.ult-modal-input-wrapper .btn-modal.btn-modal-sm {
    font-size: 13px;
}
.ult-modal-input-wrapper .btn-modal.btn-modal-lg {
    font-size: 19px;
}
.ult_modal .ult_modal-content {
    border-radius: 2px;
    box-shadow: 0 12px 12px rgba(0,0,0,0.17), 0 20px 40px rgba(0,0,0,0.3);
}
.ult_modal .ult_modal-header > .modal-icon {
    font-size: 1.3em;
}
.ult_modal .ult_modal-body {
    line-height: inherit;
    padding: 30px;
}
.ult_modal .ult_modal-body p:last-child {
    margin-bottom: 0;
}

/* Image Separator */
.ult-easy-separator-wrapper {
    float: none !important;
    margin: 0 !important;
}


/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

.ts-font-light { font-weight: 100; }
.ts-font-regular { font-weight: 400; }
.ts-font-bold { font-weight: 700; }
.ts-strong { font-weight: 700; } /* Remove when all classes modified */
.ts-center { text-align: center; }
.ts-left { text-align: left; }
.ts-justify { text-align: justify; }
.ts-light-theme { color: #ffffff; }
.ts-dark-theme { color: #000000; }

.ts-title { font-size:43px; }
.ts-subtitle { font-size:26px; line-height: 30px; }
/*.ts-maintitle { font-size:40px; }*/
.ts-content { font-size:20px; }

.ts-intro-title { font-size:43px;font-weight:300; }  /* Remove when all classes modified */
.ts-intro-content { font-size:28px;font-weight:300; }  /* Remove when all classes modified */

.ts-mb0 { margin-bottom: 0 !important; padding: 0 !important; }
.ts-mb5 { margin-bottom: 5px !important; }
.ts-mb15 { margin-bottom: 15px !important; }
.ts-mb0-only { margin-bottom: 0 !important; }

.ts-p0 { padding: 0 !important; }
.ts-text-on-right { padding: 3em 15em 3em 1em !important; }
.ts-text-on-left { padding: 1em 6em 3em 13em !important }
.ts-flex-order-first { order: 1; }
.ts-flex-order-last { order: 99; }
/*.g-cols.offset_none > div { flex-direction: row; }*/

a.w-btn.color_primary.style_raised { font-weight: 400; }

@media (max-width: 600px) { .w-toplink { bottom: -56px; right: 15px; } }

/* All Sections */
.ts-section-wider .l-section-h { max-width: 1250px; }
.w-socials.style_colored .w-socials-item.email .w-socials-item-link { color: #92cd19; }
.no-touch .w-socials-item.email .w-socials-item-link:hover { background-color: #92cd19; }
.ts-stretch-text .ts-content, .ts-column-mt4 .ts-content { font-size:20px; line-height: 26px; }

/*.ts-image-first .vc_col-sm-6 { float: right !important; }*/
.ts-text-first .vc_col-sm-6 { float: right !important; }

.vc_col-sm-6.ts-stretch-image { padding: 0 !important; }

.vc_col-sm-6.ts-stretch-text { padding: 3% 15% 3% 1% !important;  }
.ts-text-first .vc_col-sm-6.ts-stretch-text {  padding: 9% 8% 3% 11% !important; }

/*.ts-text-first .vc_col-sm-6.ts-stretch-text { padding: 3% 1% 3% 15% !important; }*/

/* Section Homepage */
.ts-section-home-intro .l-section-h.i-cf { position:absolute;bottom: 0;padding-bottom: 0; width:100%; }
.ts-section-home-intro .l-section-h.i-cf > div > div { padding-top: 0 !important;padding-bottom: 0 !important; }
.ts-section-home-intro .ts-subtitle { font-size:27px; }
.ts-section-home-saas .l-section-img { min-height: 850px; }
.ts-section-home-saas .ts-title { font-size:40px; }
.ts-section-home-features .ts-content { font-size: 24px; }
.ts-section-home-features .g-cols.offset_none > div { padding: 0 !important; }
.ts-section-home-features .ts-feature-column > div > div {  padding: 0 10% !important; }
.ts-section-home-features .ts-feature-left { min-height: 924px; }
.ts-section-home-features .ts-feature-top-right,
.ts-section-home-features .ts-feature-bottom-right { min-height: 462px; }
.ts-section-home-features .ts-feature-title { color:#ffffff;font-size: 48px;font-weight: 100;margin-bottom: 5px; }
.ts-section-home-features .ts-feature-subtitle { color:#ffffff;font-size: 24px;font-weight: 400;margin-bottom: 5px; }
.ts-section-home-features .ts-feature-content { color:#ffffff;font-size: 24px;font-weight: 100;text-align: justify; }
.ts-features-block > div { background-color: rgba(67,84,101,0.4); }
.ts-features-block:hover > div { background-color: rgba(67,84,101,0); }

/* Section Contact */
.ts-contact-icons i {
    font-size: 24px;
}

/* Section CRM */


/* Section WebTrader */

/* Section MT4 */
/*.ts-image-first .vc_col-sm-6.ts-stretch-text.ts-mt4-webtrading { padding-top: 7% !important; }*/

/*.vc_col-sm-6.ts-stretch-text.ts-mt4-webtrading { padding-top: 0% !important; }*/

/* Section Career */
.ts-career-accordion { max-width: 400px; margin: 0 auto; }

/* SMALL SCREEN RESOLUTIONS */
@media (min-width: 768px) {
    .ts-remove-overlay > .l-section-overlay { display: none; }
    .ts-modify-overlay > .l-section-overlay { background-color: rgba(67,84,101,0.2) !important; }
}

@media (max-width: 767px) {
    .ts-title, .ts-section-home-saas .ts-title { font-size: 26px; }
    .ts-subtitle { font-size: 20px; }
    .ts-content, .ts-section-home-features .ts-content, .ts-stretch-text .ts-content { font-size:15px !important; line-height: 19px !important; }
    .ts-feature-column > div { padding: 5% !important; }
    .ts-features-block { min-height: auto !important; }
    /*.ts-section-home-saas .ts-title, .ts-section-home-saas .ts-content { margin-bottom: 0 !important; }*/
    .vc_col-sm-6.ts-stretch-text, .ts-text-first .vc_col-sm-6.ts-stretch-text { padding: 5% !important; }
    .ts-text-on-right, .ts-text-on-left { padding: 25px !important; }
    .ts-affiliate-performance-text { padding: 18px !important; }
    .ts-cancel-flex-order { order: initial; }
}

@media (max-width: 1280px) {
    .ts-text-on-right {
        padding: 3em 3em 3em 1em !important;
    }
    .ts-text-on-left {
        padding: 1em 6em 3em 3em !important;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .ts-text-on-right {
        padding: 3em 7em 3em 1em !important;
    }
    .ts-text-on-left {
        padding: 1em 6em 7em 3em !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .w-counter.size_medium .w-counter-number {
        font-size: 4em !important;
    }

    #ts-contact-form .g-cols.offset_medium > div {
        padding-left: 0px !important;
    }
}


/*@media (max-width: 600px) {
	.l-canvas.sidebar_none .l-section { padding-left: 0 !important; padding-right: 0 !important; }
	.l-section-h { padding-left: 25px !important; padding-right: 25px !important; }
	.ts-mask-after > div { background-color: rgba(67,84,101,0.5); }
}*/


/*!
 *  Font Icons of Material Design - based on http://github.com/designjockey/material-design-fonticons
 */
.w-iconbox.style_default.color_light .w-iconbox-icon, .w-separator, .w-testimonial.style_2:before, .pagination .page-numbers, .woocommerce .star-rating:before {
    color: #999;
}

@font-face {
    font-family: 'mdfonticon';
    src: url('mdfonticon.eot') format('embedded-opentype'),
    url('mdfonticon.woff') format('woff'),
    url('mdfonticon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
[class^="mdfi_"] {
    display: inline-block;
    font: normal normal normal 14px/1 mdfonticon;
    font-size: inherit;
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdfi_toggle_check_box:before {
    content: "\e600";
}
.mdfi_toggle_check_box_outline_blank:before {
    content: "\e601";
}
.mdfi_toggle_radio_button_off:before {
    content: "\e602";
}
.mdfi_toggle_radio_button_on:before {
    content: "\e603";
}
.mdfi_social_cake:before {
    content: "\e604";
}
.mdfi_social_domain:before {
    content: "\e605";
}
.mdfi_social_group:before {
    content: "\e606";
}
.mdfi_social_group_add:before {
    content: "\e607";
}
.mdfi_social_location_city:before {
    content: "\e608";
}
.mdfi_social_mood:before {
    content: "\e609";
}
.mdfi_social_notifications:before {
    content: "\e60a";
}
.mdfi_social_notifications_none:before {
    content: "\e60b";
}
.mdfi_social_notifications_off:before {
    content: "\e60c";
}
.mdfi_social_notifications_on:before {
    content: "\e60d";
}
.mdfi_social_notifications_paused:before {
    content: "\e60e";
}
.mdfi_social_pages:before {
    content: "\e60f";
}
.mdfi_social_party_mode:before {
    content: "\e610";
}
.mdfi_social_people:before {
    content: "\e611";
}
.mdfi_social_people_outline:before {
    content: "\e612";
}
.mdfi_social_person:before {
    content: "\e613";
}
.mdfi_social_person_add:before {
    content: "\e614";
}
.mdfi_social_person_outline:before {
    content: "\e615";
}
.mdfi_social_plus_one:before {
    content: "\e616";
}
.mdfi_social_poll:before {
    content: "\e617";
}
.mdfi_social_public:before {
    content: "\e618";
}
.mdfi_social_school:before {
    content: "\e619";
}
.mdfi_social_share:before {
    content: "\e61a";
}
.mdfi_social_whatshot:before {
    content: "\e61b";
}
.mdfi_notification_adb:before {
    content: "\e61c";
}
.mdfi_notification_bluetooth_audio:before {
    content: "\e61d";
}
.mdfi_notification_disc_full:before {
    content: "\e61e";
}
.mdfi_notification_dnd_forwardslash:before {
    content: "\e61f";
}
.mdfi_notification_do_not_disturb:before {
    content: "\e620";
}
.mdfi_notification_drive_eta:before {
    content: "\e621";
}
.mdfi_notification_event_available:before {
    content: "\e622";
}
.mdfi_notification_event_busy:before {
    content: "\e623";
}
.mdfi_notification_event_note:before {
    content: "\e624";
}
.mdfi_notification_folder_special:before {
    content: "\e625";
}
.mdfi_notification_mms:before {
    content: "\e626";
}
.mdfi_notification_more:before {
    content: "\e627";
}
.mdfi_notification_network_locked:before {
    content: "\e628";
}
.mdfi_notification_phone_bluetooth_speaker:before {
    content: "\e629";
}
.mdfi_notification_phone_forwarded:before {
    content: "\e62a";
}
.mdfi_notification_phone_in_talk:before {
    content: "\e62b";
}
.mdfi_notification_phone_locked:before {
    content: "\e62c";
}
.mdfi_notification_phone_missed:before {
    content: "\e62d";
}
.mdfi_notification_phone_paused:before {
    content: "\e62e";
}
.mdfi_notification_play_download:before {
    content: "\e62f";
}
.mdfi_notification_play_install:before {
    content: "\e630";
}
.mdfi_notification_sd_card:before {
    content: "\e631";
}
.mdfi_notification_sim_card_alert:before {
    content: "\e632";
}
.mdfi_notification_sms:before {
    content: "\e633";
}
.mdfi_notification_sms_failed:before {
    content: "\e634";
}
.mdfi_notification_sync:before {
    content: "\e635";
}
.mdfi_notification_sync_disabled:before {
    content: "\e636";
}
.mdfi_notification_sync_problem:before {
    content: "\e637";
}
.mdfi_notification_system_update:before {
    content: "\e638";
}
.mdfi_notification_tap_and_play:before {
    content: "\e639";
}
.mdfi_notification_time_to_leave:before {
    content: "\e63a";
}
.mdfi_notification_vibration:before {
    content: "\e63b";
}
.mdfi_notification_voice_chat:before {
    content: "\e63c";
}
.mdfi_notification_vpn_lock:before {
    content: "\e63d";
}
.mdfi_navigation_apps:before {
    content: "\e63e";
}
.mdfi_navigation_arrow_back:before {
    content: "\e63f";
}
.mdfi_navigation_arrow_drop_down:before {
    content: "\e640";
}
.mdfi_navigation_arrow_drop_down_circle:before {
    content: "\e641";
}
.mdfi_navigation_arrow_drop_up:before {
    content: "\e642";
}
.mdfi_navigation_arrow_forward:before {
    content: "\e643";
}
.mdfi_navigation_cancel:before {
    content: "\e644";
}
.mdfi_navigation_check:before {
    content: "\e645";
}
.mdfi_navigation_chevron_left:before {
    content: "\e646";
}
.mdfi_navigation_chevron_right:before {
    content: "\e647";
}
.mdfi_navigation_close:before {
    content: "\e648";
}
.mdfi_navigation_expand_less:before {
    content: "\e649";
}
.mdfi_navigation_expand_more:before {
    content: "\e64a";
}
.mdfi_navigation_fullscreen:before {
    content: "\e64b";
}
.mdfi_navigation_fullscreen_exit:before {
    content: "\e64c";
}
.mdfi_navigation_menu:before {
    content: "\e64d";
}
.mdfi_navigation_more_horiz:before {
    content: "\e64e";
}
.mdfi_navigation_more_vert:before {
    content: "\e64f";
}
.mdfi_navigation_refresh:before {
    content: "\e650";
}
.mdfi_navigation_unfold_less:before {
    content: "\e651";
}
.mdfi_navigation_unfold_more:before {
    content: "\e652";
}
.mdfi_maps_beenhere:before {
    content: "\e653";
}
.mdfi_maps_directions:before {
    content: "\e654";
}
.mdfi_maps_directions_bike:before {
    content: "\e655";
}
.mdfi_maps_directions_bus:before {
    content: "\e656";
}
.mdfi_maps_directions_car:before {
    content: "\e657";
}
.mdfi_maps_directions_ferry:before {
    content: "\e658";
}
.mdfi_maps_directions_subway:before {
    content: "\e659";
}
.mdfi_maps_directions_train:before {
    content: "\e65a";
}
.mdfi_maps_directions_transit:before {
    content: "\e65b";
}
.mdfi_maps_directions_walk:before {
    content: "\e65c";
}
.mdfi_maps_flight:before {
    content: "\e65d";
}
.mdfi_maps_hotel:before {
    content: "\e65e";
}
.mdfi_maps_layers:before {
    content: "\e65f";
}
.mdfi_maps_layers_clear:before {
    content: "\e660";
}
.mdfi_maps_local_airport:before {
    content: "\e661";
}
.mdfi_maps_local_atm:before {
    content: "\e662";
}
.mdfi_maps_local_attraction:before {
    content: "\e663";
}
.mdfi_maps_local_bar:before {
    content: "\e664";
}
.mdfi_maps_local_cafe:before {
    content: "\e665";
}
.mdfi_maps_local_car_wash:before {
    content: "\e666";
}
.mdfi_maps_local_convenience_store:before {
    content: "\e667";
}
.mdfi_maps_local_drink:before {
    content: "\e668";
}
.mdfi_maps_local_florist:before {
    content: "\e669";
}
.mdfi_maps_local_gas_station:before {
    content: "\e66a";
}
.mdfi_maps_local_grocery_store:before {
    content: "\e66b";
}
.mdfi_maps_local_hospital:before {
    content: "\e66c";
}
.mdfi_maps_local_hotel:before {
    content: "\e66d";
}
.mdfi_maps_local_laundry_service:before {
    content: "\e66e";
}
.mdfi_maps_local_library:before {
    content: "\e66f";
}
.mdfi_maps_local_mall:before {
    content: "\e670";
}
.mdfi_maps_local_movies:before {
    content: "\e671";
}
.mdfi_maps_local_offer:before {
    content: "\e672";
}
.mdfi_maps_local_parking:before {
    content: "\e673";
}
.mdfi_maps_local_pharmacy:before {
    content: "\e674";
}
.mdfi_maps_local_phone:before {
    content: "\e675";
}
.mdfi_maps_local_pizza:before {
    content: "\e676";
}
.mdfi_maps_local_play:before {
    content: "\e677";
}
.mdfi_maps_local_post_office:before {
    content: "\e678";
}
.mdfi_maps_local_print_shop:before {
    content: "\e679";
}
.mdfi_maps_local_restaurant:before {
    content: "\e67a";
}
.mdfi_maps_local_see:before {
    content: "\e67b";
}
.mdfi_maps_local_shipping:before {
    content: "\e67c";
}
.mdfi_maps_local_taxi:before {
    content: "\e67d";
}
.mdfi_maps_location_history:before {
    content: "\e67e";
}
.mdfi_maps_map:before {
    content: "\e67f";
}
.mdfi_maps_my_location:before {
    content: "\e680";
}
.mdfi_maps_navigation:before {
    content: "\e681";
}
.mdfi_maps_pin_drop:before {
    content: "\e682";
}
.mdfi_maps_place:before {
    content: "\e683";
}
.mdfi_maps_rate_review:before {
    content: "\e684";
}
.mdfi_maps_restaurant_menu:before {
    content: "\e685";
}
.mdfi_maps_satellite:before {
    content: "\e686";
}
.mdfi_maps_store_mall_directory:before {
    content: "\e687";
}
.mdfi_maps_terrain:before {
    content: "\e688";
}
.mdfi_maps_traffic:before {
    content: "\e689";
}
.mdfi_image_add_to_photos:before {
    content: "\e68a";
}
.mdfi_image_adjust:before {
    content: "\e68b";
}
.mdfi_image_assistant_photo:before {
    content: "\e68c";
}
.mdfi_image_audiotrack:before {
    content: "\e68d";
}
.mdfi_image_blur_circular:before {
    content: "\e68e";
}
.mdfi_image_blur_linear:before {
    content: "\e68f";
}
.mdfi_image_blur_off:before {
    content: "\e690";
}
.mdfi_image_blur_on:before {
    content: "\e691";
}
.mdfi_image_brightness_1:before {
    content: "\e692";
}
.mdfi_image_brightness_2:before {
    content: "\e693";
}
.mdfi_image_brightness_3:before {
    content: "\e694";
}
.mdfi_image_brightness_4:before {
    content: "\e695";
}
.mdfi_image_brightness_5:before {
    content: "\e696";
}
.mdfi_image_brightness_6:before {
    content: "\e697";
}
.mdfi_image_brightness_7:before {
    content: "\e698";
}
.mdfi_image_brush:before {
    content: "\e699";
}
.mdfi_image_camera:before {
    content: "\e69a";
}
.mdfi_image_camera_alt:before {
    content: "\e69b";
}
.mdfi_image_camera_front:before {
    content: "\e69c";
}
.mdfi_image_camera_rear:before {
    content: "\e69d";
}
.mdfi_image_camera_roll:before {
    content: "\e69e";
}
.mdfi_image_center_focus_strong:before {
    content: "\e69f";
}
.mdfi_image_center_focus_weak:before {
    content: "\e6a0";
}
.mdfi_image_collections:before {
    content: "\e6a1";
}
.mdfi_image_color_lens:before {
    content: "\e6a2";
}
.mdfi_image_colorize:before {
    content: "\e6a3";
}
.mdfi_image_compare:before {
    content: "\e6a4";
}
.mdfi_image_control_point:before {
    content: "\e6a5";
}
.mdfi_image_control_point_duplicate:before {
    content: "\e6a6";
}
.mdfi_image_crop_3_2:before {
    content: "\e6a7";
}
.mdfi_image_crop_5_4:before {
    content: "\e6a8";
}
.mdfi_image_crop_7_5:before {
    content: "\e6a9";
}
.mdfi_image_crop_16_9:before {
    content: "\e6aa";
}
.mdfi_image_crop:before {
    content: "\e6ab";
}
.mdfi_image_crop_din:before {
    content: "\e6ac";
}
.mdfi_image_crop_free:before {
    content: "\e6ad";
}
.mdfi_image_crop_landscape:before {
    content: "\e6ae";
}
.mdfi_image_crop_original:before {
    content: "\e6af";
}
.mdfi_image_crop_portrait:before {
    content: "\e6b0";
}
.mdfi_image_crop_square:before {
    content: "\e6b1";
}
.mdfi_image_dehaze:before {
    content: "\e6b2";
}
.mdfi_image_details:before {
    content: "\e6b3";
}
.mdfi_image_edit:before {
    content: "\e6b4";
}
.mdfi_image_exposure:before {
    content: "\e6b5";
}
.mdfi_image_exposure_minus_1:before {
    content: "\e6b6";
}
.mdfi_image_exposure_minus_2:before {
    content: "\e6b7";
}
.mdfi_image_exposure_plus_1:before {
    content: "\e6b8";
}
.mdfi_image_exposure_plus_2:before {
    content: "\e6b9";
}
.mdfi_image_exposure_zero:before {
    content: "\e6ba";
}
.mdfi_image_filter_1:before {
    content: "\e6bb";
}
.mdfi_image_filter_2:before {
    content: "\e6bc";
}
.mdfi_image_filter_3:before {
    content: "\e6bd";
}
.mdfi_image_filter_4:before {
    content: "\e6be";
}
.mdfi_image_filter_5:before {
    content: "\e6bf";
}
.mdfi_image_filter_6:before {
    content: "\e6c0";
}
.mdfi_image_filter_7:before {
    content: "\e6c1";
}
.mdfi_image_filter_8:before {
    content: "\e6c2";
}
.mdfi_image_filter_9:before {
    content: "\e6c3";
}
.mdfi_image_filter_9_plus:before {
    content: "\e6c4";
}
.mdfi_image_filter:before {
    content: "\e6c5";
}
.mdfi_image_filter_b_and_w:before {
    content: "\e6c6";
}
.mdfi_image_filter_center_focus:before {
    content: "\e6c7";
}
.mdfi_image_filter_drama:before {
    content: "\e6c8";
}
.mdfi_image_filter_frames:before {
    content: "\e6c9";
}
.mdfi_image_filter_hdr:before {
    content: "\e6ca";
}
.mdfi_image_filter_none:before {
    content: "\e6cb";
}
.mdfi_image_filter_tilt_shift:before {
    content: "\e6cc";
}
.mdfi_image_filter_vintage:before {
    content: "\e6cd";
}
.mdfi_image_flare:before {
    content: "\e6ce";
}
.mdfi_image_flash_auto:before {
    content: "\e6cf";
}
.mdfi_image_flash_off:before {
    content: "\e6d0";
}
.mdfi_image_flash_on:before {
    content: "\e6d1";
}
.mdfi_image_flip:before {
    content: "\e6d2";
}
.mdfi_image_gradient:before {
    content: "\e6d3";
}
.mdfi_image_grain:before {
    content: "\e6d4";
}
.mdfi_image_grid_off:before {
    content: "\e6d5";
}
.mdfi_image_grid_on:before {
    content: "\e6d6";
}
.mdfi_image_hdr_off:before {
    content: "\e6d7";
}
.mdfi_image_hdr_on:before {
    content: "\e6d8";
}
.mdfi_image_hdr_strong:before {
    content: "\e6d9";
}
.mdfi_image_hdr_weak:before {
    content: "\e6da";
}
.mdfi_image_healing:before {
    content: "\e6db";
}
.mdfi_image_image:before {
    content: "\e6dc";
}
.mdfi_image_image_aspect_ratio:before {
    content: "\e6dd";
}
.mdfi_image_iso:before {
    content: "\e6de";
}
.mdfi_image_landscape:before {
    content: "\e6df";
}
.mdfi_image_leak_add:before {
    content: "\e6e0";
}
.mdfi_image_leak_remove:before {
    content: "\e6e1";
}
.mdfi_image_lens:before {
    content: "\e6e2";
}
.mdfi_image_looks_3:before {
    content: "\e6e3";
}
.mdfi_image_looks_4:before {
    content: "\e6e4";
}
.mdfi_image_looks_5:before {
    content: "\e6e5";
}
.mdfi_image_looks_6:before {
    content: "\e6e6";
}
.mdfi_image_looks:before {
    content: "\e6e7";
}
.mdfi_image_looks_one:before {
    content: "\e6e8";
}
.mdfi_image_looks_two:before {
    content: "\e6e9";
}
.mdfi_image_loupe:before {
    content: "\e6ea";
}
.mdfi_image_movie_creation:before {
    content: "\e6eb";
}
.mdfi_image_nature:before {
    content: "\e6ec";
}
.mdfi_image_nature_people:before {
    content: "\e6ed";
}
.mdfi_image_navigate_before:before {
    content: "\e6ee";
}
.mdfi_image_navigate_next:before {
    content: "\e6ef";
}
.mdfi_image_palette:before {
    content: "\e6f0";
}
.mdfi_image_panorama:before {
    content: "\e6f1";
}
.mdfi_image_panorama_fisheye:before {
    content: "\e6f2";
}
.mdfi_image_panorama_horizontal:before {
    content: "\e6f3";
}
.mdfi_image_panorama_vertical:before {
    content: "\e6f4";
}
.mdfi_image_panorama_wide_angle:before {
    content: "\e6f5";
}
.mdfi_image_photo:before {
    content: "\e6f6";
}
.mdfi_image_photo_album:before {
    content: "\e6f7";
}
.mdfi_image_photo_camera:before {
    content: "\e6f8";
}
.mdfi_image_photo_library:before {
    content: "\e6f9";
}
.mdfi_image_portrait:before {
    content: "\e6fa";
}
.mdfi_image_remove_red_eye:before {
    content: "\e6fb";
}
.mdfi_image_rotate_left:before {
    content: "\e6fc";
}
.mdfi_image_rotate_right:before {
    content: "\e6fd";
}
.mdfi_image_slideshow:before {
    content: "\e6fe";
}
.mdfi_image_straighten:before {
    content: "\e6ff";
}
.mdfi_image_style:before {
    content: "\e700";
}
.mdfi_image_switch_camera:before {
    content: "\e701";
}
.mdfi_image_switch_video:before {
    content: "\e702";
}
.mdfi_image_tag_faces:before {
    content: "\e703";
}
.mdfi_image_texture:before {
    content: "\e704";
}
.mdfi_image_timelapse:before {
    content: "\e705";
}
.mdfi_image_timer_3:before {
    content: "\e706";
}
.mdfi_image_timer_10:before {
    content: "\e707";
}
.mdfi_image_timer:before {
    content: "\e708";
}
.mdfi_image_timer_auto:before {
    content: "\e709";
}
.mdfi_image_timer_off:before {
    content: "\e70a";
}
.mdfi_image_tonality:before {
    content: "\e70b";
}
.mdfi_image_transform:before {
    content: "\e70c";
}
.mdfi_image_tune:before {
    content: "\e70d";
}
.mdfi_image_wb_auto:before {
    content: "\e70e";
}
.mdfi_image_wb_cloudy:before {
    content: "\e70f";
}
.mdfi_image_wb_incandescent:before {
    content: "\e710";
}
.mdfi_image_wb_irradescent:before {
    content: "\e711";
}
.mdfi_image_wb_sunny:before {
    content: "\e712";
}
.mdfi_hardware_cast:before {
    content: "\e713";
}
.mdfi_hardware_cast_connected:before {
    content: "\e714";
}
.mdfi_hardware_computer:before {
    content: "\e715";
}
.mdfi_hardware_desktop_mac:before {
    content: "\e716";
}
.mdfi_hardware_desktop_windows:before {
    content: "\e717";
}
.mdfi_hardware_dock:before {
    content: "\e718";
}
.mdfi_hardware_gamepad:before {
    content: "\e719";
}
.mdfi_hardware_headset:before {
    content: "\e71a";
}
.mdfi_hardware_headset_mic:before {
    content: "\e71b";
}
.mdfi_hardware_keyboard:before {
    content: "\e71c";
}
.mdfi_hardware_keyboard_alt:before {
    content: "\e71d";
}
.mdfi_hardware_keyboard_arrow_down:before {
    content: "\e71e";
}
.mdfi_hardware_keyboard_arrow_left:before {
    content: "\e71f";
}
.mdfi_hardware_keyboard_arrow_right:before {
    content: "\e720";
}
.mdfi_hardware_keyboard_arrow_up:before {
    content: "\e721";
}
.mdfi_hardware_keyboard_backspace:before {
    content: "\e722";
}
.mdfi_hardware_keyboard_capslock:before {
    content: "\e723";
}
.mdfi_hardware_keyboard_control:before {
    content: "\e724";
}
.mdfi_hardware_keyboard_hide:before {
    content: "\e725";
}
.mdfi_hardware_keyboard_return:before {
    content: "\e726";
}
.mdfi_hardware_keyboard_tab:before {
    content: "\e727";
}
.mdfi_hardware_keyboard_voice:before {
    content: "\e728";
}
.mdfi_hardware_laptop:before {
    content: "\e729";
}
.mdfi_hardware_laptop_chromebook:before {
    content: "\e72a";
}
.mdfi_hardware_laptop_mac:before {
    content: "\e72b";
}
.mdfi_hardware_laptop_windows:before {
    content: "\e72c";
}
.mdfi_hardware_memory:before {
    content: "\e72d";
}
.mdfi_hardware_mouse:before {
    content: "\e72e";
}
.mdfi_hardware_phone_android:before {
    content: "\e72f";
}
.mdfi_hardware_phone_iphone:before {
    content: "\e730";
}
.mdfi_hardware_phonelink:before {
    content: "\e731";
}
.mdfi_hardware_phonelink_off:before {
    content: "\e732";
}
.mdfi_hardware_security:before {
    content: "\e733";
}
.mdfi_hardware_sim_card:before {
    content: "\e734";
}
.mdfi_hardware_smartphone:before {
    content: "\e735";
}
.mdfi_hardware_speaker:before {
    content: "\e736";
}
.mdfi_hardware_tablet:before {
    content: "\e737";
}
.mdfi_hardware_tablet_android:before {
    content: "\e738";
}
.mdfi_hardware_tablet_mac:before {
    content: "\e739";
}
.mdfi_hardware_tv:before {
    content: "\e73a";
}
.mdfi_hardware_watch:before {
    content: "\e73b";
}
.mdfi_file_attachment:before {
    content: "\e73c";
}
.mdfi_file_cloud:before {
    content: "\e73d";
}
.mdfi_file_cloud_circle:before {
    content: "\e73e";
}
.mdfi_file_cloud_done:before {
    content: "\e73f";
}
.mdfi_file_cloud_download:before {
    content: "\e740";
}
.mdfi_file_cloud_off:before {
    content: "\e741";
}
.mdfi_file_cloud_queue:before {
    content: "\e742";
}
.mdfi_file_cloud_upload:before {
    content: "\e743";
}
.mdfi_file_file_download:before {
    content: "\e744";
}
.mdfi_file_file_upload:before {
    content: "\e745";
}
.mdfi_file_folder:before {
    content: "\e746";
}
.mdfi_file_folder_open:before {
    content: "\e747";
}
.mdfi_file_folder_shared:before {
    content: "\e748";
}
.mdfi_editor_attach_file:before {
    content: "\e749";
}
.mdfi_editor_attach_money:before {
    content: "\e74a";
}
.mdfi_editor_border_all:before {
    content: "\e74b";
}
.mdfi_editor_border_bottom:before {
    content: "\e74c";
}
.mdfi_editor_border_clear:before {
    content: "\e74d";
}
.mdfi_editor_border_color:before {
    content: "\e74e";
}
.mdfi_editor_border_horizontal:before {
    content: "\e74f";
}
.mdfi_editor_border_inner:before {
    content: "\e750";
}
.mdfi_editor_border_left:before {
    content: "\e751";
}
.mdfi_editor_border_outer:before {
    content: "\e752";
}
.mdfi_editor_border_right:before {
    content: "\e753";
}
.mdfi_editor_border_style:before {
    content: "\e754";
}
.mdfi_editor_border_top:before {
    content: "\e755";
}
.mdfi_editor_border_vertical:before {
    content: "\e756";
}
.mdfi_editor_format_align_center:before {
    content: "\e757";
}
.mdfi_editor_format_align_justify:before {
    content: "\e758";
}
.mdfi_editor_format_align_left:before {
    content: "\e759";
}
.mdfi_editor_format_align_right:before {
    content: "\e75a";
}
.mdfi_editor_format_bold:before {
    content: "\e75b";
}
.mdfi_editor_format_clear:before {
    content: "\e75c";
}
.mdfi_editor_format_color_fill:before {
    content: "\e75d";
}
.mdfi_editor_format_color_reset:before {
    content: "\e75e";
}
.mdfi_editor_format_color_text:before {
    content: "\e75f";
}
.mdfi_editor_format_indent_decrease:before {
    content: "\e760";
}
.mdfi_editor_format_indent_increase:before {
    content: "\e761";
}
.mdfi_editor_format_italic:before {
    content: "\e762";
}
.mdfi_editor_format_line_spacing:before {
    content: "\e763";
}
.mdfi_editor_format_list_bulleted:before {
    content: "\e764";
}
.mdfi_editor_format_list_numbered:before {
    content: "\e765";
}
.mdfi_editor_format_paint:before {
    content: "\e766";
}
.mdfi_editor_format_quote:before {
    content: "\e767";
}
.mdfi_editor_format_size:before {
    content: "\e768";
}
.mdfi_editor_format_strikethrough:before {
    content: "\e769";
}
.mdfi_editor_format_textdirection_l_to_r:before {
    content: "\e76a";
}
.mdfi_editor_format_textdirection_r_to_l:before {
    content: "\e76b";
}
.mdfi_editor_format_underline:before {
    content: "\e76c";
}
.mdfi_editor_functions:before {
    content: "\e76d";
}
.mdfi_editor_insert_chart:before {
    content: "\e76e";
}
.mdfi_editor_insert_comment:before {
    content: "\e76f";
}
.mdfi_editor_insert_drive_file:before {
    content: "\e770";
}
.mdfi_editor_insert_emoticon:before {
    content: "\e771";
}
.mdfi_editor_insert_invitation:before {
    content: "\e772";
}
.mdfi_editor_insert_link:before {
    content: "\e773";
}
.mdfi_editor_insert_photo:before {
    content: "\e774";
}
.mdfi_editor_merge_type:before {
    content: "\e775";
}
.mdfi_editor_mode_comment:before {
    content: "\e776";
}
.mdfi_editor_mode_edit:before {
    content: "\e777";
}
.mdfi_editor_publish:before {
    content: "\e778";
}
.mdfi_editor_vertical_align_bottom:before {
    content: "\e779";
}
.mdfi_editor_vertical_align_center:before {
    content: "\e77a";
}
.mdfi_editor_vertical_align_top:before {
    content: "\e77b";
}
.mdfi_editor_wrap_text:before {
    content: "\e77c";
}
.mdfi_device_access_alarm:before {
    content: "\e77d";
}
.mdfi_device_access_alarms:before {
    content: "\e77e";
}
.mdfi_device_access_time:before {
    content: "\e77f";
}
.mdfi_device_add_alarm:before {
    content: "\e780";
}
.mdfi_device_airplanemode_off:before {
    content: "\e781";
}
.mdfi_device_airplanemode_on:before {
    content: "\e782";
}
.mdfi_device_battery_20:before {
    content: "\e783";
}
.mdfi_device_battery_30:before {
    content: "\e784";
}
.mdfi_device_battery_50:before {
    content: "\e785";
}
.mdfi_device_battery_60:before {
    content: "\e786";
}
.mdfi_device_battery_80:before {
    content: "\e787";
}
.mdfi_device_battery_90:before {
    content: "\e788";
}
.mdfi_device_battery_alert:before {
    content: "\e789";
}
.mdfi_device_battery_charging_20:before {
    content: "\e78a";
}
.mdfi_device_battery_charging_30:before {
    content: "\e78b";
}
.mdfi_device_battery_charging_50:before {
    content: "\e78c";
}
.mdfi_device_battery_charging_60:before {
    content: "\e78d";
}
.mdfi_device_battery_charging_80:before {
    content: "\e78e";
}
.mdfi_device_battery_charging_90:before {
    content: "\e78f";
}
.mdfi_device_battery_charging_full:before {
    content: "\e790";
}
.mdfi_device_battery_full:before {
    content: "\e791";
}
.mdfi_device_battery_std:before {
    content: "\e792";
}
.mdfi_device_battery_unknown:before {
    content: "\e793";
}
.mdfi_device_bluetooth:before {
    content: "\e794";
}
.mdfi_device_bluetooth_connected:before {
    content: "\e795";
}
.mdfi_device_bluetooth_disabled:before {
    content: "\e796";
}
.mdfi_device_bluetooth_searching:before {
    content: "\e797";
}
.mdfi_device_brightness_auto:before {
    content: "\e798";
}
.mdfi_device_brightness_high:before {
    content: "\e799";
}
.mdfi_device_brightness_low:before {
    content: "\e79a";
}
.mdfi_device_brightness_medium:before {
    content: "\e79b";
}
.mdfi_device_data_usage:before {
    content: "\e79c";
}
.mdfi_device_developer_mode:before {
    content: "\e79d";
}
.mdfi_device_devices:before {
    content: "\e79e";
}
.mdfi_device_dvr:before {
    content: "\e79f";
}
.mdfi_device_gps_fixed:before {
    content: "\e7a0";
}
.mdfi_device_gps_not_fixed:before {
    content: "\e7a1";
}
.mdfi_device_gps_off:before {
    content: "\e7a2";
}
.mdfi_device_location_disabled:before {
    content: "\e7a3";
}
.mdfi_device_location_searching:before {
    content: "\e7a4";
}
.mdfi_device_multitrack_audio:before {
    content: "\e7a5";
}
.mdfi_device_network_cell:before {
    content: "\e7a6";
}
.mdfi_device_network_wifi:before {
    content: "\e7a7";
}
.mdfi_device_nfc:before {
    content: "\e7a8";
}
.mdfi_device_now_wallpaper:before {
    content: "\e7a9";
}
.mdfi_device_now_widgets:before {
    content: "\e7aa";
}
.mdfi_device_screen_lock_landscape:before {
    content: "\e7ab";
}
.mdfi_device_screen_lock_portrait:before {
    content: "\e7ac";
}
.mdfi_device_screen_lock_rotation:before {
    content: "\e7ad";
}
.mdfi_device_screen_rotation:before {
    content: "\e7ae";
}
.mdfi_device_sd_storage:before {
    content: "\e7af";
}
.mdfi_device_settings_system_daydream:before {
    content: "\e7b0";
}
.mdfi_device_signal_cellular_0_bar:before {
    content: "\e7b1";
}
.mdfi_device_signal_cellular_1_bar:before {
    content: "\e7b2";
}
.mdfi_device_signal_cellular_2_bar:before {
    content: "\e7b3";
}
.mdfi_device_signal_cellular_3_bar:before {
    content: "\e7b4";
}
.mdfi_device_signal_cellular_4_bar:before {
    content: "\e7b5";
}
.mdfi_device_signal_cellular_connected_no_internet_0_bar:before {
    content: "\e7b6";
}
.mdfi_device_signal_cellular_connected_no_internet_1_bar:before {
    content: "\e7b7";
}
.mdfi_device_signal_cellular_connected_no_internet_2_bar:before {
    content: "\e7b8";
}
.mdfi_device_signal_cellular_connected_no_internet_3_bar:before {
    content: "\e7b9";
}
.mdfi_device_signal_cellular_connected_no_internet_4_bar:before {
    content: "\e7ba";
}
.mdfi_device_signal_cellular_no_sim:before {
    content: "\e7bb";
}
.mdfi_device_signal_cellular_null:before {
    content: "\e7bc";
}
.mdfi_device_signal_cellular_off:before {
    content: "\e7bd";
}
.mdfi_device_signal_wifi_0_bar:before {
    content: "\e7be";
}
.mdfi_device_signal_wifi_1_bar:before {
    content: "\e7bf";
}
.mdfi_device_signal_wifi_2_bar:before {
    content: "\e7c0";
}
.mdfi_device_signal_wifi_3_bar:before {
    content: "\e7c1";
}
.mdfi_device_signal_wifi_4_bar:before {
    content: "\e7c2";
}
.mdfi_device_signal_wifi_off:before {
    content: "\e7c3";
}
.mdfi_device_signal_wifi_statusbar_1_bar_26x24px:before {
    content: "\e7c4";
}
.mdfi_device_signal_wifi_statusbar_2_bar_26x24px:before {
    content: "\e7c5";
}
.mdfi_device_signal_wifi_statusbar_3_bar_26x24px:before {
    content: "\e7c6";
}
.mdfi_device_signal_wifi_statusbar_4_bar_26x24px:before {
    content: "\e7c7";
}
.mdfi_device_signal_wifi_statusbar_connected_no_internet_1_26x24px:before {
    content: "\e7c8";
}
.mdfi_device_signal_wifi_statusbar_connected_no_internet_2_26x24px:before {
    content: "\e7c9";
}
.mdfi_device_signal_wifi_statusbar_connected_no_internet_3_26x24px:before {
    content: "\e7ca";
}
.mdfi_device_signal_wifi_statusbar_connected_no_internet_4_26x24px:before {
    content: "\e7cb";
}
.mdfi_device_signal_wifi_statusbar_connected_no_internet_26x24px:before {
    content: "\e7cc";
}
.mdfi_device_signal_wifi_statusbar_not_connected_26x24px:before {
    content: "\e7cd";
}
.mdfi_device_signal_wifi_statusbar_null_26x24px:before {
    content: "\e7ce";
}
.mdfi_device_storage:before {
    content: "\e7cf";
}
.mdfi_device_usb:before {
    content: "\e7d0";
}
.mdfi_device_wifi_lock:before {
    content: "\e7d1";
}
.mdfi_device_wifi_tethering:before {
    content: "\e7d2";
}
.mdfi_content_add:before {
    content: "\e7d3";
}
.mdfi_content_add_box:before {
    content: "\e7d4";
}
.mdfi_content_add_circle:before {
    content: "\e7d5";
}
.mdfi_content_add_circle_outline:before {
    content: "\e7d6";
}
.mdfi_content_archive:before {
    content: "\e7d7";
}
.mdfi_content_backspace:before {
    content: "\e7d8";
}
.mdfi_content_block:before {
    content: "\e7d9";
}
.mdfi_content_clear:before {
    content: "\e7da";
}
.mdfi_content_content_copy:before {
    content: "\e7db";
}
.mdfi_content_content_cut:before {
    content: "\e7dc";
}
.mdfi_content_content_paste:before {
    content: "\e7dd";
}
.mdfi_content_create:before {
    content: "\e7de";
}
.mdfi_content_drafts:before {
    content: "\e7df";
}
.mdfi_content_filter_list:before {
    content: "\e7e0";
}
.mdfi_content_flag:before {
    content: "\e7e1";
}
.mdfi_content_forward:before {
    content: "\e7e2";
}
.mdfi_content_gesture:before {
    content: "\e7e3";
}
.mdfi_content_inbox:before {
    content: "\e7e4";
}
.mdfi_content_link:before {
    content: "\e7e5";
}
.mdfi_content_mail:before {
    content: "\e7e6";
}
.mdfi_content_markunread:before {
    content: "\e7e7";
}
.mdfi_content_redo:before {
    content: "\e7e8";
}
.mdfi_content_remove:before {
    content: "\e7e9";
}
.mdfi_content_remove_circle:before {
    content: "\e7ea";
}
.mdfi_content_remove_circle_outline:before {
    content: "\e7eb";
}
.mdfi_content_reply:before {
    content: "\e7ec";
}
.mdfi_content_reply_all:before {
    content: "\e7ed";
}
.mdfi_content_report:before {
    content: "\e7ee";
}
.mdfi_content_save:before {
    content: "\e7ef";
}
.mdfi_content_select_all:before {
    content: "\e7f0";
}
.mdfi_content_send:before {
    content: "\e7f1";
}
.mdfi_content_sort:before {
    content: "\e7f2";
}
.mdfi_content_text_format:before {
    content: "\e7f3";
}
.mdfi_content_undo:before {
    content: "\e7f4";
}
.mdfi_communication_business:before {
    content: "\e7f5";
}
.mdfi_communication_call:before {
    content: "\e7f6";
}
.mdfi_communication_call_end:before {
    content: "\e7f7";
}
.mdfi_communication_call_made:before {
    content: "\e7f8";
}
.mdfi_communication_call_merge:before {
    content: "\e7f9";
}
.mdfi_communication_call_missed:before {
    content: "\e7fa";
}
.mdfi_communication_call_received:before {
    content: "\e7fb";
}
.mdfi_communication_call_split:before {
    content: "\e7fc";
}
.mdfi_communication_chat:before {
    content: "\e7fd";
}
.mdfi_communication_clear_all:before {
    content: "\e7fe";
}
.mdfi_communication_comment:before {
    content: "\e7ff";
}
.mdfi_communication_contacts:before {
    content: "\e800";
}
.mdfi_communication_dialer_sip:before {
    content: "\e801";
}
.mdfi_communication_dialpad:before {
    content: "\e802";
}
.mdfi_communication_dnd_on:before {
    content: "\e803";
}
.mdfi_communication_email:before {
    content: "\e804";
}
.mdfi_communication_forum:before {
    content: "\e805";
}
.mdfi_communication_import_export:before {
    content: "\e806";
}
.mdfi_communication_invert_colors_off:before {
    content: "\e807";
}
.mdfi_communication_invert_colors_on:before {
    content: "\e808";
}
.mdfi_communication_live_help:before {
    content: "\e809";
}
.mdfi_communication_location_off:before {
    content: "\e80a";
}
.mdfi_communication_location_on:before {
    content: "\e80b";
}
.mdfi_communication_message:before {
    content: "\e80c";
}
.mdfi_communication_messenger:before {
    content: "\e80d";
}
.mdfi_communication_no_sim:before {
    content: "\e80e";
}
.mdfi_communication_phone:before {
    content: "\e80f";
}
.mdfi_communication_portable_wifi_off:before {
    content: "\e810";
}
.mdfi_communication_quick_contacts_dialer:before {
    content: "\e811";
}
.mdfi_communication_quick_contacts_mail:before {
    content: "\e812";
}
.mdfi_communication_ring_volume:before {
    content: "\e813";
}
.mdfi_communication_stay_current_landscape:before {
    content: "\e814";
}
.mdfi_communication_stay_current_portrait:before {
    content: "\e815";
}
.mdfi_communication_stay_primary_landscape:before {
    content: "\e816";
}
.mdfi_communication_stay_primary_portrait:before {
    content: "\e817";
}
.mdfi_communication_swap_calls:before {
    content: "\e818";
}
.mdfi_communication_textsms:before {
    content: "\e819";
}
.mdfi_communication_voicemail:before {
    content: "\e81a";
}
.mdfi_communication_vpn_key:before {
    content: "\e81b";
}
.mdfi_av_album:before {
    content: "\e81c";
}
.mdfi_av_av_timer:before {
    content: "\e81d";
}
.mdfi_av_closed_caption:before {
    content: "\e81e";
}
.mdfi_av_equalizer:before {
    content: "\e81f";
}
.mdfi_av_explicit:before {
    content: "\e820";
}
.mdfi_av_fast_forward:before {
    content: "\e821";
}
.mdfi_av_fast_rewind:before {
    content: "\e822";
}
.mdfi_av_games:before {
    content: "\e823";
}
.mdfi_av_hearing:before {
    content: "\e824";
}
.mdfi_av_high_quality:before {
    content: "\e825";
}
.mdfi_av_loop:before {
    content: "\e826";
}
.mdfi_av_mic:before {
    content: "\e827";
}
.mdfi_av_mic_none:before {
    content: "\e828";
}
.mdfi_av_mic_off:before {
    content: "\e829";
}
.mdfi_av_movie:before {
    content: "\e82a";
}
.mdfi_av_my_library_add:before {
    content: "\e82b";
}
.mdfi_av_my_library_books:before {
    content: "\e82c";
}
.mdfi_av_my_library_music:before {
    content: "\e82d";
}
.mdfi_av_new_releases:before {
    content: "\e82e";
}
.mdfi_av_not_interested:before {
    content: "\e82f";
}
.mdfi_av_pause:before {
    content: "\e830";
}
.mdfi_av_pause_circle_fill:before {
    content: "\e831";
}
.mdfi_av_pause_circle_outline:before {
    content: "\e832";
}
.mdfi_av_play_arrow:before {
    content: "\e833";
}
.mdfi_av_play_circle_fill:before {
    content: "\e834";
}
.mdfi_av_play_circle_outline:before {
    content: "\e835";
}
.mdfi_av_play_shopping_bag:before {
    content: "\e836";
}
.mdfi_av_playlist_add:before {
    content: "\e837";
}
.mdfi_av_queue:before {
    content: "\e838";
}
.mdfi_av_queue_music:before {
    content: "\e839";
}
.mdfi_av_radio:before {
    content: "\e83a";
}
.mdfi_av_recent_actors:before {
    content: "\e83b";
}
.mdfi_av_repeat:before {
    content: "\e83c";
}
.mdfi_av_repeat_one:before {
    content: "\e83d";
}
.mdfi_av_replay:before {
    content: "\e83e";
}
.mdfi_av_shuffle:before {
    content: "\e83f";
}
.mdfi_av_skip_next:before {
    content: "\e840";
}
.mdfi_av_skip_previous:before {
    content: "\e841";
}
.mdfi_av_snooze:before {
    content: "\e842";
}
.mdfi_av_stop:before {
    content: "\e843";
}
.mdfi_av_subtitles:before {
    content: "\e844";
}
.mdfi_av_surround_sound:before {
    content: "\e845";
}
.mdfi_av_video_collection:before {
    content: "\e846";
}
.mdfi_av_videocam:before {
    content: "\e847";
}
.mdfi_av_videocam_off:before {
    content: "\e848";
}
.mdfi_av_volume_down:before {
    content: "\e849";
}
.mdfi_av_volume_mute:before {
    content: "\e84a";
}
.mdfi_av_volume_off:before {
    content: "\e84b";
}
.mdfi_av_volume_up:before {
    content: "\e84c";
}
.mdfi_av_web:before {
    content: "\e84d";
}
.mdfi_alert_error:before {
    content: "\e84e";
}
.mdfi_alert_warning:before {
    content: "\e84f";
}
.mdfi_action_3d_rotation:before {
    content: "\e850";
}
.mdfi_action_accessibility:before {
    content: "\e851";
}
.mdfi_action_account_balance:before {
    content: "\e852";
}
.mdfi_action_account_balance_wallet:before {
    content: "\e853";
}
.mdfi_action_account_box:before {
    content: "\e854";
}
.mdfi_action_account_child:before {
    content: "\e855";
}
.mdfi_action_account_circle:before {
    content: "\e856";
}
.mdfi_action_add_shopping_cart:before {
    content: "\e857";
}
.mdfi_action_alarm:before {
    content: "\e858";
}
.mdfi_action_alarm_add:before {
    content: "\e859";
}
.mdfi_action_alarm_off:before {
    content: "\e85a";
}
.mdfi_action_alarm_on:before {
    content: "\e85b";
}
.mdfi_action_android:before {
    content: "\e85c";
}
.mdfi_action_announcement:before {
    content: "\e85d";
}
.mdfi_action_aspect_ratio:before {
    content: "\e85e";
}
.mdfi_action_assessment:before {
    content: "\e85f";
}
.mdfi_action_assignment:before {
    content: "\e860";
}
.mdfi_action_assignment_ind:before {
    content: "\e861";
}
.mdfi_action_assignment_late:before {
    content: "\e862";
}
.mdfi_action_assignment_return:before {
    content: "\e863";
}
.mdfi_action_assignment_returned:before {
    content: "\e864";
}
.mdfi_action_assignment_turned_in:before {
    content: "\e865";
}
.mdfi_action_autorenew:before {
    content: "\e866";
}
.mdfi_action_backup:before {
    content: "\e867";
}
.mdfi_action_book:before {
    content: "\e868";
}
.mdfi_action_bookmark:before {
    content: "\e869";
}
.mdfi_action_bookmark_outline:before {
    content: "\e86a";
}
.mdfi_action_bug_report:before {
    content: "\e86b";
}
.mdfi_action_cached:before {
    content: "\e86c";
}
.mdfi_action_check_circle:before {
    content: "\e86d";
}
.mdfi_action_class:before {
    content: "\e86e";
}
.mdfi_action_credit_card:before {
    content: "\e86f";
}
.mdfi_action_dashboard:before {
    content: "\e870";
}
.mdfi_action_delete:before {
    content: "\e871";
}
.mdfi_action_description:before {
    content: "\e872";
}
.mdfi_action_dns:before {
    content: "\e873";
}
.mdfi_action_done:before {
    content: "\e874";
}
.mdfi_action_done_all:before {
    content: "\e875";
}
.mdfi_action_event:before {
    content: "\e876";
}
.mdfi_action_exit_to_app:before {
    content: "\e877";
}
.mdfi_action_explore:before {
    content: "\e878";
}
.mdfi_action_extension:before {
    content: "\e879";
}
.mdfi_action_face:before {
    content: "\e87a";
}
.mdfi_action_favorite:before {
    content: "\e87b";
}
.mdfi_action_favorite_outline:before {
    content: "\e87c";
}
.mdfi_action_find_in_page:before {
    content: "\e87d";
}
.mdfi_action_find_replace:before {
    content: "\e87e";
}
.mdfi_action_flip_to_back:before {
    content: "\e87f";
}
.mdfi_action_flip_to_front:before {
    content: "\e880";
}
.mdfi_action_get_app:before {
    content: "\e881";
}
.mdfi_action_grade:before {
    content: "\e882";
}
.mdfi_action_group_work:before {
    content: "\e883";
}
.mdfi_action_help:before {
    content: "\e884";
}
.mdfi_action_highlight_remove:before {
    content: "\e885";
}
.mdfi_action_history:before {
    content: "\e886";
}
.mdfi_action_home:before {
    content: "\e887";
}
.mdfi_action_https:before {
    content: "\e888";
}
.mdfi_action_info:before {
    content: "\e889";
}
.mdfi_action_info_outline:before {
    content: "\e88a";
}
.mdfi_action_input:before {
    content: "\e88b";
}
.mdfi_action_invert_colors:before {
    content: "\e88c";
}
.mdfi_action_label:before {
    content: "\e88d";
}
.mdfi_action_label_outline:before {
    content: "\e88e";
}
.mdfi_action_language:before {
    content: "\e88f";
}
.mdfi_action_launch:before {
    content: "\e890";
}
.mdfi_action_list:before {
    content: "\e891";
}
.mdfi_action_lock:before {
    content: "\e892";
}
.mdfi_action_lock_open:before {
    content: "\e893";
}
.mdfi_action_lock_outline:before {
    content: "\e894";
}
.mdfi_action_loyalty:before {
    content: "\e895";
}
.mdfi_action_markunread_mailbox:before {
    content: "\e896";
}
.mdfi_action_note_add:before {
    content: "\e897";
}
.mdfi_action_open_in_browser:before {
    content: "\e898";
}
.mdfi_action_open_in_new:before {
    content: "\e899";
}
.mdfi_action_open_with:before {
    content: "\e89a";
}
.mdfi_action_pageview:before {
    content: "\e89b";
}
.mdfi_action_payment:before {
    content: "\e89c";
}
.mdfi_action_perm_camera_mic:before {
    content: "\e89d";
}
.mdfi_action_perm_contact_cal:before {
    content: "\e89e";
}
.mdfi_action_perm_data_setting:before {
    content: "\e89f";
}
.mdfi_action_perm_device_info:before {
    content: "\e8a0";
}
.mdfi_action_perm_identity:before {
    content: "\e8a1";
}
.mdfi_action_perm_media:before {
    content: "\e8a2";
}
.mdfi_action_perm_phone_msg:before {
    content: "\e8a3";
}
.mdfi_action_perm_scan_wifi:before {
    content: "\e8a4";
}
.mdfi_action_picture_in_picture:before {
    content: "\e8a5";
}
.mdfi_action_polymer:before {
    content: "\e8a6";
}
.mdfi_action_print:before {
    content: "\e8a7";
}
.mdfi_action_query_builder:before {
    content: "\e8a8";
}
.mdfi_action_question_answer:before {
    content: "\e8a9";
}
.mdfi_action_receipt:before {
    content: "\e8aa";
}
.mdfi_action_redeem:before {
    content: "\e8ab";
}
.mdfi_action_report_problem:before {
    content: "\e8ac";
}
.mdfi_action_restore:before {
    content: "\e8ad";
}
.mdfi_action_room:before {
    content: "\e8ae";
}
.mdfi_action_schedule:before {
    content: "\e8af";
}
.mdfi_action_search:before {
    content: "\e8b0";
}
.mdfi_action_settings:before {
    content: "\e8b1";
}
.mdfi_action_settings_applications:before {
    content: "\e8b2";
}
.mdfi_action_settings_backup_restore:before {
    content: "\e8b3";
}
.mdfi_action_settings_bluetooth:before {
    content: "\e8b4";
}
.mdfi_action_settings_cell:before {
    content: "\e8b5";
}
.mdfi_action_settings_display:before {
    content: "\e8b6";
}
.mdfi_action_settings_ethernet:before {
    content: "\e8b7";
}
.mdfi_action_settings_input_antenna:before {
    content: "\e8b8";
}
.mdfi_action_settings_input_component:before {
    content: "\e8b9";
}
.mdfi_action_settings_input_composite:before {
    content: "\e8ba";
}
.mdfi_action_settings_input_hdmi:before {
    content: "\e8bb";
}
.mdfi_action_settings_input_svideo:before {
    content: "\e8bc";
}
.mdfi_action_settings_overscan:before {
    content: "\e8bd";
}
.mdfi_action_settings_phone:before {
    content: "\e8be";
}
.mdfi_action_settings_power:before {
    content: "\e8bf";
}
.mdfi_action_settings_remote:before {
    content: "\e8c0";
}
.mdfi_action_settings_voice:before {
    content: "\e8c1";
}
.mdfi_action_shop:before {
    content: "\e8c2";
}
.mdfi_action_shop_two:before {
    content: "\e8c3";
}
.mdfi_action_shopping_basket:before {
    content: "\e8c4";
}
.mdfi_action_shopping_cart:before {
    content: "\e8c5";
}
.mdfi_action_speaker_notes:before {
    content: "\e8c6";
}
.mdfi_action_spellcheck:before {
    content: "\e8c7";
}
.mdfi_action_star_rate:before {
    content: "\e8c8";
}
.mdfi_action_stars:before {
    content: "\e8c9";
}
.mdfi_action_store:before {
    content: "\e8ca";
}
.mdfi_action_subject:before {
    content: "\e8cb";
}
.mdfi_action_supervisor_account:before {
    content: "\e8cc";
}
.mdfi_action_swap_horiz:before {
    content: "\e8cd";
}
.mdfi_action_swap_vert:before {
    content: "\e8ce";
}
.mdfi_action_swap_vert_circle:before {
    content: "\e8cf";
}
.mdfi_action_system_update_tv:before {
    content: "\e8d0";
}
.mdfi_action_tab:before {
    content: "\e8d1";
}
.mdfi_action_tab_unselected:before {
    content: "\e8d2";
}
.mdfi_action_theaters:before {
    content: "\e8d3";
}
.mdfi_action_thumb_down:before {
    content: "\e8d4";
}
.mdfi_action_thumb_up:before {
    content: "\e8d5";
}
.mdfi_action_thumbs_up_down:before {
    content: "\e8d6";
}
.mdfi_action_toc:before {
    content: "\e8d7";
}
.mdfi_action_today:before {
    content: "\e8d8";
}
.mdfi_action_track_changes:before {
    content: "\e8d9";
}
.mdfi_action_translate:before {
    content: "\e8da";
}
.mdfi_action_trending_down:before {
    content: "\e8db";
}
.mdfi_action_trending_neutral:before {
    content: "\e8dc";
}
.mdfi_action_trending_up:before {
    content: "\e8dd";
}
.mdfi_action_turned_in:before {
    content: "\e8de";
}
.mdfi_action_turned_in_not:before {
    content: "\e8df";
}
.mdfi_action_verified_user:before {
    content: "\e8e0";
}
.mdfi_action_view_agenda:before {
    content: "\e8e1";
}
.mdfi_action_view_array:before {
    content: "\e8e2";
}
.mdfi_action_view_carousel:before {
    content: "\e8e3";
}
.mdfi_action_view_column:before {
    content: "\e8e4";
}
.mdfi_action_view_day:before {
    content: "\e8e5";
}
.mdfi_action_view_headline:before {
    content: "\e8e6";
}
.mdfi_action_view_list:before {
    content: "\e8e7";
}
.mdfi_action_view_module:before {
    content: "\e8e8";
}
.mdfi_action_view_quilt:before {
    content: "\e8e9";
}
.mdfi_action_view_stream:before {
    content: "\e8ea";
}
.mdfi_action_view_week:before {
    content: "\e8eb";
}
.mdfi_action_visibility:before {
    content: "\e8ec";
}
.mdfi_action_visibility_off:before {
    content: "\e8ed";
}
.mdfi_action_wallet_giftcard:before {
    content: "\e8ee";
}
.mdfi_action_wallet_membership:before {
    content: "\e8ef";
}
.mdfi_action_wallet_travel:before {
    content: "\e8f0";
}
.mdfi_action_work:before {
    content: "\e8f1";
}