@charset "utf-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Lauv theme
Version:    1.1.2

[Table of contents]

    1. Base
        1.1 Base css
        1.2. Heading
        1.3. Buttons
        1.4 Inputs
        1.5 Preloader
    2. Header
        2.1 Logo
        2.2 Navigation
        2.3 Fullscreen navigation
        2.4 Buter button
        2.7 Side header
        2.8 Side navigation
    3. Body
        3.1 Gallery widget
        3.2 Contact row
        3.3 Default widgets
        3.4 Portfolio
        3.5 Filter buttons
        3.6 Pagination
        3.7 Banner
        3.8 Price list type 1
        3.9 Price list type 2
        3.10 Price list type 3
        3.11 Price list type 4
        3.12 Blog
        3.13 Countdown
        3.14 Site content
        3.15 Comments
        3.16 Project page
        3.17 Video
        3.18 Hand phone
        3.19 Button Download
        3.20 Accordion
        3.21 Icon box
        3.22 Phone mockups
        3.23 App Screenshots
        3.24 Testimonials
        3.25 Whois
        3.26 Download Counter
        3.27 Product items
        3.28 Team items
        3.29 Benefits
        3.30 Subscribe form
    4 Footer
        4.1 Footer top

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Base ]
*/


/*------------------------------------------------------------------
[1.1 Base css ]
*/

aside,
nav,
footer,
header,
section {
    display: block
}

body {
    margin: 0;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
    color: #121212;
    background: #fff;
}

body.ypromo-site-bar-body {
    padding-top: 65px;
}

body.site-dark {
    background: #000;
    color: #fff;
}

a {
    color: inherit;
}

img {
    border: none;
    height: auto;
}

input,
textarea,
button,
select,
a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: inherit;
}

input,
textarea,
button,
select {
    font-family: inherit;
    max-width: 100%;
}

input::-webkit-input-placeholder {
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
}

input:-moz-placeholder {
    color: inherit;
}

input:-ms-input-placeholder {
    color: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
}

textarea:-moz-placeholder {
    color: inherit;
}

textarea:-ms-input-placeholder {
    color: inherit;
}

*:focus {
    outline: none;
}

blockquote {
    font-size: 1.500em;
    line-height: 1.500em;
    margin: 25px 0 25px 40px;
    position: relative;
    z-index: 1;
    text-align: left;
    font-weight: 300;
    font-style:  italic;
    color: #939393;
}

blockquote cite {
    font-weight: bold;
    text-decoration: none;
    font-style:  normal;
}

blockquote cite a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

blockquote p {
    line-height: 1.500em !important;
}

blockquote:before {
    content: "”";
    position: absolute;
    top: 0.25em;
    left: -45px;
    font-size: 3.000em;
    font-weight: normal;
    font-style: normal;
    z-index: -1;
    opacity: 0.2;
    font-style:  italic;
}

.centered-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-items {
    padding-top: 30px;
}

.post-items .post {
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-light {
    font-weight: 300 !important;
}

.no-padding {
    padding: 0;
}

.padding-on {
    padding: 0 30px;
}

.dark-bg,
.white-text {
    color: #fff;
}

.header-space {
    height: 78px;
}

.header-type-side .header-space {
    display: none;
}

.contact-row {
    margin-bottom: 15px;
}

.contact-row i {
    float: left;
    font-size: 15px;
    color: #01a2dd;
    margin-top: 5px;
}

.contact-row span {
    display: block;
    color: #b1b0b0;
    font-size: 16px;
    font-weight: 300;
    margin-left: 30px;
}

figure {
    margin: 0;
}

pre {
    background: #ccc;
    padding: 10px 20px;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

table {
    width: 100%;
    border: 1px solid;
    border-collapse: collapse;
    border-color: #e8e8e8;
}

table td,
table th {
    border: 1px solid;
    padding: 2px 5px;
    border-color: #e8e8e8;
}

.site-footer table td,
.site-footer table th,
.calendar_wrap table td,
.calendar_wrap table th {
    font-size: 11px;
    padding: 2px 3px;
    text-align: center;
}

.calendar_wrap table caption {
    font-size:  14px;
    margin-bottom: 5px;
}

.blog-item table th,
.blog-item table td,
.post-content table th,
.post-content table td,
.comment-item table th,
.comment-item table td {
    padding: 10px 15px;
}

.blog-item ul,
.post-content ul,
.comment-item ul,
.blog-item ol,
.post-content ol,
.comment-item ol {
    margin: 15px 0;
    padding-left: 25px;
}

.blog-item ul li,
.post-content ul li,
.comment-item ul li,
.blog-item ol li,
.post-content ol li,
.comment-item ol li {
    margin: 5px 0;
}

.popup_download_no .pswp__share--download {
    display: none;
}

pre {
    width: 100%;
}

.s-sidebar {
    margin-top: 45px;
}

.single-post .s-sidebar {
    margin-top: 65px;
}

.woocommerce div.product .s-sidebar {
    margin-top: 0;
}

.s-sidebar > .w {
    margin-left: 20px;
}

.site-dark .s-sidebar > .w {
    background: #000;
}

.gallery .gallery-item {
    margin: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.gallery .gallery-item .wp-caption-text {
    display: none;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 49%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery .gallery-icon {}

.gallery .gallery-icon a {
    position: relative;
}

#all {
    position: relative;
    overflow: hidden;
}

.header-type-left_side #all {
    padding-left: 260px;
    padding-top: 0;
}

.vc_column-inner {
    /* background-size: cover; */
    background-position: 50%;
}

.vc_row[data-vc-full-width-mod] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
    position: relative;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 3.5em!important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 2.35em!important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 1.95em!important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
    /* border: 1px solid transparent; */
}

.vc_icon_element {
    margin-bottom: 20px;
}

.vc_gradient-icon .vc_icon_element-inner {
    border: none !important;
    z-index: 2;
}

.vc_gradient-icon .vc_icon_element-inner .bor {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    opacity: 0.5;
    box-shadow: -4px 3px 6.86px 0.14px rgba(0, 0, 0, 0.1);
}

.vc_gradient-icon .vc_icon_element-inner.vc_icon_element-style-rounded .bor {
    border-radius: 50%;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab>a {
    padding: 7px 25px;
    font-size: 14px;
    background: transparent;
    border: none;
    color: inherit;
    font-weight: 500;
}

.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-tabs-list .vc_tta-tab>a {
    background: #dfdfe6;
    border: 2px solid;
    font-size: 12px;
    text-transform: uppercase;
    border-color: transparent;
    padding: 11px 40px;
    font-weight: normal;
    color: #a3a3a3;
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab.vc_active>a {
    color: #525d7c !important;
    border-color: #525d7c !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab>a:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active>a {
    box-shadow: -5px 6px 6.86px 0.14px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #000;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab>a {
    border-width: 1px
}

.wpb-js-composer .vc_tta.vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #4868cf;
    background-color: #5472D2;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #00b3c0;
    background-color: #00C1CF;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #fe5e52;
    background-color: #FE6C61;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #8462c0;
    background-color: #8D6DC4;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #40a8c5;
    background-color: #4CADC9;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #c8bba1;
    background-color: #CEC2AB;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #484152;
    background-color: #50485B;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #69d294;
    background-color: #75D69C;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f6b859;
    background-color: #F7BE68;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #4d9ae1;
    background-color: #5AA1E3;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-green.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #66a038;
    background-color: #6DAB3C;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f3443f;
    background-color: #F4524D;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f68a59;
    background-color: #F79468;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #b474b6;
    background-color: #B97EBB;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #222;
    background-color: #2A2A2A;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #fbfbfb;
    background-color: #fbfbfb;
    color: #56c4cf;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background: #fbfbfb !important;
    border-color: #fbfbfb !important;
}

.wpb-js-composer .vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f7f7f7;
    background-color: #FFF;
    color: #666
}

.vc_row.extra-spacing {
    margin: 0 -60px;
}

.vc_row.extra-spacing > div {
    padding: 0 45px;
}

.vc_row[data-vc-full-width-mod] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_row[data-vc-full-width-mod].vc_hidden {
    opacity: 0
}

.vc_section[data-vc-full-width-mod] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_section[data-vc-full-width-mod].vc_hidden {
    opacity: 0
}

.vc_section[data-vc-full-width-mod]>.vc_row {
    margin-left: 0;
    margin-right: 0
}

.vc-row[data-vc-full-width-mod] .vc_grid.vc_row {
    overflow: hidden
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 1em;
}

.wpb-js-composer .vc_tta-panel .vc_tta-panel-title>a {
    color: inherit !important;
}

.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body,
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
    border-radius: 5px !important;
}

.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-body {
    border-radius: 0 0 5px 5px !important;
}

.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body,
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
    border-radius: 5px !important;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_outline,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
    padding: 3px;
    border-width: 2px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab>a {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    background: #f5f5f5;
}

.wpb-js-composer div.vc_tta.vc_general .vc_tta-panel-body {
    padding: 15px 30px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
    width: 4.4em !important;
    height: 4.4em !important;
    border-width: 3px;
}

.offset-top {
    margin-top: 25px;
}

.row-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.banner-coming-soon .h.b-coming-heading,
.banner-404 .h.b-404-heading {
    font-size: 4.286em;
    margin-bottom: 0;
    margin-top:  0;
}

.banner-coming-soon .item div.text,
.banner-404 .item div.text {
    margin: 25px 0 30px;
    padding: 0;
}

.banner-coming-soon .item div.text {
    margin: -15px 0 45px;
    font-size: 1.5em;
}

.protected-post-form {}

.protected-post-form .cell {
    text-align: center;
    width: 19000px;
    padding: 40px 0;
}

.blog-item .protected-post-form .cell,
.post-content .protected-post-form .cell {
    height: 250px !important;
}

.protected-post-form p {
    display: none;
}

.protected-post-form .area {
    border: 1px solid;
    position: relative;
    margin: 20px auto 0;
    max-width: 680px;
}

.protected-post-form .area input {
    width: 100%;
    border: none;
    padding: 0 48px 0 20px;
    line-height: 48px;
    height: 48px;
    background: transparent;
    color: inherit;
}

.protected-post-form .area button {
    position: absolute;
    background: none;
    border: none;
    line-height: 48px;
    width: 48px;
    cursor: pointer;
    padding: 0;
    font-size: 21px;
    color: inherit;
    top: 0;
    right: 0;
}

.protected-post-form .area button i {
    display: block;
    line-height: 48px;
}

.wpb_text_column ul,
.site-content ul {
    margin: 30px 0;
    padding: 0;
    line-height: 1.875em;
}

.wpb_text_column ul strong, 
.site-content ul strong {
    color: #000;
}

.wpb_text_column ul ul,
.site-content ul ul {
    margin: 20px 0;
}

.wpb_text_column ul li,
.site-content ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 15px 0;
    display: block;
}

.wpb_text_column ul li:before,
.site-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    background: #01a2dd;
    border-radius: 50%;
}

.color-scheme2 .wpb_text_column ul li:before,
.color-scheme2 .site-content ul li:before {
    color: #507fcd;
}

.pswp .pswp__zoom-wrap {
    text-align: center;
}

.pswp .pswp__zoom-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.pswp .wrapper {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.pswp .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
}

.pswp .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pswp video {
    width: 100% !important;
    height: auto !important;
}

.side-img {}

.side-img .vc_column-inner {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
}

.side-img.with-shadow .vc_column-inner {
    box-shadow: 12px 11px 0 #def2f1;
}

.img-with-shadow {
    box-shadow: 9px 8px 0 rgba(89, 188, 184, 0.2);
}

.brand-logo .wpb_wrapper {
    position: relative;
}

.brand-logo .wpb_wrapper .wpb_wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right:  0;
    width: 1px;
    height: 30px;
    background: #efc7c2;
    margin-top: -15px;
}

.brand-logo.last .wpb_wrapper .wpb_wrapper:after {
    display: none;
}

.brand-logo .wpb_wrapper img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.brand-logo .wpb_wrapper img:hover {
    opacity: .6;
}

.logged-links {
    color: #01a2dd;
    font-size:  12px;
    margin: -15px 0 10px;
}

.logged-links a.logout {margin-left: 10px;}

.right-click-disable-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: #ffffffcc;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity:  0;
    visibility: hidden;
}

.site-dark .right-click-disable-message {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    background: #000000cc;
}

.right-click-disable-message.active {
    opacity:  1;
    visibility: visible;
}

.right-click-disable-message .container {}

.right-click-disable-message .cell {
    height: 100vh;
    width: 10000px;
}


/*------------------------------------------------------------------
[1.2. Heading ]
*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Roboto";
    margin: 20px 0;
}

.post-content h1,
.post-content .h1,
.post-content h2,
.post-content .h2,
.post-content h3,
.post-content .h3,
.post-content h4,
.post-content .h4,
.post-content h5,
.post-content .h5,
.post-content h6,
.post-content .h6 {
    margin: 35px 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    text-decoration: none;
}

h1,
.h1 {
    font-size: 60px;
    line-height: 1em;
    font-weight: bold;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 1em;
    font-weight: bold;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 1.200em;
    font-weight: bold;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 1.200em;
    font-weight: bold;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 1.200em;
    font-weight: bold;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 1.200em;
    font-weight: bold;
}

.heading-decor,
.heading-decor-s,
.heading-decor-t2 {
    margin: 15px 0 25px;
}

.site-content .heading-decor,
.site-content .heading-decor-s,
.site-content .heading-decor-t2 {
    margin: 35px 0 25px;
}

.summary .heading-decor-t2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.widget .heading-decor {
    margin-bottom: 25px;
}

.heading-decor > *,
.heading-decor-s > *,
.heading-decor-t2 > * {
    margin: 0;
}

.heading-decor:after,
.heading-decor-s .h:after {
    content: "";
    display: block;
    color: #01a2dd;
    width: 23px;
    height: 1px;
    margin-top: 20px;
    box-shadow: inset 0 0 0 5px;
}

.heading-decor.type-h4:after,
.heading-decor-s.type-h4 .h:after,
.heading-decor.type-h5:after,
.heading-decor-s.type-h5 .h:after,
.heading-decor.type-h6:after,
.heading-decor-s.type-h6 .h:after {
    font-size: 7px;
    margin-top: 20px;
}

.heading-decor .h[style^="color"]:after,
.heading-decor .h[style*="color"]:after,
.heading-decor-s .h[style^="color"]:after,
.heading-decor-s .h[style*="color"]:after {
    color: inherit;
}

.heading-decor-s .h:after,
.heading-decor .h:after {
    display: block;
}

.heading-decor-s.tac .h:after,
.heading-decor.tac .h:after,
.heading-decor.tac:after {
    margin: 20px auto 0;
}

.heading-decor-s.tar .h:after,
.heading-decor.tar .h:after,
.heading-decor.tar:after {
    float: right;
}

.heading-decor span,
.heading-decor-s span,
.heading-decor-t2 span {
    display: block;
}

.vc_custom_heading .bg-text {
    position: absolute;
    left: -60px;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: -1;
    color: #fcf4f3;
    font-size: 4.167em;
}

.vc_custom_heading.with-bg-text {
    position: relative;
    z-index: -1;
}


/*------------------------------------------------------------------
[1.3. Buttons ]
*/

