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

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	padding: 20px 0 !important;
}

.uavc-list-icon {
    margin-left: 8px;
}

.ult-team-member-image {
    border-radius: 50%!important;
    width: 250px;
    height: 250px;
	margin: 0 auto;
}

.ult-team-member-position {
	font-size: 12px!important;
	letter-spacing: 0!important;
}

.ult-team-member-description {
    text-align: left;
}

.ult-team-member-position:after {
	content: '';
    display: block;
    width: 7rem;
    height: 0.1875rem;
    border-radius: 0.1875rem;
    vertical-align: top;
    background-color: #09f;
	margin: 10px auto 0;
}

.first-letter-color {
    text-transform: uppercase;
    color: #5c94cc;
}

.btn-primary__white {
    background: #ffffff !important;
    color: #5c94cc;
}

.btn-primary__white:hover {
    border-color: #5c94cc !important;
    background: #5c94cc !important;
    color: #ffffff;
}

.wrapper {
    margin-bottom: 50px;
}

.container {
    max-width: 1170px;
}

.input-file {
    margin: 6px 20px 0 0;
}
label.custom-input-label {
    border-radius: 0;
}

@media (max-width: 992px) {
    .container {
        max-width: 720px;
    }
}

.text-container {
    padding: 0 150px;
}

@media (max-width: 1200px) {
    .text-container {
        padding: 0 100px;
    }
}

@media (max-width: 992px) {
    .text-container {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .text-container {
        padding: 0;
    }
}

.preview-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50% 25%;
}

.preview-wrapper .preview-left {
    height: 100%;
}

.preview-wrapper .preview-right {
    height: 100%;
	padding: 20px 0;
}

.preview-right .wpb_content_element {
    margin-bottom: 0;
}

.preview-right .wpb_content_element .textwidget p {
    margin: 15px 0;
}

.preview-right .wpb_content_element .textwidget p .btn-primary {
    min-width: 210px;
}

/*.preview-left {*/
/*position: absolute;*/
/*height: 100%;*/
/*left: 0;*/
/*top: 0;*/
/*}*/
/*.preview-buttons {*/
/*position: absolute;*/
/*height: 100%;*/
/*top: 0;*/
/*right: 0;*/
/*}*/

.preview-buttons .wpb_wrapper, .preview-buttons .vc_column-inner {
    height: 100%;
}

.preview-buttons .wpb_content_element {
    margin-bottom: 0;
    height: 100%;
}

.preview-buttons .wpb_wrapper {
    display: flex;
    flex-direction: column;
}

.preview-buttons .wpb_wrapper a {
    min-width: 210px;
}

.preview-wrapper .preview-left .vc_column-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 180px 40px !important;
}

.vc_video-bg.vc_hidden-xs {
    display: block !important;
}

@media (max-width: 1199px) {
    .preview-wrapper .preview-left .vc_column-inner {
        padding: 100px 50px !important;
    }
}

@media (max-width: 767px) {
    .preview-wrapper .preview-left .vc_column-inner {
        padding: 30px !important;
    }
}

@media (max-width: 540px) {
    .preview-wrapper .preview-left .vc_column-inner {
        padding: 20px 15px 10px !important;
        /*min-height:calc(100vh - 75px);*/
    }
}

.preview-main p {
    margin: 0 !important;
    font-size: 20px;
}

.preview-main {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .preview-main p {
        font-size: 14px;
    }

    .preview-wrapper {
        flex-direction: column;
    }

    .preview-buttons {
        padding: 30px 0 20px;
    }

    .project-card--style-1 .project-card-title {
        height: auto;
    }
}

.main-text-item .read-more {
    display: none;
}

.main-text-item .read-more a {
    color: #5c94cc;
    text-decoration: underline;
}

.main-text-item .read-more a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .main-text-item .read-more {
        display: block;
    }

    .main-text-block {
        position: relative;
        height: 200px;
        overflow: hidden;
        margin: 0;
    }

    .main-text-block:before {
        position: absolute;
        content: '';
        background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
        width: 100%;
        height: 60%;
        bottom: 0;
    }

    .main-text-block.show {
        height: auto;
        margin-bottom: 20px;
    }

    .main-text-block.show:before {
        display: none;
    }
}

.entry-content {
    width: 100%;
}

.entry-content .container.clearfix {
    width: auto;
    padding: 0;
}

.entry-content p {
    margin: 15px auto;
}

