/*
Theme Name: kovkaplitka
Theme URI: http://kovkaplitka.themepug.com
Author: ThemePug
Author URI: http://www.themepug.com
Description: kovkaplitka - WordPress Theme for kovkaplitka, Building and Architecture businesses.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kovkaplitka
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
}

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

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

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

[hidden],
template {
    display: none; }

a {
    background-color: transparent; }

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

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

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

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

small {
    font-size: 80%; }

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

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

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

figure {
    margin: 1em 40px; }

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

pre {
    overflow: auto; }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

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

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

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

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

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

input {
    line-height: normal; }

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }
.blogpage-title a {
	color: #fff;
}

/*--------------------------------------------------------------
# WordPress Core
--------------------------------------------------------------*/

.hentry.sticky {
    position: relative;
    top: 0;
    margin-bottom: 60px;
    background: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 40px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 40px rgba(0,0,0,0.2);
    box-shadow: 0 1px 40px rgba(0,0,0,0.2);
    -webkit-transition: top 0.25s ease;
    -moz-transition: top 0.25s ease;
    -ms-transition: top 0.25s ease;
    -o-transition: top 0.25s ease;
    transition: top 0.25s ease;
}
.hentry.sticky .blogpage-post {
    margin-bottom: 0;
}
.hentry.sticky:hover {
    top: -20px;
}

img.alignnone {
    max-width: 100%;
    height: auto; }

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto !important;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px; }

.alignleft {
    float: left;
    margin: 6px 30px 20px 0; }

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }

a img.alignnone {
    margin: 0 0 20px 0 !important; }

a img.alignleft {
    float: left;
    margin: 6px 30px 20px 0; }

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.wp-caption {
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px;
    text-align: center;
    margin: 20px 0;
}
.wp-caption figcaption {
    padding: 5px 0 0; }

.wp-caption.alignleft {
    margin: 6px 30px 20px 0; }

.wp-caption.alignright {
    margin: 5px 0 20px 20px; }

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    padding: 10px 0 5px 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }

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

.gallery {
    margin-bottom: 30px; }
.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0; }

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

.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }

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

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

.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

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

.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none; }

.bypostauthor {
    text-decoration: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/**
 * Content Wrapper
 */
#wrapper {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
body.remove_padding #wrapper {
    padding: 0;
}


/**
 * Headings
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Raleway', 'sans-serif';
    color: #222222;
}
h1, .h1 {
    font-size: 44px;
    line-height: 54px;
}
h2, .h2 {
    font-size: 36px;
    line-height: 46px;
}
h3, .h3 {
    font-size: 28px;
    line-height: 38px;
}
h4, .h4 {
    font-size: 20px;
    line-height: 30px;
}
h5, .h5 {
    font-size: 18px;
    line-height: 28px;
}
h6, .h6 {
    font-size: 16px;
    line-height: 26px;
}


/**
 * Text
 */
body {
    font-size: 14px;
    color: #555;
    font-family: 'Open Sans', 'sans-serif';
}
p {
    line-height: 26px;
    margin: 0 0 15px;
    color: #555;
    font-family: 'Open Sans', 'sans-serif';
}
strong, b {
    font-weight: 400;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
mark {
    background: none;
    color: #dd137b;
    padding: inherit;
}
blockquote {
    padding: 21px 30px 18px 30px;
    border-left: 5px solid #ffb600;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    font-style: italic;
}


/*
 * Tables
 */
table, .comment-body .comment-text table {
    width: 100%;
    margin: 0 0 40px; }
table td, table th, .comment-body .comment-text table td, .comment-body .comment-text table th {
    padding: 10px;
    border: 1px solid #e6e6e6;
    text-align: justify;
}


/**
 * Definition Lists
 */
dt {
    font-weight: bold;
}
dl, .comment-body .comment-text dl {
    margin: 0 0 40px;
}
dl dd, .comment-body .comment-text dl dd {
    margin: 0 0 10px;
}


/**
 * Unordered Lists
 */
.page_content ul,
body.single .content-area ul,
.comment-body .comment-text ul {
    margin: 0 0 20px 12px;
    list-style: none;
    padding: 0;
}
.page_content ul li,
body.single .content-area ul li,
.comments-list .comment-body .comment-text ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 14px;
    line-height: 22px;
    color: #222222;
    border: none;
    font-size: 13px;
    list-style: circle;
}
/* do not show comment with list icon */
ul.comments-list li.comment {
    list-style: none !important;
}

.page_content ul li p,
body.single .content-area ul li p,
.comment-body .comment-text ul li p {
    font-family: 'Open Sans', 'serif';
}
.page_content ul li ul, .page_content ul li ol,
body.single .content-area ul li ul, body.single .content-area ul li ol,
.comment-body .comment-text ul li ul, .comment-body .comment-text ul li ol {
    margin: 10px 0 10px;
}
.page_content ul li ol > li,
body.single .content-area ul li ol > li,
.comment-body .comment-text ul li ol > li {
    list-style: decimal;
    padding: 0;
}
.page_content ul li ol > li:before,
body.single .content-area ul li ol > li:before,
.comment-body .comment-text ul li ol > li:before {
    display: none;
    padding-left: 0;
}

/**
 * Ordered Lists
 */
