@charset "UTF-8";

.mobile-check,
.mobile-check-992 {
    display: none;
}

body {
    font-family: "Open Sans", sans-serif, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Tahoma, Arial;
    font-weight: 400;
    line-height: 1.7;
    color: #686868;
    background-color: #fff;
    background-image: none;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-attachment: scroll !important;
    -webkit-text-size-adjust: 100%;
    overflow: auto !important;
}

body.bg-gradient {
    background: radial-gradient(#000, #000);
}

body.bg-pattern {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='' fill-opacity='0.35'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body.bg-gradient.bg-pattern {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='' fill-opacity='0.35'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), radial-gradient(#000, #000);
}

a {
    color: #6ca0e2;
    transition: color 0.3s ease-out;
}

a:hover,
a:focus,
a:active {
    color: #557fc1;
    outline: none;
    text-decoration: none;
}

ul,
ol {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 18px;
    list-style: none;
}

ol {
    padding: 0px 0px 0px 25px;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin: 6px 0px 0px 0px;
}

ol li,
ul li {
    margin-top: 10px;
}

ul,
ol ul {
    list-style: circle outside;
}

ol,
ul ol {
    list-style: decimal-leading-zero outside;
}

ul li,
ol li {
    position: relative;
    padding: 2px 0px 2px 10px;
    margin: 0px;
}

dl {
    margin: 30px auto;
    overflow: hidden;
    position: relative;
}

dt {
    float: left;
    width: 28%;
    clear: both;
    padding: 3px 6% 15px 0;
    position: relative;
}

dd {
    float: right;
    width: 72%;
    padding: 3px 0 15px 6%;
}

dl:before {
    content: "";
    width: 1px;
    position: absolute;
    border-left: 1px solid rgba(238, 238, 238, 0.9);
    top: 0;
    bottom: 0;
    left: 28%;
}

dl dt:before {
    content: "";
    width: 30px;
    position: absolute;
    border-top: 1px solid #6ca0e2;
    top: -5px;
    right: -15px;
}

address {
    position: relative;
    background: rgba(238, 238, 238, 0.4);
    border-left: 3px solid #eee;
    padding: 20px 30px;
}

address:after {
    font-family: 'fontAwesome';
    content: "\f041";
    position: absolute;
    top: 13px;
    right: 20px;
    color: #eee;
    font-size: 30px;
}

blockquote {
    position: relative;
    padding: 20px 20px 20px 40px;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #6ca0e2;
    letter-spacing: 0.01em;
    border: 0px;
}

blockquote:after {
    font-family: 'fontAwesome';
    content: "\f10e";
    position: absolute;
    top: 20px;
    left: 0px;
    color: #eee;
    font-size: 22px;
}

blockquote p {
    margin: 0px;
}

blockquote cite {
    display: block;
    padding-left: 0px;
}

cite {
    font-size: 15px;
    padding-top: 10px;
    padding-left: 8px;
    font-style: normal;
    color: #a1a1a1;
}

cite:before {
    content: '\2013';
    padding-right: 10px;
}

q {
    position: relative;
    padding: 0px 18px 0px 18px;
    color: #6ca0e2;
    letter-spacing: 0.01em;
}

q:before {
    font-family: 'fontAwesome';
    content: "\f10d";
    position: absolute;
    top: 1px;
    left: 0px;
    color: #d4d4d4;
    font-size: 12px;
}

q:after {
    font-family: 'fontAwesome';
    content: "\f10e";
    position: absolute;
    top: -4px;
    right: 0px;
    color: #d4d4d4;
    font-size: 12px;
}

.svg-icon {
    width: 25px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    fill: #c8c8c8;
}

p {
    margin: 0px 0px 20px 0px;
}

strong,
b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

mark {
    padding: 3px 8px;
    margin: 0px 4px;
    background: #6ca0e2;
    color: #fff;
}

abbr,
acronym {
    background: rgba(238, 238, 238, 0.4);
    padding: 2px 8px;
    border-bottom: .1em dotted #557fc1;
    letter-spacing: 0.05em;
    cursor: help;
    border-radius: 3px;
}

abbr:hover,
acronym:hover {
    background: #ccc;
}

iframe {
    border: 0px;
}

.clear {
    clear: both;
}

.fa {
    display: inline-block;
    color: #557fc1;
}

.avatar {
    border-radius: 50%;
}

.noborder {
    border: 0px !important;
}

.aligncenter {
    text-align: center;
}

.img-responsive {
    display: inline-block;
}

#wp-toolbar .hover {
    opacity: 1;
    overflow: visible;
}

.content {
    position: relative;
    float: left;
    width: 100%;
    z-index: 3;
}

.content .table>tbody>tr>th {
    font-weight: 600;
}

.content .table>thead {
    border-bottom: 2px solid rgba(238, 238, 238, 0.9);
}

.content .table>thead>tr>th {
    border-bottom: 0px;
}

.content .table>tbody>tr>th,
.content .table>tbody>tr>td {
    padding: 12px 10px;
}

.content .table>tbody>tr>th,
.content .table>tbody>tr>td {
    border-top: rgba(238, 238, 238, 0.9);
}

.content .table>tbody>tr:nth-of-type(odd) {
    background-color: rgba(238, 238, 238, 0.4);
}

.content .table>tbody>tr:hover {
    background-color: rgba(238, 238, 238, 0.2);
}

.container {
    padding: 0px 3rem;
}

.top-wrapper {
    margin-bottom: 3rem;
}

.full-page .top-wrapper,
.wide .top-wrapper {
    margin-bottom: 0px;
}

.full-page .top-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 4;
}

.full-page.admin-bar .top-wrapper {
    top: 46px;
}

.responsive-container {
    position: relative;
    overflow: hidden;
    padding-top: 69%;
}

.responsive-container-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.responsive-container-in iframe {
    width: 100%;
    height: 100%;
    background: #000;
}

.flexible-container {
    width: 100%;
    height: 100%;
}

.code-toolbar {
    position: relative;
}

.code-toolbar .toolbar {
    position: absolute;
    top: 20px !important;
    right: 20px !important;
    z-index: 1;
}

.code-toolbar .toolbar a {
    background: #fff !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    cursor: pointer;
}

.code-toolbar .toolbar a:hover {
    background: #e0dcd9 !important;
}

pre,
pre[class*="language-"],
.code-toolbar pre[class*="language-"] {
    position: relative;
    margin: 20px 0px;
    padding: 30px;
    font-size: 14px;
    border-radius: 3px;
    background: rgba(238, 238, 238, 0.4);
    border: 0px;
    white-space: pre-wrap;
    color: #686868;
}

.dark-mode .code-toolbar code[class*="language-"] {
    color: #686868;
    text-shadow: none;
}

code {
    margin: 5px 0px;
    padding: 6px 12px;
    font-size: 13px;
    display: -webkit-box;
    color: #fff;
    background-color: #717070;
    border-radius: 3px;
}

.tooltip .tooltip-inner {
    background: #557fc1;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #557fc1 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #557fc1 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #557fc1 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #557fc1 !important;
}

.image-shape-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    line-height: 0;
}

.image-shape-container.rounded {
    border-radius: 50%;
}

.image-shape-container.svg-shape {
    display: inline-table;
    background-color: #fff;
    background-size: 80%;
}

.sec .image-shape-container.svg-shape {
    background-color: #f7f7f7;
}

.sec:nth-child(even) .image-shape-container.svg-shape {
    background-color: #fff;
}

.image-shape-container.svg-shape .svg-shape-holder {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}

.image-shape-container.svg-shape .svg-shape-holder .svg-icon {
    min-width: 50%;
    max-width: 80%;
}