.download-file {
    display: flex;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
    margin-top: 50px;
    position: relative;
}

.download-file:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .25);
}

.download-img {
    min-width: 200px;
    max-width: 200px;
    padding: 15px;
}

.download-img img {
    width: 170px;
    height: 170px;
    margin-bottom: 15px;
}

.download-file-name {
    position: relative;
    width: 100%;
    border-left: 2px solid #eaeaea;
    color: #000;
}

.full-file-description {
    display: none;
}

/*.download-file-name:before {*/
/*position: absolute;*/
/*content: '';*/
/*bottom: 0;*/
/*left: 0;*/
/*right: 0;*/
/*height: 30px;*/
/*background: linear-gradient(rgba(255, 255, 255, .6), #fff);*/
/*transition: opacity ease .6s;*/
/*opacity: 1;*/
/*z-index: 6;*/
/*}*/
.download-file-name .text-wrap {
    box-sizing: content-box;
    padding: 15px;
    background: #fff;
}

.download-file-name h3 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.download-file-name p {
    font-size: 13px;
}

.download-btn {
    min-width: 190px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-btn a {
    padding: 10px 20px;
}

/*.download-btn a {*/
/*background-color: #009ee2;*/
/*color: #ffffff;*/
/*padding: 10px 20px;*/
/*border-radius: 3px;*/
/*transition: .3s all;*/
/*font-size: 14px;*/
/*}*/
/*.download-btn a:hover {*/
/*background: #f5b233;*/
/*color: #ffffff;*/
/*}*/

/*MASONRY GALLERY*/
.masonry-gallery {
    padding-bottom: 40px;
}

.masonry-gallery .masonry-wrapper {
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: masonry-gallery;
    animation-name: masonry-gallery;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
}

@keyframes masonry-gallery {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -100%;
    }
}

.grid-item--width2 {
    width: 380px;
}

.grid-item--width3 {
    width: 790px;
}

.grid-item--width4 {
    width: 790px;
}

.grid-item--height2 {
    height: 285px;
}

.grid-item--height3 {
    height: 285px;
}

.grid-item--height4 {
    height: 600px;
}

.masonry-gallery .masonry-slide {
    width: auto;
    height: 600px;
}

.masonry-slide img {
    display: block;
    object-fit: cover;
    position: relative;
}

.masonry-slide a:hover:before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.group-slide-row {
    padding-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.group-slide-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

.masonry-item {
    position: relative;
}

.masonry-item .link-popup {
    position: relative;
    display: block;
    z-index: 10;
}

.masonry-slide .masonry-item:hover:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
}

@media (max-width: 767px) {
    .download-file {
        flex-direction: column;
        align-items: center;
        max-height: 100%;
    }

    .download-img {
        text-align: center;
    }

    .download-file-name {
        border: 0;
        border-top: 2px solid #eaeaea;
    }

    .download-file-name h3 {
        font-size: 18px;
    }
}

/*FAQ*/
.main-content .arconix-faq-wrap {
    position: relative;
    border: 0;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.main-content .arconix-faq-title, .main-content .arconix-faq-title.faq-open {
    background: none;
}

.main-content .arconix-faq-title {
    font-size: 20px;
    position: relative;
    padding: 10px 0 10px 35px;
}

.main-content .arconix-faq-title:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s all;
    font-size: 22px;
    font-weight: 600;
}

.main-content .arconix-faq-title.faq-closed:before {
    content: '+';
}

.main-content .arconix-faq-title.faq-open:before {
    content: '-';
}

.main-content .arconix-faq-content {
    padding: 5px 20px 35px 25px;
}

.main-content .arconix-faq-content p {
    font-weight: 300;
}

/*FAQ*/

/*TO JOIN*/
/*.section-join--items {*/
/*margin-top: 50px;*/

/*border: 3px solid #608cc4;*/
/*display: flex;*/
/*flex-wrap: wrap;*/
/*}*/

.section-join-items .vc_column-inner {
    padding: 0;
}

.section-join-items .vc_row {
    border: 3px solid rgb(96, 140, 196);
    box-shadow: 0 0 25px rgba(96, 140, 196, .7);
}

.section-join-items .vc_column_container:nth-child(1) .section-join--item:nth-child(2),
.section-join-items .vc_column_container:nth-child(2) .section-join--item:nth-child(1) {
    background: #ffffff;
    color: #608cc4;
    /*box-shadow: inset 0 0 15px rgba(0,0,0,.5);*/
}

