/*style.css*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 00 -  CORE STYLES */
/* 01 - FONTS */
/* 02 - LOADER */
/* 03 - RESET STYLES */
/* 04 - GLOBAL SETTINGS */
/* 05 - HEADER */
/* 06 - FOOTER */
/* 07 - SIMPLE BLOCK STRUCTURE */
/* 08 - BLOCK "TYPE 1" */
/* 09 - BLOCK "TYPE 2" */
/* 10 - BLOCK "TYPE 3" */
/* 11 - BLOCK "TYPE 4" */
/* 12 - BLOCK "TYPE 5" */
/* 13 - BLOCK "TYPE 6" */
/* 14 - BLOCK "TYPE 7" */
/* 15 - BLOCK "TYPE 8" */
/* 16 - BLOCK "TYPE 9" */
/* 17 - BLOCK "TYPE 10" */
/* 18 - BLOCK "TYPE 6" - MODIFICATION WITH FULL-WIDTH TESTIMONIALS*/
/* 19 - BLOCK "TYPE 11" */
/* 20 - BLOCK "TYPE 12" */
/* 21 - BLOCK "TYPE 3" - MODIFICATION WITH SLIDER ENABLED */
/* 22 - BLOCK "TYPE 13" */
/* 23 - BLOCK "TYPE 10" - MODIFICATION WITH BACKGROUND IMAGES */
/* 24 - BLOCK "TYPE 8" - MODIFICATION WITH LIGHT TEXT STYLES */
/* 25 - BLOCK "TYPE 14" */
/* 26 - BLOCK "TYPE 15" */
/* 27 - BLOCK "TYPE 6" - MODIFICATION WITH FULL-WIDTH TESTIMONIALS AND SQUARE SLIDES */
/* 28 - BLOCK "TYPE 16" */
/* 29 - TYPOGRAPHY STYLES */
/* 30 - BLOCK "TYPE 1" - MODIFICATION WITH TWO COLUMNS INSTEAD THREE */
/* 31 - BLOCK "TYPE 16" - MODIFICATION WITH ANOTHER TIMELINE LOOK */
/* 32 - BLOCK "TYPE 17" */
/* 33 - BLOCK "TYPE 6" - MODIFICATION WITH FULL-WIDTH TESTIMONIALS AND BACKGROUND */
/* 34 - BLOCK "TYPE 18" */
/* 35 - BLOG */
/* 36 - COLOR OPTIONS */
/* 37 - THEME CONFIG */
/* 38 - CSS ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 00.CORE STYLES */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700');
/* =
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

a {
    color: #4f4872;
}

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

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

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

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

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

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

.wp-caption.alignleft {
    margin: 5px 20px 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: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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-size: 0.875rem;
    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 dl {
}

.gallery dt {
}

.gallery dd {
}

.gallery dl a {
}

.gallery dl img {
}

.gallery-caption {
}

/* WordPress Gallery
------------------------------------------ */

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

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

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

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

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

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.size-full {
}

.size-large {
}

.size-medium {
}

.size-thumbnail {
}

.sticky {
}

.bypostauthor {
}

.container, .container-fluid {
    max-width: 100%;
}

.container-fluid.blockback {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

img {
    max-width: 100%;
}

strong {
    font-weight: bold;
}

ol ol {
    padding-left: 35px;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

p em {
    font-style: italic;
}

div#content-wrapper > div > .row {
    margin-left: 0;
    margin-right: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - FONTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'black';
    src: url('../fonts/proximanova-black-webfont.eot');
    src: url('../fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-black-webfont.woff2') format('woff2'),
    url('../fonts/proximanova-black-webfont.woff') format('woff'),
    url('../fonts/proximanova-black-webfont.ttf') format('truetype'),
    url('../fonts/proximanova-black-webfont.svg#proxima_novablack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/proximanova-extrabold-webfont.eot');
    src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-\opentype'),
    url('../fonts/proximanova-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/proximanova-extrabold-webfont.woff') format('woff'),
    url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
    url('../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
    url('../fonts/proximanova-regular-webfont.woff') format('woff'),
    url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
    url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat', sans-serif;;
    src: url('../fonts/ArchivoBlack-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ArchivoBlack-Regular.woff') format('woff'),
    url('../fonts/ArchivoBlack-Regular.ttf') format('truetype'),
    url('../fonts/ArchivoBlack-Regular.svg#ArchivoBlack-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf') format('truetype'),
    url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - LOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@-webkit-keyframes move1 {
    0% {
        -webkit-transform: translateX(0) scale(1);
    }
    50% {
        -webkit-transform: translateX(105px) scale(1);
    }
    75% {
        -webkit-transform: scale(1.25);
    }
    100% {
        z-index: 1;
        -webkit-transform: translateX(0) scale(1);
    }
}

@keyframes move1 {
    0% {
        transform: translateX(0) scale(1);
    }
    50% {
        transform: translateX(105px) scale(1);
    }
    75% {
        transform: scale(1.25);
    }
    100% {
        z-index: 1;
        transform: translateX(0) scale(1);
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: translateX(0);
    }
    25% {
        -webkit-transform: scale(1.25);
    }
    50% {
        -webkit-transform: translateX(-105px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes move2 {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: scale(1.25);
    }
    50% {
        transform: translateX(-105px);
    }
    100% {
        transform: translateX(0);
    }
}

#loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    background: #fff;
}

.loader-content {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -112px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

body * {
    -webkit-text-size-adjust: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

input, textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-weight: 400;
    -webkit-appearance: none;
    border-radius: 0;
}

a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    overflow-y: scroll;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*table*/
.table-view {
    height: 100%;
    width: 100%;
    display: table;
}

.row-view {
    display: table-row;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

/*buttons*/
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce #review_form #respond .form-submit input, .woocommerce .cart .button, .woocommerce .cart input.button, button.button, input.button, .woocommerce button.button, .woocommerce input.button, #bridge input[type="submit"], a.btn.btn-primary {
    line-height: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ed1c24;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fd845b;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fd845b;
    border: solid 1px #ed1c24;
    display: inline-block;
    padding: 16px 20px;
    font-size: 11px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

/*.button:hover, .woocommerce a.button:hover, .woocommerce #review_form #respond .form-submit input:hover, button.button:hover, .woocommerce .cart .button:hover, .woocommerce input.button:hover, #bridge input[type="submit"]:hover, a.btn.btn-primary:hover {text-decoration: none; color: #fff; -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2), inset 0 -40px #fd845b; box-shadow: 1px 1px 2px rgba(0,0,0,.2), inset 0 -40px #fd845b;}
	*/
.button .icon, .woocommerce a.button .icon {
    width: 25px;
    display: inline-block;
    height: 8px;
    position: relative;
}

.button .glyphicon, .woocommerce a.button .glyphicon {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#content-wrapper .button.type-1 {
    background-color: #232c3b;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #3d485a;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #3d485a;
    border: solid 1px #232c3b;
    color: #fff;
}

#content-wrapper .button.type-1:hover {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -40px #3d485a;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -40px #3d485a;
}

#content-wrapper .button.type-2 {
    background-color: #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fff;
    border: solid 1px #f5f5f5;
    color: #6a7483;
}

#content-wrapper .button.type-2:hover {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -40px #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -40px #fff;
}

.button.type-2 .glyphicon {
    color: #ed1c24;
}

.simple-link {
    font-size: 14px;
    color: #6a7483;
    display: inline-block;
    line-height: 22px;
    color: #6a7483;
}

.simple-link span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 11px;
    vertical-align: middle;
    color: #ed1c24;
    margin-right: 10px;
}

.simple-link:hover {
    color: #ed1c24;
}

.simple-link:hover span {
    color: #6a7483;
}

/*nopadding class*/
.nopadding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

/*.nopadding .vc_column_container > .vc_column-inner{ padding-left: 0px; padding-right: 0px;}*/
/*body class with moved header*/
body.header-moved #content-wrapper {
    padding-top: 244px;
}

/*container to display above header*/
.container-above-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

/*text styles*/
b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/*map*/
#map-canvas {
    height: 660px;
    background: #485b77;
}

.block #map-canvas {
    margin-bottom: 60px;
}

/*video player*/
.video-player {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 29, 40, 0.8);
    z-index: 10;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

.video-player.active {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.video-iframe {
    position: absolute;
    left: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px;
}

.video-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-player .close-iframe {
    color: #ed1c24;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 27px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
}

.video-player .close-iframe:hover {
    color: #fff;
}

@media (max-width: 991px) {
    #content-wrapper, body.header-moved #content-wrapper {
        padding-top: 126px;
    }

    .container-above-header {
        position: relative;
    }

    #map-canvas {
        height: 300px;
    }

    .block #map-canvas {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

}

h1, h2, h3, h4, h5, h6 {
    color: #3b345e;
    font-family: 'Montserrat', sans-serif;;
    margin-bottom: 15px;
}

h1 {
    font-size: 50px;
    line-height: 50px;
}

h2 {
    font-size: 40px;
    line-height: 40px;
}

h3 {
    font-size: 35px;
    line-height: 35px;
}

h4 {
    font-size: 30px;
    line-height: 30px;
}

h5 {
    font-size: 25px;
    line-height: 25px;
}

h6 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px
}

p {
    font-size: 18px;
    line-height: 24px;
    color: rgba(137, 137, 137, 0.7);
}

strong {
    font-weight: bold;
}

ol ol, ul ul, ul ol, ol ul {
    padding-left: 25px;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body > header {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    height: 122px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}

#logo-wrapper {
    width: 100px;
    height: 122px;
    float: left;
}

#logo img {
    display: block;
    max-width: 90px;
    height: auto;
}

.header-container {
    margin-left: 110px;
}

.header-left {
    float: left;
    width: 50%;
}

.header-right {
    float: right;
    width: 50%;
}

nav {
    margin: 53px 0 0 0;
}

.menu-entry {
    float: left;
    position: relative;
    margin-right: 30px;
}

.menu-entry:last-child {
    margin-right: 0;
}

.menu-entry a {
    font-size: 14px;
    line-height: 20px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    float: left;
    padding-bottom: 12px;
}

.menu-entry .submenu {
    position: absolute;
    left: -20px;
    top: 30px;
    background: #232c3b;
    min-width: 160px;
    overflow: hidden;
    max-height: 0;
}

.menu-entry .submenu div {
    padding: 7px 20px;
}

.menu-entry .submenu a {
    color: #c6cad2;
    line-height: 15px;
    padding: 7px 0;
    float: none;
    display: block;
}

.menu-entry .submenu a:hover, .menu-entry .submenu a.active, .menu-entry:hover > a, .menu-entry.active > a, .menu-entry:hover .submenu-icon span, .menu-entry.active .submenu-icon span {
    color: #ed1c24;
}

.menu-entry .submenu-icon {
    width: 14px;
    height: 20px;
    display: inline-block;
    position: relative;
    font-size: 9px;
    line-height: 9px;
    color: #232c3b;
}

.menu-entry .submenu-icon span {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

.menu-entry:hover > .submenu-icon span {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.menu-entry:hover {
    z-index: 1;
}

.menu-entry:hover .submenu {
    max-height: 300px;
}

.header-right {
    text-align: right;
    font-size: 14px;
    line-height: 18px;
    color: #232c3b;
    padding-top: 37px;
}

.header-right a.telephone-link {
    color: #232c3b;
}

.header-right a.telephone-link:hover {
    color: #ed1c24;
}

.header-right a.link {
    color: #232c3b;
}

.header-right a.link:hover {
    color: #ed1c24;
}

.header-inline-entry {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 50px;
}

.header-inline-entry div {
    display: inline-block;
    line-height: 22px;
}

.header-inline-entry .glyphicon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    margin-left: 10px;
    top: -1px;
}

.open-icon, .close-icon-wrapper {
    display: none;
}

.menu-entry:hover .submenu-icon:before, .menu-entry.active .submenu-icon:before {
    background-color: #ed1c24;
}

/*body class with moved header*/
body.header-moved > header {
    position: absolute;
}

body.header-moved > header.fixed-top {
    position: fixed;
    top: 0;
}

body.header-moved.admin-bar > header.fixed-top {
    top: 32px;
}

/*reduced header*/
@media (min-width: 992px) {
    body > header.reduced, body > header.reduced #logo-wrapper {
        height: 90px;
    }

    /*		body > header.reduced nav{margin-top: 37px;}*/
    body > header.reduced .menu-entry a {
        padding-bottom: 5px;
    }

    body > header.reduced .menu-entry .submenu {
        top: 25px;
    }

    body > header, #logo-wrapper, nav, .header-right {
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
    }

    body > header {
        -webkit-transition-property: height;
        transition-property: height;
    }
}

/*floated header*/
body.header-floated > header {
    position: absolute;
}

.subheader {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    height: 90px;
    background: #fff;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}

.subheader.active {
    top: 0;
}

#subheader-logo {
    float: left;
    margin: 37px 0 0 0;
}

#subheader-logo img {
    display: block;
}

.subheader-content {
    margin-left: 100px;
}

.subheader-left {
    float: left;
    margin: 37px 0 0 10px;
}

.subheader-right {
    float: right;
    margin-top: 20px;
}

.subheader-link {
    color: #232c3b;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}

.subheader-link.active, .subheader-link:hover {
    color: #ed1c24;
}

body.admin-bar {
    top: 32px;
}

body.admin-bar > header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        top: 46px;
    }

    body.admin-bar > header {
        top: 46px;
    }
}

@media (max-width: 1199px) {
    .header-inline-entry div {
        display: block;
    }

    .header-left {
        width: 55%;
    }

    .header-right {
        width: 45%;
    }
}