.image-shape-container.triangle {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -moz-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -o-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.image-shape-container.parallelogram {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    -moz-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    -o-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.image-shape-container.rhombus {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -moz-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.image-shape-container.pentagon {
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    -moz-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    -o-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.image-shape-container.hexagon {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -moz-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -o-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.image-shape-container.heptagon {
    -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    -moz-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    -o-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.image-shape-container.octagon {
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -moz-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -o-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.image-shape-container.left_arrow {
    -webkit-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    -moz-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    -o-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
}

.image-shape-container.right_arrow {
    -webkit-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    -moz-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    -o-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

.image-shape-container.left_point {
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    -moz-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    -o-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}

.image-shape-container.right_point {
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    -o-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.image-shape-container.left_chevron {
    -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    -moz-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    -o-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.image-shape-container.right_chevron {
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    -moz-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    -o-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.image-shape-container.cross {
    -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    -moz-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    -o-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}

.image-shape-container.frame {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
    -moz-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
    -o-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
}

.img-objectfit {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.img-objectfit img {
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    height: 100%;
}

.img-objectfit.object-position-top img {
    object-position: top;
}

.img-objectfit.object-position-center img {
    object-position: center;
}

.img-objectfit.object-position-bottom img {
    object-position: bottom;
}

.hover-box {
    position: relative;
    overflow: hidden;
}

.image-effect-wrapper {
    position: relative;
    overflow: hidden;
}

.promo-box-content,
.post-items .teaser-box-bg,
.post-items-style-1 .teaser-box-bg,
.post-thumbnail .hover-box img,
.book-post-image,
.posts-alternative-item img,
.posts-alternative-item .post-image,
.related-posts-img,
.recipe-gallery-images .gallery-image-select img,
.posts-widget .post-img img {
    transition: all 0.5s;
}

.promo-box-content:hover,
.post-items .teaser-box-bg:hover,
.post-items-style-1 .teaser-box:hover .teaser-box-bg,
.post-thumbnail:hover .hover-box img,
.book-post-image:hover,
.posts-alternative-item a:hover img,
.posts-alternative-item a:hover .post-image,
.related-posts-img:hover,
.recipe-gallery-images .gallery-image-select:hover img,
.posts-widget .post-img:hover img {
    transform: scale(1.3);
    transition: all 0.5s;
    animation: flash 1.5s;
}

.post-items .image-effect-wrapper:hover .teaser-box-bg .teaser-box-content,
.related-posts-img:hover .hover,
.promo-box-content:hover .hover,
.promo-box-content:hover .promo-box-title,
.post-items-style-1 .teaser-box-bg:hover .hover {
    transform: scale(0.7);
    transition: all 0.5s;
}

@keyframes flash {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.letter {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #6ca0e2;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.letter span {
    display: table-cell !important;
    vertical-align: middle;
    font-size: 40px;
    padding: 0px;
    color: #fff !important;
    opacity: 0.4;
}

.post-items .teaser-box-bg .letter span,
.posts-carousel-widget .letter span {
    font-size: 100px;
}

.grouped-post-box-item-img .letter span,
.posts-alternative-widget .letter span,
.post-list-wrapper .letter span {
    font-size: 40px;
}

.glossary-content .letter span,
.sitemap .letter span,
.posts-widget .letter span,
.ajax-search .letter span,
.post-list-teaser-box.col-none .letter span {
    font-size: 18px;
}

.header-post-type .letter span,
.book-post-image .letter span,
.pictorial-grid .letter span,
.metro-grid .letter span {
    font-size: 650px;
    margin-top: -28%;
    margin-left: -25%;
    transform: rotate(-20deg);
    display: block !important;
}

.pictorial-grid .letter span {
    margin-top: -50%;
    margin-left: -35%;
    transform: rotate(-15deg);
}

.metro-grid .letter span {
    font-size: 600px;
    margin-top: -70%;
    margin-left: -35%;
    transform: rotate(-15deg);
}

.search-form,
.woocommerce-product-search {
    float: left;
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.search-form .screen-reader-text {
    display: none;
}

.search-form label,
.woocommerce-product-search label {
    float: left;
}

.search-form input[type=search],
.woocommerce-product-search input[type=search] {
    height: 50px;
    width: 300px;
    color: #9f9f9f;
    padding-left: 22px;
    transition: all 0.15s;
    border: 2px solid #557fc1;
    vertical-align: top;
}

.search-form input[type=search]:focus,
.woocommerce-product-search input[type=search]:focus {
    border-color: #557fc1;
    outline: 0;
}

.search-form input[type=search]::-moz-placeholder,
.woocommerce-product-search input[type=search]::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

.search-form input[type=search]:-ms-input-placeholder,
.woocommerce-product-search input[type=search]:-ms-input-placeholder {
    color: #aaa;
}

.search-form input[type=search]::-webkit-input-placeholder,
.woocommerce-product-search input[type=search]::-webkit-input-placeholder {
    color: #aaa;
}

.search-form input[type=submit],
.woocommerce-product-search input[type=submit] {
    vertical-align: top;
    margin-left: -2px;
}

.ajax-search {
    display: none;
    position: absolute;
    top: 120%;
    right: 0px;
    left: 0px;
    z-index: 999;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.ajax-search:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none;
    margin-left: -6px;
    border-bottom-color: #fff;
    border-width: 6px;
}

.ajax-search ul {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ajax-search li {
    position: relative;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    padding: 10px 10px !important;
    margin: 0px !important;
}

.ajax-search li:hover {
    background: rgba(238, 238, 238, 0.4);
}

.ajax-search li:last-child {
    border-bottom: 0px;
}

.ajax-search li a {
    display: block;
    margin: 0px !important;
    text-align: left;
    position: static !important;
}

.ajax-search li img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

.ajax-search li.no-match {
    text-align: center;
}

.ajax-search .search-title {
    position: absolute;
    top: 0px;
    right: 20px;
    left: 80px;
    height: 55px;
    padding: 31px 0px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ajax-search .thumb {
    width: 55px;
    height: 55px;
}

.mfp-iframe-scaler {
    overflow: visible;
}

.mfp-container {
    padding: 0px !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -30px;
    padding: 0px;
    font-family: inherit;
    font-size: 40px;
    font-weight: 300;
    line-height: 0;
}

.mfp-bg {
    background-color: #000;
    opacity: 0;
    transition: 0.5s;
}

.mfp-wrap {
    z-index: 9999;
}

.mfp-wrap .mfp-content {
    perspective: 1600px;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    transform-style: preserve-3d;
    transition: 0.3s ease-in-out;
    transform: rotateX(-60deg);
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
    opacity: 1;
    transform: rotateX(0);
}

.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
    opacity: 0;
    transform: rotateX(-60deg);
}

.mfp-iframe-scaler iframe {
    box-shadow: none !important;
}

.mfp-removing.mfp-bg {
    opacity: 0;
}

.map-content {
    float: left;
    width: 100%;
}

.map-content.top {
    margin: -3rem 0px 3rem 0px;
}

.google-map {
    width: 100%;
    height: 500px;
    border: 0px;
}

.google-map img {
    max-width: inherit !important;
}

.map-box {
    padding: 5px;
    width: 180px;
    text-align: left;
}

.map-row {
    position: relative;
    margin-bottom: 10px;
}

.map-row:last-child {
    margin-bottom: 0px;
}

.map-row .fa {
    position: absolute;
    padding: 2px 0px 0px 0px;
    float: left;
    width: 20px;
    text-align: center;
}

.map-row span {
    display: block;
    padding-left: 25px;
}

.map-link {
    margin-top: 15px;
}

.gm-style-iw {
    top: 0px !important;
}

.cookie-status {
    position: fixed;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    background: #f0ad4e;
    color: #fff;
    padding: 40px 80px 40px 40px;
}

.cookie-status-content {
    position: relative;
}

.cookie-status p:last-child {
    margin: 0px;
}

.cookie-status-close {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 35px;
    height: 35px;
    margin-top: -17px;
    display: table;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.cookie-status-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.cookie-status-close span {
    display: table-cell;
    vertical-align: middle;
    font-size: 27px;
    line-height: 0;
}

.popup.modal {
    z-index: 9999;
    padding: 0px !important;
    background: rgba(0, 0, 0, 0.4);
}

.popup.modal .modal-dialog {
    text-align: left;
}

.popup.modal.fade .modal-dialog {
    perspective: 1600px;
}

.popup.modal .modal-content {
    width: 100% !important;
    display: inline-block;
    background-color: #fff;
    padding: 1.5rem 1.8rem;
    border-radius: 0px;
    border: 0px;
    text-align: left;
    opacity: 0;
    transform-style: preserve-3d;
    transform: rotateX(60deg);
    transition: 0.5s ease-out;
    overflow: hidden;
}

.popup.modal.fade.in .modal-content {
    opacity: 1;
    transform: translateZ(0) rotateX(0);
}

.popup.modal .modal-header {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    border: 0px;
    padding: 15px 15px 0px 15px;
}

.popup.modal .close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 15px;
    display: inline-block;
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
    text-shadow: none;
    cursor: pointer;
    opacity: 1;
    transition: all 0.2s linear;
}

.popup.modal .close:hover,
.popup.modal .close:focus,
.popup.modal .close:active {
    opacity: 1;
}

.popup.modal .modal-body {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    padding: 0px 15px;
}

.login-register-wrapper {
    float: right;
    display: inline-block;
    position: relative;
}

.login-register-content {
    position: relative;
    overflow: hidden;
}

.login-register-content:before {
    content: "\f2be";
    position: absolute;
    color: rgba(238, 238, 238, 0.6);
    font-family: 'fontAwesome';
    font-size: 350px;
    bottom: -180px;
    right: -55px;
}

.login-register-content nav {
    position: relative;
    width: 100%;
    float: none !important;
    padding-bottom: 30px;
}

.login-register-content nav ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.login-register-content nav li {
    padding: 0px;
}

.login-register-content nav li a {
    position: relative;
    display: block;
    padding: 5px 10px 5px 35px;
    text-align: left;
}

.login-register-content nav>a:before {
    position: absolute;
    top: 3px;
    left: 0px;
    font-family: 'fontAwesome';
    content: "\f0e4";
    font-size: 19px;
}

.login-register-content nav a.login-register-icon-account:before {
    content: "\f0e4";
}

.login-register-content nav a.login-register-icon-logout:before {
    content: "\f08b";
}

.login-register-content .login-remember label {
    float: right;
    margin: 10px 0px 5px 0px;
    font-size: 15px;
    color: rgba(104, 104, 104, 0.7);
    cursor: pointer;
}

.login-register-content .login-remember label input {
    margin: 0px 5px 0px 0px;
    position: relative;
    top: -1px;
}

.scrolltop {
    display: none;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 99;
    float: left;
    padding-top: 7px;
    background: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.has-social-sharebar .scrolltop {
    bottom: calc(3rem + 40px);
}

.scrolltop:hover {
    background: #222;
    text-decoration: none;
}

.scrolltop:before {
    font-family: 'fontAwesome';
    content: '\f062';
    color: #fff;
}

.top-search-form {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.top-search-form-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
}

.top-search-form-center {
    display: table-cell;
    vertical-align: middle;
}

.top-search-form .search-form label {
    width: 100%;
}

.top-search-form .search-form input[type=search] {
    width: 100%;
    background: none;
    border: 0px;
    border-bottom: 2px solid rgba(238, 238, 238, 0.5);
    height: 80px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    padding-left: 0px;
    border-radius: 0px !important;
}

.top-search-form .search-form input[type=search]::-moz-input-placeholder {
    padding: 10px;
}

.top-search-form .search-form input[type=search]::-ms-input-placeholder {
    padding: 10px;
}

.top-search-form .search-form input[type=search]::-webkit-input-placeholder {
    padding: 10px;
}

.top-search-form .search-form input[type=submit] {
    position: absolute;
    top: 20px;
    right: 0px;
    height: 40px;
    width: 40px;
    min-height: auto;
    font-size: 20px;
    background: #fff;
    border-color: #fff;
    color: #557fc1;
    border-radius: 50% !important;
    padding: 0px;
}

.top-search-form .search-form input[type=submit]:hover {
    background-color: #557fc1;
    color: #fff;
}

.top-search-form .ajax-search {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    margin-top: 100px;
}

.leading-area {
    float: left;
    width: 100%;
    margin-bottom: 3rem;
}

.ending-area {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.leading-area .content-grid-wrapper>.row:first-child .content-grid-gutter,
.ending-area .content-grid-wrapper>.row:first-child .content-grid-gutter {
    padding-top: 0px;
}

.promo-box-col {
    padding: 0px 20px;
    margin: -12px 0px;
}

.promo-box {
    float: left;
    width: 100%;
    margin: 12px 0px;
}

.promo-box-col:last-child .promo-box {
    margin-bottom: 0px;
}

.promo-box-content {
    position: relative;
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #6ca0e2;
    background-position: center center;
    height: 180px;
    text-align: center;
}

.promo-box-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px;
}

.promo-box-title span {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    font-weight: 400;
    color: #557fc1;
    font-size: 13px;
    text-transform: uppercase;
}

.ad-banner {
    width: 100%;
    padding: 0px 20px;
    text-align: center;
}

.ad-banner-content {
    display: inline-block;
    position: relative;
}

.ad-banner-label {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 3px 8px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px 0px 0px 0px;
}

.logo-box {
    opacity: 0.5;
    padding: 0px 70px;
    transition: 0.3s linear;
}

.logo-box:hover {
    opacity: 1;
}

.logos-owl {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.content-slider {
    margin: 0px -20px 20px -20px;
    text-align: center;
}

.content-slider-section .content-slider {
    margin: 0px;
}

.content-slider-box {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.content-slider-box img,
.content-slider-box .image-shape-container {
    width: 70%;
    display: inline-block;
    margin-bottom: 20px;
}

.numbers-section .item span {
    font-size: 80px;
    font-weight: 700;
    color: #6ca0e2;
}

.numbers-section .col-md-12 .item span {
    font-size: 150px;
}

.numbers-section .col-md-6 .item span {
    font-size: 120px;
}

.numbers-section .col-md-4 .item span {
    font-size: 100px;
}

.numbers-section .col-md-3 .item span {
    font-size: 80px;
}

.numbers-section .col-md-2-4 .item span {
    font-size: 53px;
}

.numbers-section .col-md-2 .item span {
    font-size: 40px;
}

.steps .item {
    position: relative;
    margin: 30px 0px;
}

.steps .item:first-child {
    margin-top: 0px;
}

.steps .row:last-child .item {
    margin-bottom: 0px;
}

.steps .step {
    position: relative;
    display: inline-table;
    width: 100px;
    height: 100px;
    background: #6ca0e2;
    color: #fff;
    border-radius: 50%;
    font-size: 50px;
    font-weight: 500;
    line-height: 0;
    margin-bottom: 30px;
    text-align: center;
}

.steps .step:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.steps .step:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6ca0e2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    animation: button-animation 1.0s infinite ease-in-out;
}

.steps .step span {
    display: table-cell;
    vertical-align: middle;
}

.steps #step-svg {
    position: absolute;
    z-index: -2;
}

.steps .step-line {
    stroke: rgba(238, 238, 238, 0.9);
}

.featured-slider-section .featured-slider {
    margin: 0px;
}

.review-box {
    padding: 0px 30px;
}

.review-box h3 {
    margin: 15px 0px 10px 0px;
}

.review-box .fa {
    margin: 15px 0px;
}

.review-box time {
    display: none;
}

.review-img {
    position: relative;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    overflow: hidden;
}

.review-product {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #aaa;
}

.prices h4 {
    padding-top: 20px;
}

.price-content {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    position: relative;
    padding: 15px 20px 0px 20px;
    margin-top: 20px;
    vertical-align: top;
    z-index: 1;
}

.price-content.leading {
    z-index: 1;
}

.price-content.leading .the-price {
    color: #fff;
    background-color: #6ca0e2;
}

.price-box {
    position: relative;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.9);
}

.prices .price-box {
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
}

.price-box h4 {
    font-size: 21px;
    padding: 20px 20px 0px 20px;
}

.the-price {
    padding: 40px 0;
    line-height: 1;
    color: #fff;
    background-color: #557fc1;
}

.the-price-curr {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    font-weight: 400;
}

.the-price-amou {
    font-size: 60px;
}

.the-price-deli {
    font-size: 40px;
    font-weight: 300;
}

.the-price-peri {
    display: block;
    padding: 4px 0px 0px 0px;
    font-size: 14px;
}

.price-features {
    padding: 30px 0px;
}

.price-features ul {
    padding: 0px;
    margin: 0px;
}

.price-features ul li {
    padding: 8px 0px;
    list-style: none;
}

.image-section {
    overflow: hidden;
    color: #fff;
}

.image-section .right .col-md-6 {
    float: right;
}

.image-section .center {
    text-align: center;
}

.image-section .center .col-md-6 {
    float: none;
    display: inline-block;
}

.image-text-section .img-column {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.image-text-section .img-column {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.image-text-section .img-column img,
.image-text-section .img-column .image-shape-container {
    width: 80%;
}

.image-text-section .right .img-column {
    float: right;
}

.image-text-section .content-column {
    width: 100%;
    float: right;
    text-align: left;
}

.image-text-section .right .content-column {
    float: left;
}

.content-grid {
    font-size: 17px;
}

.content-grid-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
}

.content-grid-wrapper .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.content-grid-wrapper:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.content-grid .row {
    margin-right: 0px;
    margin-left: 0px;
}

.content-grid h1,
.content-grid h2,
.content-grid h3,
.content-grid h4,
.content-grid h5,
.content-grid h6 {
    margin-top: 20px;
}

section.page .content-grid,
section.post .content-grid {
    float: left;
    width: 100%;
}

.content-grid-gutter {
    padding: 0px 0px 20px 0px;
}

.content-grid-gutter-txt,
.content-grid-gutter .btn {
    position: relative;
    z-index: 1;
}

.content-grid-gutter-bg {
    position: relative;
    padding: 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    overflow: hidden;
}

.content-grid-gutter.col-md-2,
.content-grid-gutter.col-md-3,
.content-grid-gutter.col-md-4,
.content-grid-gutter.col-md-6,
.cg-extra-widht .content-grid-gutter.col-md-10,
.cg-extra-widht .content-grid-gutter.col-md-2,
.cg-extra-widht .content-grid-gutter.col-md-4,
.cg-extra-widht .content-grid-gutter.col-md-8 {
    width: 100%;
}

.animated-image .image-animation {
    width: 100%;
    max-width: 90%;
    display: inline-block;
}

.animated-image .image-animation .image-shape-container {
    max-width: 50%;
}

.pie-column {
    display: inline-block;
    margin: 20px 0px;
}

.chart {
    display: inline-block;
    margin: 0px 25px;
    position: relative;
}

.chart-content {
    position: absolute;
    top: 36px;
    right: 30px;
    left: 30px;
    text-align: center;
}

.chart-number {
    font-size: 36px;
    line-height: 37px;
    font-weight: 600;
    color: #686868;
}

.line {
    width: 36px;
    margin: 12px auto;
    border-top: 2px solid #aaa;
}

.chart-type {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.chart-title {
    margin-top: 15px;
    font-size: 17px;
}

ul.glossary-index {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.glossary-index li {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0px 10px 10px 0px;
    padding: 0px;
    text-align: center;
    background-color: rgba(238, 238, 238, 0.4);
    overflow: hidden;
    line-height: 1.5;
}

ul.glossary-index li.no-item {
    padding: 5px 0px;
    color: #aaa;
    opacity: 0.4;
}

ul.glossary-index a {
    float: left;
    width: 32px;
    height: 32px;
    padding: 5px 0px;
}

ul.glossary-index li a:hover {
    background-color: #557fc1;
    color: #fff;
}

ul.glossary-content {
    float: left;
    margin: 20px 0px;
    font-size: 16px;
    list-style: none;
    padding: 0px;
}

ul.glossary-content li {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 0px;
    margin: 0px;
    border-top: 1px solid rgba(238, 238, 238, 0.9);
}

ul.glossary-content li.glossary-image {
    min-height: 95px;
    padding: 20px 0px 20px 75px;
}

ul.glossary-content li a {
    display: block;
    font-weight: 600;
}

ul.glossary-content .glossary-heading {
    display: block;
    margin-bottom: -30px;
    font-size: 60px;
    border: 0px;
    font-weight: 100;
    color: #eee;
}

ul.glossary-content img,
ul.glossary-content .no-thumb {
    position: absolute;
    top: 26px;
    left: 0px;
    width: 55px;
    height: 55px;
}

ul.glossary-content .glossary-excerpt {
    margin-top: 5px;
}

.sitemap h2 {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

ul.sitemap-index {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 40px;
    list-style: none;
    padding: 0px;
}

ul.sitemap-index li {
    float: left;
    border-radius: 5px;
    margin: 0px 10px 10px 0px;
    padding: 0px;
    text-align: center;
    background-color: rgba(238, 238, 238, 0.4);
    overflow: hidden;
}

ul.sitemap-index li.no-item {
    padding: 5px 0px;
    color: #aaa;
}

ul.sitemap-index a {
    float: left;
    padding: 5px 15px;
}

ul.sitemap-index li a:hover {
    background-color: #557fc1;
    color: #fff;
}

.sitemap img {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 55px;
    height: 55px;
}

.sitemap ul {
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
    list-style: none;
    padding: 0px;
}

.sitemap ul ul {
    margin: 5px 0px 30px 0px;
}

.sitemap ul.cat-ul {
    margin: 0px;
}

.sitemap li {
    float: left;
    width: 100%;
    padding: 5px 0px 5px 0px;
}

.sitemap li.has-thumbnail {
    position: relative;
    float: left;
    width: 100%;
    min-height: 95px;
    padding: 20px 0px 20px 75px;
    margin: 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.sitemap li.has-thumbnail:last-child {
    border-bottom: 0px;
}

.sitemap li img,
.sitemap li .no-thumb {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 55px;
    height: 55px;
}

.sitemap li.has-thumbnail {
    display: table;
}

.sitemap li.has-thumbnail span {
    display: table-cell;
    vertical-align: middle;
}

.sitemap .sitemap-exerpt {
    margin-top: 5px;
}

.grouped-posts {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.grouped-posts h2 {
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 30px 0px;
}

.grouped-post-box .row {
    margin: 0px -15px 0px -15px;
}

.grouped-post-box .grouped-post-box-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.grouped-post-box .grouped-post-box-item h3 {
    margin: 10px 0px 10px 0px !important;
}

.grouped-post-box-item-img {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.grouped-post-box .grouped-post-box-item.col-md-12 .grouped-post-box-item-img,
.grouped-post-box .grouped-post-box-item.col-md-6 .grouped-post-box-item-img,
.grouped-post-box .grouped-post-box-item.col-md-4 .grouped-post-box-item-img,
.grouped-post-box .grouped-post-box-item.col-md-3 .grouped-post-box-item-img {
    height: 150px;
}

.grouped-posts .blog-list-date {
    margin-top: 10px;
}

.event-registration {
    width: 100%;
    float: left;
    margin: 0px 0px 40px 0px;
}

.event-registration ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.event-registration ul li {
    width: 100%;
    position: relative;
    float: left;
    margin: 0px;
    padding: 15px 20px 15px 50px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.event-registration ul li:nth-child(odd) {
    background: #fff;
}

.event-registration ul li:nth-child(even) {
    background: rgba(238, 238, 238, 0.4);
}

.event-registration ul li i {
    position: absolute;
    top: 18px;
    left: 17px;
    font-size: 20px;
}

.event-registration ul li.nodate {
    color: #557fc1;
}

.contact-user {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.contact-user .contact-person {
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.contact-person-image {
    width: 180px;
    margin-top: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-user .person {
    width: 100%;
    display: inline-block;
    padding: 15px 0px 3px 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6ca0e2;
}

.contact-user-content {
    float: left;
    width: 100%;
    text-align: left;
}

.contact-page address {
    float: left;
    width: 100%;
    padding: 20px 50px 20px 20px;
}

.contact-page address .map-link {
    display: block;
    margin-top: 10px;
}

.contact-page address .fa {
    margin-right: 5px;
}

.error404 .header-wrapper {
    margin-bottom: 0px;
}

.error404 .right .content-box {
    float: right;
}

.error404 .center {
    text-align: center;
}

.error404 .center .content-box {
    float: none;
    display: inline-block;
}

.error404 .header-content {
    height: 100%;
}

.error404 .header-content .container {
    position: relative;
}

.error404 .header-buttons a {
    margin: 10px 15px 10px 15px;
}

.error404 .label-404 {
    width: 100%;
    font-size: 100px;
    opacity: 0.2;
    white-space: nowrap;
    line-height: 0.4;
    display: table;
}

.error404 .label-404 span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.attachment-page .header {
    color: #aaa;
    background: #3d3d3d;
    background: radial-gradient(ellipse at center, #3d3d3d 0%, #000 100%);
}

.attachment-page img.attachment-image {
    margin-bottom: 30px;
}

.attachment-page .blog-post-meta-icon i {
    color: rgba(255, 255, 255, 0.4);
}

.page-thumbnail {
    float: left;
    width: 100%;
    padding: 40px 0px 40px 0px;
}

.page-thumbnail.right {
    float: right;
}

.page-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}

.post-thumbnail {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 2px;
    overflow: hidden;
}

.post-thumbnail p.caption {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 10px 20px;
    margin: 0px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.post-thumbnail img,
.post img.size-full {
    width: auto;
    max-width: 100%;
    height: auto;
}

.post-thumbnail img {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}

.post-thumb {
    float: left;
    position: relative;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
}

.content section.post,
.content section.page,
.content section.product,
.content section.recipe {
    float: left;
    width: 100%;
    margin-bottom: 3rem;
}

.post-content p {
    margin: 0px 0px 30px 0px;
}

.post-content,
.product-content,
.recipe-content {
    float: left;
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
}

.content section.post article,
.content section.page article,
.content section.product article,
.content section.recipe article {
    position: relative;
    float: left;
    width: 100%;
}

.page-content {
    float: right;
    width: 100%;
    padding: 0px 0px 3rem 0px;
    font-size: 16px;
}

.page-content.right {
    float: left;
}

.page-side {
    float: left;
    width: 100%;
    padding: 0px 0px 3rem 0px;
}

.page-side.right {
    float: right;
}

.content section.post .page-header,
.content section.page .page-header,
.content section.product .page-header,
.content section.recipe .page-header {
    margin: 0px 0px 1.9rem 0px;
    padding: 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.single-product .content section.product .page-header {
    margin: 0px 0px 0px 0px;
    border-bottom: 0px;
}

.single-product .content section.product .page-header h1,
.single-product .content section.product .page-header h2 {
    font-weight: 500;
}

.post-content h2 {
    margin: 1.5rem 0px 1.5rem 0px;
}

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 1rem 0px 1.5rem 0px;
}

.archive-header {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 3rem;
    text-align: center;
}

.archive-header.boxed {
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    padding: 3rem 0px;
    margin: -3rem 0px 3rem 0px;
}

.has-header-boxed .archive-header.boxed,
.has-leading-area .archive-header.boxed,
.wp-content-section .archive-header.boxed {
    border-top: 1px solid #eee;
    margin: 0px 0px 30px 0px;
}

.archive-header h1,
.archive-header h2 {
    margin-bottom: 0px;
}

.has-page-title-color .archive-header h1,
.has-page-title-color .archive-header h2 {
    color: #6ca0e2;
}

.archive-header.boxed h1,
.archive-header.boxed h2 {
    color: #6ca0e2;
}

.archive-header p {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #8e8e8e;
}

.archive-header p:first-child {
    margin-top: 1.5rem;
}

.archive-header p:last-child {
    margin-bottom: 0px;
}

.archive-header .title-label,
.page-header .title-label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #8e8e8e;
    font-weight: 500;
}

.archive-header .title-label.before span,
.page-header .title-label.before span {
    display: inline-block;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 0px 10px 10px 10px;
}

.archive-header .title-label.after span,
.page-header .title-label.after span {
    display: inline-block;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding: 10px 10px 0px 10px;
}

.page-header .title-label.before span {
    padding: 0px 0px 10px 0px;
}

.page-header .title-label.after span {
    padding: 10px 0px 0px 0px;
}

.wpcontent {
    float: left;
    width: 100%;
    font-size: 17px;
}

.wpcontent.showtop,
.wpcontent.showbottom {
    margin-bottom: 2.3rem;
}

.wpcontent.showtop p:last-child,
.wpcontent.showbottom p:last-child {
    margin-bottom: 0px;
}

.archive-header.boxed .wpcontent.showtop,
.archive-header.boxed .wpcontent.showbottom {
    margin-bottom: 0px;
}

.custom-pagination {
    float: left;
    width: 100%;
    margin: 20px 0px 40px 0px;
    line-height: 1.5;
    text-align: center;
}

.custom-pagination span,
.custom-pagination a {
    display: inline-block;
    padding: 2px 10px;
}

.custom-pagination .nav-links {
    display: inline-block;
}

.custom-pagination a {
    background-color: rgba(238, 238, 238, 0.4);
}

.custom-pagination a:hover {
    background-color: #557fc1;
    color: #fff;
}

.custom-pagination a:hover .fa {
    color: #fff;
}

.custom-pagination span.page-num {
    width: 100%;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 0px 10px 0px;
    font-size: 16px;
    color: #a2a2a2;
}

.custom-pagination a,
.custom-pagination span.current {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 5px 0px;
    margin: 0px 3px;
    text-align: center;
}

.custom-pagination span.dots {
    padding: 0;
    color: gainsboro;
}

.custom-pagination span.current {
    background-color: #557fc1;
    color: #fff;
}

.custom-pagination .page-number {
    position: relative;
    top: 6px;
    padding: 0px 3px;
    font-size: 33px;
    color: #6ca0e2;
}

.post-navigation {
    margin-top: 20px;
    padding: 20px 0px;
    border-top: 1px solid rgba(238, 238, 238, 0.9);
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.post-navigation span {
    padding: 0px 10px;
}

.postbar {
    float: left;
    width: 100%;
    margin: 30px 0px;
    text-transform: uppercase;
    font-size: 13px;
}

.social-postbar {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.social-postbar-label {
    display: inline-block;
    width: 100%;
}

.social-postbar a {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 8px 0px;
    margin: 5px 8px 5px 0px;
    font-size: 18px;
    color: #aaa;
    border-radius: 50%;
    text-align: center;
}

.social-postbar a:hover {
    color: #fff;
}

.social-postbar a span {
    display: none;
}

.tax-postbar {
    float: right;
    width: 100%;
    text-align: center;
}

.tax-postbar-label {
    display: inline-block;
    width: 100%;
}

.tax-postbar a {
    display: inline-block;
    padding: 3px 8px !important;
    margin: 5px 5px 5px 5px;
    background: rgba(238, 238, 238, 0.4);
    color: #888;
}

.tax-postbar a:after {
    content: none !important;
}

.tax-postbar a:hover {
    background: #557fc1;
    color: #fff;
}

.tax-postbar .blog-list-cat,
.tax-postbar .blog-list-tag {
    margin: 0px !important;
    overflow: visible;
    font-size: inherit;
}

.like-button {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 1rem 0px;
    text-align: center;
}

.like-button-wrapper {
    position: relative;
    width: 100%;
    padding: 0px 15px;
}

.like-btn {
    position: relative;
    display: inline-block;
    z-index: 1;
    background: transparent;
    border: 0px;
    background: #fff;
}

.like-btn:focus {
    outline: none;
}

.like-button-wrapper:before,
.like-button-wrapper:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0px;
    width: 45%;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    height: 1px;
}

.like-button-wrapper:after {
    left: auto;
    right: 0px;
}

.like-btn .fa {
    display: block;
    background: none;
    border: 0px;
    font-size: 30px;
    color: #ec6055;
}

.like-btn:hover .fa {
    color: rgba(236, 96, 85, 0.7);
}

.like-btn-content {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 10px;
    color: #686868;
}

.post-rating {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.post-rating-stars {
    width: 100%;
    position: relative;
    display: inline-block;
}

.post-rating-stars-wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 0px 4px;
    background: #fff;
}

.post-rating-stars:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0px;
    width: 35%;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    height: 1px;
}

.post-rating-stars:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0px;
    width: 35%;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    height: 1px;
}

.post-rating-stars-wrapper a {
    position: relative;
    z-index: 1;
    padding: 0px 3px;
}

.post-rating-stars .fa {
    color: #d2d2d2;
    font-size: 30px;
}

.post-rating-stars.has-votes .fa {
    color: #edb867;
}

.post-rating-stars-wrapper a:hover .fa {
    color: #edb867;
}

.post-rating-stars-wrapper:hover .fa,
.post-rating-stars-wrapper.is-voted .fa {
    color: #edb867;
}

.post-rating-stars-wrapper>a:hover~a .fa {
    color: #e4e4e4;
}

.post-rating-stars-wrapper a:active .fa {
    color: #ed9967;
}

.post-rating-content {
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 10px;
    color: #888;
}

.post-rating-content span {
    padding: 0px 2px;
}

.post-rating-content .rating-title {
    display: none;
}

.post-rating[data-tooltip]:hover:before {
    position: absolute;
    left: 50%;
    bottom: 85px;
    width: 160px;
    margin-left: -80px;
    padding: 6px;
    font-size: 12px;
    content: attr(data-tooltip);
    text-align: center;
    background: rgba(238, 238, 238, 0.9);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.post-rating[data-tooltip]:hover:after {
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    margin-left: -12px;
    border-top-color: #eee;
    border-width: 12px;
}

.post-rating-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
}

.post-rating-stars:hover .post-rating-layer {
    display: none;
}

figure.wp-caption {
    max-width: 100%;
}

.wp-caption.aligncenter {
    margin-bottom: 15px;
}

.wp-caption.alignnone {
    margin-bottom: 15px;
}

.wp-caption-text {
    padding: 8px 0px 0px 0px;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
}

.gallery-item .wp-caption-text {
    text-transform: none;
    width: auto;
}

.gallery-item .wp-caption-text,
.gallery-caption {
    opacity: 0;
    position: absolute;
    right: 10px;
    bottom: 0px;
    left: 10px;
    float: left;
    padding: 4px 16px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    transition: all 0.3s ease-out;
}

.wp-caption:hover .wp-caption-text,
.gallery-item:hover .wp-caption-text {
    opacity: 1;
    transition: all 0.3s ease-out;
}

.wp-caption-text span {
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

.gallery-item .wp-caption-text span {
    display: inline;
    padding-left: 0px;
}

.wp-caption-text span:before {
    font-family: 'fontAwesome';
    content: "\f03e";
    position: absolute;
    top: -2px;
    left: 0px;
    color: #d4d4d4;
    font-size: 13px;
}

.gallery-item .wp-caption-text span:before {
    content: none;
}

.gallery {
    margin: 10px -10px 30px -10px;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    position: relative;
    float: left;
    padding: 0px 10px;
}

.gallery-item:hover .wp-.gallery-owl p-text {
    opacity: 1;
    transition: all 0.3s ease-out;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.gallery-icon,
.blocks-gallery-item,
.wp-block-image a {
    position: relative;
    overflow: hidden;
}

.gallery-item:hover .gallery-icon a:before,
.blocks-gallery-item:hover a:before,
.lightbox-image:hover:before {
    top: 10px;
    right: 10px;
    transition: all 0.3s ease-out;
}

.gallery-icon a:before,
.blocks-gallery-item a:before,
.lightbox-image:before {
    content: '+';
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -40px;
    right: -40px;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    transition: all 0.3s ease-out;
}

.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: 100%;
}

.gallery-columns-5 .gallery-item {
    width: 100%;
}

.gallery-columns-6 .gallery-item {
    width: 100%;
}

.gallery-columns-7 .gallery-item {
    width: 100%;
}

.gallery-columns-8 .gallery-item {
    width: 100%;
}

.gallery-columns-9 .gallery-item {
    width: 100%;
}

.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;
}

.owl-gallery {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 3px;
}

.owl-gallery.owl-gallery-img {
    margin: 0px 0px 0px 0px;
}

.gallery-owl {
    float: left;
    width: 100%;
    position: relative;
}

.gallery-owl a {
    color: #fff !important;
}

.gallery-owl img {
    float: left;
    width: 100%;
    max-width: 100%;
}

.gallery-owl p {
    opacity: 0;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 10px 20px;
    margin: 0px;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-out;
}

.gallery-owl:hover p {
    opacity: 1;
    transition: all 0.3s ease-out;
}

.blog-post-meta a {
    color: #686868;
}

.blog-post-meta {
    float: left;
    width: 100%;
    margin: -10px 0px 20px 0px;
    overflow: hidden;
}

.blog-post-metabox {
    display: inline-block;
    position: relative;
    padding: 4px 12px 4px 0px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 11px;
}

.blog-post-metabox:first-child {
    border: 0px;
}

.blog-post-metabox:before {
    content: "";
    display: table;
}

.blog-post-meta-icon i {
    color: rgba(238, 238, 238, 0.9);
    font-size: 19px;
}

.blog-post-meta-icon {
    display: table-cell;
    vertical-align: middle;
}

.blog-post-meta-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}

.blog-post-metabox img.avatar {
    width: 20px;
    height: 20px;
}

.blog-list-meta .blog-post-meta {
    margin: 0px;
}

.blog-list-meta .blog-post-metabox,
.blog-list-meta .blog-post-metabox:first-child {
    float: none;
    display: inline-block;
    border: 0px;
    padding: 10px 6px;
}

.blog-list-meta .blog-post-metabox .icon~span {
    display: table-cell;
    padding-left: 7px;
}

.blog-list-meta .blog-post-metabox span.meta-link {
    cursor: pointer;
}

.blog-list-meta .blog-post-meta-icon i {
    display: table-cell;
    font-size: 20px;
    vertical-align: middle;
    color: #eee;
}

.sponsored-post {
    color: #a9a9a9;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    background: rgba(238, 238, 238, 0.4);
    padding: 2px 8px 3px 8px;
    border-radius: 3px;
}

.sponsored-post .fa {
    color: #a9a9a9;
    margin-right: 10px;
}

.additional-info {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #a9a9a9;
    font-size: 14px;
}

.author-section {
    float: left;
    width: 100%;
}

.author-info {
    float: left;
    width: 100%;
    position: relative;
    min-height: 170px;
    padding: 2rem;
    background: rgba(238, 238, 238, 0.4);
    border-radius: 3px;
    text-align: center;
}

.author-heading {
    font-size: 12px;
    text-align: center;
    color: #a9a9a9;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: none;
}

.author-user {
    margin-bottom: 0.8rem;
    text-align: center;
}

.author-user .avatar {
    width: 30%;
    height: auto;
}

.author-user .author-title {
    font-size: 12px;
    margin-top: 5px;
    color: #a9a9a9;
    text-transform: uppercase;
}

.author-description p {
    color: #828282;
    margin: 0px;
}

.author-info .socialbar {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.author-info .socialbar a {
    background: #6ca0e2;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 1.2;
    margin: 0px 5px;
    display: inline-table;
}

.author-info .socialbar a:first-child {
    margin-left: 0px;
}

.author-info .socialbar a .fa {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.author-info .socialbar a:hover {
    background: #557fc1;
}

.related-posts {
    float: left;
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.related-post-list {
    float: left;
    width: 100%;
}

.related-list {
    list-style: none;
    padding: 0px;
    text-align: center;
}

.related-list.row {
    margin: 0px -15px;
}

.related-list li {
    margin: 10px 0px;
}

.related-posts-img {
    width: 100%;
    height: 160px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.related-content {
    padding: 15px 0px 0px 0px;
}

.related-category {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
}

.related-category:before,
.related-category:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -30px;
    width: 20px;
    border-top: 1px solid rgba(238, 238, 238, 0.9);
}

.related-category:after {
    right: -30px;
    left: auto;
}

.related-list .h4-title {
    display: block;
    margin: 5px 0px 10px 0px;
}

.table-of-contents {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 1.7rem;
    margin: 0px 0px 2.7rem 0px;
    background: rgba(238, 238, 238, 0.2);
    border-radius: 3px;
}

.table-of-contents .table-of-contents-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.table-of-contents:not(.show) .table-of-contents-title {
    margin: 0px;
}

.table-of-contents #table_of_contents_toggle {
    background: none;
    border: 0px;
    outline: none;
}

.table-of-contents #table_of_contents_toggle i {
    color: #6ca0e2;
}

.table-of-contents #table_of_contents_toggle:hover i {
    color: #557fc1;
}

.table-of-contents ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

.table-of-contents ul.table-of-contents-list {
    display: none;
}

.table-of-contents.show ul.table-of-contents-list {
    display: block;
}

.table-of-contents ul li {
    margin: 0px;
    padding: 3px 0px 3px 0px;
    line-height: 1.4;
}

.table-of-contents ul li li {
    padding: 3px 0px 3px 10px;
}

.table-of-contents ul li:last-Child {
    padding-bottom: 0px;
}

.table-of-contents-count {
    padding-right: 5px;
    color: #686868;
}

.none-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 20px 50px 20px;
    text-align: center;
}

.none-content:before {
    content: "\f11a";
    color: rgba(238, 238, 238, 0.6);
    font-family: 'fontAwesome';
    font-size: 50px;
}

.none-content.nothing-found:before {
    content: "\f11a";
}

.none-content.protected-page:before {
    content: "\f023";
}

.none-content .search-form label {
    float: none;
    margin-right: -4px;
}

.none-content form.post-password-form {
    float: none;
    width: auto;
    max-width: 300px;
    margin: 0 auto;
}

.post-password-form {
    float: left;
    width: 100%;
    margin: 20px 0px 40px 0px;
}

.post-password-form label {
    float: left;
    width: 100%;
    margin: 30px 0px 10px 0px;
}

.post-password-form div {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.post-password-form input {
    float: left;
    width: 100%;
}

.post-password-form input[type=password] {
    height: 38px;
}

.post-password-form input[type=submit].button {
    padding: 0px 22px;
    min-height: 38px;
    margin-top: 2px;
}

.single-post-section {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.single-post-navigation {
    text-transform: uppercase;
    font-size: 13px;
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.single-post-navigation a {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(238, 238, 238, 0.9);
    padding: 10px 10px;
}

.single-post-navigation a:hover {
    background: rgba(238, 238, 238, 0.4);
}

.single-post-navigation .post-nav-content {
    position: relative;
    display: block;
}

.single-post-navigation .next {
    text-align: right;
}

.single-post-navigation .post-nav-link {
    padding: 10px 10px 10px 30px;
    display: inline-block;
    line-height: 1.5;
}

.single-post-navigation .next .post-nav-link {
    padding: 10px 30px 10px 10px;
}

.single-post-navigation .post-nav-title-label {
    display: block;
    color: #b5b5b5;
    font-size: 12px;
}

.single-post-navigation .post-nav-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -21px;
    color: rgba(238, 238, 238, 0.9);
}

.single-post-navigation .next .post-nav-icon {
    right: 0px;
    left: auto;
}

.single-post-navigation .post-nav-title,
.single-post-navigation img,
.single-post-navigation .thumb {
    display: none;
}

.comments-area {
    float: left;
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.comments-area ol {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.comment-list li {
    position: relative;
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 10px 10px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.comment-list li:first-child {
    padding-top: 0px;
}

.comment-list li:last-of-type {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.comment-list li.parent {
    padding-bottom: 0px;
}

.comment-list li.odd.comment {
    background: rgba(238, 238, 238, 0.4);
}

.comment-list ol.children {
    margin-top: 20px;
}

.comment-list .comment-meta {
    text-transform: uppercase;
    font-size: 13px;
}

.comment-list .comment-meta .comment-author {
    display: inline-block;
}

.comment-list .comment-meta .avatar {
    width: 30px;
    height: 30px;
}

.comment-list .comment-meta .comment-metadata {
    display: none;
    padding-left: 10px;
}

.comment-list .comment-meta .comment-metadata a,
.comment-list .comment-meta .says {
    color: #9b9b9b;
}

.comment-list .comment-metadata .edit-link {
    display: none;
}

.comment-list .comment-meta .fn {
    margin-left: 10px;
    color: #9b9b9b;
}

.comment-list .comment-meta .fn a {
    margin-left: 10px;
    color: #9b9b9b;
}

.comment-list .comment-content {
    float: left;
    width: 100%;
    margin: 15px 0px;
}

.comment-list .comment-content p:last-child {
    margin: 0px;
}

.comment-list .comment-respond {
    margin: 10px 0px;
    padding: 0px;
}

.comment-list .comment-reply-link {
    background: #fff;
    border: 1px solid rgba(238, 238, 238, 0.9);
    border-radius: 15px;
    font-size: 12px;
    padding: 4px 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.comment-list .comment-reply-link:hover {
    background: #557fc1;
    color: #fff;
}

.comment-list .bypostauthor {
    border-left: 3px solid #557fc1;
}

.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 0px 0px 40px 0px;
}

.comment-respond {
    margin: 20px 0px;
    float: left;
    width: 100%;
}

.comment-respond {
    margin: 46px 0px 20px 0px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
    margin-top: 3px;
}

.comment-respond textarea {
    height: auto;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}


.comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    font-weight: normal;
}

#comments input[type=submit] {
    margin-top: 15px;
    padding: 0px 42px;
}

.no-comments {
    float: left;
    width: 100%;
    padding: 10px 20px;
    background: rgba(238, 238, 238, 0.4);
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.no-comments:before {
    font-family: 'fontAwesome';
    content: '\f05c';
    margin-right: 5px;
}

@media (min-width: 783px) {
    .full-page.admin-bar .top-wrapper {
        top: 32px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .mobile-check {
        display: block;
    }

    blockquote {
        padding: 20px 90px 20px 90px;
        margin: 35px 0px;
        font-size: 20px;
    }

    blockquote:after {
        top: 17px;
        left: 33px;
        font-size: 30px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .container {
        width: 100%;
    }

    .popup.modal .modal-dialog {
        width: 560px !important;
    }

    .top-search-form-wrapper {
        width: 50%;
    }

    .top-search-form .search-form input[type=search] {
        font-size: 30px;
    }

    .content .archive-header.boxed~section.post,
    .content .archive-header.boxed~section.page,
    .content .archive-header.boxed~section.product,
    .content .archive-header.boxed~section.recipe {
        margin-bottom: 3rem;
    }

    .page-side {
        width: 30%;
        padding-right: 2.7rem;
        padding-left: 0px;
    }

    .page-side.right {
        padding-left: 2.7rem;
        padding-right: 0px;
    }

    .page-content {
        width: 70%;
        padding-left: 2.7rem;
        padding-right: 0px;
        border-left: 1px solid rgba(238, 238, 238, 0.9);
    }

    .page-content.right {
        padding-right: 2.7rem;
        padding-left: 0px;
        border-left: 0px;
        border-right: 1px solid rgba(238, 238, 238, 0.9);
    }

    .none-content {
        padding: 3rem 20px 9rem 20px;
    }

    .none-content:before {
        font-size: 9rem;
    }

    .post-password-form div {
        width: 60%;
        margin-bottom: 0px;
    }

    .post-password-form div:nth-of-type(2) {
        width: 40%;
        padding-left: 20px;
    }

    .archive-header h1,
    .archive-header h2 {
        display: inline-block;
        width: 80%;
    }

    .archive-header p {
        width: 80%;
    }

    .wp-caption.alignleft {
        width: auto;
        margin: 7px 30px 30px 0px;
    }

    .wp-caption.alignright {
        width: auto;
        margin: 7px 0px 30px 30px;
    }

    .wp-caption.alignright .wp-caption-text {
        text-align: right;
    }

    .custom-pagination span.page-num {
        width: auto;
        padding: 0px;
    }

    .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%;
    }

    .author-info {
        text-align: left;
    }

    .author-user {
        position: absolute;
        top: 2rem;
        left: 2rem;
        width: 110px;
        margin-bottom: 0px;
        text-align: center;
    }

    .author-user .avatar {
        width: 60%;
    }

    .author-description {
        padding-left: 140px;
    }

    .single-post-navigation {
        font-size: 14px;
    }

    .single-post-navigation a {
        display: table-cell;
        padding: 0.6rem 1.1rem;
    }

    .single-post-navigation .next {
        padding-left: 1.8rem;
    }

    .single-post-navigation .prev {
        padding-right: 1.8rem;
    }

    .single-post-navigation .post-nav-title {
        display: block;
    }

    .single-post-navigation .post-nav-link {
        padding: 0.6rem 1.1rem 0.6rem 2.3rem;
    }

    .single-post-navigation .next .post-nav-link {
        padding: 0.6rem 2.3rem 0.6rem 1.1rem;
    }

    .comment-list li {
        padding: 1.8rem 0px;
    }

    .comment-list li.bypostauthor,
    .comment-list li.odd {
        padding: 1.8rem 1.5rem;
    }

    .comment-list li li {
        padding: 1.8remx 1.5rem;
    }

    .comment-list .comment-meta .comment-metadata {
        display: inline-block;
    }

    .comment-list .comment-meta .avatar {
        width: 46px;
        height: 46px;
    }

    .comment-respond input[type="email"],
    .comment-respond input[type="text"],
    .comment-respond input[type="url"],
    .comment-respond input[type="url"],
    .comment-respond textarea {
        width: 50%;
    }

    .comment-respond textarea {
        width: 100%;
    }

    .steps .item {
        margin: 2.3rem 0px;
    }

    .steps .row:first-child .item {
        margin-top: 0px;
    }

    .steps .row .item.col-md-12 {
        width: 50%;
        float: left;
        clear: both;
        margin-top: -5.6rem;
    }

    .steps .row:first-child .item.col-md-12:first-child {
        margin-top: 0px;
    }

    .steps .item.col-md-12:nth-child(even) {
        float: right;
    }

    .steps .step-content {
        padding: 0px 10px;
    }

    .price-content {
        width: 50%;
        margin-top: 2.3rem;
        margin-right: -3px;
    }

    .content-grid .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .content-grid-gutter {
        padding: 0px 20px 30px 20px;
    }

    .content-grid-gutter-bg {
        padding: 80px 60px;
    }

    .content-grid-gutter.col-md-4 .content-grid-gutter-bg {
        padding: 60px 45px;
    }

    .content-grid-gutter.col-md-3 .content-grid-gutter-bg {
        padding: 30px 35px;
    }

    .content-grid-gutter.col-md-2-4 .content-grid-gutter-bg {
        padding: 20px 30px;
    }

    .content-grid-gutter.col-md-2 {
        float: left;
        width: 50%;
    }

    .content-grid-gutter.col-md-3 {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: -2px;
        width: 50%;
    }

    .content-grid-gutter.col-md-6 {
        float: left;
        width: 50%;
    }

    .grouped-post-box .grouped-post-box-item.col-md-12 .grouped-post-box-item-img,
    .grouped-post-box .grouped-post-box-item.col-md-6 .grouped-post-box-item-img,
    .grouped-post-box .grouped-post-box-item.col-md-4 .grouped-post-box-item-img,
    .grouped-post-box .grouped-post-box-item.col-md-3 .grouped-post-box-item-img {
        height: 200px;
    }

    .error404 .label-404 {
        position: absolute;
        right: 0px;
        bottom: 240px;
        left: 0px;
        height: 100%;
        font-size: 350px;
    }
}

@media (max-width: 767px) {

    .wp-caption.alignleft,
    .wp-caption.alignright {
        width: 100% !important;
    }

    .image-text-section .img-column {
        width: 100% !important;
    }

    .image-text-section .content-column {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .mobile-check-992 {
        display: block;
    }

    .grouped-post-box .grouped-post-box-item.col-md-12 {
        width: 100%;
    }

    .grouped-post-box .grouped-post-box-item.col-md-6 {
        width: 50%;
    }

    .grouped-post-box .grouped-post-box-item.col-md-4 {
        width: 33.33333333%;
    }

    .grouped-post-box .grouped-post-box-item.col-md-3 {
        width: 25%;
    }

    .grouped-post-box .grouped-post-box-item.col-md-12 .grouped-post-box-item-img {
        height: 400px;
    }

    .grouped-post-box .grouped-post-box-item.col-md-6 .grouped-post-box-item-img {
        height: 250px;
    }

    .grouped-post-box .grouped-post-box-item.col-md-4 .grouped-post-box-item-img {
        height: 200px;
    }

    .grouped-post-box .grouped-post-box-item.col-md-3 .grouped-post-box-item-img {
        height: 150px;
    }

    .attachment-page .header .content-box-in {
        width: 60% !important;
    }

    .archive-header .title-label,
    .page-header .title-label {
        font-size: 19px;
    }

    .archive-header .title-label.before span,
    .page-header .title-label.before span {
        margin-bottom: 15px;
        padding: 0px 15px 15px 15px;
    }

    .archive-header .title-label.after span,
    .page-header .title-label.after span {
        margin-top: 15px;
        padding: 15px 15px 0px 15px;
    }

    .page-header .title-label.before span {
        padding: 0px 0px 15px 0px;
    }

    .page-header .title-label.after span {
        padding: 15px 0px 0px 0px;
    }

    .has-sidebar .custom-pagination {
        text-align: left;
    }

    .social-postbar {
        width: 40%;
        margin-bottom: 0px;
        text-align: left;
    }

    .tax-postbar {
        width: 60%;
        text-align: right;
    }

    .tax-postbar-label {
        width: auto;
        padding-right: 5px;
    }

    .social-postbar-label {
        width: auto;
        padding-right: 5px;
    }

    .social-postbar .fa-whatsapp {
        display: none;
    }

    .table-of-contents.left,
    .table-of-contents.right {
        width: 380px;
    }

    .table-of-contents.left {
        float: left;
        margin: 0px 2.7rem 2.7rem 0px;
    }

    .table-of-contents.right {
        float: right;
        margin: 0px 0px 2.7rem 2.7rem;
    }

    .steps .item.col-md-12 .step-content {
        padding: 0px 2.3rem;
    }

    .image-text-section .img-column {
        width: 30%;
        margin-bottom: 0px;
    }

    .image-text-section .img-column img {
        width: auto;
    }

    .image-text-section .content-column {
        width: 70%;
    }

    .image-text-section .content-column {
        padding-left: 3.5rem;
    }

    .image-text-section .right .content-column {
        padding-left: 0px;
        padding-right: 3.5rem;
    }

    .price-content {
        width: 30%;
    }

    .price-content.leading {
        margin-top: 0px;
    }

    .content-grid-wrapper {
        display: table;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 0px;
    }

    .content-grid-wrapper .row {
        display: table;
        width: 100%;
    }

    .content-grid-gutter {
        padding: 30px 20px;
        float: none !important;
        display: table-cell !important;
    }

    section.page .content-grid-gutter,
    section.post .content-grid-gutter {
        padding: 10px 20px;
    }

    section.page .content-grid-gutter-bg,
    section.post .content-grid-gutter-bg {
        margin-bottom: 20px;
    }

    .content-grid-gutter.hcenter {
        text-align: center;
    }

    .content-grid-gutter.hleft {
        text-align: left;
    }

    .content-grid-gutter.hright {
        text-align: right;
    }

    .content-grid-gutter.vtop {
        vertical-align: top;
    }

    .content-grid-gutter.vmiddle {
        vertical-align: middle;
    }

    .content-grid-gutter.vbottom {
        vertical-align: bottom;
    }

    .content-grid-gutter.col-md-2 {
        width: 16.66666667%;
    }

    .content-grid-gutter.col-md-3 {
        width: 25%;
        margin-right: 0px;
    }

    .content-grid-gutter.col-md-4 {
        width: 33.333%;
    }

    .content-grid-gutter.col-md-6 {
        width: 50%;
    }

    .cg-extra-widht .content-grid-gutter.col-md-10 {
        width: 83.33333333%;
    }

    .cg-extra-widht .content-grid-gutter.col-md-2 {
        width: 16.66666667%;
    }

    .cg-extra-widht .content-grid-gutter.col-md-4 {
        width: 33.33333333%;
    }

    .cg-extra-widht .content-grid-gutter.col-md-8 {
        width: 66.66666667%;
    }

    .socialbar {
        width: auto;
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1296px) {
    .container {
        width: 1170px;
        padding: 0px 0px;
    }

    .content-left:not(.boxed-layout) .container {
        margin-left: 3rem;
    }

    .content-right:not(.boxed-layout) .container {
        margin-right: 3rem;
    }

    .wide .header-wrapper.container,
    .full-page .header-wrapper.container {
        margin-right: auto;
        margin-left: auto;
    }

    .has-sidebar .container {
        width: 100%;
    }
}

.col-md-2-4 {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-2-4 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-2-4 {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-md-2-4 {
        width: 20%;
    }
}

html {
    font-size: 0.44rem;
}

@media (min-width: 768px) and (min-height: 480px) {
    html {
        font-size: 0.7rem;
    }
}

@media (min-width: 992px) and (min-height: 640px) {
    html {
        font-size: 0.8rem;
    }
}

@media (min-width: 1024px) and (min-height: 768px) {
    html {
        font-size: 0.9rem;
    }
}

@media (min-width: 1100px) and (min-height: 900px) {
    html {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) and (min-height: 1080px) {
    html {
        font-size: 1.1rem;
    }
}

body {
    font-size: 15px;
}

.sec {
    font-size: 17px;
}

.sec .top-content,
.archive-header p {
    font-size: 18px;
}

@media (max-width: 768px) {
    .sec {
        font-size: 15px;
    }

    .sec .top-content,
    .archive-header p {
        font-size: 15px;
    }
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=password],
select,
textarea,
.select2-container .select2-selection--single {
    width: 100%;
    padding: 0px 10px;
    margin-top: 3px;
    height: 38px;
    border: 1px solid #e1e1e1;
    background-color: #fcfcfc;
    border-radius: 3px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.07);
    outline: none;
    color: #686868;
}

textarea {
    padding-top: 5px;
    padding-bottom: 5px;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=password]:hover,
input[type=file]:hover,
select:hover,
select:not([multiple]):hover,
textarea:hover,
.select2-container .select2-selection--single:hover {
    background-color: #fafafa;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
input[type=file]:focus,
select:focus,
textarea:focus,
.select2-container .select2-selection--single:focus,
input[type=text]:active,
input[type=email]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=number]:active,
input[type=date]:active,
input[type=password]:active,
input[type=file]:active,
select:active,
textarea:active,
.select2-container .select2-selection--single:active {
    background-color: #fff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #4b81e8;
}


label input[type='checkbox'] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    visibility: visible !important;
    width: auto;
}

label input[type='radio'] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    visibility: visible !important;
    width: auto;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
    background: transparent;
    padding: 0;
}

label input[type='checkbox']:checked,
label input[type='checkbox']:not(:checked),
label input[type='radio']:checked,
label input[type='radio']:not(:checked) {
    position: static;
}

input[type='checkbox']+label,
input[type='radio']+label {
    cursor: pointer;
}

input[type='checkbox']:checked+label::before,
input[type='checkbox']:not(:checked)+label::before,
input[type='radio']:checked+label::before,
input[type='radio']:not(:checked)+label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
    border: 1px solid #e1e1e1;
    background: #fcfcfc;
    margin-right: 10px;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

input[type=radio]:checked+label::before,
input[type=radio]:not(:checked)+label::before {
    border-radius: 30px;
}

input[type='checkbox']:hover+label::before,
input[type='radio']:hover+label::before {
    background: rgba(238, 238, 238, 0.4);
    box-shadow: inset 0 0 0 2px #fff;
}

input[type='checkbox']:checked+label::before,
input[type='radio']:checked+label::before {
    background: #4b81e8;
    box-shadow: inset 0 0 0 2px #fff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:not([multiple]) {
    box-shadow: inset 0px -2px 9px rgba(0, 0, 0, 0.08);
    background-image: url("https://concretousinadoagora.online/https://concretousinadoagora.online/themes/smallbusiness-cd/assets/img/down-arrow.svg");
    background-size: 14px;
    background-position: right center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: rgba(238, 238, 238, 0.1);
}

select[multiple] {
    min-height: 100px;
}

input[type=file] {
    line-height: 0;
    margin-top: 10px;
    outline: none;
    border: 1px solid #d5d5d5;
    background-color: rgba(238, 238, 238, 0.1);
    padding: 8px;
    border-radius: 3px;
    box-shadow: inset 0px -2px 9px rgba(0, 0, 0, 0.08);
}

textarea {
    min-height: 120px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 2.1;
    padding: 0px 20px 0px 0px;
    color: #686868;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 3px;
    right: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1-title,
.h2-title,
.h3-title,
.h4-title,
.h5-title,
.h6-title {
    position: relative;
    font-size: 22px;
    line-height: 1.3;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-transform: none;
}

h1,
.h1-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #363636;
}

h2,
.h2-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #557fc1;
}

h3,
.h3-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #557fc1;
}

h4,
.h4-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #557fc1;
}

h5,
.h5-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #557fc1;
}

h6,
.h6-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #557fc1;
}

.promo-box-title {
    font-family: "Open Sans", sans-serif;
}

.header .header-content:not(.header-box) h1,
.header .header-content:not(.header-box) h2,
.header .header-content:not(.header-box) h3,
.content-grid-gutter-bg h1,
.content-grid-gutter-bg h2,
.content-grid-gutter-bg h3,
.content-grid-gutter-bg h4,
.content-grid-gutter-bg h5,
.content-grid-gutter-bg h6,
.banner h2,
.image-section h2,
.grid.metro-grid .grid-item h3,
.post-items .h3-title,
.grid.pictorial-grid h3 {
    color: #fff;
}

.features-1 h3,
.reviews h3,
.grouped-posts h3 {
    color: #6ca0e2;
}

.archive-header h1,
.archive-header h2,
.grid h2,
.page-header h1,
.page-header h2,
.grouped-posts h2,
.grid.metro-grid .grid-item h3 {
    font-weight: 400;
}

.grid.pictorial-grid h3 {
    font-weight: 500;
}

.header h1,
.header h2,
.post-items .h3-title,
.prices h4 {
    font-weight: 600;
}

.page-header .subheading {
    color: #8e8e8e;
    font-size: 18px;
}

.special-title {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.special-title span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #fff;
    padding: 1px 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #a2a2a2;
    border: 1px solid rgba(238, 238, 238, 0.9);
}

.special-title:before,
.special-title:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    width: 50%;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    height: 1px;
}

.special-title:after {
    right: 0px;
    left: auto;
}

@media (min-width: 768px) {

    h1,
    .h1-title,
    .archive-header h1,
    .archive-header h2,
    .page-header h1,
    .page-header h2 {
        font-size: 41px;
    }

    .header h1,
    .header h2 {
        font-size: 24px;
    }

    .column-1 .header h1,
    .column-1 .header h2 {
        font-size: 38px;
    }

    .column-2 .header h1,
    .column-2 .header h2 {
        font-size: 32px;
    }

    .grid-header h1,
    .grid-header h2 {
        font-size: 28px;
    }

    .full-page .headers .column-1 .header h1,
    .full-page .headers .column-1 .header h2 {
        font-size: 51px;
    }

    h2,
    .h2-title {
        font-size: 33px;
    }

    h3,
    .h3-title {
        font-size: 22px;
    }

    h4,
    .h4-title {
        font-size: 19px;
    }

    h5,
    h6,
    .h5-title,
    .h6-title {
        font-size: 16px;
    }

    .page-header .subheading {
        font-size: 21px;
    }

    .header-post-type h3 {
        font-size: 23px;
    }

    .header-post-type .header-posttype-item.col-md-6 .header-box h3,
    .header-post-type .header-posttype-item.col-md-4 .header-box h3,
    .full-page .header-post-type .header-posttype-item.col-md-3 .header-box h3,
    .wide .header-post-type .header-posttype-item.col-md-3 .header-box h3 {
        font-size: 21px;
    }

    .header-post-type .header-posttype-item.col-md-3 .header-box h3 {
        font-size: 17px;
    }

    .grid.metro-grid .grid-item.grid-item--width2 h3,
    .grid.metro-grid .grid-item.grid-item--height2 h3,
    .visual-list h3,
    .grid .grid-item h3 {
        font-size: 28px;
    }

    .grid.masonry-grid.column-4 h3,
    .grid.post-grid.column-4 h3 {
        font-size: 23px;
    }

    .default-list h3,
    .book-list h3,
    .magazine-item h3,
    .featured-slider h2 {
        font-size: 31px;
    }

    .features-2 h4,
    .features-3 h4 {
        font-size: 18px;
    }

    .magazine-item:not(.mgz-big) h3,
    .grid.metro-grid .grid-item:not(.grid-item--width2):not(.grid-item--height2) h3 {
        font-size: 20px;
    }
}

@media (min-width: 1100px) {

    .grid-header.column-4.items-3 .item:nth-child(1) h1,
    .grid-header .item:nth-child(1) h2,
    .grid-header.column-4.items-4 .item:nth-child(1) h1,
    .grid-header.column-4.items-4 .item:nth-child(1) h2,
    .grid-header.column-4.items-5 .item:nth-child(2) h1,
    .grid-header.column-4.items-5 .item:nth-child(2) h2,
    .grid-header.column-4.items-6 .item:nth-child(1) h1,
    .grid-header.column-4.items-6 .item:nth-child(1) h2,
    .grid-header.column-4.items-6 .item:nth-child(6) h1,
    .grid-header.column-4.items-6 .item:nth-child(6) h2 {
        font-size: 38px;
    }
}

.video-embed,
.audio-embed,
.mejs-overlay,
.wordpress-audio,
.wordpress-video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    text-align: center;
}

.video-embed .play,
.audio-embed .play,
.mejs-overlay-button,
.wordpress-audio .play,
.wordpress-video .play {
    display: table;
    width: 100% !important;
    height: 100% !important;
}

.responsive-container .wp-video,
.responsive-container .mejs-container,
.responsive-container .mejs-mediaelement,
.responsive-container video {
    width: 100%;
    height: 100% !important;
}

.mejs-container {
    background: transparent !important;
}

.mejs-container video {
    background: #666;
}

.mejs-overlay-button {
    position: static !important;
    background: none !important;
    margin: 0px !important;
}

.mejs-controls {
    background: rgba(0, 0, 0, 0.6) !important;
}

.post-thumbnail .mejs-controls {
    opacity: 0;
}

.post-thumbnail .mejs-container:hover .mejs-controls {
    opacity: 1;
}

.video-embed .play:hover:after,
.audio-embed .play:hover:after,
.mejs-overlay-button:hover:after {
    transition: all 0.3s;
}

.video-embed .play:after,
.audio-embed .play:after,
.mejs-overlay-button:after {
    display: table-cell;
    vertical-align: middle;
    font-family: 'fontAwesome';
    content: '\f16a';
    color: #000;
    font-size: 60px;
    opacity: 0.6;
    transition: all 0.3s;
    text-shadow: 0px 0px 60px rgba(255, 255, 255, 0.7);
}

.video-embed .play:hover:after {
    opacity: 1;
    color: #c4302b;
}

.video-embed.vimeo-video .play:hover:after {
    color: #1ab7ea;
}

.mejs-overlay-button:hover:after {
    opacity: 1;
}

.audio-embed .play {
    background: radial-gradient(ellipse at center, #fff 0%, rgba(238, 238, 238, 0.4) 100%);
}

.audio-embed.soundcloud-audio .play:hover {
    background: radial-gradient(ellipse at center, #ff7d00 0%, #f00 100%);
}

.audio-embed.soundcloud-audio .play:after {
    content: '\f1be';
    color: #ff3f00;
    opacity: 1;
}

.audio-embed.spotify-audio .play:hover {
    background: radial-gradient(ellipse at center, #2ed669 0%, #1db954 100%);
}

.audio-embed.spotify-audio .play:after {
    content: '\f1bc';
    color: #1db954;
    opacity: 1;
}

.audio-embed .play:hover:after {
    font-size: 120px;
}

.audio-embed .player:after {
    font-family: 'fontAwesome';
    position: absolute;
    right: 0px;
    bottom: 0%;
    left: 0px;
    margin-bottom: -50px;
    opacity: 0;
    content: '\f144';
    color: #fff;
    font-size: 60px;
    transition: all 0.3s;
}

.audio-embed .play:hover .player:after {
    position: absolute;
    bottom: 50%;
    opacity: 1;
    transition: all 0.3s;
}

.wordpress-audio {
    background: radial-gradient(ellipse at center, #fff 0%, rgba(238, 238, 238, 0.4) 100%);
}

.wordpress-audio .mejs-container {
    position: absolute;
    bottom: 0px;
}

.wordpress-audio .play:after {
    display: table-cell;
    vertical-align: middle;
    font-family: 'fontAwesome';
    content: '\f028';
    color: #000;
    font-size: 60px;
    opacity: 0.6;
    transition: all 0.3s;
    text-shadow: 0px 0px 60px rgba(255, 255, 255, 0.7);
}

div.wp-playlist,
div.wp-playlist-light {
    border: 1px solid rgba(238, 238, 238, 0.9) !important;
    padding: 20px !important;
    background: rgba(238, 238, 238, 0.4);
    color: #686868;
}

div.wp-playlist .wp-playlist-caption,
div.wp-playlist-light .wp-playlist-caption {
    color: #686868;
}

div.wp-playlist .wp-playlist-playing,
div.wp-playlist-light .wp-playlist-playing {
    background: rgba(108, 160, 226, 0.3) !important;
    color: #686868;
}

.wp-playlist-item {
    padding: 7px 10px !important;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9) !important;
}

.wp-playlist-item:last-child {
    border-bottom: 0px !important;
}

.wp-playlist-item:nth-of-type(even) {
    background: rgba(238, 238, 238, 0.4) !important;
}

.wp-playlist-item-length {
    right: 10px !important;
    top: 5px !important;
}

.wordpress-video-thumb {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.logo {
    max-width: 100%;
    vertical-align: middle;
}

.menu-style-1 .logo.logo-desktop {
    display: none;
}

.logo-white {
    display: inline-block;
}

.logo-img {
    display: none;
}

.navbar.affix .logo-white {
    display: none;
}

.navbar.affix .logo-img {
    display: inline-block;
}

.logo-teaser-text {
    display: none;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    color: #686868;
}

.has-menu-color .logo-teaser-text {
    color: #557fc1;
}

.main-logo .logo-teaser-text {
    color: #686868;
}

.menu-style-1 .logo-teaser-text {
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.full-page.menu-style-1 .affix-top .logo-teaser-text,
.full-page .main-logo .logo-teaser-text {
    color: #fff;
}

.full-page.menu-style-1.has-menu-color .navbar.affix .logo-teaser-text {
    color: #557fc1;
}

.logo-teaser-text span {
    position: relative;
}

.logo-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #557fc1;
    white-space: normal;
    word-break: break-word;
}

.full-page .affix-top .logo-title,
.full-page .main-logo .logo-title {
    color: #fff;
}

@media (min-width: 992px) {
    .logo-teaser-text {
        display: block;
    }

    .logo-title {
        font-size: 30px;
    }

    .menu-style-1 .logo.logo-desktop {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }
}

.navbar {
    position: relative;
    width: 100%;
    padding: 20px 0px;
    border-radius: 0px;
    border-bottom: 2px solid rgba(238, 238, 238, 0.9);
    background: rgba(255, 255, 255, 0.8);
    z-index: 998 !important;
    margin-bottom: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.has-menu-color .navbar {
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}

.navbar.affix {
    position: fixed;
    top: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border: 0px;
}

.no-sticky .navbar.affix {
    box-shadow: none;
}

body:not(.full-page) .navbar.affix-top {
    position: relative;
}

body:not(.full-page) .navbar.affix.affix-top {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}

.navbar .container {
    display: table;
    width: 100%;
    height: 100%;
}

.container>.navbar-header {
    margin: 0px;
    display: table;
    display: block;
    width: 100%;
}

.navbar-nav {
    margin: 0px;
    font-size: 20px;
}

.navbar-nav li {
    list-style: none;
    padding: 0px;
}

.navbar-nav li a {
    display: block;
    font-weight: 500;
    padding: 6px 30px 6px 0px;
    transition: background-color 0.3s;
}

.navbar-nav>li>a:not(.btn) {
    color: #557fc1;
    text-transform: none;
    font-weight: 400;
}

.navbar-nav>li>a {
    line-height: 1.5;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active {
    background-color: transparent;
    color: #6ca0e2;
}

.has-menu-color .navbar-nav li a:hover,
.has-menu-color .navbar-nav li a:focus,
.has-menu-color .navbar-nav li a:active {
    color: rgba(85, 127, 193, 0.7);
}

.navbar-nav .active>a {
    background-color: transparent;
}

.navbar-nav li.menu-btn {
    margin: 10px 0px;
}

.navbar-nav li.menu-btn a.btn {
    padding: 9px 18px;
    min-height: auto;
}

.navbar-nav li.menu-html {
    margin: 10px 0px;
}

.navbar-nav li.menu-html p {
    margin: 0px;
}

.navbar-nav li ul {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
}

.navbar-nav li li a {
    font-weight: 400;
    padding-left: 28px;
    color: #557fc1;
}

.navbar-nav li li li a {
    padding-left: 42px;
}

.dropdown-menu>li>a {
    white-space: normal;
}

.full-page .navbar.affix-top:not(.affix) {
    margin: 0px;
    border: 0px;
    background: none;
}

.admin-bar.full-page .navbar.affix-top.affix {
    top: 46px !important;
}

.open>.dropdown-menu {
    display: none;
}

.navbar-nav .open .dropdown-menu>li>a {
    padding: 6px 15px 6px 10px;
}

.navbar-nav .open .dropdown-menu>li li>a {
    padding: 6px 30px 6px 20px;
}

.navbar-icons {
    display: none;
}

.mobile-menu-spacer {
    display: table;
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

.mobile-menu-logo {
    display: table-cell;
}

.mobile-menu-icons {
    display: table-cell;
    padding-left: 25px;
    text-align: right;
}

.navbar .nav-icon {
    display: inline-block;
    float: none;
    padding: 0px 10px;
    margin: 0px 5px 0px 5px;
    background: rgba(238, 238, 238, 0.9);
    border: 0px;
    border-radius: 50%;
    vertical-align: middle;
}

.has-menu-color .navbar .nav-icon {
    background: #e6e6e6;
}

.navbar .nav-icon:hover,
.full-page .navbar .nav-icon:hover {
    background: #557fc1;
}

.navbar-header .nav-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
}

.navbar-header .nav-icon a {
    float: none;
}

.navbar .nav-icon .fa {
    color: #557fc1;
}

.navbar-collapse .top-search {
    display: none;
}

.login-register-button {
    display: none;
}

.mobile-menu-icon {
    display: table-cell;
    vertical-align: middle;
}

.bar1,
.bar2,
.bar3 {
    width: 17px;
    height: 3px;
    background-color: #557fc1;
    margin: 3px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-4px, -4px);
}

.navbar-header .nav-icon:hover .bar1,
.navbar-header .nav-icon:hover .bar2,
.navbar-header .nav-icon:hover .bar3 {
    background-color: #fff;
}

.full-page .affix-top:not(.affix) .nav-icon .bar1,
.full-page .affix-top:not(.affix) .nav-icon .bar2,
.full-page .affix-top:not(.affix) .nav-icon .bar3 {
    background-color: #fff;
}

.full-page .navbar .nav-icon {
    background: rgba(255, 255, 255, 0.3);
}

.full-page.has-menu-color .navbar.affix .nav-icon {
    background: #e6e6e6;
}

.full-page .affix-top:not(.affix) .nav-icon .fa {
    color: #fff;
}

.navbar-header .nav-icon:hover .fa {
    color: #fff !important;
}

.mobile-search {
    display: none;
}

.mobile-search-form {
    position: relative;
    float: left;
    width: 100%;
    z-index: 9999;
    margin: 10px 0px 0px 0px;
}

.mobile-search .search-form label {
    width: 100%;
    margin: 0px;
}

.mobile-search .search-form input[type=search] {
    height: 38px;
    width: 100%;
    color: rgba(104, 104, 104, 0.6);
    padding-left: 14px;
    border: 0px;
    border-radius: 3px !important;
    background: rgba(238, 238, 238, 0.7);
}

.has-menu-color .mobile-search .search-form input[type=search] {
    color: rgba(85, 127, 193, 0.6);
    background: #e6e6e6;
}

.mobile-search .search-form input[type=search]::placeholder {
    color: rgba(104, 104, 104, 0.6);
}

.has-menu-color .mobile-search .search-form input[type=search]::placeholder {
    color: rgba(85, 127, 193, 0.6);
}

.mobile-search .search-form input[type=submit] {
    display: none;
}

.mobile-search .ajax-search ul {
    max-height: 227px;
}

.mobile-search-close {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    padding: 3px 10px;
    color: #686868;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.has-menu-color .mobile-search-close {
    color: #557fc1;
}

.mobile-search-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    display: none;
}

@media (min-width: 601px) {
    .admin-bar .navbar.affix:not(.affix-top) {
        top: 46px;
    }
}

@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: table-cell !important;
        position: relative;
        width: 75%;
        vertical-align: middle;
    }

    .navbar.affix {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .navbar-nav {
        font-size: 16px;
    }

    .full-width-menu .navbar-nav {
        font-size: 18px;
    }

    .navbar-nav>li {
        margin: 0px;
        border-bottom: 0px;
    }

    .navbar-nav li a {
        position: relative;
        padding: 15px 1rem;
    }

    .navbar-nav>li.menu-item-has-children a {
        padding-right: calc(1rem - 10px);
    }

    .navbar-nav li a:hover,
    .navbar-nav li a:focus,
    .navbar-nav li a:active,
    .navbar-nav .active>a,
    .navbar-nav .active>a:hover,
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: transparent;
    }

    .navbar-nav>li>a>span {
        position: relative;
    }

    .navbar-nav li a span:after {
        content: '';
        position: absolute;
        top: calc(100% + 5px);
        left: 0px;
        width: 0px;
        border: 0px;
        border-bottom-width: 2px;
        border-style: solid;
        border-bottom-color: #6ca0e2;
        margin-top: 2px;
        transition: all 0.5s;
    }

    .has-menu-color .navbar-nav>li>a>span:after {
        border-bottom-color: #557fc1;
    }

    .full-page.menu-style-1 .affix-top .navbar-nav>li>a>span:after {
        border-bottom-color: #fff;
    }

    .navbar-nav li:hover>a span:after {
        width: 100%;
    }

    .navbar-nav li li a span:after,
    .full-page .affix-top .navbar-nav li li a span:after {
        border-bottom-color: #6ca0e2;
    }

    .navbar-nav li.current-menu-item>a span:after,
    .navbar-nav li.current_page_item>a span:after,
    .navbar-nav li.current-menu-ancestor>a span:after {
        width: 100%;
    }

    .navbar-nav li.current-menu-item~li.current-menu-item a span:after,
    .navbar-nav li.current_page_item~li.current_page_item a span:after,
    .navbar-nav li.current-menu-ancestor~li.current-menu-ancestor a span:after {
        width: 0px;
    }

    .navbar-nav li:hover>a span:after,
    .navbar-nav li.active>a span:after,
    .navbar-nav li.current-menu-item~li.current-menu-item:hover a span:after,
    .navbar-nav li.current-menu-ancestor~li.current-menu-ancestor:hover a span:after {
        width: 100%;
    }

    .navbar-nav li li a span:after {
        top: calc(100% - 3px);
    }

    .has-submenu-color .navbar-nav li li a span:after {
        border-color: #686868;
    }

    .navbar-nav>li.menu-item-has-children>a:after {
        font-family: 'fontAwesome';
        content: '\f107';
        display: inline-block;
        padding-left: 10px;
        font-size: 15px;
        color: rgba(85, 127, 193, 0.6);
        transition: all 0.4s;
    }

    .navbar-nav>li.menu-item-has-children:hover>a:after {
        color: #6ca0e2;
        transform: scaleY(-1);
        transition: all 0.2s;
    }

    .has-menu-color .navbar-nav>li.menu-item-has-children:hover>a:after {
        color: #557fc1;
    }

    .full-page.menu-style-1 .affix-top .navbar-nav>li.menu-item-has-children>a:after {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-nav li li.menu-item-has-children>a:first-child:after {
        font-family: 'fontAwesome';
        content: '\f105';
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 13px;
        bottom: 0px;
        margin-top: -11px;
        font-size: 15px;
        color: rgba(104, 104, 104, 0.6);
        transition: all 0.4s;
    }

    .navbar-nav li li.menu-item-has-children:hover>a:first-child:after {
        color: #6ca0e2;
        transform: scaleX(-1);
        transition: all 0.2s;
    }

    .has-submenu-color .navbar-nav li li.menu-item-has-children:hover>a:first-child:after {
        color: #686868;
    }

    .full-page.menu-style-1 .affix-top .navbar-nav>li:not(.menu-btn)>a,
    .full-page.menu-style-1.no-sticky .navbar-nav>li:not(.menu-btn)>a {
        color: #fff;
    }

    .full-page.menu-style-1 .affix-top .navbar-nav>li>a:hover {
        color: #fff;
    }

    .admin-bar .navbar.affix {
        top: 32px !important;
    }

    body:not(.menu-style-4):not(.menu-style-5) .navbar-nav li.menu-item-has-children ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 9;
        width: 210px;
        padding: 0px;
        margin-left: -105px;
        font-size: 15px;
        background: #fff;
        border: 1px solid #f2f2f2;
        text-align: left;
        text-transform: none;
        border-radius: 0px;
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    }

    body:not(.menu-style-4):not(.menu-style-5) .navbar-nav li.menu-item-has-children ul ul {
        box-shadow: 7px 4px 7px rgba(0, 0, 0, 0.1);
    }

    body:not(.menu-style-4):not(.menu-style-5) .navbar-nav li.menu-item-has-children li>ul {
        top: -1px;
        left: 100%;
        z-index: 9;
        margin-left: 0px !important;
    }

    body:not(.menu-style-4):not(.menu-style-5) .navbar-nav>li.menu-item-has-children:nth-last-child(-n+3) li>ul {
        left: auto;
        right: 100%;
        box-shadow: -7px 4px 7px rgba(0, 0, 0, 0.1);
    }

    body:not(.menu-style-4):not(.menu-style-5) .navbar-nav li.menu-item-has-children:hover>ul {
        display: block;
    }

    .navbar-nav li.menu-item-has-children li {
        position: relative;
        border-bottom: 1px solid #f2f2f2;
    }

    .navbar-nav li.menu-item-has-children li li {
        border-bottom: 1px solid #e6e6e6;
    }

    .navbar-nav li.menu-item-has-children li li li {
        border-bottom: 1px solid #d9d9d9;
    }

    .navbar-nav li.menu-item-has-children li:last-child {
        border-bottom: 0px;
    }

    .navbar-nav li.menu-item-has-children li a,
    .navbar-nav li.menu-item-has-children li li a,
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu>li li>a {
        display: block;
        padding: 10px 15px;
        color: #686868;
        background: #fff;
    }

    .navbar-nav li.menu-item-has-children li:hover>a,
    .navbar-nav li.menu-item-has-children li li:hover>a,
    .navbar-nav .open .dropdown-menu>li:hover>a,
    .navbar-nav .open .dropdown-menu>li li:hover>a {
        color: #6ca0e2;
    }

    .has-submenu-color .navbar-nav li.menu-item-has-children li:hover>a,
    .has-submenu-color .navbar-nav li.menu-item-has-children li li:hover>a,
    .has-submenu-color .navbar-nav .open .dropdown-menu>li:hover>a,
    .has-submenu-color .navbar-nav .open .dropdown-menu>li li:hover>a {
        color: rgba(104, 104, 104, 0.7);
    }

    .navbar-nav li.menu-item-has-children li:hover a {
        background: #f2f2f2;
    }

    .navbar-nav li.menu-item-has-children li li:hover a {
        background: #e6e6e6;
    }

    .navbar-nav li.menu-item-has-children li li li:hover a {
        background: #d9d9d9;
    }

    .navbar-nav li.menu-item-has-children li a:first-child {
        border-top: 0px;
    }

    .has-submenu-color .navbar-nav li li a span:after,
    .has-submenu-color.full-page .navbar-nav li li a span:after {
        border-color: #686868;
    }

    body:not(.menu-style-4):not(.menu-style-5) .navbar-nav>li.menu-item-has-children>ul:before,
    body:not(.menu-style-4):not(.menu-style-5) .navbar-nav>li.menu-item-has-children>ul:after {
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border: solid transparent;
        content: '';
        pointer-events: none;
        margin-left: -12px;
        border-bottom-color: #f2f2f2;
        border-width: 12px;
        transition: all 0.4s;
    }

    body:not(.menu-style-4):not(.menu-style-5) .navbar-nav>li.menu-item-has-children:hover>ul:after {
        margin-left: -11px;
        border-bottom-color: #fff;
        border-width: 11px;
    }

    .container>.navbar-header {
        width: 25%;
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .navbar-icons {
        float: right;
        display: block;
        margin: 0px 0px 0px 12px;
    }

    .navbar .nav-icon {
        float: right;
        margin: 0px 9px 0px 9px;
        padding: 13px 0px 0px 0px;
        background: none !important;
    }

    .full-width-menu .navbar .nav-icon {
        padding-top: 16px;
    }

    .full-page.no-sticky .navbar.affix {
        background: rgba(0, 0, 0, 0.2);
        border: 0px;
    }

    .navbar-collapse .top-search {
        display: block;
    }

    .login-register-button {
        display: block;
    }

    .mobile-menu-spacer {
        display: none;
    }

    .mobile-search {
        display: none !important;
    }

    .navbar-nav li.menu-btn {
        padding: 7px 0px;
    }

    .navbar-nav li.menu-btn.before,
    .navbar-nav li.menu-btn.after {
        margin: 0px 15px;
    }

    .navbar-nav li.menu-btn.before:first-child {
        margin-left: 0px;
    }

    .navbar-nav li.menu-btn.after:last-child {
        margin-right: 0px;
    }

    .navbar-nav li.menu-btn a.btn:after {
        content: none;
    }

    .navbar-nav li.menu-html {
        padding: 22px 0px;
    }

    .navbar-nav li.menu-html.before,
    .navbar-nav li.menu-html.after {
        margin: 0px 5px 0px 5px;
    }

    .navbar-nav li.menu-html.before:first-child {
        margin-left: 0px;
    }

    .navbar-nav li.menu-html.after:last-child {
        margin-right: 0px;
    }

    .full-page .affix-top .navbar-nav li.menu-html {
        color: #fff;
    }
}

@media (max-width: 991px) {
    .menu-style-1 .navbar .container {
        display: block;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children:before {
        font-family: 'fontAwesome';
        content: '\f107';
        position: absolute;
        top: 7px;
        right: 0px;
        z-index: 3;
        font-size: 18px;
        color: rgba(85, 127, 193, 0.6);
    }

    .navbar-nav li.menu-item-has-children li:before {
        top: 2px;
        right: 0px;
    }

    .navbar-nav li.menu-item-has-children.open:before {
        content: '\f106';
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: transparent;
        color: #557fc1;
        font-weight: 600;
    }

    .open>.dropdown-menu {
        display: block;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .container>.navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar-collapse {
        padding-right: 15px !important;
        padding-left: 15px !important;
        border-top: 1px solid transparent;
        box-shadow: none;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-fixed-top {
        top: 0px;
        border-width: 0 0 1px;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0px;
        background-color: transparent;
        border: 0px;
        box-shadow: none;
    }
}

@media (min-width: 1200px) {
    .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1296px) {
    .navbar .container {
        width: 1170px;
    }

    .full-width-menu .navbar .container {
        width: 100%;
        padding: 0px 60px;
    }
}

.header-wrapper {
    position: relative;
    margin: 0px auto 3rem auto;
}

.is-section-page.full-page:not(.has-leading-area) .header-wrapper,
.is-section-page.wide:not(.has-leading-area) .header-wrapper {
    margin-bottom: 0px;
}

.full-page .header-wrapper,
.wide .header-wrapper {
    width: 100%;
    padding: 0px;
}

.header {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    background: #6ca0e2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header.gradient {
    background-color: transparent;
}

.header.header-fixed {
    background-attachment: fixed;
}

.header .container {
    height: 100%;
    padding: 0px;
}

.content-left .header .container {
    margin-left: 0px;
}

.content-right .header .container {
    margin-right: 0px;
}

.carousel-header:not(.column-1) .container {
    width: 100%;
}

.full-page .header-wrapper.container,
.wide .header-wrapper.container,
.full-page .header-wrapper.header-post-type .container,
.wide .header-wrapper.header-post-type .container {
    width: 100%;
}

.full-page .header-wrapper .header-static .container,
.wide .header-wrapper .header-static .container {
    padding: 0px 3rem;
}

.header .typed-cursor {
    font-weight: 100;
}

.header .content-box-in,
.header .header-content h1,
.header .header-content h2,
.header .header-content h3,
.header .header-content p,
.header .header-content .btn,
.header .header-content .header-buttons a {
    position: relative;
    z-index: 2;
}

.header-owl,
.header-post-owl,
.header-owl .owl-item {
    overflow: hidden;
}

.header .header-content {
    position: relative;
    float: left;
    display: table;
    width: 100%;
    height: 100%;
    padding: 9rem 6rem;
}

.header .title-label {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}

.header .title-label.before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.header .title-label.after {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    padding-top: 10px;
}

.header h1,
.header h2 {
    margin: 1rem 0px;
}

.header-title {
    display: inline-block;
}

.header-title.title-boxed,
.header-title.title-bordered {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
}

.header-title.title-bordered {
    background: none;
}

.header p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}

.header-description {
    display: block;
}

.header-description.description-boxed p,
.header-description.description-bordered p {
    display: inline-block;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
}

.header-description.description-bordered p {
    background: none;
}

.header-buttons {
    margin-top: 3rem;
}

.header-buttons a {
    display: inline-block;
    margin: 10px 30px 10px 0px;
}

.header-content.header-center .header-buttons a {
    margin-left: 15px;
    margin-right: 15px;
}

.wide .header-wrapper .header-spacing {
    float: left;
    width: 100%;
    padding: 20px 20px 20px 20px;
}

.header-content.header-center {
    text-align: center;
}

.header-content.header-left {
    text-align: left;
}

.header-content.header-right {
    text-align: right;
}

.header-buttons .search-form label {
    width: 70%;
}

.header-buttons .search-form input[type=search] {
    width: 100%;
}

.header-buttons .search-form input[type=submit] {
    width: 30%;
}

.header-edge {
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0px;
    bottom: -1px;
    left: 0px;
    z-index: 2;
    fill: #fff;
}

.header-video,
.header-overflow {
    overflow: hidden;
}

.header.header-object .container {
    position: relative;
    z-index: 3;
}

.header.header-object.header-overflow .container {
    z-index: 1;
}

.header.header-object .header-left .content-box-in {
    margin-bottom: 20px;
}

.header.header-object .object-header {
    float: left;
    text-align: center;
    z-index: 1;
}

.header.header-object .header-left .object-header,
.header.header-object .header-right .object-header {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.header.header-object .header-right .object-header {
    right: auto;
    left: 0px;
}

.header.header-object.header-negative .header-content.header-center {
    padding-bottom: 0px !important;
}

.header.header-object .object-content {
    display: table;
    width: 100%;
    height: 100%;
}

.header.header-object .object-content-in {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.header.header-object.header-negative .header-content:not(.header-center) .object-content-in {
    vertical-align: bottom;
}

.header.header-object .object-header img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.header.header-object .header-center .object-header img {
    width: auto;
    padding-top: 20px;
}

.header.header-object .object-header .img-objectfit,
.header.header-object .object-header .img-objectfit img {
    position: relative;
}

.fit-to-fullscreen-scroll {
    position: absolute;
    right: 0px;
    bottom: 20px;
    left: 0px;
    z-index: 3;
    width: 100%;
}

.fit-to-fullscreen-scroll:hover .scrollDown-button {
    background: rgba(255, 255, 255, 0.4);
}

.fit-to-fullscreen .container,
.fit-to-fullscreen .header-content,
.fit-to-fullscreen .owl-carousel,
.fit-to-fullscreen .owl-stage-outer,
.fit-to-fullscreen .owl-stage,
.fit-to-fullscreen .owl-item,
.fit-to-fullscreen .header-posttype-item {
    height: 100% !important;
}

.full-page .fit-to-fullscreen .header-post-teaser .content-box {
    padding-top: 60px !important;
}

.scrollDown-button {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0px 10px;
    text-align: center;
    animation-duration: 3s !important;
}

.scrollDown-button:before {
    font-family: 'fontAwesome';
    content: "\f107";
    color: #fff;
    font-size: 28px;
    line-height: 1.4;
}

.scrollDown-button.home:before {
    content: "\f015";
    font-size: 20px;
    line-height: 1.8;
}

.scrollDown-label {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.header .content-box {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.header .content-box-in {
    width: 100%;
    max-width: 600px;
    display: inline-block;
}

.header-post-type .header-box .content-box-in {
    max-width: 500px;
    padding: 45px 30px 35px 30px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 2;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.header-post-type .header-box .content-box-in:before {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    position: absolute;
    border: 1px solid rgba(238, 238, 238, 0.9);
    display: block;
    content: "";
}

.header-post-type .header-box .content-box-in p {
    color: #686868;
    font-size: 17px;
}

.header-post-type .header-box .content-box-in .header-buttons {
    margin-top: 0px;
}

.header-post-type .header-box .content-box-in p {
    font-size: 15px;
}

.header-post-type .header-box .header-meta {
    position: absolute;
    top: -5px;
    right: 0px;
    left: 0px;
    z-index: 3;
}

.header-post-type .header-box .blog-list-date {
    background: #6ca0e2;
    color: #fff;
}

.header-post-type .header-box .blog-list-date:before,
.header-post-type .header-box .blog-list-date:after {
    content: '';
    position: absolute;
    top: 14px;
    left: -15px;
    width: 15px;
    border-top: 1px solid #6ca0e2;
}

.header-post-type .header-box .blog-list-date:after {
    left: auto;
    right: -15px;
}

.header-post-type .header-box-bottom {
    display: table;
}

.header-post-type .header-box-bottom .header-spacer {
    padding: 27rem 0px 0px 0px;
}

.header-post-type .header-box-bottom .header-spacer {
    display: table-cell;
    vertical-align: bottom;
}

.header-post-type .header-box-bottom .content-box {
    position: relative;
    right: 0px;
    bottom: 0px;
    left: 0px;
    vertical-align: bottom;
    display: table;
}

.header-post-type .header-box-bottom .content-box {
    display: table;
}

.header-post-type .header-box-bottom .content-box-in {
    display: table-cell;
    vertical-align: bottom;
}

.header-post-type .header-box-bottom .content-box-in {
    background: rgba(49, 54, 58, 0.35);
    position: relative;
    width: 100% !important;
    max-width: auto;
    height: 100%;
    z-index: 2;
    padding: 1.6rem 3rem;
    display: table-cell;
    vertical-align: middle;
}

.header-post-type .header-box-bottom .content-box-in p {
    color: #fff;
    font-size: 15px;
}

.header-post-type .header-box-bottom .content-box-in h3 {
    margin-bottom: 0px;
}

.header-post-type .header-box-bottom .content-box-in .description {
    margin-top: 20px;
}

.header-post-type .header-box-bottom .content-box-in .header-buttons {
    margin-top: 10px;
}

.header-post-type .header-box-bottom .header-meta {
    position: absolute;
    top: -16px;
    right: 0px;
    left: 0px;
    z-index: 3;
}

.header-post-type .header-box-bottom .blog-list-date {
    background: #6ca0e2;
    color: #fff;
}

.header-post-type .header-box-bottom .blog-list-date:before,
.header-post-type .header-box-bottom .blog-list-date:after {
    content: '';
    position: absolute;
    top: 14px;
    left: -15px;
    width: 15px;
    border-top: 1px solid #6ca0e2;
}

.header-post-type .header-box-bottom .blog-list-date:after {
    left: auto;
    right: -15px;
}

.header-post-type .header {
    background: none;
    overflow: hidden;
}

.header-post-type .header:after {
    content: none;
}

.header-post-type .container {
    padding: 0px;
}

.full-page .header-wrapper .header-post-type .container,
.wide .header-wrapper .header-post-type .container {
    width: 100%;
    margin: 0px;
}

.header-post-type .header-posttype-item {
    float: left;
    width: 100%;
    height: 100%;
    padding: 0px;
}

.header-post-type .header-content {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px !important;
    background-color: #557fc1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.header-post-type .header-spacer {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
    height: 100%;
    padding: 80px 35px 80px 35px;
}

.full-page .header-wrapper .header-post-type .header-spacer,
.wide .header-wrapper .header-post-type .header-spacer {
    width: 100%;
    margin: 0px;
}

.header-post-type .content-box {
    width: 100%;
    position: relative;
    z-index: 1;
}

.header-post-type .post-letter {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.header-post-type p.description {
    font-size: 17px;
}

.header-post-type .header-buttons {
    margin-top: 20px;
}

.header-post-type .header-buttons a {
    margin-bottom: 0px;
}

.header-post-type .blog-list-date {
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 0.4);
    color: rgba(0, 0, 0, 0.6);
    padding: 3px 9px;
    margin: 0px auto;
}

.header-post-type .blog-list-cat,
.header-post-type .blog-list-tag {
    width: 100%;
    margin: 10px 0px 2px 0px;
}

.header-post-type .header-content:not(.header-box) .blog-list-cat a,
.header-post-type .header-content:not(.header-box) .blog-list-tag a {
    font-size: 12px;
    color: #fff;
}

.header-post-type .header-content:not(.header-box) .blog-list-cat a:after,
.header-post-type .header-content:not(.header-box) .blog-list-tag a:after {
    border: 1px solid #fff;
}

.full-page:not(.full-width-menu) .header-wrapper.header-static .header:before,
.full-page:not(.full-width-menu) .header-wrapper.header-static .header.no-overlay:before,
.full-page .header-wrapper.header-post-type .header-content:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(49, 54, 58, 0.6) 15%, rgba(49, 54, 58, 0) 100%);
    z-index: 1;
}

.full-page:not(.full-width-menu) .header-wrapper.header-static .header:before {
    background: linear-gradient(to bottom, rgba(49, 54, 58, 0.3) 15%, rgba(49, 54, 58, 0) 100%);
}

.featured-slider {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 3rem 0px;
}

.split-screen-header {
    position: relative;
    overflow: hidden;
    background: #6ca0e2;
}

.split-screen-header .split-screen-items .item {
    padding: 0px;
    margin-bottom: 3rem;
}

.wide .split-screen-header .split-screen-items .item,
.full-page .split-screen-header .split-screen-items .item,
.split-screen-header .split-screen-items .screen-item:last-child .item:last-child {
    margin-bottom: 0px;
}

.fit-to-fullscreen .split-screen-header .header {
    width: 100% !important;
}

.grid-header {
    position: relative;
    display: grid;
    grid-gap: 2.3rem;
    grid-template-columns: 1fr;
}

.full-page .grid-header {
    grid-gap: 0px;
}

.grid-header .item {
    grid-column: 1;
}

.grid-header .header {
    height: 100%;
}

.grid-header .container {
    width: 100%;
}

.grid-header .header .header-content {
    padding: 4rem 3rem;
}

.grid-header .header .header-content .content-box-in {
    width: 70%;
}

.grid-header .header h3 {
    word-break: break-word;
}

@media (min-width: 768px) {
    .header-right .content-box {
        text-align: left;
    }

    .header .content-box-in {
        width: 100%;
    }

    .header .column-1 .content-box-in {
        width: 70%;
    }

    .header .header-box .content-box-in {
        padding: 42px 30px;
    }

    .header .header-box:not(.header-center) .content-box-in {
        padding: 42px 48px;
    }

    .header-post-type .header .header-box .content-box-in {
        padding: 35px 30px;
    }

    .header-edge {
        height: 100px;
    }

    .header.header-object .header-center .object-header {
        margin: 0 auto;
        float: none;
    }

    .header-title.title-boxed,
    .header-title.title-bordered {
        padding: 8px 20px 12px 20px;
    }

    .header p {
        font-size: 18px;
    }

    .full-page .header-wrapper .header p {
        font-size: 21px;
    }

    .header-description.description-boxed p,
    .header-description.description-bordered p {
        padding: 18px 20px;
    }

    .scrollDown-button {
        bottom: 50px;
    }

    .scrollDown-label {
        display: inline-block;
    }

    .split-screen-header .screen-item {
        pointer-events: none;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .split-screen-header .screen-item.active {
        pointer-events: all;
        z-index: 2;
    }

    .split-screen-header .item {
        position: relative;
        transition: all 0.8s ease;
        overflow: hidden;
        margin: 0px;
    }

    .split-screen-header .item .header {
        height: 100%;
    }

    .split-screen-header .item .header .container {
        width: 100%;
    }

    .split-screen-header .item-left,
    .split-screen-header .next .item-right {
        transform: translate(0%, -100%);
    }

    .split-screen-header .item-right,
    .split-screen-header .next .item-left {
        transform: translate(0%, 100%);
    }

    .split-screen-header .active .item-left,
    .split-screen-header .active .item-right {
        transform: translate(0%, 0%);
    }

    .split-screen-header .pagination-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 3;
    }

    .split-screen-header .pagination-dots span {
        display: inline-block;
        background: #d8d8d8;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        cursor: pointer;
        margin: 0px 6px;
        transition: all 0.5s ease;
    }

    .split-screen-header .pagination-dots span.active {
        background: #6ca0e2;
    }
}

@media (max-width: 767px) {
    .fit-to-fullscreen .header {
        width: 100% !important;
    }

    .header.header-object .object-header {
        width: auto !important;
        margin: 0px -20px;
    }

    .header.header-object .object-header img {
        width: 100% !important;
    }

    .header-edge {
        height: 6% !important;
    }

    .full-page .split-screen-header .item:not(.item-1) .content-box,
    .full-page .header-wrapper .carousel-header:not(.owl-carousel) .header:not(.item-1) .content-box {
        padding-top: 0px !important;
    }
}

@media (min-width: 992px) {

    .full-page .header-wrapper .header-static .container,
    .wide .header-wrapper .header-static .container {
        padding: 0px;
    }

    .header .title-label {
        font-size: 20px;
    }

    .header .title-label.before {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .header .title-label.after {
        margin-top: 15px;
        padding-top: 15px;
    }

    .header-post-type .header-spacer,
    .carousel-header .header-content {
        padding: 8rem 6rem 8rem 6rem;
    }

    .header-post-type .header-box-bottom .header-spacer {
        padding: 20rem 0px 0px 0px;
    }

    .header-post-type .only-one.active-item .header-content:not(.header-box-bottom) .content-box-in {
        opacity: 0;
        transform: scale(0.8);
    }

    .header-post-type .only-one.active-item .owl-item.active-item .header-content:not(.header-box-bottom) .content-box-in,
    .header-post-type .only-one.active-item .owl-item:hover .header-content:not(.header-box-bottom) .content-box-in {
        transform: scale(1.0);
        transition: all 1.15s;
        opacity: 1;
    }

    .header-post-type .only-one.active-item .header-content.header-box-bottom .content-box-in {
        opacity: 0;
    }

    .header-post-type .only-one.active-item .owl-item.active-item .header-content.header-box-bottom .content-box-in,
    .header-post-type .only-one.active-item .owl-item:hover .header-content.header-box-bottom .content-box-in {
        transition: all 1.15s;
        opacity: 1;
    }

    .header.header-object .header-content {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .header.header-object .header-content.header-left {
        padding-left: 6rem !important;
    }

    .header.header-object .header-content.header-right {
        padding-right: 6rem !important;
    }

    .header.header-object .header-content:not(.header-center) .content-box-in {
        max-width: none;
    }

    .header.header-object .header-left .content-box-in {
        float: left;
    }

    .header.header-object .header-right .content-box-in {
        float: right;
    }

    .header.header-object .header-left .object-header {
        padding-left: 5rem;
        padding-right: 2rem;
    }

    .header.header-object .header-right .object-header {
        padding-right: 5rem;
        padding-left: 2rem;
    }

    .header.header-object .header-content:not(.header-center) .object-content {
        position: relative;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .header.header-object .header-content:not(.header-center) .object-content-in {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .header.header-object .header-content:not(.header-center) .object-content-in {
        display: flex;
        justify-content: center;
    }

    .header.header-object .header-content:not(.header-center) .image-holder {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header.header-object.header-overflow .header-content:not(.header-center) .image-holder {
        align-items: flex-end;
    }

    .featured-slider.header-post-type .header-box-bottom .content-box-in {
        padding: 1.6rem 1.5rem;
    }

    .featured-slider .header-content {
        padding: 80px 5% 100px 5%;
    }

    .has-sidebar .featured-slider .header-content {
        padding: 80px 5% 100px 5%;
    }

    .featured-slider.header-post-type .col-md-12 .header-spacer {
        padding: 80px 5% 80px 5%;
    }

    .has-sidebar .featured-slider.header-post-type .col-md-12 .header-spacer {
        padding: 60px 5% 60px 5%;
    }

    .featured-slider.header-post-type .col-md-12 .header-box-bottom .header-spacer {
        padding: 260px 0px 0px 0px;
    }

    .has-sidebar .featured-slider.header-post-type .col-md-12 .header-box-bottom .header-spacer {
        padding: 260px 0px 0px 0px;
    }

    .featured-slider.header-post-type .col-md-6 .header-spacer {
        padding: 80px 5% 80px 5%;
    }

    .has-sidebar .featured-slider.header-post-type .col-md-6 .header-spacer {
        padding: 60px 5% 80px 5%;
    }

    .featured-slider.header-post-type .col-md-6 .header-box-bottom .header-spacer {
        padding: 260px 0px 0px 0px;
    }

    .has-sidebar .featured-slider.header-post-type .col-md-6 .header-box-bottom .header-spacer {
        padding: 260px 0px 0px 0px;
    }

    .featured-slider.header-post-type .col-md-4 .header-spacer {
        padding: 80px 5% 80px 5%;
    }

    .has-sidebar .featured-slider.header-post-type .col-md-4 .header-spacer {
        padding: 30px 5% 30px 5%;
    }

    .featured-slider.header-post-type .col-md-4 .header-box-bottom .header-spacer {
        padding: 200px 0px 0px 0px;
    }

    .has-sidebar .featured-slider.header-post-type .col-md-4 .header-box-bottom .header-spacer {
        padding: 200px 0px 0px 0px;
    }

    .featured-slider.header-post-type .col-md-3 .header-spacer {
        padding: 60px 5% 60px 5%;
    }

    .has-sidebar .featured-slider.header-post-type .col-md-3 .header-spacer {
        padding: 30px 5% 30px 5%;
    }

    .featured-slider.header-post-type .col-md-3 .header-box-bottom .header-spacer {
        padding: 200px 0px 0px 0px;
    }

    .has-sidebar .featured-slider.header-post-type .col-md-3 .header-box-bottom .header-spacer {
        padding: 200px 0px 0px 0px;
    }

    .grid-header {
        grid-gap: 2.3rem;
        grid-template-columns: 1fr 1fr;
    }

    .grid-header.column-1 {
        grid-template-columns: 1fr;
    }

    .grid-header.items-1 .item {
        grid-column: 1 / span 2;
    }

    .grid-header .item {
        grid-column: 1;
    }

    .grid-header:not(.column-1) .item:nth-child(2n) {
        grid-column: 2;
    }

    .grid-header.column-2 .item.item-last.item-odd {
        grid-column: 1 / span 2;
    }

    .grid-header.column-3:not(.items-2):not(.items-3):not(.items-4):not(.items-5) .item.item-last.item-not-divi:nth-child(2n+1) {
        grid-column: 1 / span 2;
    }

    .grid-header.column-3 .item.item-last:nth-child(2n-1),
    .grid-header.column-4 .item.item-last:nth-child(2n-1) {
        grid-column: 1 / span 2;
    }

    .full-page .grid-header.column-1 .item:not(.item-1) .content-box,
    .full-page .grid-header.column-2 .item:not(.item-1):not(.item-2) .content-box,
    .full-page .grid-header.column-3 .item:not(.item-1):not(.item-2):not(.item-3) .content-box,
    .full-page .grid-header.column-3.items-3 .item:not(.item-1):not(.item-2) .content-box,
    .full-page .grid-header.column-4.items-3 .item:not(.item-1):not(.item-2) .content-box,
    .full-page .grid-header.column-3.items-4 .item:not(.item-1) .content-box,
    .full-page .grid-header.column-4.items-4 .item:not(.item-1):not(.item-2) .content-box,
    .full-page .grid-header.column-3.items-5 .item:not(.item-1):not(.item-2) .content-box,
    .full-page .grid-header.column-4.items-5 .item:not(.item-1):not(.item-2):not(.item-3) .content-box,
    .full-page .grid-header.column-4.items-6 .item:not(.item-1):not(.item-2) .content-box {
        padding-top: 0px !important;
    }
}

@media (max-width: 991px) {
    .header.header-object.header-negative:not(.is-centered-object) {
        margin-bottom: 0px !important;
    }

    .header.header-object.header-negative .header-content {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px !important;
    }

    .header.header-object .content-box {
        text-align: center;
    }

    .header.header-object .content-box-in {
        width: 100% !important;
    }

    .header.header-object .object-header {
        position: static !important;
        float: none;
        margin: 0px auto;
    }

    .header.header-object .header-content .object-header .object-content {
        margin-top: 20px !important;
    }

    .header.header-object .header-content.header-center .object-header .object-content {
        margin-top: 0px !important;
    }

    .header.header-object .object-header .image-shape-container,
    .header.header-object .object-header .image-holder img {
        max-width: 80%;
    }

    .header.header-object .object-header .image-shape-container img {
        max-width: 100%;
    }

    .full-page .grid-header .item:not(.item-1) .content-box {
        padding-top: 0px !important;
    }
}

@media (min-width: 1100px) {
    .grid-header {
        grid-gap: 2.3rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-header.column-2 {
        grid-template-columns: 1fr 1fr;
    }

    .grid-header.column-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-header.column-3 .item:nth-child(3n-2),
    .grid-header.column-4 .item:nth-child(3n-2) {
        grid-column: 1;
    }

    .grid-header.column-3 .item:nth-child(3n-1),
    .grid-header.column-4 .item:nth-child(3n-1) {
        grid-column: 2;
    }

    .grid-header.column-3 .item:nth-child(3n),
    .grid-header.column-4 .item:nth-child(3n),
    .grid-header.column-4 .item.item-last:nth-child(3n) {
        grid-column: 3;
    }

    .grid-header.column-3:not(.items-2):not(.items-3):not(.items-4):not(.items-5) .item.item-last.item-not-divi:nth-child(3n+1),
    .grid-header.column-4:not(.items-2):not(.items-3):not(.items-4):not(.items-5):not(.items-6) .item.item-last.item-not-divi:nth-child(3n+1) {
        grid-column: 1 / span 3;
    }

    .grid-header.column-3:not(.items-2):not(.items-3):not(.items-4):not(.items-5) .item.item-last.item-not-divi:nth-child(3n-1),
    .grid-header.column-4:not(.items-2):not(.items-3):not(.items-4):not(.items-5):not(.items-6) .item.item-last.item-not-divi:nth-child(3n-1) {
        grid-column: 2 / span 2;
    }

    .grid-header.column-3:not(.items-2):not(.items-3):not(.items-4):not(.items-5) .item.item-last:nth-child(2n-1) {
        grid-column: 3;
    }

    .grid-header.column-4:not(.items-2):not(.items-3):not(.items-4):not(.items-5):not(.items-6) .item.item-last:nth-child(3n-1) {
        grid-column: 2 / span 2;
    }

    .grid-header.column-3.items-1 .item,
    .grid-header.column-4.items-1 .item {
        grid-column: 1 / span 3;
    }

    .grid-header.column-3.items-2 .item,
    .grid-header.column-4.items-2 .item {
        grid-column: 1 / span 2;
    }

    .grid-header.column-3.items-2 .item:nth-child(2),
    .grid-header.column-4.items-2 .item:nth-child(2) {
        grid-column: 3;
    }

    .grid-header.column-3.items-3 .item:nth-child(1),
    .grid-header.column-4.items-3 .item:nth-child(1) {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }

    .grid-header.column-3.items-3 .item:nth-child(2),
    .grid-header.column-4.items-3 .item:nth-child(2) {
        grid-column: 3;
    }

    .grid-header.column-3.items-3 .item:nth-child(3),
    .grid-header.column-4.items-3 .item:nth-child(3) {
        grid-column: 3;
        grid-row: 2;
    }

    .grid-header.column-3.items-4 .item:nth-child(1),
    .grid-header.column-4.items-4 .item:nth-child(1) {
        grid-column: 1 / span 2;
    }

    .grid-header.column-3.items-4 .item:nth-child(2),
    .grid-header.column-4.items-4 .item:nth-child(2) {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    .grid-header.column-3.items-4 .item:nth-child(3),
    .grid-header.column-4.items-4 .item:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .grid-header.column-3.items-4 .item:nth-child(4),
    .grid-header.column-4.items-4 .item:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .grid-header.column-3.items-5 .item:nth-child(1),
    .grid-header.column-4.items-5 .item:nth-child(1) {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }

    .grid-header.column-3.items-5 .item:nth-child(2),
    .grid-header.column-4.items-5 .item:nth-child(2) {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    .grid-header.column-3.items-5 .item:nth-child(3),
    .grid-header.column-4.items-5 .item:nth-child(3) {
        grid-column: 1;
        grid-row: 3 / span 2;
    }

    .grid-header.column-3.items-5 .item:nth-child(4),
    .grid-header.column-4.items-5 .item:nth-child(4) {
        grid-column: 2 / span 2;
        grid-row: 3 / span 2;
    }

    .grid-header.column-3.items-5 .item:nth-child(5),
    .grid-header.column-4.items-5 .item:nth-child(5) {
        grid-column: 1 / span 3;
        grid-row: 5;
    }

    .grid-header.column-4.items-6 .item:nth-child(1) {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }

    .grid-header.column-4.items-6 .item:nth-child(2) {
        grid-column: 3 / span 2;
        grid-row: auto;
    }

    .grid-header.column-4.items-6 .item:nth-child(3) {
        grid-column: 3 / span 2;
        grid-row: 2;
    }

    .grid-header.column-4.items-6 .item:nth-child(4) {
        grid-column: 1 / span 2;
        grid-row: 3;
    }

    .grid-header.column-4.items-6 .item:nth-child(5) {
        grid-column: 1 / span 2;
        grid-row: 4;
    }

    .grid-header.column-4.items-6 .item:nth-child(6) {
        grid-column: 3 / span 2;
        grid-row: 3 / span 2;
    }

    .grid-header.column-4.items-4 .item:not(:nth-child(1)):not(:nth-child(2)) .content-box-in,
    .grid-header.column-4.items-5 .item:not(:nth-child(2)) .content-box-in {
        width: 100%;
    }

    .header-post-type .col-md-12 .header-spacer,
    .carousel-header.column-1 .header-content {
        padding: 8rem 6rem 8rem 6rem;
    }

    .header-post-type .col-md-6 .header-spacer,
    .carousel-header.column-2 .header-content {
        padding: 5rem 5rem 5rem 5rem;
    }

    .header-post-type .col-md-4 .header-spacer,
    .carousel-header.column-3 .header-content {
        padding: 6rem 2rem 6rem 2rem;
    }

    .header-post-type .col-md-3 .header-spacer,
    .carousel-header.column-4 .header-content {
        padding: 3rem 10% 3rem 10%;
    }

    .header-post-type .col-md-12 .header-box-bottom .header-spacer {
        padding: 20rem 0px 0px 0px;
    }

    .header-post-type .col-md-6 .header-box-bottom .header-spacer {
        padding: 16rem 0px 0px 0px;
    }

    .header-post-type .col-md-4 .header-box-bottom .header-spacer {
        padding: 18rem 0px 0px 0px;
    }

    .header-post-type .col-md-3 .header-box-bottom .header-spacer {
        padding: 10rem 0px 0px 0px;
    }

    .wide .header-wrapper .header-post-type .col-md-12 .header-spacer,
    .wide .header-wrapper .carousel-header.column-1 .header-content {
        padding: 8rem 6rem 8rem 6rem;
    }

    .wide .header-wrapper .header-post-type .col-md-6 .header-spacer,
    .wide .header-wrapper .carousel-header.column-2 .header-content {
        padding: 8rem 7rem 8rem 7rem;
    }

    .wide .header-wrapper .header-post-type .col-md-4 .header-spacer,
    .wide .header-wrapper .carousel-header.column-3 .header-content {
        padding: 6rem 5% 6rem 5%;
    }

    .wide .header-wrapper .header-post-type .col-md-3 .header-spacer,
    .wide .header-wrapper .carousel-header.column-4 .header-content {
        padding: 120px 5% 120px 5%;
    }

    .wide .header-wrapper .header-post-type .col-md-12 .header-box-bottom .header-spacer {
        padding: 20rem 0px 0px 0px;
    }

    .wide .header-wrapper .header-post-type .col-md-6 .header-box-bottom .header-spacer {
        padding: 16rem 0px 0px 0px;
    }

    .wide .header-wrapper .header-post-type .col-md-4 .header-box-bottom .header-spacer {
        padding: 18rem 0px 0px 0px;
    }

    .wide .header-wrapper .header-post-type .col-md-3 .header-box-bottom .header-spacer {
        padding: 12rem 0px 0px 0px;
    }

    .full-page .header-wrapper .header-post-type .col-md-12 .header-spacer,
    .full-page .header-wrapper .carousel-header.column-1 .header-content {
        padding: 8rem 6rem 8rem 6rem;
    }

    .full-page .header-wrapper .header-post-type .col-md-6 .header-spacer,
    .full-page .header-wrapper .carousel-header.column-2 .header-content {
        padding: 8rem 6rem 8rem 6rem;
    }

    .full-page .header-wrapper .header-post-type .col-md-4 .header-spacer,
    .full-page .header-wrapper .carousel-header.column-3 .header-content {
        padding: 6rem 5% 6rem 5%;
    }

    .full-page .header-wrapper .header-post-type .col-md-3 .header-spacer,
    .full-page .header-wrapper .carousel-header.column-4 .header-content {
        padding: 120px 5% 160px 5%;
    }

    .full-page .header-wrapper .header-post-type .col-md-12 .header-box-bottom .header-spacer {
        padding: 20rem 0px 0px 0px;
    }

    .full-page .header-wrapper .header-post-type .col-md-6 .header-box-bottom .header-spacer {
        padding: 16rem 0px 0px 0px;
    }

    .full-page .header-wrapper .header-post-type .col-md-4 .header-box-bottom .header-spacer {
        padding: 18rem 0px 0px 0px;
    }

    .full-page .header-wrapper .header-post-type .col-md-3 .header-box-bottom .header-spacer {
        padding: 12rem 0px 0px 0px;
    }
}

@media (min-width: 1200px) {

    .wide .header-wrapper .header-post-type .col-md-12 .header-spacer,
    .full-page .header-wrapper .header-post-type .col-md-12 .header-spacer {
        width: 1170px;
        margin: 0 auto;
    }
}

@media (min-width: 1296px) {
    .header.header-object .header-left .object-header {
        padding-right: 3rem;
    }

    .header.header-object .header-right .object-header {
        padding-left: 3rem;
    }

    .full-page .header.header-object .header-left .object-header,
    .wide .header.header-object .header-left .object-header {
        padding-right: 0px;
    }

    .full-page .header.header-object .header-right .object-header,
    .wide .header.header-object .header-right .object-header {
        padding-left: 0px;
    }

    .grid-header {
        grid-gap: 2.3rem;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-header.column-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-header.column-4 .item:nth-child(4n-3) {
        grid-column: 1;
    }

    .grid-header.column-4 .item:nth-child(4n-2) {
        grid-column: 2;
    }

    .grid-header.column-4 .item:nth-child(4n-1) {
        grid-column: 3;
    }

    .grid-header.column-4 .item:nth-child(4n),
    .grid-header.column-4 .item.item-last:nth-child(4n) {
        grid-column: 4;
    }

    .grid-header.column-4:not(.items-2):not(.items-3):not(.items-4):not(.items-5):not(.items-6) .item.item-last.item-not-divi:nth-child(4n-1) {
        grid-column: 3 / span 2;
    }

    .grid-header.column-4:not(.items-2):not(.items-3):not(.items-4):not(.items-5):not(.items-6) .item.item-last.item-not-divi:nth-child(4n-3) {
        grid-column: 1 / span 4;
    }

    .grid-header.column-4:not(.items-2):not(.items-3):not(.items-4):not(.items-5):not(.items-6) .item.item-last.item-not-divi:nth-child(4n-2) {
        grid-column: 2 / span 3;
    }

    .grid-header.column-4:not(.items-2):not(.items-3):not(.items-4):not(.items-5):not(.items-6) .item.item-last:nth-child(3n-1) {
        grid-column: 4;
    }

    .grid-header.column-4.items-1 .item {
        grid-column: 1 / span 4;
    }

    .grid-header.column-4.items-2 .item:nth-child(1) {
        grid-column: 1 / span 3;
        grid-row: auto;
    }

    .grid-header.column-4.items-2 .item:nth-child(2) {
        grid-column: 4 / span 4;
        grid-row: auto;
    }

    .grid-header.column-4.items-3 .item:nth-child(1) {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }

    .grid-header.column-4.items-3 .item:nth-child(2) {
        grid-column: 3 / span 2;
        grid-row: auto;
    }

    .grid-header.column-4.items-3 .item:nth-child(3) {
        grid-column: 3 / span 2;
        grid-row: 2;
    }

    .grid-header.column-4.items-4 .item:nth-child(1) {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }

    .grid-header.column-4.items-4 .item:nth-child(2) {
        grid-column: 3 / span 2;
        grid-row: auto;
    }

    .grid-header.column-4.items-4 .item:nth-child(3) {
        grid-column: 3;
        grid-row: 2;
    }

    .grid-header.column-4.items-4 .item:nth-child(4) {
        grid-column: 4;
        grid-row: 2;
    }

    .grid-header.column-4.items-5 .item:nth-child(1) {
        grid-column: 1;
        grid-row: auto;
    }

    .grid-header.column-4.items-5 .item:nth-child(2) {
        grid-column: 2 / span 2;
        grid-row: 1 / span 2;
    }

    .grid-header.column-4.items-5 .item:nth-child(3) {
        grid-column: 4;
        grid-row: auto;
    }

    .grid-header.column-4.items-5 .item:nth-child(4) {
        grid-column: 1;
        grid-row: 2;
    }

    .grid-header.column-4.items-5 .item:nth-child(5) {
        grid-column: 4;
        grid-row: 2;
    }

    .full-page .grid-header.column-4 .item:not(.item-1):not(.item-2):not(.item-3):not(.item-4) .content-box {
        padding-top: 0px !important;
    }
}

@media (max-width: 1100px) {

    .full-page .grid-header.column-3 .item:not(.item-1):not(.item-2) .content-box,
    .full-page .grid-header.column-4 .item:not(.item-1):not(.item-2) .content-box {
        padding-top: 0px !important;
    }
}

@media (max-width: 1296px) {

    .full-page .grid-header.column-4.items-5 .item:not(.item-1):not(.item-2) .content-box,
    .full-page .grid-header.column-4 .item:not(.item-1):not(.item-2):not(.item-3) .content-box {
        padding-top: 0px !important;
    }
}

.section-page>.archive-header.boxed {
    margin-bottom: 0px;
}

.sec .wpcontent.showtop,
.sec .wpcontent.showbottom {
    margin-bottom: 0px;
}

section {
    float: left;
    position: relative;
    width: 100%;
}

.sec {
    padding: 3rem 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sec.padding-90 {
    padding: 5rem 0px;
}

.sec.padding-120 {
    padding: 7rem 0px;
}

.sec.padding-160 {
    padding: 9rem 0px;
}

.sec .container {
    position: relative;
    z-index: 1;
}

.sec.wide .container {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.section-page {
    float: left;
    width: 100%;
    margin: 0px !important;
}

.sec h2 {
    margin: 0px 0px 20px 0px;
}

.section-overlay h1,
.section-overlay h2,
.section-overlay h3,
.section-overlay p,
.section-overlay form,
.section-overlay .btn,
.section-overlay .header-buttons a {
    position: relative;
    z-index: 2;
}

.section-content {
    margin-top: 3.5rem;
}

.section-content.mtop-null {
    margin-top: 0px;
}

.section-overlay {
    position: relative;
}

.sec:not(.has-bg) .top-content {
    color: #8e8e8e;
}

.sec .section-edge,
.sec .section-edge-top {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.sec .section-edge-top {
    bottom: auto;
    top: -2px;
}

.sec:nth-child(even) {
    background-color: #f7f7f7;
}

.sec svg.section-edge {
    fill: #f7f7f7;
}

.sec:nth-child(even) svg.section-edge {
    fill: #fff;
}

.sec svg.section-edge-top {
    fill: #f7f7f7;
}

.sec:nth-child(even) svg.section-edge-top {
    fill: #fff;
}

.sec.section-before svg.section-edge {
    fill: #fff;
}

.sec.section-before:nth-child(even) svg.section-edge {
    fill: #f7f7f7;
}

.sec.section-before:not(.section-edge-hide) {
    margin-bottom: -30px;
}

.sec.image-section,
.sec.prices,
.sec.banner {
    z-index: 2;
}

.sec.section-edge-hide svg.section-edge,
.sec.section-edge-hide svg.section-edge-top,
.sec.wide svg.section-edge {
    display: none;
}

.sec.section-last svg.section-edge {
    display: none;
}

.sec.sec-edge-shape_1:not(.section-edge-hide),
.sec.sec-edge-shape_2:not(.section-edge-hide) {
    padding: 6rem 0px 10.5rem 0px !important;
}

.sec.sec-edge-shape_1.section-before:not(.section-edge-hide),
.sec.sec-edge-shape_2.section-before:not(.section-edge-hide) {
    margin-bottom: -9rem;
}

.sec.sec-edge-shape_1.has-bg:not(.section-edge-hide),
.sec.sec-edge-shape_2.has-bg:not(.section-edge-hide) {
    padding: 10.5rem 0px 9rem 0px !important;
}

.sec.sec-edge-shape_3:not(.section-edge-hide),
.sec.sec-edge-shape_4:not(.section-edge-hide) {
    padding: 6rem 0px 9rem 0px !important;
}

.sec.sec-edge-shape_3.section-before:not(.section-edge-hide),
.sec.sec-edge-shape_4.section-before:not(.section-edge-hide) {
    margin-bottom: -8rem;
}

.sec.sec-edge-shape_3.has-bg:not(.section-edge-hide),
.sec.sec-edge-shape_4.has-bg:not(.section-edge-hide) {
    padding: 12rem 0px 9rem 0px !important;
}

.sec.sec-edge-shape_5:not(.section-edge-hide),
.sec.sec-edge-shape_6:not(.section-edge-hide) {
    padding: 3rem 0px 12rem 0px !important;
}

.sec.sec-edge-shape_5.section-before:not(.section-edge-hide),
.sec.sec-edge-shape_6.section-before:not(.section-edge-hide) {
    margin-bottom: -11rem;
}

.sec.sec-edge-shape_5.has-bg:not(.section-edge-hide),
.sec.sec-edge-shape_6.has-bg:not(.section-edge-hide) {
    padding: 9rem 0px 12rem 0px !important;
}

.sec.sec-edge-shape_7:not(.section-edge-hide),
.sec.sec-edge-shape_8:not(.section-edge-hide) {
    padding: 5rem 0px 7.5rem 0px !important;
}

.sec.sec-edge-shape_7.section-before:not(.section-edge-hide),
.sec.sec-edge-shape_8.section-before:not(.section-edge-hide) {
    margin-bottom: -6rem;
}

.sec.sec-edge-shape_7.has-bg:not(.section-edge-hide),
.sec.sec-edge-shape_8.has-bg:not(.section-edge-hide) {
    padding: 11rem 0px 7.5rem 0px !important;
}

.sec.sec-edge-shape_9:not(.section-edge-hide) {
    padding: 3rem 0px 9rem 0px !important;
}

.sec.sec-edge-shape_9.section-before:not(.section-edge-hide) {
    margin-bottom: -8rem;
}

.sec.sec-edge-shape_9.has-bg:not(.section-edge-hide) {
    padding: 11rem 0px 9rem 0px !important;
}

.sec.sec-edge-shape_10:not(.section-edge-hide) {
    padding: 3rem 0px 9rem 0px !important;
}

.sec.sec-edge-shape_10.section-before:not(.section-edge-hide) {
    margin-bottom: -8rem;
}

.sec.sec-edge-shape_10.has-bg:not(.section-edge-hide) {
    padding: 11rem 0px 9rem 0px !important;
}

.sec.sec-edge-shape_11:not(.section-edge-hide) {
    padding: 3rem 0px 9rem 0px !important;
}

.sec.sec-edge-shape_11.section-before:not(.section-edge-hide) {
    margin-bottom: -8rem;
}

.sec.sec-edge-shape_11.has-bg:not(.section-edge-hide) {
    padding: 9rem 0px 9rem 0px !important;
}

.sec.sec-edge-shape_12:not(.section-edge-hide) {
    padding: 3rem 0px 9rem 0px !important;
}

.sec.sec-edge-shape_12.section-before:not(.section-edge-hide) {
    margin-bottom: -8rem;
}

.sec.sec-edge-shape_12.has-bg:not(.section-edge-hide) {
    padding: 9rem 0px 9rem 0px !important;
}

body.wide .sec.section-first:not(.has-bg),
body.full-page .sec.section-first:not(.has-bg) {
    padding-top: 5rem !important;
}

body.wide .sec.section-first.no-heading:not(.has-bg),
body.full-page .sec.section-first.no-heading:not(.has-bg) {
    padding-top: 3rem !important;
}

body.wide.has-leading-area .sec.section-first:not(.has-bg),
body.full-page.has-leading-area .sec.section-first:not(.has-bg),
body:not(.wide):not(.full-page) .sec.section-first:not(.has-bg) {
    padding-top: 1.2rem !important;
}

body.wide.has-leading-area .sec.section-first.no-heading:not(.has-bg),
body.full-page.has-leading-area .sec.section-first.no-heading:not(.has-bg),
body:not(.wide):not(.full-page) .sec.section-first.no-heading:not(.has-bg) {
    padding-top: 0px !important;
}

.section-flexible {
    float: left;
    width: 100%;
    margin: 0px 0px 60px 0px;
}

.has-sidebar .section-flexible .sec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    text-align: left;
}

.section-flexible .sec:first-child {
    padding-top: 30px !important;
}

.has-sidebar .section-flexible .sec:first-child {
    padding-top: 0px !important;
}

.has-sidebar .section-flexible .sec.has-bg {
    padding-left: 40px;
    padding-right: 40px;
}

.has-sidebar .section-flexible .sec:not(.has-bg)+.sec:not(.has-bg) {
    padding-top: 0px !important;
}

.has-sidebar .section-flexible .sec:last-child {
    padding-bottom: 0px !important;
}

.has-sidebar .section-flexible .sec:nth-child(even) {
    background: none;
}

.has-sidebar .section-flexible .sec .col-md-8.col-md-offset-2 {
    width: 100%;
    margin: 0px;
}

.has-sidebar .section-flexible .sec .section-content {
    margin-top: 20px;
}

.has-sidebar .section-flexible .sec.wide .post-items .row {
    margin-right: -20px;
    margin-left: -20px;
}

.has-sidebar .section-flexible .sec.no-spacing .post-items .row,
.has-sidebar .section-flexible .sec.wide.no-spacing .post-items .row,
.has-sidebar .section-flexible .sec.wide .row {
    margin-right: -15px;
    margin-left: -15px;
}

.sec:nth-child(even) ul.nav-tabs li.active>a {
    border-bottom: 1px solid #f7f7f7;
}

.sec:nth-child(even) ul.nav-tabs li.active>a {
    background: linear-gradient(to bottom, #f2f2f2 0%, #f7f7f7 100%);
}

.sec:nth-child(even) ul.nav-tabs li.active>a:hover,
.sec:nth-child(even) ul.nav-tabs li.active>a:active,
.sec:nth-child(even) ul.nav-tabs li.active>a:focus {
    border-bottom: 1px solid #f7f7f7;
}

.sec:nth-child(even) .tab-area.left .nav-tabs li a:hover {
    background: linear-gradient(to right, #f7f7f7 0%, rgba(238, 238, 238, 0.8) 100%);
}

.sec:nth-child(even) .tab-area.right .nav-tabs li a:hover {
    background: linear-gradient(to left, #f7f7f7 0%, rgba(238, 238, 238, 0.8) 100%);
}

.sec:nth-child(even) .tab-area.left .nav-tabs li.active a,
.sec:nth-child(even) .tab-area.right .nav-tabs li.active a,
.sec:nth-child(even) .tab-area.left .nav-tabs li.active a:hover,
.sec:nth-child(even) .tab-area.right .nav-tabs li.active a:hover {
    background: #f7f7f7 !important;
}

.sec .logos-owl {
    margin-bottom: 0px;
}

.content section.banner {
    background-color: #557fc1;
    color: #fff;
    display: table;
    text-align: center;
}

.sec.toggle-menu-sec .toggle-area {
    padding-bottom: 30px;
}

.sec .timeline {
    margin-bottom: 0px;
}

.featured-slider-section .section-content .row {
    margin: 0px;
}

.features-1 .section-content .row div {
    padding-bottom: 25px;
}

.features-1 .section-content .row div:last-child {
    padding-bottom: 0px;
}

.content-grid-sec .section-content {
    margin-top: 30px;
}

.custom-html .section-content {
    text-align: left;
}

section.sec .page-header {
    margin-top: 0px;
}

@media (min-width: 992px) {

    .sec .section-edge,
    .sec .section-edge-top {
        height: 100px;
    }

    .features-1 .section-content .row div {
        padding-bottom: 0px;
    }
}

.newsletter-widget:before,
.posts-carousel-widget .posts-carousel-item:before,
.has-header-boxed .header:before,
.featured-slider .header-content:before,
.post-items .teaser-box-bg:before,
.content-grid-gutter-bg:before,
.cta-message.with-bg.with-overlay:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-widget:after,
.posts-carousel-widget .posts-carousel-item:after,
.header-post-type .header-content:not(.header-box):not(.header-box-bottom):after,
.post-items .teaser-box-bg:after,
.content-grid-gutter-bg:after,
.header:after,
.cta-message.with-bg.with-overlay:after,
.section-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 54, 58, 0.35);
}

.no-overlay:after {
    content: none;
}

.promo-box-content:before,
.posts-alternative-widget .posts-alternative-item-img:before,
.related-posts-img:before,
.book-post-image:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.promo-box-content:after,
.posts-alternative-widget .posts-alternative-item-img:after,
.related-posts-img:after,
.header-post-type .header-box:after,
.header-post-type .header-box-bottom:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(49, 54, 58, 0.15);
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

video.video-bg::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

video.video-bg::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

video.video-bg::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

#particles-js {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.header-content canvas {
    opacity: 0.5;
    transition: all 0.3s;
}

.header-content:hover canvas {
    opacity: 0.9;
    transition: all 0.3s;
}

.image-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.pattern-bg {
    background-repeat: repeat;
    background-size: 2%;
}

.animation-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.gradient-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.gradient-diagonal {
    background-size: 100% 150% !important;
}

.gradient-left-right {
    background-size: 130% 100% !important;
}

.gradient-top-bottom {
    background-size: 100% 130% !important;
}

.gradient-radial {
    background-size: 150% 150% !important;
}

.gradient-diagonal.gradient-animated,
.gradient-left-right.gradient-animated,
.gradient-top-bottom.gradient-animated,
.gradient-radial.gradient-animated {
    background-size: 400% 400% !important;
}

@keyframes GradientAnimationTopBottom {
    0% {
        background-position: 50% 0%;
    }

    50% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 50% 0%;
    }
}

@keyframes GradientAnimationLeftRight {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes GradientAnimationRadial {
    0% {
        background-position: 0% 0%;
    }

    25% {
        background-position: 50% 50%;
    }

    50% {
        background-position: 100% 100%;
    }

    75% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.showcase {
    background: none;
    overflow: hidden;
}

.header.showcase:after {
    content: none;
    background: none;
}

.header.showcase .header-content {
    z-index: 2;
    padding-top: 200px !important;
    padding-bottom: 400px !important;
}

.header.showcase .showcase-part {
    overflow: hidden;
}

.full-page .header.showcase.bg_1,
.wide .header.showcase.bg_1 {
    margin-bottom: -100px;
}

.header.showcase.bg_1 .showcase-part:first-child {
    background-color: #c3e5d1;
    background-image: linear-gradient(170deg, rgba(27, 169, 225, 0.4), transparent 60%), linear-gradient(50deg, transparent, rgba(92, 191, 152, 0.15) 25%, rgba(92, 191, 152, 0.5) 70%, #5cbf98 95%);
    height: 100%;
    transform: skewY(-10deg);
    transform-origin: top left;
    z-index: 1;
}

.header.showcase.bg_1 .showcase-part:nth-child(2) {
    background-color: #c3e5d1;
    bottom: 0px;
    height: 100%;
    transform: skewY(20deg);
    transform-origin: bottom right;
    z-index: 0;
}

.header.showcase.bg_1 .showcase-part:first-child,
.header.showcase.bg_1 .showcase-part:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header.showcase.bg_2 .showcase-part {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
}

.header.showcase.bg_3 .showcase-part {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(70deg, #ff6464 40%, #5ac8fa 40%);
}

.header.showcase.bg_4 .showcase-part {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(70deg, #fff810 30%, rgba(0, 0, 0, 0) 30%), linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
}

.full-page .header.showcase.bg_5,
.wide .header.showcase.bg_5 {
    margin-bottom: -100px;
}

.header.showcase.bg_5 .showcase-part {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
    transform: skewY(-10deg);
    transform-origin: 0;
}

.header.showcase.bg_5 .showcase-part span {
    position: absolute;
    height: 190px;
}

.header.showcase.bg_5 .showcase-part span:first-child {
    top: 0;
    width: 33.33333%;
    left: -16.66666%;
    background: #53f;
}

.header.showcase.bg_5 .showcase-part span:nth-child(2) {
    width: 33.33333%;
    top: 0;
    left: 16.66666%;
    right: auto;
    background: #4553ff;
}

.header.showcase.bg_5 .showcase-part span:nth-child(3) {
    width: 33.33333%;
    left: 49.99999%;
    bottom: auto;
    right: auto;
    background: #4f40ff;
}

.header.showcase.bg_5 .showcase-part span:nth-child(4) {
    width: 33.33333%;
    top: 380px;
    right: -16.66666%;
    background: #25ddf5;
}

.header.showcase.bg_5 .showcase-part span:nth-child(5) {
    width: 33.33333%;
    bottom: 0;
    background: #1fa2ff;
}

.full-page .header.showcase.bg_6,
.wide .header.showcase.bg_6 {
    margin-bottom: -100px;
}

.header.showcase.bg_6 .showcase-part {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
    transform: skewY(-10deg);
    transform-origin: 0;
}

.header.showcase.bg_6 .showcase-part span {
    position: absolute;
    height: 100%;
    width: 200%;
    border-radius: 50%;
    transform: skewY(-130deg);
}

.header.showcase.bg_6 .showcase-part span:first-child {
    top: 0;
    left: -10%;
    background: #53f;
}

.header.showcase.bg_6 .showcase-part span:nth-child(2) {
    top: 0;
    left: 16.66666%;
    right: auto;
    background: #4553ff;
}

.header.showcase.bg_6 .showcase-part span:nth-child(3) {
    left: 49.99999%;
    bottom: -20%;
    right: auto;
    background: #4f40ff;
}

.header.showcase.bg_6 .showcase-part span:nth-child(4) {
    top: 20%;
    right: -16.66666%;
    background: #25ddf5;
}

.header.showcase.bg_6 .showcase-part span:nth-child(5) {
    bottom: -30%;
    background: #1fa2ff;
}

.airmail-border {
    background-image: repeating-linear-gradient(135deg, #f29b91 0px, #f09290 30px, #fff 30px, #fff 50px, #83b3db 50px, #84adcb 80px, #fff 80px, #fff 100px);
    padding: 10px;
}

#loader.pageload-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

#loader.pageload-overlay.show {
    z-index: 9999999999;
}

.pageload-overlay svg {
    width: 100%;
    height: 100%;
}

.pageload-overlay svg path {
    fill: #557fc1;
}

.post-thumb-placeholder {
    display: table;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: rgba(238, 238, 238, 0.1);
    background: radial-gradient(ellipse at center, #fff 0%, rgba(238, 238, 238, 0.4) 100%);
}

.post-thumb-placeholder-content {
    display: table-cell;
    vertical-align: middle;
    padding: 100px 60px;
    text-align: center;
}

.responsive-container .post-thumb-placeholder-content {
    padding: 0px;
}

.grid.pictorial-grid .responsive-container {
    padding-top: 100%;
}

.post-thumb-placeholder-content .fa {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #557fc1;
    color: #fff;
    font-size: 30px;
    transition: all 0.55s;
}

.post-thumb-placeholder-content div {
    margin-top: 20px;
    font-size: 26px;
}

.post-thumb-placeholder-content div span {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    color: #aaa;
}

.post-thumb-placeholder-content>span {
    display: inline-table;
}

.post-thumb-placeholder-content>span i {
    display: table-cell;
    vertical-align: middle;
}

.default-list .pf-quote .post-thumb-placeholder-content,
.default-list .pf-link .post-thumb-placeholder-content {
    padding: 140px 100px;
}

.masonry-grid .pf-quote .post-thumb-placeholder-content,
.masonry-grid .pf-link .post-thumb-placeholder-content {
    padding: 80px 60px;
    background: rgba(238, 238, 238, 0.1);
}

.masonry-grid .post-thumb-placeholder-content div {
    font-size: 21px;
}

.grid.pictorial-grid .post-thumb-placeholder {
    background: #6ca0e2;
}

.grid.pictorial-grid .post-thumb-placeholder-content {
    vertical-align: top;
}

.grid.pictorial-grid .post-thumb-placeholder-content .fa {
    width: 140px;
    height: 140px;
    font-size: 50px;
    background: #fff;
    color: #6ca0e2;
}

.magazine-list .magazine-item:not(.mgz-big) .post-thumb-placeholder .fa {
    width: 35px;
    height: 35px;
    font-size: 15px;
}

.pf-gallery.owl-carousel,
.pf-gallery .owl-stage-outer,
.pf-gallery .owl-stage,
.pf-gallery .owl-item {
    width: 100%;
    height: 100% !important;
}

.pf-gallery .pf-gallery-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sticky.list-item {
    border: 1px solid rgba(238, 238, 238, 0.9);
    padding: 2.3rem 2.3rem 0px 2.3rem;
    margin-bottom: 3rem;
}

.ribbon {
    position: absolute;
    top: 0px;
    right: 2.3rem;
    z-index: 1;
    font-size: 21px;
}

.ribbon:after {
    content: "";
    font-size: 0.5em;
    position: absolute;
    height: 40px;
    border: 1.5em solid #6ca0e2;
    border-bottom-color: transparent !important;
    right: 0;
}

.blog-list {
    float: left;
    width: 100%;
}

.blog-list .social-postbar {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.blog-list .social-postbar:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background: rgba(238, 238, 238, 0.9);
    display: block;
    top: 49%;
}

.blog-list .social-postbar-in {
    position: relative;
    padding: 0px 10px 0px 5px;
    width: auto;
    display: inline-block;
    background: #fff;
}

.blog-list .social-postbar a {
    width: 25px;
    height: 25px;
    padding: 7px 0px;
    margin: 0px 2px 0px 2px;
    font-size: 14px;
    line-height: 0.9;
    color: #557fc1;
}

.blog-list .social-postbar a:hover {
    color: #fff;
}

.blog-list-cat,
.blog-list-tag {
    display: none;
    font-size: 12px;
    text-transform: uppercase;
    margin: -10px 0px 15px 0px;
    white-space: nowrap;
    overflow: hidden;
    color: #6ca0e2;
}

.blog-list-cat a,
.blog-list-tag a {
    position: relative;
    padding-right: 22px;
}

.blog-list-cat a:last-child,
.blog-list-tag a:last-child {
    padding-right: 0px;
}

.blog-list-cat a:after,
.blog-list-tag a:after {
    content: "";
    display: inline-block;
    border: 1px solid #6ca0e2;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
}

.blog-list-cat a:last-child:after,
.blog-list-tag a:last-child:after {
    content: none;
}

.blog-list-date {
    font-size: 12px;
    text-transform: uppercase;
    color: #b5b5b5;
    margin-bottom: 5px;
}

.post-body .blog-list-date,
.product-body .blog-list-date,
.recipe-body .blog-list-date {
    font-size: 12px;
    display: inline-block;
}

.post-body .blog-list-date~.blog-list-cat,
.post-body .blog-list-date~.blog-list-tag,
.product-body .blog-list-date~.blog-list-cat,
.product-body .blog-list-date~.blog-list-tag,
.recipe-body .blog-list-date~.blog-list-cat,
.recipe-body .blog-list-date~.blog-list-tag {
    border-left: 1px solid rgba(238, 238, 238, 0.9);
    padding-left: 10px;
    margin-left: 7px;
}

.post-body .blog-list-cat,
.post-body .blog-list-tag,
.product-body .blog-list-cat,
.product-body .blog-list-tag,
.recipe-body .blog-list-cat,
.recipe-body .blog-list-tag {
    font-size: 12px;
    overflow: visible;
    margin: 0px;
}

.post-body .blog-post-meta,
.product-body .blog-post-meta,
.recipe-body .blog-post-meta {
    margin: -1.05rem 0px 2.1rem 0px;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.post-list h2 {
    margin-top: 0px;
}

.post-list p {
    margin-bottom: 20px;
}

.list-item {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 55px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.special .list-item:not(.sticky) {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 2.3rem;
}

.list-item:not(.sticky):last-child {
    border-bottom: 0px;
}

.list-item.sticky .blog-list {
    margin-bottom: -13px;
}

.list-item.sticky .blog-list .social-postbar:before {
    background: none;
}

.default-list .blog-list .social-postbar {
    margin: 1rem 0px;
    margin-top: 2.3rem;
}

.default-list .list-item.sticky .blog-list .social-postbar {
    margin-top: 15px;
    margin-bottom: 0px;
}

.default-list .blog-list-date {
    font-size: 12px;
    display: inline-block;
}

.default-list .blog-list-date~.blog-list-cat {
    border-left: 1px solid rgba(238, 238, 238, 0.9);
    padding-left: 10px;
    margin-left: 7px;
}

.default-list .blog-list-cat,
.default-list .blog-list-tag {
    font-size: 12px;
    overflow: visible;
    margin: 0px;
}

.visual-list .post-thumb .post-thumbnail {
    width: 100%;
}

.visual-list .post-thumb .post-thumbnail img {
    width: 100%;
}

.visual-list.visual-right .post-thumb {
    float: right;
}

.visual-list.visual-right .post-thumbnail {
    float: right;
}

.visual-list.alternate .list-item:nth-child(even) .post-thumb,
.visual-list.alternate .list-item:nth-child(even) .post-thumbnail {
    float: right;
}

.visual-list.alternate .list-item:nth-child(odd) .post-thumb,
.visual-list.alternate .list-item:nth-child(odd) .post-thumbnail {
    float: left;
}

.visual-list .sticky.list-item {
    margin-bottom: 3.6rem;
}

.visual-list.special .list-item:not(.sticky) {
    margin-bottom: 2.3rem;
}

.visual-list:not(.special) .list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.visual-list .blog-list .social-postbar {
    margin: 2.3rem 0px 1rem 0px;
}

.visual-list .post-thumbnail {
    margin: 0px;
}

.visual-list .list-item.sticky .blog-list {
    margin-bottom: -2.3rem;
}

.visual-list .blog-list-meta {
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.book-list .book-post {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    text-align: center;
    background-color: rgba(238, 238, 238, 0.3);
}

.book-list .image-effect-wrapper {
    height: 350px;
}

.book-list .post-thumb {
    height: 100%;
}

.book-list .book-post-image {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.book-list .book-post-content-border {
    position: absolute;
    top: 350px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.book-list .book-post-content-border:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(238, 238, 238, 0.9);
    background: #fff;
}

.book-list .book-post-content .post-content {
    padding: 40px 30px;
}

.book-list .blog-list-meta {
    margin-top: 30px;
}

.book-list .blog-list .social-postbar {
    margin-top: 10px;
    margin-bottom: 0px;
}

.book-list .blog-list .social-postbar:before {
    background: none;
}

.book-list .sticky .ribbon {
    top: 11px;
    right: 50%;
    margin-right: -16px;
}

.book-list~.custom-pagination {
    text-align: center;
    margin: 20px 0px 40px 0px;
}

.grid {
    float: left;
    width: 100%;
}

.grid .grid-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease-out;
}

.grid .grid-item .post-content {
    padding: 30px 30px 30px 30px;
    line-height: 1.65;
}

.grid .grid-item p {
    margin: 0px;
}

.grid .post-thumbnail,
.grid .post-thumb {
    margin-bottom: 0px;
}

.grid .owl-gallery {
    padding: 0px;
    border: 0px;
}

.grid .blog-list .social-postbar:before {
    background: none;
}

.grid .blog-list-meta {
    text-align: center;
}

.grid.masonry-grid .grid-item {
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease-out;
}

.grid.masonry-grid .post-thumbnail {
    border-radius: 0px;
}

.grid.masonry-grid .post-content {
    background: rgba(238, 238, 238, 0.1);
}

.grid.masonry-grid .blog-list-meta {
    text-align: center;
}

.grid.masonry-grid .post-content .blog-list .social-postbar {
    margin: 0px;
}

.grid.masonry-grid .post-content .blog-list .social-postbar-in {
    background: none;
}

.has-sidebar .grid.masonry-grid .grid-item {
    box-shadow: none;
    border-bottom: 1px solid #eee;
    overflow: visible;
}

.has-sidebar .grid.masonry-grid .post-content {
    padding: 30px 0px;
    background: none;
}

.has-sidebar .grid.masonry-grid.column-2 .grid-item {
    margin-bottom: 50px;
}

.grid.polaroid .grid-item:hover {
    box-shadow: 10px 13px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(0.5deg) scale(1.01);
    transition: all 0.1s ease-out;
}

.grid.metro-grid .grid-item {
    margin-bottom: 20px;
    height: 190px;
}

.grid.metro-grid .grid-item--width2,
.grid.metro-grid .grid-item--height2 {
    height: 310px;
}

.grid.metro-grid .grid-item--width2 {
    width: 100% !important;
}

.grid.metro-grid .post-content,
.grid.metro-grid .post-thumb,
.grid.metro-grid .post-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.grid.metro-grid .grid-item .post-content,
.grid.metro-grid .grid-item.grid-item--width2 .post-content {
    width: 50%;
}

.grid.metro-grid .grid-item.grid-item--height2 .post-content {
    width: 100%;
}

.grid.metro-grid .grid-item h3 {
    margin-top: 0px;
}

.grid.metro-grid .grid-item:not(.grid-item--width2):not(.grid-item--height2) .post-content {
    left: 50%;
    right: auto;
    background: #557fc1;
}

.grid.metro-grid .grid-item:not(.grid-item--width2):not(.grid-item--height2):hover .post-content {
    left: 100%;
}

.grid.metro-grid .grid-item:not(.grid-item--width2):not(.grid-item--height2) .post-bg {
    right: 50%;
}

.grid.metro-grid .grid-item:not(.grid-item--width2):not(.grid-item--height2):hover .post-bg {
    right: 0%;
}

.grid.metro-grid .grid-item.grid-item--width2 .post-content {
    left: 0%;
    background: #557fc1;
}

.grid.metro-grid .grid-item.grid-item--width2:hover .post-content {
    left: -50%;
}

.grid.metro-grid .grid-item.grid-item--width2 .post-bg {
    left: 50%;
}

.grid.metro-grid .grid-item.grid-item--width2:hover .post-bg {
    left: 0%;
}

.grid.metro-grid .grid-item.grid-item--height2 .post-content {
    top: 0%;
    bottom: 50%;
    background: #557fc1;
}

.grid.metro-grid .grid-item.grid-item--height2:hover .post-content {
    top: -50%;
    bottom: 100%;
}

.grid.metro-grid .grid-item.grid-item--height2 .post-bg {
    top: 50%;
}

.grid.metro-grid .grid-item.grid-item--height2:hover .post-bg {
    top: 0%;
}

.grid.metro-grid.column-3 .grid-item.grid-item--width2 .post-content {
    padding-right: 30px;
}

.grid.metro-grid.column-3 .grid-item .post-content,
.grid.metro-grid.column-4 .grid-item .post-content {
    padding-right: 30px;
}

.grid.metro-grid.column-4 .grid-item.grid-item--width2 .post-content {
    padding-right: 30px;
}

.grid.metro-grid.column-3 .grid-item.grid-item--height2 .post-content,
.grid.metro-grid.column-4 .grid-item.grid-item--height2 .post-content {
    padding-right: 30px;
}

.grid.metro-grid .blog-list-meta {
    position: absolute;
    bottom: 10px;
    left: 20px;
    text-align: left !important;
    color: #686868;
}

.grid.metro-grid .grid-item.grid-item--height2~.blog-list-meta {
    bottom: 50%;
    margin-bottom: 10px;
}

.grid.metro-grid .blog-list-meta a {
    color: #686868;
}

.grid.metro-grid .grid-item~.blog-list-meta a {
    color: #fff;
}

.grid.metro-grid .grid-item~.blog-list-meta {
    color: #fff;
    opacity: 0;
    transition: all 0.1s ease-out;
}

.grid.metro-grid .grid-item:hover~.blog-list-meta {
    opacity: 1;
    transition: all 0.3s 0.5s ease-out;
}

.grid.metro-grid .post-content {
    transition: all 0.3s ease-out;
    overflow: hidden;
}

.grid.metro-grid .post-content:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    height: 40px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #557fc1 50%);
}

.grid.metro-grid .post-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease-out;
}

.grid.metro-grid .post-content p {
    color: rgba(255, 255, 255, 0.6);
}

.grid.metro-grid .post-content .dropcap {
    border-color: rgba(255, 255, 255, 0.2);
}

.grid.metro-grid .ribbon {
    top: 0px;
}

.grid.post-grid .grid-item {
    position: relative;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    box-shadow: none;
    padding: 0px;
}

.grid.post-grid .grid-item .post-thumbnail,
.grid.post-grid .grid-item .owl-gallery {
    margin-bottom: 20px;
}

.grid.post-grid .grid-item .post-content {
    padding: 0px;
}

.grid.post-grid .ribbon {
    top: 20px;
}

.grid.post-grid .quote,
.grid.post-grid .link {
    background: #e5e5e5;
    background: radial-gradient(ellipse at center, #fff 0%, #e8e8e8 100%);
}

.grid.post-grid .grid-info {
    position: static;
    float: left;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.masonry .grid.post-grid .grid-item {
    border-right-color: rgba(238, 238, 238, 0.9);
}

.grid.pictorial-grid h3 {
    margin: 0px;
}

.grid.pictorial-grid .grid-item {
    float: left;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    box-shadow: none;
    padding: 20px 0px 0px 0px;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}

.grid.pictorial-grid .post-thumb {
    position: relative;
    height: 380px;
}

.grid.pictorial-grid .post-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.grid.pictorial-grid .post-bg:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(rgba(49, 54, 58, 0) 0%, rgba(49, 54, 58, 0.55) 80%);
    transition: all 0.5s ease-out;
}

.grid.pictorial-grid .grid-item:hover .post-bg:after {
    top: 0%;
}

.grid.pictorial-grid .post-thumbnail {
    height: 100%;
}

.grid.pictorial-grid .post-content {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    padding: 20px 20px 40px 20px;
    transition: all 0.5s ease-out;
}

.grid.pictorial-grid .grid-item:hover .post-content {
    transition: all 0.5s ease-out;
}

.grid.pictorial-grid .grid-item:hover .post-content {
    bottom: 70px;
}

.grid.pictorial-grid .post-content a:not(.read-more) {
    color: #fff;
}

.grid.pictorial-grid .post-content-extra {
    position: absolute;
    right: 0px;
    bottom: -400px;
    left: 0px;
    z-index: 2;
    padding: 20px;
    transition: all 0.3s ease-out;
}

.grid.pictorial-grid .grid-item:hover .post-content-extra {
    bottom: 0px;
    transition: all 0.3s 0.2s ease-out;
}

.grid.pictorial-grid .blog-list-cat {
    margin-bottom: 0px;
}

.grid.pictorial-grid .blog-list-cat a:after,
.grid.pictorial-grid .blog-list-tag a:after {
    border-color: #fff;
}

.grid.pictorial-grid .blog-list-date {
    color: #fff;
    margin: 10px 0px 0px 0px;
}

.grid.pictorial-grid .blog-list-meta {
    margin: 0px;
    color: #fff;
    white-space: nowrap;
}

.grid.pictorial-grid .blog-list-meta .blog-post-metabox {
    padding-top: 0px;
    padding-bottom: 0px;
}

.grid.pictorial-grid .blog-list-meta a,
.grid.pictorial-grid .blog-list-meta .blog-post-meta-icon i {
    color: #fff;
}

.grid.pictorial-grid .blog-list .social-postbar {
    margin-top: 10px;
    margin-bottom: 0px;
}

.grid.pictorial-grid .blog-list .social-postbar a {
    color: #fff;
}

.grid.pictorial-grid .blog-list .social-postbar-in {
    background: none;
}

.grid.pictorial-grid .ribbon {
    top: 20px;
}

.grid.pictorial-grid .read-more {
    margin-top: 20px;
}

.magazine-list {
    float: left;
    width: 100%;
}

.magazine-list .magazin-collector {
    float: left;
    width: 100%;
}

.magazine-list .magazin-collector:last-child {
    border-bottom: 0px;
}

.magazine-list .magazine-item {
    float: right;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.magazine-list .dleft .magazine-item.mgz-big {
    float: left;
}

.magazine-list .magazine-item.mgz-big .post-thumb,
.magazine-list .magazine-item.mgz-big .post-content {
    width: 100%;
}

.magazine-list .magazine-item .post-thumb {
    margin-bottom: 20px;
}

.magazine-list .magazine-item .post-thumbnail {
    margin: 0px;
}

.magazine-list .magazine-list .ribbon {
    top: 0px;
}

.magazine-list .magazine-item:not(.mgz-big) .pin-button {
    top: 15px;
    left: 15px;
}

.magazine-list .magazine-item:not(.mgz-big) .h2,
.magazine-list .magazine-item:not(.mgz-big) .blog-list-cat,
.magazine-list .magazine-item:not(.mgz-big) .blog-list-tag {
    margin-bottom: 0px;
}

@media (min-width: 768px) {

    .blog-list-cat,
    .blog-list-tag {
        display: inline-block;
    }

    .blog-post-meta {
        white-space: nowrap;
    }

    .blog-post-metabox {
        padding: 4px 12px;
        border-left: 1px solid rgba(238, 238, 238, 0.9);
        font-size: 12px;
    }

    .blog-post-metabox.meta-author {
        padding: 10px 12px 10px 0px;
    }

    .blog-post-metabox.meta-author img.avatar {
        width: 36px;
        height: 36px;
    }

    .blog-list-meta .blog-post-metabox.meta-author img.avatar {
        width: 22px;
        height: 22px;
    }

    .blog-post-meta-icon i {
        font-size: 22px;
    }

    .blog-post-meta-content {
        padding-left: 10px;
    }

    .visual-list .post-content {
        width: 60%;
        padding: 0px 0px 0px 40px;
    }

    .visual-list.visual-right .post-content {
        padding: 0px 40px 0px 0px;
    }

    .visual-list:not(.special) .list-item {
        margin-bottom: 55px;
        padding-bottom: 55px;
    }

    .visual-list.alternate .list-item:nth-child(even) .post-content {
        padding: 0px 40px 0px 0px;
    }

    .visual-list.alternate .list-item:nth-child(odd) .post-content {
        padding: 0px 0px 0px 40px;
    }

    .visual-list .post-thumb {
        width: 40%;
        margin-top: 5px;
    }

    .visual-list .post-thumbnail {
        width: 40%;
        margin-bottom: 0px;
    }

    .visual-list .post-thumb-placeholder-content {
        padding: 80px 60px;
    }

    .visual-list .pf-quote .post-thumb-placeholder-content,
    .visual-list .pf-link .post-thumb-placeholder-content {
        padding: 40px 60px;
    }

    .visual-list .post-thumb-placeholder-content div {
        font-size: 16px;
    }

    .visual-list .blog-list-meta {
        text-align: center;
    }

    .visual-list .list-item.sticky .blog-list .social-postbar {
        margin-bottom: 1.6rem;
    }

    .grid.masonry-grid .grid-item {
        margin-bottom: 40px;
    }

    .grid.masonry-grid .post-content .blog-list .social-postbar {
        margin: 10px 0px 0px 0px;
    }

    .grid.metro-grid.column-2 .grid-item {
        height: 225px;
        margin-bottom: 50px;
    }

    .grid.metro-grid.column-3 .grid-item,
    .grid.metro-grid.column-4 .grid-item {
        height: 207px;
        margin-bottom: 36px;
    }

    .grid.metro-grid.column-2 .grid-item--width2,
    .grid.metro-grid.column-2 .grid-item--height2 {
        height: 500px;
    }

    .grid.metro-grid.column-3 .grid-item--width2,
    .grid.metro-grid.column-3 .grid-item--height2,
    .grid.metro-grid.column-4 .grid-item--width2,
    .grid.metro-grid.column-4 .grid-item--height2 {
        height: 450px;
    }

    .grid.pictorial-grid.column-2 h2 {
        font-size: 32px;
    }

    .grid.pictorial-grid.column-3 h2 {
        font-size: 24px;
    }

    .grid.pictorial-grid.column-4 h2 {
        font-size: 24px;
    }

    .grid.pictorial-grid.column-2 .grid-item {
        margin-bottom: 30px;
    }

    .grid.pictorial-grid.column-3 .grid-item {
        margin-bottom: 20px;
    }

    .grid.pictorial-grid.column-4 .grid-item {
        margin-bottom: 10px;
    }

    .grid.pictorial-grid.column-2 .post-thumb {
        height: 550px;
    }

    .grid.pictorial-grid.column-3 .post-thumb {
        height: 550px;
    }

    .grid.pictorial-grid.column-4 .post-thumb {
        height: 500px;
    }

    .grid.pictorial-grid.column-2 .post-content {
        padding: 40px 80px;
    }

    .grid.pictorial-grid.column-3 .post-content {
        padding: 20px 20px 35px 20px;
    }

    .grid.pictorial-grid.column-4 .post-content {
        padding: 20px 20px 35px 20px;
    }

    .grid.pictorial-grid .grid-item:hover .post-content {
        bottom: 100px;
    }

    .magazine-list .magazin-collector {
        border-bottom: 1px solid rgba(238, 238, 238, 0.9);
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .magazine-list .magazine-item {
        width: 50%;
        padding-right: 20px;
        float: left;
        clear: left;
    }

    .magazine-list .dleft .magazine-item {
        padding-left: 20px;
        padding-right: 0px;
        float: right;
        clear: right;
    }

    .magazine-list .magazine-item.mgz-big {
        padding-left: 20px;
        padding-right: 0px;
        float: right;
    }

    .magazine-list .dleft .magazine-item.mgz-big {
        padding-left: 0px;
        padding-right: 20px;
        float: left;
    }

    .magazine-list .magazine-item .post-thumb {
        width: 30%;
    }

    .magazine-list .magazine-item .post-content {
        width: 70%;
        padding-left: 20px;
        font-size: 15px;
    }

    .magazine-list .magazine-item.mgz-big .post-content {
        padding-left: 0px;
        font-size: 16px;
    }

    .magazine-list .magazine-item .post-content p {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .grid .blog-list-meta {
        margin-top: 15px;
    }

    .grid.masonry-grid.column-2 .grid-item {
        margin-bottom: 50px;
    }

    .grid.masonry-grid.column-3 .grid-item {
        margin-bottom: 45px;
    }

    .grid.masonry-grid.column-4 .grid-item {
        margin-bottom: 30px;
    }

    .grid.metro-grid.column-2 .grid-item--width2 {
        width: 48% !important;
    }

    .grid.metro-grid.column-3 .grid-item--width2,
    .grid.metro-grid.column-4 .grid-item--width2 {
        width: 65.5% !important;
    }

    .grid.metro-grid.column-2 .grid-item:not(.grid-item--width2):not(.grid-item--height2) h3 {
        font-size: 26px;
    }

    .grid.post-grid {
        float: none;
        width: auto;
        margin: 0px 0px 40px 0px;
    }

    .grid.post-grid .grid-item {
        margin-bottom: 0px !important;
    }

    .grid.post-grid {
        margin: 0px -40px 40px -40px;
    }

    .grid.post-grid.column-4 {
        margin: 0px -25px 40px -25px;
    }

    .grid.post-grid .grid-item {
        padding: 40px 40px 60px 40px;
    }

    .grid.post-grid.column-4 .grid-item {
        padding: 25px 25px 40px 25px;
    }

    .grid.post-grid .ribbon {
        top: 40px;
        right: 50px;
    }

    .grid.post-grid.column-4 .ribbon {
        top: 25px;
        right: 50px;
    }

    .grid.post-grid .grid-info {
        position: absolute;
        right: 0px;
        bottom: 0px;
        left: 0px;
        padding: 0px 40px 40px 40px;
    }

    .has-sidebar .grid.post-grid {
        position: relative;
        top: -20px;
        margin: 0px 0px 40px 0px;
    }

    .has-sidebar .grid.post-grid .grid-item {
        width: 50% !important;
        border-bottom: 1px solid #eee !important;
    }

    .has-sidebar .grid.post-grid .grid-item:nth-child(2n-1) {
        padding-left: 0px;
        border-right: 1px solid #eee !important;
    }

    .has-sidebar .grid.post-grid .grid-item:nth-child(2n) {
        padding-right: 0px;
        border-right: 0px !important;
    }

    .has-sidebar .grid.post-grid .grid-item:nth-last-of-type(1),
    .has-sidebar .grid.post-grid .grid-item:nth-last-of-type(2) {
        border-bottom: 0px !important;
    }

    .book-list .book-post {
        padding: 0px 0px 0px 50%;
        margin-bottom: 40px;
    }

    .book-list .image-effect-wrapper {
        position: absolute;
        top: 0px;
        right: 50%;
        bottom: 0px;
        left: 0px;
        height: auto;
    }

    .book-list .book-post-content-border {
        top: 0px;
        left: 50%;
    }

    .book-list .book-post-content .post-content {
        padding: 100px 100px 100px 100px;
    }

    .has-sidebar .book-list .book-post-content .post-content {
        padding: 100px 50px 100px 50px;
    }

    .has-sidebar .book-list .book-post {
        padding: 0px 0px 0px 47%;
    }

    .has-sidebar .book-list .image-effect-wrapper {
        right: 53%;
    }

    .has-sidebar .book-list .book-post-content-border {
        left: 47%;
    }

    .book-list.book-right:not(.alternate) .book-post {
        padding: 0px 50% 0px 0px;
    }

    .book-list.book-right:not(.alternate) .book-post .image-effect-wrapper {
        left: 50%;
        right: 0px;
    }

    .book-list.book-right:not(.alternate) .book-post .book-post-content-border {
        right: 50%;
        left: 0px;
    }

    .has-sidebar .book-list.book-right:not(.alternate) .book-post {
        padding: 0px 47% 0px 0px;
    }

    .has-sidebar .book-list.book-right:not(.alternate) .image-effect-wrapper {
        left: 53%;
        right: 0px;
    }

    .has-sidebar .book-list.book-right:not(.alternate) .book-post-content-border {
        right: 47%;
        left: 0px;
    }

    .book-list.alternate .book-post:nth-child(even) {
        padding: 0px 0px 0px 50%;
    }

    .book-list.alternate .book-post:nth-child(odd) {
        padding: 0px 50% 0px 0px;
    }

    .book-list.alternate .book-post:nth-child(even) .image-effect-wrapper {
        right: 50%;
    }

    .book-list.alternate .book-post:nth-child(odd) .image-effect-wrapper {
        left: 50%;
        right: 0px;
    }

    .book-list.alternate .book-post:nth-child(even) .book-post-content-border {
        left: 50%;
    }

    .book-list.alternate .book-post:nth-child(odd) .book-post-content-border {
        right: 50%;
        left: 0px;
    }

    .has-sidebar .book-list.alternate .book-post:nth-child(even) {
        padding: 0px 0px 0px 47%;
    }

    .has-sidebar .book-list.alternate .book-post:nth-child(odd) {
        padding: 0px 47% 0px 0px;
    }

    .has-sidebar .book-list.alternate .book-post:nth-child(even) .image-effect-wrapper {
        right: 53%;
    }

    .has-sidebar .book-list.alternate .book-post:nth-child(odd) .image-effect-wrapper {
        left: 53%;
        right: 0px;
    }

    .has-sidebar .book-list.alternate .book-post:nth-child(even) .book-post-content-border {
        left: 47%;
    }

    .has-sidebar .book-list.alternate .book-post:nth-child(odd) .book-post-content-border {
        right: 47%;
        left: 0px;
    }
}

@media (min-width: 1200px) {
    .grid.metro-grid.column-4 .grid-item {
        height: 200px;
        margin-bottom: 30px;
    }

    .grid.metro-grid.column-4 .grid-item--width2,
    .grid.metro-grid.column-4 .grid-item--height2 {
        height: 430px;
    }

    .grid.metro-grid.column-4 .grid-item--width2 {
        width: 48.6% !important;
    }
}

.post-items {
    float: left;
    width: 100%;
}

.post-items .row {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
}

.post-items .teaser-box {
    padding: 0px 1.2rem 3rem 1.2rem;
}

.row:last-child .teaser-box:last-child {
    padding-bottom: 0px;
}

.sec.wide.no-spacing.no-heading {
    padding-top: 0px !important;
}

.sec.wide.no-spacing {
    padding-bottom: 0px !important;
}

.sec.wide.no-spacing {
    padding-bottom: 0px !important;
}

.sec.wide .post-items .row {
    margin-right: 15px;
    margin-left: 15px;
}

.sec.no-spacing .post-items .row,
.sec.wide.no-spacing .post-items .row,
.sec.wide .row {
    margin-right: 0px;
    margin-left: 0px;
}

.sec.wide .container {
    width: 100%;
}

.no-spacing .post-items .teaser-box {
    padding: 0px;
}

.no-spacing .post-items .teaser-box .image-effect-wrapper {
    margin-bottom: 0px !important;
}

.area .post-items .col-md-12,
.area .post-items .col-md-6,
.area .post-items .col-md-4,
.area .post-items .col-md-3 {
    width: 100%;
}

.area .post-items .teaser-box {
    padding-bottom: 0px !important;
}

.post-items-style-1 .teaser-box-bg,
.post-items-style-2 .teaser-box-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #557fc1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-items-style-1 .col-md-12 .teaser-box-content {
    min-height: 280px;
}

.post-items-style-1 .col-md-6 .teaser-box-content {
    min-height: 280px;
}

.post-items-style-1 .col-md-4 .teaser-box-content {
    min-height: 330px;
}

.post-items-style-1 .col-md-3 .teaser-box-content {
    min-height: 380px;
}

.area .post-items-style-1 .col-md-12 .teaser-box-content {
    min-height: 180px;
}

.area .post-items-style-1 .col-md-6 .teaser-box-content {
    min-height: 180px;
}

.area .post-items-style-1 .col-md-4 .teaser-box-content {
    min-height: 230px;
}

.area .post-items-style-1 .col-md-3 .teaser-box-content {
    min-height: 280px;
}

.post-items-style-2 .col-md-12 .teaser-box-content {
    min-height: 480px;
}

.post-items-style-2 .col-md-6 .teaser-box-content {
    min-height: 480px;
}

.post-items-style-2 .col-md-4 .teaser-box-content {
    min-height: 480px;
}

.post-items-style-2 .col-md-3 .teaser-box-content {
    min-height: 540px;
}

.post-items-style-2 .teaser-box-bg:before {
    content: none;
}

.post-items-style-2 .teaser-box-bg:after {
    content: none;
}

.post-items-style-1 .teaser-box-content,
.post-items-style-2 .teaser-box-content {
    display: block;
    text-align: center;
}

.post-items-style-1 .teaser-box-content-in,
.post-items-style-2 .teaser-box-content-in {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    height: 100%;
    padding: 2.3rem;
}

.post-items-style-2 .teaser-box-content-in {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 2.3rem;
    display: block;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
}

.post-items-style-1 .teaser-box-content-in .teaser-box-wrapper,
.post-items-style-2 .teaser-box-content-in .teaser-box-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.post-items-style-2 .teaser-box-content-in .teaser-box-wrapper {
    display: block;
}

.post-items-style-1 .teaser-box-category,
.post-items-style-2 .teaser-box-category {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}

.post-items-style-2 .teaser-box-category {
    color: #686868;
}

.post-items-style-1 .teaser-box-category:before,
.post-items-style-2 .teaser-box-category:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -30px;
    width: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.post-items-style-2 .teaser-box-category:before {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.post-items-style-1 .teaser-box-category:after,
.post-items-style-2 .teaser-box-category:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -30px;
    width: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.post-items-style-2 .teaser-box-category:after {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.post-items-style-1 .h3-title,
.post-items-style-2 .h3-title {
    display: block;
    margin: 10px 0px 0px 0px;
    font-size: 21px;
    line-height: 1.4;
}

.post-items-style-2 .h3-title {
    font-size: 22px;
    font-weight: 500;
    color: #557fc1;
    text-transform: none;
}

.post-items-style-1 .col-md-3 .h3-title,
.post-items-style-2 .col-md-3 .h3-title {
    font-size: 19px;
}

.post-items-style-1 p,
.post-items-style-2 p {
    margin: 10px 0px 0px 0px !important;
    color: #686868;
}

.post-items-style-1 p {
    color: #fff;
}

.post-items-style-1 .read-more,
.post-items-style-2 .read-more {
    margin: 20px 0px 10px 0px;
}

.post-items-style-3 .teaser-box-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #557fc1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-items-style-3 .col-md-12 .teaser-box-content {
    min-height: 480px;
}

.post-items-style-3 .col-md-6 .teaser-box-content {
    min-height: 480px;
}

.post-items-style-3 .col-md-4 .teaser-box-content {
    min-height: 380px;
}

.post-items-style-3 .col-md-3 .teaser-box-content {
    min-height: 380px;
}

.post-items-style-3 .teaser-box-bg:before {
    content: none;
}

.post-items-style-3 .teaser-box-bg:after {
    content: none;
}

.post-items-style-3 .teaser-box-content {
    display: block;
    text-align: center;
}

.post-items-style-3 .teaser-box-content-in {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 100%;
    padding: 2rem;
    display: block;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease-out;
}

.post-items-style-3 .teaser-box-content:hover .teaser-box-content-in {
    left: 0%;
    transition: all 0.3s ease-out;
}

.post-items-style-3 .teaser-box-content-in .teaser-box-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.post-items-style-3 .teaser-box-content-in .teaser-box-wrapper-in {
    display: table-cell;
    vertical-align: middle;
}

.post-items-style-3 .teaser-box-category {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}

.post-items-style-3 .teaser-box-category {
    color: #686868;
}

.post-items-style-3 .teaser-box-category:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -30px;
    width: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.post-items-style-3 .teaser-box-category:before {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.post-items-style-3 .teaser-box-category:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -30px;
    width: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.post-items-style-3 .teaser-box-category:after {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.post-items-style-3 .h3-title {
    display: block;
    margin: 10px 0px 0px 0px;
    font-size: 21px;
    line-height: 1.4;
}

.post-items-style-3 .h3-title {
    font-size: 22px;
    font-weight: 500;
    color: #557fc1;
    text-transform: none;
}

.post-items-style-3 .col-md-3 .h3-title {
    font-size: 19px;
}

.post-items-style-3 p {
    margin: 10px 0px 0px 0px !important;
    color: #686868;
}

.post-items-style-3 .read-more {
    margin: 20px 0px 10px 0px;
}

.post-items-style-4 .image-effect-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 50%;
}

.post-items-style-4 .teaser-box-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-items-style-4 .teaser-box-bg:after {
    content: none;
}

.post-items-style-4 .teaser-box-bg:before {
    content: none;
}

.post-items-style-4 .teaser-box-content {
    position: relative;
    padding-right: 50%;
}

.post-items-style-4 .teaser-box-content {
    text-align: center;
}

.post-items-style-4 .teaser-box-content {
    background: #f7f7f7;
}

.sec:nth-child(even) .post-items-style-4 .teaser-box-content {
    background: #fff;
}

.post-items-style-4 .teaser-box-content-in {
    display: table;
    width: 100%;
    height: 100%;
}

.post-items-style-4 .col-md-12 .teaser-box-content-in {
    min-height: 300px;
    padding: 2.3rem;
}

.post-items-style-4 .col-md-6 .teaser-box-content-in {
    min-height: 300px;
    padding: 2rem;
}

.post-items-style-4 .col-md-4 .teaser-box-content-in {
    min-height: 220px;
    padding: 1.2rem;
}

.post-items-style-4 .col-md-3 .teaser-box-content-in {
    min-height: 250px;
    padding: 0.8rem;
}

.post-items-style-4 .teaser-box-content-in .teaser-box-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.post-items-style-4 .teaser-box-category {
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
}

.post-items-style-4 .teaser-box-category:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -30px;
    width: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.post-items-style-4 .teaser-box-category:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -30px;
    width: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.post-items-style-4 .h3-title {
    display: block;
    margin: 10px 0px 0px 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    color: #557fc1;
}

.post-items-style-4 .col-md-4 .h3-title {
    font-size: 18px;
}

.post-items-style-4 .col-md-3 .h3-title {
    font-size: 16px;
}

.post-items-style-4 p {
    margin: 10px 0px 0px 0px !important;
    color: #686868;
}

.post-items-style-4 .read-more {
    margin: 20px 0px 10px 0px;
}

.post-items.post-items-style-5 .image-effect-wrapper {
    margin-bottom: 20px;
}

.post-items.post-items-style-6 .image-effect-wrapper {
    margin-bottom: 0px;
}

.post-items-style-5 .teaser-box-bg,
.post-items-style-6 .teaser-box-bg {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-items-style-5 .col-md-12 .teaser-box-bg,
.post-items-style-6 .col-md-12 .teaser-box-bg {
    height: 350px;
}

.post-items-style-5 .col-md-6 .teaser-box-bg,
.post-items-style-6 .col-md-6 .teaser-box-bg {
    height: 300px;
}

.post-items-style-5 .col-md-4 .teaser-box-bg,
.post-items-style-6 .col-md-4 .teaser-box-bg {
    height: 320px;
}

.post-items-style-5 .col-md-3 .teaser-box-bg,
.post-items-style-6 .col-md-3 .teaser-box-bg {
    height: 250px;
}

.post-items-style-5 .teaser-box-bg:after,
.post-items-style-6 .teaser-box-bg:after {
    content: none;
}

.post-items-style-6 .teaser-box-bg:before {
    content: none;
}

.post-items-style-5 .teaser-box-content,
.post-items-style-6 .teaser-box-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.post-items-style-6 .teaser-box-content {
    background: #f7f7f7;
}

.sec:nth-child(even) .post-items-style-6 .teaser-box-content {
    background: #fff;
}

.post-items-style-5 .teaser-box-content-in,
.post-items-style-6 .teaser-box-content-in {
    display: table-cell;
    vertical-align: middle;
}

.post-items-style-6 .col-md-12 .teaser-box-content-in {
    padding: 3rem;
}

.post-items-style-6 .col-md-6 .teaser-box-content-in {
    padding: 2.3rem;
}

.post-items-style-6 .col-md-4 .teaser-box-content-in {
    padding: 2rem;
}

.post-items-style-6 .col-md-3 .teaser-box-content-in {
    padding: 1.2rem;
}

.post-items-style-5 .teaser-box-category,
.post-items-style-6 .teaser-box-category {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
}

.post-items-style-5 .teaser-box-category:before,
.post-items-style-6 .teaser-box-category:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -30px;
    width: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.post-items-style-5 .teaser-box-category:after,
.post-items-style-6 .teaser-box-category:after {
    content: '';
    position: absolute;
    top: 9px;
    right: -30px;
    width: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.post-items-style-5 .h3-title,
.post-items-style-6 .h3-title {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    color: #6ca0e2;
}

.post-items-style-5 .woo-price,
.post-items-style-6 .woo-price {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.post-items-style-5 p,
.post-items-style-6 p {
    margin: 10px 0px 0px 0px !important;
}

.post-items-style-5 .read-more,
.post-items-style-6 .read-more {
    margin: 20px 0px 10px 0px;
}

.is-block {
    margin-bottom: 2.3rem;
}

table.step-list {
    width: 100%;
    table-layout: fixed;
    border-collapse: inherit;
    padding: 0px;
    margin-bottom: 2.3rem;
}

.step-list tr {
    background: none !important;
    line-height: inherit !important;
}

.step-list td {
    padding: 0px !important;
    border: 0px !important;
    line-height: inherit !important;
}

.step-list td.step-list-count {
    width: 80px;
    vertical-align: middle;
}

.step-list td.step-list-count span {
    width: 60px;
    height: 60px;
    display: inline-table;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid rgba(238, 238, 238, 0.9);
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.step-list td.step-list-count span i {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
}

.step-list td.step-list-content {
    border-bottom: 1px solid rgba(238, 238, 238, 0.9) !important;
    padding: 1.6rem 0px !important;
}

.step-list tr:last-child td.step-list-content {
    border-bottom: 0px !important;
}

.step-list td.step-list-content p:last-child {
    margin-bottom: 0px;
}

ul.nav-tabs {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

ul.nav-tabs li {
    margin: 0px 0px -1px 0px;
    padding: 0px;
}

ul.nav-tabs li.active>a {
    color: #686868;
    background: linear-gradient(to bottom, #f2f2f2 0%, #fff 100%);
    border: 1px solid rgba(238, 238, 238, 0.9);
    border-bottom: 1px solid #fff;
}

ul.nav-tabs li>a:hover {
    background: rgba(238, 238, 238, 0.4);
    border: 1px solid rgba(238, 238, 238, 0.9);
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

ul.nav-tabs li.active>a:hover,
ul.nav-tabs li.active>a:active,
ul.nav-tabs li.active>a:focus {
    border: 1px solid rgba(238, 238, 238, 0.9);
    border-bottom: 1px solid #fff;
}

.tab-content {
    width: 100%;
    margin-bottom: 30px;
}

.tab-content p {
    margin-top: 0px;
}

.tab-area {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.tab-area.left .nav-tabs,
.tab-area.right .nav-tabs {
    float: left;
    width: 15%;
    margin: 0px;
    border: 0px !important;
}

.tab-area.right .nav-tabs {
    float: right;
}

.tab-area.left .nav-tabs li,
.tab-area.right .nav-tabs li {
    width: 100%;
    margin: 0px;
    z-index: 0;
}

.tab-area.left .nav-tabs li.active,
.tab-area.right .nav-tabs li.active {
    z-index: 2;
}

.tab-area.left .nav-tabs li a,
.tab-area.right .nav-tabs li a {
    margin: 0px !important;
    border: 0px !important;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9) !important;
    color: #686868;
    padding: 15px 0px;
    border-radius: 0px;
}

.tab-area.left .nav-tabs li a span.tab-title,
.tab-area.right .nav-tabs li a span.tab-title {
    display: none;
}

.tab-area.left .nav-tabs li a:hover {
    background: linear-gradient(to right, #fff 0%, rgba(238, 238, 238, 0.8) 100%);
}

.tab-area.right .nav-tabs li a:hover {
    background: linear-gradient(to left, #fff 0%, rgba(238, 238, 238, 0.8) 100%);
}

.tab-area.left .nav-tabs li.active a,
.tab-area.right .nav-tabs li.active a,
.tab-area.left .nav-tabs li.active a:hover,
.tab-area.right .nav-tabs li.active a:hover {
    background: #fff !important;
}

.tab-area.left .nav-tabs li.active a,
.tab-area.right .nav-tabs li.active a {
    margin: 0px -1px 0px 0px;
}

.tab-area.right .nav-tabs li.active a {
    margin: 0px 0px 0px -1px;
}

.tab-area.left .nav-tabs .fa,
.tab-area.right .nav-tabs .fa {
    width: 100%;
    text-align: center;
}

.tab-area.top .nav-tabs .fa {
    margin-right: 6px;
}

.tab-area.left .nav-tabs .tab-letter,
.tab-area.right .nav-tabs .tab-letter {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #557fc1;
}

.tab-area.top .nav-tabs .tab-letter {
    display: none;
}

.tab-area.left .tab-content,
.tab-area.right .tab-content {
    float: left;
    position: relative;
    z-index: 1;
    width: 85%;
    padding: 0px 0px 20px 25px;
    box-shadow: -20px 0px 20px -19px rgba(0, 0, 0, 0.2);
}

.tab-area.right .tab-content {
    padding: 0px 25px 20px 0px;
    box-shadow: 20px 0px 20px -19px rgba(0, 0, 0, 0.2);
}

.accordion-area {
    text-align: left;
}

.panel-group {
    width: 100%;
    margin: 0px 0px 50px 0px;
}

.panel-title a {
    display: block;
    color: #6ca0e2;
}

.panel-title a:hover {
    color: #557fc1;
}

.accordion .panel {
    background: #fff;
    border-color: rgba(238, 238, 238, 0.9);
    border-radius: 0px;
}

.accordion .panel-heading {
    padding: 0px;
    background: rgba(238, 238, 238, 0.4);
    border-color: rgba(238, 238, 238, 0.9);
}

.accordion .panel-heading:hover {
    background: rgba(238, 238, 238, 0.6);
}

.accordion .panel-heading a {
    padding: 10px 15px 10px 15px;
}

.accordion .panel-body {
    border-top-color: rgba(238, 238, 238, 0.9) !important;
    padding: 25px;
}

.accordion .panel-body h1:first-child,
.accordion .panel-body h2:first-child,
.accordion .panel-body h3:first-child,
.accordion .panel-body h4:first-child,
.accordion .panel-body h5:first-child,
.accordion .panel-body h6:first-child {
    margin-top: 0px;
    padding-top: 0px;
}

.accordion .panel-body p:last-child {
    margin-bottom: 0px;
}

.toggle-menu a .fa {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #557fc1;
    width: 18px;
    height: 18px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.toggle-menu a .fa:before {
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
}

.toggle-menu a .fa.fa-plus {
    display: inline-table;
}

.toggle-menu a .fa.fa-minus {
    display: none;
}

.toggle-menu a.collapsed .fa.fa-plus {
    display: none;
}

.toggle-menu a.collapsed .fa.fa-minus {
    display: inline-table;
}

.toggle-menu .panel {
    border: 0px;
    box-shadow: none;
    margin-top: -1px !important;
    background: #fff;
}

.toggle-menu .panel-heading {
    padding: 0px;
    position: relative;
    background: none;
    border-top: 1px solid rgba(238, 238, 238, 0.9);
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    border-radius: 0px;
    font-weight: 600;
}

.toggle-menu .panel-heading a {
    padding: 10px 15px 10px 45px;
    color: #6ca0e2;
}

.toggle-menu .panel-heading:hover {
    background: rgba(238, 238, 238, 0.4);
}

.toggle-menu .panel-body {
    padding: 15px 25px;
    border: 0px !important;
}

.toggle-area {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
}

.toggle-area .panel-group.toggle-menu {
    width: auto;
    margin: 0px -15px 0px -15px;
}

.toggle-area .toggle-column {
    float: left;
    width: 100%;
    padding: 0px 15px;
}

.toggle-area .toggle-column.col-2 {
    width: 100%;
}

.toggle-area .toggle-column.col-3 {
    width: 100%;
}

.toggle-area .panel-body p:last-child {
    margin-bottom: 10px;
}

.timeline {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

.timeline:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 100%;
    content: '';
    width: 10px;
    background: rgba(238, 238, 238, 0.9);
    border-radius: 10px;
}

.timeline ul.timeline-ul {
    float: left;
    width: 100%;
    padding: 0px;
    line-height: 26px;
}

.timeline ul.timeline-ul li.timeline-li {
    float: left;
    width: 100%;
    list-style-type: none;
    position: relative;
    padding: 0px;
}

.timeline ul.timeline-ul li.timeline-li {
    padding: 3rem 0px 0px 0px;
}

.timeline ul.timeline-ul li.timeline-li::after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: -10px;
    bottom: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul.timeline-ul li.timeline-li div.timeline-content {
    position: relative;
    bottom: 0;
    width: 90%;
    padding: 2rem;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.timeline ul.timeline-ul li.timeline-li div.timeline-content {
    float: left;
}

.timeline ul.timeline-ul li.timeline-li div.timeline-content>h1:first-child,
.timeline ul.timeline-ul li.timeline-li div.timeline-content>h2:first-child,
.timeline ul.timeline-ul li.timeline-li div.timeline-content>h3:first-child,
.timeline ul.timeline-ul li.timeline-li div.timeline-content>h4:first-child,
.timeline ul.timeline-ul li.timeline-li div.timeline-content>h5:first-child,
.timeline ul.timeline-ul li.timeline-li div.timeline-content>h6:first-child {
    margin-top: 0px;
    padding-top: 0px;
}

.timeline ul.timeline-ul li.timeline-li div.timeline-content>p:last-child {
    margin-bottom: 0px;
}

.timeline ul.timeline-ul li.timeline-li div.timeline-content::before,
.timeline ul.timeline-ul li.timeline-li div.timeline-content::after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul.timeline-ul li.timeline-li div.timeline-content::before {
    right: -16px;
    border-width: 14px 0 14px 16px;
    border-color: transparent transparent transparent rgba(238, 238, 238, 0.9);
}

.timeline ul.timeline-ul li.timeline-li div.timeline-content::after {
    right: -15px;
    border-width: 14px 0 14px 16px;
    border-color: transparent transparent transparent #fff;
}

.timeline ul.timeline-ul li.timeline-li time {
    float: left;
    text-align: right;
    padding-right: 40px;
}

.timeline time {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #6ca0e2;
    font-size: 30px;
    font-weight: 100;
}

.timeline ul.timeline-ul li.timeline-li.in-view::after {
    background: #6ca0e2;
}

ul.download-list {
    width: 100%;
    float: left;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

ul.download-list li {
    width: 100%;
    position: relative;
    padding: 12px 20px 12px 65px;
    margin: 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    list-style: none;
}

ul.download-list li:nth-child(odd) {
    background: rgba(238, 238, 238, 0.4);
}

ul.download-list li:nth-child(even) {
    background: #fff;
}

ul.download-list li i {
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 23px;
}

ul.download-list li a {
    width: 100%;
}

ul.download-list li.list-separator {
    padding: 10px 20px 10px 20px;
    margin-top: 30px;
    border: 0px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    background: #557fc1;
}

ul.download-list li.list-separator:first-child {
    margin-top: 0px;
}

ul.download-list .file-info {
    display: block;
    color: #686868;
    text-transform: uppercase;
}

.features-1 h3 {
    margin: 20px 0px 10px 0px;
}

.features-1 .item a:hover h3 {
    text-decoration: underline;
}

.features-1 .item .icon {
    font-size: 85px;
}

.features-1 .item .svg-icon {
    width: 85px;
    fill: #557fc1;
}

.features-1 .item .image-shape-container {
    max-width: 100%;
}

.features-1 .item.col-md-12 .image-shape-container {
    max-width: 50%;
}

.features-1 .item.col-md-6 .image-shape-container {
    max-width: 60%;
}

.features-1 .item.col-md-4 .image-shape-container {
    max-width: 70%;
}

.features-1 .item.col-md-3 .image-shape-container {
    max-width: 80%;
}

.features-2 h4 {
    margin-bottom: 10px;
}

.features-2 .col-md-12 {
    margin-bottom: 20px;
}

.features-2 .col-md-12:last-child {
    margin-bottom: 0px;
}

.features-2 .media-left {
    min-width: 60px;
    text-align: center;
}

.features-2 .img-responsive {
    width: 100%;
}

.features-2 .media-right a:hover {
    text-decoration: underline;
}

.features-2 .media-left .icon {
    font-size: 40px;
}

.features-2 .media-left .svg-icon {
    width: 40px;
    fill: #557fc1;
}

.features-3 h4 {
    margin-bottom: 10px;
}

.features-3 .col-md-6 {
    width: 100%;
    margin-bottom: 25px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.features-3 .col-md-6:last-child {
    margin-bottom: 0px;
}

.features-3 .fa-stack {
    display: inline-table;
    border-radius: 50%;
    background: #557fc1;
    text-align: center;
}

.features-3 .fa-stack.with-shape {
    background-color: transparent;
}

.features-3 .fa-stack i {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    line-height: 0;
}

.features-3 .fa-stack.with-shape i {
    display: inline-block;
}

.features-3 .img-responsive {
    margin-bottom: 25px;
    width: 100%;
}

.features-3 .media-right a:hover {
    text-decoration: underline;
}

.features-3 .media-left .image-shape-container {
    position: absolute;
    top: 0px;
    left: 0px;
}

.features-3 .media-left .image-shape-container.svg-shape {
    background-color: #557fc1;
    background-size: 60%;
}

.features-3 .media-left .icon {
    font-size: 20px;
}

.features-3 .media-left .svg-icon {
    width: 20px;
    fill: #fff;
}

.banner .row div {
    float: none;
    display: block;
    vertical-align: middle;
}

.banner .btn {
    margin-top: 25px;
}

.banner p {
    padding: 0px 30px;
}

@media (min-width: 768px) {

    .tab-area.left .nav-tabs,
    .tab-area.right .nav-tabs {
        width: 30%;
    }

    .tab-area.left .nav-tabs li a,
    .tab-area.right .nav-tabs li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tab-area.right .nav-tabs li a {
        padding-left: 15px;
    }

    .tab-area.left li.has-icon a {
        padding-left: 40px;
    }

    .tab-area.right li.has-icon a {
        padding-left: 50px;
    }

    .tab-area.left .nav-tabs li a span.tab-title,
    .tab-area.right .nav-tabs li a span.tab-title {
        display: inline-block;
    }

    .tab-area.left .nav-tabs .fa,
    .tab-area.right .nav-tabs .fa {
        position: absolute;
        top: 18px;
        left: 0px;
        width: 30px;
    }

    .tab-area.right .nav-tabs .fa {
        width: 50px;
    }

    .tab-area.left .nav-tabs .tab-letter,
    .tab-area.right .nav-tabs .tab-letter {
        display: none;
    }

    .tab-area.left .tab-content,
    .tab-area.right .tab-content {
        width: 70%;
        padding: 0px 0px 2.3rem 2.3rem;
    }

    .tab-area.right .tab-content {
        padding: 0px 2.3rem 2.3rem 0px;
    }

    .timeline:before {
        left: 50%;
        margin-left: -5px;
    }

    .timeline ul.timeline-ul li.timeline-li::after {
        left: 50%;
        margin-left: -15px;
    }

    .timeline ul.timeline-ul li.timeline-li div.timeline-content {
        width: 46%;
    }

    .timeline ul.timeline-ul li.timeline-li:nth-child(odd) div.timeline-content {
        float: right;
    }

    .timeline ul.timeline-ul li.timeline-li:nth-child(even) div.timeline-content {
        float: left;
    }

    .timeline ul.timeline-ul li.timeline-li:nth-child(odd) div.timeline-content::before {
        left: -16px;
        border-width: 14px 16px 14px 0;
        border-color: transparent rgba(238, 238, 238, 0.9) transparent transparent;
    }

    .timeline ul.timeline-ul li.timeline-li:nth-child(odd) div.timeline-content::after {
        left: -15px;
        border-width: 14px 16px 14px 0;
        border-color: transparent #fff transparent transparent;
    }

    .timeline ul.timeline-ul li.timeline-li:nth-child(even) div.timeline-content::before {
        right: -16px;
        border-width: 14px 0 14px 16px;
        border-color: transparent transparent transparent rgba(238, 238, 238, 0.9);
    }

    .timeline ul.timeline-ul li.timeline-li:nth-child(even) div.timeline-content::after {
        right: -15px;
        border-width: 14px 0 14px 16px;
        border-color: transparent transparent transparent #fff;
    }

    .timeline ul.timeline-ul li.timeline-li:nth-child(even) time {
        float: right;
        text-align: left;
        padding-left: 2.3rem;
    }

    .timeline ul.timeline-ul li.timeline-li:nth-child(odd) time {
        float: left;
        text-align: right;
        padding-right: 2.3rem;
    }

    .timeline time {
        width: 50%;
        padding-top: 30px;
        padding-bottom: 0px;
        font-size: 60px;
    }

    .features-2 .col-md-12 {
        margin-bottom: 30px;
    }

    .features-3 .col-md-6 {
        width: 49%;
    }

    .features-3 .col-md-6 {
        margin-bottom: 45px;
    }

    .features-3 .col-md-6:nth-last-of-type(-n+2) {
        margin-bottom: 0px;
    }

    .features-3 .img-responsive {
        margin-bottom: 0px;
    }

    .banner h2 {
        margin: 0px;
    }

    .banner p {
        margin: 0px;
    }
}

@media (min-width: 992px) {
    .toggle-area .toggle-column.col-2 {
        width: 50%;
    }

    .toggle-area .toggle-column.col-3 {
        width: 50%;
    }

    ul.download-list .file-info {
        display: inline-block;
        position: absolute;
        right: 15px;
    }

    .banner {
        text-align: left;
    }

    .banner .row div {
        display: table-cell;
    }

    .banner .btn {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .toggle-area .toggle-column.col-3 {
        width: 33.33333%;
    }
}

.has-sidebar {
    padding: 0px;
    width: 100%;
}

.sidebar {
    float: left;
    padding: 0px;
    margin-top: 45px;
    width: 100%;
}

.sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar li {
    padding: 0px;
}

.sidebar-right {
    float: right;
}

@media (min-width: 768px) {
    .has-sidebar {
        padding: 0px 0px 0px 0px;
    }

    .has-sidebar.has-sidebar-right {
        padding: 0px 0px 0px 0px;
    }

    .sidebar {
        padding: 0px 0px 0px 0px;
    }

    .sidebar.sidebar-right {
        padding: 0px 0px 0px 0px;
    }

    .content .no-sidebar article.post-body,
    .content .no-sidebar article.page-body,
    .content .no-sidebar article.product-body,
    .content .no-sidebar article.recipe-body {
        width: 900px;
        float: none;
        margin: 0 auto;
    }

    .content .no-sidebar article.product-body,
    .content .no-sidebar article.recipe-body {
        width: 960px;
    }
}

@media (min-width: 992px) {
    .has-sidebar {
        float: right;
        width: 75%;
        padding: 0px 0px 0px 2.7rem;
        border: 0px;
        border-left: 1px solid rgba(238, 238, 238, 0.9);
    }

    .has-sidebar.has-sidebar-right {
        float: left;
        padding: 0px 2.7rem 0px 0px;
        border: 0px;
        border-right: 1px solid rgba(238, 238, 238, 0.9);
    }

    .sidebar {
        padding: 0px 2.7rem 0px 0px;
        margin-top: 0px;
        width: 25%;
    }

    .sidebar.sidebar-right {
        padding: 0px 0px 0px 2.7rem;
    }
}

@media (min-width: 1296px) {
    .has-sidebar {
        padding: 0px 0px 0px 2.7rem;
    }

    .has-sidebar.has-sidebar-right {
        padding: 0px 2.7rem 0px 0px;
    }

    .sidebar {
        padding: 0px 2.7rem 0px 0px;
    }

    .sidebar.sidebar-right {
        padding: 0px 0px 0px 2.7rem;
    }
}

@media (max-width: 980px) {

    .content .no-sidebar article.post-body,
    .content .no-sidebar article.page-body {
        width: 100%;
        float: left;
    }
}

@media (max-width: 1040px) {

    .content .no-sidebar article.product-body,
    .content .no-sidebar article.recipe-body {
        width: 100%;
        float: left;
    }
}

.widget {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

.widget-side {
    float: left;
    width: 100%;
    margin: 0px 0px 2.3rem 0px;
    font-size: 14px;
}

.widget-title {
    float: left;
    position: relative;
    width: 100%;
    padding: 0px 0px 0.8rem 0px;
    margin: 0px 0px 1rem 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #686868;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    text-align: center;
}

.widget-meta {
    white-space: nowrap;
    margin-right: 10px;
}

.widget-meta .fa {
    margin: 0px 3px 0px 0px;
}

.widget select {
    width: 100%;
    height: 38px;
    border-radius: 40px;
    border: 1px solid rgba(238, 238, 238, 0.9);
    font-weight: 400;
    font-size: 13px;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.widget-side li {
    list-style: none;
}

.banner-widget {
    position: relative;
    float: left;
    width: 100%;
}

.banner-widget img {
    float: left;
    width: 100%;
    height: auto;
}

.banner-widget-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 3px 8px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px 0px 0px 0px;
}

.banner-widget-content {
    margin-top: 5px;
}

.banner-widget .alert {
    margin: 0px;
}

.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text {
    display: none;
}

.widget_search label,
.widget_product_search label {
    width: 100%;
}

.widget_search .search-field,
.widget_product_search .search-field {
    width: 100% !important;
    height: 43px !important;
    border: 1px solid rgba(238, 238, 238, 0.9) !important;
    font-weight: 400;
    font-size: 13px;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.06);
    outline: none;
}

.widget_search input[type=submit],
.widget_product_search button[type=submit] {
    display: none;
}

.widget_calendar {
    float: left;
}

.widget_calendar table {
    width: 100%;
    margin: 0px;
}

.widget_calendar caption {
    text-align: right;
    color: #686868;
    font-size: 13px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.widget_calendar thead {
    font-size: 10px;
}

.widget_calendar thead th {
    padding: 0px 0px 10px 0px;
    border: 0px;
    text-align: center;
    border-bottom: 2px solid rgba(238, 238, 238, 0.9) !important;
}

.widget_calendar tbody {
    color: #b5b5b5;
}

.widget_calendar tr {
    background: none !important;
}

.widget_calendar tbody td {
    background: rgba(238, 238, 238, 0.5);
    border: 1px solid rgba(238, 238, 238, 0.9);
    text-align: center;
    padding: 8px 0px !important;
}

.widget_calendar tbody td:hover {
    background: #fff;
}

.widget_calendar tbody td#today {
    background: #6ca0e2;
    color: #fff;
}

.widget_calendar tbody td#today:hover {
    background: #557fc1;
}

.widget_calendar tbody td#today a {
    color: #fff;
}

.widget_calendar tbody .pad {
    background: none !important;
}

.widget_calendar tfoot #prev,
.widget_calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.widget_calendar tfoot #next {
    text-align: right;
}

.widget_media_image .wp-caption,
.widget_media_image img {
    margin: 0px !important;
}

.widget_media_gallery .gallery {
    float: left;
}

.widget_media_gallery .gallery-item {
    margin: 0px 0px 20px 0px;
}

.widget_media_gallery .gallery {
    margin-bottom: -10px;
}

.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_nav_menu li,
.widget_recent_entries li {
    float: left;
    position: relative;
    width: 100%;
    margin: 0px !important;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.widget_pages li.page_item_has_children,
.widget_categories li .children,
.widget_nav_menu li.menu-item-has-children {
    padding-bottom: 8px;
}

.widget_pages li.page_item_has_children a,
.widget_categories li .children a,
.widget_nav_menu li.menu-item-has-children a {
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.widget_pages li.page_item_has_children li a,
.widget_categories li .children li a,
.widget_nav_menu li.menu-item-has-children li a {
    border-bottom: 0px;
}

.widget_pages li li,
.widget_categories li li,
.widget_archive li li,
.widget_meta li li,
.widget_nav_menu li li,
.widget_recent_entries li li {
    border-bottom: 0px;
}

.widget_pages li li.page_item_has_children,
.widget_nav_menu li li.menu-item-has-children {
    padding-bottom: 0px;
}

.widget_pages a,
.widget_categories a,
.widget_archive a,
.widget_meta a,
.widget_nav_menu a,
.widget_recent_entries a {
    float: left;
    width: 100%;
    padding: 6px 0px;
}

.widget_pages a:hover,
.widget_categories a:hover,
.widget_archive a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_recent_entries a:hover {
    text-decoration: none;
}

.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_recent_entries li a {
    font-weight: 600;
}

.widget_pages li li a,
.widget_categories li li a,
.widget_archive li li a,
.widget_nav_menu li li a,
.widget_recent_entries li li a {
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    padding: 3px 10px 3px 15px;
}

.widget_pages li li li,
.widget_categories li li li,
.widget_archive li li li,
.widget_nav_menu li li li,
.widget_recent_entries li li li {
    padding-left: 10px;
}

.widget_pages li li a:after,
.widget_categories li li a:after,
.widget_archive li li a:after,
.widget_nav_menu li li a:after,
.widget_recent_entries li li a:after {
    font-family: 'fontAwesome';
    content: '\f054';
    position: absolute;
    top: 10px;
    left: 1px;
    font-size: 8px;
    color: #eee;
}

.widget_pages li li li a:after,
.widget_categories li li li a:after,
.widget_archive li li li a:after,
.widget_nav_menu li li li a:after,
.widget_recent_entries li li li a:after {
    left: 3px;
}

.widget_pages li:last-child,
.widget_categories li:last-child,
.widget_archive li:last-child,
.widget_nav_menu li:last-child,
.widget_recent_entries li:last-child {
    border-bottom: 0px;
}

.widget_pages .children li:last-child,
.widget_categories .children li:last-child,
.widget_archive .children li:last-child,
.widget_nav_menu .sub-menu li:last-child,
.widget_recent_entries .children li:last-child {
    border-bottom: 0px;
}

.widget_archive span,
.widget_categories span {
    position: absolute;
    top: 9px;
    right: 10px;
    background: rgba(238, 238, 238, 0.4);
    border-radius: 50%;
    font-size: 10px;
    width: 17px;
    height: 17px;
    text-align: center;
}

.widget_categories .children span {
    top: 6px;
}

.widget_recent_entries span {
    float: left;
    font-size: 12px;
    margin: -4px 0px 5px 0px;
    color: #a2a2a2;
}

.widget_recent_comments ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.widget_recent_comments li {
    float: left;
    position: relative;
    width: 100%;
    margin: 0px !important;
    padding: 3px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.widget_recent_comments li:last-child {
    border-bottom: 0px;
}

.widget_rss .rss-widget-icon {
    display: none;
}

.widget_rss ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.widget_rss li {
    float: left;
    position: relative;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.widget_rss li:last-child {
    border-bottom: 0px;
    margin: 0px;
}

.widget_rss li .rsswidget {
    font-weight: 600;
    line-height: 1.5;
    display: block;
}

.widget_rss .rss-date {
    display: block;
    font-size: 12px;
    margin: 0px 0px 5px 0px;
    color: #a2a2a2;
}

.widget_rss .rssSummary {
    border: 1px solid rgba(238, 238, 238, 0.9);
    padding: 7px 12px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.widget_rss cite {
    font-size: 12px;
    margin: -10px 0px 7px 0px;
    float: right;
}

.widget_rss li:last-child cite {
    margin-bottom: 0px;
}

.widget_text p,
.widget_custom_html p {
    line-height: 1.5;
}

.widget_text p:last-child {
    margin-bottom: 0px;
}

.widget_tag_cloud,
.widget_product_tag_cloud,
.tags-postbar {
    text-align: center;
}

.widget_tag_cloud a,
.widget_product_tag_cloud a,
.tags-postbar a {
    display: inline-block;
    padding: 3px 8px;
    margin: 0px 5px 8px 0px;
    background: rgba(238, 238, 238, 0.4);
    color: #888;
    text-transform: uppercase;
    font-size: 12px !important;
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover,
.tags-postbar a:hover {
    background: #557fc1;
    color: #fff;
}

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud,
.tags-postbar {
    float: left;
    padding-top: 5px;
}

.recent-comments-widget a {
    color: #557fc1;
}

.recent-comments-widget ul {
    float: left;
}

.recent-comments-widget li {
    float: left;
    clear: both;
    position: relative;
    padding: 10px 0px 10px 55px;
    margin: 0px !important;
    text-align: left;
}

.recent-comments-widget li:first-child {
    padding-top: 5px !important;
}

.recent-comments-widget img {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.recent-comments-widget li:first-child img {
    top: 5px;
}

.recent-comments-widget .comment-title {
    width: 100%;
    float: left;
    font-weight: 600;
    line-height: 1.5;
}

.recent-comments-widget p {
    float: left;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    line-height: 1.5;
}

.posts-carousel-widget {
    float: left;
    width: 100%;
}

.posts-carousel-widget .posts-carousel-item {
    float: left;
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
    padding: 80px 30px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.posts-carousel-widget .posts-carousel-items {
    position: relative;
    width: 100%;
    height: 100%;
}

.posts-carousel-widget .posts-carousel-title {
    position: relative;
    display: block;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.posts-carousel-widget .widget-meta {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0px 5px 20px 5px;
}

.posts-carousel-widget .fa {
    color: #fff;
}

.posts-carousel-widget a.read-more {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.posts-carousel-widget .owl-dots {
    text-align: center;
    margin-top: 5px;
}

.posts-carousel-widget .owl-dot span {
    width: 25px;
    height: 2px;
    border-radius: 0px;
}

.posts-carousel-widget .woo-price {
    padding: 5px 9px;
    background: #77a464;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.posts-carousel-widget .no-thumb {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.posts-widget ul {
    float: left;
}

.posts-widget li {
    float: left;
    width: 100%;
    min-height: 60px;
    position: relative;
    padding: 15px 0px 15px 75px;
    margin: 0px;
    text-align: left;
    list-style: none;
}

.posts-widget a.post-img {
    position: absolute;
    top: 15px;
    left: 0px;
}

.posts-widget img,
.posts-widget .no-thumb {
    width: 55px;
    height: 55px;
}

.posts-widget .post-title {
    float: left;
    width: 100%;
    font-weight: 600;
    line-height: 1.5;
}

.posts-widget p {
    float: left;
    width: 100%;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    line-height: 1.5;
}

.posts-widget .onsale {
    position: static !important;
}

.posts-widget .woo-price {
    font-size: 14px;
    font-weight: 600 !important;
}

.sidebar .posts-widget li:first-child,
.footer-sidebar .posts-widget li:first-child {
    padding-top: 5px;
}

.sidebar .posts-widget li:first-child .post-img,
.footer-sidebar .posts-widget li:first-child .post-img {
    top: 5px;
}

.posts-alternative-widget {
    float: left;
    width: 100%;
    text-align: center;
}

.posts-alternative-widget li.posts-alternative-item {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 0px 10px 0px;
    margin: 0px;
}

.posts-alternative-widget a {
    position: relative;
    display: block;
}

.posts-alternative-widget .posts-alternative-item .posts-alternative-item-img {
    min-height: 166px;
}

.posts-alternative-widget .posts-alternative-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.posts-alternative-widget .posts-alternative-item .no-thumb {
    height: 130px;
}

.posts-alternative-widget .posts-alternative-item .post-title {
    float: left;
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.posts-alternative-widget .posts-alternative-item .post-counter {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
}

.posts-alternative-widget .posts-alternative-item p {
    display: inline-block;
    margin: 5px 0px 0px 0px;
}

.posts-alternative-widget .woo-price {
    font-size: 14px;
    font-weight: 600 !important;
}

.sidebar .posts-alternative-widget li.posts-alternative-item:first-child,
.footer-sidebar .posts-alternative-widget li.posts-alternative-item:first-child {
    padding-top: 5px;
}

.posts-alternative-widget-2 {
    float: left;
    width: 100%;
    text-align: center;
}

.posts-alternative-widget-2 .posts-alternative-widget ul {
    float: left;
    width: 100%;
}

.posts-alternative-widget-2 li.posts-alternative-item {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 0px 10px 0px;
    margin: 0px;
}

.posts-alternative-widget-2 a {
    color: #557fc1;
}

.posts-alternative-widget-2 .posts-alternative-item .post-image {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.posts-alternative-widget-2 .posts-alternative-item .no-thumb {
    height: 130px;
}

.posts-alternative-widget-2 .posts-alternative-item .post-title-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s;
}

.posts-alternative-widget-2 .posts-alternative-item a:hover .post-title-wrapper {
    left: -500px;
    right: 500px;
    transition: all 0.5s;
}

.posts-alternative-widget-2 .posts-alternative-item .post-title {
    display: table;
    width: 100%;
    height: 100%;
}

.posts-alternative-widget-2 .posts-alternative-item .post-title div {
    display: table-cell;
    vertical-align: middle;
}

.posts-alternative-widget-2 .posts-alternative-item .post-title div>span {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 60%;
    background: #fff;
    color: #6ca0e2;
    padding: 9px 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.posts-alternative-widget-2 .posts-alternative-item p {
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.posts-alternative-widget-2 .woo-price {
    font-size: 14px;
    font-weight: 600 !important;
}

.sidebar .posts-alternative-widget-2 li.posts-alternative-item:first-child,
.footer-sidebar .posts-alternative-widget-2 li.posts-alternative-item:first-child {
    padding-top: 5px;
}

.posts-alternative-widget-3 {
    float: left;
    width: 100%;
    text-align: center;
}

.posts-alternative-widget-3 .posts-alternative-widget ul {
    float: left;
    width: 100%;
}

.posts-alternative-widget-3 li.posts-alternative-item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.posts-alternative-widget-3 a {
    position: relative;
    display: block;
    color: #557fc1;
}

.posts-alternative-widget-3 .posts-alternative-item .post-image {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.posts-alternative-widget-3 .posts-alternative-item .no-thumb {
    height: 160px;
}

.posts-alternative-widget-3 .posts-alternative-item .post-title-wrapper {
    position: absolute;
    right: 0px;
    bottom: -20px;
    left: 0px;
    transition: all 0.5s;
}

.posts-alternative-widget-3 .posts-alternative-item a:hover .post-title-wrapper {
    bottom: -20px;
    transition: all 0.5s;
}

.posts-alternative-widget-3 .posts-alternative-item .post-title {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 80%;
    background: #fff;
    color: #6ca0e2;
    padding: 9px 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}

.posts-alternative-widget-3 .posts-alternative-item p {
    margin: 25px 0px -15px 0px;
}

.posts-alternative-widget-3 .woo-price {
    font-size: 14px;
    font-weight: 600 !important;
}

.sidebar .posts-alternative-widget-3 li.posts-alternative-item:first-child,
.footer-sidebar .posts-alternative-widget-3 li.posts-alternative-item:first-child {
    margin-top: 5px;
}

.sidebar .posts-alternative-widget-3 li.posts-alternative-item:last-child,
.footer-sidebar .posts-alternative-widget-3 li.posts-alternative-item:last-child {
    margin-bottom: 15px;
}

.widget_smallbusiness_cd_author_widget {
    text-align: center;
}

.about-author-widget {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.author-image {
    position: relative;
    display: inline-block;
    margin: 20px 0px;
    overflow: hidden;
}

.author-image {
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.author-image.square,
.author-image.rounded {
    width: 180px;
    height: 180px;
}

.author-image.rounded {
    border-radius: 50%;
}

.author-image img {
    display: inline-block;
    max-width: 100%;
}

.about-author-widget .author-title {
    padding: 0px 5px;
    font-size: 15px;
    font-weight: 700;
}

.about-author-widget .author-text {
    padding: 0px 5px;
    margin: 15px 0px 0px 0px;
}

.author-signature {
    margin-top: 20px;
}

.author-signature img {
    display: inline-block;
    max-width: 60%;
}

.newsletter-widget {
    position: relative;
    float: left;
    width: 100%;
    padding: 75px 25px;
    margin-top: 5px;
    background-color: #fafafa;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.newsletter-widget-content {
    position: relative;
    z-index: 1;
}

.newsletter-widget span {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.newsletter-widget span:nth-of-type(2) {
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.newsletter-widget span a {
    color: #fff;
}

.instagram-widget {
    float: left;
    width: 100%;
}

.instagram-widget .instagram-grid.column-spacing {
    margin: 0px -5px;
}

.instagram-widget .instagram-item {
    float: left;
    width: 100%;
}

.instagram-widget .column-spacing .instagram-item {
    padding: 5px;
}

.instagram-widget .instagram-grid.column-2 .instagram-item {
    width: 50%;
}

.instagram-widget .instagram-grid.column-3 .instagram-item {
    width: 33.3%;
}

.instagram-widget .instagram-grid.column-4 .instagram-item {
    width: 25%;
}

.instagram-widget .instagram-item img {
    float: left;
    width: 100%;
}

.instagram-widget .instagram-item a {
    position: relative;
    float: left;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.instagram-widget .instagram-counts {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.instagram-widget .instagram-counts .fa {
    color: #fff;
    margin-right: 5px;
}

.instagram-widget .instagram-counts span {
    opacity: 0;
    transition: all 0.3s;
}

.instagram-widget .instagram-item a:hover span {
    opacity: 1;
    transition: all 0.3s;
}

.instagram-widget .instagram-counts:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 100%;
    left: 0px;
    z-index: -1;
    background: rgba(49, 54, 58, 0.3);
    transition: all 0.3s;
}

.instagram-widget .instagram-item a:hover .instagram-counts:before {
    bottom: 0%;
    transition: all 0.3s;
}

.pinterest-widget {
    float: left;
    width: 100%;
}

.pinterest-widget .pinterest-title {
    float: left;
    width: 100%;
}

.pinterest-widget .pinterest-grid.column-spacing {
    margin: 0px -5px;
}

.pinterest-widget .pinterest-item {
    float: left;
    width: 100%;
}

.pinterest-widget .column-spacing .pinterest-item {
    padding: 5px;
}

.pinterest-widget .pinterest-grid.column-2 .pinterest-item {
    width: 50%;
}

.pinterest-widget .pinterest-grid.column-3 .pinterest-item {
    width: 33.3%;
}

.pinterest-widget .pinterest-grid.column-4 .pinterest-item {
    width: 25%;
}

.pinterest-widget .pinterest-item a {
    position: relative;
    float: left;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pinterest-widget .pinterest-counts {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.pinterest-widget .pinterest-counts .fa {
    color: #fff;
    margin-right: 5px;
}

.pinterest-widget .pinterest-counts span {
    opacity: 0;
    transition: all 0.3s;
}

.pinterest-widget .pinterest-item a:hover span {
    opacity: 1;
    transition: all 0.3s;
}

.pinterest-widget .pinterest-counts:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 100%;
    left: 0px;
    z-index: -1;
    background: rgba(49, 54, 58, 0.3);
    transition: all 0.3s;
}

.pinterest-widget .pinterest-item a:hover .pinterest-counts:before {
    bottom: 0%;
    transition: all 0.3s;
}

.facebook-widget {
    float: left;
    width: 100%;
}

.facebook-widget ul {
    float: left;
    width: 100%;
}

.facebook-widget li.facebook-item {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    padding: 15px 0px 0px 0px;
    text-align: left;
}

.facebook-widget li.facebook-item:first-child {
    padding: 0px;
}

.facebook-widget .fb-image {
    float: left;
    display: table;
    width: 100%;
    min-height: 55px;
}

.facebook-widget .fb-avatar {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(238, 238, 238, 0.9);
}

.facebook-widget li.facebook-item:first-child .fb-avatar {
    top: 0px;
}

.facebook-widget .fb-user {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0px 0px 0px 75px;
}

.facebook-widget .fb-user a {
    font-weight: 600;
    color: #557fc1;
}

.facebook-widget .fb-user span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
}

.facebook-widget .fb-content {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    padding: 15px 0px;
}

.facebook-widget .facebook-item:last-child .fb-content {
    border-bottom: 0px;
}

.facebook-widget .fb-text {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    line-height: 1.5;
}

.facebook-widget .fb-attachment {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(238, 238, 238, 0.9);
}

.facebook-widget .fb-media {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.facebook-widget .fb-media img {
    width: 100%;
}

.facebook-widget .fb-attachment-title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4;
}

.facebook-widget .fb-counts {
    float: left;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.facebook-widget .fb-counts span {
    white-space: nowrap;
    margin-right: 10px;
}

.facebook-widget .fb-counts .fa {
    margin: 0px 3px 0px 0px;
}

.twitter-widget {
    float: left;
    width: 100%;
}

.twitter-widget ul {
    float: left;
    width: 100%;
}

.twitter-widget li.twitter-item {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    padding: 15px 0px 0px 0px;
    text-align: left;
}

.twitter-widget li.twitter-item:first-child {
    padding: 0px;
}

.twitter-widget .tweet-image {
    float: left;
    display: table;
    width: 100%;
    min-height: 55px;
}

.twitter-widget .tweet-avatar {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(238, 238, 238, 0.9);
}

.twitter-widget li.twitter-item:first-child .tweet-avatar {
    top: 0px;
}

.twitter-widget .tweet-user {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0px 0px 0px 75px;
}

.twitter-widget .tweet-user a {
    font-weight: 600;
    color: #557fc1;
}

.twitter-widget .tweet-user span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
}

.twitter-widget .tweet-content {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    padding: 15px 0px;
    line-height: 1.5;
}

.twitter-widget .twitter-item:last-child .tweet-content {
    border-bottom: 0px;
}

.twitter-widget .tweet-media {
    float: left;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.twitter-widget .tweet-media img {
    width: 100%;
}

.twitter-widget .tweet-counts {
    float: left;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.twitter-widget .tweet-counts span {
    white-space: nowrap;
    margin-right: 10px;
}

.twitter-widget .tweet-counts .fa {
    margin: 0px 3px 0px 0px;
}

.google-plus-widget {
    float: left;
    width: 100%;
}

.google-plus-widget ul {
    float: left;
    width: 100%;
}

.google-plus-widget li.google-plus-item {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    padding: 15px 0px 0px 0px;
    text-align: left;
}

.google-plus-widget li.google-plus-item:first-child {
    padding: 0px;
}

.google-plus-widget .gp-image {
    float: left;
    display: table;
    width: 100%;
    min-height: 55px;
}

.google-plus-widget .gp-avatar {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(238, 238, 238, 0.9);
    border-radius: 50%;
}

.google-plus-widget li.google-plus-item:first-child .gp-avatar {
    top: 0px;
}

.google-plus-widget .gp-user {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0px 0px 0px 75px;
}

.google-plus-widget .gp-user a {
    font-weight: 600;
    color: #557fc1;
}

.google-plus-widget .gp-user span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
}

.google-plus-widget .gp-content {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    padding: 15px 0px;
}

.google-plus-widget .google-plus-item:last-child .gp-content {
    border-bottom: 0px;
}

.google-plus-widget .gp-text {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    line-height: 1.5;
}

.google-plus-widget .gp-attachment {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(238, 238, 238, 0.9);
    margin-bottom: 5px;
}

.google-plus-widget .gp-media {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.google-plus-widget .gp-media img {
    width: 100%;
}

.google-plus-widget .gp-attachment .gp-media {
    margin-bottom: 10px;
}

.google-plus-widget .gp-attachment-title {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4;
}

.google-plus-widget .gp-counts {
    float: left;
    width: 100%;
    padding: 10px 0px 0px 0px;
}

.google-plus-widget .gp-counts span {
    white-space: nowrap;
    margin-right: 10px;
}

.google-plus-widget .gp-counts .fa {
    margin: 0px 3px 0px 0px;
}

.social-widget {
    text-align: center;
    float: left;
    width: 100%;
}

.social-widget a {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 18px;
    padding-top: 9px;
    margin: 5px;
    background: #557fc1;
    color: #fff;
    border-radius: 50%;
}

.social-widget a:hover {
    color: #fff !important;
}

.taxonomy-icon-list {
    text-align: center;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.taxonomy-icon-list .row {
    display: table-row;
    border-bottom: 1px solid #eee;
}

.taxonomy-icon-list .row:last-child {
    border-bottom: 0px;
}

.taxonomy-icon-list .icon-list-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    border-right: 1px solid #eee;
}

.taxonomy-icon-list.col-md-12 .icon-list-item {
    width: 100%;
    border-right: 0px;
}

.taxonomy-icon-list.col-md-6 .icon-list-item {
    width: 50%;
}

.taxonomy-icon-list.col-md-4 .icon-list-item {
    width: 33.333%;
}

.taxonomy-icon-list.col-md-3 .icon-list-item {
    width: 25%;
}

.taxonomy-icon-list.col-md-6 .icon-list-item:nth-child(2n) {
    border-right: 0px;
}

.taxonomy-icon-list.col-md-4 .icon-list-item:nth-child(3n) {
    border-right: 0px;
}

.taxonomy-icon-list.col-md-3 .icon-list-item:nth-child(4n) {
    border-right: 0px;
}

.taxonomy-icon-list .icon-list-item a {
    display: block;
    padding: 20px;
}

.taxonomy-icon-list .icon-list-item:hover {
    background: rgba(238, 238, 238, 0.4);
}

.taxonomy-icon-list .icon-list-item .svg-icon {
    width: 45px;
    fill: #686868;
}

.taxonomy-icon-list .icon-list-item .fa {
    font-size: 30px;
    color: #686868;
}

.taxonomy-icon-list .icon-list-item .title {
    display: block;
    margin-top: 10px;
}

.taxonomy-icon-list .icon-list-item .item-count {
    background: rgba(238, 238, 238, 0.4);
    border-radius: 50%;
    font-size: 10px;
    width: 17px;
    height: 17px;
    text-align: center;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -1px;
}

.social-counter-widget {
    float: left;
    width: 100%;
}

.social-counter-widget ul {
    float: left;
    width: 100%;
}

.social-counter-widget li.social-counter-item {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 20px;
    color: #fff;
}

.social-counter-widget.style-2 li.social-counter-item {
    padding: 0px 0px;
}

.social-counter-widget.column-2.style-2 li.social-counter-item,
.social-counter-widget.column-3.style-2 li.social-counter-item {
    padding: 6px 0px;
}

.social-counter-widget.colored.style-2 li.social-counter-item {
    background: none !important;
}

.social-counter-widget.column-2 li.social-counter-item,
.social-counter-widget.column-3 li.social-counter-item {
    padding: 15px 5px;
    text-align: center;
}

.social-counter-widget.column-2 li.social-counter-item {
    width: 50%;
}

.social-counter-widget.column-3 li.social-counter-item {
    width: 33.3%;
}

.social-counter-widget li.social-counter-item:before {
    content: '' !important;
}

.social-counter-widget li a {
    color: #fff;
}

.social-counter-widget.style-2 li a {
    color: #686868;
}

.social-counter-widget li a:hover {
    text-align: center;
}

.social-counter-widget.column-2 li a:hover .sc-icon-hover,
.social-counter-widget.column-3 li a:hover .sc-icon-hover {
    opacity: 1;
    font-size: 40px;
    transition: all 0.5s;
}

.social-counter-widget.style-2 li a:hover .sc-icon-hover {
    opacity: 0;
}

.social-counter-widget li a:hover .sc-icon,
.social-counter-widget li a:hover .sc-count,
.social-counter-widget li a:hover .sc-type {
    opacity: 0.6;
    transition: all 0.5s;
}

.social-counter-widget.column-2 li a:hover .sc-icon,
.social-counter-widget.column-2 li a:hover .sc-count,
.social-counter-widget.column-2 li a:hover .sc-type,
.social-counter-widget.column-3 li a:hover .sc-icon,
.social-counter-widget.column-3 li a:hover .sc-count,
.social-counter-widget.column-3 li a:hover .sc-type {
    opacity: 0;
}

.social-counter-widget.style-2 li a:hover .sc-icon,
.social-counter-widget.style-2 li a:hover .sc-count,
.social-counter-widget.style-2 li a:hover .sc-type {
    opacity: 0.6;
}

.social-counter-widget .sc-icon {
    color: #fff;
    font-size: 20px;
    padding: 0px 15px 0px 0px;
    vertical-align: middle;
    width: 35px;
    text-align: center;
}

.social-counter-widget.column-2 .sc-icon,
.social-counter-widget.column-3 .sc-icon {
    display: block;
    padding: 0px 0px 5px 0px;
    vertical-align: baseline;
    width: auto;
}

.social-counter-widget.style-2 .sc-icon {
    border-radius: 50%;
    font-size: 20px;
    padding: 10px 5px 5px 5px;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.social-counter-widget.column-2.style-2 .sc-icon,
.social-counter-widget.column-3.style-2 .sc-icon {
    width: 50px;
    height: 50px;
    padding: 15px 5px 5px 5px;
}

.social-counter-widget .sc-count {
    font-size: 15px;
    font-weight: 600;
    padding-right: 5px;
    vertical-align: middle;
}

.social-counter-widget.style-2 .sc-count {
    padding-left: 10px;
}

.social-counter-widget.column-2.style-2 .sc-count,
.social-counter-widget.column-3.style-2 .sc-count {
    padding-left: 0px;
}

.social-counter-widget.column-2 .sc-count,
.social-counter-widget.column-3 .sc-count {
    font-size: 18px;
    display: block;
    padding-right: 0px;
    vertical-align: baseline;
}

.social-counter-widget .sc-type {
    font-size: 15px;
    vertical-align: middle;
}

.social-counter-widget.column-2 .sc-type,
.social-counter-widget.column-3 .sc-type {
    font-size: 10px;
    display: block;
    vertical-align: baseline;
    text-transform: uppercase;
}

.social-counter-widget .sc-icon-hover {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    font-size: 0px;
    transition: all 0.5s;
}

.social-counter-widget .sc-icon-hover i {
    display: table;
    width: 100%;
    height: 100%;
}

.social-counter-widget .sc-icon-hover i:before {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.social-counter-widget .social-counter-item.fa-heart-o,
.social-counter-widget .social-counter-item.fa-comment-o,
.social-counter-widget .social-counter-item.fa-pencil-square-o,
.social-counter-widget .social-counter-item.fa-heart-o .sc-icon,
.social-counter-widget .social-counter-item.fa-comment-o .sc-icon,
.social-counter-widget .social-counter-item.fa-pencil-square-o .sc-icon {
    background: #222;
}

.footerbar .widget-title {
    padding-top: 20px !important;
}

.widget-footerbar li {
    float: left;
    clear: none;
    list-style: none;
}

.widget-footerbar .items-1 li,
.widget-footerbar .items-2 li,
.widget-footerbar .items-3 li,
.widget-footerbar .items-4 li {
    width: 100%;
}

.footerbar .widget.instagram,
.footerbar .widget.pinterest {
    margin: 0px !important;
}

.footerbar .instagram-widget,
.footerbar .pinterest-widget {
    margin: 0px !important;
}

.footerbar .instagram-widget .instagram-grid,
.footerbar .pinterest-widget .pinterest-grid {
    margin: 0px;
    white-space: nowrap;
}

.footerbar .instagram-widget .instagram-item,
.footerbar .pinterest-widget .pinterest-item {
    float: left;
    padding: 0px;
}

.footerbar .instagram-widget .instagram-grid.owl-carousel .instagram-item,
.footerbar .pinterest-widget .pinterest-grid.owl-carousel .pinterest-item,
.footerbar .instagram-widget .instagram-grid.owl-carousel .instagram-item a,
.footerbar .pinterest-widget .pinterest-grid.owl-carousel .pinterest-item a {
    width: 101% !important;
    height: 101% !important;
}

@media (min-width: 768px) {

    .widget-footerbar .items-4 ul,
    .widget-footerbar .items-3 ul,
    .widget-footerbar .items-2 ul {
        margin: 0px -15px;
    }

    .widget-footerbar .items-2 li,
    .widget-footerbar .items-3 li,
    .widget-footerbar .items-4 li {
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .footerbar .widget:not(.instagram):not(.pinterest) {
        padding: 0px 40px;
    }
}

@media (min-width: 992px) {

    .widget-footerbar .items-3 li,
    .widget-footerbar .items-4 li {
        width: 33.333%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1296px) {
    .widget-footerbar .items-4 li {
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .footerbar .widget:not(.instagram):not(.pinterest) {
        width: 1170px;
        float: none;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

footer {
    float: left;
    width: 100%;
}

.footerbar {
    float: left;
    width: 100%;
    overflow: hidden;
}

.footer-sidebar {
    position: relative;
    padding: 2.3rem 0px 0px 0px;
    background: #f3f3f3;
    color: #5b5b5b;
    overflow: hidden;
}

.footer-sidebar-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.footer-sidebar .container {
    position: relative;
    z-index: 2;
}

.footer-sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-sidebar aside {
    float: left;
    width: 100%;
    margin-bottom: 2.3rem;
}

.footer-sidebar a:not(.button):not(.btn):not(.read-more),
.footer-sidebar .fa,
.footer-sidebar .widget-title {
    color: #686868;
}

@media (min-width: 768px) {
    .footer-sidebar {
        padding: 2.3rem 0px;
    }
}

@media (min-width: 992px) {
    .footer-sidebar aside:last-child {
        margin-bottom: 0px;
    }

    .footer-col.col-md-12 {
        padding: 0px;
    }

    .footer-col.col-md-6:nth-child(1) aside {
        padding: 0px 20px 0px 0px;
    }

    .footer-col.col-md-6:nth-child(2) aside {
        padding: 0px 0px 0px 20px;
    }

    .footer-col.col-md-4:nth-child(1) aside {
        padding: 0px 20px 0px 0px;
    }

    .footer-col.col-md-4:nth-child(2) aside {
        padding: 0px 10px 0px 10px;
    }

    .footer-col.col-md-4:nth-child(3) aside {
        padding: 0px 0px 0px 20px;
    }

    .footer-col.col-md-3:nth-child(1) aside {
        padding: 0px 20px 0px 0px;
    }

    .footer-col.col-md-3:nth-child(2) aside,
    .footer-col.col-md-3:nth-child(3) aside {
        padding: 0px 10px 0px 10px;
    }

    .footer-col.col-md-3:nth-child(4) aside {
        padding: 0px 0px 0px 20px;
    }
}

@media (max-width: 1360px) {
    body.has-social-sharebar footer section:last-child {
        margin-bottom: 30px;
    }
}

.social-share-bar {
    position: fixed;
    z-index: 5;
    bottom: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
}

.social-share-bar-content {
    background: #fff;
    font-size: 0px;
}

.social-share-bar a {
    position: relative;
    display: inline-table;
    width: 16.666%;
    height: 42px;
    margin: 0px;
    font-size: 18px;
    color: #686868;
    background: rgba(238, 238, 238, 0.9);
    border-right: 1px solid #ccc;
}

.social-share-bar a:before {
    display: table-cell;
    vertical-align: middle;
}

.social-share-bar a:hover {
    overflow: visible;
}

.social-share-bar a:last-child,
.social-share-bar.colored a {
    border: 0px;
}

.social-share-bar a:hover,
.social-share-bar.colored a {
    color: #fff !important;
}

.social-share-bar a span {
    display: none;
}

.social-profile-sidebar {
    display: none;
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 999;
    transform: translateY(-50%);
}

.social-profile-sidebar.right {
    right: 0px;
    left: auto;
}

.menu-style-4 .social-profile-sidebar:not(.right) {
    left: 300px;
    right: auto;
}

.menu-style-5 .social-profile-sidebar.right {
    right: 300px;
    left: auto;
}

.social-profile-sidebar a {
    position: relative;
    height: 40px;
    text-align: center;
    color: #fff !important;
    display: table;
    overflow: hidden;
}

.social-profile-sidebar a:hover {
    overflow: auto;
}

.social-profile-sidebar .icon {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 100%;
    display: table;
}

.social-profile-sidebar .icon {
    background: #557fc1;
}

.social-profile-sidebar .icon:before {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.social-profile-sidebar a:hover .icon:before {
    transform: scale(1.3);
}

.social-profile-sidebar .text {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -200%;
    white-space: nowrap;
    transition: all 0.5s;
    display: table;
    height: 100%;
    opacity: 0;
}

.social-profile-sidebar .text {
    background: #557fc1;
}

.social-profile-sidebar.right .text {
    right: -200%;
    left: auto;
}

.social-profile-sidebar .text span {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}

.social-profile-sidebar a:hover .text {
    left: 40px;
    opacity: 0.8;
    transition: all 0.5s;
}

.social-profile-sidebar.right a:hover .text {
    right: 40px;
    left: auto;
}

.pin-button {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #557fc1;
    color: #fff;
    font-weight: 700;
    padding: 5px 13px;
    border-radius: 5px;
    z-index: 4;
    display: none;
}

.pin-button.isVisibleAlways {
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    color: #6ca0e2;
    border-radius: 0px;
}

.pin-button .fa {
    color: #fff;
}

.pin-button.isVisibleAlways .fa {
    color: #6ca0e2;
}

.pin-button .fa:hover {
    background: none;
}

.pin-button span {
    padding-left: 8px;
}

.pin-button:hover {
    background: #fff;
    color: #557fc1;
}

.pin-button:hover .fa {
    color: #557fc1;
}

.fa-facebook:hover,
.fa-facebook-official:hover,
.fa-facebook-square:hover,
.fa-facebook-f:hover,
.colored .fa-facebook,
.colored .fa-facebook-official,
.colored .fa-facebook-square,
.colored .fa-facebook-f,
.social-profile-sidebar .fa-facebook~.text,
.social-profile-sidebar .fa-facebook-official~.text,
.social-profile-sidebar .fa-facebook-square~.text,
.social-profile-sidebar .fa-facebook-f~.text,
.social-share-bar .fa-facebook span {
    background: #3c5a96;
}

.fa-flickr:hover,
.colored .fa-flickr:hover,
.social-profile-sidebar .fa-flickr~.text {
    background: #fc1685;
}

.fa-google-plus:hover,
.fa-google-plus-circle:hover,
.fa-google-plus-official:hover,
.fa-google-plus-square:hover,
.colored .fa-google-plus,
.colored .fa-google-plus-circle,
.colored .fa-google-plus-official,
.colored .fa-google-plus-square,
.social-profile-sidebar .fa-google-plus~.text,
.social-profile-sidebar .fa-google-plus-circle~.text,
.social-profile-sidebar .fa-google-plus-official~.text,
.social-profile-sidebar .fa-google-plus-square~.text,
.social-share-bar .fa-google-plus span {
    background: #da4b3e;
}

.fa-pinterest:hover,
.fa-pinterest-p:hover,
.fa-pinterest-square:hover,
.colored .fa-pinterest,
.colored .fa-pinterest-p,
.colored .fa-pinterest-square,
.social-profile-sidebar .fa-pinterest~.text,
.social-profile-sidebar .fa-pinterest-p~.text,
.social-profile-sidebar .fa-pinterest-square~.text,
.social-share-bar .fa-pinterest-p span {
    background: #bb0f23;
}

.fa-twitter:hover,
.fa-twitter-square:hover,
.colored .fa-twitter,
.colored .fa-twitter-square,
.social-profile-sidebar .fa-twitter~.text,
.social-profile-sidebar .fa-twitter-square~.text,
.social-share-bar .fa-twitter span {
    background: #2aa2ef;
}

.fa-whatsapp:hover,
.colored .fa-whatsapp,
.social-profile-sidebar .fa-whatsapp~.text,
.social-share-bar .fa-whatsapp span {
    background: #50b25a;
}

.fa-envelope-o:hover,
.colored .fa-envelope-o,
.social-profile-sidebar .fa-envelope-o~.text,
.social-share-bar .fa-envelope-o span {
    background: #aaa;
}

.fa-xing:hover,
.fa-xing-square:hover,
.colored .fa-xing,
.colored .fa-xing-square,
.social-profile-sidebar .fa-xing~.text,
.social-profile-sidebar .fa-xing-square~.text {
    background: #0e6063;
}

.fa-instagram:hover,
.colored .fa-instagram,
.social-profile-sidebar .fa-instagram~.text {
    background: #305f84;
}

.fa-youtube:hover,
.fa-youtube-play:hover,
.fa-youtube-square:hover,
.colored .fa-youtube,
.colored .fa-youtube-play,
.colored .fa-youtube-square,
.social-profile-sidebar .fa-youtube~.text,
.social-profile-sidebar .fa-youtube-play~.text,
.social-profile-sidebar .fa-youtube-square~.text {
    background: #e4312d;
}

.fa-linkedin:hover,
.fa-linkedin-square:hover,
.colored .fa-linkedin,
.colored .fa-linkedin-square,
.social-profile-sidebar .fa-linkedin~.text,
.social-profile-sidebar .fa-linkedin-square~.text {
    background: #0077b5;
}

.fa-vimeo:hover,
.fa-vimeo-square:hover,
.colored .fa-vimeo,
.colored .fa-vimeo-square,
.social-profile-sidebar .fa-vimeo~.text,
.social-profile-sidebar .fa-vimeo-square~.text {
    background: #1ab7ea;
}

.fa-snapchat:hover,
.fa-snapchat-square:hover,
.fa-snapchat-ghost:hover,
.colored .fa-snapchat,
.colored .fa-snapchat-square,
.colored .fa-ghost-square,
.social-profile-sidebar .fa-snapchat~.text,
.social-profile-sidebar .fa-snapchat-square~.text,
.social-profile-sidebar .fa-snapchat-ghost~.text {
    background: #fffc00;
}

.fa-tumblr:hover,
.fa-tumblr-square:hover,
.colored .fa-tumblr,
.colored .fa-tumblr-square,
.social-profile-sidebar .fa-tumblr~.text,
.social-profile-sidebar .fa-tumblr-square~.text {
    background: #34465d;
}

.fa-rss:hover,
.fa-rss-square:hover,
.colored .fa-rss,
.colored .fa-rss-square,
.social-profile-sidebar .fa-rss~.text,
.social-profile-sidebar .fa-rss-square~.text {
    background: #f26522;
}

.fa-dribbble:hover,
.colored .fa-dribbble,
.social-profile-sidebar .fa-dribbble~.text {
    background: #ea4c89;
}

.socialbar .fa:hover {
    background: none;
}

@media (min-width: 992px) {
    .social-share-bar a {
        width: 20%;
    }

    .social-share-bar a.fa-whatsapp {
        display: none;
    }
}

@media (min-width: 1296px) {
    .social-profile-sidebar {
        display: block;
        opacity: 0.7;
    }

    .social-profile-sidebar:hover {
        opacity: 1;
    }
}

@media (min-width: 1360px) {
    .social-share-bar {
        position: absolute;
        top: 0px;
        left: auto;
        bottom: auto;
        right: -70px;
        width: 32px;
    }

    .has-sidebar-right .social-share-bar {
        left: -70px;
        right: auto;
    }

    .social-share-bar-content {
        padding: 0px;
        background: none;
    }

    .social-share-bar a {
        width: 32px;
        height: 32px;
        margin: 0px 0px 8px 0px;
        border: 0px;
        border-radius: 3px;
        overflow: hidden;
    }

    .social-share-bar a span {
        display: block;
        opacity: 0;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0%;
        z-index: -1;
        white-space: nowrap;
        font-size: 13px;
        padding: 9px 13px 0px 15px;
        font-family: sans-serif;
        transition: all 0.5s;
        color: #fff;
    }

    .social-share-bar a:hover span {
        opacity: 0.9;
        right: 95%;
        transition: all 0.5s;
    }

    .has-sidebar-right .social-share-bar a span {
        left: 0%;
        right: auto;
    }

    .has-sidebar-right .social-share-bar a:hover span {
        left: 95%;
        right: auto;
    }

    .has-social-sharebar .scrolltop {
        bottom: 3rem;
    }

    .has-social-sharebar #cta-button.cta-top {
        top: 3rem;
        bottom: auto;
    }

    .has-social-sharebar #cta-button.cta-bottom {
        bottom: 3rem;
    }

    .social-profile-sidebar {
        opacity: 1;
    }
}

.owl-carousel {
    overflow: hidden;
}

.owl-item {
    z-index: 1;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'fontAwesome';
    font-size: 24px;
    line-height: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #557fc1;
    border: 1px solid #557fc1;
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:after {
    position: relative;
    display: inline-block;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.1);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -9px;
    border-radius: 0% 50% 50% 0%;
}

.owl-carousel .owl-nav button.owl-next {
    right: -9px;
    border-radius: 50% 0% 0% 50%;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev:before {
    left: -1px;
    content: "\f104";
}

.owl-carousel .owl-nav button.owl-next:after {
    right: -1px;
    content: "\f105";
}

.owl-dot {
    display: inline-block;
    margin: 0px 8px;
    outline: none;
}

.owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(238, 238, 238, 0.9);
    transition: 0.3s linear;
}

.owl-dot.active span,
.owl-dot:hover span {
    background-color: #557fc1;
}

.logos .owl-carousel .owl-item img,
.reviews .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.logos .owl-stage {
    display: inline-table;
}

.logos .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

@media (min-width: 1200px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        font-size: 29px;
        border-radius: 50%;
    }

    .full-page .header-wrapper .owl-carousel .owl-nav button.owl-prev,
    .full-page .header-wrapper .owl-carousel .owl-nav button.owl-next,
    .wide .header-wrapper .owl-carousel .owl-nav button.owl-prev,
    .wide .header-wrapper .owl-carousel .owl-nav button.owl-next {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 26px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 26px;
    }
}

.post-button {
    margin: 0px 20px 20px 0px;
}

.inline-tooltip {
    padding: 0px 3px 3px 3px;
    font-weight: 600;
    border-bottom: 1px dotted #ccc;
    cursor: help;
}

.badge {
    background: #6ca0e2;
    padding: 1px 7px;
    font-size: 13px;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: inherit;
    margin-top: -3px;
}

.progress {
    height: 25px;
}

.progress-bar {
    line-height: 25px;
    font-weight: 600;
    box-shadow: none;
    background-color: #6ca0e2;
}

.progress-bar.progress-bar-danger {
    background-color: #dc6068;
}

.progress-bar.progress-bar-warning {
    background-color: #f0b464;
}

.progress-bar.progress-bar-success {
    background-color: #6cc878;
}

.progress-bar.progress-bar-info {
    background-color: #6ebfe3;
}

.dropcap {
    float: left;
    display: table;
    border: 1px solid rgba(238, 238, 238, 0.9);
    width: 37px;
    height: 37px;
    text-align: center;
    font-size: 24px;
    color: #6ca0e2;
    margin: 9px 15px 0px 0px;
    font-weight: 300;
    line-height: 0;
    text-transform: uppercase;
}

.dropcap span {
    display: table-cell;
    vertical-align: middle;
}

.grid .dropcap,
.magazine-item:not(.mgz-big) .dropcap {
    margin-right: 12px;
}

.post .paragraph-with-dropcap {
    min-height: 77px;
}

.leadin {
    float: left;
    background: rgba(238, 238, 238, 0.4);
    max-width: 50%;
    font-size: 16px;
    color: #557fc1;
    padding: 15px 20px 20px 20px;
    margin: 5px 20px 10px 0px;
    font-weight: 600;
}

.leadin.left {
    border-right: 3px solid rgba(238, 238, 238, 0.9);
}

.leadin.right {
    float: right;
    margin: 5px 0px 10px 20px;
    border-left: 3px solid rgba(238, 238, 238, 0.9);
}

.leadin.full {
    background: rgba(238, 238, 238, 0.4);
    width: 100%;
    max-width: 100%;
    padding: 15px 30px 15px 30px;
    margin: 0px 0px 20px 0px;
    text-align: center;
    border-top: 3px solid rgba(238, 238, 238, 0.9);
    border-bottom: 3px solid rgba(238, 238, 238, 0.9);
}

.divider {
    width: 100%;
    float: left;
    margin: 10px 0px 30px 0px;
}

.divider.with-content {
    padding: 25px 40px;
}

.divider.solid {
    border-top: 2px solid #6ca0e2;
}

.divider.solid.with-content {
    border-bottom: 2px solid #6ca0e2;
}

.divider.dotted {
    border-top: 2px dotted #6ca0e2;
}

.divider.dotted.with-content {
    border-bottom: 2px dotted #6ca0e2;
}

.divider.dashed {
    border-top: 2px dashed #6ca0e2;
}

.divider.dashed.with-content {
    border-bottom: 2px dashed #6ca0e2;
}

.divider.double {
    border-top: 6px double #6ca0e2;
}

.divider.double.with-content {
    border-bottom: 6px double #6ca0e2;
}

.gallery-carousel .gallery-item {
    width: 100% !important;
}

.gallery-carousel .owl-carousel {
    width: auto !important;
}

.gallery-carousel .owl-carousel .owl-prev {
    left: 20px;
}

.gallery-carousel .owl-carousel .owl-next {
    right: 20px;
}

.countdown-inline span {
    display: block;
    font-weight: 600;
}

.countdown-inline span.size-1 {
    font-size: inherit;
}

.countdown-inline span.size-2 {
    font-size: 20px;
}

.countdown-inline span.size-3 {
    font-size: 24px;
}

.countdown-inline span.size-4 {
    font-size: 28px;
}

.countdown-inline span.size-5 {
    font-size: 32px;
}

.alert {
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.ulist ul,
.olist ol {
    padding: 0px;
}

.ulist ul li,
.olist ol li {
    padding: 4px 0px 4px 10px;
}

.ulist li {
    list-style: none !important;
    padding-left: 36px !important;
}

.ulist li li {
    padding-left: 28px !important;
}

.ulist ul li i {
    position: absolute;
    top: 6px;
    left: 0px;
    font-size: 24px;
}

.ulist ul li li i {
    top: 9px;
    font-size: 18px;
}

.olist ol {
    counter-reset: my-badass-counter;
}

.olist li {
    list-style: none !important;
    padding-left: 42px !important;
}

.olist li li {
    padding-left: 36px !important;
}

.olist ol li:before {
    content: counter(my-badass-counter, decimal-leading-zero);
    counter-increment: my-badass-counter;
    position: absolute;
    top: -4px;
    left: 0px;
    font-size: 26px;
    font-weight: 700;
    color: #aaa;
}

.olist ol li li:before {
    top: -6px;
    left: 0px;
    font-size: 16px;
    padding: 10px 0px 10px 0px;
}

.olist ol li ul li:before {
    content: '';
}

.post-column {
    float: left;
    margin: 0px -20px 30px -20px;
}

.post-column .col-2,
.post-column .col-3,
.post-column .col-4 {
    float: left;
    width: 100%;
    padding: 0px 25px;
    margin-bottom: 30px;
}

.post-column .col-2:last-child,
.post-column .col-3:last-child,
.post-column .col-4:last-child {
    margin-bottom: 0px;
}

.post-video {
    width: 100%;
    margin: 20px 0px 40px 0px;
    padding: 35px 0px;
    border-top: 1px solid rgba(238, 238, 238, 0.9);
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
}

.post-list-wrapper {
    border-top: 1px solid rgba(238, 238, 238, 0.9);
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    margin: 30px 0px 30px 0px;
}

.post-list-wrapper .row {
    margin-right: -20px;
    margin-left: -20px;
    padding: 30px 0px 10px 0px;
}

.post-list-wrapper .row.no-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 0px;
}

.post-list-teaser-box {
    display: block;
    padding: 0px 20px;
    position: relative;
}

.post-list-teaser-box-bg {
    display: block;
    position: relative;
    height: 200px;
    padding: 0px 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px;
}

.post-list-teaser-box-bg.no-img {
    padding: 0px;
}

.post-list-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.post-list-wrapper .btn {
    padding: 10px 32px;
    min-height: auto;
}

.post-list-teaser-box.col-none {
    width: 100%;
    min-height: 145px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    padding: 30px 0px 10px 110px;
}

.post-list-teaser-box.col-none:last-child {
    border: 0px;
}

.post-list-teaser-box.col-none .post-list-teaser-box-bg {
    width: 80px;
    height: 80px;
    margin: 0px;
    position: absolute;
    top: 36px;
    left: 0px;
}

.post-list-title {
    margin-bottom: 10px;
}

.post-list-teaser-box.col-md-12 {
    padding: 30px 0px;
}

.post-list-teaser-box.col-md-12 .post-list-teaser-box-bg {
    float: left;
    width: 100%;
    height: 160px;
    margin: 0px 0px 20px 0px;
}

.post-list-teaser-box.col-md-12 .post-list-content {
    float: right;
    width: 100%;
}

.post-list-teaser-box.col-md-3 .post-list-teaser-box-bg {
    height: 170px;
}

.post-list-teaser-box.col-md-3 .post-list-title {
    font-size: 16px;
    line-height: 1.25;
}

.google-maps {
    margin: 0px 0px 30px 0px;
}

.rating-box {
    margin: 0px 0px 20px 0px;
}

.rating-box .post-rating {
    float: none;
}

.like-button-box .like-button {
    float: none;
}

.social-postbar-box {
    padding: 10px 0px 10px 0px;
}

.social-postbar-box .social-postbar {
    float: none;
    position: relative;
    width: 100%;
    text-align: center;
}

.social-postbar-box .social-postbar:before,
.social-postbar-box .social-postbar:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0px;
    width: 45%;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9);
    height: 1px;
}

.social-postbar-box .social-postbar:after {
    left: auto;
    right: 0px;
}

.social-postbar-box .social-postbar span {
    background: #fff;
    padding: 0px 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .post-list-teaser-box.col-md-12 .post-list-teaser-box-bg {
        width: 30%;
        margin: 6px 0px 0px 0px;
    }

    .post-list-teaser-box.col-md-12 .post-list-content {
        width: 70%;
        padding-left: 30px;
    }

    .dropcap {
        width: 66px;
        height: 66px;
        font-size: 46px;
        margin: 9px 20px 0px 0px;
    }

    .grid .dropcap,
    .magazine-item:not(.mgz-big) .dropcap {
        width: 39px;
        height: 39px;
        font-size: 24px;
        margin-top: 7px;
    }

    .leadin {
        max-width: 40%;
        font-size: 24px;
        padding: 24px 35px 28px 35px;
        margin: 8px 40px 20px 0px;
    }

    .leadin.right {
        margin: 8px 0px 20px 40px;
    }

    .leadin.full {
        padding: 35px 60px 35px 60px;
        margin: 15px 0px 35px 0px;
    }
}

@media (min-width: 992px) {

    .post-column .col-2,
    .post-column .col-3,
    .post-column .col-4 {
        width: 50%;
        margin-bottom: 0px;
    }

    .post-column .col-3 {
        width: 33.3333333%;
    }

    .post-column .col-4 {
        width: 25%;
    }
}

.animation-image-grow-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.animation-image-grow-layer img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    backface-visibility: hidden;
    -webkit-animation: animateGrow 30s linear 10ms infinite;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transform: translateZ(0);
    -moz-animation: animateGrow 30s linear 10ms infinite;
    -moz-transition: all 0.2s ease-in-out;
    -o-transform: translateZ(0);
    -o-animation: animateGrow 30s linear 10ms infinite;
    -o-transition: all 0.2s ease-in-out;
    transform: translateZ(0);
    animation: animateGrow 30s linear 10ms infinite;
    transition: all 0.2s ease-in-out;
}

@-webkit-keyframes animateGrow {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes animateGrow {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
    }
}

@-o-keyframes animateGrow {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.2);
    }
}

@keyframes animateGrow {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.animation-image-grow-layer.rotate {
    top: -30%;
    right: -20%;
    bottom: -30%;
    left: -20%;
    width: auto;
    height: auto;
}

.animation-image-grow-layer.rotate img {
    -webkit-animation: animateGrowRotate 30s linear 10ms infinite;
    -moz-animation: animateGrowRotate 30s linear 10ms infinite;
    -o-animation: animateGrowRotate 30s linear 10ms infinite;
    animation: animateGrowRotate 30s linear 10ms infinite;
}

@-webkit-keyframes animateGrowRotate {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1.2) rotate(15deg);
    }
}

@-moz-keyframes animateGrowRotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
    }

    50% {
        -moz-transform: scale(1.2) rotate(15deg);
    }
}

@-o-keyframes animateGrowRotate {
    0% {
        -o-transform: scale(1) rotate(0deg);
    }

    50% {
        -o-transform: scale(1.2) rotate(15deg);
    }
}

@keyframes animateGrowRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.2) rotate(15deg);
    }
}

.animation-image-grow-layer.float {
    bottom: -20%;
    width: auto;
    height: auto;
}

.animation-image-grow-layer.float img {
    -webkit-animation: animateGrowFloat 30s linear 10ms infinite;
    -moz-animation: animateGrowFloat 30s linear 10ms infinite;
    -o-animation: animateGrowFloat 30s linear 10ms infinite;
    animation: animateGrowFloat 30s linear 10ms infinite;
}

@-webkit-keyframes animateGrowFloat {
    0% {
        -webkit-transform: scale(1) translatey(0px);
    }

    50% {
        -webkit-transform: scale(1.2) translatey(-20%);
    }

    100% {
        -webkit-transform: scale(1) translatey(0px);
    }
}

@-moz-keyframes animateGrowFloat {
    0% {
        -moz-transform: scale(1) translatey(0px);
    }

    50% {
        -moz-transform: scale(1.2) translatey(-20%);
    }

    100% {
        -moz-transform: scale(1) translatey(0px);
    }
}

@-o-keyframes animateGrowFloat {
    0% {
        -o-transform: scale(1) translatey(0px);
    }

    50% {
        -o-transform: scale(1.2) translatey(-20%);
    }

    100% {
        -o-transform: scale(1) translatey(0px);
    }
}

@keyframes animateGrowFloat {
    0% {
        transform: scale(1) translatey(0px);
    }

    50% {
        transform: scale(1.2) translatey(-20%);
    }

    100% {
        transform: scale(1) translatey(0px);
    }
}

.animation-image-parallax-layer .simpleParallax {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.animation-rise-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.animation-rise-circles .circle {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    bottom: -150px;
    -webkit-animation: animateRise 25s linear infinite;
    -moz-animation: animateRise 25s linear infinite;
    -o-animation: animateRise 25s linear infinite;
    animation: animateRise 25s linear infinite;
}

.animation-rise-circles .circle:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.animation-rise-circles .circle:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 12s;
    -moz-animation-duration: 12s;
    -o-animation-duration: 12s;
    animation-duration: 12s;
}

.animation-rise-circles .circle:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

.animation-rise-circles .circle:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 18s;
    -moz-animation-duration: 18s;
    -o-animation-duration: 18s;
    animation-duration: 18s;
}

.animation-rise-circles .circle:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.animation-rise-circles .circle:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.animation-rise-circles .circle:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    animation-delay: 7s;
}

.animation-rise-circles .circle:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 45s;
    -moz-animation-duration: 45s;
    -o-animation-duration: 45s;
    animation-duration: 45s;
}

.animation-rise-circles .circle:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 35s;
    -moz-animation-duration: 35s;
    -o-animation-duration: 35s;
    animation-duration: 35s;
}

.animation-rise-circles .circle:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 11s;
    -moz-animation-duration: 11s;
    -o-animation-duration: 11s;
    animation-duration: 11s;
}

@-webkit-keyframes animateRise {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    50% {
        border-radius: 60%;
    }

    100% {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%;
    }
}

@-moz-keyframes animateRise {
    0% {
        -moz-transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    50% {
        border-radius: 60%;
    }

    100% {
        -moz-transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%;
    }
}

@-o-keyframes animateRise {
    0% {
        -o-transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    50% {
        border-radius: 60%;
    }

    100% {
        -o-transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%;
    }
}

@keyframes animateRise {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    50% {
        border-radius: 60%;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%;
    }
}

.animation-pulse-circles {
    position: absolute;
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animation-pulse-circles svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.animation-pulse-circles circle {
    fill: #ff5154;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: animatePulse 4.5s ease-in-out infinite;
    -moz-animation: animatePulse 4.5s ease-in-out infinite;
    -o-animation: animatePulse 4.5s ease-in-out infinite;
    animation: animatePulse 4.5s ease-in-out infinite;
}

.animation-pulse-circles circle:nth-of-type(2) {
    fill: #7fc6a4;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.animation-pulse-circles circle:nth-of-type(3) {
    fill: #e5f77d;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@-webkit-keyframes animatePulse {
    25% {
        opacity: 0.4;
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes animatePulse {
    25% {
        opacity: 0.4;
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes animatePulse {
    25% {
        opacity: 0.4;
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes animatePulse {
    25% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1);
    }
}

.animation-rotate-circles {
    position: absolute;
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animation-rotate-circles .circle {
    max-width: 100%;
    width: 100%;
    height: auto;
    stroke-linecap: round;
}

.animation-rotate-circles circle {
    fill: none;
    stroke-width: 4.5;
    will-change: transform;
    -webkit-transform-origin: 170px 170px;
    -moz-transform-origin: 170px 170px;
    -o-transform-origin: 170px 170px;
    transform-origin: 170px 170px;
    -webkit-animation: animateCircleRotate 12s ease-in-out infinite;
    -moz-animation: animateCircleRotate 12s ease-in-out infinite;
    -o-animation: animateCircleRotate 12s ease-in-out infinite;
    animation: animateCircleRotate 12s ease-in-out infinite;
}

.animation-rotate-circles circle:nth-of-type(1) {
    stroke-dasharray: 550px;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.animation-rotate-circles circle:nth-of-type(2) {
    stroke-dasharray: 500px;
    -webkit-animation-delay: 0.85s;
    -moz-animation-delay: 0.85s;
    -o-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

.animation-rotate-circles circle:nth-of-type(3) {
    stroke-dasharray: 450px;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    -o-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

.animation-rotate-circles circle:nth-of-type(4) {
    stroke-dasharray: 300px;
    -webkit-animation-delay: 1.55s;
    -moz-animation-delay: 1.55s;
    -o-animation-delay: 1.55s;
    animation-delay: 1.55s;
}

@-webkit-keyframes animateCircleRotate {
    50% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes animateCircleRotate {
    50% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes animateCircleRotate {
    50% {
        -o-transform: rotate(360deg);
    }
}

@keyframes animateCircleRotate {
    50% {
        transform: rotate(360deg);
    }
}

.animation-draw-lines {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.animation-draw-lines svg {
    width: 100%;
    height: 100%;
}

.animation-draw-lines g>g:nth-of-type(1) {
    fill: none;
    stroke: #06a1c4;
    stroke-width: 6;
    stroke-miterlimit: 10;
    stroke-dasharray: 200;
    stroke-dashoffset: 800;
    -webkit-animation: animateDraw 4s ease-in-out infinite forwards;
    -moz-animation: animateDraw 4s ease-in-out infinite forwards;
    -o-animation: animateDraw 4s ease-in-out infinite forwards;
    animation: animateDraw 4s ease-in-out infinite forwards;
}

.animation-draw-lines g>g:nth-of-type(2),
.animation-draw-lines g>g:nth-of-type(3) {
    fill: none;
    stroke: #ce1b5f;
    stroke-width: 12;
    stroke-miterlimit: 10;
    -webkit-animation: animateShow 4s ease-in-out infinite forwards;
    -moz-animation: animateShow 4s ease-in-out infinite forwards;
    -o-animation: animateShow 4s ease-in-out infinite forwards;
    animation: animateShow 4s ease-in-out infinite forwards;
}

.animation-draw-lines g>g:nth-of-type(3) {
    stroke: #06a1c4;
}

@-webkit-keyframes animateDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes animateDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@-o-keyframes animateDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animateDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes animateShow {
    0% {
        opacity: 0.15;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

@-moz-keyframes animateShow {
    0% {
        opacity: 0.15;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

@-o-keyframes animateShow {
    0% {
        opacity: 0.15;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

@keyframes animateShow {
    0% {
        opacity: 0.15;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.15;
    }
}

.animation-rotate-cube {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.animation-rotate-cube .cube {
    position: absolute;
    top: 80%;
    left: 45%;
    width: 10px;
    height: 10px;
    border: solid 1px #003298;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -moz-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -o-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-animation: animateCube 12s ease-in forwards infinite;
    -moz-animation: animateCube 12s ease-in forwards infinite;
    -o-animation: animateCube 12s ease-in forwards infinite;
    animation: animateCube 12s ease-in forwards infinite;
}

.animation-rotate-cube .cube:nth-child(2n) {
    border-color: #0051f4;
}

.animation-rotate-cube .cube:nth-child(1) {
    top: 80%;
    left: 45%;
    -webkit-animation-delay: 9.1s;
    -moz-animation-delay: 9.1s;
    -o-animation-delay: 9.1s;
    animation-delay: 9.1s;
}

.animation-rotate-cube .cube:nth-child(2) {
    left: 25%;
    top: 40%;
    -webkit-animation-delay: 12.1s;
    -moz-animation-delay: 12.1s;
    -o-animation-delay: 12.1s;
    animation-delay: 12.1s;
}

.animation-rotate-cube .cube:nth-child(3) {
    left: 75%;
    top: 50%;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animation-rotate-cube .cube:nth-child(4) {
    left: 90%;
    top: 10%;
    -webkit-animation-delay: 7.1s;
    -moz-animation-delay: 7.1s;
    -o-animation-delay: 7.1s;
    animation-delay: 7.1s;
}

.animation-rotate-cube .cube:nth-child(5) {
    left: 10%;
    top: 85%;
    -webkit-animation-delay: 3.4s;
    -moz-animation-delay: 3.4s;
    -o-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.animation-rotate-cube .cube:nth-child(6) {
    left: 50%;
    top: 10%;
    -webkit-animation-delay: 4.6s;
    -moz-animation-delay: 4.6s;
    -o-animation-delay: 4.6s;
    animation-delay: 4.6s;
}

@-webkit-keyframes animateCube {
    from {
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

@-moz-keyframes animateCube {
    from {
        -moz-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        -moz-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

@-o-keyframes animateCube {
    from {
        -o-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        -o-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

@keyframes animateCube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

.animation-bubbles {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.animation-bubbles .bubble {
    border-radius: 50%;
    border: 4px solid #fff;
    height: 200px;
    position: absolute;
    width: 200px;
    -webkit-animation: animateBubble 15s linear infinite, animateSideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 15s linear infinite, animateSideWays 2s ease-in-out infinite alternate;
    -o-animation: animateBubble 15s linear infinite, animateSideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, animateSideWays 2s ease-in-out infinite alternate;
}

.animation-bubbles .bubble:nth-child(1) {
    left: -5%;
    top: 5%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation-duration: 15s, 2s;
    -moz-animation-duration: 15s, 2s;
    -o-animation-duration: 15s, 2s;
    animation-duration: 15s, 2s;
}

.animation-bubbles .bubble:nth-child(2) {
    left: 5%;
    top: 80%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation-duration: 10s, 4s;
    -moz-animation-duration: 10s, 4s;
    -o-animation-duration: 10s, 4s;
    animation-duration: 10s, 4s;
}

.animation-bubbles .bubble:nth-child(3) {
    left: 10%;
    top: 40%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-duration: 10s, 2s;
    -moz-animation-duration: 10s, 2s;
    -o-animation-duration: 10s, 2s;
    animation-duration: 10s, 2s;
}

.animation-bubbles .bubble:nth-child(4) {
    left: 20%;
    top: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation-duration: 12s, 3s;
    -moz-animation-duration: 12s, 3s;
    -o-animation-duration: 12s, 3s;
    animation-duration: 12s, 3s;
}

.animation-bubbles .bubble:nth-child(5) {
    left: 30%;
    top: 50%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation-duration: 19s, 4s;
    -moz-animation-duration: 19s, 4s;
    -o-animation-duration: 19s, 4s;
    animation-duration: 19s, 4s;
}

.animation-bubbles .bubble:nth-child(6) {
    left: 50%;
    top: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation-duration: 11s, 2s;
    -moz-animation-duration: 11s, 2s;
    -o-animation-duration: 11s, 2s;
    animation-duration: 11s, 2s;
}

.animation-bubbles .bubble:nth-child(7) {
    left: 65%;
    top: 70%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation-duration: 10s, 2s;
    -moz-animation-duration: 10s, 2s;
    -o-animation-duration: 10s, 2s;
    animation-duration: 10s, 2s;
}

.animation-bubbles .bubble:nth-child(8) {
    left: 80%;
    top: 10%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation-duration: 12s, 3s;
    -moz-animation-duration: 12s, 3s;
    -o-animation-duration: 12s, 3s;
    animation-duration: 12s, 3s;
}

.animation-bubbles .bubble:nth-child(9) {
    left: 90%;
    top: 50%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation-duration: 19s, 4s;
    -moz-animation-duration: 19s, 4s;
    -o-animation-duration: 19s, 4s;
    animation-duration: 19s, 4s;
}

.animation-bubbles .bubble:nth-child(10) {
    left: 80%;
    top: 80%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation-duration: 16s, 2s;
    -moz-animation-duration: 16s, 2s;
    -o-animation-duration: 16s, 2s;
    animation-duration: 16s, 2s;
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 100%;
    }

    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 100%;
    }

    100% {
        margin-top: -100%;
    }
}

@-o-keyframes animateBubble {
    0% {
        margin-top: 100%;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 100%;
    }

    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes animateSideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

@-moz-keyframes animateSideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

@-o-keyframes animateSideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

@keyframes animateSideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

.animation-waves {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 45%;
    overflow: hidden;
}

.animation-waves svg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.animation-waves use {
    fill: #4478e3;
    -webkit-animation: animateWave 3s linear infinite;
    -moz-animation: animateWave 3s linear infinite;
    -o-animation: animateWave 3s linear infinite;
    animation: animateWave 3s linear infinite;
}

.animation-waves use:nth-child(1) {
    opacity: 0.3;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    -o-animation-duration: 7s;
    animation-duration: 7s;
}

.animation-waves use:nth-child(2) {
    opacity: 0.6;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse;
}

@-webkit-keyframes animateWave {
    to {
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes animateWave {
    to {
        -moz-transform: translateX(-100%);
    }
}

@-o-keyframes animateWave {
    to {
        -o-transform: translateX(-100%);
    }
}

@keyframes animateWave {
    to {
        transform: translateX(-100%);
    }
}

.animation-wave-lines {
    position: absolute;
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
    overflow: hidden;
}

.animation-wave-lines svg {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.animation-wave-lines div {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animation-wave-lines path {
    stroke-dasharray: 700;
    stroke: #fbc02e;
    -webkit-animation: animateDash 25s linear infinite;
    -moz-animation: animateDash 25s linear infinite;
    -o-animation: animateDash 25s linear infinite;
    animation: animateDash 25s linear infinite;
}

.animation-wave-lines path:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.animation-wave-lines path:nth-child(2) {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animation-wave-lines path:nth-child(3) {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
}

.animation-wave-lines path:nth-child(4) {
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

.animation-wave-lines path:nth-child(5) {
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -o-transform: translateY(400px);
    transform: translateY(400px);
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.animation-wave-lines path:nth-child(6) {
    -webkit-transform: translateY(500px);
    -moz-transform: translateY(500px);
    -o-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.animation-wave-lines path:nth-child(7) {
    -webkit-transform: translateY(600px);
    -moz-transform: translateY(600px);
    -o-transform: translateY(600px);
    transform: translateY(600px);
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.animation-wave-lines path:nth-child(8) {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animation-wave-lines path:nth-child(9) {
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -o-transform: translateY(800px);
    transform: translateY(800px);
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    -o-animation-delay: 5.5s;
    animation-delay: 5.5s;
}

.animation-wave-lines path:nth-child(10) {
    -webkit-transform: translateY(900px);
    -moz-transform: translateY(900px);
    -o-transform: translateY(900px);
    transform: translateY(900px);
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes animateDash {
    0% {
        stroke-dashoffset: 10;
    }

    100% {
        stroke-dashoffset: 9800;
    }
}

@-moz-keyframes animateDash {
    0% {
        stroke-dashoffset: 10;
    }

    100% {
        stroke-dashoffset: 9800;
    }
}

@-o-keyframes animateDash {
    0% {
        stroke-dashoffset: 10;
    }

    100% {
        stroke-dashoffset: 9800;
    }
}

@keyframes animateDash {
    0% {
        stroke-dashoffset: 10;
    }

    100% {
        stroke-dashoffset: 9800;
    }
}

.animation-water-drop {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.animation-water-drop .drop,
.animation-water-drop .wave {
    margin: auto auto;
}

.animation-water-drop .drop {
    position: relative;
    width: 20px;
    height: 20px;
    top: -30px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    opacity: 1;
    -webkit-animation: animateDrop 2s cubic-bezier(1, 0, .91, .19) infinite;
    -moz-animation: animateDrop 2s cubic-bezier(1, 0, .91, .19) infinite;
    -o-animation: animateDrop 2s cubic-bezier(1, 0, .91, .19) infinite;
    animation: animateDrop 2s cubic-bezier(1, 0, .91, .19) infinite;
}

.animation-water-drop .drop:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 30px solid currentColor;
    top: -22px;
}

.animation-water-drop .wave {
    position: relative;
    opacity: 0;
    top: 40%;
    width: 2px;
    height: 1px;
    border: #fff 7px solid;
    border-radius: 100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-animation: animateRipple 2s 2s infinite;
    -moz-animation: animateRipple 2s 2s infinite;
    -o-animation: animateRipple 2s 2s infinite;
    animation: animateRipple 2s 2s infinite;
}

.animation-water-drop .wave:after {
    content: "";
    position: absolute;
    opacity: 0;
    top: 40%;
    left: 50%;
    width: 2px;
    margin-top: 0px;
    margin-left: -1px;
    height: 1px;
    border: #D93A3D 5px solid;
    border-radius: 300px/150px;
    -webkit-animation: animateRipple-2 2s infinite;
    -moz-animation: animateRipple-2 2s infinite;
    -o-animation: animateRipple-2 2s infinite;
    animation: animateRipple-2 2s infinite;
}

@-webkit-keyframes animateRipple {
    from {
        opacity: 1;
    }

    to {
        width: 600px;
        height: 300px;
        border-width: 1px;
        top: 70%;
        opacity: 0;
    }
}

@-moz-keyframes animateRipple {
    from {
        opacity: 1;
    }

    to {
        width: 600px;
        height: 300px;
        border-width: 1px;
        top: 70%;
        opacity: 0;
    }
}

@-o-keyframes animateRipple {
    from {
        opacity: 1;
    }

    to {
        width: 600px;
        height: 300px;
        border-width: 1px;
        top: 70%;
        opacity: 0;
    }
}

@keyframes animateRipple {
    from {
        opacity: 1;
    }

    to {
        width: 600px;
        height: 300px;
        border-width: 1px;
        top: 70%;
        opacity: 0;
    }
}

@-webkit-keyframes animateRipple-2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        width: 200px;
        margin-top: -50px;
        margin-left: -100px;
        height: 100px;
        border-width: 1px;
        top: 50%;
    }
}

@-moz-keyframes animateRipple-2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        width: 200px;
        margin-top: -50px;
        margin-left: -100px;
        height: 100px;
        border-width: 1px;
        top: 50%;
    }
}

@-o-keyframes animateRipple-2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        width: 200px;
        margin-top: -50px;
        margin-left: -100px;
        height: 100px;
        border-width: 1px;
        top: 50%;
    }
}

@keyframes animateRipple-2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        width: 200px;
        margin-top: -50px;
        margin-left: -100px;
        height: 100px;
        border-width: 1px;
        top: 50%;
    }
}

@-webkit-keyframes animateDrop {
    90% {
        opacity: 1;
    }

    100% {
        top: 50%;
        opacity: 0;
    }
}

@-moz-keyframes animateDrop {
    90% {
        opacity: 1;
    }

    100% {
        top: 50%;
        opacity: 0;
    }
}

@-o-keyframes animateDrop {
    90% {
        opacity: 1;
    }

    100% {
        top: 50%;
        opacity: 0;
    }
}

@keyframes animateDrop {
    90% {
        opacity: 1;
    }

    100% {
        top: 50%;
        opacity: 0;
    }
}

.animation-clouds {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.animation-clouds .cloud {
    border-radius: 10px;
    position: relative;
    margin: 33px 0 0 0;
    width: 54px;
    height: 5px;
    -webkit-animation: animateClouds 40s infinite linear;
    -moz-animation: animateClouds 40s infinite linear;
    -o-animation: animateClouds 40s infinite linear;
    animation: animateClouds 40s infinite linear;
}

.animation-clouds .cloud:nth-child(1) {
    margin-left: 20%;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    -webkit-animation-duration: 263s;
    -moz-animation-duration: 263s;
    -o-animation-duration: 263s;
    animation-duration: 263s;
}

.animation-clouds .cloud:nth-child(2) {
    margin-left: 90%;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-animation-duration: 99s;
    -moz-animation-duration: 99s;
    -o-animation-duration: 99s;
    animation-duration: 99s;
}

.animation-clouds .cloud:nth-child(3) {
    margin-left: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation-duration: 142s;
    -moz-animation-duration: 142s;
    -o-animation-duration: 142s;
    animation-duration: 142s;
}

.animation-clouds .cloud:nth-child(4) {
    margin-left: 43%;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-animation-duration: 152s;
    -moz-animation-duration: 152s;
    -o-animation-duration: 152s;
    animation-duration: 152s;
}

.animation-clouds .cloud:nth-child(5) {
    margin-left: 83%;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    -webkit-animation-duration: 215s;
    -moz-animation-duration: 215s;
    -o-animation-duration: 215s;
    animation-duration: 215s;
}

.animation-clouds .cloud:nth-child(6) {
    margin-left: 73%;
    margin-top: 20%;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-animation-duration: 139s;
    -moz-animation-duration: 139s;
    -o-animation-duration: 139s;
    animation-duration: 139s;
}

.animation-clouds .cloud:nth-child(7) {
    margin-left: 69%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation-duration: 109s;
    -moz-animation-duration: 109s;
    -o-animation-duration: 109s;
    animation-duration: 109s;
}

.animation-clouds .cloud:nth-child(8) {
    margin-left: 100%;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-animation-duration: 121s;
    -moz-animation-duration: 121s;
    -o-animation-duration: 121s;
    animation-duration: 121s;
}

.animation-clouds .cloud:nth-child(9) {
    margin-left: 98%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation-duration: 101s;
    -moz-animation-duration: 101s;
    -o-animation-duration: 101s;
    animation-duration: 101s;
}

.animation-clouds .cloud:nth-child(10) {
    margin-left: 14%;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-animation-duration: 126s;
    -moz-animation-duration: 126s;
    -o-animation-duration: 126s;
    animation-duration: 126s;
}

.animation-clouds .cloud:nth-child(12) {
    margin-left: 73%;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-animation-duration: 96s;
    -moz-animation-duration: 96s;
    -o-animation-duration: 96s;
    animation-duration: 96s;
}

.animation-clouds .cloud:nth-child(13) {
    margin-left: 51%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation-duration: 83s;
    -moz-animation-duration: 83s;
    -o-animation-duration: 83s;
    animation-duration: 83s;
}

@-webkit-keyframes animateClouds {
    0% {
        left: -100%;
    }

    100% {
        left: 120%;
    }
}

@-moz-keyframes animateClouds {
    0% {
        left: -100%;
    }

    100% {
        left: 120%;
    }
}

@-o-keyframes animateClouds {
    0% {
        left: -100%;
    }

    100% {
        left: 120%;
    }
}

@keyframes animateClouds {
    0% {
        left: -100%;
    }

    100% {
        left: 120%;
    }
}