.section-join-items .vc_column_container:nth-child(1) .section-join--item:nth-child(2) .btn-primary,
.section-join-items .vc_column_container:nth-child(2) .section-join--item:nth-child(1) .btn-primary {
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);

}

.section-join-items .vc_column_container:nth-child(2) .section-join--item {
    flex-direction: row-reverse;
    padding: 40px 20px 100px 40px;
}

.section-join-items .vc_column_container:nth-child(2) .section-join--image {
    margin-right: 0;
    margin-left: 25px;
}

.section-join--item {
    position: relative;
    display: flex;
    padding: 40px 30px;
    background: #608cc4;
    color: #ffffff;
	cursor: pointer;
}

/*.section-join--white {*/
/*background: #ffffff;*/
/*color: #608cc4;*/
/*}*/
.section-join--image {
    flex: none;
    width: 120px;
    margin: 35px auto 0;
}

.section-join--image img {
    width: 100%;
}

.section-join--description {
    width: 100%;
}

.section-join--description h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.section-join--description p {
    position: relative;
    font-size: 15px;
    text-align: center;
    height: 50px; 
    overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}

.section-join--description .btn-primary {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.section-international-support--border:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: #cee4ef;
    width: 1px;
    height: 195px;
}

.international-support-item {
    text-align: center;
}

.international-support-item--image {
    width: 195px;
    height: 195px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
}

.international-support-item--image img {
    width: 100%;
    height: 100%;
}

.international-support-item--link a {
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #4c7ac1;
}

/*.page-content p {*/
/*margin: 15px auto !important;*/
/*}*/

.entry-content p {
    margin: 15px auto;
}

@media (max-width: 767px) {
    .section-international-support--border:before {
        display: none;
        margin-bottom: 30px;
    }

    .section-join-items .vc_column-inner {
        border: 0 !important;
    }

    .section-join--item, .section-join-items .vc_column_container:nth-child(2) .section-join--item {
        flex-direction: column;
        align-items: center;
    }

    .section-join-items .vc_column_container:nth-child(2) .wpb_wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-join--image {
/*         margin: 0 0 20px; */
    }

    .section-join--item, .international-support-item {
/*         padding: 20px 15px 100px !important; */
		margin-bottom: 40px;
    }

    .section-join--description p {
        height: auto;
    }

}

/*TO JOIN*/

/*SUCCESS STORY SINGLE*/
.single-project .page-content {
    max-width: 50rem;
    margin: 0 auto;
}

.single-project .page-content .dpsp-content-wrapper {
    position: relative;
    margin-top: 1.8rem;
    margin-bottom: 0 !important;
    padding: 0;
    top: auto;
    right: auto;
}

.single-project .page-content .vc_section {
    padding-top: 4rem !important;
}

/*SUCCESS STORY SINGLE*/

/*MAIN SLIDER*/
.revolution-slider {
    position: relative;
}

.main-slider-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 20;
}

.main-slide-text {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.main-slide-text span {
    font-size: 2.25rem !important;
    font-weight: 100;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

@media (max-width: 767px) {
    /*.page-content p {*/
    /*margin: 15px 5px !important;*/
    /*}*/
    .main-slide-text span {
        font-size: 20px !important;
        font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    }
}

.rev_slider li.tp-revslider-slidesli {
    opacity: 1 !important;
}

.tp-bgimg.defaultimg {
    visibility: visible !important;
    opacity: 1 !important;
}

.tp-loader.spinner0 {
    display: none !important;
}

/*MAIN SLIDER*/

/*SHARE FORM*/
.share-form .input-file {
    display: inline-block;
    width: auto;
}

.share-form {
    max-width: 500px;
    margin: 0 auto;
}

.share-form .wpcf7-form-control-wrap input, .share-form .wpcf7-form-control-wrap textarea {
    margin-top: 5px;
    box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, .1);
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    width: 100%;
    border-radius: 5px;
    resize: none;
}

.send-letter {
    position: relative;
}

.send-letter .send-form {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    display: flex;
    flex-direction: row-reverse;
}

.send-form input {
    margin: 0;
}

@media (max-width: 425px) {
    .send-letter .send-form {
        position: relative;
        right: auto;
        left: 0;
        flex-direction: row;
        justify-content: center;
    }

    .send-letter .send-form .ajax-loader {
        position: absolute;
        top: 15px;
    }

    .share-form .input-file {
        width: 100%;
        text-align: center;
    }

    .custom-input-label, .send-form input {
        max-width: 300px;
        width: 100%;
    }
}

/*SHARE FORM*/

/*INFO GRAPHICS*/
.info-graphics .vc_figure, .info-graphics .vc_single_image-wrapper {
    width: 100%;
}

.energy-transition-page .vc_column-inner {
    padding: 0;
}

.energy-transition-page .wpb_single_image.vc_align_center {
    margin-bottom: 0;
}

.energy-transition {
    padding: 0 40px 0 75px;
}

.energy-transition--tabs {
    display: flex;
    margin-bottom: 20px;
}

.energy-transition--head {
    position: relative;
    cursor: pointer;
}

.energy-transition--img {
    width: 100%;
    position: relative;
    padding-bottom: 32%;
}

.energy-transition--head .default-tab, .energy-transition--head .active-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.energy-transition--head .active-tab {
    opacity: 0;
    transition: .3s all;
}

.energy-transition--head.active .active-tab {
    opacity: 1;
}

.energy-transition--head.active .default-tab {
    opacity: 0;
}

.energy-transition--head.active .energy-transition--year {
    color: #ffffff;
}

.energy-transition--head .energy-transition--year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-weight: 600;
    transition: .3s all;
}