.button-style1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    text-transform: lowercase;
    text-decoration: none;
    font-weight: 300;
    background: none;
    color: #01a2dd;
    cursor: pointer;
    border: none;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-style1:hover {
}

.button-style1:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom:  1px solid;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button-style1.out:after {
    left: 0;
    right: auto;
}

.button-style1:hover:after,
.button-style1.loading:after {
    width: 0;
}

.button-style1.blue {
    /* background: #01a2dd; */
    /* box-shadow: 6px 4px 0 0 rgba(89, 189, 184, 0.6); */
}

.button-style1.blue:hover {
    background: #3b9c97;
    box-shadow: 0 0 0 0 rgba(89, 189, 184, 0.6);
}

.button-style1.loading {}

.button-style1.loading span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg) translate(-50%, -50%);
    }
    to {
        -moz-transform: rotate(360deg) translate(-50%, -50%);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg) translate(-50%, -50%);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-50%, -50%);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg) translate(-50%, -50%);
    }
    to {
        transform: rotate(360deg) translate(-50%, -50%);
    }
}

.button-style1.loading:before {
    content: "\f1ce";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: block;
}

.button-style2 {
    text-decoration: none;
    color: #01a2dd;
    font-size:  14px;
    background: none;
    padding: 0 25px 0 0;
    border: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.button-style2.back {
    padding-left: 25px;
    padding-right:  0;
}

.button-style2 span {
    vertical-align: middle;
    bottom: 0;
}

.button-style2:after {
    content: "\e911";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button-style2:hover:after {
    -moz-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    -webkit-transform: translate(50%, 0%);
    -o-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
}

.button-style2.back:after {
    content: "\e912";
    left: 0;
    right: auto;
}

.button-style2.back:hover:after {
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.button-style3 {
    border: none;
    background: #01a2dd;
    color: #fff;
    font-size:  14px;
    font-weight: 300;
    padding: 15px 35px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

/*------------------------------------------------------------------
[1.4 Inputs ]
*/

select,
input.style1,
textarea.style1,
select.style1 {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #b1b0b0;
    background: #f5f5f5;
}

input.style1.gray,
textarea.style1.gray,
select.style1.gray {
    background-color: #fbfbfb;
}

.wpcf7-form input.style1,
.wpcf7-form textarea.style1 {
    margin-bottom: 20px;
}

input.style1,
select.style1,
select {
    /* padding: 0; */
    height: 40px;
}

select.style1,
select {
    background: url(../images/input-select.png) top 50% right 0px no-repeat;
    cursor: pointer;
    padding: 0 65px 0 15px;
    -webkit-appearance: none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    border: 1px solid #e3e3e3;
}

input.style1.date {
    background-image: url(../images/input-date.png);
}

input.style1.time {
    background-image: url(../images/input-time.png);
}

textarea.style1 {
    /* padding: 17px 0; */
    line-height: normal;
    resize: none;
    line-height: 17px;
}

input.style2,
textarea.style2 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
    background: #fdf7f6;
    border: none;
    padding: 10px 20px;
    line-height: 23px;
    color: #4b4d5d;
    resize: none;
}

.wpcf7-form-control-wrap input.style2, .wpcf7-form-control-wrap textarea.style2 {
    margin-bottom: 20px;
}


/*------------------------------------------------------------------
[1.5 Preloader ]
*/

@-webkit-keyframes preloader_pulse {
    0%,100% { 
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -webkit-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1);
    }
}
@keyframes preloader_pulse {
    0%,100% { 
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -webkit-transform:scale(1);
        -o-transform:scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -webkit-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1);
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    background: #fff;
}

.preloader-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}

.loaded .preloader-area,
.loaded .preloader {
    opacity: 0;
    visibility: hidden;
}

.preloader_img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader_img img {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.preloader-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 50%;
  margin-top: -20px;
}

.preloader-folding-cube .preloader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.preloader-folding-cube .preloader-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4b4d5d;
  -webkit-animation: preloader-foldCubeAngle 2.4s infinite linear both;
          animation: preloader-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.preloader-folding-cube .preloader-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.preloader-folding-cube .preloader-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.preloader-folding-cube .preloader-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.preloader-folding-cube .preloader-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.preloader-folding-cube .preloader-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.preloader-folding-cube .preloader-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes preloader-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes preloader-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

@-webkit-keyframes preloader-line /* Safari and Chrome */ {
  0% {
    width: 0;
  }
  40%,60% {
    width: 48%;
  }
  100% {
    width: 100%;
  }
}
@keyframes preloader-line {
  0% {
    width: 0;
  }
  40%,60% {
    width: 48%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes preloader-show /* Safari and Chrome */ {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes preloader-show {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@-webkit-keyframes preloader-hide /* Safari and Chrome */ {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes preloader-hide {
  from {
    -webkit-clip-path: ellipse(150% 100% at 100% 50%);
    clip-path: ellipse(150% 100% at 100% 50%);
  }
  to {
    -webkit-clip-path: ellipse(0% 100% at 100% 50%);
    clip-path: ellipse(0% 100% at 100% 50%);
  }
}

.preloader-type2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    overflow: hidden;
    -webkit-clip-path: ellipse(150% 100% at 100% 50%);
    clip-path: ellipse(150% 100% at 100% 50%);
}

.edge.preloader-type2 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.loaded .preloader-type2 {
    -webkit-animation: preloader-hide 2s ease-in-out;
    -moz-animation: preloader-hide 2s ease-in-out;
    -ms-animation: preloader-hide 2s ease-in-out;
    -o-animation: preloader-hide 2s ease-in-out;
    animation: preloader-hide 2s ease-in-out;
    animation-fill-mode: forwards;
}

.edge.loaded .preloader-type2 {
    opacity: 0;
    visibility: hidden;
}

.site-dark .preloader-type2 {
    background: #000;
}

.preloader-type2 .text-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.preloader-type2 .h {
    position: relative;
    font-size: 48px;
}

.preloader-type2 .h:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 0;
    background: #000;
    -webkit-animation: preloader-line 1.5s linear;
    -moz-animation: preloader-line 1.5s linear;
    -ms-animation: preloader-line 1.5s linear;
    -o-animation: preloader-line 1.5s linear;
    animation: preloader-line 4.5s linear;
    animation-fill-mode: forwards;
}

.site-dark .preloader-type2 .h:before {
    background: #fff;
}

.preloader-type2 .h span {
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    position: relative;
    z-index: 1;
    -webkit-animation: preloader-line 1.5s linear;
    -moz-animation: preloader-line 1.5s linear;
    -ms-animation: preloader-line 1.5s linear;
    -o-animation: preloader-line 1.5s linear;
    animation: preloader-show 1s linear;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    font-weight: bold;
}

.site-dark .preloader-type2 .h span {
    background: #000;
}

.preloader-type2 .sub-h {
    font-size: 24px;
    -webkit-animation: preloader-line 1.5s linear;
    -moz-animation: preloader-line 1.5s linear;
    -ms-animation: preloader-line 1.5s linear;
    -o-animation: preloader-line 1.5s linear;
    animation: preloader-show 1s linear;
    animation-fill-mode: forwards;
    animation-delay: 1.9s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    display: inline-block;
    font-weight: 300;
    color: #01a2dd;
}


/*------------------------------------------------------------------
[2. Header ]
*/

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* border-bottom: 1px solid; */
}

.ypromo-site-bar-body .site-header {
    top: 65px;
}

.site-header.header_offset_to_center {
    padding-top: 35px;
    pointer-events: none;
}

.site-header.with-side {
    display: none;
}

.vc_editor .site-header {
    z-index: 0;
}

.vc_editor .site-header.fixed {
    z-index: 100;
}

.header-space-no .site-header,
.header-space-no .site-header.light,
.header-space-no .site-header.dark {
    background: none;
}

.site-header.light.fixed,
.navigation-opened .site-header.light {
    background: #fff;
}

.site-header.dark.fixed {
}

.admin-bar .site-header {
    top: 32px;
}

.site-header.dark {
    color: #fff;
}

.site-header.light {
    color: #121212;
    background: #fff;
    border-color: #ebebeb;
}

.site-header.header-space-on.dark {
    background: #000;
}

.site-header.header-space-no.light {
    background: #fff;
    color: #000;
}

.site-header.header_side {
    display: none;
}

.site-header .container-fluid {
    padding: 0 45px;
}

.page-with-offset .site-header .container-fluid {
    padding: 0 70px;
}

.site-header .header-top {
    color: #fff;
    border-bottom: 1px solid;
    position: relative;
    z-index: 1;
    min-height: 31px;
}

.site-header.fixed .header-top,
.header-space-yes .site-header .header-top {
    background-image: url(../images/line-pattern.png);
}

.header-space-no .site-header {
    border-bottom: none;
}

.site-header:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation-opened .site-header:before {
    background: #fff;
    opacity: 1 !important;
}

.site-header.dark:before,
.navigation-opened .site-header.dark:before {
    background: #000;
}

.header-space-no .site-header:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.header-space-no .site-header.fixed:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.site-header .header-top .social-buttons {
    float: left;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 0;
}

.site-header .header-top .social-buttons a {
    margin-right: 10px;
}

.site-header .header-top .social-buttons a i {
    font-size: 1.2em;
    margin-right: 2px;
    opacity: 1;
}

.site-header .header-top .social-buttons a span {
    display: none;
}

.site-header .header-top .working-time {
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 7px 0;
}

.site-header .header-top .working-time i {
    margin-right: 10px;
    font-size: 12px;
    vertical-align: middle;
}

.site-header .header-top .working-time span {
    vertical-align: middle;
}

.site-header .header-top .phone-number {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin: 7px 0 7px 35px;
    font-weight: bold;
}

.site-header .header-top .phone-number i {
    margin-right: 10px;
    font-size: 10px;
    vertical-align: middle;
}

.site-header .header-top .phone-number span {
    vertical-align: middle;
}

.site-header .header-top .search-button {
    float: left;
    margin: 8px 0 8px 15px;
    font-size: 13px;
}

.site-header .header-top .search-button i {}

.minified-block {
    float: left;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    opacity: 0;
    visibility: hidden;
}

.minified-block.active {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
    visibility: visible;
}


/*------------------------------------------------------------------
[2.1 Logo ]
*/

.site-header .logo,
.side-header .logo,
.site-footer .logo {
    font-size: 30px;
    font-weight: bold;
    float: left;
    pointer-events: all;
}

.site-footer .logo {
}

.site-dark .site-footer .logo {
    color: #c2c2c2;
}

.side-header .logo {
    position: absolute;
    left: 45px;
    top: 20px;
}

.site-header.header_logo_center .logo {
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.site-header .logo a,
.side-header .logo a,
.site-footer .logo a {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
    text-decoration: none;
}

.site-footer .logo a {
    height: 98px;
}

.site-header .logo img,
.side-header .logo img,
.site-footer .logo img {
    max-height: 70px;
}
.site-header.light .logo .dark,
.site-header.dark .logo .light,
.side-header.light .logo .dark,
.side-header.dark .logo .light,
.site-footer.light .logo .dark,
.site-footer.dark .logo .light {
    display: block;
}

.site-header.light .logo .light,
.site-header.dark .logo .dark,
.side-header.light .logo .light,
.side-header.dark .logo .dark,
.site-footer.light .logo .light,
.site-footer.dark .logo .dark {
    display: none;
}

.search-button {
    float: left;
    margin: 29px 0 0 15px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.search-button i {
    display: block;
}

.header_offset_to_center .fr {
    margin-right:  50%;
    padding-right: 60px;
}


/*------------------------------------------------------------------
[2.2 Navigation ]
*/

.navigation {
    float: left;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    z-index: 1;
    color: #4b4d5d;
    font-weight: 500;
    pointer-events: all;
}

.header_logo_center .navigation {
    text-align: center;
    float: none;
    border-top: 1px solid #ebebeb;
}

.header_logo_center .navigation #mega-menu-wrap-navigation #mega-menu-navigation {
    text-align: center;
}

.site-header.dark .navigation {
    color: inherit;
}

.navigation.active,
.navigation.visible_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation li {
    display: block;
    position: relative;
}

.navigation a {
    text-decoration: none;
}

.navigation .menu-h {
    margin-bottom: 10px;
    opacity: .5;
}

.navigation > ul {}

.navigation > ul > li {
    float: left;
    position: relative;
    /* padding: 20px 0; */
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.header_logo_center .navigation > ul > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.navigation > ul > li:not(:last-of-type) {
    margin-right: 20px;
}

.navigation.hover-style2 > ul > li:not(:last-of-type) {
    margin: 0;
}

.navigation > ul > li > a {
    transition: 0.3s;
    display: table-cell;
    position: relative;
    line-height: 25px;
    max-width: 130px;
    height: 75px;
    vertical-align: middle;
    line-height: 1.2em;
    text-align: center;
}

.header_logo_center .navigation > ul > li > a {
    height: 45px;
}

.header_logo_center #mega-menu-wrap-navigation #mega-menu-navigation > li.mega-menu-item > a.mega-menu-link {
    height: 45px;
    line-height: 45px;
}

.navigation-img {
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-size:  cover;
    background-position: 50%;
}

.site-nav-arr .navigation > ul > li.menu-item-has-children > a:after,
.site-nav-arr .navigation > ul > li.menu-item-has-children > a:after,
.site-nav-arr .navigation > ul > li.menu-item-has-children > a:after,
.site-nav-arr .navigation > ul > li.page_item_has_children > a:after,
.site-nav-arr .navigation > ul > li.page_item_has_children > a:after,
.site-nav-arr .navigation > ul > li.page_item_has_children > a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #cbcbcb;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.navigation > ul > li > a span {
    display: inline-block;
    vertical-align: middle;
}

.navigation.hover-style2 > ul > li > a span {
    border: none;
    padding: 2px 10px;
}

.navigation > ul > li.current-menu-item,
.navigation > ul > li.current-menu-ancestor,
.navigation > ul > li.current_page_item,
.navigation > ul > li.current-menu-ancestor {
    border-color: #01a2dd;
}

.navigation li:hover > a,
.navigation li.current-menu-item > a,
.navigation li.current-menu-ancestor > a,
.navigation li.current_page_item > a,
.navigation li.current-menu-ancestor > a {
    color: #01a2dd;
}

.navigation .sub-menu,
.navigation .children {
    position: absolute;
    background: #ffffff;
    width: 175px;
    left: -10px;
    top: 100%;
    margin-top: -10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 25px 35px;
    color: #a8a7a7;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.site-header.dark .navigation .sub-menu,
.site-header.dark .navigation .children {
    /* background: #000; */
    /* color: #fff; */
}

.navigation li.menu-item-has-children:hover > .sub-menu,
.navigation li.page_item_has_children:hover > .children {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition-delay: 0s;
}

.navigation .sub-menu .sub-menu,
.navigation .children .children {
    left: 100%;
    top: -26px;
    margin-left: 35px;
    transition-delay: .1s;
}

.navigation > ul > li:nth-last-child(3) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(2) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(1) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(3) .children .children,
.navigation > ul > li:nth-last-child(2) .children .children,
.navigation > ul > li:nth-last-child(1) .children .children {
    left: inherit;
    right: 100%;
}

.navigation > ul > li > .sub-menu,
.navigation > ul > li > .children {}

.navigation .sub-menu li,
.navigation .children li {
    padding: 0 0;
}

.navigation .sub-menu li:last-of-type,
.navigation .children li:last-of-type {
    border-bottom: none;
}

.navigation .sub-menu li.menu-item-has-children,
.navigation .children li.page_item_has_children {
    position: relative;
}

.navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a,
.navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a,
.navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a,
.navigation > ul > li:nth-last-child(3) .children li.menu_item_has_children > a,
.navigation > ul > li:nth-last-child(2) .children li.menu_item_has_children > a,
.navigation > ul > li:nth-last-child(1) .children li.menu_item_has_children > a {
    padding-left: 25px;
}

.navigation .sub-menu li.menu-item-has-children > a:after,
.navigation .children li.page_item_has_children > a:after {
    content: "\e906";
    font-family: 'base-icons' !important;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0.7em;
    color: #01a2dd;
}

.navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(3) .children li.page_item_has_children > a:after,
.navigation > ul > li:nth-last-child(2) .children li.page_item_has_children > a:after,
.navigation > ul > li:nth-last-child(1) .children li.page_item_has_children > a:after {
    content: "\e907";
    right: inherit;
    left: -15px;
}

.navigation .sub-menu li a,
.navigation .children li a {
    display: table-cell;
    width: 200px;
    height: 35px;
    padding: 5px 0;
    position: relative;
    vertical-align: middle;
    transition-duration: 0.2s;
    z-index: 1;
    font-weight: 300;
}

.site-nav-arr .navigation > ul > li.menu-item-has-children > a:after,
.site-nav-arr .navigation > ul > li.menu_item_has_children > a:after,
.site-nav-arr .navigation > ul > li.page_item_has_children > a:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    vertical-align: middle;
    font-size: 8px;
    margin-left: 5px;
    margin-top: 0;
    display: inline-block;
}

.navigation .sub-menu li a span,
.navigation .children li a span {
    display: inline-block;
    vertical-align: middle;
}

.right-side-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    width: 360px;
    background: #f8f8f8;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
}

.site-dark .right-side-nav {
    color: #fff;
    background: #151515;
}

.right-side-nav.active {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.admin-bar .right-side-nav {
    top: 32px;
}

.right-side-nav .close {
    cursor: pointer;
    font-weight: 500;
    margin: 24px 0 0 60px;
}

.right-side-nav .wrap {
    position: absolute;
    top: 110px;
    left: 35px;
    right: -20px;
    overflow: hidden;
    overflow-y: scroll;
    bottom: 140px;
}

.right-side-nav .wrap > div {}

.right-side-navigation {
    color: #6a6a6a;
}

.site-dark .right-side-navigation {
    color: #fff;
}

.right-side-navigation ul {
    margin: 0;
    padding: 0;
}

.right-side-navigation ul li {
    display: block;
}

.right-side-navigation ul li a {
    display: block;
    text-decoration: none;
    position: relative;
}

.right-side-navigation > ul {}

.right-side-navigation > ul > li {
    margin: 0 0 10px;
}

.right-side-navigation > ul > li > a {
    padding-left: 25px;
}

.right-side-navigation ul li.menu-item-has-children > a:before,
.right-side-navigation ul li.menu_item_has_children > a:before,
.right-side-navigation ul li.page_item_has_children > a:before {
    content: "\e907";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.563em;
    position: absolute;
    left: 0;
    top: 0.8em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.right-side-navigation ul li.menu-item-has-children.active > a:before,
.right-side-navigation ul li.menu_item_has_children.active > a:before,
.right-side-navigation ul li.page_item_has_children.active > a:before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.right-side-navigation .sub-menu {
    font-size: 0.875em;
    color: #a8a7a7;
    margin-left: 25px;
    margin-top: 10px;
    display: none;
}

.right-side-navigation .sub-menu .sub-menu {
    margin-left: 10px;
}

.right-side-navigation .sub-menu li {
    margin: 5px 0;
}

.right-side-navigation .sub-menu li a {
    padding-left: 15px;
}

.right-side-nav .bottom {
    position: absolute;
    left: 60px;
    bottom: 15px;
    max-width: 235px;
    color: #b1b0b0;
    font-size:  12px;
    font-weight: 300;
}

.right-side-nav .bottom .desc {}

.right-side-nav .bottom .contacts {
}

.right-side-nav .bottom .copyright {
    margin-top: 25px;
    line-height: 1.167em;
}



/*------------------------------------------------------------------
[2.3 Fullscreen navigation ]
*/

.full-screen-nav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    z-index: 101;
    display: none;
    font-weight: 300;
}

.admin-bar .full-screen-nav {
    top: 32px;
}

.site-dark .full-screen-nav {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.full-screen-nav .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 25px;
    cursor: pointer;
    z-index: 5;
}

.fsn-container {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: -25px;
    overflow-y: scroll;
}

.admin-bar .fsn-container {}

.full-screen-nav ul {
    margin: 0;
    padding: 0;
}

.full-screen-nav .fsn-container > ul {
    width: 3800px;
}

.full-screen-nav ul li {
    display: block;
}

.full-screen-nav ul li a {
    text-decoration: none;
}

.full-screen-nav .fsn-container > ul > li {
    margin: 20px 0;
}

.full-screen-nav .fsn-container > ul > li > a {
    position: relative;
    font-size: 1.875em;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2em;
    /* font-weight: bold; */
}

.full-screen-nav .fsn-container > ul > li:hover > a {
    color: #be60ae;
}

.full-screen-nav .fsn-container > ul > li:hover > a:after {
    width: 100%;
    opacity: 1;
}

.full-screen-nav .fsn-container > ul > li.current-menu-item > a,
.full-screen-nav .fsn-container > ul > li.current-menu-parent > a,
.full-screen-nav .fsn-container > ul > li.current-menu-ancestor > a {
    color: #be60ae;
}

.full-screen-nav .fsn-container > ul > li ul.sub-menu,
.full-screen-nav .fsn-container > ul > li ul.children {
    display: none;
}

.full-screen-nav .fsn-container > ul > li > ul.sub-menu,
.full-screen-nav .fsn-container > ul > li > ul.children {
    display: none;
    font-weight: 300;
    font-size: 1em;
    padding: 10px 0 0;
    text-transform: uppercase;
}

.full-screen-nav ul li ul.sub-menu li:hover > a,
.full-screen-nav ul li ul.children li:hover > a,
.full-screen-nav ul li ul.sub-menu li.current-menu-item > a,
.full-screen-nav ul li ul.children li.current_menu_item > a,
.full-screen-nav ul li ul.sub-menu li.current-menu-ancestor > a,
.full-screen-nav ul li ul.children li.current_menu_ancestor > a {
    color: #67686d;
}

.full-screen-nav ul li ul.sub-menu li,
.full-screen-nav ul li ul.children li {
    padding: 10px 0 0;
}


/*------------------------------------------------------------------
[2.3 Mega Menu ]
*/

#mega-menu-wrap-navigation #mega-menu-navigation > li.mega-menu-item:last-of-type {
    margin-right:  0;
}

#mega-menu-wrap-navigation #mega-menu-navigation li.mega-menu-item-has-children > a.mega-menu-link:after {
    color: #cbcbcb;
}

#mega-menu-wrap-navigation #mega-menu-navigation a.mega-menu-link,
#mega-menu-wrap-navigation #mega-menu-navigation li li.mega-menu-item > a.mega-menu-link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mega-menu-wrap-navigation #mega-menu-navigation li li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before,
#mega-menu-wrap-navigation #mega-menu-navigation li li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link:before,
#mega-menu-wrap-navigation #mega-menu-navigation li li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:before,
#mega-menu-wrap-navigation #mega-menu-navigation li li.mega-menu-item:hover > a.mega-menu-link:before {
    width: 16px;
}