.page_content ol,
body.single .content-area ol,
.comment-body .comment-text ol {
    list-style-position: inside;
    list-style: decimal;
    margin: 0 0 20px 15px;
    padding: 0;
}
.page_content ol > li,
body.single .content-area ol > li,
.comment-body .comment-text ol > li {
    margin: 0 0 14px 0;
    border: none;
    list-style: decimal;
}
.page_content ol > li ul > li,
body.single .content-area ol > li ul > li,
.comment-body .comment-text ol > li ul > li {
    list-style: none;
}
.page_content ol > li ol, .page_content ol > li ul,
body.single .content-area ol > li ol, body.single .content-area ol > li ul,
.comment-body .comment-text ol > li ol, .comment-body .comment-text ol > li ul {
    margin: 10px 0 10px;
    padding: 0 0 0 26px;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

/**
 * Slider Revolution
 */
.rev-button {
    padding: 18px 40px;
    font-family: 'Raleway', 'sans-serif';
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 23px !important;
    font-weight: 700;
    color: #fff;
    background: #ffb600;
    border-bottom: 3px solid rgba(0,0,0,0.2);
}
@media screen and (max-width: 600px) {
    .rs_title {
        font-size: 32px !important;
        line-height: 52px !important;
    }
}
.revtitle {
    font-family: 'Raleway', 'sans-serif';
}
.revslider-title {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    letter-spacing: -0.06em;
}
.revslider-text {
    font-family: 'Raleway', 'sans-serif';
    font-weight: 300;
    color: #fff;
    line-height: 32px;
    font-size: 24px;
    letter-spacing: -0.02em;
}
.revslider-button {
    padding: 10px 30px 10px 40px;
    border: 3px solid #dd137b;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.revslider-button i {
    font-size: 10px;
    padding-left: 10px;
}
.revslider-button:hover {
    text-decoration: none;
    background: #fff;
    border-color: #fff;
    color: #dd137b;
}

/* nav arrows */
body .tparrows {
    background: transparent;
    height: 0;
    width: 0;
}
body .tparrows:hover {
    background: transparent;
}
body .tparrows.tp-leftarrow:before {
    content: url('assets/img/arrow-left.png');
    position: relative;
    z-index: 100000;
}
body .tparrows.tp-rightarrow:before {
    content: url('assets/img/arrow-right.png');
    position: relative;
    z-index: 100000;
}


/**
 * Contact Form 7
 */

.cf7-submit-btn-push {
    margin-top: 23px;
}
@media screen and (min-width: 765px) {
    .wpcf7-form .col-sm-6.first {
        padding-left: 0 !important;
    }

    .wpcf7-form .col-sm-6.second {
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 765px) {
    .wpcf7-form .col-xs-12 {
        padding: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/**
 * Sliedown effect
 */
/**
 * fixed header slidedown
 */

/* Header Slidedown */
body.header_transparent .header-wrapper.fixed,
.header-wrapper.fixed {
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: 0.3s top cubic-bezier(.3, .73, .3, .74);
    -moz-transition: 0.3s top cubic-bezier(.3, .73, .3, .74);
    -ms-transition: 0.3s top cubic-bezier(.3, .73, .3, .74);
    -o-transition: 0.3s top cubic-bezier(.3, .73, .3, .74);
    transition: 0.3s top cubic-bezier(.3, .73, .3, .74);
}
body.header_transparent .header-wrapper.fixed.slideDown,
.header-wrapper.fixed.slideDown {
    top:0;
}
/* hs3 */
body.header_transparent .header3_slide_wrap.fixed,
.header3_slide_wrap.fixed {
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: 0.3s top cubic-bezier(.3, .73, .3, .74);
    -moz-transition: 0.3s top cubic-bezier(.3, .73, .3, .74);
    -ms-transition: 0.3s top cubic-bezier(.3, .73, .3, .74);
    -o-transition: 0.3s top cubic-bezier(.3, .73, .3, .74);
    transition: 0.3s top cubic-bezier(.3, .73, .3, .74);
}
body.header_transparent .header3_slide_wrap.fixed.slideDown,
.header3_slide_wrap.fixed.slideDown {
    top:0;
}


/*
 * Logo
 */
.logo {
    display: inline-block;
    padding-right: 40px;
}
.logo img {
    position: relative;
}
.site-title {
    font-family: 'Raleway', 'sans-serif';
    font-size: 20px;
    letter-spacing: -0.8px;
    color: #111;
    font-weight: 400;
    position: relative;
    top: 1px;
    text-transform: capitalize;
}
@media screen and (max-width: 1000px) {
    .site-title {
        top: inherit;
    }
    .mobile-logo-opened-menu .site-title {
        top: -7px;
    }
}

/**
 * Logo switcher
 */

/* when transparent */
body.header_transparent .dark-logo {
    display: none;
}
body.header_transparent .light-logo {
    display: inline-block;
}

/* not transparent */
.light-logo {
    display: none;
}
.dark-logo {
    display: inline-block;
}

/* when fixed */
body.header_transparent .header-wrapper.fixed.slideDown .light-logo {
    display: none;
}
body.header_transparent .header-wrapper.fixed.slideDown .dark-logo {
    display: inline-block;
}


/*
 * Header
 */
.header {
    display: block;
    background: #fff;
    padding: 30px 0;
}


/**
 * Fixed
 */
body.header_transparent .nt-sticky-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    background: linear-gradient(180deg, #000 0, transparent);
}

/* box shower & border */
body.header_transparent .header {
    border-bottom: 0;
}
.header,
body.header_transparent .nt-is-sticky .header {
    border-bottom: 1px solid #eee;
}


/**
 * Header Transparent & Fixed
 */
body.header_transparent .nt-is-sticky .header {
    background: #fff;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}


/*
 * Header Transparent
 */
body.header_transparent .header-style-1 {
    background: transparent;
}
body.header_transparent .header-wrapper.fixed.slideDown .header-style-1,
.header-style-1 {
    background: #fff;
    border-bottom: 1px solid #eee;
}

/*
 * Header Login/Signup Buttons
 */
.header-user {
    float: right;
    padding-left: 20px;
    position: relative;
    top: 8px;
}
.header-login-btn,
body.header_transparent .nt-is-sticky .header .header-login-btn {
    display: inline-block;
    cursor: pointer;
    color: #111;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.1px;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.header-login-btn:hover {
   color: #6c98e1;
}
.header-signup-btn,
body.header_transparent .nt-is-sticky .header .header-signup-btn {
    padding: 15px 30px;
    margin-top: -8px;
    background: #ffb600;
    display: inline-block;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway', 'sans-serif';
    font-size: 13px;
    letter-spacing: -0.1px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.header-signup-btn:hover,
body.header_transparent .nt-is-sticky .header .header-signup-btn:hover {
    opacity: 0.8;
}
/**
 * Header Style 1
 */
.header.header-style-1 .header1-quote {
    float: right;
    margin-top: 11px;
    margin-left: 20px;
}
.header.header-style-1 .logo {
    float: left;
}
.header.header-style-1 .main-menu {
    float: right;
}


/**
 * Header Style 2
 */
@media screen and (max-width: 1000px) {
    .header-style-2 {
        display: none;
    }
}

.header-style-2 {
    background: #fff;
}
.header-style-2 .relative {
    padding: 18px 0;
}
/* phone number */
.header-style-2 .phone-num-wrapper {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 15px 40px 15px;
    background: #ffb600;
}

/* fixed stuff */
.phone-num-wrapper.number_fixed {
    position: fixed;
    right: 50px;
}


.header-style-2 .phone-num-wrapper .header-phone-number {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
}
.header-style-2 .phone-num-wrapper .phone-num-small {
    font-size: 12px;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    text-transform: uppercase;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 300;
}

/* menu */
.header-style-2 .main-menu > ul > li:first-child a,
.nt-is-sticky .header-style-2 .main-menu > ul > li:first-child a {
    padding-left: 0 !important;
}

/* main header style2 */
.header-style-2 .header {
    position: relative;
    padding: 0;
    z-index: 999;
}
.header-style-2 {
    border-bottom: 1px solid #eee;
}
.header-style-2 .header-inner {
    background: #0d0d0d;
    border-top: 1px solid #eee;
    padding: 10px 30px;
    border-bottom: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 21px;
    -webkit-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
}
/* transparent header top wrapper */
body.header_transparent .header-style-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient( 180deg, rgba(0,0,0,1), rgba(0,0,0,0));
    border-bottom: 0;
}
body.header_transparent .header-style-2 .header-top-wrapper {
    margin: 0 0 20px;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0, transparent);
}
body.header_transparent .header-style-2 .header-inner {
    top: inherit;
}
/* color when fixed and transparent */
body.header_transparent .header-wrapper.fixed.slideDown .header-style-2 {
    background: #fff;
    border-bottom: 1px solid #eee;
}


/*
*
* Header style 3
*
*/
body.header_transparent .header-wrapper {
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    width: 100%;
    background: linear-gradient( 180deg, rgba(0,0,0,1), rgba(0,0,0,0) );
}

/* get quote */
.phone-num-small {
    text-align: right;
}


/* number */
.phone-num-wrapper {
    float: right;
    margin-top: 14px;
}
.phone-num-small {
    font-family: 'Raleway', 'sans-serif';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
}

/**
 * Header quote slideout
 */
.slideout_content {
    width: 30%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -ms-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    -webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 17px 25px rgba(0, 0, 0, 0.1);
}
.slideout_content.slideout_active {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
.slideout_inner_content {
    padding: 80px 40px;
}
.slideout_close {
    font-size: 14px;
    font-family: 'Raleway', 'sans-serif';
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #000;
    cursor: pointer;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
.slideout_close:hover {
    color: #111;
}
.slideout_logo {
    display: block;
    margin: 0 auto;
}
.slideout_heading {
    text-transform: uppercase;
    text-align: center;
    margin-top: 80px;
}
.slideout_text {
    margin-bottom: 10px;
    text-align: center;
}
.slideout_tel {
    margin-bottom: 30px;
    text-align: center;
}


/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/

/**
 * Main Menu
 */
.main-menu {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 101;
}
.main-menu > ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu > ul > li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
}
.main-menu > ul > li > a,
body.header_transparent .nt-is-sticky .main-menu > ul > li > a {
    position: relative;
    display: block;
    font-size: 18px;
    letter-spacing: -0.1px;
    font-family: 'Raleway', 'sans-serif';
    text-transform: capitalize;
    color: #111;
    padding: 20px 25px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Main Menu - active menu item */
.main-menu > ul > li.current_page_item > a {
    color: #ffb600;
}

/* Main menu item hover */
.main-menu ul li a:hover,
body.header_transparent .nt-is-sticky .main-menu ul li a:hover {
    color: #ffb600;
}

/* Main Menu - Submenu Arrow */
.main-menu > ul > li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    font-size: 14px;
    top: 40%;
}
.main-menu > ul:after {
    content: '';
    clear: both;
    display: table;
}


/**
 * Submenus
 */
.main-menu ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: rgba(255,255,255,0.95);
    list-style: none;
    margin: 0;
    padding: 5px 0;
    width: 230px;
    z-index: 999;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.main-menu ul.sub-menu li {
    position: relative;
}
.main-menu ul.sub-menu li ul.sub-menu {
    top: 0;
}
/* Submenu & Submenu Submenu - visibility control */
.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}


.main-menu ul.sub-menu li {
    border-bottom: 1px solid #e6e6e6;
}
.main-menu ul.sub-menu li:last-child {
    border-bottom: 0;
}


/* Submenu arrows for sub submenu */
.main-menu .sub-menu > li.menu-item-has-children > a:before,
.main-menu .sub-menu > li.page_item_has_children > a:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    right: 20px;
    margin-top: 3px;
}

/* Submenu Submenu - positioning */
.main-menu > ul > li ul ul {
    left: 100%;
    top: 100%;
    padding: 3px 0;
}

/* Submenu Submenu - Link Colors */
body .main-menu ul.sub-menu ul li a,
body.header_transparent .main-menu ul.sub-menu ul li a,
body.header_transparent .nt-is-sticky .main-menu ul.sub-menu ul li a {
    padding: 18px;
    border: 0;
}

/* Submenu - Main Styling */
.main-menu ul.sub-menu li a,
body.header_transparent .main-menu ul.sub-menu li a,
body.header_transparent .nt-is-sticky .main-menu ul.sub-menu li a {
    color: #111;
    display: block;
    padding: 18px;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    letter-spacing: -0.1px;
}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

/**
 * Mobile Top Menu Wrapper
 */
.mobile_header_site_title {
    font-size: 25px;
    padding-top: 5px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-transform: lowercase;
    font-family: 'Raleway', 'sans-serif';
    float: left;
    padding-left: 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nt-mm2-container .mobile_header_site_title {
    margin-top: -3px;
}
.nt-mobile-wrapper {
    height: 90px;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 101;
}
.nt-mobile-wrapper:after {
    content: "";
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==);
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 1;
}
@media screen and (min-width: 1000px) {
    .nt-mobile-wrapper,
    .nt-mobile-wrapper-spacer {
        display: none;
    }
}
.nt-mobile-wrapper-spacer {
    height: 90px;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 101;
}
.nt-mobile-logo {
    padding-left: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* Mobile menu when header transparent */

/**
 * Open/Close Hamburger Button
 */
.hamburger-button {
    position: absolute;
    height: 27px;
    width: 30px;
    z-index: 15;
    top: 35px;
    right: 30px;

}
/* fix ham button when menu opened - prevents scrolling issue */
.hamburger-button.nt-mm1-button-open {
    position: fixed;
}
.hamburger-button:hover {
    cursor: pointer;
}
.hamburger-button .hamburger-bar-top {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    border-radius: 1px;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hamburger-button .hamburger-bar-middle {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    border-radius: 1px;
    top: 8px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hamburger-button .hamburger-bar-bottom {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    border-radius: 1px;
    top: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.nt-mm1-button-open .hamburger-bar-top {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    -moz-transform: rotate(45deg) translate(8px, 8px);
    -ms-transform: rotate(45deg) translate(8px, 8px);
    -o-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    background: #000;
}
.nt-mm1-button-open .hamburger-bar-middle {
    opacity: 0;
}
.nt-mm1-button-open .hamburger-bar-bottom {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    -moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
    top: 21px;
    background: #000;
}

/* phone numbers */
.mobilemenu-phone-num {
    font-size: 20px;
    /* font-family: 'Montserrat','sans-serif'; */
    font-weight: 700;
    /* position: absolute; */
    /* top: 37px; */
    /* left: 30px; */
    color: #ffb600;
    text-align: center;
    margin: 10px;
    display: block;
}
.mobilemenu-quote-btn {
    padding: 15px 30px;
    border-bottom: 3px solid rgba(0,0,0,0.3);
    background: #ffb600;
    font-family:'Raleway', 'sans-serif';
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 50px 0;
    display: inline-block;
}
.mobilemenu-quote {
    position: relative;
    display: block;
    text-align: center;
}

/**
 * Main wrapper
 */
.nt-mm1-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%;
    font-size: 1em;
    font-weight: 400;
    overflow: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
    background-size: cover;
    background-position: center top;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
}
.nt-mm1-show-menu {
    background: #fff;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
}
.mobile-logo-opened-menu.nt-mobile-logo {
    top: 55px;
    left: 10px;
    display: inline-block;
}
.mobile-menu {
    margin: 75px 30px 80px 30px;
    padding: 0;
    position: relative;
    top: 70px;
}
.mobile-menu li > a {
    color: #000;
    font-size: 14px;
    position: relative;
    font-family: 'Raleway', 'sans-serif';
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.mobile-menu .menu-item-has-children {
    position: relative;
}
.mobile-menu .menu-item-has-children .sub-menu {
    display: none;
    padding-top: 10px;
}


/**
 * Submenu arrow
 */
.dropdown-menu-ul .nt-responsive-toggle-subarrow {
    display: block;
    color: #999999;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 7px 20px 10px 20px;
    z-index: 10;
    font-size: 22px;
}
.mobile-menu li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
}
.mobile-menu li span i {
    width: 10px;
    font-size: 16px;
    height: auto;
    color: #000;
    padding: 0;
    margin: 0 0 0 0;
    fill: #8C9093;
    vertical-align: middle;
}
.mobile-menu li span.nt-mm1-submenu-active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.nt-mm1-chevron i {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 10px;
}
.nt-mm1-chevron i:hover {
    opacity: 1;
}


/**
 * Submenu
 */
.dropdown-menu-ul .sub-menu {
    transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropdown-menu-ul .sub-menu li {
    font-size: 12px;
}
.dropdown-menu-ul .sub-menu li:first-child {
    padding-top: 20px;
}
.dropdown-menu-ul li {
    padding: 10px 0 10px 18px;
}
.nt-mm1-social {
    position: absolute;
    top: 22px;
    padding: 15px;
}
.nt-mm1-social-icon i {
    color: #000;
    font-size: 22px;
    padding: 0 15px;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.nt-mm1-social-icon i:hover {
    cursor: pointer;
}

/* phone number */
.nt-mm1-phone-number {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

/* menu */
.mobile-menu li {
    list-style: none;
    padding: 7px;
}

/* hide the menu for mobile  */
@media screen and (max-width: 1000px) {
    .header-wrapper {
        display: none;
    }
}


/*--------------------------------------------------------------
# BlogPage
--------------------------------------------------------------*/

.blogpage-thumbnail img {
    height: auto;
    max-width: 100%;
    display: block;
}
.blogpage-thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient( rgba(0,0,0,0.9), rgba(0,0,0,0) );
    transform: translateY(-150px);
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -ms-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
}
.blogpage-figure:hover .blogpage-thumbnail:after {
    transform: translateY(0);
    background: linear-gradient( rgba(0,0,0,0.9), rgba(0,0,0,0) );
}
.blogpage-figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.blogpage-figure figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.blogpage-figure figcaption .blogpage-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.blogpage-featured-topinfo {
    position: absolute;
    top: 20px;
    left: 10px;
}
/* if theres no thumbnail */
.blogpage-title-noimg {
    margin: 0;
    padding: 30px 20px 0 20px;
    letter-spacing: -0.8px;
    font-size: 30px;
}


/*--------------------------------------------------------------
# BlogPost
--------------------------------------------------------------*/

.blogpost-thumbnail img {
    height: auto;
    max-width: 100%;
    display: block;
}


/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/

/**
 * Right Sidebar
 */
@media screen and (min-width: 1000px) {
    .right-sidebar .sidebar {
        width: 30%;
        float: right;
        padding-left: 20px;
    }
}
@media screen and (min-width: 1000px) {
    .right-sidebar .content-area {
        width: 70%;
        float: left;
        padding-right: 20px;
    }
}


/**
 * Left Sidebar
 */
@media screen and (min-width: 790px) {
    .left-sidebar .sidebar {
        width: 30%;
        float: left;
        padding-right: 20px;
    }
}
@media screen and (min-width: 790px) {
    .left-sidebar .content-area {
        width: 70%;
        float: right;
        padding-left: 20px;
    }
}


/*--------------------------------------------------------------
# Default WordPress Widgets
--------------------------------------------------------------*/

/**
 * Widgets in footer
 */

.main-footer {
    background: #333;
    padding: 100px 0;
}

/**
 * Widgets in footer
 */

/* footer */
.footer .widget_recent_comments,
.footer .widget.widget_archive,
.footer .widget.widget_categories,
.footer .widget.widget_meta,
.footer .widget.widget_pages,
.footer .widget.widget_recent_comments,
.footer .widget.widget_calendar {
    background: transparent;
    padding: 0;
}
.footer .widget_recent_comments ul,
.footer .widget.widget_archive ul,
.footer .widget.widget_categories ul,
.footer .widget.widget_meta ul,
.footer .widget.widget_pages ul,
.footer .widget.widget_recent_comments ul,
.footer .widget.widget_calendar ul {
    margin: 0;
    padding: 0;
}
/* Recent comments */
.footer .widget.widget_recent_comments ul li {
    border-top: 0;
}

/* Menu */
.footer .widget.widget_nav_menu ul li .sub-menu {
    margin: -2px 10px 0 12px;
}
.footer .widget.widget_nav_menu ul li .sub-menu li .sub-menu {
    margin: 10px 0 0 7px;
}
.footer .widget.widget_nav_menu ul li .sub-menu li {
    margin: 0 0 2px;
}


/**
 * Widget global
 */
.sidebar .widget_title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 25px 0;
}
.sidebar .widget {
    margin-bottom: 30px;
}
@media screen and (max-width: 765px) {
    .main-footer .widget_title {
        margin-top: 20px;
    }
}



/**
 * Widget Categories
 */
.widget.widget_categories {
    background: #111;
    padding: 30px;
}
.widget.widget_categories ul {
    margin: 0;
    padding: 0;
}
.widget.widget_categories ul li {
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.widget.widget_categories ul li a {
    display: inline-block;
    padding: 12px 0;
    color: rgba(255,255,255,0.8);
    border-left: 5px solid transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_categories ul li a:hover {
    text-decoration: none;
    color: #fff;
}
/* children */
.widget.widget_categories ul li .children {
    margin: -2px 0 25px 35px;
    padding: 0;
}
.widget.widget_categories ul li .children li {
    margin: 0 0 12px;
    border: 0;
    position: relative;
}
.widget.widget_categories ul li .children li:before {
    content: '-';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
}
.widget.widget_categories ul li .children li a {
    border: none;
    padding: 0;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', 'serif';
}
.widget.widget_categories ul li .children li a:hover {
    color: #6c98e1;
}
/* children children */
.widget.widget_categories ul li .children li .children {
    margin: 10px 0 5px 25px;
}


/**
 * Widget Pages
 */
.widget.widget_pages {
    background: #111;
    padding: 30px;
}
.widget.widget_pages ul {
    margin: 0;
    padding: 0;
}
.widget.widget_pages ul li {
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.widget.widget_pages ul li a {
    padding: 12px 0;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_pages ul li a:hover {
    text-decoration: none;
}
/* children */
.widget.widget_pages ul li .children {
    margin: -2px 10px 25px 35px;
    padding: 0;
}
.widget.widget_pages ul li .children li {
    margin: 0 0 12px;
    border: 0;
    position: relative;
}
.widget.widget_pages ul li .children li:before {
    content: '-';
    color: #fff;
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
}
.widget.widget_pages ul li .children li a {
    border: none;
    padding: 0;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', 'serif';
}
.widget.widget_pages ul li .children li a:hover {
    color: #6c98e1;
}
/* children children */
.widget.widget_pages ul li .children li .children {
    margin: 10px 0 5px 25px;
}

/**
 * Widget Recent Posts
 */
.widget.widget_recent_entries {
    background: #111;
    padding: 30px;
}
.widget.widget_recent_entries ul {
    margin: 0;
    padding: 0;
}
.widget.widget_recent_entries ul li {
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.widget.widget_recent_entries ul li a {
    display: block;
    color: #fff;
    padding: 12px 0;
}
.widget.widget_recent_entries .post-date {
    font-size: 12px;
    padding-bottom: 12px;
    display: block;
}


/**
 * Text Widget
 */
.widget.widget_text {
    background: #111;
    padding: 30px;
}
.widget.widget_text img {
    max-width: 100%;
    height: auto;
}
.widget.widget_text p {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
}



/**
 * Widget Nav Menu
 */
.widget.widget_nav_menu {
    background: #111;
    padding: 30px;
}
.widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
.widget.widget_nav_menu ul li {
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.widget.widget_nav_menu ul li a {
    color: #fff;
    padding: 12px 0;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_nav_menu ul li a:hover {
    text-decoration: none;
}
/* children */
.widget.widget_nav_menu ul li .sub-menu {
    margin: -2px 10px 25px 35px;
    padding: 0;
}
.widget.widget_nav_menu ul li .sub-menu li {
    margin: 0 0 12px;
    border: 0;
    position: relative;
}
.widget.widget_nav_menu ul li .sub-menu li:before {
    content: '-';
    color: #fff;
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
}
.widget.widget_nav_menu ul li .sub-menu li a {
    border: none;
    padding: 0;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', 'serif';
}
.widget.widget_nav_menu ul li .sub-menu li a:hover {
    color: #6c98e1;
}
/* children children */
.widget.widget_nav_menu ul li .sub-menu li .sub-menu {
    margin: 10px 0 5px 15px;
}

.wpb-js-composer .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a {
	border-color: #5fc7ae;
	background-color: #5fc7ae;
	color: #fff;
	font-weight: bold;
}

/*--------------------------------------------------------------
# Default Footer WordPress Widgets
--------------------------------------------------------------*/
.footer .widget_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding-bottom: 25px;
  padding-top: 25px;
}
.widget.widget_nav_menu ul li {
    border-top: 0;
    display: block;
}
.footer .widget.widget_nav_menu {
    background: transparent;
    padding: 0;
}
.footer .widget.widget_nav_menu ul li a {
    color: rgba(255,255,255,0.8);
    padding: 8px 0;
    font-size: 13px;
    width: 100%;
}
.footer .widget.widget_nav_menu ul li a:hover {
    color: #fff;
}

/* Text widget */
.footer .widget.widget_text {
    background: transparent;
    padding: 0;
}

/* text widget */
.footer .widget.widget_text {
    font-size: 13px;
    line-height: 23px;
    color: #999;
}

/* Remove border tops */
.footer .widget.widget_categories ul li,
.footer .widget.widget_pages ul li {
    border-top: 0;
}


/*--------------------------------------------------------------
# Footer Copyright
--------------------------------------------------------------*/
.copyright {
    background: #fff;
    padding: 10px 0;
}
.copyright-row {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}
.copyright-text {
    float: left;
    color: rgba(0,0,0,0.7);
    font-size: 13px;
    margin-top: 3px;
}
.copyright-text a {
    color: #111;
}
.copyright-social {
    float: right;
    margin-top: 3px;
}
.copyright-social i {
    padding: 0 20px;
    font-size: 16px;
    color: #111;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.copyright-social i:hover {
    color: #ffb600;
}
@media screen and (max-width: 765px) {
    .copyright-text {
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .copyright-social {
        text-align: center;
        display: inline-block;
        width: 100%;
        padding-top: 20px;
    }
    .top-footer {
        position: relative;
        top: 1px;
    }
}


/*--------------------------------------------------------------
# Input, Textarea, Dropdown, Forms
--------------------------------------------------------------*/


/**
 * Input, Textarea, Labels
 */

label {
    font-family: 'Raleway', 'sans-serif';
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #777;
    display: inline-block;
    padding: 5px 0;
}
input[type="checkbox"],input[type="radio"] {
    height: 14px !important;
    width: inherit !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input, textarea,
.form-control {
    font-size: 13px;
    line-height: 18px;
    color: #222222;
    background: #eceff3;
    border: 2px solid transparent;
    outline: none;
    padding: 16px 20px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    height: 50px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
input:active, textarea:active, .form-control:active,
input:focus, textarea:focus, .form-control:focus {
    background: #fff;
    border: 2px solid #ffb600;
}

/* Send button */
input[type="submit"] {
    background: #ffb600;
    color: #fff;
    width: auto;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    padding: 14px 30px 25px;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.1px;
}
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
    opacity: 0.8;
}

/* VC Helpers */
.vc_half_stretch {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.vc_half_stretch .wpb_content_element {
    margin-bottom: 0;
}
@media screen and (max-width: 600px) {
    .vc_half_stretch .vc_column-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .vc_half_stretch.vc_google_maps .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media screen and (max-width: 765px) {
    .mobile_no_negative_margin .vc_column-inner {
        margin-top: 0 !important;
    }
}
.fancy_heading_top {
    margin: 0;
    padding: 0;
}
.fancy_heading_bottom {
    margin: 5px 0 30px;
}
@media screen and (max-width: 765px) {
    .fancy_heading_top {
        font-size: 20px !important;
    }
    .fancy_heading_bottom {
        font-size: 30px !important;
    }
}
.relative {
    position: relative;
}

/* Dark Overlay */
.row.dark_bg_overlay.vc_parallax .vc_parallax-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}
.row.dark_bg_overlay {
    position: relative;
}
.row.dark_bg_overlay:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    display: block;
}

/* dark overlay flat */
.row.dark_bg_overlay_flat.vc_parallax .vc_parallax-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(10, 10, 10, 0.8);
}
.row.dark_bg_overlay_flat {
    position: relative;
}
.row.dark_bg_overlay_flat:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(10, 10, 10, 0.8);
    display: block;
}

/* Light Overlay */
.row.light_bg_overlay.vc_parallax .vc_parallax-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.25);
}
.row.light_bg_overlay {
    position: relative;
}
.row.light_bg_overlay:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.25);
    display: block;
}

/* Fixed rows */
.row.fixed_background {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.fullscreen_background {
    height: 100vh;
}

/* row default bg */
.row {
    background-position: center center;
    background-size: cover;
}

/* General helpers */
@media screen and (min-width: 550px) {
    .br_for_mobile {
        display: none;
    }
}
@media screen and (max-width: 765px) {
    .large_custom_heading_mobile {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}
@media screen and (max-width: 780px) {
    .revslide_desc {
        text-align: center !important;
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

/**
 * Breadcrumbs
 */
.breadcrumbs {
    font-size: 10px;
    opacity: 0.85;
    text-transform: uppercase;
    font-family: 'Raleway', 'sans-serif';
}
.breadcrumbs span {
    padding: 0 10px;
    line-height: 20px;
    color: #fff;
}
.breadcrumbs i {
    color: #fff;
    opacity: 0.65;
    font-size: 9px;
}
.breadcrumbs span:first-child {
    padding-left: 0;
}
.breadcrumbs span:last-child,
.breadcrumbs span span {
    padding-right: 0;
}
body.breadcrumbs_dark .breadcrumbs span,
body.breadcrumbs_dark .breadcrumbs {
    color: #111;
}

/*
*
* Parallax Background
*
*/

.nt_pageheader_parallax {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.nt-parallax-bg {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.nt-parallax-bg.not-mobile {
    background-attachment: fixed
}
.nt-parallax-bg.is-mobile {
    background-position: 50% 50% !important
}
.nt-pageheader-container .container {
    position: relative;
    z-index: 10;
}
/*
*
* Parallax Background Overlay
*
*/

.nt_parallax_overlay_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    width: 100%;
}
.nt_parallax_color_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0.65;
}

/**
 *  Custom page header
 */
.page-header-inner {
    position: relative;
}
.page-title {
    font-size: 80px;
    letter-spacing: -1px;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    margin: 0 0 0 -5px;
}
@media screen and (max-width: 765px) {
    .page-title {
        font-size: 40px;
        letter-spacing: -0.5px;
    }
}

/**
 * 404 Page
 */
.error-page-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 120px;
    text-transform: uppercase;
    letter-spacing: -9px;
    margin: 0;
    padding-top: 30px;
    text-align: center;
}
.error-page-subheading {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -2px;
    text-align: center;
}
.error-page-text {
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
}
.error-buttons {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 780px) {
    .error-page-heading {
        font-size: 60px;
        letter-spacing: -4.5px;
    }
    .error-page-subheading {
        font-size: 30px;
        letter-spacing: -1.5px;
    }
}

/**
 * Default Page Title
 */
.default-page-title {
    padding: 30px 0 50px;
    background: #eee;
}
.default-page-title h1 {
    font-size: 35px;
}
.default-page-title .breadcrumbs span {
    color: #111;
}


/*--------------------------------------------------------------
# START VC FILE
--------------------------------------------------------------*/

/**
 * Custom Heading
 */
.kovkaplitka-custom-heading {
    line-height: 100%;
}
@media screen and (max-width: 780px) {
    .kovkaplitka-custom-heading {
        text-align: center !important;
    }
}

/**
 * Featured Box - Style 1
 */
.featured-box {
    position: relative;
    z-index: 99;
}
.featured-box img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 765px) {
    .featured-box img {
        width: 100%;
    }
}
.featured-box-title {
    padding-top: 20px;
    font-family: 'Raleway', 'sans-serif';
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.7px;
    color: #222;
}
.featured-box-text {
    padding: 20px 0;
    font-size: 13px;
    line-height: 23px;
}
.featured-box-link a {
    font-family: 'Raleway', 'sans-serif';
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #333;
}
.featured-box-link a:hover {
    opacity: 0.8;
}
.featured-box-link i {
    font-size: 8px;
    padding-left: 10px;
}
/* overlay */
.featured-box-image {
    position: relative;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.featured-box-image::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.featured-box-image:hover::after {
    background: rgba( 255,255,255,0.1 );
}
/* caption */
.featured-box-figure {
    position: relative;
    padding: 0;
    margin: 0;
}
.featured-box-figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
}
.featured-box-figure figcaption i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 15px;
    color: #fff;
}
/* video icon */
.icon-video-link {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 50px;
    padding: 11px 13px;
    width: 40px;
    height: 40px;
    z-index: 999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.icon-video-link:hover {
    background: rgba(0,0,0,0.2);
    color: #fff;
}

/**
 * VC - Icon Box
 */

.icon-box-icon {
    opacity: 1;
    color: #fff;
    background: #333;
    padding: 10px;
    display: inline-block;
    text-align: center;
    height: 70px;
    width: 70px;
    position: relative;
    top: 0;
    border: 2px solid transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.icon-box-icon:hover {
    opacity: 0.9
}
.icon-box i {
    display: block;
    font-size: 35px;
}
.icon-box-title {
    padding-top: 20px;
    font-family: 'Raleway', 'sans-serif';
    text-transform: capitalize;
    font-weight: 400;
    color: #222;
    font-size: 16px;
    letter-spacing: -0.3px;
}
.icon-box-text {
    padding: 20px 0;
    font-size: 13px;
    line-height: 23px;
}


/* Icon box size */
.icon-box.small .icon-box-icon {
    width: 50px;
    height: 50px;
}
.icon-box.small .icon-box-icon i {
    font-size: 25px;
}

.icon-box.large .icon-box-icon {
    width: 90px;
    height: 90px;
}
.icon-box.large .icon-box-icon i {
    font-size: 45px;
}


/* Icon box radius */
.icon-box.rounded .icon-box-icon {
    border-radius: 100px;
}


/* Icon box center align */
.icon-box.center-align {
    text-align: center;
}

/* Icon box, icon on left */
.icon-box.icon-left .icon-box-icon {
    margin-right: 20px;
    float: left;
}
.icon-box.icon-left .icon-box-title {
    padding-top: 0;
}
.icon-box.icon-left .icon-box-text {
    overflow: hidden;
}

/* Icon box background disabled */
.icon-box.bg-disabled .icon-box-icon {
    background: transparent;
    border: 5px solid #eee;
}
.icon-box.bg-disabled .icon-box-icon i {
    color: #111;
}


/**
 * VC - Number CountUp
 */
.number-countup .number-countup-value {
    font-size: 40px;
    font-weight: 700;
    color: #111;
    font-family: 'Montserrat', 'sans-serif';
}
.number-countup .number-countup-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #111;
    text-transform: uppercase;
    font-family: 'Raleway', 'sans-serif';
}
@media screen and (max-width: 780px) {
    .number-countup-title {
        padding-bottom: 35px;
    }
}


/**
 * VC - Custom Button
 */

/* global */
.custom-button {
    display: inline-block;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.custom-button:hover {
    cursor: pointer;
}
.custom-button a,
.custom-button i {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/* corners */
.custom-button.corners_round {
    border-radius: 50px;
}
.custom-button.corners_rounded {
    border-radius: 5px;
}
.custom-button.corners_square {
    border-radius: 0;
}

/* size */
.custom-button.size_small {
    padding: 10px 25px;
    font-size: 12px;
}
.custom-button.size_small a {
    position: relative;
    top: 1px;
}
.custom-button.size_small i {
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}
/* medium */
.custom-button.size_medium {
    padding: 15px 40px;
    font-size: 14px;
}
.custom-button.size_medium a {
    position: relative;
    top: 1px;
}
.custom-button.size_medium i {
    font-size: 15px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}
/* large */
.custom-button.size_large {
    font-size: 16px;
    padding: 22px 55px;
}
.custom-button.size_large i {
    font-size: 17px;
    margin-left: 10px;
}

/* alignment */
.custom-button-wrapper.alignment_left {
    display: inline-block;
}
.custom-button-wrapper.alignment_center {
    margin: 0 auto;
    text-align: center;
}
.custom-button-wrapper.alignment_right {
    float: right;
}


/**
 * VC - Services Grid
 */
.services-grid-thumbnail img {
    max-width: 100%;
    height: auto;
}
.service-figure {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.service-figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.service-figure figcaption .services-grid-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.service-figure:hover .services-grid-title {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
.service-figure figcaption .services-grid-title a {
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway', 'sans-serif';
    text-transform: uppercase;
    font-weight: 900;
}
.service-figure figcaption .services-grid-link a {
    color: rgba(255,255,255,0.8);
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.service-figure figcaption .services-grid-link a:hover {
    color: #fff;
}

.services-grid-link i {
    font-size: 8px;
    padding-left: 10px;
    color: #fff;
    position: relative;
    bottom: 1px;
}

/* grid link */
.service-figure .services-grid-link {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

/* hover effect */
.service-figure figcaption::before,
.service-figure .services-grid-link {
    text-align: center;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

/* hover overlay */
.service-figure figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
/* hover overlay and grid link */
.service-figure:hover figcaption::before ,
.service-figure:hover .services-grid-link {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Img overlay */
.services-grid-thumbnail:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0,0,0,0.55) 15px, transparent);
}
/* excerpt */
.services-grid-excerpt {
  display: block;
  font-size: 13px;
  line-height: 23px;
  min-height: 170px;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 765px) {
    .services-grid-excerpt {
        padding-bottom: 30px;
    }
}


/**
 * VC - Services Carousel
 */
.services-carousel-wrapper {
    position: relative;
}
.slick-initialized .slick-slide {
    padding: 0 20px;
}
.slick-track {
    display: inline-block;
}
.services-carousel-thumbnail img {
    max-width: 100%;
    height: auto;
}
.service-carousel-figure {
    padding: 0;
    margin: 0;
    position: relative;
}
.service-carousel-figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.service-carousel-figure figcaption .services-carousel-title {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    font-family: 'Raleway', 'sans-serif';
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.7px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.service-carousel-figure figcaption .services-carousel-title {
    color: #fff;
}
.service-carousel-figure figcaption .services-carousel-link a {
    color: rgba(255,255,255,0.8);
}
.service-carousel-figure figcaption .services-carousel-link {
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s, transform 0.5s;
    -moz-transition: opacity 0.2s, transform 0.5s;
    -ms-transition: opacity 0.2s, transform 0.5s;
    -o-transition: opacity 0.2s, transform 0.5s;
    transition: opacity 0.2s, transform 0.5s;
}
.services-carousel-link i {
    font-size: 8px;
    padding-left: 10px;
    color: #fff;
    position: relative;
    bottom: 1px;
}
/* hover effect */
.service-carousel-figure figcaption:hover .services-carousel-title {
    padding-bottom: 40px;
}
.service-carousel-figure figcaption:hover .services-carousel-link {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    -moz-transform: translate3d(0,-20px,0);
    -ms-transform: translate3d(0,-20px,0);
    -o-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
/* Img overlay */
.services-carousel-thumbnail:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0,0,0,0.55) 15px, transparent);
}
/* excerpt */
.services-carousel-excerpt {
    padding-top: 20px;
    font-size: 13px;
    line-height: 23px;
}
@media screen and (max-width: 765px) {
    .services-carousel-excerpt {
        padding-bottom: 30px;
    }
}




/**
 * VC - Testimonials
 */

/**
 * VC - Testimonials Carousel
 */
.testimonials-carousel-wrapper {
    position: relative;
}
.testimonial-img img {
    max-width: 125px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 45px;
    border: 3px solid #eee;
    padding: 3px;
    z-index: 9;
    display: block;
}
.testimonial-inner {
    border-top: 1px solid #eee;
    padding: 30px;
    margin-bottom: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s linear, box-shadow 0.2s linear;
}
.testimonial-inner:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.testimonial-inner:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
    color: #ffb600;
}
.testimonial-name {
    text-align: center;
    margin-top: 40px;
    font-family: 'Raleway', 'sans-serif';
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #222;
}
.testimonial-company {
    text-align: center;
    font-family: 'Raleway', 'sans-serif';
    text-transform: uppercase;
}
.testimonial-excerpt {
    font-size: 13px;
    line-height: 26px;
    margin: 25px 0;
    text-align: center;
}
.testimonial-excerpt p {
    color: #777;
}
.slick-initialized .testimonial-carousel-item.slick-slide {
    padding: 0 60px;
}
@media screen and (max-width: 1000px) {
    .slick-initialized .testimonial-carousel-item.slick-slide {
        padding: 20px;
    }
}

/**
 * VC - Google Maps
 */

/* Lock icons */
.lock-button-gmaps i {
    font-size: 20px;
    position: relative;
    left: 10px;
}


/**
 * Staff Member
 */
.staff-img img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.staff-name {
    font-family: 'Raleway', 'sans-serif';
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    display: block;
    padding: 20px 0;
}
.staff-member {
    margin-bottom: 40px;
    background: #fff;
    min-height: 360px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: transform 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, box-shadow 0.2s linear;
    -ms-transition: transform 0.2s linear, box-shadow 0.2s linear;
    -o-transition: transform 0.2s linear, box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
}
.staff-member:hover {
    -webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 17px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 17px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.staff-excerpt {
    padding: 20px 30px 30px;
}
.staff-excerpt p {
    text-align: center;
    font-size: 13px;
}
.staff-position, .staff-department {
    text-align: center;
    font-size: 12px;
    font-family: 'Raleway', 'sans-serif';
    text-transform: uppercase;
}
.staff-department {
    padding-bottom: 25px;
}


/**
 * VC - Portfolio Grid
 */
.project {
    margin-bottom: 30px;
}
.project-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.projects .col-sm-6 {
    padding: 10px !important;
}

/* The Design */
figure.projects-figure {
    position: relative;
    padding: 0;
    margin: 0;
}

figure.projects-figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    z-index: 1;
}

figure.projects-figure figcaption .project-title {
    font-size: 18px;
    font-family: 'Raleway', 'sans-serif';
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    padding-bottom: 15px;
    display: block;
    overflow: hidden;
}

/* categories */
figure.projects-figure .project-category a, figure.projects-figure .project-category {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    -webkit-transition: colors 0.25s;
    -moz-transition: colors 0.25s;
    -ms-transition: colors 0.25s;
    -o-transition: colors 0.25s;
    transition: colors 0.25s;
}
figure.projects-figure .project-category a:hover {
    color: #fff;
}
figure.projects-figure .project-category {
    opacity: 0;
    padding-top: 13px;
    position: absolute;
    bottom: 20px;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
figure.projects-figure:hover .project-category {
    opacity: 1;
}
/* the overlay */
figure.projects-figure:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0,0,0,0.2);
}
figure.projects-figure .project-img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    overflow: hidden;
}
figure.projects-figure:hover .project-img:after {
    opacity: 1;
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 15px, transparent);
}
figure.projects-figure img {
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    -moz-transform: translate3d(-10px,0,0);
    -ms-transform: translate3d(-10px,0,0);
    -o-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    backface-visibility: hidden;
    width: calc(100% + 20px);
    max-width: none;
}
figure.projects-figure:hover img {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.projects-figure {
    overflow: hidden;
    margin: 10px 1%;
}


/**
 * VC - Portfolio Filter with Isotope
 */
.portfolioFilter {
    max-width: 1140px;
    margin: 0 auto 50px;
}
.portfolioFilter a {
    margin-right: 10px;
    color:#666;
    text-decoration:none;
    font-family: 'Raleway', 'sans-serif';
    text-transform: uppercase;
    font-size: 12px;
}

.portfolioFilter a.current {
    font-weight:bold;
}
@media screen and (max-width: 780px) {
    .portfolioFilter a {
        width: 100%;
    }
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* The Image */
.project-filter-img img {
    width: 100%;
    height: auto;
}

/* Spacing & set responsive layout */
.project-in-filter {
    padding: 15px;
    width: 33%;
    height: auto;
}
@media screen and (max-width: 1000px) {
    .project-in-filter {
        width: 50% !important;
    }
}
@media screen and (max-width: 600px) {
    .project-in-filter {
        width: 100% !important;
    }
    .staff-member .buttons{
        display:block !important;
    }    
}


/* The Design */
figure.projects-filter-figure {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

figure.projects-filter-figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    z-index: 1;
}

figure.projects-filter-figure figcaption .project-filter-title {
    font-size: 18px;
    font-family: 'Raleway', 'serif';
    text-transform: uppercase;
    font-weight: 900 !important;
    letter-spacing: -0.5px;
    color: #fff;
    position: absolute;
    bottom: 25px;
    padding-bottom: 15px;
    display: block;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
figure.projects-filter-figure:hover .project-filter-title {
    transform: scale(0.9) translateY( 10px ) translateX( -5px );
}
figure.projects-filter-figure figcaption:after {
    background: rgba(0,0,0,0.5);
    opacity: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
figure.projects-filter-figure:hover figcaption:after {
    opacity: 1;
}

/* overlay */

/* The filter */
.portfolioFilter {
    width: 100%;
    border-bottom: 5px solid #0e0e0e;
}
.portfolioFilter a {
    color: #0e0e0e;
    padding: 20px;
    display: inline-block;
}
.portfolioFilter a:first-child {
    padding: 20px 40px 20px 40px;
    background: #0e0e0e;
    border-top: 3px solid rgba(0,0,0,0.2);
    color: #fff;
}

/**
 * Contact Box
 */
.contactbox-image {
    display: inline-block;
    width: 30%;
}
.contactbox-image img {
    width: 100%;
    height: auto;
}
.contactbox-inner {
    float: right;
    width: 70%;
    padding: 0 10px;
}
.contactbox-name {
    font-family: 'Raleway','sans-serif';
    font-size: 18px;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #222;
}
.contactbox-position, .contactbox-number, .contactbox-email {
    line-height: 20px;
}
.contactbox-excerpt {
    padding: 20px 0;
    font-size: 13px;
    line-height: 23px;
}

/* Responsive */
@media screen and (max-width: 500px) {
    .contactbox-image, .contactbox-inner {
        width: 100%;
    }
    .contactbox-name {
        padding-top: 20px;
    }
    .contactbox-email {
        padding-bottom: 50px;
    }
}


/**
 * Viewport stuff
 */
.animation_hidden {
    opacity: 0;
}
.animation_visible {
    opacity: 1;
}


/**
 * Blog Carousel
 */
.blog-carousel-wrapper {
    position: relative;
}
.blog-carousel-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.blog-carousel-figure {
    position: relative;
    margin: 0;
    padding: 0;
}
.blog-carousel-figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.blog-carousel-figure .blog-carousel-figcaption {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-family: 'Montserrat', 'serif';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.blog-carousel-figure .blog-carousel-categories {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-family: 'Raleway', 'sans-serif';
    text-transform: capitalize;
    font-size: 12px;
}
.blog-carousel-categories a {
    color: rgba(255,255,255,0.7);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.blog-carousel-categories a:hover {
    color: #fff;
}
/* overlay */
.blog-carousel-figure:after {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: linear-gradient(360deg, rgba(0,0,0,0.75) 15px, transparent);
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -ms-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.blog-carousel-figure:hover:after {
    opacity: 0.5;
}
.blog-carousel-title {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0;
    font-weight: 400;
    letter-spacing: -0.7px;
    font-family:'Raleway', 'sans-serif';
    color: #333;
    display: inline-block;
}
.blog-carousel-excerpt {
    font-size: 13px;
}
.blog-carousel-readmore {

}

.blog-carousel-title {
  bottom: 20px;
  color: #fff;
  padding: 15px;
  position: absolute;
}
/**
 * Blog Grid
 */
.tag-sticky-2 {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}
.blog-grid-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
@media screen and (max-width: 780px) {
    .blog-grid-img {
        margin-top: 40px;
    }
.slideout_content {
	width: 100%;
}    
.slideout_inner_content {
	padding: 25px 20px;
}  
 .slideout_heading {
	margin-top: 20px;
}   
}

.blog-grid-figure {
    position: relative;
    margin: 0;
    padding: 0;
}
.blog-grid-figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.blog-grid-figure .blog-grid-figcaption {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-family: 'Raleway', 'serif';
    text-transform: uppercase;
    font-weight: 800 !important;
    font-size: 13px;
}
.blog-grid-figure .blog-grid-categories {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-family: 'Raleway', 'serif';
    text-transform: capitalize;
    font-weight: 800;
    font-size: 12px;
}
.blog-grid-figure .blog-grid-categories a {
    color: rgba(255,255,255,0.7);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.blog-grid-figure .blog-grid-categories a:hover {
    color: #fff;
}
/* overlay */
.blog-grid-figure:after {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0.75) 15px, transparent);
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -ms-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.blog-grid-figure:hover:after {
    opacity: 0.8;
}
.blog-grid-title {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
    color: #777;
    display: inline-block;
    font-family: 'Raleway', 'sans-serif';
}
.blog-grid-bottom {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.blog-grid-excerpt p {
    font-size: 13px;
    line-height: 23px;
    color: #555;
}
.blog-grid-readmore {
    font-family: 'Raleway', 'sans-serif';
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #222;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}


/**
 * VC Video Popup
 */
.play-button-outer {
    margin: 50px auto;
    width: 75px;
    height: 75px;
    border: 4px solid rgba(255,255,255,.5);
    border-radius: 100px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.play-button {
    margin: 0 auto;
    top: 24px;
    left: 3px;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
    opacity: .5;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.play-button-outer:hover {
    border-color: rgba(255,255,255,0.8);
}

.play-button-outer:hover .play-button {
    opacity: 1;
}
.wpb_text_column{    text-align: justify;}
.wpb_text_column strong {    font-weight: bold;}
.row-no-padding .col-sm-12 {
  padding: 0;
}
.wpb_heading.wpb_gallery_heading {
  margin-top: 0;
}
.wpb_gallery_slidesslick_slider_2.slider_main{
    margin: 0 0 40px 0;
}

.wpb_gallery_slides_navslick_slider_2.slider_nav .slick-slide{
    margin: 0 5px;
}

.wpb_gallery_slides_navslick_slider_2.slider_nav .slick-slide img{
    cursor: pointer;
}

.wpb_gallery_slides_navslick_slider_2.slider_nav .slick-slide-wr{
    position: relative;
}

.wpb_gallery_slides_navslick_slider_2.slider_nav .stm-slick-active .slick-slide-wr:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.wpb_gallery_slides_navslick_slider_2.slider_nav{
    margin: 0 -5px;
}

.wpb_gallery_slidesslick_slider_2.slider_main .slick_next{
    right: 20px;
    top: auto;
    margin: 0;
    bottom: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.wpb_gallery_slidesslick_slider_2.slider_main .slick_prev{
    left: auto;
    right: 75px;
    top: auto;
    bottom: 20px;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.wpb_gallery_slidesslick_slider_2.slider_main:hover .slick_prev,
.wpb_gallery_slidesslick_slider_2.slider_main:hover .slick_next
{
    opacity: 0.5;

}

.wpb_gallery_slidesslick_slider_2.slider_main:hover .slick_prev:hover,
.wpb_gallery_slidesslick_slider_2.slider_main:hover .slick_next:hover{
    opacity: 1;
    transition: none;
}

.wpb_gallery_slidesslick_slider_2.slider_main .image_title{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.35);
    width: 100%;
    padding: 30px 200px 30px 28px;
    font-size: 16px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.wpb_gallery_slidesslick_slider_2.slider_main:hover .image_title{
    opacity: 1;
}

.wpb_gallery_slidesslick_slider_2.slider_main .slider_info{
    position: absolute;
    right: 138px;
    bottom: 31px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.wpb_gallery_slidesslick_slider_2.slider_main:hover .slider_info{
    opacity: 1;
}

.wpb_gallery_slidesslick_slider_2.slider_main .slider_info span{
    color: #5fc7ae;
}

.wpb_gallery_slidesslick_slider_2.slider_main .slider_info em{
    font-style: normal;
}
.slick_prev,
.slick_next {
    width: 37px;
    height: 39px;
    z-index: 10000;
    border: 3px solid #fff;
    opacity: 0.5;
    top: 50%;
    margin-top: -22px;
    position: absolute;
    font-size: 22px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    box-sizing: content-box;
    transition: border 0.2s linear, background 0.2s linear, color 0.2s linear, opacity 0.2s linear;
}

.slick_prev {
    left: -92px;
    padding-right: 2px !important;
}

.slick_next {
    right: -92px;
    padding-left: 2px !important;
}

body.boxed_layout .slick_prev{
    left: -51px;
}

body.boxed_layout .slick_next{
    right: -51px;
}

.slick_prev:hover,
.slick_next:hover{
    border-color: #5fc7ae !important;
    background: #5fc7ae;
    opacity: 1;
}

.slick_prev i, .slick_next i{
    margin-top: 9px;
}

.slick-dots{
    position: relative;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
    height: 8px;
}

.slick-dots:after{
    content: '';
    clear: both;
    display: table;
}

.slick-dots li{
    float: left;
    margin: 0 10px 0 0;
}

.multiple_project .slick-dots li{
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.slick-dots li.slick-active button{
    background: #dac725;
}

.slick-dots li button{
    display: block;
    border: none;
    text-indent: -3000px;
    width: 10px;
    height: 8px;
    background: #cccccc;
    outline: none;
    padding: 0;
    margin: 0;
}
.slick-initialized .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}
.projects_tabs{
    position: relative;
}

.projects_tabs.full_width .projects_tabs_header, .projects_tabs.full_width{
    margin-left: -3000px;
    margin-right: -3000px;
    padding-right: 3000px;
    padding-left: 3000px;
}

.projects_carousel{
    position: relative;
    display: none !important;

}

.no_padding .projects_carousel{
    margin-left: -12px;
    margin-right: -12px;
}

.slick-initialized .slick-slide img {
    display: block;
    height: auto;
    width: 100%;
}

.projects_carousel.active{
    display: block !important;
}

.projects_carousel .project img{
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.projects_carousel .project{
    position: relative;
}

.projects_carousel.multiple_project .project{
    padding: 0 12px;
}

.projects_carousel .project .project_wr{
    position: relative;
}

.projects_carousel .project .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    overflow: hidden;
}

.projects_carousel .project .view_more{
    position: absolute;
    left: 33px;
    bottom: 10px;
    opacity: 0;
    transition: bottom 0.2s linear, opacity 0.2s linear;
    -webkit-transition: bottom 0.2s linear, opacity 0.2s linear;
    -moz-transition: bottom 0.2s linear, opacity 0.2s linear;
    font-weight: 700;
}

.projects_carousel .project h4{
    position: absolute;
    left: 33px;
    bottom: 100px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    width: 70%;
    opacity: 0;
    transition: bottom 0.2s linear, opacity 0.2s linear;
    -webkit-transition: bottom 0.2s linear, opacity 0.2s linear;
    -moz-transition: bottom 0.2s linear, opacity 0.2s linear;
}

.projects_carousel .project h4:before{
    display: none;
}

.projects_carousel .project:hover .overlay{
    opacity: 0.5;
}

.projects_carousel .project:hover h4{
    bottom: 80px;
    opacity: 1;
}

.projects_carousel .project:hover .view_more{
    bottom: 25px;
    opacity: 1;
}
#tabshome .vc_tta-tabs-list li.vc_tta-tab.vc_active:after {
  border-color: #5fc7ae transparent;
  border-style: solid;
  border-width: 9px 9px 0;
  bottom: -9px;
  content: "";
  display: inline;
  margin-left: -9px;
  position: absolute;
}
#tabshome .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  text-align: center;
}
#tabshome .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 1px 0 20px 20px;
}
#tabshome .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background: #fff none repeat scroll 0 0 !important;
  border: medium none !important;
  font-size: 40px;
  color: #5fc7ae !important;
}
#tabshome .vc_tta-container .vc_tta-tab.vc_active a {
  background:  #5fc7ae !important;
  color: #fff !important;
}
#tabshome .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 1px 0 20px 20px !important;
}
.widget.widget_nav_menu ul li.current-menu-item, .widget.widget_nav_menu ul li:hover {
  border-bottom: 1px solid #5fc7ae;
}
.widget.widget_nav_menu ul li {
  border-bottom: 1px solid #1b1b1b;
  margin: 0;
}
.widget.widget_nav_menu ul li.current-menu-item a, .widget.widget_nav_menu ul li a:hover {
  color: #5fc7ae;
}
.widget h5 {
  color: #fff;
  margin-top: 0;
}
.button {
  background: #5fc7ae none repeat scroll 0 0;
  color: #fff;
  display: table;
  margin: 0 auto;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
}
.button a{
  color: #fff;
  display: table;
  text-align: center;
  text-transform: uppercase;
}
.button:hover {
 opacity:0.7;
}
.buttons {
    position: absolute;
    width: 100%;
    display: none;
    top: 10%;
}
.staff-member .button {
  padding: 15px 30px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.staff-member .more.button {
  padding: 15px 15px;
  margin-bottom: 20px;
}
.staff-member:hover .buttons{
  display: block;
}
.blogpage-readmore {
  color: #fff;
  display: table;
  margin-bottom: 15px;
  padding: 10px 20px;
}
#fancybox-bg-e {
  background: #fff none repeat scroll 0 0 !important;
}
.vc_tta-color-vista-blue .vc_tta-tab a {
  background-color: #5fc7ae !important;
}
.vc_tta-color-vista-blue .vc_tta-tab.vc_active a {
  background-color: #fff !important;
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square.vc_cta3-align-left.vc_cta3-color-classic.vc_cta3-icon-size-md.vc_cta3-actions-bottom{
padding: 5px 28px;
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square.vc_cta3-align-left.vc_cta3-color-classic.vc_cta3-icon-size-md.vc_cta3-actions-bottom h2{
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 5px;  
}
.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-shape-square.vc_cta3-align-left.vc_cta3-color-classic.vc_cta3-icon-size-md.vc_cta3-actions-bottom .vc_btn3.vc_btn3-size-lg {
  font-size: 16px;
  padding: 10px 40px;
}
#marginnone {
  margin-bottom: 5px;
}
.knopkafour-phone {
  background-color: transparent;
  bottom: -10px;
  height: 200px;
  opacity: 1;
  position: fixed;
  right: 0;
  transition: opacity 0.8s ease 0s;
  visibility: visible;
  width: 200px;
  z-index: 2000000000;
}
.knopkafour-ph-circle-fill {
  animation: 1.85s cubic-bezier(0.66, 0, 0, 1) 0s normal none infinite running pulse;
  background-color: #1ac6ff;
  background-repeat: no-repeat;
  background-size: cover;
  border: medium none;
  border-radius: 50%;
  height: 90px;
  left: 70px;
  opacity: 0.4;
  position: absolute;
  top: 70px;
  transition: opacity 0.7s ease 0s;
  width: 90px;
  background-color: #5fc7ae;
  box-shadow: 0 0 0 0 #5fc7ae;
}
.knopkafour-ph-img-circle {
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 50px;
  border: 2px solid transparent;
  border-radius: 100%;
  cursor: pointer;
  height: 90px;
  left: 70px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 70px;
  width: 90px;
  background-color: #5fc7ae;
  line-height: 18px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.knopkafour-ph-img-circle:hover {
  background-color:rgb(17, 155, 120);
  transition: background-color 0.3s ease;
}
.knopka-lefts {
  border-color: transparent transparent transparent #5fc7ae;
  border-style: solid;
  border-width: 9px 0 9px 20px;
  content: " ";
  height: 0;
  left: 100%;
  line-height: 0;
  margin-left: -43px;
  margin-top: 6px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: -1;
}
.perezvonok-btn-slide.fa.fa-phone {
  color: white;
  font-size: 60px;
  line-height: 90px;
  position: relative;
  transform: rotate(90deg);
}
.knopkafour-ph-img-circle:hover i {
    animation: 3000ms linear 0s normal none infinite running Rotate;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg) !important;
    transition: all 0.3s;
}
.price-table-p img {
  height: auto;
  width: 220px;
}
.tp-revslider-mainul {
	margin: 0 !important;
	padding: 0 !important;
}
.vc_single_image-img.attachment-full {
	width: 100%;
	height: auto !important;
}
.isotope-item {
	list-style: none !important;
}
/* Gallery */
.isotope-item {
	margin: 0 10px 10px 0 !important;
}
.isotope-item img {
  height: 220px;
  width: 220px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.isotope-item a{
  box-sizing: content-box;
  height: 220px;
  width: 220px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}
.isotope-item a:before {
  content:"";
  height: 220px;
  width: 220px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  z-index:999;
}

.isotope-item a:hover img { 
  transform: scale(1.1);
}

.isotope-item a:hover:before {
  background-color:rgba(0, 0, 0, 0.5);
}

.isotope-item:hover {
  cursor: pointer;
}
.vc_btn3-center {
	text-align: center;
}
.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-custom, .vc_btn3-style-classic.vc_btn3-color-vista-blue {
	padding: 10px 25px;
	font-size: 22px;
	display: inline-table;
	text-align: center;
	background-color:#5FC7AE;
	color: #fff;
}
.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-custom:hover, .vc_btn3-style-classic.vc_btn3-color-vista-blue:hover,
.phone-num-wrapper:hover{
	background-color:rgb(17, 155, 120) !important;
	transition: background-color 0.3s ease;
}
.tabs.portfolioFilter .active {
	background: #5fc7ae;
	color: #fff;
}
.rev_slider ul li {
	position: absolute !important;
}
.tp-bullets {
	display: block;
	text-align: center;
	position: absolute;
	z-index: 99;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active {
	display: block;
}
.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-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container {
	text-align: left;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #666;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
	padding-left: 46px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
	background: 0 0;
	display: block;
	padding: 14px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	position: relative;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon {
	display: inline-block;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	position: relative;
	font-size: inherit;
	margin: 0;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 2px 0 0 0;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 50%;
	bottom: 0;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 0 0 0 2px;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta .vc_tta-controls-icon::before {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	border: solid transparent;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 14px 20px;
	display: none;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: padding .2s ease-in-out;
	-o-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	display: block;
}
.vc_tta-panel-title.vc_tta-controls-icon-position-left {
	margin: 0;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.page_content ul li, body.single .content-area ul li, .comments-list .comment-body .comment-text ul li {
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 0 14px;
	line-height: 22px;
	color: #222222;
	border: none;
	font-size: 13px;
	list-style: circle;
}
#tabshome .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
	text-align: center;
    overflow: hidden;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
	padding: 0;
	margin-top: -1px;
	margin-bottom: 0;
	margin-left: -1px;
	margin-right: 0;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-icon {
	font-size: 1.15em;
	line-height: 0;
	display: inline;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:empty {
	display: inline-block;
}
.wpb-js-composer .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a::after {
	display: block;
	height: auto;
	top: 100%;
	left: 100%;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
	display: none;
}
.wpb-js-composer .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container, .wpb-js-composer .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
	margin-bottom: -1px;
}
.wpb-js-composer .vc_tta-container {
	margin-bottom: 21.73913043px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
	padding: 14px 20px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid transparent;
	position: relative;
	text-decoration: none;
	color: inherit;
	-webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
	-o-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
	transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-right: 2px solid #fff;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
	overflow: hidden;
}
.wpb-js-composer .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab > a {
	color: #fff;
	font-weight: bold;
}
.wpb-js-composer .vc_tta-color-vista-blue.vc_tta-style-modern .vc_tta-tab.vc_active > a {
	color: #222;
}