.energy-transition--head .energy-transition--text-hide {
    display: none;
}

@media (max-width: 992px) {
    .energy-transition {
        padding: 0 4% 0 7%;
    }

    .energy-transition--head .energy-transition--year {
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    .energy-transition--head .energy-transition--year {
        font-size: 8px;
    }
}

/*INFO GRAPHICS*/

.preloader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.preloader__items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader__item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    line-height: 12px;
}

.preloader__item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3bb3bd;
}

.preloader__item:first-child:before {
    animation: preloader 0.6s linear infinite;
}

.preloader__item:nth-child(2):before {
    animation: preloader 0.6s linear infinite 0.2s;
}

.preloader__item:nth-child(3):before {
    animation: preloader 0.6s linear infinite 0.4s;
}

@keyframes preloader {
    0% {
        box-shadow: 0 0 0 0 #3bb3bd
    }
    50% {
        box-shadow: 0 0 0 3px #3bb3bd
    }
    100% {
        box-shadow: 0 0 0 0 #3bb3bd
    }
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

/*News*/
.full-width .main-wrap {
    padding: 0;
    float: none;
}

/*.news-sidebar .main-content {*/
    /*margin-bottom: 50px;*/
/*}*/

/* .news-sidebar .sidebar-wrap {
    float: none;
    width: 100%;
    margin: 0;
} */

.archive-loop-item_news {
    width: 100%;
    margin-bottom: 0px;
    justify-content: space-between;
}
.archive-loop-item_news .entry-meta {
    width: 100%;
}
@media(max-width: 560px) {
    .archive-loop-item_news .entry-meta {
        font-size: 16px;
    }
}
@media(max-width: 350px) {
    .archive-loop-item_news .entry-meta {
        font-size: 14px;
    }
}

.section-news.section-library{
    margin-bottom: 4rem !important;
}

.section-news {
    display: flex;
}

.archive-loop-item_news .loop-item-image {
    width: 30%;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
}

.archive-loop-item_news .entry-title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 5px;
}

.archive-loop-item_news .news-item-text {
    margin-top: 10px;
}

.section-library {
    display: flex;
    flex-direction: column;
}

.section-library .loop-item-image {
    width: 180px;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
}
.section-library  .loop-item-image .scale-img {
    padding-bottom: 135%;
}

.archive-loop-item_news .entry-title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 5px;
}

.archive-loop-item_news .news-item-text {
    text-align: justify;
    margin-top: 10px;
}

.main-content article {
    position: relative;
}

.dpsp-content-wrapper {
    position: absolute;
    top: -10px;
    right: 0
}

@media (max-width: 767px) {
    .entry-meta {
        width: calc(100% - 100px);
    }
}

@media (max-width: 992px) {
    .archive-loop-item_news .section-news {
        flex-direction: column;
    }

    .archive-loop-item_news .loop-item-image {
/*         max-width: 300px; */
        width: 100%;
        padding: 0;
        margin: 0 auto 25px;
    }
}