@media (max-width: 991px) {
    body > header {
        text-align: center;
    }

    .subheader {
        display: none;
    }

    body.header-moved header, body.header-floated header {
        position: fixed;
        top: 0;
    }

    nav {
        margin-top: 0;
    }

    #logo-wrapper {
        height: 50px;
        position: relative;
        z-index: 1;
    }

    .header-container {
        position: fixed;
        left: 0;
        top: 98px;
        width: 100%;
        height: 100%;
        margin-left: 0;
        background: rgba(255, 255, 255, 0.9);
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -moz-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        -webkit-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
        -ms-transition: all 500ms ease-out;
    }

    body.header-moved .header-container {
        top: 126px;
    }

    header.active .header-container {
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }

    .scrollable-container {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        overflow-scrolling: touch;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .header-left, .header-right {
        float: none;
        width: auto;
    }

    .menu-entry {
        float: none;
        margin: 0;
        position: relative;
    }

    .menu-entry a, .menu-entry .submenu a {
        float: none;
        display: block;
        font-size: 20px;
        line-height: 20px;
        margin: 0 40px;
        padding: 10px 0;
    }

    .menu-entry .submenu a {
        margin: 0 30px;
    }

    .menu-entry .submenu {
        position: relative;
        left: auto;
        top: auto;
    }

    .menu-entry .submenu div {
        padding: 10px 0;
    }

    .menu-entry:hover .submenu {
        max-height: 0;
    }

    .menu-entry.opened .submenu {
        max-height: 300px;
    }

    .menu-entry .submenu-icon {
        position: absolute;
        width: 40px;
        height: 40px;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .menu-entry .submenu-icon:before {
        position: absolute;
        width: 1px;
        height: 20px;
        left: 0;
        top: 10px;
        background: #232c3b;
        content: "";
    }

    .menu-entry .submenu-icon span, .menu-entry:hover .submenu-icon span {
        font-size: 18px;
        line-height: 18px;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        margin-top: -9px;
        right: 50%;
        margin-right: -12px;
    }

    .menu-entry.opened .submenu-icon span {
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }

    .header-right {
        text-align: center;
        padding-top: 10px;
        font-size: 16px;
    }

    .header-inline-entry {
        display: block;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .header-inline-entry .glyphicon {
        margin-left: 0;
    }

    .header-inline-entry div {
        padding-top: 10px;
    }

    .open-icon {
        display: block;
        float: right;
        width: 35px;
        height: 25px;
        position: relative;
        margin: 37px 0 0 0;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

    body.header-moved .open-icon {
        margin: 54px 0 0 0;
    }

    .open-icon span {
        position: absolute;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #232c3b;
    }

    .open-icon span:nth-child(2) {
        top: 10px;
    }

    .open-icon span:nth-child(3) {
        top: 20px;
    }

    header.active .open-icon span:nth-child(1) {
        top: 10px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    header.active .open-icon span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    header.active .open-icon span:nth-child(3) {
        top: 10px;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer {
    background: #232c3b;
    color: #c6cad2;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-top: 40px;
}

footer ul {
    list-style: none;
}

footer ul li {
    padding-bottom: 3px;
}

footer ul li a {
    color: #c6cad2;
}

footer ul li a:hover, footer ul li a.active {
    color: #ed1c24;
}

.footer-entry {
    margin-bottom: 40px;
}

.footer-entry .title, .footer-entry .widgettitle {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

footer .social-icons-wrapper {
    margin-bottom: 40px;
}

footer .social-icon {
    text-align: center;
    position: relative;
    padding: 28px 0;
    overflow: hidden;
    display: block;
}

footer .social-icon img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    position: relative;
}

footer .social-icon i {
    font-size: 24px;
    color: #fff;
    position: relative;
}

footer .social-icon:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ed1c24;
}

footer .social-list .social-link {
    margin: 0 10px;
    display: inline-block;
}

footer .social-list .social-link:first-child {
    margin: 0 10px 0 0;
}

footer .social-list .social-link:last-child {
    margin: 0 0 0 10px;
}

footer .social-list {
    text-align: center;
}

footer .social-icon.background:before {
    display: none;
}

footer .social-icon.background {
    width: 113px;
    height: 50px;
    padding: 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;
}

footer .social-icon:hover:before {
    left: 0;
}

.subscription-form {
    height: 40px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    margin-top: 20px;
}

.subscription-form input {
    background: none;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 20px;
    font-size: 14px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
}

.subscription-form input[type="submit"], .sidebar #wp-subscribe input.submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    height: 40px;
    width: 50px;
    cursor: pointer;
    padding: 0;
    margin-top: 0;
}

.subscription-form input[type="submit"]:hover, .sidebar #wp-subscribe input.submit:hover {
    opacity: 0.8;
}

.footer-menu {
    margin-bottom: 30px;
}

.footer-menu li {
    margin-right: 25px;
    display: inline-block;
}

.footer-menu li a {
    color: #fff;
}

.copyright {
    text-align: right;
    color: #fff;
    margin-bottom: 30px;
}

.footer-line {
    background: #161d28;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-line-entry {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-line-entry img {
    float: left;
    width: 45px;
    height: 45px;
    margin-left: 12px;
}

.footer-line-entry .content {
    margin-left: 70px;
    height: 45px;
}

.footer-line-entry .content, .footer-line-entry .content a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.footer-line-entry .content a:hover {
    color: #ed1c24;
}

@media (max-width: 991px) {
    .copyright {
        text-align: left;
    }
}

@media (max-width: 767px) {
    footer .social-icon {
        padding: 20px 0;
    }

    .footer-entry {
        margin-bottom: 30px;
    }

    footer .social-icons-wrapper {
        margin-bottom: 30px;
    }

    .footer-menu {
        margin-bottom: 20px;
    }

    .copyright {
        margin-bottom: 20px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - SIMPLE BLOCK STRUCTURE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block-header {
    text-align: center;
    margin-bottom: 60px;
}

.block-header .title span {
    color: #6a7483;
}

.block, .block.type-8.style-1 {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.blockback:nth-child(2n).type-8.style-1 {
    background-color: #f9f9f9;
}

.blockback {
    background-color: #fff;
}

/*	.blockback:nth-child(2n) {background-color: #f9f9f9;}*/
.block-button-container {
    padding-bottom: 60px;
    position: relative;
}

.button-description, .button-description p {
    font-size: 24px;
    color: #c6cad2;
    line-height: 30px;
    margin-bottom: 15px;
}

.button-description span, .button-description a {
    color: #fff;
}

.button-description a {
    white-space: nowrap;
}

.button-description a:hover {
    color: #ed1c24;
}

.block-table-container {
    padding-bottom: 60px;
}

.block.background-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.block.background-block .block-header .title {
    color: #fff;
}

.block.background-block .block-header .text {
    color: #c6cad2;
}

.block.typography-example {
    padding: 80px 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - BLOCK "TYPE 1" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-1 .icon-entry {
    padding-bottom: 60px;
}

.block.type-1 .icon-entry:nth-child(3n+1) {
    clear: both;
}

.block.type-1 .icon-entry img {
    width: 70px;
    height: 70px;
    float: left;
}

.block.type-1 .icon-entry .content {
    margin: 0 25px 0 85px;
}

.block.type-1 .icon-entry .title, .block.type-3 .icon-entry .title, .feature.icon-entry .title {
    font-size: 18px;
    line-height: 18px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* padding: 25px 0 15px 0; */
}

.block.type-1 .icon-entry .text, .block.type-3 .icon-entry .text, .feature.icon-entry .text {
    font-size: 14px;
    line-height: 22px;
    color: #6a7483;
}

@media (max-width: 991px) {
    .block.type-1 .icon-entry:nth-child(3n+1) {
        clear: none;
    }

    .block.type-1 .icon-entry:nth-child(2n+1) {
        clear: both;
    }

    .block.type-1 .icon-entry {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .block.type-1 .icon-entry .content {
        margin-right: 0;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - BLOCK "TYPE 2" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.price-entry {
    padding-bottom: 60px;
}

.price-entry .entry {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
    text-align: center;
}

.price-entry .entry .cell-view {
    width: 1000px;
}

.price-entry .top {
    height: 210px;
    background: #232c3b;
    padding: 0 20px;
}

.price-entry .icon {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto -40px auto;
    display: block;
}

.price-entry .top .title {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-entry .top .text {
    font-size: 14px;
    line-height: 22px;
    color: #c6cad2;
}

.price-entry .bottom {
    height: 230px;
    padding: 0 20px;
}

.price-entry .bottom {
    background: #f9f9f9;
}

.blockback:nth-child(2n) .price-entry .bottom {
    background: #fff;
}

.price-entry .bottom .price {
    font-size: 20px;
    line-height: 30px;
    color: #ed1c24;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 22px;
}

.price-entry .bottom .price b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.price-entry .bottom .price span {
    font-size: 80%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.price-entry .middle div {
    font-size: 14px;
    line-height: 18px;
    color: #6a7483;
    text-align: center;
    padding: 11px 5px;
}

.price-entry .middle div {
    background: #fff;
}

.price-entry .middle div:nth-child(2n) {
    background: #f0f0f0;
}

.blockback:nth-child(2n).type-2 .price-entry .middle div {
    background: #faf9f9;
}

.blockback:nth-child(2n).type-2 .price-entry .middle div:nth-child(2n) {
    background: #f0f0f0;
}

.line-through {
    color: #c6cad2;
    position: relative;
}

.line-through:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: #ed1c24;
    left: 0;
    top: 50%;
}

@media (max-width: 991px) {
    .price-entry {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - BLOCK "TYPE 3" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-3 .icon-entry, .feature.icon-entry {
    padding-bottom: 60px;
    text-align: center;
}

.block.type-3 .icon-entry img, .feature.icon-entry img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 25px;
}

.block.type-3 .icon-entry .content, .feature.icon-entry .content {
    margin: 0 20px;
}

.block.type-3 .icon-entry .title, .feature.icon-entry .title {
    padding-top: 0;
}

.block.type-3 .icon-entry .title span, .feature.icon-entry .title span {
    color: #6a7483;
}

.block.type-3 .row {
    position: relative;
}

.icons-connection {
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 62px;
}

.block.type-3 .icon-entry .button, .feature.icon-entr .buttony {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .block.type-3 .icon-entry, .feature.icon-entry {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .icons-connection {
        display: none;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - BLOCK "TYPE 4" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*.block.type-4 .table-responsive{margin-bottom: 0; border: none;}
	.block.type-4 .table{font-size: 14px; line-height: 14px; color: #c6cad2; font-family: 'Montserrat', sans-serif; font-weight: 400; text-align: center; margin-bottom: 0; border-bottom: 0;}
	.block.type-4 .table > tbody > tr > td, .block.type-4 .table > tbody > tr > th, .block.type-4 .table > tfoot > tr > td, .block.type-4 .table > tfoot > tr > th, .block.type-4 .table > thead > tr > td, .block.type-4 .table > thead > tr > th{border: none; width: 1px; text-align: center; padding: 10px 5px; vertical-align: middle;}
	.block.type-4 .table tr th img{margin-bottom: 15px;}
	.block.type-4 .table tr th div, .block.type-4 .table tr th span.title {font-size: 18px;line-height: 18px;color: #232c3b;font-family: 'Montserrat', sans-serif; font-weight: 700;padding: 0 0 25px 0;display: block;}
	.block.type-4 .table tr{background: #3a4456;}
	.block.type-4 .table tr:nth-child(2n){background: #232c3b;}
	.block.type-4 .table tr:first-child, .block.type-4 .table tr:last-child{background: none;}
	.block.type-4 .table tr:last-child td{padding-top: 0; padding-bottom: 0;}
	.block.type-4 .table tr:last-child td .button{-webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
	.block.type-4 .table.style-1 tr th{font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #fff; background: #202836;}
	.block.type-4 .table.style-1 .button{line-height: 27px; font-size: 9px; line-height: 9px; padding: 9px 14px; margin: -3px 0;}
	.block.type-4 .table.style-1 tr:last-child td{padding-top: 10px; padding-bottom: 10px;}
	.block.type-4 .table.style-1 tr:last-child td .button{-webkit-border-radius: 5px; border-radius: 5px;}
	.block.type-4 .table.style-1 tr{background: #3a4456;}
	.block.type-4 .table.style-1 tr:nth-child(2n){background: #232c3b;}*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - BLOCK "TYPE 5" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-5 .block-header .title {
    color: #fff;
}

.block.type-5 .block-header .text {
    color: #c6cad2;
}

/*.hide-pagination .pagination{display: none;}*/
.block.type-5 .swiper-slide {
    text-align: center;
    position: relative;
}

.block.type-5 .swiper-slide:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2e3849;
}

.block.type-5 .swiper-slide:first-child:after {
    display: none;
}

.block.type-5 .swiper-slide img {
    display: inline-block;
    position: relative;
    max-width: 100%;
    height: auto;
}

.block.type-5 .swiper-container {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .block.type-5 .swiper-container {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - BLOCK "TYPE 6" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*accordeon*/
.accordeon-wrapper {
    padding-bottom: 60px;
}

.accordeon-entry {
    margin-bottom: 15px;
}

.accordeon-entry .title {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px rgba(0, 0, 0, .05);
    font-size: 16px;
    color: #232c3b;
    line-height: 15px;
    padding: 20px 55px 20px 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.blockback:nth-child(2n) .accordeon-entry .title {
    background-color: #fff;
}

.accordeon-entry .title:after {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 11px 12px 12px 11px/11px 11px 12px 12px;
    border-radius: 11px 12px 12px 11px/11px 11px 12px 12px;
    background-color: #ed1c24;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fd845b;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fd845b;
    border: solid 1px #ed1c24;
    content: "+";
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

#content-wrapper .accordeon-entry.active .title, #content-wrapper .accordeon-entry .title:hover {
    background: #232c3b;
    color: #fff;
}

.accordeon-entry.active .title:after {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 11px 12px 12px 11px/11px 11px 12px 12px;
    border-radius: 11px 12px 12px 11px/11px 11px 12px 12px;
    background-color: #fff !important;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2) !important;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2) !important;
    content: "-";
    color: #ed1c24;
    border-color: transparent;
    line-height: 20px;
}

.accordeon-entry .title:active:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
}

.accordeon-entry .text, .side-menu, .widget:not(.footer-widget) {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px rgba(0, 0, 0, .05);
    padding: 30px 30px 20px 30px;
    font-size: 14px;
    color: #6a7483;
    line-height: 22px;
    position: relative;
    display: none;
}

.block:nth-child(2n+1) .accordeon-entry .text, .blockback:nth-child(2n) .side-menu {
    background-color: #fff;
}

/*testimomials*/
.testimonials-wrapper {
    padding-bottom: 60px;
}

.testimonials-container {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px rgba(0, 0, 0, .05);
    padding: 65px 30px 25px 30px;
    position: relative;
    margin-bottom: 20px;
}

.blockback:nth-child(2n) .testimonials-container {
    background-color: #fff;
}

.testimonials-container:after {
    width: 32px;
    height: 17px;
    position: absolute;
    top: 100%;
    left: 75px;
    content: "";
}

blockquote {
    font-size: 14px;
    color: #6a7483;
    line-height: 22px;
}

blockquote footer {
    background: none;
    padding-top: 25px;
    font-size: 14px;
    color: #6a7483;
    line-height: 22px;
    text-transform: uppercase;
}

blockquote footer cite {
    color: #ed1c24;
}

blockquote footer:before {
    display: none;
}

.testimonials-container .pagination {
    display: none;
}

.testimonials-icons {
    text-align: center;
}

.testimonials-icons .entry {
    padding-top: 25px;
    overflow: hidden;
}

.testimonials-icons .entry div {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.testimonials-icons .entry div:before {
    width: 0%;
    height: 0%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ed1c24;
    content: "";
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.testimonials-icons .entry div:hover:before {
    width: 70%;
    height: 70%;
    left: 15%;
    top: 15%;
}

.testimonials-icons .entry div.active:before, .testimonials-icons .entry div.active:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.testimonials-icons .entry img {
    width: 100%;
    max-width: 110px;
    height: auto;
    display: inline-block;
    position: relative;
}

.side-menu {
    display: block;
    padding: 20px 0 10px 0;
    margin-bottom: 30px;
}

.side-menu-item {
    color: #6a7483;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 10px 9px 30px;
    cursor: pointer;
    display: block;
}

.side-menu-item:hover, .side-menu-item.active {
    background: #232c3b;
    color: #fff;
}

.side-menu-item span {
    margin-right: 10px;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #ed1c24;
}

.switch-container {
    display: none;
}

.testimonials-icons.style-1 {
    height: 130px;
    position: relative;
    margin-top: 30px;
}

.testimonials-icons.style-1 .entry {
    position: absolute;
    height: inherit;
    left: 15px;
    right: 15px;
    padding-top: 0;
}

.testimonials-icons.style-1 .entry img {
    max-width: 130px;
    float: left;
    margin-right: 25px;
}

.testimonials-icons.style-1 .entry div {
    opacity: 0;
    width: 100%;
    height: 130px;
    float: left;
}

.testimonials-icons.style-1 .entry div.active {
    z-index: 1;
    opacity: 1;
}

.testimonials-icons.style-1 .entry div:before {
    display: none;
}

.testimonials-icons.style-1 .entry div .title {
    font-size: 14px;
    line-height: 22px;
    color: #ed1c24;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-top: 40px;
    display: block;
    text-transform: uppercase;
    text-align: left;
}

.testimonials-icons.style-1 .entry div .text {
    font-size: 14px;
    line-height: 22px;
    color: #6a7483;
    display: block;
    text-transform: uppercase;
    text-align: left;
}

.testimonials-arrow {
    width: 43px;
    height: 43px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px rgba(0, 0, 0, .05);
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    color: #ed1c24;
    margin-left: 15px;
    margin-top: 70px;
}

.testimonials-arrow:first-child {
    margin-left: 0;
}

.testimonials-arrow:active, .blockback:nth-child(2n) .testimonials-arrow:active {
    color: #fff !important;
    background: #ed1c24;
}

.blockback:nth-child(2n) .testimonials-arrow {
    background-color: #fff;
}

@media (max-width: 991px) {
    .accordeon-wrapper {
        padding-bottom: 30px;
    }

    .testimonials-wrapper {
        padding-bottom: 30px;
    }

    .accordeon-entry .text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .testimonials-arrows {
        display: none;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - BLOCK "TYPE 7" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.circle-wrapper {
    margin-bottom: 60px;
    min-height: 575px;
    position: relative;
}

.big-circle-container, .big-circle-entry, .big-circle-entry img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 575px;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    overflow: hidden;
}

.big-circle-container {
    left: 50%;
    margin-left: -287px;
    width: 575px;
}

.big-circle-entry {
    opacity: 0;
    background: #232c3b;
    z-index: 1;
}

.big-circle-entry:first-child {
    opacity: 1;
}

.big-circle-entry.visible {
    opacity: 1;
}

.big-circle-entry img {
    opacity: 0.15;
}

.big-circle-entry .cell-view {
    height: inherit;
    width: 1000px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.big-circle-entry .title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 100px 20px 100px;
}

.big-circle-entry .text {
    font-size: 16px;
    line-height: 27px;
    color: #c6cad2;
    margin: 0 100px;
}

.circle-entry {
    cursor: pointer;
    z-index: 1;
}

.circle-entry:nth-child(2n+1) {
    clear: both;
}

.circle-entry:nth-child(1), .circle-entry:nth-child(2) {
    margin-top: 25px;
    min-height: 400px;
}

.circle-entry .image-wrapper {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 150px;
    overflow: hidden;
    position: relative;
    margin: 0 25px;
}

.circle-entry .image-wrapper:after {
    border: 11px #fff solid;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.circle-entry img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 10px;
    top: 10px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.circle-entry:nth-child(1) .image-wrapper, .circle-entry:nth-child(3) .image-wrapper {
    float: right;
}

.circle-entry:nth-child(2) .image-wrapper, .circle-entry:nth-child(4) .image-wrapper {
    float: left;
}

.circle-entry:nth-child(1) .content, .circle-entry:nth-child(3) .content {
    margin: 0 170px 0 45px;
    text-align: right;
}

.circle-entry:nth-child(2) .content, .circle-entry:nth-child(4) .content {
    margin: 0 45px 0 170px;
}

.circle-entry .title {
    font-size: 18px;
    line-height: 18px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 10px 0 15px 0;
}

.circle-entry:hover .title {
    color: #ed1c24;
}

.circle-entry .text {
    font-size: 14px;
    line-height: 22px;
    color: #6a7483;
}

@media (max-width: 1199px) {
    .circle-entry:nth-child(1) .content, .circle-entry:nth-child(3) .content {
        margin: 0 170px 0 0;
    }

    .circle-entry:nth-child(2) .content, .circle-entry:nth-child(4) .content {
        margin: 0 0 0 170px;
    }
}

@media (max-width: 991px) {
    .circle-entry:nth-child(1) .content, .circle-entry:nth-child(3) .content {
        margin: 0 140px 0 0;
    }

    .circle-entry:nth-child(2) .content, .circle-entry:nth-child(4) .content {
        margin: 0 0 0 140px;
    }

    .big-circle-container {
        position: relative;
    }

    .circle-entry, .circle-entry:nth-child(1), .circle-entry:nth-child(2), .circle-entry:nth-child(3), .circle-entry:nth-child(4) {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .circle-entry:nth-child(1), .circle-entry:nth-child(2) {
        min-height: 0;
    }

    .circle-entry .image-wrapper {
        margin: 0;
    }

    .circle-wrapper {
        margin-bottom: 30px;
    }

    .circle-wrapper {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .big-circle-container {
        display: none;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - BLOCK "TYPE 8" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-8 {
    z-index: 1;
}

.block.type-8 .block-header .title {
    color: #fff;
}

.block.type-8 .block-header .text {
    color: #c6cad2;
}

.form-description {
    padding-bottom: 40px;
}

.form-description .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 3px;
    color: #fff;
}

.form-description .text {
    font-size: 16px;
    line-height: 18px;
    color: #c6cad2;
}

.form-description .text span, .form-description .text em {
    color: #ed1c24;
    font-size: 18px;
}

.form-description .text small {
    font-size: 13px;
}

.block-form-wrapper {
    padding-bottom: 40px;
}

.block-form {
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.block-form input {
    background: none;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 170px 0 20px;
    font-size: 14px;
    color: #232c3b;
    width: 100%;
}

.block-form input[type="submit"], .block-form #wdc-style button[type="submit"] {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    height: 50px;
    width: 55px;
    cursor: pointer;
    padding: 0;
}

.block-form input[type="submit"]:hover, .block-form #wdc-style button[type="submit"]:hover {
    opacity: 0.8;
}

.block-form .prefix {
    font-size: 14px;
    color: #6a7483;
    line-height: 50px;
    height: 50px;
    width: 95px;
    position: absolute;
    top: 0;
    right: 55px;
    text-align: center;
    border-left: 1px #f2f2f2 solid;
    cursor: pointer;
}

/*.block-form .prefix select{position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: 0; border: none; cursor: pointer; background: #ed1c24; color: #fff; font-size: 14px; line-height: 22px; font-family: 'Montserrat', sans-serif; font-weight: 400;}*/
.prefix-drop-down {
    background: #fff;
    display: none;
}

.prefix-drop-down div {
    color: #ed1c24;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.prefix-drop-down div:hover, .prefix-drop-down div.active {
    background: #ed1c24;
    color: #fff !important;
}

.links-examples {
    font-size: 0;
}

.links-examples li {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #c6cad2;
    border-left: 1px #ed1c24 solid;
}

.links-examples li:first-child {
    border: none;
}

.links-examples li a {
    color: #c6cad2;
    padding: 0 5px;
    display: block;
}

.links-examples li:first-child a {
    padding-left: 0;
}

.links-examples li a:hover {
    color: #ed1c24;
}

@media (max-width: 991px) {
    .form-description {
        padding-bottom: 20px;
    }

    .block-form-wrapper {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - BLOCK "TYPE 9" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-9 {
    background: #232c3b;
    padding: 0;
    height: 122px;
}

.block.type-9 .entry {
    padding-top: 45px;
}

.block.type-9 .title {
    display: inline-block;
    font-size: 28px;
    line-height: 32px;
    color: #ed1c24;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-right: 15px;
}

.block.type-9 .text {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
}

.block.type-9 .text span, .block.type-9 .text em {
    color: #ed1c24;
}

.block.type-9 .text b {
    font-size: 24px;
}

.block.type-9 .text small {
    font-size: 14px;
}

.block.type-9 .text .button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0 0 0 10px;
}

@media (max-width: 991px) {
    .block.type-9 {
        height: auto;
        padding: 40px 0;
    }

    .block.type-9 .entry {
        padding: 0;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - BLOCK "TYPE 10" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-10 {
    padding: 0;
    position: relative;
}

.block.type-10 .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.block.type-10 .swiper-container, .block.type-10 .swiper-wrapper, .block.type-10 .swiper-slide, .block.type-10 .container, .block.type-10 .slide-container, .block.type-10 .slide-block, .block.type-10 .main-banner-height {
    height: inherit !important;
    min-height: 700px !important;
}

.block.type-10 .pagination {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: none;
}

.block.type-10 .slide-container {
    position: relative;
}

.block.type-10 .image-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
}

.block.type-10 .swiper-slide-active .image-overlay {
    transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
}

.vertical-align {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-52%);
    -moz-transform: translateY(-52%);
    -webkit-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    width: 100%;
    height: auto;
}

.block.type-10 .content {
    padding: 0 15px;
    text-align: center;
}

.block.type-10 .content img {
    max-width: 95%;
    height: auto;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    display: inline-block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.block.type-10 .swiper-slide-active .content img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.block.type-10 .content .button {
    margin: 0 0 15px 0;
}

.block.type-10 .content .price {
    font-size: 20px;
    line-height: 30px;
    color: #ed1c24;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.block.type-10 .content .price b {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.block.type-10 .content .price small {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.block.type-10 .content .title {
    font-size: 54px;
    line-height: 54px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 17px;
}

.block.type-10 .content .subtitle {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: -15px;
}

.block.type-10 .content .text {
    font-size: 18px;
    line-height: 24px;
    color: #6a7483;
    margin-bottom: 22px;
}

.block.type-10 .content.text-entry {
    position: relative;
    left: 500px;
    opacity: 0;
    text-align: left;
}

.block.type-10 .swiper-slide-active .content.text-entry {
    left: 0;
    opacity: 1;
}

.banner-tabs {
    min-height: 106px;
    padding-top: 1px;
    overflow: hidden;
}

.banner-tabs:first-child {
    padding-top: 0;
    padding-bottom: 1px;
}

.banner-tabs .tab-entry {
    cursor: pointer;
    text-align: center;
    padding-top: 27px;
    height: 105px;
    background: #f9f9f9;
    border-left: 1px #f2f2f2 solid;
    position: relative;
    border-top: 1px #f2f2f2 solid;
}

.banner-tabs:first-child .tab-entry {
    border-top: none;
    border-bottom: 1px #f2f2f2 solid;
}

/*.banner-tabs .tab-entry:before{position: absolute; width: 100%; height: 120%; left: 0; top: 100%; margin-top: -1px; content: ""; background: #fff;}*/
.banner-tabs:first-child .tab-entry:before {
    top: auto;
    bottom: 100%;
}

.banner-tabs .tab-entry.active:before, .banner-tabs .tab-entry:hover:before {
    top: 0;
}

.banner-tabs:first-child .tab-entry.active:before, .banner-tabs:first-child .tab-entry:hover:before {
    top: auto;
    bottom: -1px;
}

.banner-tabs .title {
    font-size: 18px;
    line-height: 22px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.banner-tabs .text {
    font-size: 13px;
    line-height: 18px;
    color: #6a7483;
    position: relative;
}

.swiper-arrow {
    position: absolute;
    top: 50%;
    left: 3%;
    font-size: 35px;
    line-height: 35px;
    margin-top: -17px;
    color: #232c3b;
    cursor: pointer;
}

.swiper-arrow:hover {
    color: #ed1c24;
}

.swiper-arrow:active {
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
}

.swiper-arrow.right {
    left: auto;
    right: 3%;
}

@media (max-width: 991px) {
    .block.type-10 .content img {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    .block.type-10 .content.text-entry {
        left: 0;
        opacity: 1;
    }

    .block.type-10, .block.type-10 .swiper-container, .block.type-10 .swiper-wrapper, .block.type-10 .swiper-slide, .block.type-10 .container, .block.type-10 .slide-container, .block.type-10 .slide-block {
        height: 500px !important;
        min-height: 0px !important;
    }

    .block.type-10 .pagination {
        display: block;
    }

    .banner-tabs {
        display: none;
    }

    .swiper-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .block.type-10 .swiper-slide {
        padding-bottom: 55px;
        padding-top: 25px;
    }

    .block.type-10, .block.type-10 .swiper-container, .block.type-10 .swiper-wrapper, .block.type-10 .swiper-slide, .block.type-10 .container, .block.type-10 .slide-container, .block.type-10 .slide-block {
        height: auto !important;
    }

    .block.type-10 .content {
        padding: 0;
    }

    .block.type-10 .content .title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .block.type-10 .content .subtitle {
        margin-top: 5px;
    }

    .block.type-10 .content .text {
        margin-bottom: 15px;
    }

    .main-banner-height {
        height: auto !important;
        min-height: 200px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - BLOCK "TYPE 6" - MODIFICATION WITH FULL-WIDTH TESTIMONIALS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.style-1 .testimonials-icons .entry {
    padding-top: 0;
}

.block.style-1 .testimonials-icons .entry img {
    transform: scale(0.8);
}

.block.style-1 .testimonials-icons .entry div.active img {
    transform: scale(1);
}

.block.style-1 .testimonials-container {
    margin-bottom: 45px;
    background-image: none;
}

.block.style-1 .testimonials-container:after {
    width: 25px;
    height: 16px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    content: "";
}

.block.style-1 .testimonials-container:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    top: -30px;
}

@media (max-width: 991px) {
    .block.style-1 .testimonials-container {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 19 - BLOCK "TYPE 11" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.text-image-box {
    padding: 30px 0;
}

.text-image-box .title {
    font-size: 24px;
    line-height: 24px;
    color: #232c3b;
    margin-bottom: 20px;
}

.text-image-box .text {
    font-size: 16px;
    line-height: 24px;
    color: #6a7483;
}

.text-image-box p, .text-image-box ul, .text-image-box ol, .text-image-box img {
    margin-bottom: 20px;
}

.text-image-box .subtitle {
    font-size: 18px;
    line-height: 18px;
    color: #232c3b;
    margin-bottom: 20px;
}

.text-image-box .subtitle img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
    margin-bottom: 0;
}

.text-image-box .subtext {
    font-size: 14px;
    line-height: 22px;
    color: #6a7483;
}

.text-image-box ul {
    list-style: none;
}

.text-image-box ul li {
    line-height: 18px;
    padding: 11px 0 11px 40px;
    position: relative;
}

.text-image-box ul li:before {
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
}

.text-image-box .image-wrapper {
    text-align: center;
}

.text-image-box .image-wrapper img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}

.text-image-box .cell-view {
    width: 1000px;
    height: 450px;
}

.type-11-separator {
    width: 50%;
    position: relative;
    left: 25%;
    height: auto;
    margin-top: -20px;
    margin-bottom: -20px;
}

.vice-versa {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.vice-versa-vertical {
    transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
}

@media (max-width: 991px) {
    .text-image-box {
        padding: 0 0 30px 0;
    }

    .text-image-box:last-child {
        padding-bottom: 0;
    }

    .text-image-box .cell-view {
        width: auto;
        height: auto;
    }

    .text-image-box .image-wrapper {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .type-11-separator {
        display: none;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 - BLOCK "TYPE 12" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tabs-wrapper {
    padding-bottom: 30px;
}

.tabs-container {
    display: none;
}

.tabs-switch-box {
    text-align: center;
    font-size: 0;
    margin-bottom: 70px;
    position: relative;
}

.tabs-switch-box .tabs-desktop div, .tabs-select-text {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #c6cad2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 14px 25px;
    background: #232c3b;
    cursor: pointer;
    border-left: 1px #fff solid;
}

.tabs-switch-box .tabs-desktop div:first-child {
    border: none;
}

.tabs-switch-box .tabs-desktop div:hover, .tabs-switch-box .tabs-desktop div.active {
    background: #ed1c24;
    color: #fff;
}

.tabs-switch-box select, .tabs-select-text {
    display: none;
}

.block.type-12 .icon-entry, .feature.icon-entry {
    text-align: center;
    padding-bottom: 30px;
}

.block.type-12 .icon-entry img, .feature.icon-entry img { /* width: 80px; height: 80px; */
    display: inline-block;
    margin-bottom: 20px;
}

.block.type-12 .icon-entry .title, .feature.icon-entry .title {
    font-size: 18px;
    line-height: 18px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.block.type-12 .icon-entry .text, .feature.icon-entry .text {
    font-size: 14px;
    line-height: 22px;
    color: #6a7483;
}

.block.type-12 .big-image-entry {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 30px;
}

.custom-overflow-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 0px 10px 10px 0px;
}

.custom-overflow-container {
    min-width: 900px;
}

.custom-overflow-container .price-entry {
    padding-bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.price-entry.title-column {
    padding-top: 210px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.price-entry.title-column .middle div {
    background: #232c3b !important;
    color: #fff;
}

.price-entry.title-column .middle div:nth-child(2n) {
    background: #3a4456 !important;
}

.custom-overflow-container .price-entry .bottom .price b {
    font-size: 30px;
}

.tabs-wrapper.style-1 .text-image-box {
    padding: 0;
}

.tabs-wrapper.style-1 .tabs-container {
    border: 1px #f2f2f2 solid;
    padding: 20px 35px;
}

.tabs-wrapper.style-1 .tabs-switch-box {
    margin-bottom: 0;
}

.tabs-wrapper.style-1 .tabs-switch-box .tabs-desktop div {
    background: #f9f9f9;
    color: #6a7483;
    border-right: 1px #f2f2f2 solid;
    border-top: 1px #f2f2f2 solid;
}

.tabs-wrapper.style-1 .tabs-switch-box .tabs-desktop div:last-child {
    border-right: 1px #f2f2f2 solid;
}

.tabs-wrapper.style-1 .tabs-switch-box .tabs-desktop div:hover, .tabs-wrapper.style-1 .tabs-switch-box .tabs-desktop div.active {
    background: #232c3b;
    color: #fff;
}

@media (max-width: 991px) {
    .tabs-wrapper {
        padding-bottom: 0;
    }

    .tabs-switch-box {
        margin-bottom: 40px;
    }

    .tabs-switch-box .tabs-desktop {
        display: none;
    }

    .tabs-switch-box select, .tabs-select-text, .tabs-select-text {
        display: block;
    }

    .tabs-select-text {
        padding: 14px 50px 14px 20px;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        position: relative;
    }

    .tabs-select-text .glyphicon {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #ed1c24;
        font-size: 18px;
    }

    .tabs-switch-box select {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        border: none;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 18px;
        background: #ed1c24;
        color: #fff;
        cursor: pointer;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 - BLOCK "TYPE 3" - MODIFICATION WITH SLIDER ENABLED */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-3.style-1 .block-header .title, .block.type-3.style-1 .icon-entry .title {
    color: #fff;
}

.block.type-3.style-1 .block-header .text, .block.type-3.style-1 .icon-entry .text {
    color: #c6cad2;
}

.block.type-3.style-1 .icon-entry {
    padding-bottom: 0;
}

.block.type-3.style-1 .icon-entry img {
    width: 130px;
    height: 130px;
}

@media (max-width: 991px) {
    .block.type-3.style-1 {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 22 - BLOCK "TYPE 13" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-13 .block-header .title {
    color: #fff;
}

.block.type-13 .block-header .text {
    color: #c6cad2;
}

.circle-slide-box {
    margin-bottom: 25px;
}

.circle-slide-box .pagination {
    display: none;
}

.circle-slide-box .swiper-container {
    height: inherit !important;
    text-align: center;
}

.circle-slide-box .swiper-wrapper {
    float: left;
}

.circle-slide-box .swiper-slide {
    cursor: pointer;
}

.circle-slide-box img {
    transform: scale(0.4);
    -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    max-width: 100%;
    height: auto;
}

.circle-slide-box .swiper-slide-active img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    display: inline-block;
}

.circle-description-slide-box {
    text-align: center;
    padding-bottom: 60px;
}

.circle-description-slide-box .pagination {
    display: none;
}

.circle-description-slide-box .title {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.circle-description-slide-box .text {
    font-size: 14px;
    color: #c6cad2;
    line-height: 22px;
}

@media (max-width: 991px) {
    .circle-description-slide-box {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 23 - BLOCK "TYPE 10" - MODIFICATION WITH BACKGROUND IMAGES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-10.style-1:before {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.style-1 .vertical-align {
    margin-top: 0;
}

.block.type-10.style-1 .pagination {
    display: block;
}

.block.type-10.style-1 .swiper-slide {
    position: relative;
}

.block.type-10.style-1 .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.block.type-10.style-1 .content.text-entry {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(35, 44, 59, .95);
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, .4);
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .4);
    padding: 25px 35px;
}

.block.type-10.style-1.video-slider .content.text-entry {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 20px 0;
}

.block.type-10.style-1.video-slider .swiper-slide:before, .block.type-10.style-1.video-slider:before {
    background: rgba(0, 0, 0, 0.5);
}

.block.type-10.style-1 .content .title {
    color: #fff;
}

.block.type-10.style-1 .content .subtitle {
    color: #c6cad2;
}

.block.type-10.style-1 .content .text {
    color: #c6cad2;
}

.style-1 .swiper-arrow {
    color: #ed1c24;
}

.style-1 .swiper-arrow:hover {
    color: #fff;
}

.block.type-10.style-1 .block-header {
    margin-bottom: 0;
}

.block.type-10.style-1 .block-header .title {
    color: #fff;
}

.block.type-10.style-1 .block-header .text {
    color: #c6cad2;
}

.block.type-10.style-1 .container.min-height-0 {
    min-height: 0 !important;
    height: auto !important;
    padding: 35px 0;
}

.video-open {
    cursor: pointer;
    border-radius: 5px;
}

#content-wrapper .video-open:hover {
    background: rgba(22, 29, 40, 0.7);
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .block.type-10.style-1 .swiper-slide {
        background: none !important;
    }

    .block.type-10.style-1 .swiper-slide:before {
        display: none;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 24 - BLOCK "TYPE 8" - MODIFICATION WITH LIGHT TEXT STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.style-1 .form-description .title {
    color: #232c3b;
}

.style-1 .form-description .text {
    color: #838b97;
}

.style-1 .block-form {
    background: #232c3b;
}

.style-1 .block-form input, .style-1 .block-form .prefix {
    color: #c6cad2;
    border-color: #313b4c;
}

.style-1 .links-examples li a {
    color: #838b97;
}

.style-1 .links-examples li a:hover {
    color: #ed1c24;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 25 - BLOCK "TYPE 14" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-14 .block-header .title {
    color: #fff;
}

.block.type-14 .block-header .text {
    color: #c6cad2;
}

.block.type-14 .entry {
    position: relative;
    margin-bottom: 40px;
}

.block.type-14 .entry:nth-child(2n+1) {
    clear: both;
}

.block.type-14 .entry .image-wrapper {
    width: 155px;
    text-align: center;
    float: right;
}

.block.type-14 .entry:nth-child(2n) .image-wrapper {
    float: left;
}

.block.type-14 .entry .image-wrapper img {
    width: 130px;
    height: 130px;
    display: inline-block;
}

.block.type-14 .entry .content {
    margin-right: 170px;
    text-align: right;
}

.block.type-14 .entry:nth-child(2n) .content {
    margin-right: 0;
    margin-left: 170px;
    text-align: left;
}

.block.type-14 .entry .title {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.block.type-14 .entry .text {
    font-size: 14px;
    line-height: 22px;
    color: #c6cad2;
}

.block.type-14 .entry .cell-view {
    height: 130px;
    width: 1000px;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .block.type-14 .entry {
        margin-bottom: 20px;
    }

    #content-wrapper .block.type-14 .entry .image-wrapper {
        float: none;
        width: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .block.type-14 .entry .content, .block.type-14 .entry:nth-child(2n) .content {
        text-align: left;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    .block.type-14 .entry .cell-view {
        height: auto;
    }

    .block.type-14 .entry .title {
        margin-bottom: 10px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 26 - BLOCK "TYPE 15" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-15 .news-entry, .block.type-15 .blockquote-entry {
    background: #f9f9f9;
    margin: 0 10px;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}

.blockback:nth-child(2n) .type-15 .news-entry, .blockback:nth-child(2n) .type-15 .blockquote-entry {
    background: #fff;
}

.block.type-15 .blockquote-entry {
    margin-left: 50px;
}

.block.type-15 .news-wrapper {
    padding-bottom: 60px;
}

.block.type-15 .news-entry .image-wrapper {
    max-width: 40%;
    float: left;
    margin-right: 20px;
}

.block.type-15 .news-entry .image-wrapper:hover img {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
}

.block.type-15 .news-entry img {
    max-width: 100%;
    height: auto;
    display: block;
}

.block.type-15 .news-entry .content {
    margin-right: 10px;
    padding: 20px 0;
}

.block.type-15 .news-entry .data-line {
    font-size: 11px;
    line-height: 14px;
    color: #6a7483;
    margin-bottom: 15px;
}

.block.type-15 .news-entry .data-line span {
    color: #ed1c24;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.block.type-15 .news-entry .data-line div {
    display: inline-block;
    margin-right: 5px;
}

.block.type-15 .news-entry .title {
    font-size: 18px;
    line-height: 22px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.block.type-15 .news-entry .title:hover {
    color: #ed1c24;
}

.block.type-15 .news-entry .text {
    font-size: 14px;
    line-height: 22px;
    color: #6a7483;
}

.block.type-15 .blockquote-entry blockquote {
    padding: 25px 20px 25px 50px;
}

.block.type-15 .blockquote-entry .blockquote-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -35px;
}

@media (max-width: 991px) {
    .block.type-15 .news-wrapper {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 27 - BLOCK "TYPE 6" - MODIFICATION WITH FULL-WIDTH TESTIMONIALS AND SQUARE SLIDES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-6.style-1.square-slider .testimonials-icons .entry img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    width: 100%;
    height: auto;
    max-width: 130px;
    display: block;
}

.block.type-6.style-1.square-slider .testimonials-icons .entry div:before {
    z-index: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: rgba(35, 44, 59, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
}

.block.type-6.style-1.square-slider .testimonials-icons .entry div:hover:before {
    opacity: 0.7;
}

.block.type-6.style-1.square-slider .testimonials-icons .entry div.active:before, .block.type-6.style-1.square-slider .testimonials-icons .entry div.active:hover:before {
    opacity: 0;
}

@media (max-width: 420px) {
    .block.type-6.style-1.square-slider .testimonials-wrapper .connected-to-top-swiper {
        width: 290px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .block.type-6.style-1.square-slider .testimonials-wrapper .connected-to-top-swiper {
        width: 390px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block.type-6.style-1.square-slider .testimonials-wrapper .connected-to-top-swiper {
        width: 650px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block.type-6.style-1.square-slider .testimonials-wrapper .connected-to-top-swiper {
        width: 910px;
    }
}

@media (min-width: 1200px) {
    .block.type-6.style-1.square-slider .testimonials-wrapper .connected-to-top-swiper {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    header.reduced .cell-view {
        height: 90px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 29 - TYPOGRAPHY STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.typography-block {
    font-size: 14px;
    line-height: 22px;
    color: #6a7483;
}

.typography-block .large-font {
    font-size: 18px;
    line-height: 28px;
}

.typography-block .medium-font {
    font-size: 16px;
    line-height: 26px;
}

.block.type-5 .typography-block {
    color: #c6cad2;
}

.typography-block p, .typography-block ul, .typography-block ol, .typography-block img {
    margin-bottom: 22px;
}

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

.typography-block ul {
    list-style: none;
}

.typography-block li {
    padding: 6px 0 6px 35px;
    position: relative;
}

.typography-block ul > li:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ed1c24;
}

.typography-block .large-font ul > li:before {
    top: 16px;
}

.typography-block .medium-font ul > li:before {
    top: 15px;
}

.typography-block ul.list-type-1 li {
    padding-left: 40px;
}

.typography-block ul.list-type-1 li:before {
    width: 24px;
    height: 24px;
    left: 0;
    top: 3px;
}

.typography-block .large-font ul.list-type-1 li:before {
    top: 7px;
}

.typography-block .medium-font ul.list-type-1 li:before {
    top: 6px;
}

.typography-block ul.list-type-2 img {
    width: 24px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 4px;
}

.typography-block .large-font ul.list-type-2 img {
    top: 8px;
}

.typography-block .medium-font ul.list-type-2 img {
    top: 6px;
}

.typography-block ul.list-type-2 li:before {
    display: none;
}

.typography-block ol {
    list-style: none;
    counter-reset: number;
}

.typography-block ol > li {
    padding-left: 0;
}

.typography-block ol > li:before {
    counter-increment: number;
    content: "#" counter(number);
    color: #ed1c24;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.block.type-5 .typography-block h1, .block.type-5 .typography-block h2, .block.type-5 .typography-block h3, .block.type-5 .typography-block h4, .block.type-5 .typography-block h5, .block.type-5 .typography-block h6 {
    color: #fff;
}

.alert, .type-8 .callout {
    color: #fff;
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.type-8 .callout {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    background-color: #7db42e;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #9bd24d;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #9bd24d;
    border: solid 1px #7db42e;
}

.alert-info {
    background-color: #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fff;
    border: solid 1px #f5f5f5;
    color: #6a7483;
}

.alert-warning {
    background-color: #ed1c24;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fd845b;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fd845b;
    border: solid 1px #ed1c24;
}

.alert-danger {
    background-color: #fc2222;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #ff6262;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #ff6262;
    border: solid 1px #fc2222;
}

button.close {
    opacity: 1 !important;
    color: #fff !important;
    text-shadow: none;
}

.alert-info button.close {
    color: #6a7483 !important;
}

.highlight {
    color: #fff;
    display: inline;
    padding: 0 5px;
}

.highlight.style-1 {
    background: #232c3b;
}

.highlight.style-2 {
    background: #ed1c24;
}

span[data-toggle="popover"], em[data-toggle="popover"] {
    color: #ed1c24;
    cursor: pointer;
}

span[data-toggle="popover"] .glyphicon, em[data-toggle="popover"] .glyphicon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.popover {
    background: #6a7483;
    color: #fff;
    border: none;
}

.popover.top > .arrow::after {
    border-top-color: #6a7483;
}

.popover.left > .arrow::after {
    border-left-color: #6a7483;
}

.popover.right > .arrow::after {
    border-right-color: #6a7483;
}

.popover.bottom > .arrow::after {
    border-bottom-color: #6a7483;
}

.typography-block a {
    color: #ed1c24;
    text-decoration: underline;
}

.typography-block a:hover {
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 30 - BLOCK "TYPE 1" - MODIFICATION WITH TWO COLUMNS INSTEAD THREE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-1.style-1 .icon-entry:nth-child(3n+1) {
    clear: none;
}

.block.type-1.style-1 .icon-entry:nth-child(2n+1) {
    clear: both;
}

.block.type-1.style-1 .icon-entry img {
    width: 120px;
    height: 120px;
}

.block.type-1.style-1 .icon-entry .content {
    margin-left: 145px;
}

.block.type-1.style-1 .icon-entry .title {
    padding-top: 10px;
}

@media (max-width: 991px) {
    .block.type-1 .icon-entry {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 31 - BLOCK "TYPE 16" - MODIFICATION WITH ANOTHER TIMELINE LOOK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-16.style-1 .timeline-entry {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

.block.type-16.style-1 .timeline-entry:nth-child(2n) {
    float: right;
}

.block.type-16.style-1 .timeline-entry .timeline-entry-container:before {
    background: #ed1c24;
    right: -56px;
}

.block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container:before {
    display: block;
    right: auto;
    left: -56px;
}

.block.type-16.style-1 .timeline-entry .timeline-entry-container:after {
    width: 12px;
    height: 22px;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -11px;
}

.block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container:after {
    left: auto;
    right: 100%;
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.block.type-16.style-1 .timeline-entry .timeline-entry-container, .block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.timeline-entry .content .date {
    font-size: 12px;
    color: #6a7483;
}

.block.type-16.style-1 .timeline-entry .timeline-entry-container {
    min-height: 155px;
    margin-right: 30px;
}

.block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container {
    margin-right: 0;
    margin-left: 30px;
}

.block.type-16.style-1 .timeline-entry .content .cell-view {
    height: 155px;
}

.block.type-16.style-1 .timeline-entry .image-wrapper {
    position: absolute;
    width: 130px;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
}

.block.type-16.style-1 .timeline-entry:nth-child(2n) .image-wrapper {
    right: auto;
    left: 0;
}

.block.type-16.style-1 .timeline-entry .image-wrapper img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
}

.block.type-16.style-1 .timeline-entry .content {
    margin-right: 130px;
}

.block.type-16.style-1 .timeline-entry:nth-child(2n) .content {
    margin-left: 130px;
    margin-right: 0;
}

@media (max-width: 991px) {
    .block.type-16.style-1 .timeline-entry .image-wrapper, .block.type-16.style-1 .timeline-entry:nth-child(2n) .image-wrapper {
        position: relative;
        left: auto;
        right: auto;
        text-align: center;
        height: auto;
        width: auto;
    }

    .block.type-16.style-1 .timeline-entry .image-wrapper img {
        position: relative;
        display: inline-block;
        margin: 0;
        top: auto;
        left: auto;
    }

    .block.type-16.style-1 .timeline-entry .timeline-entry-container:after {
        display: none;
    }

    .block.type-16.style-1 .timeline-entry .timeline-entry-container, .block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container {
        margin: 0;
    }

    .block.type-16.style-1 .timeline-entry .content, .block.type-16.style-1 .timeline-entry:nth-child(2n) .content {
        margin: 0;
    }

    .block.type-16.style-1 .timeline-entry .content .cell-view {
        height: auto;
        padding-bottom: 0;
    }

    .block.type-16.style-1 .timeline-entry {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .block.type-16.style-1 .timeline-entry .timeline-entry-container:before, .block.type-16.style-1 .timeline-entry:nth-child(2n) .timeline-entry-container:before {
        right: 50%;
        left: auto;
    }
}

@media (max-width: 767px) {

}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 32 - BLOCK "TYPE 17" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popular-faq-entry {
    position: relative;
    margin-bottom: 60px;
}

.popular-faq-entry .image-wrapper {
    float: left;
    width: 130px;
}

.popular-faq-entry .image-wrapper img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
}

.popular-faq-entry .content {
    margin-left: 130px;
    padding-left: 35px;
    border-left: 5px #ed1c24 solid;
    min-height: 90px;
}

.popular-faq-entry .title {
    font-size: 18px;
    line-height: 18px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.popular-faq-entry .text {
    font-size: 16px;
    line-height: 22px;
    color: #6a7483;
}

@media (max-width: 991px) {
    .popular-faq-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .popular-faq-entry .image-wrapper img {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        display: inline-block;
    }

    .popular-faq-entry .image-wrapper {
        float: none;
        text-align: center;
        width: auto;
        margin-bottom: 15px;
    }

    .popular-faq-entry .content {
        margin: 0;
        border: none;
        padding: 0;
        text-align: center;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 33 - BLOCK "TYPE 6" - MODIFICATION WITH FULL-WIDTH TESTIMONIALS AND BACKGROUND */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.block.type-6.style-2 .background-slider .testimonials-container .pagination {
    display: block;
}

.block.type-6.style-2 .testimonials-wrapper {
    padding-bottom: 0;
}

.block.type-6.style-2 .testimonials-container {
    margin-bottom: 0;
    text-align: center;
    background: #fff;
    padding: 50px 30px 90px 30px;
    margin-top: 30px;
}

.block.type-6.style-2 .testimonials-container:before {
    width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}

.block.type-6.style-2 .testimonials-container:after {
    display: none;
}

.block.type-6.style-2 .testimonial-image {
    text-align: center;
    margin-top: -80px;
    position: relative;
}

.block.type-6.style-2 .testimonial-image img {
    display: inline-block;
    border: 15px #fff solid;
}

.block.type-6.style-2 blockquote footer {
    padding-top: 15px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 34 - BLOCK "TYPE 18" */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.button input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0;
}

/*form elements - checkboxes and radio buttons*/
#content-wrapper .checkbox-entry {
    position: relative;
    margin: 0 0 19px 0;
}

.checkbox-entry input {
    position: absolute;
    left: -30px;
    display: none;
}

.checkbox-entry label {
    font-size: 14px;
    color: #6a7483;
    line-height: 17px;
    display: block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.checkbox-entry label:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #dfdfdf;
}

.checkbox-entry.active label:before {
    background-color: #ed1c24;
    -webkit-box-shadow: inset 0 0 0 5px #dfdfdf;
    box-shadow: inset 0 0 0 5px #dfdfdf;
}

.checkbox-entry.radio label:before {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*form inputs*/
.field-entry {
    margin-bottom: 19px;
}

.field-entry label {
    display: block;
    font-size: 14px;
    color: #232c3b;
    line-height: 22px;
    margin-bottom: 14px;
    padding: 0 20px;
}

.field-entry input, .field-entry textarea {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    line-height: 50px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    color: #6a7483;
}

.field-entry textarea {
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 160px;
    resize: vertical;
}

.blockback:nth-child(2n) .field-entry input, .blockback:nth-child(2n) .field-entry textarea {
    background: #f9f9f9;
}

/*form block*/
.form-block {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px rgba(0, 0, 0, .05);
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: 70px;
    margin-bottom: 90px;
    position: relative;
}

.blockback:nth-child(2n) .form-block {
    background: #fff;
}

.form-wrapper {
    padding: 25px 30px;
}

.form-block .button {
    display: block;
}

.form-block .simple-link {
    margin-bottom: 19px;
}

.form-block .form-icon {
    position: absolute;
    left: 50%;
    top: 0;
    margin: -70px 0 0 -70px;
    border: 10px #fff solid;
    width: 140px;
    height: 140px;
}

.field-columns .column {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.field-columns .column:first-child {
    padding-left: 0;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .form-block {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .form-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .field-columns .column {
        padding-left: 10px;
    }

    .field-columns .column:first-child {
        padding-left: 0;
        padding-right: 10px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 35 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.blog-wrapper {
    padding-top: 100px;
}

/*side menu - blog entries*/
.side-menu-image-item {
    margin-bottom: 25px;
}

.side-menu-image-item:last-child {
    margin-bottom: 15px;
}

.side-menu-image-item .image {
    margin: 0 30px 10px 30px;
    display: block;
    position: relative;
}

.side-menu-image-item .image:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(35, 44, 59, 0.8);
    z-index: 1;
    opacity: 0;
}

.side-menu-image-item .image:hover:before {
    opacity: 1;
}

.side-menu-image-item .image:hover:after {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.side-menu-image-item .image img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.side-menu-image-item .title {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-bottom: 7px;
}

.side-menu-image-item .title:hover {
    color: #ed1c24;
}

.author {
    margin: 0 30px 0 30px;
    font-size: 12px;
    color: #6a7483;
    line-height: 14px;
}

.author a {
    color: #ed1c24;
    line-height: 1.4;
}

.author a:hover {
    color: #6a7483 !important;
}

/*tags*/
.tag:not(body) {
    font-size: 11px;
    line-height: 14px;
    color: #6a7483;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 10px 6px 10px;
    background: #fff;
    margin: 2px 4px 2px 0;
}

.tag:not(body):hover, .tag:not(body).active {
    color: #fff;
    background: #ed1c24;
}

/*simple search form*/
.search-form {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #232c3b;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    height: 50px;
    margin-bottom: 30px;
    position: relative;
}

.search-form input[type="text"] {
    border: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #c6cad2;
    background: none;
    padding: 0 70px 0 20px;
}

.search-form input[type="submit"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    border: none;
}

/*main blog entry*/
.blog-entry {
    margin-bottom: 100px;
}

.blog-entry .data-column {
    float: left;
    width: 70px;
    text-align: center;
}

.blog-entry .data-column .date span {
    display: block;
    font-size: 28px;
    line-height: 30px;
    padding-top: 10px;
    color: #fff;
    margin-bottom: 3px;
}

.blog-entry .data-column .data-entry {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 14px;
    color: #6a7483;
}

.blog-entry .data-column .data-entry .icon-entry {
    margin-bottom: 5px;
    display: inline-block;
    height: 28px;
    width: 28px;
    background-position: center center;
    background-repeat: no-repeat;
}

.blog-entry .content {
    margin-left: 100px;
}

.thumbnail-entry {
    margin-bottom: 25px;
    display: block;
}

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

.blog-entry .content .title {
    font-size: 24px;
    line-height: 30px;
    color: #232c3b;
    margin-bottom: 15px;
    display: inline-block;
}

.blog-entry .content a.title:hover {
    color: #ed1c24;
}

.blog-entry .content .author {
    font-size: 14px;
    margin: 0 0 15px 0;
}

.blog-entry .content .description {
    font-size: 14px;
    line-height: 20px;
    color: #6a7483;
    margin-bottom: 25px;
}

/*blockquote*/
.thumbnail-entry blockquote, blockquote {
    background-color: #232c3b;
    padding: 30px;
    margin-bottom: 34px;
}

.thumbnail-entry blockquote p, blockquote p, blockquote {
    font-size: 30px;
    line-height: 37px;
    color: #fff;
    font-style: italic;
}

.thumbnail-entry blockquote footer, blockquote footer {
    color: #c6cad2;
}

.thumbnail-entry blockquote.light {
    background-color: #f9f9f9;
}

.thumbnail-entry blockquote.light p {
    color: #232c3b;
}

.thumbnail-entry blockquote.light footer {
    color: #6a7483;
}

/*blog swiper*/
.blog-swiper {
    height: 400px;
}

.blog-swiper .swiper-container {
    height: inherit !important;
}

.blog-swiper .pagination {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 35px;
}

.blog-swiper .swiper-slide {
    background-size: cover;
    background-position: center center;
}

/*paginator*/
.paginator {
    padding: 30px 0;
    border-top: 1px #f2f2f2 solid;
    border-bottom: 1px #f2f2f2 solid;
    margin-bottom: 100px;
}

.paginator .button {
    font-size: 9px;
    line-height: 9px;
    padding: 9px 14px;
    float: right;
}

.paginator .button:first-child {
    float: left;
}

.paginator ul {
    list-style: none;
    margin: 0 100px -27px 100px;
    font-size: 0;
    text-align: center;
}

.paginator ul li a {
    color: #232c3b;
}

.paginator ul li a:hover, .paginator ul li a.active {
    color: #ed1c24;
}

/*sound iframe*/
.soundcloud-wrapper {
    padding: 70px;
    background: #f9f9f9;
}

/*related posts*/
.blog-detail-content {
    margin-left: 100px;
    margin-top: -20px;
}

.related-posts {
    margin-bottom: 70px;
}

.related-posts .swiper-container {
    margin: 0 -15px 0 -15px;
}

.related-post-entry {
    padding: 0 15px;
}

.related-post-entry .image {
    display: block;
    margin-bottom: 20px;
}

.related-post-entry .image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.related-post-entry .title:hover {
    color: #ed1c24;
}

.related-post-entry .author {
    font-size: 14px;
    margin: 0 0 12px 0;
}

.related-post-entry .description {
    font-size: 14px;
    line-height: 22px;
    color: #6a7483;
}

/*comments*/
.comment {
    margin-left: 70px;
}

.comment-entry {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    min-height: 70px;
    position: relative;
    margin-left: -35px;
    padding: 27px 20px 27px 65px;
}

.comment-entry .comment-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -35px;
}

.comment-entry .title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #6a7483;
    text-transform: uppercase;
}

.comment-entry .description, .comment-entry .description p {
    font-size: 16px;
    line-height: 25px;
    color: #6a7483;
    margin-bottom: 20px;
}

.comment-entry .comment-link span {
    display: inline-block;
    margin-right: 5px;
}

.comment-entry .comment-link:hover {
    color: #232c3b;
}

.blog-detail-content .form-block {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .blog-wrapper {
        padding-top: 50px;
    }

    .blog-entry {
        margin-bottom: 50px;
    }

    .paginator {
        margin-bottom: 50px;
    }

    .related-posts {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .blog-entry .data-column {
        float: none;
        width: auto;
        text-align: left;
    }

    .blog-entry .data-column .date {
        display: inline-block;
        width: 70px;
        margin: 0 10px 15px 0;
        text-align: center;
    }

    .blog-entry .data-column .data-entry {
        display: inline-block;
        margin: 0 10px 15px 10px;
        text-align: center;
    }

    .blog-entry .content {
        margin-left: 0;
    }

    .blog-detail-content {
        margin-left: 0;
    }

    .thumbnail-entry blockquote, blockquote {
        padding: 50px 20px 20px 20px;
        background-position: 7px 0;
    }

    .thumbnail-entry blockquote p, blockquote p {
        font-size: 24px;
        line-height: 32px;
    }

    .blog-swiper {
        height: 200px;
    }

    .blog-swiper .pagination {
        bottom: 15px;
    }

    .paginator ul {
        margin: 0 0 5px 0;
    }

    .soundcloud-wrapper {
        padding: 15px;
    }
}

/*----- Custom styles -----*/

.nopadding > .row {
    margin-left: 0;
    margin-right: 0;
}

.nopadding > .row > .vc_col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.block {
    clear: both;
}

body.admin-bar .subheader.active {
    top: 32px;
}

@media screen and (max-width: 990px) {
    body.admin-bar .subheader.active {
        top: 46px;
    }
}

.wpb_content_element {
    padding-left: 15px;
    padding-right: 15px;
}

.heading h1 + p, .heading h2 + p, .heading h3 + p, .heading h4 + p, .heading h5 + p, .heading h6 + p {
    width: 50%;
    margin-left: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.heading.h-light h2 {
    color: #fff;
}

.heading.h-light .text p {
    color: rgba(254, 254, 254, 0.7);
}

.posrel {
    position: relative;
}

.over_color {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.testimonials-wrapper p, .news-wrapper p {
    font-size: 14px;
}

.author .post-tags {
    margin-top: 10px;
}

.post-tags a::before {
    content: " ";
}

.author .post-tags a {
    margin-left: 5px;
}

.blog-entry p {
    font-size: 16px;
}

body.admin-bar .header-container {
    top: 158px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .header-container {
        top: 96px;
    }
}

@media screen and (min-width: 992px) {
    .circle-entry:nth-child(2n+2) {
        margin-left: 16.66666667%;
    }
}

.nrghost-post-like {
    cursor: pointer;
}

.nrghost-post-like.liked {
    position: relative;
}

.nrghost-post-like.liked::after {
    content: "\f00c";
    position: absolute;
    top: 8px;
    left: 1px;
    font-size: 13px;
    width: 100%;
    height: 100%;
    font-family: 'FontAwesome';
}

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

.widget.main-widget.widget_search {
    padding-bottom: 0;
    padding-top: 0;
}

.widget.widget_search .widgettitle {
    padding-top: 20px;
}

.tagcloud > a {
    font-size: 11px !important;
    line-height: 14px;
    color: #6a7483;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 10px 6px 10px;
    background: #fff;
    margin: 2px 4px 2px 0;
}

.tagcloud > a:hover {
    color: #fff;
}

.widget:not(.footer-widget) {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px rgba(0, 0, 0, .05);
    padding: 30px 30px 20px 30px;
    font-size: 14px;
    color: #6a7483;
    line-height: 22px;
    margin-top: 0px;
    position: relative;
    display: none;
}

.widget:not(.footer-widget) {
    display: block;
    padding: 20px 0 10px 0;
    margin-bottom: 30px;
}

.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.main-widget.widget_nav_menu ul li a,
.widget_archive ul li a {
    color: #000000;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}
footer .widget{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
footer .widget_categories ul li a,
footer .widget_pages ul li a,
footer .widget_meta ul li a,
footer .widget_recent_comments ul li a,
footer .widget_recent_entries ul li a,
footer .widget_rss ul li a,
footer .main-widget.widget_nav_menu ul li a,
footer .widget_archive ul li a,
footer .widget .textwidget>p,
footer .widget_calendar #wp-calendar td a {
    color: rgba(255, 255, 255, 0.5);
}

.widget_categories > ul > li,
.widget_pages > ul > li,
.widget_meta > ul > li,
.widget_recent_comments > ul > li,
.widget_recent_entries > ul > li,
.widget_rss > ul > li,
.main-widget.widget_nav_menu > ul > li,
.widget_archive > ul > li {
    width: 100%;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 10px 14px 31px;
    text-align: left;
    padding-right: 30px;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    border: 1px solid #e9e9e9;
    border-bottom: none;
}
footer .widget_categories > ul > li,
footer .widget_pages > ul > li,
footer .widget_meta > ul > li,
footer .widget_recent_comments > ul > li,
footer .widget_recent_entries > ul > li,
footer .widget_rss > ul > li,
footer .main-widget.widget_nav_menu > ul > li,
footer .widget_archive > ul > li {
    border: none;
    padding: 5px 0px 5px 0px;
}
.widget_categories > ul > li:last-child,
.widget_pages > ul > li:last-child,
.widget_meta > ul > li:last-child,
.widget_recent_comments > ul > li:last-child,
.widget_recent_entries > ul > li:last-child,
.widget_rss > ul > li:last-child,
.main-widget.widget_nav_menu > ul > li:last-child,
.widget_archive > ul > li:last-child {
    border-bottom: 1px solid #e9e9e9;
}

.widget_categories ul ul,
.widget_pages ul ul,
.widget_meta ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul,
.main-widget.widget_nav_menu ul ul,
.widget_archive ul ul {
    width: 100%;
    float: left;
}

.widget_categories > ul > li:hover,
.widget_pages > ul > li:hover,
.widget_meta > ul > li:hover,
.widget_recent_comments > ul > li:hover,
.widget_recent_entries > ul > li:hover,
.widget_rss > ul > li:hover,
.widget_archive > ul > li:hover {
    background: #ed1c24;
}
footer .widget_categories > ul > li:hover,
footer .widget_pages > ul > li:hover,
footer .widget_meta > ul > li:hover,
footer .widget_recent_comments > ul > li:hover,
footer .widget_recent_entries > ul > li:hover,
footer .widget_rss > ul > li:hover,
footer .widget_archive > ul > li:hover {
    background: transparent!important;
}
.widget_categories ul li:hover a,
.widget_pages ul li:hover a,
.widget_meta ul li:hover a,
.widget_recent_comments ul li:hover a,
.widget_recent_entries ul li:hover a,
.widget_rss ul li:hover a,
.widget_archive ul li:hover a {
    color: #fff;
}

.widget ul.children,
.widget ul.children li {
    width: 100%;
    float: left;
}

.main-widget.widget_nav_menu ul li a, .main-widget.widget_nav_menu ul li a::before {
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
}

.main-widget.widget_nav_menu ul li a:hover {
    color: #000;
}

.main-widget.widget_nav_menu ul li a:hover::before {
    right: -6px;
}

.sidebar select, .widget_archive select, .widget_categories select, .widget_text select {
    max-width: 80%;
    width: 80%;
    margin: 0 10%;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 30px;
    height: 30px;
}
footer .sidebar select,
footer .widget_archive select,
footer .widget_categories select,
footer .widget_text select{
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.widget_calendar #wp-calendar {
    width: 80%;
    margin: 0 10%;
    margin-top: 15px;
    font-size: 13px;
}
footer .widget_calendar #wp-calendar{
    width: 100%;
    margin: 0;
}
.widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
    text-align: center;
}

table#wp-calendar caption, table#wp-calendar thead {
    color: #8899a6;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.widget_calendar #wp-calendar th {
    font-weight: bold;
    font-size: 14px;
}

.widget_calendar #wp-calendar td {
    line-height: 2em;
}

.widget_calendar #wp-calendar td a {
    color: #4caf50;
    font-weight: bold;
}

div.widget_pages ul li a, .widget_meta ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li a, .main-widget.widget_nav_menu ul li a {
    width: 100%;
    display: inline;
    text-transform: uppercase;
}

div.widget_pages ul li, .widget_meta ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_recent_comments ul li, .main-widget.widget_nav_menu ul li {
    text-align: left;
}

.widget:not(.footer-widget).widget_text .textwidget {
    padding: 10px 30px;
}

.widget:not(.footer-widget).widget_text .textwidget p {
    font-size: 14px;
}

.widget:not(.footer-widget).widget_text .textwidget select {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

span.rss-date, .widget_rss cite {
    display: block;
    text-align: right;
    clear: both;
}

.widget_rss ul li::after {
    content: "";
    display: table;
    width: 100%;
    margin: 10px 0 0;
}

.main-widget.widget_nav_menu ul li {
    width: 100%;
    padding: 5px 10px 5px 5px;
    float: left;
}

.widget_rss .widgettitle a {
    color: inherit;
}

.widget_text .wp-caption.alignnone {
    margin: 10px 0;
    max-width: 100%;
}

p.form-submit::after {
    clear: both;
    content: "";
    display: table;
}

p.logged-in-as {
    margin-bottom: 20px;
}

.comment .title a {
    color: #000;
}

.comment .title a:hover {
    color: #23527c;
}

.comment .title span.edit-link {
    text-transform: lowercase;
    float: right;
}

p.post-pagination {
    margin-top: 20px;
}

.post-pagination a {
    font-weight: bold;
}

.prev-next-posts {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5em;
}

.prev-next-posts a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

body .prev-next-posts a:hover {
    color: #6a7483;
    text-decoration: underline;
}

.next-post-link {
    text-align: right;
}

nav.navigation.pagination {
    display: block;
    text-align: center;
    padding: 30px 0;
    border-top: 1px #f2f2f2 solid;
    border-bottom: 1px #f2f2f2 solid;
    margin-bottom: 100px;
}

.nav-links a, .nav-links span {
    display: inline-block;
    font-size: 13px;
    line-height: 27px;
    color: #232c3b;
    padding: 0 10px;
}

.nav-links a.next.page-numbers {
    float: right;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    padding: 0px 14px;
    line-height: 24px;
}

.nav-links a.prev.page-numbers {
    float: left;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    padding: 0px 14px;
    line-height: 24px;
}

body.colour-2 .nav-links a.next:hover, body.colour-2 .nav-links a.prev:hover {
    color: #fff;
}

body.single .typography-block .gallery:nth-child(1) {
    display: none;
}

.page-404-text {
    text-align: center;
    margin: 100px 0;
}

.page-404-text a {
    border-bottom: 1px dashed;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

body .page-404-text a:hover {
    color: #6a7483;
}

.block.login-register-page {
    margin: 80px 0 40px;
}

.page-wrapper {
    margin-top: 80px;
    margin-bottom: 40px;
}

.width-50 {
    width: 50%;
    margin: 0 auto;
}

.text p {
    margin-bottom: 15px;
}

.wpb_text_column.text, .wpb_widgetised_column {
    padding-left: 0;
    padding-right: 0;
}

.already-logged h4 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    line-height: 1.5em;
}

.table-special table > tbody > tr > th {
    border-top: 0px;
}

.table-special table > tbody > tr > th {
    border-top: 0px;
    height: 210px;
    background: #232c3b;
    padding: 0 20px;
    text-align: center;
}

.table-special table tr.vc-th td {
}

.table-special table > tbody > tr > th .title {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.table-special table > tbody > tr > th:first-child {
    background: transparent;
}

.table-special table > tbody > tr > th .text {
    font-size: 14px;
    line-height: 22px;
    color: #c6cad2;
}

.table-special table > tbody > tr td {
    font-size: 14px;
    line-height: 18px;
    color: #6a7483;
    text-align: center;
    padding: 11px 5px;
}

.table-special .table tr > *:first-child {
    width: 25%;
}

.table-special .table tr:not(:first-child):not(:last-child) th:first-child, .table-special .table tr:not(:first-child):not(:last-child) td:first-child {
    background-color: #232c3b;
    color: #fff;
}

.table-special .table tr:not(:last-child):not(:first-child):nth-child(2n+1) {
    background-color: #f0f0f0;
}

.table-special .table tr:not(:last-child):not(:first-child) {
    background-color: #fff;
}

.table-special .table tr:not(:first-child):not(:last-child):nth-child(2n+1) th:first-child, .table-special .table tr:not(:first-child):not(:last-child):nth-child(2n+1) td:first-child {
    background-color: #3a4456 !important;
}

.table-special .table tr:last-child > *:not(:first-child) {
    background-color: #f9f9f9;
}

.table-special tr:first-child th:not(:first-child) .vc_table_content, .table-special tr:last-child td:not(:first-child) .vc_table_content {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    width: 1000px;
    height: 210px;
}

.table-special .table .price b {
    font-size: 30px;
}

.table-special .table .price {
    font-size: 20px;
    line-height: 30px;
    color: #ed1c24;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 22px;
}

.table-special .table .price span {
    font-size: 80%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    line-height: 50px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    color: #6a7483;
    resize: vertical;
}

form.wpcf7-form > p {
    margin-bottom: 20px;
}

form.wpcf7-form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.8em;
    display: block;
    margin-top: 5px;
}

:not(div.button) > input.wpcf7-submit {
    line-height: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ed1c24;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fd845b;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -2px #fd845b;
    border: solid 1px #ed1c24;
    display: block;
    padding: 16px 20px;
    font-size: 11px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    margin: 0 auto;
}

:not(div.button) > input.wpcf7-submit:hover {
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -40px #fd845b;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 -40px #fd845b;
}

.wpcf7-response-output[role="alert"] {
    border-width: 1px;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #6a7483;
}

.sidebar #wp-subscribe {
    padding: 0;
    background: transparent;
}

#wp-subscribe form {
    height: 40px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    margin-top: 20px;
}

.sidebar #wp-subscribe input.email-field {
    background: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 20px;
    font-size: 14px;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
}

.wpb_content_element.vc_map_responsive {
    padding-left: 0;
    padding-right: 0;
}

.wpb_content_element.vc_map_responsive .wpb_wrapper {
    padding: 0;
}

.submenu .submenu {
    position: absolute;
    left: 100%;
}

.submenu > div > span.submenu-icon {
    position: absolute;
    right: 10px;
}

.submenu > div > span.submenu-icon span {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.blog-wrapper .blog-entry {
    clear: both;
}

.blog-wrapper .blog-entry.sticky {
    position: relative;
    background-color: #f9f9f9;
    padding: 0 0 60px 0;
}

.blog-wrapper .blog-entry.sticky::after {
    content: "\f08d";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 33px;
    top: 30px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    font-size: 25px;
    z-index: 1;
}

body .testimonials-container blockquote {
    background-image: none !important;
    padding: inherit;
    background-color: inherit;
}

body .testimonials-container blockquote p {
    color: #6a7483;
    line-height: 22px;
    font-style: normal;
}

.news-wrapper .blockquote-entry blockquote p {
    font-size: 14px;
    color: #6a7483;
    line-height: 22px;
}

.news-wrapper .blockquote-entry blockquote {
    background: none;
}

.woocommerce ul.products li.product h3 {
    font-size: 35px;
}

.woocommerce ul.products li.product .price {
    font-size: 20px;
    line-height: 30px;
}

ul.products li {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
    text-align: center;
}

body .woocommerce a.button, body.woocommerce a.button {
    margin-bottom: 30px;
}

.woocommerce ul.products li.product .price {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .5;
    display: block;
    color: #f00;
    font-size: 20px;
    font-weight: bold;
}

.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce div.product .product_title {
    font-size: 40px;
    line-height: 40px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.woocommerce div.product p.price ins {
    line-height: 50px;
    padding-bottom: 10px;
    font-weight: bold;
}

.woocommerce span.onsale {
    padding: 0;
}

.woocommerce-message {
    line-height: 50px;
}

.container.blog-wrapper nav.woocommerce-breadcrumb {
    position: absolute;
    top: -50px;
}

@media screen and (max-width: 990px) {
    .container.blog-wrapper nav.woocommerce-breadcrumb {
        top: -35px;
    }
}

input.input-text.qty.text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce form .form-row input#coupon_code, div#bridge input[type="text"], div#bridge input[type="password"] {
    height: 49px;
    line-height: 46px;
    border: 1px solid;
    width: 115px;
    margin-right: -10px;
    padding-right: 5px;
    font-size: 100%;
    border-radius: 5px;
}

#bridge textarea {
    line-height: 46px;
    border: 1px solid;
    margin-right: -10px;
    padding-right: 5px;
    padding-left: 10px;
    font-size: 100%;
    border-radius: 5px;
}

div#bridge input[type="text"], div#bridge input[type="password"], #bridge textarea {
    width: auto;
    text-indent: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 245px;
}

span.posted_in {
    color: #6a7483;
}

span.posted_in a {
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

body div span.posted_in a:hover {
    color: #6a7483;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #c6cad2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 14px 25px;
    background-color: #232c3b;
    cursor: pointer;
    border: 0px solid;
    border-left: 1px #fff solid;
    border-radius: 0;
    margin: 0;
    display: block;
    float: left;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    text-shadow: inherit;
    color: #c6cad2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #c6cad2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #232c3b;
    z-index: 2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.woocommerce-tabs {
    margin-bottom: 70px;
}

.woocommerce-tabs h2 {
    font-size: 25px;
    line-height: 35px;
}

.woocommerce-tabs h3 {
    font-size: 20px;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    max-width: 220px;
    width: 220px;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 30px;
    height: 30px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 2em;
}

.woocommerce .onsale {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 31%;
    margin: 0 2.3333% 2.992em 0;
    clear: none;
}

.woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: both;
}

@media screen and (max-width: 770px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 48%;
        margin: 0 2% 2.992em 0;
        clear: none;
    }

    .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1) {
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
        margin: 0 0 2.992em 0;
        clear: both;
    }
}

a.added_to_cart.wc-forward {
    color: #6a7483;
    text-transform: uppercase;
    display: block;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: -20px;
    margin-bottom: 30px;
}

table.shop_table.cart {
    font-size: 17px;
}

ul.woocommerce-error li:before, ul.woocommerce-message li:before, ul.woocommerce-info li:before {
    display: none;
}

.cart_totals h2 {
    font-size: 30px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, div#bridge select {
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 40px;
    height: 40px;
    font-size: 100%;
    border: 1px solid #ccc;
    text-indent: 10px;
    border-radius: 5px;
}

div#bridge select {
    min-width: 200px;
    line-height: 50px;
    height: 50px;
}

.woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, div#bridge select {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.woocommerce form .form-row input#coupon_code {
    width: 116%;
}

input#coupon_code::-webkit-input-placeholder {
    line-height: 45px;
}

input#coupon_code:-moz-placeholder {
    line-height: 45px;
}

input#coupon_code::-moz-placeholder {
    line-height: 45px;
}

input#coupon_code:-ms-input-placeholder {
    line-height: 45px;
}

ul.payment_methods.methods li:before, ul.order_details li::before {
    display: none;
}

.woocommerce-checkout #payment div.payment_box:after {
    top: -1px;
}

.woocommerce-checkout form .form-row textarea#order_comments {
    height: 150px;
}

label.checkbox[for="ship-to-different-address-checkbox"], ul.payment_methods.methods li label, a.go-home, #respond a, span.no-menu a, .already-logged a {
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.woocommerce-checkout #order_review_heading {
    margin-top: 50px;
}

nav.woocommerce-pagination ul li a {
    display: inline-block;
    font-size: 13px;
    line-height: 27px;
    color: #232c3b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0 10px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: 0;
}

nav.woocommerce-pagination {
    margin-bottom: 30px;
}

body a.go-home:hover, #respond a:hover, span.no-menu a:hover, .already-logged a:hover {
    color: #6a7483 !important;
}

h2.search-heading.title {
    text-align: center;
    margin-bottom: 40px;
}

.wpb_raw_code.wpb_content_element {
    padding-left: 0;
    padding-right: 0;
}

footer .col-md-8 nav {
    margin-top: 0;
}

a#addfileupload img {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: 3px;
    padding-right: 3px;
}

a#addfileupload {
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

a#addfileupload:hover {
    text-decoration: underline;
}

#bridge input[type="text"] + input[type="submit"] {
    position: relative;
    top: -2px;
}

#bridge img {
    display: inline-block;
    margin-bottom: 0;
}

div#productslider {
    margin-bottom: 20px;
}

div#side_menu li::before {
    display: none;
}

div#bridge a.btn {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    div .vc_custom_1434645098885 {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .width-50 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .widget_categories ul li {
        padding: 9px 5px 9px 10px;
        text-align: left;
    }
}

/* strange dl fix */
dl#attachment_612 {
    display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 36 - COLOR OPTIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 37 - THEME CONFIG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.theme-config {
    position: fixed;
    left: -182px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 182px;
    min-height: 50px;
    background: #f9f9f9;
    border: 1px #e7e7e7 solid;
    z-index: 10;
    border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    padding: 50px 15px 15px;
}

.color-block {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.theme-config.active {
    left: 0;
}

.theme-config .open {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f9f9f9;
    border: 1px #e7e7e7 solid;
    border-left: none;
    left: 100%;
    top: -1px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.theme-config .open:active img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.theme-config .open img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
}

.theme-config .title {
    width: 100%;
    margin-bottom: 5px;
    float: left;
    color: #232c3b;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.theme-config .colours-wrapper .entry {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #ccc;
    float: left;
    cursor: pointer;
    position: relative;
}

.theme-config .colours-wrapper .entry:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px #232c3b solid;
    content: "";
    opacity: 0;
}

.theme-config .colours-wrapper .entry.active:after {
    opacity: 1;
}

.theme-config .color-block.icon-block {
    margin-bottom: 0;
}

.theme-config .colours-wrapper .entry:last-child {
    margin-right: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 38 - CSS ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.class {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -ms-transition: none;
}

.button, footer a, .subscription-form input[type="submit"], .menu-entry a, .header-right a.link, .accordeon-entry .title:after, .accordeon-entry .title, .testimonials-icons .entry div:before, .block-form input[type="submit"], .links-examples li a, .banner-tabs .tab-entry:before, .circle-entry .title, .telephone-link, .block.style-1 .testimonials-icons .entry img, .tabs-switch-box .tabs-desktop div, .block.type-15 .news-entry .title, .block-button-container .button-description a, .swiper-arrow, .side-menu-item, .testimonial-arrow, .simple-link, .simple-link span, .author a, .side-menu-image-item .title, .side-menu-image-item .image:before, .side-menu-image-item .image:after, .paginator ul li a, .related-post-entry .title, .comment-entry .comment-link, .subheader-link, .subheader, .prefix-drop-down div, .blog-entry .content a.title, .theme-config .colours-wrapper .entry:after, .block.type-15 .news-entry .image-wrapper img, div.widget_categories ul li a, .woocommerce #review_form #respond .form-submit input, .woocommerce .cart .button, .woocommerce input.button, #bridge input[type="submit"], a.btn.btn-primary, input[type="submit"], button[type="submit"] {
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
}

footer .social-icon:before, .menu-entry div, .menu-entry .submenu-icon span, .submenu-icon:before, .open-icon span, .big-circle-entry, .loaded .block.type-10 .content img, .loaded .block.type-10 .image-overlay, .loaded .block.type-10 .text-entry, .circle-slide-box img, .testimonials-icons .entry div, .theme-config, .theme-config .open img {
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
}

.class {
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
}

.class {
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -ms-transition: all 700ms ease-out;
}

.video-player {
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    -webkit-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out;
}

/*transition delay*/
.block.type-10 .swiper-slide-active .content img, .block.type-10 .swiper-slide-active .text-entry, .block.type-10 .swiper-slide-active .image-overlay {
    transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
}

/*  =====================
VERTICAL ALIGN STYLES
=====================  */
.class {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

/*  =================
BORDER BOX STYLES
=================  */
.subscription-form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*  ===============
BOX SIZE STYLES
===============  */
.box-size {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*New design*/
/*General*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(137, 137, 137, 0.7);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}

::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

body.admin-bar > header {
    top: 31px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;;
}

.cssload-container {
    position: relative;
    width: 130px;
    height: 224px;
    overflow: hidden;
    margin: 0px auto;
}

.cssload-container .cssload-item {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0 8px 1px rgba(79, 72, 114, 0.25);
    -o-box-shadow: 0 0 8px 1px rgba(79, 72, 114, 0.25);
    -ms-box-shadow: 0 0 8px 1px rgba(79, 72, 114, 0.25);
    -webkit-box-shadow: 0 0 8px 1px rgba(79, 72, 114, 0.25);
    -moz-box-shadow: 0 0 8px 1px rgba(79, 72, 114, 0.25);
}

.cssload-container .cssload-moon {
    border-bottom: 10px solid rgb(79, 72, 114);
);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    animation: spin 1.15s ease infinite;
    -o-animation: spin 1.15s ease infinite;
    -ms-animation: spin 1.15s ease infinite;
    -webkit-animation: spin 1.15s ease infinite;
    -moz-animation: spin 1.15s ease infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@media screen and (max-width: 991px) {

}

/*Header*/
.propouse-row {
    background-color: #4f4872;
    color: #fff;
    font-size: 20px;
}

.propouse-row b {
    font-family: 'Montserrat', sans-serif;;
    color: #ed1c24;
    font-weight: 400;
}

body > header {
    height: 98px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body.header-moved > header {
    height: 126px;
}

body #content-wrapper {
    padding-top: 98px;
    position: relative;
}

body.header-moved #content-wrapper {
    /*padding-top: 122px;*/
    position: relative;
}

.propouse-row {
    min-height: 119px;
}

.propouse-row.style-1 {
    background-color: #fff;
    min-height: 121px;
}

.propouse-row img {
    float: left;
    max-width: 100%;
    height: auto;
    margin: 31px 44px 0 22px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.propouse-row .em {
    padding-top: 35px;
    display: inline-block;
}

.propouse-row:hover img {
    -webkit-animation: jump 1s ease;
    animation: jump 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes jump {
    10% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    20% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    65% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    90% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jump {
    10% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    20% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    65% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    90% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.propouse-row h4 {
    font-size: 24px;
}

.propouse-row h1,
.propouse-row h2,
.propouse-row h3,
.propouse-row h4,
.propouse-row h5,
.propouse-row h6 {
    color: #ed1c24;
    margin-bottom: 0;
    margin-right: 32px;
    display: inline-block;
}

.propouse-row a {
    font-family: 'Montserrat', sans-serif;;
    color: #fff;
    font-size: 14px;
    background-color: #ed1c24;
    line-height: 44px;
    display: inline-block;
    margin-left: 35px;
    padding: 0 20px;
    text-transform: uppercase;
    border: 3px solid #ed1c24;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.propouse-row a:hover {
    background-color: transparent;
}

@media screen and (max-width: 991px) {
    .propouse-row.style-0 {
        padding-top: 45px;
    }
}

/*Menu row*/
body .menu-row {
    height: 98px;
    background-color: #fff;
    padding: 0 195px;
}

body.header-moved .menu-row {
    height: 126px;
}

body .reduced .menu-row {
    box-shadow: 0 0 5px #ccc;
}

#logo-wrapper {
    height: 126px;
}

.logo-block {
    float: left;
}

.logo-block.text {
    font-family: 'Montserrat', sans-serif;;
    text-transform: uppercase;
    font-size: 28px;
}

.logo-block.img {
    margin-top: 50px;
}

body .logo-block.text a {
    color: #ed1c24;
    line-height: 94px;
}

body.header-moved .logo-block.text a {
    color: #ed1c24;
    line-height: 130px;
}

.logo-block.text a span {
    color: #4f4872;
}

.header-left {
    width: auto;
}

/*Main menu*/
body > header nav {
    margin: 42px 0 0 94px;
}

body.header-moved > header nav {
    margin: 60px 0 0 94px;
}

body > header.fixed-top.reduced nav {
    margin-top: 60px;
}

.main-menu > ul > li {
    float: left;
    margin-right: 30px;
}

.main-menu ul ul {
    padding-left: 0;
}

.main-menu li {
    list-style: none;
    position: relative;
}

.main-menu li span {
    display: none;
    cursor: pointer;
    width: 20px;
    height: 15px;
    margin-left: 5px;
    color: #4f4872;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-menu li span.show {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    display: inline-block !important;
}

.main-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #4f4872;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.main-menu li .sub-menu {
    visibility: hidden;
    opacity: 0;
    min-width: 180px;
    width: auto;
    position: absolute;
    top: 200%;
    left: 0;
    background-color: #4f4872;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.main-menu li > .sub-menu {
    left: -15px;
}

.main-menu li .sub-menu li a {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    padding: 12px 15px;
    line-height: 18px;
}

.main-menu li a:hover,
.main-menu li .sub-menu li a:hover,
.main-menu li.current-menu-item a,
.main-menu li.current-menu-parent a,
.main-menu li .sub-menu li.current-menu-item a {
    color: #ed1c24;
}

.main-menu li .sub-menu .sub-menu {
    top: 70%;
    left: 100%;
    padding-left: 0;
}

.main-menu li:hover > .sub-menu {
    top: 130%;
    opacity: 1;
    visibility: visible;
}

.main-menu li .sub-menu li:hover .sub-menu {
    top: 0;
}

body .header-right {
    float: right;
    width: auto;
    padding-top: 17px;
}

body.header-moved .header-right {
    float: right;
    width: auto;
    padding-top: 35px;
}

.header-inline-entry > div {
    width: 100%;
    clear: both;
    display: block;
    line-height: 32px;
}

.header-inline-entry.info-block {
    margin-right: 50px;
}

.header-inline-entry.menu-btn {
    padding-left: 5px;
}

.menu-btn a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 20px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-btn a:hover {
    color: #ed1c24;
    background-color: transparent !important;
}

.login.menu-btn a {
    padding: 8px 27px;
    background-color: #ed1c24;
    border: 2px solid #ed1c24;
}

.login.menu-btn a:hover {
    background-color: transparent;
}

.register.menu-btn a {
    padding: 9px 0 9px 20px;
    color: #707070;
}

.register.menu-btn a:hover {
    color: #ed1c24;
}

.header-inline-entry.info-block a {
    width: 100%;
    display: block;
    text-align: left;
    color: #707070;
}

.header-inline-entry.info-block a:hover {
    color: #ed1c24;
}

.header-inline-entry.info-block > div {
    margin-bottom: 2px;
}

.header-inline-entry .glyphicon {
    font-size: 17px;
    top: 7px;
    float: left;
    margin-right: 8px;
    color: #4f4872;
}

.menu-entry .submenu {
    background: #4f4872;
}

.menu-entry .submenu a:hover {
    color: #ed1c24;
}

@media screen and (max-width: 1900px) {
    .main-menu > ul > li {
        margin-right: 20px;
    }

    .header-inline-entry.info-block {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1799px) {
    body .menu-row {
        padding: 0 100px;
    }

    body.header-moved > header nav {
        margin: 60px 0 0 50px;
    }

    .header-inline-entry.info-block {
        margin-right: 35px;
    }
}

@media screen and (max-width: 1565px) {
    body .menu-row {
        padding: 0 30px;
    }

    .menu-row nav .menu-entry {
        margin-right: 25px;
    }

    body.header-moved > header nav {
        margin: 60px 0 0 40px;
    }

    .header-inline-entry.info-block {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .header-inline-entry.info-block {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    body .menu-row {
        padding: 0 30px;
    }

    .menu-row nav .menu-entry {
        margin-right: 20px;
    }

    body > header nav {
        margin: 38px 0 0 40px;
    }

    body.header-moved > header nav {
        margin: 60px 0 0 40px;
    }

    body .propouse-row {
        text-align: center;
        font-size: 16px;
    }

    .propouse-row h4 {
        font-size: 18px;
    }

    .propouse-row img {
        margin: 31px 15px 0 22px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .propouse-row .em {
        display: inline-block;
        vertical-align: middle;
    }

    .propouse-row a {
        margin-left: 5px;
    }

    .propouse-row h1, .propouse-row h2, .propouse-row h3, .propouse-row h4, .propouse-row h5, .propouse-row h6 {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1180px) {
    body .menu-row {
        padding: 0 10px;
    }

    body.header-moved > header nav {
        margin: 60px 0 0 25px;
    }

    .register.menu-btn a {
        padding: 9px 0 9px 0px;
    }

    .login.menu-btn a {
        padding: 8px 15px;
    }

    .main-menu > ul > li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    body .menu-row {
        padding: 0 30px;
    }

    body > header nav {
        margin: 0;
    }

    .propouse-row img {
        display: none;
    }

    .propouse-row a {
        margin: 15px auto 40px;
        display: table;
        line-height: 35px;
        padding: 0 15px;
    }

    .propouse-row .em {
        padding-top: 0;
    }

    .container-above-header .propouse-row .em {
        padding-top: 35px;
    }

    body > header nav,
    body.header-moved > header nav {
        width: 100%;
        float: left;
    }

    .main-menu > ul > li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main-menu li span {
        display: inline-block;
    }

    .main-menu li a {
        font-size: 18px;
        line-height: 26px;
    }

    .main-menu li .sub-menu li a {
        width: auto;
        font-size: 16px;
        padding: 10px 0;
        display: inline-block;
    }

    .main-menu li > .sub-menu,
    .main-menu li:hover > .sub-menu {
        margin: 10px 0 0;
        display: none;
        position: static;
        width: 100%;
        float: left;
        opacity: 1;
        visibility: visible;
    }

    .bgs-color-0 .main-menu li .sub-menu span {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .menu-entry .submenu-icon::before {
        display: none;
    }

    body > header nav,
    body.header-moved > header nav {
        margin: 25px 0 0 0px;
    }

    .menu-row nav .menu-entry {
        margin-right: 0px;
    }

    .menu-entry .submenu-icon {
        right: 15px;
    }

    body .header-right {
        float: none;
    }

    .register.menu-btn a {
        padding: 0;
    }

    body.header-moved .header-right {
        width: 100%;
        float: left;
        padding-top: 20px;
    }

    body .header-right .header-inline-entry.info-block {
        width: 100%;
    }

    .header-inline-entry > div {
        margin-bottom: 0;
        padding-top: 0;
        line-height: 24px;
    }

    .header-inline-entry.info-block a {
        text-align: center;
    }

    .header-inline-entry .glyphicon {
        display: none;
    }

    body .header-right .header-inline-entry {
        display: inline-block;
    }

    .header-inline-entry.menu-btn {
        padding: 0 5px;
    }

    .menu-entry .submenu a {
        font-weight: 700;
        font-size: 18px;
        padding: 7px 0;
    }
}

/*Main slider*/
/*Style-1*/
.slider-block .swiper-slide,
.slider-block {
    background-color: #4f4872;
}

.block.type-10 .content.text-entry {
    text-align: center;
    margin-top: 38px;
}

.block.type-10.style-2 .content.text-entry {
    margin-top: 0px;
}

.block.type-10 .content {
    margin-top: 50px;
}

.swiper-slide .content.text-entry .price {
    font-family: 'Montserrat', sans-serif;;
    color: #ed1c24;
    margin-bottom: 33px;
}

.block.type-10 .content .title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;;
    font-size: 50px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.block.type-10 .content .text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}

.banner-tabs {
    padding-top: 0;
    min-height: 100px;
    overflow: visible;
    margin-left: -15px;
    margin-right: -15px;
}

.banner-tabs .tab-entry {
    height: 100px;
    border-top: none;
    padding-top: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.banner-tabs .tab-entry:first-child {
    border-left: none;
}

.banner-tabs .tab-entry:hover,
.banner-tabs .tab-entry.active {
    background: #ed1c24;
}

.banner-tabs .tab-entry img {
    position: relative;
    max-height: 100%;
    z-index: 1;
    margin-top: -35px;
    margin-bottom: 5px;
}

.banner-tabs .title {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #4f4872;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.banner-tabs .text {
    color: #000000;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.banner-tabs .tab-entry:hover .title,
.banner-tabs .tab-entry.active .title {
    color: #fff;
}

.banner-tabs .tab-entry:hover .text,
.banner-tabs .tab-entry.active .text {
    color: rgba(255, 255, 255, 0.7);
}

.block.type-10 .pagination {
    bottom: 0px;
    background-color: #fff;
    line-height: 25px;
    border-radius: 0;
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce .cart .button,
.woocommerce .cart input.button,
button.button, input.button,
.woocommerce button.button,
.woocommerce input.button,
#bridge input[type="submit"],
a.btn.btn-primary {
    font-family: 'Montserrat', sans-serif;;
    color: #fff;
    font-size: 14px;
    background-color: #ed1c24;
    display: inline-block;
    padding: 15px 20px 14px;
    text-transform: uppercase;
    border: 3px solid #ed1c24;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.big .button {
    padding: 15px 41px 14px;
}

.biger .button {
    padding: 15px 64px 14px;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
button.button, input.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
#bridge input[type="submit"]:hover,
a.btn.btn-primary:hover {
    background-color: transparent;
    color: #ed1c24;
}

.swiper-arrow {
    margin-top: -21px;
}

.swiper-arrow > span {
    width: 23px;
    height: 42px;
    display: block;
}

.icon-left {
    background-image: url('../img/arrow-left.png');
}

.icon-right {
    background-image: url('../img/arrow-right.png');
}

/*Style-2*/
.block.style-2 .content .button {
    margin: 0 15px;
}

.block .pagination.style-2 {
    display: block;
    line-height: 0;
    bottom: 52px;
    background-color: transparent;
}

.block .pagination .swiper-pagination-switch {
    margin: 0 3.5px;
}

.block .pagination.style-2 .swiper-pagination-switch.swiper-active-switch::before {
    border: 5px solid #4f4872;
}

.block .pagination.style-2 .swiper-pagination-switch::before {
    border: 4px solid #fff;
}

@media screen and (max-width: 1080px) {
    .block.type-10 .swiper-arrow {
        left: 0;
    }

    .block.type-10 .swiper-arrow.right {
        right: 0;
        left: auto;
    }
}

@media screen and (max-width: 991px) {
    .block.type-10 .content.text-entry {
        margin-top: 10px;
    }

    .block.type-10 .content .title {
        font-size: 40px;
        line-height: 40px;
    }

    .block.type-10 .content .text {
        line-height: 24px;
        margin-bottom: 20px;
    }

    .block .pagination.style-2 {
        bottom: 30px;
    }

    .block.type-10 .swiper-container, .block.type-10 .swiper-wrapper, .block.type-10 .swiper-slide, .block.type-10 .container, .block.type-10 .slide-container, .block.type-10 .slide-block, .block.type-10 .main-banner-height {
        min-height: 500px !important;
    }
}

@media screen and (max-width: 767px) {
    .block.type-10 .swiper-container, .block.type-10 .swiper-wrapper, .block.type-10 .swiper-slide, .block.type-10 .container, .block.type-10 .slide-container, .block.type-10 .slide-block, .block.type-10 .main-banner-height {
        min-height: 300px !important;
    }

    .block.type-10 .content img {
        max-width: 30%;
    }
}

@media screen and (max-width: 480px) {
    .block.type-10 .swiper-slide {
        padding-bottom: 50px;
    }

    .block.type-10 .content .title {
        font-size: 30px;
    }

    .block.type-10 .content img {
        max-width: 50%;
    }

    .block.type-10 .content .text {
        font-size: 14px;
    }

    .block .pagination.style-2 {
        bottom: 20px;
    }

    .big .button,
    .biger .button {
        padding: 15px 10px 14px;
        margin: 0 15px;
    }

    .block.type-10 .swiper-container, .block.type-10 .swiper-wrapper, .block.type-10 .swiper-slide, .block.type-10 .container, .block.type-10 .slide-container, .block.type-10 .slide-block, .block.type-10 .main-banner-height {
        min-height: inherit !important;
    }

    .block.type-10 .vertical-align {
        position: static;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .block.type-10 .content img {
        display: none;
    }
}

@media screen and (max-width: 320px) {

}

/*Search shortcode*/
.search-block {
    background-color: #4f4872;
}

.form-description .title,
.form-description .text {
    text-align: center;
}

.form-description .title {
    font-size: 24px;
    margin-bottom: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;;
}

.form-description .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.form-description .text em {
    font-size: 16px;
    color: #ed1c24;
}

.form-description {
    padding-bottom: 30px;
}

.block-form-wrapper {
    padding: 0 52px 0 33px;
}

.block-form {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.block-form input {
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 170px 0 22px
}

.block-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.block-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.block-form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.block-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.block-form input:focus {
    box-shadow: none;
}

.block-form input[type="submit"],
.block-form #wdc-style button[type="submit"] {
    background: #ed1c24;
    color: #fff;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    height: 48px;
    line-height: 44px;
    padding: 0 41px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 2px solid #ed1c24;
}

.block-form input[type="submit"]:hover,
.block-form #wdc-style button[type="submit"]:hover {
    border: 2px solid #ed1c24;
    background: transparent;
    opacity: 1;
}

.links-examples {
    text-align: center;
    margin-top: 20px;
    margin-left: 8px;
}

.links-examples li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    border-left: 1px #ed1c24 solid;
}

.links-examples li a {
    line-height: 13px;
}

.links-examples li a:hover {
    color: #ed1c24;
    padding: 0 9px;
}

div#loading {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.results {
    margin-top: 20px;
}

/*Heading*/
.heading.typography-block h1,
.heading.typography-block h2,
.heading.typography-block h3,
.heading.typography-block h4,
.heading.typography-block h5,
.heading.typography-block h6 {
    font-family: 'Montserrat', sans-serif;;
    text-transform: uppercase
}

.heading.typography-block h2 {
    font-family: 'Montserrat', sans-serif;;
    font-size: 50px;
    line-height: 48px;
    text-transform: uppercase;
}

.heading.typography-block h3 {
    font-family: 'Montserrat', sans-serif;;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}

.heading.typography-block h1,
.heading.typography-block h2,
.heading.typography-block h3,
.heading.typography-block h4,
.heading.typography-block h5,
.heading.typography-block h6 {
    margin-bottom: 24px;
}

.heading.typography-block.h-dark h1,
.heading.typography-block.h-dark h2,
.heading.typography-block.h-dark h3,
.heading.typography-block.h-dark h4,
.heading.typography-block.h-dark h5,
.heading.typography-block.h-dark h6 {
    color: #453d6a;
}

.heading.typography-block.h-light h1,
.heading.typography-block.h-light h2,
.heading.typography-block.h-light h3,
.heading.typography-block.h-light h4,
.heading.typography-block.h-light h5,
.heading.typography-block.h-light h6 {
    color: #fff;
}

.text p {
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

@media screen and (max-width: 991px) {
    .heading.typography-block h2,
    .subscribe-title h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .heading.typography-block h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .heading.typography-block {
        margin-bottom: 30px !important;
    }

    .heading.typography-block p {
        margin-bottom: 0px !important;
    }

    .nopadding > .row,
    .container-fluid.blockback > .container > .row {
        padding: 0px 0 45px !important;
        margin: 0 !important;
    }

    .container-fluid > .row .row {
        margin: 0 !important;
        padding: 0 !important;
    }

    .container-fluid.blockback .row .vc_column-inner {
        padding-top: 45px !important;
        padding-bottom: 0 !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container-fluid.blockback .row.slider-block .vc_column-inner {
        padding-top: 0 !important;
    }

    .container-fluid.blockback .row .vc_column-inner .row .vc_column-inner {
        padding-top: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container-fluid.blockback:first-child .row .vc_column-inner {
        padding-top: 0px !important;
    }

    .table-block .vc_column_container > .vc_column-inner,
    .table-block .vc_column_container > .vc_column-inner .container,
    .table-block .vc_column_container > .vc_column-inner .container .wpb_content_element {
        padding-left: 0;
        padding-right: 0;
    }

    .container-fluid.blockback:first-child #domain-form {
        padding-top: 40px;
    }

    .nopadding > .row.service-title,
    .nopadding > .row.plans-title {
        padding: 0 !important;
    }

    .nopadding > .row.linux-table-block,
    .nopadding > .row.about-slider-block {
        padding-bottom: 0 !important;
    }

    .nopadding > .row.linux-table-block .vc_column-inner,
    .nopadding > .row.about-slider-block .vc_column-inner,
    .blockback .row.faq-slider-block .vc_column-inner {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .heading.typography-block h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .block-form-wrapper {
        padding: 0 0px 0 0px;
    }

    .block-form {
        height: auto;
        border: none;
        text-align: center;
    }

    .block-form input {
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 20px 0 20px;
        margin-bottom: 10px;
    }

    .block-form input[type="submit"],
    .block-form #wdc-style button[type="submit"] {
        position: inherit;
        border: none;
    }
}

/*Service block*/
.block.services-block {
    width: 100%;
    float: left;
}

.block.services-block .icon-entry {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.block.services-block.style-1 .icon-entry:nth-child(1),
.block.services-block.style-1 .icon-entry:nth-child(2),
.block.services-block.style-1 .icon-entry:nth-child(3) {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 31px;
}

.block.services-block.style-1 .icon-entry:nth-child(4),
.block.services-block.style-1 .icon-entry:nth-child(5),
.block.services-block.style-1 .icon-entry:nth-child(6) {
    padding-top: 40px;
    padding-bottom: 24px;
}

.block.services-block.style-1 .icon-entry:nth-child(1),
.block.services-block.style-1 .icon-entry:nth-child(2),
.block.services-block.style-1 .icon-entry:nth-child(4),
.block.services-block.style-1 .icon-entry:nth-child(5) {
    border-right: 1px solid #e9e9e9;
}

.block.services-block .icon-entry img {
    float: none;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.block.services-block .icon-entry .content {
    margin: 0;
}

.block.services-block .icon-entry .title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;;
}

.block.services-block .icon-entry .title {
    color: #4f4872;
    margin-bottom: 18px;
}

.block.services-block .icon-entry .text {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 24px;
}

/*Style-2*/
.block.services-block.style-2 {
    border: 1px solid #e9e9e9;
}

.block.services-block.style-2 .icon-entry {
    padding-top: 65px;
    padding-bottom: 67px;
}

.block.services-block.style-2 .icon-entry img {
    margin-bottom: 15px;
}

.block.services-block.style-2 .icon-entry .title {
    margin-bottom: 12px;
}

.block.services-block.style-2 .icon-entry .text {
    padding: 0 5px;
}

.block.services-block.style-2 .icon-entry {
    border-right: 1px solid #e9e9e9;
}

.block.services-block.style-2 .icon-entry:last-child {
    border-right: none;
}

@media screen and (max-width: 991px) {
    .block.services-block.style-1 .icon-entry:nth-child(1),
    .block.services-block.style-1 .icon-entry:nth-child(2),
    .block.services-block.style-1 .icon-entry:nth-child(3),
    .block.services-block.style-1 .icon-entry:nth-child(4),
    .block.services-block.style-1 .icon-entry:nth-child(5),
    .block.services-block.style-1 .icon-entry:nth-child(6) {
        border: none !important;
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .block.services-block.style-1 .icon-entry:nth-child(3),
    .block.services-block.style-1 .icon-entry:nth-child(5) {
        clear: left;
    }

    .block.services-block.style-2,
    .block.services-block.style-2 .icon-entry {
        border: none;
    }

    .block.services-block.style-2 .icon-entry {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .service-title .heading.typography-block,
    .service-title .heading.typography-block p {
        margin-bottom: 0 !important;
    }

    .services-block.style-2 .row {
        padding: 0 !important;
    }
}

/*Plan slider*/
.plan-slider.style-0 {
    margin: 0 82px;
}

.plan-slider .swiper-slide {
    box-sizing: border-box;
}

.plan-slider.style-0 .plan-block {
    margin-top: 57px;
}

.plan-slider .plan-block {
    padding: 0 15px;
    box-sizing: border-box;
}

.plan {
    background-color: #4f4872;
    border: 3px solid #4f4872;
    text-align: center;
    box-sizing: border-box;
}

.plan-slider.style-0 .plan-block .plan img {
    margin-top: -59px;
}

.plan .title {
    font-family: 'Montserrat', sans-serif;;
    font-size: 24px;
    margin: 20px 0 16px
}

.plan-slider.style-0 .plan .title {
    color: #fff;
}

.plan .text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 22px;
}

.plan .price {
    font-family: 'Montserrat', sans-serif;;
    font-size: 20px;
    color: #ed1c24;
    padding: 19px 0 87px;
}

.plan .price em {
    font-size: 30px;
}

.plan .price small {
    font-size: 14px;
}

.plan .plan-link {
    text-align: center;
    background-color: #fff;
}

.plan .plan-link a {
    display: inline-block;
    margin: 41px 0 37px;
}

.plan-slider .swiper-container .pagination {
    margin: 50px 0 0 0;
}

.swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: transparent;
    margin: 0 4px;
}

.swiper-visible-switch::before {
    width: 6px;
    height: 6px;
}

.swiper-pagination-switch::before {
    border: 3px solid rgba(79, 72, 114, 0.4);
}

.plan-slider.style-0 .swiper-pagination-switch::before {
    border: 3px solid rgba(79, 72, 114, 0.4);
}

.plan-slider.style-1 .swiper-pagination-switch::before {
    border: 3px solid rgba(79, 72, 114, 0.4);
}

.circle-entry .image-wrapper {
    width: 170px;
    height: 164px;
}

.swiper-pagination-switch.swiper-active-switch::before {
    width: 10px;
    height: 10px;
    border: 5px solid #4f4872;
}

.plan-slider .swiper-pagination-switch.swiper-active-switch::before {
    width: 10px;
    height: 10px;
}

.plan-slider.style-0 .swiper-pagination-switch.swiper-active-switch::before {
    border: 5px solid #4f4872;
}

/*Style-2*/
.plan-slider.style-1 .plan {
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

.plan-slider.style-1 .plan img {
    margin-top: 65px;
}

.plan-slider.style-1 .plan .title {
    color: #4f4872;
}

.plan-slider.style-1 .plan .text {
    color: rgba(137, 137, 137, 0.7);
}

.plan-slider.style-1 .plan .price {
    padding: 19px 0 7px;
}

.plan-slider.style-1 .plan .plan-link a {
    margin: 41px 0 67px;
}

@media screen and (max-width: 1280px) {
    .plan-slider.style-0 {
        margin: 0 0px;
    }
}

@media screen and (max-width: 991px) {
    .plans-title .heading.typography-block,
    .plans-title .heading.typography-block p {
        margin-bottom: 0 !important;
    }
}

/*Plan*/
.price-entry {
    width: 100%;
    float: left;
    border: 3px solid #4f4872;
    padding-bottom: 0;
}

.price-entry .plan-desc {
    padding: 43px 15px 57px;
    background-color: #4f4872;
}

.price-entry .plan-desc .title {
    font-family: 'Montserrat', sans-serif;;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 18px;
}

.price-entry .plan-desc .text {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 22px;
}

.price-entry .plan-desc .conditions {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-top: 21px;
    line-height: 16px;
}

.price-entry .plan-desc .conditions em {
    color: #ed1c24;
    padding-left: 3px;
}

.price-entry .plan-desc .price {
    text-align: center;
    font-family: 'Montserrat', sans-serif;;
    font-size: 20px;
    letter-spacing: -0.3px;
    color: #ed1c24;
    padding-top: 26px;
}

.price-entry .plan-desc .price b {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;;
}

.price-entry .plan-desc .price small {
    font-size: 14px;
}

.price-entry .plan-link {
    padding: 41px 0 37px;
    text-align: center;
    display: block;
}

@media screen and (max-width: 767px) {
    .price-entry {
        margin: 15px 0;
    }
}

/*Why choose us block*/
.big-circle-entry img {
    opacity: 0.5;
}

.circle-entry .image-wrapper::after {
    border: none;
}

.circle-entry img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.circle-entry .title {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;;
    font-size: 18px;
    color: #4f4872;
    margin-top: 12px;
    margin-bottom: 6px;
}

.circle-entry:nth-child(1),
.circle-entry:nth-child(2) {
    margin-top: 8px;
    min-height: 379px;
}

.circle-entry:nth-child(1) .content,
.circle-entry:nth-child(3) .content {
    margin: 0 170px 0 65px;
}

.circle-entry:nth-child(2) .content,
.circle-entry:nth-child(4) .content {
    margin: 0 65px 0 170px;
}

.circle-entry .text {
    color: rgba(137, 137, 137, 0.7);
    font-size: 13px;
}

.big-circle-entry .title {
    font-family: 'Montserrat', sans-serif;;
    font-size: 28px;
    line-height: 30px;
    margin: -3px 123px 26px 123px;
}

.circle-entry:hover .title {
    color: #ed1c24;
}

.big-circle-entry .text {
    margin: 0 100px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    .why-choose-us-block .vc_col-sm-1 {
        display: none;
    }

    .container-fluid > .row.choose-us-title,
    .container-fluid > .row.hosting-title {
        padding: 40px 10px 0px 10px !important;
    }

    .choose-us-title .heading.typography-block,
    .hosting-title .heading.typography-block {
        margin-bottom: 0px !important;
    }
}

/*Choose us slider*/
.choose-block {
    background-color: #660d0d;
}

.advantage-block {
    width: 100%;
    float: left;
}

.advantage-block.first-block {
    text-align: center;
    margin: 0;
    padding: 0;
}

.advantage-block {
    margin: 2px 0px 62px 28px;
}

.advantage-block.first-block .advantage-description {
    width: 80%;
    margin: 33px 10% 0;
}

.advantage-block.first-block h5 {
    margin-bottom: 24px;
    font-size: 22px;
}

.advantage-block.first-block img {
    float: none;
    margin: 8px 0 0 0;
    height: auto;
}

.advantage-block.first-block .advantage-description p {
    font-size: 14px;
}

.advantage-description {
    width: 50%;
    float: left;
}

.advantage-description p {
    font-size: 13px;
}

.advantage-block img {
    float: left;
    margin: 8px 36px 0 0;
}

.advantage-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

.advantage-block p {
    color: rgba(255, 255, 255, 0.7);
}

.hide-indicators .pagination,
.hide-arrows .swiper-arrow {
    display: none;
}

.advantage-slider .swiper-arrow {
    top: 28%;
}

.advantage-slider .swiper-arrow.left {
    left: 0;
}

.advantage-slider .swiper-arrow.right {
    right: 0;
}

@media screen and (max-width: 1500px) {
    .circle-entry .image-wrapper {
        margin: 0;
    }
}

@media screen and (max-width: 1280px) {
    .circle-entry:nth-child(1) .content, .circle-entry:nth-child(3) .content {
        margin: 0 170px 0 20px;
    }

    .circle-entry:nth-child(2) .content, .circle-entry:nth-child(4) .content {
        margin: 0 20px 0 170px;
    }
}

@media screen and (max-width: 991px) {
    .circle-entry:nth-child(1), .circle-entry:nth-child(2) {
        min-height: inherit;
    }

    .advantage-block,
    .advantage-block.first-block {
        margin: 0px 0px 30px 0px;
    }

    .advantage-block img {
        margin: 8px 20px 0 0;
    }

    .advantage-description {
        width: 65%;
    }

    .advantage-block.first-block .advantage-description {
        width: 100%;
        margin: 20px 0 0;
    }

    .advantage-slider.hide-indicators .pagination {
        display: block;
    }

    .choose-block .swiper-pagination-switch.swiper-active-switch::before {
        border-color: #fff !important;
    }
}

@media screen and (max-width: 768px) {
    .table-responsivewpb_vc_table {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 767px) {
    .circle-entry,
    .circle-entry:nth-child(1),
    .circle-entry:nth-child(2),
    .circle-entry:nth-child(3),
    .circle-entry:nth-child(4) {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .circle-entry:last-child {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 480px) {
    .circle-entry:nth-child(1) .image-wrapper, .circle-entry:nth-child(3) .image-wrapper,
    .circle-entry:nth-child(2) .image-wrapper, .circle-entry:nth-child(4) .image-wrapper {
        float: none;
        margin: auto;
    }

    .circle-entry:nth-child(1) .content, .circle-entry:nth-child(3) .content,
    .circle-entry:nth-child(2) .content, .circle-entry:nth-child(4) .content {
        margin: 0 10px 0 10px;
        text-align: center;
    }

    .advantage-block,
    .advantage-block.first-block {
        width: 100%;
        text-align: center;
    }

    .advantage-block img {
        float: none;
        margin: 0 0 15px;
    }

    .advantage-description {
        width: 100%;
        text-align: center;
    }
}

/*Table style*/
.table-responsive .table {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 13px;
}

.table-responsive.style-1 .table {
    border: 3px solid #f3f3f3;
}

.table-responsive .table tr.vc-th {
    font-family: 'Montserrat', sans-serif;;
    font-size: 18px;
    color: #4f4872;
}

.table-responsive .tabletr.vc-th td {
    padding: 31px 5px 41px;
}

.table-responsive.style-1 .table tr.vc-th em {
    font-size: 30px;
    color: #ed1c24;
}

.table-responsive.style-1 .table tr.vc-th small {
    font-size: 14px;
    display: block;
    margin-top: -3px;
}

.table-responsive .table tr.vc-th a {
    margin-top: 21px;
    padding: 15px 8px 14px;
}

.table-responsive .table tr.vc-th a:focus {
    color: #fff !important;
}

.table-responsive .table tr:first-child,
.table-responsive .table tr:last-child {
    background-color: transparent;
}

.table-responsive .table tr:nth-child(1n) {
    background-color: #fff;
}

.table-responsive.style-1 .table tr:nth-child(2n) {
    background-color: #f3f3f3;
}

.table-responsive .table tr.vc-th td {
    padding: 31px 0 43px;
}

.table-responsive.style-1 .table tr.vc-th td:first-child {
    padding: 58px 0 43px;
}

.table-responsive.style-1 .table tr td.vc_table_cell:first-child {
    font-family: 'Montserrat', sans-serif;;
    font-size: 13px;
    color: #4f4872;
}

.table-responsive .table > tbody > tr > td,
.table-responsive .table > tbody > tr > th,
.table-responsive .table > tfoot > tr > td,
.table-responsive .table > tfoot > tr > th,
.table-responsive .table > thead > tr > td,
.table-responsive .table > thead > tr > th,
.table-responsive .table tr:last-child td {
    padding: 11px 5px;
}

/*Style-2*/
.table-responsive.style-2 .table td {
    border: 1px solid #e9e9e9;
}

.table-responsive.style-2 .table tr.vc-th td {
    color: #ed1c24;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.table-responsive.style-2 .table tr.vc-th td {
    background-color: #4f4872;
    padding: 31px 25px 36px;
}

.table-responsive .table tr.vc-th td br {
    font-size: 0;
    line-height: 0;
}

.table-responsive.style-2 .table tr.vc-th td h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: -7px;
}

.table-responsive.style-2 .table tr.vc-th em {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.table-responsive.style-2 .table tr.vc-th td p {
    color: rgba(255, 255, 255, 0.7);
    padding: 16px 0 0;
}

.table-responsive.style-2 .table tr.vc-th td b {
    font-family: 'Montserrat', sans-serif;;
    font-size: 30px;
    line-height: 32px;
}

.table-responsive.style-2 .table tr.vc-th td small {
    font-weight: 600;
    font-size: 14px;
}

.table-responsive.style-2 .table tr.vc-th a {
    margin-top: 24px;
    font-size: 12px;
    padding: 15px 17px 14px;
}

/*Style-3*/
.table-responsive.style-3 .table {
    border-bottom: none;
}

.table-responsive .table tr:nth-child(n) {
    background-color: #fff;
}

.table-responsive.style-3 .table tr:nth-child(2n) {
    background-color: #f3f3f3;
}

.table-responsive.style-3 .table tr.vc-th em {
    font-size: 30px;
    color: #ed1c24;
}

.table-responsive.style-3 .table tr.vc-th small {
    font-size: 14px;
    display: block;
    margin-top: -3px;
}

.table-responsive.style-3 .table tr td.vc_table_cell:first-child {
    color: #3b345e;
    font-weight: 600;
    padding: 11px 47px 11px 88px;
}

.table-responsive.style-3 .table tr td.vc_table_cell:last-child {
    padding: 11px 75px 11px 0;
}

.table-responsive.style-3 .table tr.vc-th td {
    padding-top: 31px !important;
    padding-bottom: 24px !important;
}

.table-responsive.style-3 a.button {
    padding: 15px 16px 14px;
    margin-top: 20px;
    font-size: 12px;
}

.table-responsive.style-3 a.button:focus {
    color: #fff !important;
}

.table-responsive.style-3 a.button:focus:hover {
    color: #ed1c24 !important;
}

/*Style-4*/
.table-responsive.style-4 .table tr.vc-th td:first-child {
    padding: 40px 0px 44px;
    line-height: 22px;
}

.table-responsive.style-4 .table tr.vc-th td:first-child,
.table-responsive.style-4 .table tr.vc-th td:first-child p,
.table-responsive.style-4 .table tr.vc-th td:first-child p b {
    background-color: #4f4872;
    border: 1px solid #4f4872;
    color: #fff;
}

.table-responsive.style-4 .table tr.vc-th td:first-child b {
    font-size: 18px;
    text-transform: uppercase;
}

.table-responsive.style-4 .table tr.vc-th td:first-child p {
    margin-bottom: 15px;
}

.table-responsive.style-4 .table tr.vc-th td:last-child {
    padding: 66px 15px 39px;
}

.table-responsive.style-4 .table tr.vc-th td:last-child {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
}

.table-responsive.style-4 .table tr.vc-th td:last-child p,
.table-responsive.style-4 .table tr.vc-th td:last-child b {
    color: #fff;
}

.table-responsive.style-4 .table tr.vc-th td:last-child b {
    font-size: 14px;
}

.table-responsive.style-4 .table tr.vc-th td:last-child p {
    margin-bottom: 10px;
}

.table-responsive.style-4 .table tr.vc-th td {
    border: 1px solid #f3f3f3;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: rgba(137, 137, 137, 0.7);
    vertical-align: middle;
    padding: 48px 19px 47px;
}

.table-responsive.style-4 .table tr.vc-th td p {
    margin-bottom: 6px;
}

.table-responsive.style-4 .table tr.vc-th td b {
    font-family: 'Montserrat', sans-serif;;
    font-size: 16px;
    color: #3b345e;
    font-weight: 400;
}

.table-responsive.style-4 .table tr.vc-th td em {
    font-size: 30px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;;
}

.table-responsive.style-4 .table tr.vc-th td small {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;;
}

/*Style-5*/
.table-responsive.style-5 .table,
.table-responsive.style-5 .table td {
    border: 1px solid #f3f3f3;
}

.table-responsive.style-5 .table tr.vc-th td {
    padding: 23px 0 23px;
    font-size: 16px;
}

.table-responsive.style-5 .table tr.vc-th td b {
    font-family: 'Montserrat', sans-serif;;
    font-weight: 400;
    text-transform: uppercase;
}

.table-responsive.style-5 .table tr:nth-child(2n) {
    background-color: rgba(137, 137, 137, 0.1);
}

.table-responsive.style-5 .table > tbody > tr > td {
    padding: 18.2px 5px 12px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

/*Style-6*/
.table-responsive.style-6 .table {
    color: rgba(137, 137, 137, 0.7);
    border: none;
}

.table-responsive.style-6 .table tr.vc-th td {
    padding: 12px 0 14px;
    background-color: #4f4872;
    color: #fff;
    font-size: 14px;
}

.table-responsive.style-6 .table tr.vc-th td:first-child {
    color: #fff;
}

.table-responsive.style-6 .table tr {
    background-color: rgba(137, 137, 137, 0.1);
}

.table-responsive.style-6 .table tr:nth-child(2n+1) {
    background-color: transparent;
}

.table-responsive.style-6 .table tr td:first-child {
    color: #3b345e;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .table-responsive.style-3 .table tr.vc-th em {
        font-size: 20px;
    }

    .table-responsive.style-4 .table tr.vc-th td:first-child b {
        font-size: 16px;
    }

    .table-responsive.style-4 .table tr.vc-th td {
        font-size: 11px;
        line-height: 16px;
    }

    .table-responsive.style-4 .table tr.vc-th td:first-child {
        line-height: 16px;
        padding: 0 10px;
    }

    .linux-table-block .wpb_content_element {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .table-responsive.style-6 .table tr.vc-th td {
        padding: 12px 5px 14px;
    }
}

/*Guaratee block*/
.guarantee-block h6 {
    margin-bottom: 26px;
}

p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.sub-block strong {
    padding-bottom: 7px;
    display: inline-block;
}

.wpb_text_column ul {
    list-style-position: inside;
    list-style: none;
}

.wpb_text_column span,
.wpb_text_column strong,
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
    color: #4f4872;
}

.wpb_text_column ul li {
    position: relative;
    padding-left: 55px;
}

.wpb_text_column ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background-image: url('../img/list-style.png');
    position: absolute;
    left: 25px;
    top: 4px;
}

.sub-block2 ul {
    margin-bottom: 9px;
}

.sub-block2 p {
    padding-left: 55px;
}

.sub-block3 .wpb_single_image.wpb_content_element {
    margin-bottom: 15px;
}

.sub-block3 strong {
    display: inline-block;
    margin-bottom: 4px;
}

.guarantee-img .wpb_single_image.vc_align_left {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .row.guarantee-block {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .row.guarantee-block .guarantee-img {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .row.guarantee-block .guarantee-text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
}

/*Gaurantee slider*/
.gaurantee-slider h6 {
    font-size: 18px;
    color: #0d587c;
    margin-bottom: 29px;
    font-family: 'Montserrat', sans-serif;;
}

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

.gaurantee-block {
    width: 100%;
    float: left;
    margin: 28px 0px 1px;
    font-size: 13px;
    color: #000000;
    line-height: 24px;
}

.gaurantee-block img {
    float: left;
    margin-right: 21px;
}

.gaurantee-block b {
    color: #0d587c;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.gaurantee-block p {
    line-height: 24px;
    margin-bottom: 9px;
}

.gaurantee-slider .swiper-container .pagination {
    margin: 43px 0 0 0;
}

.gaurantee-slider .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch::before {
    border-width: 5px;
    border-color: #46a941;
}

.gaurantee-slider .swiper-container .pagination .swiper-pagination-switch::before {
    border-color: rgba(79, 72, 114, 0.4);
}

/*Style-2*/
.gaurantee-slider.style-2 .banner-tabs {
    min-height: 50px;
}

.gaurantee-slider .swiper-container {
    margin-right: -15px;
    margin-left: -15px;
}

.gaurantee-slider.style-2 .banner-tabs .tab-entry {
    height: 50px;
    color: #3b345e;
    border: 1px solid #f3f3f3;
}

.gaurantee-slider.style-2 .banner-tabs .tab-entry.active,
.gaurantee-slider.style-2 .banner-tabs .tab-entry:hover {
    color: #fff;
    border: 1px solid #ed1c24;
}

.gaurantee-slider.style-2 .banner-tabs .tab-entry .subtitle {
    font-family: 'Montserrat', sans-serif;;
    font-size: 16px;
    line-height: 46px;
    text-transform: uppercase;
}

.gaurantee-slider.style-2 .gaurantee-image,
.gaurantee-slider.style-2 .gaurantee-content {
    text-align: center;
}

.gaurantee-slider.style-2 .gaurantee-image {
    margin-top: 48px;
}

.gaurantee-slider.style-2 .gaurantee-content {
    margin-top: 44px;
}

.gaurantee-slider.style-2 .gaurantee-content .gaurantee-title {
    font-family: 'Montserrat', sans-serif;;
    font-size: 16px;
    color: #3b345e;
    margin-bottom: 22px;
}

.gaurantee-slider.style-2 .gaurantee-content .gaurantee-text {
    font-size: 14px;
    color: rgba(137, 137, 137, 0.7);
    line-height: 24px;
}

.gaurantee-slider.style-2 .gaurantee-content .button {
    margin-top: 43px;
    padding: 15px 30px 14px;
    background-color: #4f4872;
    border: 3px solid #4f4872;
}

.gaurantee-slider.style-2 .gaurantee-content .button:hover {
    color: #4f4872;
    background-color: transparent;
}

.gaurantee-slider.style-2 .swiper-arrow {
    margin-top: 29px;
}

.gaurantee-slider.style-2 .swiper-arrow.right {
    right: 0;
}

.gaurantee-slider.style-2 .swiper-arrow.left {
    left: 0;
}

.gaurantee-slider.style-2 .swiper-arrow > span.icon-left {
    background-image: url('../img/arrow-left-dark.png');
}

.gaurantee-slider.style-2 .swiper-arrow > span.icon-right {
    background-image: url('../img/arrow-right-dark.png');
}

@media screen and (max-width: 1200px) {
    .gaurantee-slider.style-2 .banner-tabs .tab-entry .subtitle {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .gaurantee-slider.style-2 .gaurantee-image {
        margin-top: 0;
    }

    .gaurantee-slider.hide-indicators .pagination {
        display: block;
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .gaurantee-slider .swiper-slide {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .gaurantee-slider .gaurantee-image {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .gaurantee-slider .gaurantee-content {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .gaurantee-image {
        text-align: center;
        margin-bottom: 20px;
    }

    .gaurantee-image,
    .gaurantee-content {
        width: 100%;
        float: left;
        margin: 15px 0;
    }
}

/*Clients-block*/
.clients-block {
    background-color: #4f4872;
}

.block.type-5 .swiper-slide::after {
    display: none;
}

.clients-slider .border {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}

.clients-slider .border:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.clients-slider img {
    padding: 46px 0;
}

.clients-slider .pagination {
    display: none;
}

.clients-slider.show-indicators .pagination {
    display: block;
}

@media screen and (max-width: 1280px) {
    .clients-slider .border {
        border: none;
    }

    .clients-slider .border:last-child {
        border: none;
    }
}

@media screen and (max-width: 991px) {
    .clients-slider img {
        padding: 15px 0;
    }
}

/*Accordeon-entry*/
.accordeon-entry {
    border: 3px solid #f3f3f3;
    margin-bottom: 26px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.accordeon-entry.active,
.accordeon-entry:hover {
    border: 3px solid #4f4872;
}

.accordeon-entry .title {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4f4872;
    padding: 18px 55px 19.5px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.style-2 .accordeon-entry .title {
    font-size: 16px;
    padding: 12px 20px 14px 79px;
    letter-spacing: 0;
}

#content-wrapper .accordeon-entry.active .title,
#content-wrapper .accordeon-entry .title:hover {
    background-color: #4f4872;
}

.blockback:nth-child(2n) .accordeon-entry .title {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f3f3f3;
    color: #4f4872;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.accordeon-entry.active .title::after {
    content: '\f106';
    font-family: 'FontAwesome';
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #fff !important;
}

.accordeon-entry .title::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 30px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #4f4872;
    top: 50%;
    margin-top: -11.5px;
    right: 25px
}

.style-2 .accordeon-entry .title::after {
    right: auto;
    left: 25px;
}

.accordeon-entry .title:hover::after {
    color: #fff !important;
}

.accordeon-entry .text {
    padding: 24px 50px 0px 90px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.style-2 .accordeon-entry .text {
    padding: 32px 0px 3px 10px;
}

.accordeon-entry .wpb_content_element {
    margin-bottom: 25px;
}

.accordeon-entry .text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(137, 137, 137, 0.7);
}

.accordeon-icon {
    display: inline-block;
    width: 46px;
    height: 39px;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 35px;
}

.accordeon-entry.active .accordeon-icon,
.accordeon-entry:hover .accordeon-icon {
    background-position: 0 -39px;
}

@media screen and (max-width: 991px) {
    .accordeon-icon {
        display: none;
    }

    .accordeon-entry .title {
        padding: 18px 60px 19.5px 35px;
    }

    .accordeon-entry .text {
        padding: 24px 20px 0px 20px;
    }
}

@media screen and (max-width: 767px) {
    .container-fluid.blockback .row .support-block .vc_column-inner {
        padding-top: 0 !important;
    }

    .support-block .accordeon-wrapper {
        padding-bottom: 0;
    }

    .block-button-container {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .accordeon-entry .text {
        padding: 24px 5px 0px 5px;
    }
}

/*Testimonials slider*/
/*Style 1*/
.testimonial-block {
    padding: 0 20px;
}

.testimonial {
    text-align: center;
}

.testimonial img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial h5.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4f4872;
    text-transform: uppercase;
    margin: 8px 0 17px;
}

.testimonial h5.title em {
    color: #4f4872;
}

.testimonial .text {
    opacity: 0.7;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

/*Style 2*/
.testimonials-slider.style-2 .content {
    background-color: #fff;
    padding: 22px 33px 73px;
    text-align: left;
}

.testimonials-slider.style-2 .testimonial-block {
    padding: 0 15px;
}

.testimonials-slider.style-2 img {
    width: 100px;
    height: 100px;
    margin-top: -50px;
}

.testimonials-slider.style-2 h5.title {
    margin: 2px 0 17px;
}

.testimonials-slider.style-2 .swiper-container .pagination {
    margin-top: 100px;
}

.testimonials-slider.style-2 .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch::before {
    border-width: 5px;
    border-color: #46a941;
}

.testimonials-slider.style-2 .swiper-container .pagination .swiper-pagination-switch::before {
    border-color: #fff;
}

/*Style-3*/
.testimonials-slider.style-3 .testimonial img {
    width: 200px;
    height: auto;
}

.testimonials-slider.style-3 .content {
    margin-top: 40px;
    padding: 23px 20px 30px;
    background-color: rgba(137, 137, 137, 0.1);
}

.testimonials-slider.style-3 .swiper-container .pagination {
    margin: 48px 0 0 0;
}

.testimonials-slider.style-3 .swiper-container .swiper-pagination-switch.swiper-active-switch::before {
    border: 5px solid #4f4872;
}

/*Blog*/
.style-1 .blog-entry .content {
    margin-left: 0;
    border: 1px solid #e9e9e9;
}

.time {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #000000;
}

.thumbnail-entry {
    margin-bottom: 36px;
}

.style-1 .blog-entry .content .title {
    padding: 0 15px;
}

.blog-entry .content .title {
    margin-top: 11px;
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #0d587c;
    margin-bottom: 2px;
    font-weight: 600;
}

.blog-entry .content .description {
    margin-bottom: 43px;
}

.typography-block .medium-font {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.style-1 .blog-entry a.button {
    margin-bottom: 28px;
}

/*Subscribe*/
.subscribe-block {
    width: 100%;
    padding: 22px 0px 18px;
}

.subscribe-form {
    padding: 33px 0 29px;
}

.yikes-easy-mc-form {
    position: relative;
}

.yikes-easy-mc-form input {
    padding: 17px 160px 17px 24px !important;
    height: 50px !important;
    background-color: transparent !important;
    color: #ffffff;
    border: 1px solid #726d8e !important;
    font-size: 13px;
    font-weight: 300;
    border-radius: 0;
}

.yikes-easy-mc-submit-button {
    width: auto !important;
    height: 50px !important;
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #ed1c24;
    border: 3px solid #ed1c24;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    text-transform: uppercase;
    padding: 11.5px 41.5px !important;
}

.yikes-easy-mc-submit-button:hover {
    background-color: transparent;
    border-color: #ed1c24;
    color: #ed1c24;
}

/*Support block*/
.call-block .wpb_text_column {
    margin-bottom: 18px;
}

.call-block .wpb_text_column p {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 76px;
}

.call-block .wpb_text_column p a {
    font-weight: 600;
    color: #46a941;
}

.call-block .wpb_text_column strong,
.call-block .wpb_text_column b {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.call-block .call-btn a {
    width: 100%;
}

/*Page title*/
.page-title {
    width: 100%;
    height: 350px;
    float: left;
    background-size: cover;
    position: relative;
    background-position: center;
}

.page-title.style-dark {
    background-color: #4f4872;
}

.page-title.style-light {
    background-color: #fff;
}

.page-title-container {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-title h1 {
    font-size: 70px;
}

.page-title p {
    margin-top: 30px;
    font-size: 15px;
}

.page-title.style-dark h1 {
    color: #fff;
}

.page-title.style-light h1 {
    color: #4f4872;
}

.page-title.style-dark p {
    color: rgba(255, 255, 255, 0.7);
}

.page-title.style-light p {
    color: #4f4872;
}

@media screen and (max-width: 991px) {
    .page-title h1 {
        font-size: 56px;
    }
}

@media screen and (max-width: 991px) {
    .page-title {
        margin-top: -45px;
        height: 250px;
    }

    .container-fluid.blockback:first-child .page-title {
        margin-top: 0;
    }

    .page-title h1 {
        font-size: 40px;
    }

    .blocks-container .page-title {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .page-title h1 {
        font-size: 38px;
        line-height: 38px;
    }

    .page-title p {
        font-size: 12px;
    }
}

/*Features*/
/*Style-1*/
.style-1 .timeline-entry {
    border: 1px solid transparent;
}

.style-1 .timeline-entry:nth-child(1) {
    border-bottom-color: #e9e9e9;
    border-right-color: #e9e9e9;
}

.style-1 .timeline-entry:nth-child(2) {
    border-bottom-color: #e9e9e9;
}

.style-1 .timeline-entry:nth-child(2n+1) {
    border-right-color: #e9e9e9;
}

.timeline-entry-container {
    width: 100%;
    float: left;
}

.style-1 .timeline-entry:nth-child(1) .timeline-entry-container,
.style-1 .timeline-entry:nth-child(2) .timeline-entry-container {
    padding-bottom: 78px;
    padding-top: 11px;
}

.style-1 .timeline-entry:nth-child(3) .timeline-entry-container,
.style-1 .timeline-entry:nth-child(4) .timeline-entry-container {
    padding-top: 58px;
    padding-bottom: 26px;
}

.timeline-entry .image-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 19px;
}

.timeline-entry .content {
    width: 100%;
    float: left;
    text-align: center;
}

.timeline-entry .content h6 {
    font-size: 18px;
    color: #3b345e;
    margin-bottom: 18px;
}

.timeline-entry .content .text {
    color: rgba(137, 137, 137, 0.7);
    font-size: 14px;
    line-height: 24px;
}

/*Style-2*/
.features-block.style-2 {
    margin-top: 63px;
}

.style-2 .timeline-entry {
    border: 1px solid transparent;
}

.style-2 .timeline-entry:nth-child(1),
.style-2 .timeline-entry:nth-child(2) {
    border-bottom-color: #e9e9e9;
    border-right-color: #e9e9e9;
}

.style-2 .timeline-entry:nth-child(3) {
    border-bottom-color: #e9e9e9;
}

.style-2 .timeline-entry:nth-child(1),
.style-2 .timeline-entry:nth-child(2),
.style-2 .timeline-entry:nth-child(3) {
    padding-top: 11px;
    padding-bottom: 79px;
}

.style-2 .timeline-entry:nth-child(4),
.style-2 .timeline-entry:nth-child(5) {
    border-right-color: #e9e9e9;
}

.style-2 .timeline-entry:nth-child(4),
.style-2 .timeline-entry:nth-child(5),
.style-2 .timeline-entry:nth-child(6) {
    padding-top: 56px;
    padding-bottom: 28px;
}

@media screen and (max-width: 991px) {
    .style-1 .timeline-entry,
    .style-1 .timeline-entry:nth-child(1),
    .style-1 .timeline-entry:nth-child(2),
    .style-1 .timeline-entry:nth-child(2n+1),
    .style-2 .timeline-entry:nth-child(1),
    .style-2 .timeline-entry:nth-child(2),
    .style-2 .timeline-entry:nth-child(3),
    .style-2 .timeline-entry:nth-child(4),
    .style-2 .timeline-entry:nth-child(5),
    .style-2 .timeline-entry:nth-child(6) {
        border: none;
    }

    .style-1 .timeline-entry:nth-child(1) .timeline-entry-container,
    .style-1 .timeline-entry:nth-child(2) .timeline-entry-container,
    .style-1 .timeline-entry:nth-child(3) .timeline-entry-container,
    .style-1 .timeline-entry:nth-child(4) .timeline-entry-container {
        padding: 10px 0 50px;
    }

    .style-2 .timeline-entry {
        width: 100%;
        float: left;
    }

    .style-2 .timeline-entry:nth-child(1),
    .style-2 .timeline-entry:nth-child(2),
    .style-2 .timeline-entry:nth-child(3),
    .style-2 .timeline-entry:nth-child(4),
    .style-2 .timeline-entry:nth-child(5),
    .style-2 .timeline-entry:nth-child(6) {
        padding: 10px 0 50px;
    }
}

/*Feature block*/
.feature.icon-entry {
    width: 100%;
    float: left;
    text-align: left;
    border: 1px solid #f3f3f3;
    padding: 26px 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.feature.icon-entry:hover {
    background-color: rgba(137, 137, 137, 0.1);
}

.feature.icon-entry img {
    float: left;
    margin-right: 8px;
}

.feature.icon-entry .title {
    color: #3b345e;
    font-family: 'Montserrat', sans-serif;;
    margin-top: 18px;
}

.feature.icon-entry .text {
    width: 100%;
    float: left;
    color: rgba(137, 137, 137, 0.7);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*Style-2*/
.feature.center.icon-entry {
    padding: 26px 25px 34px;
    text-align: center;
}

.feature.center.icon-entry:hover {
    background-color: #4f4872;
}

.feature.center.icon-entry:hover h3.title,
.feature.center.icon-entry:hover .text {
    color: #fff;
}

.feature.center.icon-entry h3.title {
    font-size: 20px;
    margin-bottom: 28px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.feature.center.icon-entry img {
    float: none;
    margin-right: 0;
}

.fullwidth {
    width: 100%;
    float: left;
}

.fullwidth a {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .feature.icon-entry {
        padding: 15px;
    }

    .block.type-12 .icon-entry .title,
    .feature.icon-entry .title {
        font-size: 14px;
    }

    .feature.icon-entry .text {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .feature.icon-entry {
        margin: 15px 0;
    }
}

/*Plan table slider*/
.table-block {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    overflow-y: hidden;
    cursor: default !important;
}

.tab-title {
    text-align: center;
    color: #3b345e;
    font-size: 30px;
    margin: 54px 0 46px;
}

.table-slider table,
.table-slider table td {
    border: 1px solid #e9e9e9;
}

.table-slider table {
    margin-bottom: 28px;
}

.table-slider table:last-child {
    margin-bottom: 0;
}

.table-slider table td.td-parameters {
    padding: 6px 0px 3px 0;
    width: 25.5%;
}

.table-slider table td.td-price {
    width: 24%;
    background-color: #4f4872;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
}

.table-slider .td-title {
    width: 50.5%;
    padding: 0px 6px 18px;
    text-align: center;
    color: rgba(137, 137, 137, 0.7);
    font-size: 14px;
    vertical-align: middle;
    line-height: 24px;
}

.table-slider .td-title p {
    font-family: 'Montserrat', sans-serif;;
    font-size: 20px;
    color: #3b345e;
    padding-bottom: 20px;
}

.table-slider table.parameters {
    margin: 15px 0;
}

.table-slider table.parameters,
.table-slider table.parameters td {
    border: none;
}

.table-slider table.parameters tr {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.table-slider table.parameters tr:first-child {
    border-top: none;
}

.table-slider table.parameters tr:last-child {
    border-bottom: none;
}

.table-slider table.parameters td {
    padding: 10px 0;
    line-height: 27px;
}

.table-slider table.parameters .parameter {
    font-weight: 600;
    color: #3b345e;
    font-size: 14px;
    padding-left: 39px;
}

.table-slider table.parameters .parameter-desc {
    font-weight: 600;
    color: rgba(137, 137, 137, 0.7);
    font-size: 14px;
}

.table-slider table .td-price {
    font-size: 20px;
    color: #ed1c24;
    padding: 0 0 6px;
}

.table-slider table .td-price p {
    color: #ed1c24;
    font-family: 'Montserrat', sans-serif;;
    font-size: 20px;
    margin-bottom: 25px;
}

.table-slider table .td-price p em {
    font-family: 'Montserrat', sans-serif;;
    font-style: normal;
    font-size: 30px;
}

.table-slider table .td-price p small {
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;

}

.table-slider table .td-price a {
    padding: 15px 17px 14px;
    font-size: 12px;
}

.table-slider .swiper-container .swiper-pagination-switch.swiper-active-switch::before {
    border: 5px solid #4f4872;
}

@media screen and (max-width: 991px) {
    .table-slider .td-title {
        font-size: 12px;
        line-height: 16px;
    }

    .table-slider table.parameters .parameter {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .table-slider table.parameters td {
        line-height: 16px;
    }

    .table-slider table.parameters .parameter-desc {
        font-size: 12px;
    }

    .table-slider table .td-price p {
        font-size: 16px;
    }

    .table-slider table .td-price p em {
        font-size: 22px;
    }

    .table-slider table .td-price a {
        padding: 8px 10px 8px;
    }
}

@media screen and (max-width: 767px) {
    .plan-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .plan-image {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .plan-text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
}

/*Specifications*/
.specifications-block {
    width: 100%;
    margin: 45px 0;
    float: left;
}

.specification {
    display: table;
    margin: 15px 0 15px -7px;
}

.specification img {
    margin-right: 12px;
    vertical-align: middle;
}

.specification-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #707070;
}

.specification-text {
    font-size: 14px;
    color: #a1a1a1;
    margin-left: 4px;
}

@media screen and (max-width: 991px) {
    .specifications-block {
        margin: 15px 0;
    }
}

/*Content slider*/
.content-slider .text-block {
    width: 100%;
    float: left;
    margin-top: 53px;
    line-height: 24px;
    color: rgba(137, 137, 137, 0.7);
    font-size: 14px;
}

.content-slider .text-block.left {
    text-align: left;
    margin-bottom: 53px;
}

.content-slider .text-block.right {
    text-align: right;
}

.content-slider .text-block.center {
    text-align: center;
}

.content-slider .text-block.justify {
    text-align: justify;
}

.content-slider .text-block > h6 {
    text-transform: uppercase;
    color: #3b345e;
    font-size: 20px;
}

.content-slider .text-block br {
    margin-bottom: 24px;
}

.content-slider .image-block img {
    width: 100%;
    height: auto;
}

.content-slider {
    position: relative;
}

.content-slider .swiper-arrow {
    z-index: 1;
    margin-top: -60px;
}

.content-slider .swiper-arrow.left {
    left: -50px;
}

.content-slider .swiper-arrow.right {
    right: -50px;
}

.content-slider .swiper-arrow .icon-left {
    background-image: url('../img/arrow-left-dark.png');
}

.content-slider .swiper-arrow .icon-right {
    background-image: url('../img/arrow-right-dark.png');
}

.content-slider .pagination {
    display: none;
    float: left;
}

.content-slider.show-indicators .pagination {
    display: block;
}

.content-slider.show-indicators .pagination .swiper-pagination-switch.swiper-active-switch::before {
    border: 5px solid #4f4872;
}

.content-slider .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media screen and (max-width: 1200px) {
    .content-slider .swiper-arrow.left {
        left: -25px;
    }

    .content-slider .swiper-arrow.right {
        right: -25px;
    }
}

@media screen and (max-width: 1199px) {
    .content-slider .text-block.content-left {
        margin-top: 0;
    }

    .content-slider .text-block.content-right {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .content-slider .swiper-slide .text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .content-slider .swiper-slide .image {
        width: 100%;
        margin-bottom: 53px;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}

/*History block*/
.history-img .wpb_content_element,
.history-text .wpb_content_element {
    padding-left: 0;
    padding-right: 0;
}

.history-text small {
    font-weight: 500;
    font-size: 11px;
    color: #ed1c24;
}

.history-text h6 {
    margin-top: 5px;
    margin-bottom: 17px;
    line-height: 26px;
}

@media screen and (max-width: 991px) {
    .history-img,
    .history-text {
        width: 50% !important;
    }

    .history-img {
        clear: left !important;
    }
}

@media screen and (max-width: 767px) {
    .history-img,
    .history-text {
        width: 100% !important;
    }

    .history-img .wpb_content_element {
        margin-bottom: 0;
    }

    .history-img .wpb_content_element .wpb_wrapper.vc_figure,
    .history-img .wpb_content_element .wpb_wrapper.vc_figure .vc_single_image-wrapper {
        width: 100%;
    }

    .history-img .wpb_content_element img {
        width: 100%;
        float: left;
        max-width: inherit;
    }
}

/*Team block*/
.soc-block {
    width: 100%;
    float: left;
    text-align: center;
}

.team {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    text-align: center;
}

.team img {
    width: 100%;
    height: auto;
    margin-bottom: 34px;
}

.team h6 {
    color: #3b345e;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.team .position {
    width: 100%;
    float: left;
    margin-bottom: 18px;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
}

.team p {
    font-size: 14px;
    color: rgba(137, 137, 137, 0.7);
    margin-bottom: 42px;
}

.soc-block a {
    width: 100px;
    height: 50px;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-size: cover;
}

.soc-block a:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.soc-link.fb-link {
    background-image: url('../img/fb-link.png');
    float: left;
}

.soc-link.tw-link {
    background-image: url('../img/tw-link.png');
}

.soc-link.gl-link {
    background-image: url('../img/gl-link.png');
    float: right;
}

@media screen and (max-width: 1199px) {
    .soc-block a {
        width: 80px;
        height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .soc-block a {
        width: 100px;
        height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .team p {
        margin-bottom: 15px;
    }

    .soc-link.fb-link,
    .soc-link.gl-link {
        float: none;
    }

    .soc-block a {
        margin: 5px;
    }
}

/*Google map*/
.marker-tab {
    min-height: 100px;
    border-right: 1px solid #e9e9e9;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.marker-tab:hover,
.marker-tab.active {
    background-color: #ed1c24;
}

.marker-tab:hover h6,
.marker-tab.active h6 {
    color: #fff;
}

.marker-tab:hover p,
.marker-tab.active p {
    color: rgba(255, 255, 255, 0.7);
}

.marker-tab img {
    position: absolute;
    top: -68px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.marker-tab h6 {
    text-transform: uppercase;
    color: #3b345e;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 24px 0 7px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.marker-tab p {
    font-size: 12px;
    color: #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*Google maps*/
#map-canvas {
    height: 700px;
}

@media screen and (max-width: 991px) {
    .marker-tabs {
        margin: -90px -15px 0;
    }

    .marker-tab img {
        position: static;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #map-canvas {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .marker-tab {
        min-height: 70px;
    }

    .marker-tab h6 {
        width: 100%;
        float: left;
        margin: 12px 0 7px;
    }

    .marker-tab img {
        display: none;
    }
}

/*Contact form*/
input, textarea {
    font-family: 'Montserrat', sans-serif;
}
.post-password-form label,
.post-password-form p>input{
    display: inline-block;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control,
.post-password-form input[type='password'] {
    margin: 14px 0 15px;
    padding: 15px 30px 15px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    box-shadow: none;
}
.post-password-form input[type='password']{
    margin: 0;
    height: 50px;
    padding: 11px 10px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
textarea.wpcf7-form-control.wpcf7-not-valid {
    border-color: #f00;
}

textarea.wpcf7-textarea {
    min-height: 129px;
    resize: none;
}

.submit-row {
    text-align: center;
}

input.wpcf7-submit,
.post-password-form input[type='submit'] {
    margin-top: 35px;
    padding: 16px 134px;
    border: 2px solid #ed1c24;
    background-color: #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.post-password-form input[type='submit'] {
    padding: 11px 30px;
    margin-top: 0;
    margin-left: 10px;
    height: 50px;
}
input.wpcf7-submit:hover,
.post-password-form input[type='submit']:hover {
    background-color: transparent;
    color: #ed1c24;
}

.wpcf7-response-output[role="alert"] {
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    text-align: center;
    line-height: 22px;
    padding: 20px;
}

div.wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
}

.contact-block a,
.contact-block p {
    color: rgba(137, 137, 137, 0.7);
}

.contact-block p a:hover {
    color: #ed1c24;
}
.post-password-form label{
    font-weight: 700;
}
@media screen and (max-width: 540px) {
    input.wpcf7-submit {
        width: 100%;
        padding: 16px 0px;
    }
}
/*Tab*/
.vc_tta .vc_tta-tabs-list,
.vc_tta-tabs .vc_tta-tab {
    margin: 0 !important;
    overflow: hidden;
}

.vc_tta-tabs .vc_tta-tab a {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 1px solid #e9e9e9 !important;
    border-bottom: none !important;
    font-size: 14px;
    color: #3b345e !important;
    text-transform: uppercase;
    padding: 17px 119px 17px 25px !important;
}

.vc_tta-tabs .vc_tta-tab:last-child a {
    border-bottom: 1px solid #e9e9e9 !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active a,
.vc_tta-tabs .vc_tta-tab a:hover {
    background-color: #ed1c24 !important;
    color: #fff !important;
}

.vc_tta-panels {
    background-color: transparent !important;
    border: none !important;
    margin: 0 !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 0 0 48px !important;
}

/*FAQ item*/
.faq-item {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 75px;
}

.faq-number {
    background-color: #ed1c24;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-align: center;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.faq-content {
    width: 100%;
    float: left;
    padding-left: 70px;
}

.faq-content h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #3b345e;
    margin-bottom: 19px;
}

.faq-content p {
    font-size: 14px;
    color: rgba(137, 137, 137, 0.7);
}

.vc_tta-panel-title {
    padding: 10px 0 10px 0px;
    font-size: 26px;
}

.vc_tta-panel .vc_tta-panel-title > a {
    color: #3b345e !important;
}

@media screen and (max-width: 767px) {
    .vc_tta.vc_general .vc_tta-panel-body {
        padding: 30px 20px 30px 20px !important;
    }
}

/*Blog page*/
.content-wrapper,
.blocks-container {
    width: 100%;
    float: left;
}

.blog-wrapper {
    width: 100%;
    float: left;
    padding-top: 143px;
    padding-bottom: 61px;
}

.blog-wrapper .blog-entry {
    width: 100%;
    float: left;
    margin-bottom: 94px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.blog-wrapper .blog-entry:last-child {
    margin-bottom: 33px;
}

.blog-wrapper .blog-entry:nth-child(n+1) .left-block {
    -webkit-order: 1;
    order: 1;
}

.blog-wrapper .blog-entry:nth-child(n+1) .rigth-block {
    -webkit-order: 2;
    order: 2;
}

.blog-wrapper .blog-entry:nth-child(2n+1) .left-block {
    -webkit-order: 1;
    order: 1;
}

.blog-wrapper .blog-entry:nth-child(2n+1) .right-block {
    -webkit-order: 2;
    order: 2;
}

.blog-wrapper .blog-entry .thumbnail-entry {
    width: 100%;
    float: left;
    margin-bottom: 0;
    text-align: center;
}

.blog-wrapper .post-info {
    width: 100%;
    float: left;
    padding-top: 94px;
}

.search .blog-wrapper .post-info {
    padding-top: 0;
}

.blog-wrapper .date {
    font-weight: 500;
    margin-bottom: 18px;
    font-size: 11px;
    color: #ed1c24;
    text-transform: uppercase;
}

.blog-wrapper .post-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.blog-wrapper .post-title:hover {
    color: #ed1c24;
}

.blog-wrapper .excerpt-block {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.blog-wrapper .excerpt-block p,
.blog-wrapper .excerpt-block .excerpt-text p,
.blog-wrapper .excerpt-block .excerpt-text{
    font-size: 14px;
    color: rgba(137, 137, 137, 0.7);
    line-height: 24px;
}
.blog-wrapper .excerpt-block .page-links,
.single .blog-entry .content .page-links{
    width: 100%;
    float: left;
    margin: 20px 0 0;
    color: rgba(137, 137, 137, 0.7);
    font-weight: 500;
}
.blog-wrapper .excerpt-block .page-links a,
.single .blog-entry .content .page-links a{
    margin: 0 5px;
}
.single .blog-entry .content .page-links.tags-links a{
    margin-right: 10px;
    margin-left: 0;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: middle;
}
.blog-entry .data-column {
    width: 100%;
    float: left;
}

.blog-wrapper .blog-entry .data-column > div {
    float: left;
    color: #000000;
    font-size: 12px;
    margin-right: 38px;
}

.blog-wrapper .author-icon,
.blog-wrapper .comments-icon,
.blog-wrapper .like {
    width: 19px;
    height: 15px;
    display: block;
    float: left;
    margin-right: 9px;
    margin-top: -2px;
}

.blog-wrapper .author-icon {
    background-image: url('../img/author-icon.png');
}

.blog-wrapper .comments-icon {
    background-image: url('../img/comments-icon.png');
}

.blog-wrapper .like {
    background-image: url('../img/like-icon.png');
    cursor: pointer;
}

.blog-wrapper .blog-entry .data-column > div.author-block,
.blog-wrapper .count,
.blog-wrapper .counter {
    color: #3b345e;
}

nav.navigation.pagination {
    width: 100%;
    float: left;
    border: none;
    margin-bottom: 51px;
}

nav.navigation.pagination h2 {
    display: none;
}

nav.navigation.pagination .page-numbers {
    margin: 0 4px;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

nav.navigation.pagination .page-numbers.current,
nav.navigation.pagination .page-numbers:hover {
    background-color: #ed1c24;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .blog-wrapper {
        padding-top: 70px;
    }

    .blog-wrapper .blog-entry {
        display: block;
        margin-bottom: 50px;
    }

    .blog-wrapper .post-info {
        padding-top: 30px;
    }

    nav.navigation.pagination {
        margin-bottom: 0px;
    }
}

/*Detail blog page*/
.blog-entry .content {
    margin-left: 0;
    width: 100%;
}

.blog-entry .data-column.single {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    padding: 27px 0;
    margin-bottom: 27px;
}

.blog-entry .data-column.single > div {
    display: inline-block;
    float: none;
    margin: 0 40px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 17px;
    color: rgba(137, 137, 137, 0.7);
}

.blog-wrapper .single .counter {
    color: rgba(137, 137, 137, 0.7);
}

.blog-detail-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 0;
}

.column-title {
    font-weight: 600;
    color: #3b345e;
}

.blog-entry .data-column.single .like {
    display: none;
}

.single .blog-entry .content .title {
    color: #3b345e;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 22px;
    margin-top:0;
}

.single .blog-entry .typography-block {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e9e9e9;
}

.single h1, .page h1 {
    margin-bottom: 45px;
}

.typography-block p {
    margin-bottom: 34px;
}

.single .blog-wrapper .blog-entry {
    margin-bottom: 68px;
}

.tag-list {
    margin-top: 20px;
}

.tag-list,
.tag-list ul {
    width: 100%;
    float: left;
}

.tag-list ul li {
    margin: 0 4px 10px 0;
    list-style: none;
    float: left;
}

.tag-list ul li a {
    display: block;
    background: #e9e9e9;
    color: #000000;
    padding: 8px 10px 6px;
    font-size: 11px !important;
    line-height: 14px;
}

.tag-list ul li a:hover {
    background: #ed1c24;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .blog-entry .data-column.single{
        padding: 15px 0;
    }
    .blog-entry .data-column.single > div {
        display: block;
        width: 100%;
        float: left;
        margin: 5px 0;
    }
}

/*Related block*/
.related-posts {
    margin-bottom: 64px;
}

.block-header {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0;
}

.block-header .title {
    font-size: 18px;
    color: #3b345e;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.related-posts,
.posts-slider,
.blog-comments {
    width: 100%;
    float: left;
}

.related-post-entry a.title {
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    color: #3b345e;
}

.related-post-entry a.title:hover {
    color: #ed1c24;
}

.related-post-entry .author-block {
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #3b345e;
}

.related-posts .swiper-container .pagination {
    margin: 41px 0 0 0;
}

.related-posts .swiper-pagination-switch {
    width: 11px;
    height: 10px;
}

.related-posts .swiper-pagination-switch::before {
    border: 3px solid #b9b6c7;
}

.related-posts .swiper-pagination-switch.swiper-active-switch::before {
    border: 5.5px solid #4f4872;
}

/*Comments list*/
.blog-comments .block-header .title {
    margin-bottom: 17px;
}

.last-comment {
    width: 100%;
    float: left;
}

.comment {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 15px;
}

.comment.parent .comment {
    padding-left: 25px;
}

.comment-entry {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding: 0;
    padding-left: 128px;
    margin-bottom: 44px;
}

.comment-entry .title {
    margin-bottom: 17px;
}

.comment-entry .title .name {
    color: #3b345e;
    font-size: 14px;
    font-weight: 600;
    margin-right: 39px;
}

.comment-entry .title .comment-time {
    font-size: 11px;
    color: #ed1c24;
    text-transform: none;
    margin-right: 55px;
}

.comment .title a {
    color: #000000;
    font-size: 16px;
}

.comment .title a:hover {
    color: #ed1c24;
}

.comment-entry .comment-icon {
    width: 77px;
    height: 77px;
    left: 0;
    top: 0;
    margin-top: 0px;
}

.comment-entry .description,
.comment-entry .description p {
    font-size: 14px;
    color: rgba(137, 137, 137, 0.7);
}

.alert-warning {
    width: 100%;
    float: left;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 21px;
    background-color: #ed1c24;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

#cancel-comment-reply-link {
    color: #ed1c24;
    margin-bottom: 15px;
}

/*Comments form*/
.blog-detail-content .form-block {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comment-respond {
    width: 100%;
    float: left;
}

.field-entry {
    margin-bottom: 28px;
}

.field-entry input,
.field-entry textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e9e9e9;
}

.form-submit {
    width: 100%;
    float: left;
    margin-top: 22px;
    text-align: center;
}

.form-block .button {
    padding: 14.5px 133px;
    display: inline-block;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.form-block .button:hover {
    background-color: #fff;
    color: #ed1c24;
}

.reply-title {
    width: 100%;
    float: left;
    margin-bottom: 46px;
    text-transform: uppercase;
    font-size: 18px;
}

.field-entry textarea {
    min-height: 131px;
}

@media screen and (max-width: 767px) {
    .comment-entry .title .name {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .comment-entry {
        padding-left: 95px;
    }

    .comment.parent .comment {
        padding-left: 15px;
    }

    .form-block .button {
        width: 100%;
        padding: 14.5px 0;
    }
    .post-password-form input[type='submit']{
        margin-left:0;
        margin-top: 15px;
        display: block;
        width: 100%;
    }
    .post-password-form p:last-child{
        text-align:center;
    }
    .post-password-form label{
        display: block;
        text-align: left;
    }
    .post-password-form input{
        display: block;
        width: 100%;
    }
}

/*Sidebar*/
.widget:not(.footer-widget),
.side-menu {
    width: 100%;
    float: left;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.widget:not(.footer-widget) .widgettitle,
.side-menu > .title {
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #3b345e;
    margin-bottom: 22px;
}

.search-form {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 71px
}

.search-form input::-webkit-input-placeholder {
    color: rgba(137, 137, 137, 0.7);
}

.search-form input:-moz-placeholder {
    color: rgba(137, 137, 137, 0.7);
}

.search-form input::-moz-placeholder {
    color: rgba(137, 137, 137, 0.7);
}

.search-form input:-ms-input-placeholder {
    color: rgba(137, 137, 137, 0.7);
}

.search-form input[type="text"] {
    border: 1px solid #e9e9e9;
    color: rgba(137, 137, 137, 0.7);
    font-size: 14px;
    padding: 0 70px 0 30px;
}

.search-form input[type="submit"] {
    width: 80px;
    background: url(../img/search.png) center center no-repeat;
}

@media screen and (max-width: 991px) {
    .search-form {
        margin-top: 50px;
        margin-bottom: 0;
    }
}

/*Popular posts*/
.popular-block,
.post-row {
    width: 100%;
    float: left;
}

.post-row {
    margin-bottom: 29px;
}

.side-menu-image-item .image,
.side-menu .title,
.author {
    margin: 0;
    padding: 0;
}

.thumb-block {
    width: 29%;
    float: left;
}

.cont-block {
    width: 71%;
    float: left;
    padding-left: 28px;
}

.side-menu .title {
    font-family: 'Montserrat', sans-serif;;
    color: #3b345e;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.post-date {
    font-size: 11px;
    color: #000000;
    line-height: 13px;
    margin-bottom: 13px;
}

.cont-block .post-title {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    color: #3b345e;
    line-height: 23px;
}

.cont-block .author {
    width: 100%;
    float: left;
    font-size: 14px;
    color: rgba(137, 137, 137, 0.7);
}

/*Tag cloud*/
.tagcloud > a {
    background: #e9e9e9;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    margin: 0px 4px 10px 0;
}

.tagcloud > a:hover {
    background: #ed1c24;
    color: #fff;
}

/*Footer*/
footer {
    width: 100%;
    float: left;
    background: #4f4872;
}

/*Footer line*/
.footer-line {
    background: #fff;
    padding-top: 36px;
    padding-bottom: 27px;
}

.footer-line-entry {
    padding-top: 10px;
}

.footer-line-entry .content {
    margin-left: 55px;
}

.footer-line-entry img {
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-top: 5px;
}

.footer-line-entry .content,
.footer-line-entry .content a {
    color: #4f4872;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
}

.footer-line-entry .content a:hover {
    color: #ed1c24;
}

.footer-line-entry .content em,
.footer-line-entry .content a em {
    color: #ed1c24;
}

.yikes-easy-mc-error-message {
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .cell-view {
        line-height: 18px;
    }

    .footer-line-entry img {
        margin-top: 2px;
    }

    .footer-line-entry .content {
        margin-left: 50px;
    }

    .footer-line-entry .content,
    .footer-line-entry .content a {
        font-size: 12px;
    }
}

/*Footer info block*/
.footer-row {
    padding: 77px 0 0;
    width: 100%;
    float: left;
}

.ft-info-block {
    text-align: center;
    padding: 0;
}

.ft-info-block img {
    margin-top: 5px;
    max-width: 100%;
    height: auto;
}

.copyright {
    font-family: 'Montserrat', sans-serif;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 27px;
    font-size: 12px;
    color: #fff;
}

.footer-entry .title,
.footer-entry .widgettitle {
    font-family: 'Montserrat', sans-serif;;
    font-size: 16px;
    color: #fff;
    margin-bottom: 23px;
}

footer ul li {
    padding-bottom: 12px;
}

footer ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

footer ul li a:hover {
    color: #ed1c24;
}

footer .social-list {
    margin: 10px 0;
}

footer .social-list .social-link {
    margin-top: 14px;
}

.social-title {
    font-family: 'Montserrat', sans-serif;;
    color: #ed1c24;
    font-size: 16px;
}

footer .social-icon.background:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*Login page*/
.login-register-page .form-block,
.login-register-page .form-wrapper {
    width: 100%;
    float: left;
}

.login-register-page .form-block {
    padding-top: 85px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-register-page .block-header {
    text-align: center;
    margin-bottom: 40px;
}

.login-register-page .block-header .text {
    line-height: 22px;
    color: #6a7483;
}

.login-register-page .form-wrapper form {
    width: 100%;
    float: left;
    text-align: center;
}

.login-register-page .form-wrapper form .field-entry,
.login-register-page .form-wrapper form .checkbox-entry,
.login-register-page .form-wrapper form a {
    text-align: left;
    display: block;
}

.field-entry label {
    padding: 0;
    margin-bottom: 5px;
    color: #6a7483;
}

.form-block .simple-link {
    margin-bottom: 0;
}

.login-register-page .form-wrapper .button {
    margin-top: 20px;
}

/*Theme colors*/
/*Backgrounds-color-0*/
.bgs-color-0 .propouse-row,
.bgs-color-0 .slider-block,
.bgs-color-0 .slider-block .swiper-slide,
.bgs-color-0 .search-block,
.bgs-color-0 .plan,
.bgs-color-0 .clients-block,
.bgs-color-0 #content-wrapper .accordeon-entry.active .title,
.bgs-color-0 #content-wrapper .accordeon-entry .title:hover,
.bgs-color-0 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-0 .choose-block,
.bgs-color-0 footer,
.bgs-color-0 .menu-entry .submenu,
.bgs-color-0 .main-menu li .sub-menu,
.bgs-color-0 .thumbnail-entry blockquote,
.bgs-color-0 blockquote {
    background-color: #4f4872;
    background: #4f4872;
}

.bgs-color-0 .page-title.style-dark,
.bgs-color-0 .table-responsive.style-2 .table tr.vc-th td,
.bgs-color-0 .table-responsive.style-4 .table tr.vc-th td:first-child,
.bgs-color-0 .table-responsive.style-4 .table tr.vc-th td:first-child p,
.bgs-color-0 .table-responsive.style-4 .table tr.vc-th td:first-child p b,
.bgs-color-0 .table-slider table td.td-price,
.bgs-color-0 .price-entry .plan-desc,
.bgs-color-0 .table-responsive.style-6 .table tr.vc-th td,
.bgs-color-0 .feature.center.icon-entry:hover {
    background-color: #4f4872;
}

.bgs-color-0 .propouse-row.style-1 {
    background-color: #fff;
    background: #fff;
    color: #0b4865;
}

.bgs-color-0 .plan,
.bgs-color-0 .accordeon-entry.active,
.bgs-color-0 .accordeon-entry:hover,
.bgs-color-0 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-0 .pagination.style-2 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-0 .cssload-container .cssload-moon,
.bgs-color-0 .table-responsive.style-4 .table tr.vc-th td:first-child,
.bgs-color-0 .table-responsive.style-4 .table tr.vc-th td:first-child p,
.bgs-color-0 .table-responsive.style-4 .table tr.vc-th td:first-child p b,
.bgs-color-0 .price-entry,
.bgs-color-0 .testimonials-slider.style-3 .swiper-container .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-0 .table-slider .swiper-container .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-0 .plan-slider.style-0 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-0 .gaurantee-slider .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch::before {
    border-color: #4f4872;
}

/*Backgrounds-color-1*/
.bgs-color-1 .propouse-row,
.bgs-color-1 .slider-block,
.bgs-color-1 .slider-block .swiper-slide,
.bgs-color-1 .search-block,
.bgs-color-1 .plan,
.bgs-color-1 .clients-block,
.bgs-color-1 #content-wrapper .accordeon-entry.active .title,
.bgs-color-1 #content-wrapper .accordeon-entry .title:hover,
.bgs-color-1 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-1 .choose-block,
.bgs-color-1 footer,
.bgs-color-1 .menu-entry .submenu,
.bgs-color-1 .main-menu li .sub-menu,
.bgs-color-1 .thumbnail-entry blockquote,
.bgs-color-1 blockquote {
    background-color: #660d0d;
    background: #660d0d;
}

.bgs-color-1 .page-title.style-dark,
.bgs-color-1 .table-responsive.style-2 .table tr.vc-th td,
.bgs-color-1 .table-responsive.style-4 .table tr.vc-th td:first-child,
.bgs-color-1 .table-responsive.style-4 .table tr.vc-th td:first-child p,
.bgs-color-1 .table-responsive.style-4 .table tr.vc-th td:first-child p b,
.bgs-color-1 .table-slider table td.td-price,
.bgs-color-1 .price-entry .plan-desc,
.bgs-color-1 .table-responsive.style-6 .table tr.vc-th td,
.bgs-color-1 .feature.center.icon-entry:hover {
    background-color: #660d0d;
}

.bgs-color-1 .propouse-row.style-1 {
    background-color: #fff;
    background: #fff;
    color: #0b4865;
}

.bgs-color-1 .plan,
.bgs-color-1 .accordeon-entry.active,
.bgs-color-1 .accordeon-entry:hover,
.bgs-color-1 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-1 .pagination.style-2 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-1 .cssload-container .cssload-moon,
.bgs-color-1 .table-responsive.style-4 .table tr.vc-th td:first-child,
.bgs-color-1 .table-responsive.style-4 .table tr.vc-th td:first-child p,
.bgs-color-1 .table-responsive.style-4 .table tr.vc-th td:first-child p b,
.bgs-color-1 .price-entry,
.bgs-color-1 .testimonials-slider.style-3 .swiper-container .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-1 .table-slider .swiper-container .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-1 .plan-slider.style-0 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-1 .gaurantee-slider .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch::before {
    border-color: #660d0d;
}

.bgs-color-1 .plan-slider.style-1 .swiper-pagination-switch::before {
    border-color: rgba(15, 203, 225, 0.4);
}

.bgs-color-1 .plan-slider.style-1 .swiper-pagination-switch.swiper-active-switch::before {
    border-color: #46a941;
    background-color: #46a941;
}

.bgs-color-1 .yikes-easy-mc-form input {
    border-color: rgba(225, 255, 255, 0.2) !important;
}

.bgs-color-1 .propouse-row.style-1 {
    background-color: #fff;
    background: #fff;
    color: #0b4865;
}

.bgs-color-1 .form-description .text {
    color: #eeeff0;
}

.bgs-color-1 .links-examples li a {
    color: rgba(255, 253, 253, 0.7);
}

/*Backgrounds-color-2*/
.bgs-color-2 .propouse-row,
.bgs-color-2 .slider-block,
.bgs-color-2 .slider-block .swiper-slide,
.bgs-color-2 .search-block,
.bgs-color-2 .plan,
.bgs-color-2 .clients-block,
.bgs-color-2 #content-wrapper .accordeon-entry.active .title,
.bgs-color-2 #content-wrapper .accordeon-entry .title:hover,
.bgs-color-2 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-2 .choose-block,
.bgs-color-2 footer,
.bgs-color-2 .menu-entry .submenu,
.bgs-color-2 .main-menu li .sub-menu,
.bgs-color-2 .thumbnail-entry blockquote,
.bgs-color-2 blockquote {
    background-color: #4caf50;
    background: #4caf50;
}

.bgs-color-2 .page-title.style-dark,
.bgs-color-2 .table-responsive.style-2 .table tr.vc-th td,
.bgs-color-2 .table-responsive.style-4 .table tr.vc-th td:first-child,
.bgs-color-2 .table-responsive.style-4 .table tr.vc-th td:first-child p,
.bgs-color-2 .table-responsive.style-4 .table tr.vc-th td:first-child p b,
.bgs-color-2 .table-slider table td.td-price,
.bgs-color-2 .price-entry .plan-desc,
.bgs-color-2 .table-responsive.style-6 .table tr.vc-th td,
.bgs-color-2 .feature.center.icon-entry:hover {
    background-color: #4caf50;
}

.bgs-color-2 .propouse-row.style-1 {
    background-color: #fff;
    background: #fff;
    color: #0b4865;
}

.bgs-color-2 .plan,
.bgs-color-2 .accordeon-entry.active,
.bgs-color-2 .accordeon-entry:hover,
.bgs-color-2 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-2 .pagination.style-2 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-2 .cssload-container .cssload-moon,
.bgs-color-2 .table-responsive.style-4 .table tr.vc-th td:first-child,
.bgs-color-2 .table-responsive.style-4 .table tr.vc-th td:first-child p,
.bgs-color-2 .table-responsive.style-4 .table tr.vc-th td:first-child p b,
.bgs-color-2 .price-entry,
.bgs-color-2 .testimonials-slider.style-3 .swiper-container .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-2 .table-slider .swiper-container .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-2 .plan-slider.style-0 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-2 .gaurantee-slider .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch::before {
    border-color: #4caf50;
}

.bgs-color-2 .yikes-easy-mc-form input {
    border-color: rgba(225, 255, 255, 0.2) !important;
}

.bgs-color-2 .form-description .text {
    color: #eeeff0;
}

.bgs-color-2 .links-examples li a {
    color: rgba(255, 253, 253, 0.7);
}

/*Backgrounds-color-3*/
.bgs-color-3 .propouse-row,
.bgs-color-3 .slider-block,
.bgs-color-3 .slider-block .swiper-slide,
.bgs-color-3 .search-block,
.bgs-color-3 .plan,
.bgs-color-3 .clients-block,
.bgs-color-3 #content-wrapper .accordeon-entry.active .title,
.bgs-color-3 #content-wrapper .accordeon-entry .title:hover,
.bgs-color-3 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-3 .choose-block,
.bgs-color-3 footer,
.bgs-color-3 .menu-entry .submenu,
.bgs-color-3 .main-menu li .sub-menu,
.bgs-color-3 .thumbnail-entry blockquote,
.bgs-color-3 blockquote {
    background-color: #ed1c24;
    background: #ed1c24;
}

.bgs-color-3 .page-title.style-dark,
.bgs-color-3 .table-responsive.style-2 .table tr.vc-th td,
.bgs-color-3 .table-responsive.style-4 .table tr.vc-th td:first-child,
.bgs-color-3 .table-responsive.style-4 .table tr.vc-th td:first-child p,
.bgs-color-3 .table-responsive.style-4 .table tr.vc-th td:first-child p b,
.bgs-color-3 .table-slider table td.td-price,
.bgs-color-3 .price-entry .plan-desc,
.bgs-color-3 .table-responsive.style-6 .table tr.vc-th td,
.bgs-color-3 .feature.center.icon-entry:hover {
    background-color: #ed1c24;
}

.bgs-color-3 .propouse-row.style-1 {
    background-color: #fff;
    background: #fff;
    color: #0b4865;
}

.bgs-color-3 .plan,
.bgs-color-3 .accordeon-entry.active,
.bgs-color-3 .accordeon-entry:hover,
.bgs-color-3 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-3 .pagination.style-2 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-3 .cssload-container .cssload-moon,
.bgs-color-3 .table-responsive.style-4 .table tr.vc-th td:first-child,
.bgs-color-3 .table-responsive.style-4 .table tr.vc-th td:first-child p,
.bgs-color-3 .table-responsive.style-4 .table tr.vc-th td:first-child p b,
.bgs-color-3 .price-entry,
.bgs-color-3 .testimonials-slider.style-3 .swiper-container .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-3 .table-slider .swiper-container .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-3 .plan-slider.style-0 .swiper-pagination-switch.swiper-active-switch::before,
.bgs-color-3 .gaurantee-slider .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch::before {
    border-color: #ed1c24;
}

.bgs-color-3 .yikes-easy-mc-form input {
    border-color: rgba(225, 255, 255, 0.2) !important;
}

.bgs-color-3 .form-description .text {
    color: #eeeff0;
}

.bgs-color-3 .links-examples li a {
    color: rgba(255, 253, 253, 0.7);
}

/*Container-title-color-0*/
.contitle-color-0 .logo-block.text a span,
.contitle-color-0 .heading.typography-block.h-dark h1,
.contitle-color-0 .heading.typography-block.h-dark h2,
.contitle-color-0 .heading.typography-block.h-dark h3,
.contitle-color-0 .heading.typography-block.h-dark h4,
.contitle-color-0 .heading.typography-block.h-dark h5,
.contitle-color-0 .heading.typography-block.h-dark h6,
.contitle-color-0 .header-inline-entry.info-block a:hover,
.contitle-color-0 .register.menu-btn a:hover,
.contitle-color-0 h1,
.contitle-color-0 h2,
.contitle-color-0 h3,
.contitle-color-0 h4,
.contitle-color-0 h5,
.contitle-color-0 h6 {
    color: #453d6a;
}

.contitle-color-0 .heading.typography-block.h-light h1,
.contitle-color-0 .heading.typography-block.h-light h2,
.contitle-color-0 .heading.typography-block.h-light h3,
.contitle-color-0 .heading.typography-block.h-light h4,
.contitle-color-0 .heading.typography-block.h-light h5,
.contitle-color-0 .heading.typography-block.h-light h6 {
    color: #fff;
}

/*Container-title-color-1*/
.contitle-color-1 .logo-block.text a span,
.contitle-color-1 .heading.typography-block.h-dark h1,
.contitle-color-1 .heading.typography-block.h-dark h2,
.contitle-color-1 .heading.typography-block.h-dark h3,
.contitle-color-1 .heading.typography-block.h-dark h4,
.contitle-color-1 .heading.typography-block.h-dark h5,
.contitle-color-1 .heading.typography-block.h-dark h6,
.contitle-color-1 .header-inline-entry.info-block a:hover,
.contitle-color-1 .register.menu-btn a:hover,
.contitle-color-1 h1,
.contitle-color-1 h2,
.contitle-color-1 h3,
.contitle-color-1 h4,
.contitle-color-1 h5,
.contitle-color-1 h6 {
    color: #46a941;
}

.contitle-color-1 .heading.typography-block.h-light h1,
.contitle-color-1 .heading.typography-block.h-light h2,
.contitle-color-1 .heading.typography-block.h-light h3,
.contitle-color-1 .heading.typography-block.h-light h4,
.contitle-color-1 .heading.typography-block.h-light h5,
.contitle-color-1 .heading.typography-block.h-light h6 {
    color: #fff;
}

/*Container-title-color-2*/
.contitle-color-2 .logo-block.text a span,
.contitle-color-2 .heading.typography-block.h-dark h1,
.contitle-color-2 .heading.typography-block.h-dark h2,
.contitle-color-2 .heading.typography-block.h-dark h3,
.contitle-color-2 .heading.typography-block.h-dark h4,
.contitle-color-2 .heading.typography-block.h-dark h5,
.contitle-color-2 .heading.typography-block.h-dark h6,
.contitle-color-2 .header-inline-entry.info-block a:hover,
.contitle-color-2 .register.menu-btn a:hover,
.contitle-color-2 h1,
.contitle-color-2 h2,
.contitle-color-2 h3,
.contitle-color-2 h4,
.contitle-color-2 h5,
.contitle-color-2 h6 {
    color: #4caf50;
}

.contitle-color-2 .heading.typography-block.h-light h1,
.contitle-color-2 .heading.typography-block.h-light h2,
.contitle-color-2 .heading.typography-block.h-light h3,
.contitle-color-2 .heading.typography-block.h-light h4,
.contitle-color-2 .heading.typography-block.h-light h5,
.contitle-color-2 .heading.typography-block.h-light h6 {
    color: #fff;
}

/*Container-title-color-3*/
.contitle-color-3 .logo-block.text a span,
.contitle-color-3 .heading.typography-block.h-dark h1,
.contitle-color-3 .heading.typography-block.h-dark h2,
.contitle-color-3 .heading.typography-block.h-dark h3,
.contitle-color-3 .heading.typography-block.h-dark h4,
.contitle-color-3 .heading.typography-block.h-dark h5,
.contitle-color-3 .heading.typography-block.h-dark h6,
.contitle-color-3 .header-inline-entry.info-block a:hover,
.contitle-color-3 .register.menu-btn a:hover,
.contitle-color-3 h1,
.contitle-color-3 h2,
.contitle-color-3 h3,
.contitle-color-3 h4,
.contitle-color-3 h5,
.contitle-color-3 h6 {
    color: #ed1c24;
}

.contitle-color-3 .heading.typography-block.h-light h1,
.contitle-color-3 .heading.typography-block.h-light h2,
.contitle-color-3 .heading.typography-block.h-light h3,
.contitle-color-3 .heading.typography-block.h-light h4,
.contitle-color-3 .heading.typography-block.h-light h5,
.contitle-color-3 .heading.typography-block.h-light h6 {
    color: #fff;
}

/*Block-title-color-0*/
.bltitle-color-0 .menu-row nav .menu-entry > a,
.bltitle-color-0 .block.services-block .icon-entry .title,
.bltitle-color-0 .banner-tabs .title,
.bltitle-color-0 .circle-entry .title,
.bltitle-color-0 .block.type-4 .table tr.vc-th,
.bltitle-color-0 .block.type-4 .table tr td.vc_table_cell:first-child,
.bltitle-color-0 .accordeon-entry .title,
.bltitle-color-0 .wpb_text_column span,
.bltitle-color-0 .wpb_text_column strong,
.bltitle-color-0 .wpb_text_column h1,
.bltitle-color-0 .wpb_text_column h2,
.bltitle-color-0 .wpb_text_column h3,
.bltitle-color-0 .wpb_text_column h4,
.bltitle-color-0 .wpb_text_column h5,
.bltitle-color-0 .wpb_text_column h6,
.bltitle-color-0 .footer-line-entry .content,
.bltitle-color-0 .footer-line-entry .content a,
.bltitle-color-0 .plan-slider.style-1 .plan .title,
.bltitle-color-0 .table-responsive .table tr.vc-th,
.bltitle-color-0 .blog-entry .content .title,
.bltitle-color-0 .gaurantee-slider h6,
.bltitle-color-0 .gaurantee-block b,
.bltitle-color-0 .timeline-entry .content h6,
.bltitle-color-0 .gaurantee-slider.style-2 .banner-tabs .tab-entry,
.bltitle-color-0 .gaurantee-slider.style-2 .gaurantee-content .gaurantee-title,
.bltitle-color-0 .feature.icon-entry .title,
.bltitle-color-0 .table-responsive.style-4 .table tr.vc-th td b,
.bltitle-color-0 .tab-title,
.bltitle-color-0 .table-slider .td-title p,
.bltitle-color-0 .content-slider .text-block > h6,
.bltitle-color-0 .team h6,
.bltitle-color-0 .blockback:nth-child(2n) .accordeon-entry .title,
.bltitle-color-0 .faq-content h6,
.bltitle-color-0 .blog-wrapper .post-title,
.bltitle-color-0 .widget:not(.footer-widget) .widgettitle,
.bltitle-color-0 .side-menu > .title,
.bltitle-color-0 .block-header .title,
.bltitle-color-0 .related-post-entry a.title,
.bltitle-color-0 .comment-entry .title .name,
.bltitle-color-0 .reply-title,
.bltitle-color-0 .marker-tab h6,
.bltitle-color-0 .table-responsive.style-1 .table tr td.vc_table_cell:first-child,
.bltitle-color-0 .testimonial h5.title em,
.bltitle-color-0 .table-slider table.parameters .parameter,
.bltitle-color-0 .blog-wrapper .blog-entry .data-column > div.author-block,
.bltitle-color-0 .blog-wrapper .count,
.bltitle-color-0 .blog-wrapper .counter,
.bltitle-color-0 .column-title,
.bltitle-color-0 .related-post-entry .author-block,
.bltitle-color-0 .main-menu li a {
    color: #4f4872;
}

.bltitle-color-0 .vc_tta-tabs .vc_tta-tab a {
    color: #4f4872 !important;
}

.bltitle-color-0 .vc_tta-tabs .vc_tta-tab.vc_active a,
.bltitle-color-0 .vc_tta-tabs .vc_tta-tab a:hover {
    color: #fff !important;
}

.bltitle-color-0 .gaurantee-slider.style-2 .banner-tabs .tab-entry.active,
.bltitle-color-0 .gaurantee-slider.style-2 .banner-tabs .tab-entry:hover,
.bltitle-color-0 #content-wrapper .accordeon-entry.active .title,
.bltitle-color-0 #content-wrapper .accordeon-entry .title:hover,
.bltitle-color-0 .marker-tab:hover h6,
.bltitle-color-0 .marker-tab.active h6,
.bltitle-color-0 .table-responsive.style-4 .table tr.vc-th td:last-child p,
.bltitle-color-0 .table-responsive.style-4 .table tr.vc-th td:last-child b {
    color: #fff;
}

/*Block-title-color-1*/
.bltitle-color-1 .menu-row nav .menu-entry > a,
.bltitle-color-1 .block.services-block .icon-entry .title,
.bltitle-color-1 .banner-tabs .title,
.bltitle-color-1 .circle-entry .title,
.bltitle-color-1 .block.type-4 .table tr.vc-th,
.bltitle-color-1 .block.type-4 .table tr td.vc_table_cell:first-child,
.bltitle-color-1 .accordeon-entry .title,
.bltitle-color-1 .wpb_text_column span,
.bltitle-color-1 .wpb_text_column strong,
.bltitle-color-1 .wpb_text_column h1,
.bltitle-color-1 .wpb_text_column h2,
.bltitle-color-1 .wpb_text_column h3,
.bltitle-color-1 .wpb_text_column h4,
.bltitle-color-1 .wpb_text_column h5,
.bltitle-color-1 .wpb_text_column h6,
.bltitle-color-1 .footer-line-entry .content,
.bltitle-color-1 .footer-line-entry .content a,
.bltitle-color-1 .plan-slider.style-1 .plan .title,
.bltitle-color-1 .table-responsive .table tr.vc-th,
.bltitle-color-1 .blog-entry .content .title,
.bltitle-color-1 .gaurantee-slider h6,
.bltitle-color-1 .gaurantee-block b,
.bltitle-color-1 .timeline-entry .content h6,
.bltitle-color-1 .gaurantee-slider.style-2 .banner-tabs .tab-entry,
.bltitle-color-1 .gaurantee-slider.style-2 .gaurantee-content .gaurantee-title,
.bltitle-color-1 .feature.icon-entry .title,
.bltitle-color-1 .table-responsive.style-4 .table tr.vc-th td b,
.bltitle-color-1 .tab-title,
.bltitle-color-1 .table-slider .td-title p,
.bltitle-color-1 .content-slider .text-block > h6,
.bltitle-color-1 .team h6,
.bltitle-color-1 .blockback:nth-child(2n) .accordeon-entry .title,
.bltitle-color-1 .faq-content h6,
.bltitle-color-1 .blog-wrapper .post-title,
.bltitle-color-1 .widget:not(.footer-widget) .widgettitle,
.bltitle-color-1 .side-menu > .title,
.bltitle-color-1 .block-header .title,
.bltitle-color-1 .related-post-entry a.title,
.bltitle-color-1 .comment-entry .title .name,
.bltitle-color-1 .reply-title,
.bltitle-color-1 .marker-tab h6,
.bltitle-color-1 .table-responsive.style-1 .table tr td.vc_table_cell:first-child,
.bltitle-color-1 .testimonial h5.title em,
.bltitle-color-1 .table-slider table.parameters .parameter,
.bltitle-color-1 .blog-wrapper .blog-entry .data-column > div.author-block,
.bltitle-color-1 .blog-wrapper .count,
.bltitle-color-1 .blog-wrapper .counter,
.bltitle-color-1 .column-title,
.bltitle-color-1 .related-post-entry .author-block,
.bltitle-color-1 .main-menu li a {
    color: #660d0d;
}

.bltitle-color-1 .vc_tta-tabs .vc_tta-tab a {
    color: #0d587c !important;
}

.bltitle-color-1 .vc_tta-tabs .vc_tta-tab.vc_active a,
.bltitle-color-1 .vc_tta-tabs .vc_tta-tab a:hover {
    color: #fff !important;
}

.bltitle-color-1 .gaurantee-slider.style-2 .banner-tabs .tab-entry.active,
.bltitle-color-1 .gaurantee-slider.style-2 .banner-tabs .tab-entry:hover,
.bltitle-color-1 #content-wrapper .accordeon-entry.active .title,
.bltitle-color-1 #content-wrapper .accordeon-entry .title:hover,
.bltitle-color-1 .marker-tab:hover h6,
.bltitle-color-1 .marker-tab.active h6,
.bltitle-color-1 .table-responsive.style-4 .table tr.vc-th td:last-child p,
.bltitle-color-1 .table-responsive.style-4 .table tr.vc-th td:last-child b {
    color: #fff;
}

/*Block-title-color-2*/
.bltitle-color-2 .menu-row nav .menu-entry > a,
.bltitle-color-2 .block.services-block .icon-entry .title,
.bltitle-color-2 .banner-tabs .title,
.bltitle-color-2 .circle-entry .title,
.bltitle-color-2 .block.type-4 .table tr.vc-th,
.bltitle-color-2 .block.type-4 .table tr td.vc_table_cell:first-child,
.bltitle-color-2 .accordeon-entry .title,
.bltitle-color-2 .wpb_text_column span,
.bltitle-color-2 .wpb_text_column strong,
.bltitle-color-2 .wpb_text_column h1,
.bltitle-color-2 .wpb_text_column h2,
.bltitle-color-2 .wpb_text_column h3,
.bltitle-color-2 .wpb_text_column h4,
.bltitle-color-2 .wpb_text_column h5,
.bltitle-color-2 .wpb_text_column h6,
.bltitle-color-2 .footer-line-entry .content,
.bltitle-color-2 .footer-line-entry .content a,
.bltitle-color-2 .plan-slider.style-1 .plan .title,
.bltitle-color-2 .table-responsive .table tr.vc-th,
.bltitle-color-2 .blog-entry .content .title,
.bltitle-color-2 .gaurantee-slider h6,
.bltitle-color-2 .gaurantee-block b,
.bltitle-color-2 .timeline-entry .content h6,
.bltitle-color-2 .gaurantee-slider.style-2 .banner-tabs .tab-entry,
.bltitle-color-2 .gaurantee-slider.style-2 .gaurantee-content .gaurantee-title,
.bltitle-color-2 .feature.icon-entry .title,
.bltitle-color-2 .table-responsive.style-4 .table tr.vc-th td b,
.bltitle-color-2 .tab-title,
.bltitle-color-2 .table-slider .td-title p,
.bltitle-color-2 .content-slider .text-block > h6,
.bltitle-color-2 .team h6,
.bltitle-color-2 .blockback:nth-child(2n) .accordeon-entry .title,
.bltitle-color-2 .faq-content h6,
.bltitle-color-2 .blog-wrapper .post-title,
.bltitle-color-2 .widget:not(.footer-widget) .widgettitle,
.bltitle-color-2 .side-menu > .title,
.bltitle-color-2 .block-header .title,
.bltitle-color-2 .related-post-entry a.title,
.bltitle-color-2 .comment-entry .title .name,
.bltitle-color-2 .reply-title,
.bltitle-color-2 .marker-tab h6,
.bltitle-color-2 .table-responsive.style-1 .table tr td.vc_table_cell:first-child,
.bltitle-color-2 .testimonial h5.title em,
.bltitle-color-2 .table-slider table.parameters .parameter,
.bltitle-color-2 .blog-wrapper .blog-entry .data-column > div.author-block,
.bltitle-color-2 .blog-wrapper .count,
.bltitle-color-2 .blog-wrapper .counter,
.bltitle-color-2 .column-title,
.bltitle-color-2 .related-post-entry .author-block,
.bltitle-color-2 .main-menu li a {
    color: #4caf50;
}

.bltitle-color-2 .vc_tta-tabs .vc_tta-tab a {
    color: #4caf50 !important;
}

.bltitle-color-2 .vc_tta-tabs .vc_tta-tab.vc_active a,
.bltitle-color-2 .vc_tta-tabs .vc_tta-tab a:hover {
    color: #fff !important;
}

.bltitle-color-2 .gaurantee-slider.style-2 .banner-tabs .tab-entry.active,
.bltitle-color-2 .gaurantee-slider.style-2 .banner-tabs .tab-entry:hover,
.bltitle-color-2 #content-wrapper .accordeon-entry.active .title,
.bltitle-color-2 #content-wrapper .accordeon-entry .title:hover,
.bltitle-color-2 .marker-tab:hover h6,
.bltitle-color-2 .marker-tab.active h6,
.bltitle-color-2 .table-responsive.style-4 .table tr.vc-th td:last-child p,
.bltitle-color-2 .table-responsive.style-4 .table tr.vc-th td:last-child b {
    color: #fff;
}

/*Block-title-color-3*/
.bltitle-color-3 .menu-row nav .menu-entry > a,
.bltitle-color-3 .block.services-block .icon-entry .title,
.bltitle-color-3 .banner-tabs .title,
.bltitle-color-3 .circle-entry .title,
.bltitle-color-3 .block.type-4 .table tr.vc-th,
.bltitle-color-3 .block.type-4 .table tr td.vc_table_cell:first-child,
.bltitle-color-3 .accordeon-entry .title,
.bltitle-color-3 .wpb_text_column span,
.bltitle-color-3 .wpb_text_column strong,
.bltitle-color-3 .wpb_text_column h1,
.bltitle-color-3 .wpb_text_column h2,
.bltitle-color-3 .wpb_text_column h3,
.bltitle-color-3 .wpb_text_column h4,
.bltitle-color-3 .wpb_text_column h5,
.bltitle-color-3 .wpb_text_column h6,
.bltitle-color-3 .footer-line-entry .content,
.bltitle-color-3 .footer-line-entry .content a,
.bltitle-color-3 .plan-slider.style-1 .plan .title,
.bltitle-color-3 .table-responsive .table tr.vc-th,
.bltitle-color-3 .blog-entry .content .title,
.bltitle-color-3 .gaurantee-slider h6,
.bltitle-color-3 .gaurantee-block b,
.bltitle-color-3 .timeline-entry .content h6,
.bltitle-color-3 .gaurantee-slider.style-2 .banner-tabs .tab-entry,
.bltitle-color-3 .gaurantee-slider.style-2 .gaurantee-content .gaurantee-title,
.bltitle-color-3 .feature.icon-entry .title,
.bltitle-color-3 .table-responsive.style-4 .table tr.vc-th td b,
.bltitle-color-3 .tab-title,
.bltitle-color-3 .table-slider .td-title p,
.bltitle-color-3 .content-slider .text-block > h6,
.bltitle-color-3 .team h6,
.bltitle-color-3 .blockback:nth-child(2n) .accordeon-entry .title,
.bltitle-color-3 .faq-content h6,
.bltitle-color-3 .blog-wrapper .post-title,
.bltitle-color-3 .widget:not(.footer-widget) .widgettitle,
.bltitle-color-3 .side-menu > .title,
.bltitle-color-3 .block-header .title,
.bltitle-color-3 .related-post-entry a.title,
.bltitle-color-3 .comment-entry .title .name,
.bltitle-color-3 .reply-title,
.bltitle-color-3 .marker-tab h6,
.bltitle-color-3 .table-responsive.style-1 .table tr td.vc_table_cell:first-child,
.bltitle-color-3 .testimonial h5.title em,
.bltitle-color-3 .table-slider table.parameters .parameter,
.bltitle-color-3 .blog-wrapper .blog-entry .data-column > div.author-block,
.bltitle-color-3 .blog-wrapper .count,
.bltitle-color-3 .blog-wrapper .counter,
.bltitle-color-3 .column-title,
.bltitle-color-3 .related-post-entry .author-block,
.bltitle-color-3 .main-menu li a {
    color: #ed1c24;
}

.bltitle-color-3 .vc_tta-tabs .vc_tta-tab a {
    color: #ed1c24 !important;
}

.bltitle-color-3 .vc_tta-tabs .vc_tta-tab.vc_active a,
.bltitle-color-3 .vc_tta-tabs .vc_tta-tab a:hover {
    color: #fff !important;
}

.bltitle-color-3 .gaurantee-slider.style-2 .banner-tabs .tab-entry.active,
.bltitle-color-3 .gaurantee-slider.style-2 .banner-tabs .tab-entry:hover,
.bltitle-color-3 #content-wrapper .accordeon-entry.active .title,
.bltitle-color-3 #content-wrapper .accordeon-entry .title:hover,
.bltitle-color-3 .marker-tab:hover h6,
.bltitle-color-3 .marker-tab.active h6,
.bltitle-color-3 .table-responsive.style-4 .table tr.vc-th td:last-child p,
.bltitle-color-3 .table-responsive.style-4 .table tr.vc-th td:last-child b {
    color: #fff;
}

/*Subtitle-color-0*/
.subtitle-color-0 .propouse-row h1,
.subtitle-color-0 .propouse-row h2,
.subtitle-color-0 .propouse-row h3,
.subtitle-color-0 .propouse-row h4,
.subtitle-color-0 .propouse-row h5,
.subtitle-color-0 .propouse-row h6,
.subtitle-color-0 .propouse-row b,
.subtitle-color-0 .logo-block.text a,
.subtitle-color-0 .swiper-slide .content.text-entry .price,
.subtitle-color-0 .form-description .text em,
.subtitle-color-0 .plan .price,
.subtitle-color-0 .block.type-4 .table tr.vc-th em,
.subtitle-color-0 .footer-line-entry .content em,
.subtitle-color-0 .footer-line-entry .content a em,
.subtitle-color-0 .social-title,
.subtitle-color-0 .price-entry .plan-desc .conditions em,
.subtitle-color-0 .price-entry .plan-desc .price,
.subtitle-color-0 .history-text small,
.subtitle-color-0 .blog-wrapper .date,
.subtitle-color-0 .comment-entry .title .comment-time,
.subtitle-color-0 .menu-row nav .menu-entry:hover > a,
.subtitle-color-0 .menu-row nav .menu-entry:hover span,
.subtitle-color-0 .menu-row nav .menu-entry a.current-menu-parent,
.subtitle-color-0 .menu-row nav .menu-entry a.current-menu-item,
.subtitle-color-0 .menu-entry .submenu a:hover,
.subtitle-color-0 .table-responsive.style-1 .table tr.vc-th em,
body.subtitle-color-0.header-moved .logo-block.text a,
.subtitle-color-0 .contact-block p a:hover
.subtitle-color-0 .main-menu li a:hover,
.subtitle-color-0 .main-menu li .sub-menu li a:hover,
.subtitle-color-0 .main-menu li.current-menu-item a,
.subtitle-color-0 .main-menu li.current-menu-parent > a,
.subtitle-color-0 .main-menu li .sub-menu li.current-menu-item a {
    color: #4f4872;
}

/*Subtitle-color-1*/
.subtitle-color-1 .propouse-row h1,
.subtitle-color-1 .propouse-row h2,
.subtitle-color-1 .propouse-row h3,
.subtitle-color-1 .propouse-row h4,
.subtitle-color-1 .propouse-row h5,
.subtitle-color-1 .propouse-row h6,
.subtitle-color-1 .propouse-row b,
.subtitle-color-1 .logo-block.text a,
.subtitle-color-1 .swiper-slide .content.text-entry .price,
.subtitle-color-1 .form-description .text em,
.subtitle-color-1 .plan .price,
.subtitle-color-1 .block.type-4 .table tr.vc-th em,
.subtitle-color-1 .footer-line-entry .content em,
.subtitle-color-1 .footer-line-entry .content a em,
.subtitle-color-1 .social-title,
.subtitle-color-1 .price-entry .plan-desc .conditions em,
.subtitle-color-1 .price-entry .plan-desc .price,
.subtitle-color-1 .history-text small,
.subtitle-color-1 .blog-wrapper .date,
.subtitle-color-1 .comment-entry .title .comment-time,
.subtitle-color-1 .menu-row nav .menu-entry:hover > a,
.subtitle-color-1 .menu-row nav .menu-entry:hover span,
.subtitle-color-1 .menu-row nav .menu-entry a.current-menu-parent,
.subtitle-color-1 .menu-row nav .menu-entry a.current-menu-item,
.subtitle-color-1 .menu-entry .submenu a:hover,
.subtitle-color-1 .table-responsive.style-1 .table tr.vc-th em,
body.subtitle-color-1.header-moved .logo-block.text a,
.subtitle-color-1 .contact-block p a:hover,
.subtitle-color-1 .main-menu li a:hover,
.subtitle-color-1 .main-menu li .sub-menu li a:hover,
.subtitle-color-1 .main-menu li.current-menu-item a,
.subtitle-color-1 .main-menu li.current-menu-parent > a,
.subtitle-color-1 .main-menu li .sub-menu li.current-menu-item a {
    color: #660d0d;
}

/*Subtitle-color-2*/
.subtitle-color-2 .propouse-row h1,
.subtitle-color-2 .propouse-row h2,
.subtitle-color-2 .propouse-row h3,
.subtitle-color-2 .propouse-row h4,
.subtitle-color-2 .propouse-row h5,
.subtitle-color-2 .propouse-row h6,
.subtitle-color-2 .propouse-row b,
.subtitle-color-2 .logo-block.text a,
.subtitle-color-2 .swiper-slide .content.text-entry .price,
.subtitle-color-2 .form-description .text em,
.subtitle-color-2 .plan .price,
.subtitle-color-2 .block.type-4 .table tr.vc-th em,
.subtitle-color-2 .footer-line-entry .content em,
.subtitle-color-2 .footer-line-entry .content a em,
.subtitle-color-2 .social-title,
.subtitle-color-2 .price-entry .plan-desc .conditions em,
.subtitle-color-2 .price-entry .plan-desc .price,
.subtitle-color-2 .history-text small,
.subtitle-color-2 .blog-wrapper .date,
.subtitle-color-2 .comment-entry .title .comment-time,
.subtitle-color-2 .menu-row nav .menu-entry:hover > a,
.subtitle-color-2 .menu-row nav .menu-entry:hover span,
.subtitle-color-2 .menu-row nav .menu-entry a.current-menu-parent,
.subtitle-color-2 .menu-row nav .menu-entry a.current-menu-item,
.subtitle-color-2 .menu-entry .submenu a:hover,
.subtitle-color-2 .table-responsive.style-1 .table tr.vc-th em,
body.subtitle-color-2.header-moved .logo-block.text a,
.subtitle-color-2 .contact-block p a:hover,
.subtitle-color-2 .main-menu li a:hover,
.subtitle-color-2 .main-menu li .sub-menu li a:hover,
.subtitle-color-2 .main-menu li.current-menu-item a,
.subtitle-color-2 .main-menu li.current-menu-parent > a,
.subtitle-color-2 .main-menu li .sub-menu li.current-menu-item a {
    color: #4caf50;
}

/*Subtitle-color-3*/
.subtitle-color-3 .propouse-row h1,
.subtitle-color-3 .propouse-row h2,
.subtitle-color-3 .propouse-row h3,
.subtitle-color-3 .propouse-row h4,
.subtitle-color-3 .propouse-row h5,
.subtitle-color-3 .propouse-row h6,
.subtitle-color-3 .propouse-row b,
.subtitle-color-3 .logo-block.text a,
.subtitle-color-3 .swiper-slide .content.text-entry .price,
.subtitle-color-3 .form-description .text em,
.subtitle-color-3 .plan .price,
.subtitle-color-3 .block.type-4 .table tr.vc-th em,
.subtitle-color-3 .footer-line-entry .content em,
.subtitle-color-3 .footer-line-entry .content a em,
.subtitle-color-3 .social-title,
.subtitle-color-3 .price-entry .plan-desc .conditions em,
.subtitle-color-3 .price-entry .plan-desc .price,
.subtitle-color-3 .history-text small,
.subtitle-color-3 .blog-wrapper .date,
.subtitle-color-3 .comment-entry .title .comment-time,
.subtitle-color-3 .menu-row nav .menu-entry:hover > a,
.subtitle-color-3 .menu-row nav .menu-entry:hover span,
.subtitle-color-3 .menu-row nav .menu-entry a.current-menu-parent,
.subtitle-color-3 .menu-row nav .menu-entry a.current-menu-item,
.subtitle-color-3 .menu-entry .submenu a:hover,
.subtitle-color-3 .table-responsive.style-1 .table tr.vc-th em,
body.subtitle-color-3.header-moved .logo-block.text a,
.subtitle-color-3 .contact-block p a:hover,
.subtitle-color-3 .main-menu li a:hover,
.subtitle-color-3 .main-menu li .sub-menu li a:hover,
.subtitle-color-3 .main-menu li.current-menu-item a,
.subtitle-color-3 .main-menu li.current-menu-parent > a,
.subtitle-color-3 .main-menu li .sub-menu li.current-menu-item a {
    color: #4caf50;
}

/*Buttons-color-0*/
.btns-color-0 .propouse-row a,
.btns-color-0 .login.menu-btn a,
.btns-color-0 .button,
.btns-color-0 .woocommerce a.button,
.btns-color-0 .woocommerce button.button,
.btns-color-0 .woocommerce #review_form #respond .form-submit input,
.btns-color-0 .woocommerce .cart .button,
.btns-color-0 .woocommerce .cart input.button,
.btns-color-0 button.button, input.button,
.btns-color-0 .woocommerce button.button,
.btns-color-0 .woocommerce input.button,
.btns-color-0 .banner-tabs .tab-entry:hover,
.btns-color-0 .banner-tabs .tab-entry.active,
.btns-color-0 #bridge input[type="submit"],
.btns-color-0 a.btn.btn-primary,
.btns-color-0 .block-form input[type="submit"],
.btns-color-0 .block-form #wdc-style button[type="submit"],
.btns-color-0 .yikes-easy-mc-submit-button,
.btns-color-0 .gaurantee-slider.style-2 .gaurantee-content .button,
.btns-color-0 input.wpcf7-submit,
.btns-color-0 nav.navigation.pagination .page-numbers.current,
.btns-color-0 nav.navigation.pagination .page-numbers:hover,
.btns-color-0 .tagcloud > a:hover,
.btns-color-0 .widget_categories > ul > li:hover,
.btns-color-0 .widget_pages > ul > li:hover,
.btns-color-0 .widget_meta > ul > li:hover,
.btns-color-0 .widget_recent_comments > ul > li:hover,
.btns-color-0 .widget_recent_entries > ul > li:hover,
.btns-color-0 .widget_rss > ul > li:hover,
.btns-color-0 .widget_archive > ul > li:hover,
.btns-color-0 .tag-list ul li a:hover,
.btns-color-0 .post-password-form input[type='submit'] {
    background-color: #46a941;
    background: #46a941;
}

.btns-color-0 .vc_tta-tabs .vc_tta-tab.vc_active a,
.btns-color-0 .vc_tta-tabs .vc_tta-tab a:hover {
    background-color: #ed1c24 !important;
}

.btns-color-0 .propouse-row a:hover,
.btns-color-0 .login.menu-btn a:hover,
.btns-color-0 .button:hover,
.btns-color-0 .woocommerce a.button:hover,
.btns-color-0 .woocommerce button.button:hover,
.btns-color-0 .woocommerce #review_form #respond .form-submit input:hover,
.btns-color-0 .woocommerce .cart .button:hover,
.btns-color-0 .woocommerce .cart input.button:hover,
.btns-color-0 button.button, input.button:hover,
.btns-color-0 .woocommerce button.button:hover,
.btns-color-0 .woocommerce input.button:hover,
.btns-color-0 #bridge input[type="submit"]:hover,
.btns-color-0 a.btn.btn-primary:hover,
.btns-color-0 .block-form input[type="submit"]:hover,
.btns-color-0 .block-form #wdc-style button[type="submit"]:hover,
.btns-color-0 .yikes-easy-mc-submit-button:hover,
.btns-color-0 footer ul li a:hover,
.btns-color-0 .gaurantee-slider.style-2 .gaurantee-content .button:hover,
.btns-color-0 input.wpcf7-submit:hover,
.btns-color-0 .post-password-form input[type='submit']:hover {
    color: #ed1c24;
    background-color: transparent;
}

.btns-color-0 .propouse-row a,
.btns-color-0 .login.menu-btn a,
.btns-color-0 .button,
.btns-color-0 .woocommerce a.button,
.btns-color-0 .woocommerce button.button,
.btns-color-0 .woocommerce #review_form #respond .form-submit input,
.btns-color-0 .woocommerce .cart .button,
.btns-color-0 .woocommerce .cart input.button,
.btns-color-0 button.button, input.button,
.btns-color-0 .woocommerce button.button,
.btns-color-0 .woocommerce input.button,
.btns-color-0 #bridge input[type="submit"],
.btns-color-0 a.btn.btn-primary,
.btns-color-0 .block-form input[type="submit"],
.btns-color-0 .block-form #wdc-style button[type="submit"],
.btns-color-0 .yikes-easy-mc-submit-button,
.btns-color-0 .gaurantee-slider.style-2 .banner-tabs .tab-entry.active,
.btns-color-0 .gaurantee-slider.style-2 .banner-tabs .tab-entry:hover,
.btns-color-0 .gaurantee-slider.style-2 .gaurantee-content .button,
.btns-color-0 input.wpcf7-submit,
.btns-color-0 .post-password-form input[type='submit'] {
    border-color: #ed1c24;
}

.btns-color-0 .propouse-row a:hover {
    background-color: transparent;
}

/*Buttons-color-1*/
.btns-color-1 .propouse-row a,
.btns-color-1 .login.menu-btn a,
.btns-color-1 .button,
.btns-color-1 .woocommerce a.button,
.btns-color-1 .woocommerce button.button,
.btns-color-1 .woocommerce #review_form #respond .form-submit input,
.btns-color-1 .woocommerce .cart .button,
.btns-color-1 .woocommerce .cart input.button,
.btns-color-1 button.button, input.button,
.btns-color-1 .woocommerce button.button,
.btns-color-1 .woocommerce input.button,
.btns-color-1 .banner-tabs .tab-entry:hover,
.btns-color-1 .banner-tabs .tab-entry.active,
.btns-color-1 #bridge input[type="submit"],
.btns-color-1 a.btn.btn-primary,
.btns-color-1 .block-form input[type="submit"],
.btns-color-1 .block-form #wdc-style button[type="submit"],
.btns-color-1 .yikes-easy-mc-submit-button,
.btns-color-1 .gaurantee-slider.style-2 .gaurantee-content .button,
.btns-color-1 input.wpcf7-submit,
.btns-color-1 nav.navigation.pagination .page-numbers.current,
.btns-color-1 nav.navigation.pagination .page-numbers:hover,
.btns-color-1 .tagcloud > a:hover,
.btns-color-1 .widget_categories > ul > li:hover,
.btns-color-1 .widget_pages > ul > li:hover,
.btns-color-1 .widget_meta > ul > li:hover,
.btns-color-1 .widget_recent_comments > ul > li:hover,
.btns-color-1 .widget_recent_entries > ul > li:hover,
.btns-color-1 .widget_rss > ul > li:hover,
.btns-color-1 .widget_archive > ul > li:hover,
.btns-color-1 .tag-list ul li a:hover,
.btns-color-1 .post-password-form input[type='submit'] {
    background-color: #46a941;
    background: #46a941;
}

.btns-color-1 .vc_tta-tabs .vc_tta-tab.vc_active a,
.btns-color-1 .vc_tta-tabs .vc_tta-tab a:hover {
    background-color: #46a941 !important;
}

.btns-color-1 .propouse-row a:hover,
.btns-color-1 .login.menu-btn a:hover,
.btns-color-1 .button:hover,
.btns-color-1 .woocommerce a.button:hover,
.btns-color-1 .woocommerce button.button:hover,
.btns-color-1 .woocommerce #review_form #respond .form-submit input:hover,
.btns-color-1 .woocommerce .cart .button:hover,
.btns-color-1 .woocommerce .cart input.button:hover,
.btns-color-1 button.button, input.button:hover,
.btns-color-1 .woocommerce button.button:hover,
.btns-color-1 .woocommerce input.button:hover,
.btns-color-1 #bridge input[type="submit"]:hover,
.btns-color-1 a.btn.btn-primary:hover,
.btns-color-1 .block-form input[type="submit"]:hover,
.btns-color-1 .block-form #wdc-style button[type="submit"]:hover,
.btns-color-1 .yikes-easy-mc-submit-button:hover,
.btns-color-1 footer ul li a:hover,
.btns-color-1 .gaurantee-slider.style-2 .gaurantee-content .button:hover,
.btns-color-1 input.wpcf7-submit:hover,
.btns-color-1 .post-password-form input[type='submit']:hover {
    color: #46a941;
    background-color: transparent;
}

.btns-color-1 .propouse-row a,
.btns-color-1 .login.menu-btn a,
.btns-color-1 .button,
.btns-color-1 .woocommerce a.button,
.btns-color-1 .woocommerce button.button,
.btns-color-1 .woocommerce #review_form #respond .form-submit input,
.btns-color-1 .woocommerce .cart .button,
.btns-color-1 .woocommerce .cart input.button,
.btns-color-1 button.button, input.button,
.btns-color-1 .woocommerce button.button,
.btns-color-1 .woocommerce input.button,
.btns-color-1 #bridge input[type="submit"],
.btns-color-1 a.btn.btn-primary,
.btns-color-1 .block-form input[type="submit"],
.btns-color-1 .block-form #wdc-style button[type="submit"],
.btns-color-1 .yikes-easy-mc-submit-button,
.btns-color-1 .gaurantee-slider.style-2 .banner-tabs .tab-entry.active,
.btns-color-1 .gaurantee-slider.style-2 .banner-tabs .tab-entry:hover,
.btns-color-1 .gaurantee-slider.style-2 .gaurantee-content .button,
.btns-color-1 input.wpcf7-submit,
.btns-color-1 .post-password-form input[type='submit'] {
    border-color: #46a941;
}

.btns-color-1 .propouse-row a:hover {
    background-color: transparent;
}

/*Buttons-color-2*/
.btns-color-2 .propouse-row a,
.btns-color-2 .login.menu-btn a,
.btns-color-2 .button,
.btns-color-2 .woocommerce a.button,
.btns-color-2 .woocommerce button.button,
.btns-color-2 .woocommerce #review_form #respond .form-submit input,
.btns-color-2 .woocommerce .cart .button,
.btns-color-2 .woocommerce .cart input.button,
.btns-color-2 button.button, input.button,
.btns-color-2 .woocommerce button.button,
.btns-color-2 .woocommerce input.button,
.btns-color-2 .banner-tabs .tab-entry:hover,
.btns-color-2 .banner-tabs .tab-entry.active,
.btns-color-2 #bridge input[type="submit"],
.btns-color-2 a.btn.btn-primary,
.btns-color-2 .block-form input[type="submit"],
.btns-color-2 .block-form #wdc-style button[type="submit"],
.btns-color-2 .yikes-easy-mc-submit-button,
.btns-color-2 .gaurantee-slider.style-2 .gaurantee-content .button,
.btns-color-2 input.wpcf7-submit,
.btns-color-2 nav.navigation.pagination .page-numbers.current,
.btns-color-2 nav.navigation.pagination .page-numbers:hover,
.btns-color-2 .tagcloud > a:hover,
.btns-color-2 .widget_categories > ul > li:hover,
.btns-color-2 .widget_pages > ul > li:hover,
.btns-color-2 .widget_meta > ul > li:hover,
.btns-color-2 .widget_recent_comments > ul > li:hover,
.btns-color-2 .widget_recent_entries > ul > li:hover,
.btns-color-2 .widget_rss > ul > li:hover,
.btns-color-2 .widget_archive > ul > li:hover,
.btns-color-2 .tag-list ul li a:hover,
.btns-color-2 .post-password-form input[type='submit'] {
    background-color: #4caf50;
    background: #4caf50;
}

.btns-color-2 .vc_tta-tabs .vc_tta-tab.vc_active a,
.btns-color-2 .vc_tta-tabs .vc_tta-tab a:hover {
    background-color: #4caf50 !important;
}

.btns-color-2 .propouse-row a:hover,
.btns-color-2 .login.menu-btn a:hover,
.btns-color-2 .button:hover,
.btns-color-2 .woocommerce a.button:hover,
.btns-color-2 .woocommerce button.button:hover,
.btns-color-2 .woocommerce #review_form #respond .form-submit input:hover,
.btns-color-2 .woocommerce .cart .button:hover,
.btns-color-2 .woocommerce .cart input.button:hover,
.btns-color-2 button.button, input.button:hover,
.btns-color-2 .woocommerce button.button:hover,
.btns-color-2 .woocommerce input.button:hover,
.btns-color-2 #bridge input[type="submit"]:hover,
.btns-color-2 a.btn.btn-primary:hover,
.btns-color-2 .block-form input[type="submit"]:hover,
.btns-color-2 .block-form #wdc-style button[type="submit"]:hover,
.btns-color-2 .yikes-easy-mc-submit-button:hover,
.btns-color-2 footer ul li a:hover,
.btns-color-2 .gaurantee-slider.style-2 .gaurantee-content .button:hover,
.btns-color-2 input.wpcf7-submit:hover,
.btns-color-2 .post-password-form input[type='submit']:hover {
    color: #4caf50;
    background-color: transparent;
}

.btns-color-2 .propouse-row a,
.btns-color-2 .login.menu-btn a,
.btns-color-2 .button,
.btns-color-2 .woocommerce a.button,
.btns-color-2 .woocommerce button.button,
.btns-color-2 .woocommerce #review_form #respond .form-submit input,
.btns-color-2 .woocommerce .cart .button,
.btns-color-2 .woocommerce .cart input.button,
.btns-color-2 button.button, input.button,
.btns-color-2 .woocommerce button.button,
.btns-color-2 .woocommerce input.button,
.btns-color-2 #bridge input[type="submit"],
.btns-color-2 a.btn.btn-primary,
.btns-color-2 .block-form input[type="submit"],
.btns-color-2 .block-form #wdc-style button[type="submit"],
.btns-color-2 .yikes-easy-mc-submit-button,
.btns-color-2 .gaurantee-slider.style-2 .banner-tabs .tab-entry.active,
.btns-color-2 .gaurantee-slider.style-2 .banner-tabs .tab-entry:hover,
.btns-color-2 .gaurantee-slider.style-2 .gaurantee-content .button,
.btns-color-2 input.wpcf7-submit,
.btns-color-2 .post-password-form input[type='submit'] {
    border-color: #4caf50;
}

.btns-color-2 .propouse-row a:hover {
    background-color: transparent;
}

/*Buttons-color-3*/
.btns-color-3 .propouse-row a,
.btns-color-3 .login.menu-btn a,
.btns-color-3 .button,
.btns-color-3 .woocommerce a.button,
.btns-color-3 .woocommerce button.button,
.btns-color-3 .woocommerce #review_form #respond .form-submit input,
.btns-color-3 .woocommerce .cart .button,
.btns-color-3 .woocommerce .cart input.button,
.btns-color-3 button.button, input.button,
.btns-color-3 .woocommerce button.button,
.btns-color-3 .woocommerce input.button,
.btns-color-3 .banner-tabs .tab-entry:hover,
.btns-color-3 .banner-tabs .tab-entry.active,
.btns-color-3 #bridge input[type="submit"],
.btns-color-3 a.btn.btn-primary,
.btns-color-3 .block-form input[type="submit"],
.btns-color-3 .block-form #wdc-style button[type="submit"],
.btns-color-3 .yikes-easy-mc-submit-button,
.btns-color-3 .gaurantee-slider.style-2 .gaurantee-content .button,
.btns-color-3 input.wpcf7-submit,
.btns-color-3 nav.navigation.pagination .page-numbers.current,
.btns-color-3 nav.navigation.pagination .page-numbers:hover,
.btns-color-3 .tagcloud > a:hover,
.btns-color-3 .widget_categories > ul > li:hover,
.btns-color-3 .widget_pages > ul > li:hover,
.btns-color-3 .widget_meta > ul > li:hover,
.btns-color-3 .widget_recent_comments > ul > li:hover,
.btns-color-3 .widget_recent_entries > ul > li:hover,
.btns-color-3 .widget_rss > ul > li:hover,
.btns-color-3 .widget_archive > ul > li:hover,
.btns-color-3 .tag-list ul li a:hover,
.btns-color-3 .post-password-form input[type='submit'] {
    background-color: #4f4872;
    background: #4f4872;
}

.btns-color-3 .vc_tta-tabs .vc_tta-tab.vc_active a,
.btns-color-3 .vc_tta-tabs .vc_tta-tab a:hover {
    background-color: #4f4872 !important;
}

.btns-color-3 .propouse-row a:hover,
.btns-color-3 .login.menu-btn a:hover,
.btns-color-3 .button:hover,
.btns-color-3 .woocommerce a.button:hover,
.btns-color-3 .woocommerce button.button:hover,
.btns-color-3 .woocommerce #review_form #respond .form-submit input:hover,
.btns-color-3 .woocommerce .cart .button:hover,
.btns-color-3 .woocommerce .cart input.button:hover,
.btns-color-3 button.button, input.button:hover,
.btns-color-3 .woocommerce button.button:hover,
.btns-color-3 .woocommerce input.button:hover,
.btns-color-3 #bridge input[type="submit"]:hover,
.btns-color-3 a.btn.btn-primary:hover,
.btns-color-3 .block-form input[type="submit"]:hover,
.btns-color-3 .block-form #wdc-style button[type="submit"]:hover,
.btns-color-3 .yikes-easy-mc-submit-button:hover,
.btns-color-3 footer ul li a:hover,
.btns-color-3 .gaurantee-slider.style-2 .gaurantee-content .button:hover,
.btns-color-3 input.wpcf7-submit:hover,
.btns-color-3 .post-password-form input[type='submit']:hover {
    color: #4f4872;
    background-color: transparent;
}

.btns-color-3 .propouse-row a,
.btns-color-3 .login.menu-btn a,
.btns-color-3 .button,
.btns-color-3 .woocommerce a.button,
.btns-color-3 .woocommerce button.button,
.btns-color-3 .woocommerce #review_form #respond .form-submit input,
.btns-color-3 .woocommerce .cart .button,
.btns-color-3 .woocommerce .cart input.button,
.btns-color-3 button.button, input.button,
.btns-color-3 .woocommerce button.button,
.btns-color-3 .woocommerce input.button,
.btns-color-3 #bridge input[type="submit"],
.btns-color-3 a.btn.btn-primary,
.btns-color-3 .block-form input[type="submit"],
.btns-color-3 .block-form #wdc-style button[type="submit"],
.btns-color-3 .yikes-easy-mc-submit-button,
.btns-color-3 .gaurantee-slider.style-2 .banner-tabs .tab-entry.active,
.btns-color-3 .gaurantee-slider.style-2 .banner-tabs .tab-entry:hover,
.btns-color-3 .gaurantee-slider.style-2 .gaurantee-content .button,
.btns-color-3 input.wpcf7-submit,
.btns-color-3 .post-password-form input[type='submit'] {
    border-color: #4f4872;
}

.btns-color-3 .propouse-row a:hover {
    background-color: transparent;
}

/*Icons-color-0*/
.icons-color-0 .menu-entry .submenu-icon,
.icons-color-0 .header-inline-entry .glyphicon,
.icons-color-0 .accordeon-entry .title::after,
.icons-color-0 .main-menu li span {
    color: #4f4872;
}

/*Icons-color-1*/
.icons-color-1 .menu-entry .submenu-icon,
.icons-color-1 .header-inline-entry .glyphicon,
.icons-color-1 .accordeon-entry .title::after,
.icons-color-1 .main-menu li span {
    color: #46a941;
}

.icons-color-1 .links-examples li {
    border-color: #46a941;
}

/*Icons-color-2*/
.icons-color-2 .menu-entry .submenu-icon,
.icons-color-2 .header-inline-entry .glyphicon,
.icons-color-2 .accordeon-entry .title::after,
.icons-color-2 .main-menu li span {
    color: #4caf50;
}

/*Icons-color-3*/
.icons-color-3 .menu-entry .submenu-icon,
.icons-color-3 .header-inline-entry .glyphicon,
.icons-color-3 .accordeon-entry .title::after,
.icons-color-3 .main-menu li span {
    color: #ed1c24;
}

.search-no-results h2 {
    margin-bottom: 50px;
}
.button.mt_{
    margin-top:25px;
}
.no-uppercase{
    text-transform:none !important;
}
.comment .edit-link a{
    font-size: 14px;
}
.comment-entry .description p:last-child{
    margin-bottom: 0;
}

.pingback .comment-wrapper .comment-entry{padding-left: 0px;}
.btns-color-0 .propouse-row a, .btns-color-0 .login.menu-btn a, .btns-color-0 .button, .btns-color-0 .woocommerce a.button, .btns-color-0 .woocommerce button.button, .btns-color-0 .woocommerce #review_form #respond .form-submit input, .btns-color-0 .woocommerce .cart .button, .btns-color-0 .woocommerce .cart input.button, .btns-color-0 button.button, input.button, .btns-color-0 .woocommerce button.button, .btns-color-0 .woocommerce input.button, .btns-color-0 #bridge input[type="submit"], .btns-color-0 a.btn.btn-primary, .btns-color-0 .block-form input[type="submit"], .btns-color-0 .block-form #wdc-style button[type="submit"], .btns-color-0 .yikes-easy-mc-submit-button, .btns-color-0 .gaurantee-slider.style-2 .banner-tabs .tab-entry.active, .btns-color-0 .gaurantee-slider.style-2 .banner-tabs .tab-entry:hover, .btns-color-0 .gaurantee-slider.style-2 .gaurantee-content .button, .btns-color-0 input.wpcf7-submit, .btns-color-0 .post-password-form input[type='submit'] {
    border-color: #46a941;
}