#mega-menu-wrap-navigation #mega-menu-navigation li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
    content: "\e906" !important;
    font-family: 'base-icons' !important;
    font-size: 0.7em;
    color: #01a2dd;
}


/*------------------------------------------------------------------
[2.4 Buter button ]
*/

.minified-button {
    float: left;
    background: #fff;
    color: #4b4d5d;
    padding: 17px 0;
    width: 46px;
    text-align: center;
    border-radius: 50%;
    margin: 14px 0 14px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block !important;
    visibility: visible !important;
}

.site-header.light .minified-button {
    background: #4b4d5d;
    color: #fff;
}

.butter-button {
    float: left;
    width: 16px;
    height: 11px;
    position: relative;
    margin: 32px 0 0 15px;
    cursor: pointer;
    z-index: 1;
}

.minified-button .butter-button {
    float: none;
    display: block !important;
    visibility: visible !important;
    margin: 0 auto;
}

.butter-button + .header-minicart {
    margin-left: 20px;
}

.butter-button.visible_menu {
    display: none;
}

.butter-button div {
    height: 1px;
    box-shadow: inset 0 0 0 3px;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    float: right;
}

.butter-button:hover div {
    width: 100%;
}

.butter-button.active div {
    transform: scaleX(0);
}

.butter-button:after,
.butter-button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    box-shadow: inset 0 0 0 3px;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butter-button:hover:after,
.butter-button:hover:before {
    width: 100%;
}

.butter-button:after {
    top: auto;
    bottom: 0;
    right: 0;
}

.butter-button.active:before {
    transform: rotate(45deg);
    transform-origin: 50%;
    top: 5px;
    width: 100%;
}

.butter-button.active:after {
    transform: rotate(-45deg);
    bottom: 5px;
    width: 100%;
}

.nav-button {
    float: left;
    font-weight: 500;
    margin: 24px 0px 24px 35px;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-button:hover {
    color: #01a2dd;
}

.page-with-portfolio-categories .nav-button {
    width: 200px;
}

/*------------------------------------------------------------------
[2.7 Side header ]
*/

.side-header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    z-index: 50;
    overflow: hidden;
    background: #fff;
}

.side-header.dark {
    background: #000;
}

.admin-bar .side-header {
    top: 32px;
}

.side-header .wrap {
    position: absolute;
    top: 100px;
    left: 25px;
    bottom: 250px;
    overflow-y: scroll;
    right: -25px;
    padding-right: 25px;
    padding-left: 20px;
}

.side-header .wrap .cell {
    width: 1200px;
    vertical-align: middle;
}

.side-header .bottom {
    position: absolute;
    bottom: 20px;
    left: 45px;
    right: 25px;
    color: #b1b0b0;
    font-size: 12px;
}

.side-header .bottom > * {
    margin-top: 25px;
}

.side-header .bottom .desc {}

.side-header .bottom .contacts {}

.side-header .bottom .copyright {}

.side-header .social-buttons-text {
    font-size:  inherit;
}

.side-header .social-buttons-text a {
    color: #01a2dd;
    padding-right: 21px;
}


/*------------------------------------------------------------------
[2.8 Side navigation ]
*/

.side-navigation {font-weight: 500;}

.side-navigation ul {
    margin: 0;
    padding: 0;
}

.side-navigation ul li {
    display: block;
}

.side-navigation ul li a {
    display: block;
    text-decoration: none;
}

.side-navigation ul li a span {
    position: relative;
    padding-right: 20px;
    display: block;
    max-width: 160px;
}

.side-navigation ul li.menu-item-has-children > a span:after,
.side-navigation ul li.page_item_has_children > a span:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cbcbcb;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}

.side-navigation > ul {
    position: relative;
}

.side-navigation > ul > li {}

.side-navigation > ul > li > a {
    padding: 10px 0;
}

.side-navigation li.current-menu-item > a,
.side-navigation li.current-menu-parent > a,
.side-navigation li.current-menu-ancestor > a,
.side-navigation li.current_page_item > a,
.side-navigation li:hover > a {
    color: #01a2dd;
}