/*news form*/
.news-sidebar .widget_text {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.sidebar-news .widget-title {
    text-align: center;
}

.news-sidebar .sidebar-content .widget.elp-widget {
    border: 0;
}

.news-sidebar .es_form_content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.news-sidebar .es_widget_form .form-group {
    width: 30%;
    margin-right: 30px;
}

.news-sidebar .es_widget_form .form-group-btn {
    width: auto;
    margin: 0;
}

.news-sidebar .es_textbox, .news-sidebar .es_button {
    padding-bottom: 0;
}

.news-sidebar .es_form_content .es_submit_button {
    height: 40px;
    padding: 0 2.125rem;
}

@media (max-width: 767px) {
    .news-sidebar .es_form_content {
        flex-direction: column;
        align-items: flex-start;
        max-width: 400px;
        margin: 0 auto;
    }

    .news-sidebar .es_widget_form .form-group {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .news-sidebar .es_widget_form .form-group-btn {
        text-align: center;
    }
}

/*news social icon*/
.dpsp-column-4.dpsp-has-spacing .dpsp-networks-btns-wrapper li a {
    color: #848484 !important;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover .dpsp-network-icon, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover {
    background: none;
    border: 0;
}

.dpsp-button-style-1 .dpsp-network-btn .dpsp-network-icon {
    color: #848484 !important;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label {
    padding: 0;
}

.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    margin-right: 0;
}

.dpsp-network-btn.dpsp-no-label .dpsp-network-icon {
    font-size: 20px;
}

/*news social icon*/

/*news form*/

/*about*/
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    border-radius: 0;
    border: 2px solid #5c94cc;
    resize: none;
}

.about-link-container .wpb_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about-link-container .wpb_wrapper p {
    position: relative;
    margin: 0 10px;
    line-height: 1;
}

.about-link-container .wpb_wrapper p a {
    color: #608cc4;
    display: inline-block;
    padding: 5px 0;
}

.about-link-container .wpb_wrapper p:before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    content: '/';
    right: -13px;
    color: #608cc4;
}

.about-link-container .wpb_wrapper p:last-child:before {
    display: none;
}

/*about*/

/*contact*/
.contact-list__item {
    position: relative;
    padding: 12px 30px;
}

.contact-list__icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-list__item, .contact-list__item a {
    color: #878787;
    font-size: 18px;
}

.contact-list__item-number:before, .contact-list__item-number:after {
    position: absolute;
    content: '';
    left: 0;
    width: 70%;
    height: 1px;
    background: #e7e7e7;
}

.contact-list__item-number:before {
    top: 0;
}

.contact-list__item-number:after {
    bottom: 0;
}

.contact-form__item {
    margin-bottom: 15px;
	
}

.contact-form__item:first-child {
	padding-right:15px;
}
 
.contact-form__item input {
    height: 40px;
	padding:0 15px;
	line-height: 40px;
}

.contact-form__item input::placeholder, .contact-form__item textarea::placeholder {
    color: #333333;
}
/*
.contact-form__item input, .contact-form__item textarea {
    font-size: 18px;
}
 */
@media (max-width: 768px) {
    .contact-form__item:first-child {
	padding-right:0;
}
}
 
@media (max-width: 992px) {
    .contact-item {
        margin-bottom: 50px;
    }

    .contact-list__item-number:before, .contact-list__item-number:after {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .contact-list__item, .contact-list__item a {
        font-size: 16px;
    }
}

/*contact*/

/*video library*/
.archive-loop-item_video {
    width: calc(100% / 3);
    padding: 0 15px;
}
.archive-loop-item_video .project-card {
    width: 100%;
}
@media(max-width: 992px) {
    .archive-loop-item_video {
        width: 100%;
        padding: 0;
    }
}
/*video library*/

.archive-loop-item_news.library-wrapper {
    width:48%;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
            line-clamp: 3;
    -webkit-box-orient: vertical;
 }

.truncate-large {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
            line-clamp: 5;
    -webkit-box-orient: vertical;
}

.loop-image-text-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.7rem;
}


.vc_grid-filter {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}

.vc_grid-filter.vc_grid-filter-center {
    text-align: center
}

.vc_grid-filter.vc_grid-filter-right {
    text-align: right
}

.vc_grid-filter.vc_grid-filter-left {
    text-align: left
}

.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover {
    background-color: #5472d2
}

.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover {
    background-color: #00c1cf
}