.side-navigation .sub-menu,
.side-navigation .children {
    /* display: none; */
    min-height: 100%;
    position: absolute;
    top: 0;
    background: #ffffff;
    width: 100%;
    padding-left: 35px;
    z-index: 2;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-dark .side-navigation .sub-menu,
.site-dark .side-navigation .children {
    background: #000;
}

.side-navigation li.active-child > .sub-menu,
.side-navigation li.active-child > .children {
    right: 0;
    opacity: 1;
    visibility: visible;
    /* display: block; */
}

.side-navigation .sub-menu .back,
.side-navigation .children .back {
    position: absolute;
    top: 9px;
    left: 0;
    cursor: pointer;
}

.side-navigation .sub-menu li,
.side-navigation .children li {}

.side-navigation .sub-menu li a,
.side-navigation .children li a {
    padding: 6px 0;
    font-size: 14px;
}


/*------------------------------------------------------------------
[2.2 Side bar ]
*/

.side-bar-button {
    float: left;
    font-size: 17px;
    margin: 28px 30px 0 0;
    cursor: pointer;
}

.side-bar-area {
    position: fixed;
    background: #fff;
    z-index: 100;
    top: 0;
    bottom: 0;
    color: #343434;
    right: -470px;
    width: 100%;
    max-width: 310px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
    background: #fff url(../images/bg-sidebar.jpg) 50% 100% no-repeat;
}

.side-bar-area.active {
    right: 0;
}

.site-dark .side-bar-area {
    background: #000000;
}

.admin-bar .side-bar-area {
    top: 32px;
}

.side-bar-area .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 21px;
    cursor: pointer;
    color: #206399;
}

.side-bar-area .wrap {
    position: absolute;
    top: 55px;
    bottom: 60px;
    left: 40px;
    overflow: hidden;
    overflow-y: scroll;
    right: -37px;
    padding-right: 60px;
}

.side-bar-area .copyright {
    position: absolute;
    bottom: 10px;
    left: 40px;
    right: 40px;
    line-height: 1.500em;
    font-weight: 300;
    color: #a8a8a8;
    font-size: 15px;
}

.side-bar-area .copyright span {
    color: #35d7ff;
}

.side-bar-area .widget {
    margin-bottom: 30px;
    width: 100%;
}

.side-bar-area .heading-decor {
    font-size: 1.143em;
}

/*------------------------------------------------------------------
[3. Body ]
*/


/*------------------------------------------------------------------
[3.1 Gallery widget ]
*/

.gallery-module {
    margin: -4px;
}

.gallery-module .item {
    padding: 4px;
    text-align: center;
}

.gallery-module .item a {
    display: block;
    position: relative;
}

.gallery-module .item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.gallery-module .item a:hover:after {
    opacity: 1;
    visibility: visible;
}

.gallery-module .item img {
    vertical-align: bottom;
}


/*------------------------------------------------------------------
[3.3 Default widgets ]
*/

.widget {
    margin-bottom: 25px;
}

.widget select {
    max-width: 100%;
    margin-top: 7px;
    margin-bottom: 10px !important;
}

.widget-title {
    text-transform: lowercase;
    margin-bottom: 20px;
    margin-top: 0;
}

.site-footer .widget-title {
    color: #4b4d5d;
}

.site-footer .widget_nav_menu ul {
    font-size: 12px;
}

#menu-footer-menu-2 {
    margin-top: 78px;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul,
.product-categories {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #a8a8a8;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss li,
.product-categories li {
    padding: 17px 25px 17px 0;
    border: none;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.widget_archive ul li:last-of-type,
.widget_categories ul li:last-of-type,
.widget_pages ul li:last-of-type,
.widget_meta ul li:last-of-type,
.widget_nav_menu ul li:last-of-type,
.widget_recent_entries ul li:last-of-type,
.widget_recent_comments ul li:last-of-type,
.widget_rss li:last-of-type,
.product-categories li:last-of-type {
    border-bottom: none;
}

.site-footer .widget_archive ul li,
.site-footer .widget_categories ul li,
.site-footer .widget_pages ul li,
.site-footer .widget_meta ul li,
.site-footer .widget_nav_menu ul li,
.site-footer .widget_recent_entries ul li,
.site-footer .widget_recent_comments ul li,
.site-footer .widget_rss li,
.site-footer .product-categories li {
    padding: 8px 25px 8px 0;
}

.widget_recent_comments ul li,
.widget_rss li {
    padding-left: 0;
}

.widget_rss li {
    text-transform: none;
}

.widget_archive ul li ul,
.widget_categories ul li ul,
.widget_pages ul li ul,
.widget_meta ul li ul,
.widget_nav_menu ul li ul,
.widget_recent_entries ul li ul,
.widget_recent_comments ul li ul,
.product-categories li ul {
    padding-left: 10px;
    margin-right: -25px;
    margin-top: 0;
}

.widget_archive ul li ul li,
.widget_categories ul li ul li,
.widget_pages ul li ul li,
.widget_meta ul li ul li,
.widget_nav_menu ul li ul li,
.widget_recent_entries ul li ul li,
.widget_recent_comments ul li ul li,
.product-categories li ul li {
    min-height: 35px;
}

.widget_archive ul li ul li:last-of-type,
.widget_categories ul li ul li:last-of-type,
.widget_pages ul li ul li:last-of-type,
.widget_meta ul li ul li:last-of-type,
.widget_nav_menu ul li ul li:last-of-type,
.widget_recent_entries ul li ul li:last-of-type,
.widget_recent_comments ul li ul li:last-of-type,
.product-categories li ul li:last-of-type {
    border: none;
    padding-bottom: 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.product-categories li a {
    text-decoration: none;
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.product-categories li a:hover {
    color: #01a2dd;
}

.widget_archive ul li a[href]:after,
.widget_categories ul li a[href]:after,
.widget_pages ul li a[href]:after,
.widget_meta ul li a[href]:after,
.widget_nav_menu ul li a[href]:after,
.widget_recent_entries ul li a[href]:after,
.product-categories li a[href]:after {
    content: "\e911";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 20px;
    opacity: .8;
    font-size: 14px;
}

.site-footer .widget_archive ul li a[href]:after,
.site-footer .widget_categories ul li a[href]:after,
.site-footer .widget_pages ul li a[href]:after,
.site-footer .widget_meta ul li a[href]:after,
.site-footer .widget_nav_menu ul li a[href]:after,
.site-footer .widget_recent_entries ul li a[href]:after,
.site-footer .product-categories li a[href]:after {
    font-size: 10px;
    top: 14px;
}

.searchform {
    color: #b8b8b8;
    font-size: 14px;
    background: #fdf9f9;
}

.widget .searchform {
    margin-top: 5px;
}

.site-content .searchform {
    margin-bottom: 40px;
}

.searchform .searchsubmit {
    float: right;
    width: 40px;
    height: 45px;
    line-height: 45px;
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    font-size: 15px;
    background: #01a2dd;
    color: #fff;
}

.searchform .searchsubmit i {
    vertical-align: middle;
    display: block;
}

.searchform div {
    margin-right: 40px;
}

.searchform .input {
    background: transparent;
    border: none;
    color: inherit;
    font-size: 1em;
    padding: 0 15px 0 20px;
    line-height: 45px;
    width: 100%;
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background: #59bdb8;
    color: #fff;
    display: none;
}

.site-dark .search-popup {
    color: #fff;
    background: #000;
}

.admin-bar .search-popup {
    /* top: 102px; */
}

.search-popup .close {
    position: absolute;
    top: 110px;
    right: 25px;
    font-size: 25px;
    cursor: pointer;
}

.admin-bar .search-popup .close {
    margin-top: 32px;
}

.search-popup .centered-container {
    width: 95% !important;
    max-width: 540px;
}

.search-popup .searchform {
    border: 1px solid;
    overflow: hidden;
    color: #fff;
    background: transparent;
    font-size: 16px;
}

.search-popup .searchform div {
    margin-right: 50px;
}

.search-popup .searchform .searchsubmit {
    float: right;
    background: none;
    line-height: 48px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    padding: 0;
    font-size: 21px;
    color: inherit;
}

.search-popup .searchform .input {
    width: 100%;
    border: none;
    padding: 0 20px;
    line-height: 48px;
    height: 48px;
    background: transparent;
    color: inherit;
}


/*------------------------------------------------------------------
[3.4 Portfolio ]
*/

.portfolio-items {}

.portfolio-type-justified {
    position: relative;
}

.portfolio-items.gap-off {
    margin: 0;
}

.portfolio-item {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.portfolio-type-justified .portfolio-item {
    position: absolute;
    width: auto;
    padding: 0;
    margin: 0;
}

.gap-off .portfolio-item, .portfolio-type-packery .portfolio-item {
    margin: 0;
    padding: 0;
}

.portfolio-item .wrap {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.portfolio-type-packery .portfolio-item:before {
    content: "";
    display: block;
    padding-bottom: 67%;
}

.portfolio-item .wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background: #4b4d5d;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
    height: 0;
    visibility: hidden;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio-item:hover .wrap:before {
    opacity: .6;
    filter: alpha(opacity=60);
    visibility: visible;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.portfolio-item .a-img {
    overflow: hidden;
}

.portfolio-type-justified .portfolio-item .a-img,
.portfolio-type-justified .portfolio-item .wrap,
.portfolio-type-packery .portfolio-item .a-img,
.portfolio-type-packery .portfolio-item .wrap,
.portfolio-type-packery .portfolio-item .a-img div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.portfolio-type-packery.gap-on .portfolio-item .wrap {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.portfolio-item .a-img div {
    padding-bottom: 105%;
    background-size: cover;
    background-position: 50%;
}

.portfolio-type-packery .portfolio-item .a-img div {
    padding-bottom: 0%;
}

.portfolio-item .a-img img {
    display: block;
    width: 100%;
}

.portfolio-type-justified .portfolio-item img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.portfolio-item h6 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 2;
}

.portfolio-item:hover h6 {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    visibility: visible;
}

.portfolio-item h6 .cell {
    width: 10000px;
    height: 85px;
    padding: 15px 30px;
}

.portfolio-item a {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 2;
}

.justified-gallery .portfolio-item a {
    left: 0;
    right: 0;
}

.portfolio-type-packery.gap-on .portfolio-item a {
    top: 15px;
    bottom: 15px;
}

.gap-off .portfolio-item a {
    left: 0;
    right: 0;
}

.load-items-area {
    display: none !important;
}

.load-button {
    margin: 0 0 30px;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.blog-items + .load-button {
    margin: 0 0 30px 0;
    padding: 0;
}

.portfolio-items + .load-button {
    padding: 0;
    margin: 0 0 30px;
}

.portfolio-type-justified + .load-button,
.portfolio-type-packery + .load-button {
    margin: 15px 0 30px;
}

.portfolio-items.gap-off + .load-button {
    margin: 30px 0;
}

.portfolio-items.space-on + .load-button {
    margin-bottom: 30px;
}

.portfolio-items + .load-button a {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(3n+2):before {
    padding-bottom: 133.5%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+2):before {
    padding-bottom: 133.5%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4):before {
    padding-bottom: 134%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+5) {
    width: 50%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+5):before {
    padding-bottom: 33.5%;
}

.hover-style1 .portfolio-item a:before,
.hover-style1 .portfolio-item a:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    /* opacity: 0; */
    /* visibility: hidden; */
    color: #fff;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.hover-style1 .portfolio-item a:before {
    right: 15px;
    top: 12px;
    left: 15px;
    bottom: 12px;
    box-shadow: inset 1px -1px 0;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hover-style1 .portfolio-item a:after {
    left: 15px;
    bottom: 12px;
    right: 15px;
    top: 12px;
    box-shadow: inset -1px 1px;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.hover-style1 .portfolio-item:hover a:before,
.hover-style1 .portfolio-item:hover a:after {
    opacity: 1;
    visibility: visible;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-style1 .portfolio-item:hover a:after {}

.hover-style1 .portfolio-item:hover a:before {}

.hover-style1 .portfolio-item .wrap:before,
.hover-style2 .portfolio-item .wrap:before,
.hover-style3 .portfolio-item .wrap:before,
.hover-style4 .portfolio-item .wrap:before {
    width: 100%;
    height: 100%;
}

.hover-style1 .portfolio-item h6,
.hover-style2 .portfolio-item h6,
.hover-style3 .portfolio-item h6 {
    top: auto;
    text-align: left;
    bottom: 5px;
    padding: 0 0;
    -moz-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -webkit-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
}

.hover-style3 .portfolio-item h6 {}

.hover-style1 .portfolio-item:hover h6,
.hover-style2 .portfolio-item:hover h6,
.hover-style3 .portfolio-item:hover h6 {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.hover-style1 .portfolio-item h6 .cell,
.hover-style2 .portfolio-item h6 .cell,
.hover-style3 .portfolio-item h6 .cell {
    height: auto;
}

.hover-style2 .portfolio-item h6,
.hover-style3 .portfolio-item h6 {
    padding-left: 30px;
}

.hover-style2 .portfolio-item h6:before,
.hover-style3 .portfolio-item h6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 45px;
    background: #01a2dd;
}

.hover-style3 .portfolio-item .wrap {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-style3 .portfolio-item:hover .wrap {
    box-shadow: 6px 6px #01a2dd;
}

.hover-style4 .portfolio-item a {}

.hover-style4 .portfolio-item a:before,
.hover-style4 .portfolio-item a:after,
.hover-style4 .portfolio-item a span:before,
.hover-style4 .portfolio-item a span:after {
    content: "";
    position: absolute;
    border: 1px solid;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    width: 0;
    height: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    visibility: hidden;
}

.hover-style4 .portfolio-item:hover a:before,
.hover-style4 .portfolio-item:hover a:after,
.hover-style4 .portfolio-item:hover a span:before,
.hover-style4 .portfolio-item:hover a span:after {
    width: 30px;
    height: 30px;
    visibility: visible;
}

.hover-style4 .portfolio-item a:before {
    top: 15px;
    left: 15px;
    border-right: none;
    border-bottom: none;
}

.hover-style4 .portfolio-item a:after {
    top: 15px;
    right: 15px;
    border-left: none;
    border-bottom: none;
}

.hover-style4 .portfolio-item a span:before {
    bottom: 15px;
    left: 15px;
    border-right: none;
    border-top: none;
}

.hover-style4 .portfolio-item a span:after {
    bottom: 15px;
    right: 15px;
    border-left: none;
    border-top: none;
}

.hover-style5 .portfolio-item .wrap:before {
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hover-style5 .portfolio-item:hover .wrap:before {
    -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
    -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
    -o-transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
}

.hover-style5 .portfolio-item .wrap h6 {
    text-align: center;
    font-size: 16px;
}

.hover-style5 .portfolio-item .wrap h6 .cell {
    height: 68px;
    padding: 14px 40px;
}

.hover-style5 .portfolio-item .wrap h6 .cell span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 20px;
    max-width: 240px;
}

.hover-style5 .portfolio-item .wrap h6 .cell span:before,
.hover-style5 .portfolio-item .wrap h6 .cell span:after {
    content: "";
    width: 25px;
    height: 1px;
    border-bottom:  1px solid;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-style5 .portfolio-item .wrap h6 .cell span:before {
    right: 200%;
}

.hover-style5 .portfolio-item .wrap h6 .cell span:after {
    left: 200%;
}

.hover-style5 .portfolio-item:hover .wrap h6 .cell span:before {
    right: 100%;
}

.hover-style5 .portfolio-item:hover .wrap h6 .cell span:after {
    left: 100%;
}

.hover-style6 .portfolio-item,
.hover-style6 .portfolio-item .a-img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-style6 .portfolio-item {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-style6 .portfolio-item:hover {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 2;
    transition-delay: .4s;
}

.hover-style6 .portfolio-item .wrap:before {
    display: none;
}

.hover-style6 .portfolio-item .a-img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hover-style6 .portfolio-item:hover .a-img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transition-delay: 0.4s;
}

.hover-style6 .portfolio-item .wrap h6 {
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0);
    -moz-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    -webkit-transform: translate(0%, -100%);
    -o-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    top: 100%;
    background: #000;
    background: rgba(0, 0, 0, .45);
    background: #00000073;
}

.hover-style6 .portfolio-item:hover .wrap h6 {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

/*------------------------------------------------------------------
[3.5 Projects slider ]
*/

.project-horizontal-cell {
    display: table-cell;
    vertical-align: middle;
}

.pt-portfolio.type-pt-portfolio.hentry {
    margin: 0;
}

.projects-slider {
    min-height: 600px;
}

.projects-slider.style3 {
    height: auto !important;
}

.projects-content {
    width: 275px;
    float: left;
    position: relative;
    z-index: 2;
}

.style2 .projects-content {
    width: 475px;
    width: 42%;
}

.style2 .projects-content:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 190px;
    height: 430px;
    background: #000;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0.05;
}

.projects-content .cell {
    padding: 15px 0;
    width: 1324px;
}

.projects-content .heading-decor {}

.style2 .projects-content .heading-decor {
    margin-top: -55px;
}

.projects-content .num-nav {
    max-width: 190px;
}

.projects-slider.style3 .num-nav {
    max-width: 260px;
    margin-bottom: 10px;
}

.projects-content .num-nav .owl-item:last-of-type,
.project-content .num-nav .owl-item:last-of-type,
.product-carousel-side .num-nav .owl-item:last-of-type {
    margin-right: 0 !important;
}

.projects-content .num-nav .owl-prev,
.projects-content .num-nav .owl-next,
.project-content .num-nav .owl-prev,
.project-content .num-nav .owl-next,
.product-carousel-side .num-nav .owl-prev,
.product-carousel-side .num-nav .owl-next {
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0.7em;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.projects-content .num-nav .owl-prev.disabled,
.projects-content .num-nav .owl-next.disabled,
.project-content .num-nav .owl-prev.disabled,
.project-content .num-nav .owl-next.disabled,
.product-carousel-side .num-nav .owl-prev.disabled,
.product-carousel-side .num-nav .owl-next.disabled {
    opacity: 0;
}

.projects-content .num-nav .owl-prev,
.project-content .num-nav .owl-prev,
.product-carousel-side .num-nav .owl-prev {
    left: -20px;
}

.projects-content .num-nav .owl-next,
.project-content .num-nav .owl-next,
.product-carousel-side .num-nav .owl-next {
    right: -20px;
}

.projects-content .num-nav .item,
.project-content .num-nav .item,
.product-carousel-side .num-nav .item {
    opacity: 0.2;
    font-size: 1.286em;
    font-weight: lighter;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.projects-content .num-nav .active-item .item,
.project-content .num-nav .active-item .item,
.product-carousel-side .num-nav .active-item .item {
    opacity: 1;
    border-bottom-color: #f8e382;
}

.projects-content .current-num {
    font-size: 14.286em;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-heading-area {
    position: relative;
    padding: 45px 0;
}

.project-heading-area .current-num {
    font-size: 5.143em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.2;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.projects-slider .fadeOut {
    opacity: 0 !important;
    visibility: hidden;
}

.projects-content .project-heading {
    background: #51c2cd;
    color: #fff;
    font-size: 2.571em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    padding: 25px 0 25px 1000px;
    margin: 20px 0 15px;
    margin-left: -1000px;
    margin-right: -120px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-heading-area .project-heading {
    padding: 0 0 0 50px;
    margin: 0;
    background: none;
    color: inherit;
}

.projects-content .project-desc {
    font-weight: 300;
    line-height: 1.714em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style2 .projects-content .project-desc {
    border-bottom: 2px solid #51c2cd;
    max-width: 350px;
    padding-bottom: 30px;
}

.project-read-more {
    margin-top: 85px;
}

.project-content .project-read-more {
    color: #51c2cd;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 85px;
    right: -15px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.project-content .project-read-more a {
    text-decoration: none;
}

.project-content .project-read-more a i {
    font-size: 10px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    margin-right: 3px;
}

.all-button {
    position: relative;
}

.all-button.right {
    text-align: right;
}

.all-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1030px;
    width: 1000px;
    height: 2px;
    background: #feb539;
    margin-top: -1px;
    opacity: .5;
}

.all-button.right:before {
    right: -1030px;
    left: auto;
}

.projects-content .all-button {
    margin-top: 25px;
}

.all-button a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    opacity: .2;
}

.all-button a:hover {
    opacity: 1;
}

.all-button i {
    margin-left: 7px;
    font-size: 0.8em;
    vertical-align: middle;
    display: inline-block;
    margin-top: -0.3em;
}

.project-items-area {
    margin-left: 300px;
}

.style2 .project-items-area {
    margin-left: 42%;
}

.project-items {
    float: left;
    /* width: auto !important; */
    overflow: hidden;
    min-height: 600px;
}

.projects-slider.style3 .project-items {
    width: 100%;
    float: none;
    height: 480px !important;
    min-height: 480px;
    overflow: visible;
}

.project-items .owl-nav {
    display: none;
}

.style3 .project-items .owl-nav {
    display: block;
    position: absolute;
    right: -10px;
    bottom: -45px;
}

.style2 .project-items .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -250px;
}

.project-items .owl-nav > div {
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-items .owl-nav > div.disabled {
    opacity: 0;
}

.style2 .project-items,
.style2 .project-items .item {}

.project-items .owl-item {
    overflow: hidden;
}

.project-items .item {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.projects-slider.style3 .project-items .item {
    height: 480px !important;
}

.projects-slider.style3 .project-items .item .button-style2 {
    display: none;
}

.project-items .active + .active .item .img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: blur(10px);
}

.project-items .img {
    background-size: cover;
    background-position: 50%;
    min-height: 550px;
}

.projects-slider.style3 .project-items .img {
    min-height: 480px;
    height: 480px !important;
}

.style2 .project-items .img {
    max-height: 430px;
    min-height: auto;
    position: relative;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.project-items .next-slide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.714em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    white-space: nowrap;
    width: 90px;
    cursor: pointer;
}

.style2 .project-items .next-slide {
    display: none;
}

.project-items .active + .active .next-slide {
    opacity: 1;
    visibility: visible;
}

.project-items .next-slide div {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: rotate(-90deg) translate(-50%, -50%);
    -ms-transform: rotate(-90deg) translate(-50%, -50%);
    -webkit-transform: rotate(-90deg) translate(-50%, -50%);
    -o-transform: rotate(-90deg) translate(-50%, -50%);
    transform: rotate(-90deg) translate(-50%, -50%);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.project-items .thumbnails {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.project-items .thumbnails .thumb {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-size: cover;
    background-position: 50%;
    margin-left: 15px;
    border-radius: 50%;
    opacity: 0.6;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.style2 .project-items .thumbnails .thumb,
.style3 .project-items .thumbnails .thumb {
    width: 10px;
    height: 10px;
    background-image: none !important;
    background: #fff;
    opacity: 1;
    box-shadow: none !important;
}

.style2 .project-items .thumbnails .thumb.active,
.style3 .project-items .thumbnails .thumb.active {
    background: #51c2cd;
}

.project-items .thumbnails .thumb:not(.active):hover {
    opacity: .8;
}

.project-items .thumbnails .thumb.active {
    box-shadow: inset 0 0 0 3px #fff;
    opacity: 1;
}

.project-items .button-style2 {
    position: absolute;
    left: 0;
    bottom: 25px;
    background: #fff;
    color: #4b4b4b;
}

.style2 .project-items .button-style2 {
    display: none;
}

.project-items .active + .active .button-style2 {
    opacity: 0;
    visibility: hidden;
}

.project-items .button-style2:hover {
    background: #4b4b4b;
    color: #fff;
}

.separator {
    color: #01a2dd;
    font-size: 10px;
}

.project-content {
    margin-bottom: 30px;
    color: #949494;
    font-weight: 300;
}

.project-horizontal-slider .item.content-item .project-content {
    max-width: 530px;
}

.project-packery-page .page-title {
    margin-bottom: 15px;
}

.project-packery-page .page-title,
.project-packery-page .breadcrumbs {
    text-align: center;
}

.project-packery-page .project-content {
    text-align: center;
}

.project-content .current-num {
    float: left;
    font-size: 7.143em;
    font-weight: bold;
    opacity: .2;
    line-height: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-content .project-heading {
    padding-left: 110px;
    font-size: 3.429em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-content .project-heading span {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}

.project-content .date {
    color: #f8b53a;
    font-weight: 600;
    font-size: 10px;
    font-style: italic;
    margin: 6px 0 25px;
    font-family: "Open Sans";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-content .project-desc {
    padding-right: 40px;
    max-width: 480px;
    line-height: 1.714em;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-content .project-desc:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 350px;
    height: 2px;
    background: #51c2cd;
    margin-top: 20px;
}

.project-content .read-more-link {}

.project-content .read-more-link i {}

.project-side-images {
    margin-top: 30px;
}

.project-side-images > .row {
    margin: 0 -35px;
}

.project-side-images > .row > div,
.wpb_fixed > div {
    position: static !important;
}

.project-side-images > .row .col-xs-12 {
    padding: 0 35px;
}

.project-side-images .content {}

.project-side-images.left_side .content {
    float: right;
}

.project-side-images .content .block {}

.project-side-images .content .page-title {
    margin-top: 0;
}

.project-side-images .content .text {
    color: #949494;
    font-weight: 300;
    line-height: 1.875em;
}

.project-detail {
    font-weight: bold;
}

.project-slider-page .project-detail,
.project-masonry-page .project-detail {
    padding-left: 30px;
}

.project-side-images .project-detail {}

.project-detail .item {
    margin-bottom: 25px;
}

.project-detail .item span {
    display: block;
    color: #949494;
    font-weight: 300;
}

.project-detail .item a {
    text-decoration: none;
}

.project-side-images .images {}

.project-side-images .images .items {}

.project-side-images.right_side .images .items {
    margin: 0 -12px;
}

.project-side-images .images .item {
    margin-bottom: 40px;
}

.project-side-images.right_side .images .item {
    margin-bottom: 25px;
    padding: 0 12px;
    float: left;
    width: 100%;
}

.project-side-images.right_side .images .item:nth-child(3n+2),
.project-side-images.right_side .images .item:nth-child(3n+3) {
    width: 50%;
}

.project-side-images.right_side .images .item:nth-child(3n+2).last {
    width: 100%
}

.project-side-images.right_side .images .item a {
    display: block;
    padding-bottom: 65%;
    background-size: cover;
    background-position: 50%;
}

.project-side-images .images .item img {
    display: block;
}

.project-bottom {
    background: #f8f8f8;
    padding: 25px 0;
}

.project-bottom .fl,
.project-bottom .fr {
    max-width: 320px;
}

.project-bottom .fr {
    text-align: right;
}

.project-bottom .button-style2 {
    margin-bottom: 10px;
}

.project-bottom .name {
    font-weight: bold;
    text-transform:  lowercase;
}

.project-bottom .center {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project-bottom .center a {
    text-decoration: none;
    display: block;
}


/*------------------------------------------------------------------
[3.5 Filter buttons ]
*/

.filter-button-group,
.category-buttons {
    margin: 35px 0;
    color: #b1b0b0;
}

.filter-button-group .wrap {
    display: inline-block;
    vertical-align: middle;
    box-shadow: inset 0 -1px 0 #f4f4f4;
}

.filter-button-group button,
.filter-button-group a,
.category-buttons a {
    border: none;
    background: none;
    padding: 12px 0;
    text-decoration: none;
    line-height: normal;
    font-size: 16px;
    color: inherit;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    text-transform: lowercase;
    font-weight: 100;
}

.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
    margin: 0 18px 0;
}

.filter-button-group.tac button:first-of-type,
.filter-button-group.tac a:first-of-type,
.category-buttons.tac a:first-of-type {
    margin-left: 0;
}

.filter-button-group.tac button:last-of-type,
.filter-button-group.tac a:last-of-type,
.category-buttons.tac a:last-of-type {
    margin-right: 0;
}

.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type),
.category-buttons.tal a:not(:last-of-type) {
    margin-right: 36px;
}

.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type),
.category-buttons.tar a:not(:first-of-type) {
    margin-left: 36px;
}

.filter-button-group button.active,
.filter-button-group a.active,
.category-buttons a.active {
    opacity: 1;
    border-bottom-color: #01a2dd;
    color: #01a2dd;
}

.filter-button-group button:not(.active):hover,
.category-buttons a:not(.active):hover {
    color: inherit;
}

.post-gallery-packery {}

.post-gallery-packery .item {position: relative;}

.post-gallery-packery.count-1 .item {
    width: 100%;
}

.post-gallery-packery.count-2 .item {
    width: 50%;
}

.post-gallery-packery.count-3 .item {
    width: 50%;
}

.post-gallery-packery.count-4 .item {
    width: 33.33333%;
}

.post-gallery-packery.count-5 .item {
    width: 25%;
}

.post-gallery-packery .item a {
    display: block;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.post-gallery-packery .item:before {
    content: "";
    display: block;
    padding-bottom: 67%;
}

.post-gallery-packery.count-3 .item:nth-child(3n+2):before {
    padding-bottom: 134%;
}

.post-gallery-packery.count-4 .item:nth-child(4n+1):before,
.post-gallery-packery.count-4 .item:nth-child(4n+3):before {
    padding-bottom: 134%;
}

.post-gallery-packery.count-5 .item:before {}

.post-gallery-packery.count-5 .item:nth-child(5n+2) {
    width: 50%;
}

.post-gallery-packery.count-5 .item:nth-child(5n+2):before {
    padding-bottom: 67%;
}


/*------------------------------------------------------------------
[3.6 Pagination ]
*/

.pagination {
    margin: 30px -5px;
    padding: 0;
    color: #aeaeae;
}

.blog-items + .pagination {
    margin-top: 0;
}

.pagination > span,
.pagination > a {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    line-height: 30px;
    height: 30px;
    border: none;
    box-shadow: inset 0 0 0 1px #d8d8d8;
    color: #a9a9a9;
    text-align: center;
    margin: 0 5px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
}

.pagination > span,
.pagination .current {
    background-color: #01a2dd;
    color: #fff;
    box-shadow: 0 0 0;
}

.pagination i {
    display: block;
    line-height: 33px;
}

.pagination a {
    text-decoration: none;
}


/*------------------------------------------------------------------
[3.7 Banner ]
*/

.banner-area {
    position: relative;
    z-index: 0;
    padding: 0 75px;
}

.banner-area.paddings-off {
    padding: 0;
}

.banner-categories-button {
    position: absolute;
    bottom: 27px;
    right: 75px;
    z-index: 2;
}

.banner-categories-button.active:after {
    content: "\e90f";
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.banner-categories {
    position: absolute;
    bottom: 25px;
    font-weight: 300;
    color: #a0a0a0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    z-index: 2;
    -moz-transform: translate(-110%, 0%);
    -ms-transform: translate(-110%, 0%);
    -webkit-transform: translate(-110%, 0%);
    -o-transform: translate(-110%, 0%);
    transform: translate(-110%, 0%);
}

.banner-categories.active {
    left: 75px;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.banner-categories ul {
    margin: 0;
    padding: 0;
}

.banner-categories ul li {
    display: inline-block;
}

.banner-categories ul li:after {
    content: "/";
    margin: 0 20px;
}

.banner-categories ul li:last-of-type:after {
    display: none;
}

.banner-categories ul li a {
    text-decoration: none;
}

.banner-categories ul li a:hover {
    color: #01a2dd;
}

.banner {
    height: 100vh;
    /* min-height: 630px; */
    position: relative;
    padding-bottom: 75px;
}

.banner-area.paddings-off .banner {
    padding-bottom:  0;
}

.with-categories .banner {}

.banner.fixed-height {
    min-height: auto;
}

.banner-area .social-buttons-text,
.portfolio-categories .social-buttons-text {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 50px;
    z-index: 2;
    white-space: nowrap;
}

.banner-area .social-buttons-text .h,
.portfolio-categories .social-buttons-text .h {
    display: inline-block;
    position: relative;
    padding-right: 115px;
    vertical-align: middle;
}

.banner-area .social-buttons-text .h:after,
.portfolio-categories .social-buttons-text .h:after {
    content: "";
    position: absolute;
    width: 69px;
    height: 1px;
    border-bottom: 1px solid;
    right: 21px;
    top: 10px;
}

.social-buttons-text a {
    text-decoration: none;
    padding-right: 25px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.social-buttons-text a:last-of-type {
    padding-right:  0;
}

.social-buttons-text a:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 1px;
    border-bottom: 1px solid;
    right: 9px;
    top: 10px;
}

.social-buttons-text a:last-of-type:after,
.social-buttons-text a i {
    display: none;
}

.social-buttons-text a span {
    text-transform:  lowercase;
}

.social-buttons-text.label-on a span,
.social-buttons-text a:hover span {
    color: #01a2dd;
}

.banner-area .social-buttons-text > div,
.portfolio-categories .social-buttons-text > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.banner-social-buttons a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px;
}

.banner-social-buttons a:hover {
    opacity: 1;
    color: #01a2dd;
}

.banner-social-buttons a i {
    margin-right: 10px;
    display: inline-block;
    font-size: 11px;
    color: #01a2dd;
}

.banner .item {
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
    padding: 0 35px;
}

.banner .item .overlay-s {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #28489f url(../images/line-pattern.png);
    opacity: .8;
}

.banner .item.black {
    color: #4b4d5d;
}

.banner .item.content-align-left {}

.banner .item.content-align-center {
    text-align: center;
}

.banner .item.white {
    color: #fff;
}

.banner .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .55;
    z-index: -1;
}

.banner .item .container {
    max-width: 90%;
}

.banner .fadeOut {
    opacity: 0;
    visibility: hidden;
}

.banner .item .content-right {
    margin-left: 50%;
}

.banner .item .cell {
    position: relative;
    z-index: 3;
    height: 100vh;
    width: 540px;
    padding: 30px 0;
}

.banner-coming-soon .item .cell {
    width: 11000px;
}

.banner-404 .item .cell {
    width: 1100000px;
}

.banner-style2 .item .cell {
    width: 10000px;
}

.banner .item .col-content .cell {
    z-index: 4;
}

.banner .item .top {
    position: relative;
}

.banner .item.top .cell {
    vertical-align: top;
}

.banner .item.bottom .cell {
    vertical-align: bottom;
}

.banner .item .content {
    position: relative;
}

.banner .item .h {
    font-size: 60px;
    font-weight: 100;
    margin: 0 0 30px;
    line-height: 1em;
}

.banner .item .text {
    position: relative;
    font-weight: 100;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.333em;
}

.banner .item h1.h {
    font-size: 72px;
}

.banner-404 .item h1.h {
}

.banner-coming-soon .item h1.h {
    font-size: 3.000em;
    margin-bottom: 25px;
    margin-top:  0;
    color: #01a2dd;
}

.banner-coming-soon .contact-form-block .h {
    font-size:  24px;
    text-transform:  uppercase;
    font-weight: normal;
    margin-top: 25px;
}

.banner .text span {
    color: #01a2dd;
}

.banner .h-items {
    margin-top: -10px;
}

.banner .h-item {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4.286em;
    line-height: 1.200em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner .h-item.active {
    color: #51c2cd;
    font-size: 7.143em;
}

.banner.content-offset-disabled .item .text,
.banner.content-offset-disabled .item .link-area {
    padding-left:  0;
}

.banner .item .text > span {
    display: inline-block;
    max-width: 650px;
}

.banner .item .bottom {
    border-top: 1px solid #01a2dd;
    margin-top: 45px;
    padding-top: 15px;
}

.banner .item .link-area {
    position: relative;
    /* margin-top: 15px; */
    padding-left: 80px;
    display: inline-block;
    vertical-align: middle;
}

.banner .item .link-area:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    border-bottom: 1px solid;
    left: 0;
    top: 50%;
    margin-top: 1px;
}

.banner .item.black .button-style1 {
    color: #01a2dd;
    box-shadow: none;
}

.banner .item.black .button-style1:hover {
    color: #fff;
}

.banner .item .image {
    background-size: cover;
    background-position: 50%;
    max-height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.banner .item .image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.banner .item .button-style1 + .button-style1 {
    margin-left: 10px;
}

.social-buttons-text {
    color: #bbbaba;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

.banner-coming-soon .social-buttons-text {
    margin-top: 20px;
}

.banner .owl-nav {
    position: absolute;
    top: 50%;
    right: -75px;
    font-size: 14px;
    text-align: center;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 75px;
    color: #bbbaba;
}

.paddings-off .banner .owl-nav {
    right: 10px;
}

.paddings-off .banner.pagination-style2 .owl-nav {
    right: auto;
    left: 10px;
}

.banner-categories-carousel .owl-nav {
    right: 78px;
}

.banner .owl-nav i,
.banner-categories-carousel .owl-nav i {
    font-size: 18px;
    display: block;
    line-height: 40px;
}

.banner .owl-prev,
.banner .owl-next {
    text-align: center;
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner .owl-prev {}

.banner .owl-prev:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    border-bottom: 1px solid;
    margin: 20px auto;
}

.banner .owl-next {
}

.banner .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    font-size:  14px;
    font-weight: bold;
    color: #bbbaba;
}

.banner.pagination-style2 div.owl-dots {
    left: auto;
    top: 50%;
    bottom: auto;
    right: 20px;
    width: 28px;
    text-align: center;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.paddings-off .banner .owl-dots {
    left: 50px;
}

.banner .owl-dots .owl-dot {
    counter-increment: slides-num;
    display: inline-block;
    margin-right: 15px;
}

.banner.pagination-style2 .owl-dots .owl-dot {
    display: block;
    margin: 10px 0;
    position: relative;
}

.banner .owl-dots .owl-dot.active {
    color: #01a2dd;
}

.banner.pagination-style2 .owl-dots .owl-dot.active {
    color: inherit;
}

.banner .owl-dots .owl-dot:before {
    content: '0'counter(slides-num);
}

.banner.pagination-style2 .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 0;
    height: 1px;
    border-bottom: 1px solid;
    margin-top: -1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner.pagination-style2 .owl-dots .owl-dot.active:after {
    width: 15px;
}

.banner-coming-soon .coming-soon-bottom {
    position: absolute;
    left: 0;
    bottom: 45px;
}

/*------------------------------------------------------------------
[3.12 Blog ]
*/

.blog-items {
    margin-top: 40px;
}

.blog-item {
    margin-bottom: 90px;
}

.search-results .blog-item {
    margin-bottom: 30px;
}

.search-results .blog-item .content {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}

.blog-item .wrap {}

.blog-type-horizontal .blog-item .wrap {
    position: relative;
}

.blog-item .wrap .img {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.blog-type-horizontal .blog-item .wrap .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    width: calc( 50% - 20px );
    margin: 0;
}

.blog-type-horizontal .blog-item:nth-child(even) .wrap .img {
    left: auto;
    right: 0;
}

.blog-item .wrap .img > a {
    display: block;
    background-size: cover;
    background-position: 50%;
}

.blog-type-standart .blog-item .wrap .img a {
    padding-bottom: 66%;
}

.blog-type-horizontal .blog-item .wrap .img > a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.blog-type-grid .blog-item .wrap .img > a:before {
    content: "";
    display: block;
    padding-bottom: 90%;
    min-height: 150px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.blog-type-grid .blog-item:hover .wrap .img a:before {
    background: rgba(0, 0, 0, 0.2);
    background: #00000033;
}

.blog-item .wrap .img img {
    display: block;
}

.blog-item .wrap .like {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #23aee2;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -webkit-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
}

.blog-item:hover .wrap .like {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.blog-item .wrap .like:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.blog-item .wrap .like a {
    display: block;
    text-decoration: none;
    padding: 13px 20px;
}

.blog-item .wrap .like a > * {
    display: inline-block;
    vertical-align: middle;
}

.blog-item .wrap .like a i {}

.blog-item .wrap .like a > span {
    font-size:  14px;
    /* font-style: italic; */
    font-weight: 300;
    margin-left: 5px;
    margin-top: 3px;
}

.blog-item .wrap .like a span span {
    display: none;
}

.blog-item .wrap .content {}

.blog-item .wrap .content > h5 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.blog-type-horizontal .blog-item .wrap .content > h5 {
    height: auto !important;
    margin-top: 0;
}

.blog-type-horizontal .blog-item .wrap .content {
    padding: 0 0px 0px 20px;
}

.blog-type-horizontal .blog-item:nth-child(even) .wrap .content {
    padding: 0 40px 0 0;
}

.blog-type-horizontal .blog-item .wrap .img + .content {
    margin-left: 50%;
}

.blog-type-horizontal .blog-item:nth-child(even) .wrap .img + .content {
    margin-left:  0;
    margin-right: 50%;
}

.blog-item .wrap .content > h4 {
    margin: 14px 0 11px;
}

.blog-item .wrap .blog-detail,
.site-content .blog-detail {
    font-size: 12px;
    color: #01a2dd;
    font-style: italic;
    margin: 11px 0;
    font-weight: 300;
}

.blog-item .wrap .blog-detail > *:not(:last-of-type) {
    margin-right: 20px;
}

.blog-item .wrap .blog-detail i {
    font-size:  10px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
}

.blog-item .wrap .blog-detail i + span {
    vertical-align: middle;
    display: inline-block;
}

.site-content .blog-detail {
    margin: -15px 0 5px;
}

.site-content .page-title + .blog-detail {
    margin-top: -5px;
}

.post-items .site-content .blog-detail {
    margin-bottom: 7px;
}

.site-content .blog-detail a {
    text-decoration: none;
}

.blog-item .wrap .blog-detail > *,
.site-content .blog-detail > * {
    display: inline-block;
    vertical-align: top;
}

.sticky-a i {
    margin-right: 5px;
}

.site-content .blog-detail > *:not(:last-of-type):after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 10px;
    width: 1px;
    box-shadow: inset 0 0 0 1px;
    color: #01a2dd;
    margin: 4px 15px 0 18px;
}

.blog-item .wrap .date {
}

.blog-item .wrap .categories {}

.blog-item .wrap .text {
    line-height: 1.875em;
    font-weight: 300;
    color: #949494;
}

.readmore-link {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size:  12px;
    text-transform:  uppercase;
    color: #afafaf;
    letter-spacing: .08em;
}

.readmore-link:after {
    content: "\e911";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #01a2dd;
    font-size:  11px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.readmore-link:hover:after {
    margin-left: 15px;
}

.blog-item .wrap .button-style2 {
    margin-top: 15px;
}


/*------------------------------------------------------------------
[ 3.13 Countdown ]
*/

.countdownHolder {
    margin: 30px auto 25px;
    font-weight: 300;
}

.countdownHolder.medium {
    margin-bottom: 30px;
}

.countdownHolder > * {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.countdownHolder > *:not(:last-of-type) {
    margin: 0 30px 0 0;
}

.countdownHolder .position {
    display: inline-block;
    height: 1em;
    overflow: hidden;
    position: relative;
    width: 0.62em;
    font-size: 4.500em;
    margin: 0 -0.02em;
    font-weight: 100;
}

.countdownHolder.medium .position {
    font-size: 6.250em;
}

.countdownHolder .digit {
    /* position: relative; */
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1em;
}

.countdownHolder .name {
    display: block;
    font-size: 1.125em;
    text-transform: lowercase;
    margin-top: 0px;
    font-weight: 300;
    color: #01a2dd;
}

.countdownHolder.medium .name {
    font-size: 1.500em;
}

.countdownHolder .digit.static {}

.countdownHolder .countDiv {
    width: 1px;
    height: 13px;
    position: relative;
    background: #01a2dd;
    vertical-align: top;
    margin-top: 2em;
}


/*------------------------------------------------------------------
[ 3.14 Site content ]
*/

.site-content {}

.site-content .heading-decor + .date {
    margin-top: 0;
}

.site-content .category {
    font-size: 12px;
    color: #927bca;
    margin: 20px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.site-content .category a {
    text-decoration: none;
}

.page-title {
    margin-bottom: 30px;
    margin-top: 35px;
}

.post-items .post:first-of-type .page-title {
    margin-top: 15px;
}

.project-slider-page .page-title,
.project-masonry-page .page-title {
    margin-bottom: 37px;
}

.post-img {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 25px;
}

.post-img img {
    display: block;
}

.adaptive-img .post-img img {
    max-height: 80vh;
    width: auto;
}

.post-content {
    color: #949494;
    font-weight: 300;
}

.post-items .post-content {
    color: inherit;
}

.post-content p,
.project-content p {
    line-height: 1.875em;
}

.project-content p {
}

.project-content p:first-of-type {
    margin-top: 0;
}

.post-bottom {
    overflow: hidden;
    padding: 19px 15px 15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 30px;
    margin-bottom: 40px;
}

.post-bottom .pb-like,
.post-bottom .pb-comments {
    float: left;
    color: #949494;
    font-size: 14px;
    margin-right: 20px;
    font-style:  italic;
}

.post-bottom .pb-like > *, 
.post-bottom .pb-comments > *,
.post-bottom .pb-like > * > *, 
.post-bottom .pb-comments > * > * {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.post-bottom .pb-like i, 
.post-bottom .pb-comments i {
    margin-right: 10px;
}

.post-nav {
    float: right;
    color: #767676;
}

.project-packery-page + .post-bottom .post-nav.fl {
    float: none;
}

.post-nav.fl {
    float: left;
}

.post-nav a {
    text-decoration: none;
    padding: 0 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0;
    line-height: 1em;
    color: #01a2dd;
}

.post-nav a + a {
    margin-left: 45px;
}

.post-nav a > * {
    display: inline-block;
    vertical-align: middle;
}

.post-nav a span {
    font-size: 14px;
    font-weight: 300;
}

.post-nav a i {
    margin: 2px 0 0 0;
    margin-left: 10px;
    font-size: 15px;
}

.post-nav a i + span {
    margin-left: 10px;
}


/*------------------------------------------------------------------
[3.15 Comments ]
*/

.comment-items-wrap {
    margin-top: 35px;
    margin-bottom: 60px;
}

.comment-items {
    margin: 0;
    padding: 0;
}

.comment-items .comment-item {
    display: block;
    position: relative;
    padding-bottom: 0;
    background: #fff;
    min-height: 200px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.comment-items .comment-item .comment-respond {
    padding: 0 0;
}

.comment-items .comment-item .comment-respond > h4 small {
    float: right;
    font-size: 14px;
}

.comment-items .comment-item:last-of-type {
    /* border-bottom: none; */
}

.comment-items .comment-item .image {
    float: left;
    width: 175px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.comment-items .comment-item .image div {
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.comment-items .comment-item .top {
    padding: 25px 0 0 0px;
    position: relative;
}

.comment-items .comment-item .image + .top {
    padding-left: 225px;
}

.comment-items .children .comment-item .top {
    background: #fff;
    color: #343434;
}

.comment-items .comment-item .top h5 {
    margin: 0;
    font-family:  "Roboto";
    font-weight: 600;
    text-transform:  none;
}

.comment-items .comment-item .top .replytocom {
    position: absolute;
    top: 50%;
    right: 0;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -12px;
    color: #949494;
}

.comment-items .comment-item .top .replytocom:hover {
    opacity: 1;
}

.comment-items .children .comment-item .top .replytocom {
    right: 0;
}

.comment-items .comment-item .top .replytocom span {
    opacity: 0;
    -moz-transform: translate(150%, 0%);
    -ms-transform: translate(150%, 0%);
    -webkit-transform: translate(150%, 0%);
    -o-transform: translate(150%, 0%);
    transform: translate(150%, 0%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.comment-items .comment-item:hover .top .replytocom span {
    opacity: 1;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.comment-items .comment-item .top .replytocom i {
    font-size: 14px;
    margin-left: 10px;
    left: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comment-items .comment-item .top .replytocom:hover i {
    left: 5px;
}

.comment-items .comment-item .text {
    position: relative;
    min-height: 85px;
    overflow: hidden;
}

.comment-items .comment-item .image + .text {
    margin-left: 110px;
}

.comment-items .comment-item .text > h6 {
    margin: 0px 0 10px;
    font-weight: 600;
    padding: 5px 0 10px 0;
    font-size: 18px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    position: relative;
}

.comment-items .comment-item .date {
    font-size: 12px;
    font-weight: 300;
    margin-top: 12px;
    color: #28b0e2;
    font-style:  italic;
}

.comment-items .comment-item .content {
    line-height: 1.500em;
    padding: 15px 0 45px 0px;
    font-weight: 300;
    color: #949494;
}

.comment-items .comment-item .image + .top + .content {
    padding-left: 225px;
}

.comment-items .comment-item .text .content a {
    color: #50c2cf;
}

.comment-items .children {
    margin: 0;
    padding: 0 0 0 75px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 1;
}

.comment-items .children:last-of-type {
    border-bottom: none;
}

.comment-items .comment-item + .children {
    position: relative;
    /* overflow: hidden; */
}

.comment-items .children .comment-item + .comment-item {
    margin-top: 0;
}

.comment-items .children .comment-item:not(:first-of-type):before {
    display: none;
}

.comment-form {
    padding-bottom: 10px;
    /* width: 100%; */
}

.comment-respond {
    margin-bottom: 20px;
}

.comment-item .heading-decor {
    text-align: left;
}

.comment-respond label {
    font-size:  14px;
    color: #b1b0b0;
    margin-bottom: 10px;
    display: block;
}

.comment-respond .style1 {
    margin-bottom: 30px;
}


/*------------------------------------------------------------------
[ 3.16 Project page ]
*/

.post-gallery-masonry {}

.post-gallery-masonry > div {
    padding-bottom: 30px;
}

.post-gallery-masonry img {
    display: block;
}

.project-slider {
    margin-bottom: 35px !important;
    padding-bottom: 45px;
}

.project-slider-carousel {
    margin-bottom: 25px !important;
}

.project-slider .item {
    text-align: center;
}

.project-slider .item .cell {
    height: 590px;
    width: 1800px;
}

.project-slider .item img {
    max-height: 800px;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.project-slider-carousel .item {
    padding-bottom: 60%;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.project-slider-carousel .active-item .item {
    box-shadow: inset 0 0 0 2px #01a2dd;
}

.project-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: -75px;
    font-size: 14px;
    text-align: center;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 75px;
    color: #bbbaba;
}

.project-slider .owl-prev,
.project-slider .owl-next {
    text-align: center;
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-slider .owl-prev:hover,
.project-slider .owl-next:hover {
    color: #01a2dd;
}

.project-slider .owl-prev {}

.project-slider .owl-prev:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    border-bottom: 1px solid;
    margin: 20px auto;
}

.project-slider .owl-next {
}

.project-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:  14px;
    font-weight: bold;
    color: #bbbaba;
}

.project-slider .owl-dots .owl-dot {
    counter-increment: slides-num;
    display: inline-block;
    margin-right: 15px;
}

.project-slider .owl-dots .owl-dot.active {
    color: #01a2dd;
}

.project-slider .owl-dots .owl-dot:before {
    content: '0'counter(slides-num);
}

.project-horizontal {
    position: relative;
    padding-left: 420px;
    min-height: 600px;
}

.project-horizontal .content {
    position: absolute;
    left: 130px;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
    max-width: 340px;
}

.project-horizontal .content .date {
    max-width: 430px;
}

.project-horizontal .content .text {
    max-width: 260px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.714em;
}

.project-horizontal-slider {
    padding: 0 30px;
}

.project-horizontal-slider.owl-carousel.owl-loaded {
    margin-bottom: 0;
}

.project-horizontal-slider .item {}

.project-horizontal-slider .item.content-item {
    width: 620px;
}

.project-horizontal-slider img {
    width: auto;
    display: block;
    height: 500px;
    max-height: 800px;
}

.project-horizontal-slider a * {
    display: inline-block;
    vertical-align: middle;
}

.project-horizontal-slider a i {
    margin: 0 10px;
}

.project-horizontal-slider .owl-nav {
    position: absolute;
    bottom: -47px;
    right: 15px;
    display: none !important;
}

.project-horizontal-slider .owl-prev,
.project-horizontal-slider .owl-next {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.project-horizontal-slider .owl-stage {
    min-width: 10000000px;
}

.project-horizontal-img {
    min-height: 600px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

/*------------------------------------------------------------------
[3.15 Portfolio By Category ]
*/

.portfolio-by-category {
    overflow: hidden;
}

.portfolio-by-category .left-side {
    float: left;
    width: 50%;
    padding: 64px 45px 205px;
    position: relative;
}

.portfolio-by-category .left-side .text {
    font-size:  36px;
    font-weight: 100;
    color: #b1b0b0;
    line-height: 1.333em;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    margin-top: -120px;
}

.portfolio-by-category .left-side .text span {
    color: #01a2dd;
}

.portfolio-by-category .left-side .tab-h {
    position: absolute;
    left: 45px;
    top: 50%;
    border-bottom: 2px solid #f4f4f4;
    font-weight: 300;
    margin-top: 30px;
    display: inline-block;
}

.portfolio-by-category .left-side .tab-h .tab-h-item {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 0;
    margin-right: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.portfolio-by-category .left-side .tab-h .tab-h-item.active {
    color: #01a2dd;
    box-shadow: 0px 2px 0;
}

.portfolio-by-category .left-side .tab-h .tab-h-item:last-of-type {
    margin-right: 0;
}

.portfolio-by-category .left-side .bottom {
    position: absolute;
    left: 45px;
    right: 45px;
    bottom: 20px;
}

.portfolio-by-category .left-side .contacts {
    color: #b1b0b0;
    font-size:  12px;
    line-height: 18px;
    margin-bottom: 20px;
}

.portfolio-by-category .left-side .social-buttons-text {
    margin-bottom: 20px;
}

.portfolio-by-category .left-side .social-buttons-text span {
    color: #01a2dd;
}

.portfolio-by-category .left-side .copyright {
    color: #b1b0b0;
    font-size:  12px;
    line-height: 14px;
}

.portfolio-by-category .left-side .nav-buttons {
    font-size:  13px;
    position: absolute;
    bottom: 27px;
    right: 95px;
}

.portfolio-by-category .left-side .nav-buttons > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
}

.portfolio-by-category .left-side .current-num {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background: #01a2dd;
    color: #fff;
    font-size:  36px;
    font-weight: 100;
    position: absolute;
    bottom: 0;
    right: 0;
}

.portfolio-by-category .right-side {
    position: relative;
    margin-left: 50%;
}

.portfolio-by-category .right-side .item {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
    visibility: hidden;
}

.portfolio-by-category .right-side .item.active {
    left: 0;
    visibility: visible;
    pointer-events: all;
    z-index: 2;
}

.portfolio-by-category .right-side .item .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: -20px;
    bottom: 0;
    overflow: scroll;
    overflow-x:  hidden;
}

.portfolio-by-category .cat-link-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    text-align: center;
    background: #f4f4f4;
    font-weight: 500;
    z-index: 2;
}

.site-dark .portfolio-by-category .cat-link-item {
    background: #1a1a1a;
}

.portfolio-by-category .cat-link-item .cell {
    height: 190px;
    width: 10000px;
    text-decoration: none;
}

.portfolio-by-category .cat-link-item span {}

.portfolio-by-category .cat-link-item i {
    color: #01a2dd;
    font-size:  0.8em;
    margin-left: 1em;
}

.portfolio-by-category .p-items {
    overflow: hidden;
}

.portfolio-by-category .p-items .p-item {
    width: 100%;
    float: left;
    left: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    transition-delay: .3s;
}

.portfolio-by-category .item.active .p-items .p-item {left: 0;}

.portfolio-by-category .p-items .p-item a {
    display: block;
    padding-bottom: 50%;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.portfolio-by-category .p-items .p-item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-by-category .p-items .p-item:hover a:before {
    opacity: .3;
    visibility: visible;
}

.portfolio-by-category .p-items.position-type1 .p-item a,
.portfolio-by-category .p-items.position-type2 .p-item a,
.portfolio-by-category .p-items.position-type3 .p-item a,
.portfolio-by-category .p-items.position-type4 .p-item a,
.portfolio-by-category .p-items.position-type5 .p-item a {
    height: 385px;
    padding: 0;
    min-height: 190px;
}

.portfolio-by-category .p-items.position-type1 .p-item:nth-child(3n+1) {
}

.portfolio-by-category .p-items.position-type1 .p-item:nth-child(3n+2),
.portfolio-by-category .p-items.position-type1 .p-item:nth-child(3n+3) {
    width: 50%;
}

.portfolio-by-category .p-items.position-type1 .p-item:nth-child(3n+2) {
    transition-delay: .8s;
}

.portfolio-by-category .p-items.position-type1 .p-item:nth-child(3n+3) {
    transition-delay: 1.3s;
}

.portfolio-by-category .p-items.position-type2 .p-item:nth-child(3n+1) {
    width: 100%;
}

.portfolio-by-category .p-items.position-type2 .p-item:nth-child(3n+2),
.portfolio-by-category .p-items.position-type4 .p-item:nth-child(3n+3) {
    width: 230px;
    transition-delay: .8s;
}

.portfolio-by-category .p-items.position-type2 .p-item:nth-child(3n+3),
.portfolio-by-category .p-items.position-type4 .p-item:nth-child(3n+2) {
    width: calc(100% - 230px);
    transition-delay: 1.2s;
}

.portfolio-by-category .p-items.position-type3 .p-item:nth-child(3n+1) a,
.portfolio-by-category .p-items.position-type3 .p-item:nth-child(3n+3) a {
    height: 195px;
}

.portfolio-by-category .p-items.position-type3 .p-item:nth-child(3n+1),
.portfolio-by-category .p-items.position-type5 .p-item:nth-child(3n+1) {
    transition-delay: .3s;
}

.portfolio-by-category .p-items.position-type3 .p-item:nth-child(3n+2),
.portfolio-by-category .p-items.position-type5 .p-item:nth-child(3n+2) {
    transition-delay: .8s;
}

.portfolio-by-category .p-items.position-type3 .p-item:nth-child(3n+3),
.portfolio-by-category .p-items.position-type5 .p-item:nth-child(3n+3) {
    transition-delay: 1.2s;
}

.portfolio-by-category .p-items.position-type3 .p-item:nth-child(3n+2) a,
.portfolio-by-category .p-items.position-type4 .p-item:nth-child(3n+1) a,
.portfolio-by-category .p-items.position-type4 .p-item:nth-child(3n+2) a,
.portfolio-by-category .p-items.position-type4 .p-item:nth-child(3n+3) a,
.portfolio-by-category .p-items.position-type5 .p-item:nth-child(3n+3) a {
    height: 385px;
}

.portfolio-by-category .p-items.position-type5 .p-item:nth-child(3n+1) a,
.portfolio-by-category .p-items.position-type5 .p-item:nth-child(3n+2) a {
    height: 190px;
}

/*------------------------------------------------------------------
[3.15 Portfolio Categories ]
*/

.portfolio-categories {
    height: 600px;
}

.portfolio-categories .container {
    height: 600px;
}

.portfolio-categories .social-buttons-text {}

.portfolio-categories .social-buttons-text > div {}

.portfolio-categories .social-buttons-text .h {}

.portfolio-categories .left-side {
    margin-right: 340px;
}

.portfolio-categories .items {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.portfolio-categories .items .item {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    height: 600px;
    left: -100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-categories .items .item.active {
    left: 0;
}

.portfolio-categories .items .item .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: -20px;
    bottom: 0;
    overflow: scroll;
    overflow-x: hidden;
}

.portfolio-categories .items .item .cat-h {
    position: absolute;
    top: 0;
    left: -0.059em;
    color: #fff;
    font-size: 6.875em;
    line-height: 1em;
    width: 1.755em;
    z-index: 2;
    font-weight: 500;
    pointer-events: none;
}

.portfolio-categories .p-items {}

.portfolio-categories .p-items .p-item {
    margin-bottom: 30px;
    position: relative;
    right: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: .5s;
}

.portfolio-categories .p-items .p-item:nth-child(2) {
    transition-delay: .9s;
}

.portfolio-categories .p-items .p-item:nth-child(3) {
    transition-delay: 1.3s;
}

.portfolio-categories .p-items .p-item:nth-child(4) {
    transition-delay: 1.7s;
}

.portfolio-categories .p-items .p-item:nth-child(5) {
    transition-delay: 2.1s;
}

.portfolio-categories .p-items .p-item:nth-child(6) {
    transition-delay: 2.5s;
}

.portfolio-categories .active .p-items .p-item {
    right: 0;
}

.portfolio-categories .p-items .p-item:last-of-type {
    margin-bottom:  0;
}

.portfolio-categories .p-items .p-item img {
    display: block;
    width: 100%;
}

.portfolio-categories .right-side {
    position: absolute;
    top: 0;
    right: 15px;
    height: 600px;
    width: 200px;
    overflow: hidden;
}

.portfolio-categories .right-side .wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 120px;
    right: -20px;
    overflow: hidden;
    overflow-y: scroll;
}

.portfolio-categories .categories-links {}

.portfolio-categories .categories-links .h-link {
    font-size: 1.875em;
    text-decoration: none;
    font-weight: 500;
    display: block;
    line-height: 1em;
}

.portfolio-categories .categories-links ul {
    margin: 35px 0 0;
    padding: 0;
    font-size: 18px;
    color: #b1b0b0;
    font-weight: 300;
}

.portfolio-categories .categories-links ul li {
    margin: 15px 0px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}

.portfolio-categories .categories-links ul li.active,
.portfolio-categories .categories-links ul li:hover {
    color: #01a2dd;
}

.portfolio-categories .custom-links {
    padding: 0;
    margin: 45px 0 0;
    font-size:  1.875em;
    font-weight: 500;
}

.portfolio-categories .custom-links li {
    margin: 5px 0;
    display: block;
}

.portfolio-categories .custom-links li a {
    text-decoration: none;
    display: block;
}

.portfolio-categories .bottom {
    font-size:  12px;
    color: #b1b0b0;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.portfolio-categories .bottom .contacts {
    line-height: 1.500em;
}

.portfolio-categories .bottom .copyright {
    line-height: 1.167em;
    margin-top: 25px;
}

.scroll-mouse {
    position: absolute;
    width: 16px;
    height: 25px;
    border: 2px solid;
    border-radius: 10px;
    -webkit-animation: mouse-flash 8.5s linear infinite;
    -moz-animation: mouse-flash 8.5s linear infinite;
    -ms-animation: mouse-flash 8.5s linear infinite;
    -o-animation: mouse-flash 8.5s linear infinite;
    animation: mouse-flash 8.5s linear infinite;
}

.portfolio-by-category .scroll-mouse {
    bottom: 20px;
    right: 20px;
    z-index: 3;
    color: #fff;
}

.scroll-mouse:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 4px;
    height: 4px;
    border: 1px solid;
    margin-left: -1px;
    border-radius: 2px;
    -webkit-animation: mouse-wheel 1s ease-in-out infinite;
    -moz-animation: mouse-wheel 1s ease-in-out infinite;
    -ms-animation: mouse-wheel 1s ease-in-out infinite;
    -o-animation: mouse-wheel 1s ease-in-out infinite;
    animation: mouse-wheel 1s ease-in-out infinite;
}

@-webkit-keyframes mouse-flash /* Safari and Chrome */ {
    0%,40%,100% {
        opacity: 0;
    }
    10%,30% {
        opacity: 1;
    }
}
@keyframes mouse-flash {
    0%,40%,100% {
        opacity: 0;
    }
    10%,30% {
        opacity: 1;
    }
}

@-webkit-keyframes mouse-wheel /* Safari and Chrome */ {
    0% {
        opacity: 0;
        top: 3px;
    }
    25% {
        opacity: 1;
        top: 4px;
    }
    95% {
        opacity: 0;
    }
    100% {
        top: 12px;
        opacity: 0;
    }
}
@keyframes mouse-wheel {
    0% {
        opacity: 0;
        top: 3px;
    }
    25% {
        opacity: 1;
        top: 4px;
    }
    95% {
        opacity: 0;
    }
    100% {
        top: 12px;
        opacity: 0;
    }
}

/*------------------------------------------------------------------
[3.15 Subscribe form ]
*/

.subscribe-form {
    max-width: 270px;
    position: relative;
    background: #f5f5f5;
    color: #666666;
    overflow: hidden;
    text-align: left;
}

.subscribe-form p {
    margin: 0;
}

.banner .subscribe-form {
    margin-top: -15px;
}

.tac .subscribe-form {
    margin: 0 auto;
}

.coming-soon .subscribe-form {
    margin: 0 auto;
}

.subscribe-form .ajax-loader {
    display: none !important;
}

.subscribe-form input.style1 {
    font-size:  14px;
    border-bottom: 0;
    margin-bottom:  0;
    padding:  0 20px;
    height: 40px;
    line-height: 40px;
}

.subscribe-form .button-submit {
    float: right;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 50px;
    height: 40px;
    background: none;
    color: #01a2dd;
    border: none;
    font-size: 18px;
}

.subscribe-form > div {}

.subscribe-form .input {
    margin-bottom: 0;
    line-height: 45px;
    font-size: 14px;
    color: #989898;
    padding: 0 45px 0 18px;
    border: none;
    background: #faf6f5;
}

/*------------------------------------------------------------------
[ 3.21 Breadcrumbs ]
*/

.breadcrumbs {
    color: #a3a3a3;
    margin: 25px 0 20px;
    font-size:  14px;
    text-transform:  uppercase;
}

.breadcrumbs + .page-title {
    margin-top: -5px;
}

.breadcrumbs span {}

.breadcrumbs a {}

.breadcrumbs .sep {}

.breadcrumbs .current {}

/*------------------------------------------------------------------
[ 3.21 Testimonials ]
*/

.testimonials {}

.testimonials.owl-carousel.owl-loaded {
    margin: 45px 0;
}

.testimonials .testimonial-item {
    padding: 0 15px;
}

.testimonials .testimonial-item .bottom {
    margin: -10px 0 30px 40px;
    position: relative;
}

.testimonials .testimonial-item h5 {
    margin: 0;
    color: #696969;
    font-size: 1em;
    position: relative;
    font-style:  italic;
}

.testimonials .testimonial-item h5:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    height: 1px;
    width: 25px;
    background: #dddddd;
}

.testimonials .testimonial-item .post {
    font-size:  12px;
}

.testimonials .testimonial-item .subscribe {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.testimonials .testimonial-item .subscribe img {
    display: block;
}

.testimonials .testimonial-item .quote {}

.testimonials .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

.testimonials .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: inset 0 0 0 5px;
    border-radius: 50%;
    opacity: .1;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonials .owl-dots .owl-dot.active {
    opacity: .2;
}

/*------------------------------------------------------------------
[ 3.21 Time line ]
*/

.time-line-items {}

.time-line-items.owl-carousel {
    padding-top: 40px;
}

.time-line-items .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #bbbaba;
}

.time-line-items .owl-prev,
.time-line-items .owl-next {
    display: inline-block;
    vertical-align: middle;
}

.time-line-items .owl-prev:hover,
.time-line-items .owl-next:hover {
    color: #01a2dd;
}

.time-line-items .owl-prev {
    margin-right: 10px;
}

.time-line-items .owl-next {}

.time-line-item {}

.owl-carousel .time-line-item {
    margin-bottom: 0;
}

.time-line-item .date {
    border-bottom: 1px solid #01a2dd;
    font-size:  14px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.time-line-item .desc {
    color: #b1b0b0;
    font-size:  12px;
    font-weight: 300;
    line-height: 1.500em;
}

/*------------------------------------------------------------------
[ 3.21 About img text ]
*/

.about-img-text {
}

.about-img-text * {
    margin: 0;
}

.about-img-text h6 {
    /* text-align: right; */
    font-size: 1em;
}

.about-img-text h2 {margin: 10px 0 10px;}

.about-img-text .button-style2 {
    /* color: inherit; */
    font-weight: 500;
    font-size: 16px;
}

.about-img-text .button-style2:after {
    color: #01a2dd;
}

/*------------------------------------------------------------------
[ 3.21 Contact orm ]
*/

.contact-form {}

.contact-form label {
    font-size: 14px;
    color: #b1b0b0;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.contact-form .button-style3 {
    display: block;
    width: 100%;
}

/*------------------------------------------------------------------
[ 3.21 Blog post ]
*/

.blog-post-widget {
}

.blog-post-widget .item {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    padding: 5px 0;
}

.blog-post-widget .item .image {
    width: 55px;
    height: 55px;
    display: block;
    float: left;
    background-size: cover;
    background-position: 50%;
}

.blog-post-widget .item .text {
    margin-left: 70px;
}

.blog-post-widget .item .text .cell {}

.blog-post-widget .item .name {
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

.blog-post-widget .item .name:hover {
    text-decoration: none;
}

.blog-post-widget .item .blog-detail {font-size: 12px;color: #01a2dd;font-style: italic;margin: 0 0 5px 0;font-weight: 300;}


/*------------------------------------------------------------------
[4 Footer ]
*/

.site-footer {
    font-size: 14px;
    padding: 0;
    font-weight: normal;
    background: #fff;
    color: #b1b0b0;
    border-top: 1px solid #eeeeee;
}

.header-type-side  .site-footer {
    display: none;
}

.site-dark .site-footer {
    background: #000;
    color: #b1b0b0;
}

.site-footer .footer-wrap {
    /* background: #fff; */
}

.site-footer .footer-cols {
    font-size:  12px;
    line-height: 1.500em;
    position: absolute;
    left: 140px;
    right: 140px;
    text-align: center;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.site-footer .footer-cols .col {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 5px 0;
}

.site-footer .footer-cols .col:not(:last-of-type) {
    margin-right: 30px;
}

.social-buttons a:hover i {
    opacity: 1;
}

.social-buttons {
    font-size: 18px;
    float: right;
    top: 50%;
    margin: 35px 0;
}

.social-buttons-widget .social-buttons {
    float: none;
    margin: 0 0 35px;
}

.social-buttons a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-right: 15px;
    position: relative;
}

.social-buttons i {
    display: block;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-buttons a:last-of-type:after {
    display: none;
}

.social-buttons a:hover {
}

.social-buttons a:last-of-type {
    margin-right: 0;
    padding-right:  0;
}

.social-buttons a span {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    display: none;
}

.social-buttons.label-on a span {
    display: none;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}

.border-radius {}

.border-radius > .vc_column-inner {
    border-radius: 5px;
}