.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item:hover {
    background-color: #fe6c61
}

.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item:hover {
    background-color: #8d6dc4
}

.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover {
    background-color: #4cadc9
}

.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item:hover {
    background-color: #cec2ab
}

.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover {
    background-color: #50485b
}

.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover {
    background-color: #75d69c
}

.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover {
    background-color: #2a2a2a
}

.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
    background-color: #ebebeb
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item:hover {
    background-color: #f7be68
}

.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item:hover {
    background-color: #5aa1e3
}

.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover {
    background-color: #6dab3c
}

.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover {
    background-color: #f4524d
}

.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover {
    background-color: #f79468
}

.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item:hover {
    background-color: #b97ebb
}

.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover {
    background-color: #fff
}

.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span {
    color: #666
}

.vc_grid-filter>.vc_grid-filter-item {
    cursor: pointer;
    display: inline-block;
    background: 0 0;
    padding: 4px 10px;
    transition: background-color .1s linear
}

.vc_grid-filter>.vc_grid-filter-item:first-child {
    margin-left: 0!important
}

.vc_grid-filter>.vc_grid-filter-item>span {
    transition: color .1s linear;
    outline: 0;
    padding: 0;
    text-decoration: none
}

.vc_grid-filter>.vc_grid-filter-item.vc_active>span,.vc_grid-filter>.vc_grid-filter-item:hover>span {
    text-decoration: none
}

.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item {
    margin: 0 5px 5px 0;
    border-radius: 30px
}

.vc_grid-filter.vc_grid-filter- .vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-comma .vc_grid-filter-item {
    padding: 0!important
}

.vc_grid-filter.vc_grid-filter-default-less-rounded>.vc_grid-filter-item {
    margin: 0 5px 5px 0;
    border-radius: 5px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item {
    margin: 0;
    border: 1px solid rgba(235,235,235,.8);
    border-collapse: collapse
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:nth-child(n+2),.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:nth-child(n+2),.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:nth-child(n+2) {
    margin-left: -1px;
    margin-top: -1px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover {
    position: relative;
    z-index: 1;
    border-color: transparent
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active>a,.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover>a,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active>a,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover>a,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active>a,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover>a {
    text-decoration: none
}

.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item {
    background-color: #7c93dd
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover {
    background-color: #5472d2
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item {
    background-color: #00919c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover {
    background-color: #00c1cf
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item {
    background-color: #fe9b94
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover {
    background-color: #fe6c61
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item {
    background-color: #a991d3
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover {
    background-color: #8d6dc4
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item {
    background-color: #73bfd5
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover {
    background-color: #4cadc9
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item {
    background-color: #e1d9cb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover {
    background-color: #cec2ab
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item {
    background-color: #695f77
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover {
    background-color: #50485b
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item {
    background-color: #9ce2b8
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover {
    background-color: #75d69c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item {
    background-color: #444
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover {
    background-color: #2a2a2a
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item {
    background-color: #d2d2d2
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item>span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
    background-color: #ebebeb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item {
    background-color: #fad398
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover {
    background-color: #f7be68
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item {
    background-color: #86baea
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover {
    background-color: #5aa1e3
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item {
    background-color: #87c456
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover {
    background-color: #6dab3c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item {
    background-color: #f7817d
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover {
    background-color: #f4524d
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item {
    background-color: #fab698
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover {
    background-color: #f79468
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item {
    background-color: #cb9fcd
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover {
    background-color: #b97ebb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item {
    background-color: #e6e6e6
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item>span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover {
    background-color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active>span,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item,.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item {
    margin: 0;
    border: 1px solid transparent;
    border-collapse: collapse;
    padding: 3px 7px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item>span,.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item>span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:nth-child(n+2),.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:nth-child(n+2) {
    border-left: none;
    margin-left: 1px;
    border-top: none;
    margin-top: 1px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child,.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child,.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top: 0
}

.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.vc_grid-filter.vc_grid-filter-filled-rounded-all>.vc_grid-filter-item {
    border-radius: 3px!important
}

.vc_grid-filter.vc_grid-filter-filled-round-all>.vc_grid-filter-item {
    border-radius: 30px!important
}

.vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item {
    font-size: 12px;
    padding: 1px 5px
}

.vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item {
    font-size: 13px;
    padding: 2px 7px
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    font-size: 100%;
    padding: 2px 10px
}

.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
    font-size: 18px;
    padding: 4px 10px
}