#vc-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%
}

#vc-container #vol-cal {
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 250;
    top: 50%;
    border-radius: 5px;
    width: calc(100% - 180px);
    height: calc(100% - 180px);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 800px
}

#vc-container #vol-cal.vc-count-8 {
    max-width: 1000px
}

#vc-container #vol-cal.vc-count-7 {
    max-width: 900px
}

#vc-container #vol-cal #vc-main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1
}

#vc-container #vol-cal #vc-cross {
    font-family: "Ubuntu", sans-serif;
    content: 'x';
    font-size: 40px;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: calc(100% + 10px);
    top: -13px;
    cursor: pointer
}

#vc-container #vc-background {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 200
}

@media (max-height: 700px) {
    #vc-container #vol-cal {
        width: calc(100% - 100px);
        height: calc(100% - 100px)
    }
}

@media (max-width: 600px) {
    #vc-container #vol-cal {
        width: calc(100% - 30px);
        height: calc(100% - 30px)
    }

    #vc-container #vc-cross {
        display: none
    }
}

@media (max-width: 700px), (max-height: 700px) {
    #vc-header {
        display: none
    }
}

#vc-header #vc-categories {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#vc-header #vc-categories .vc-category {
    background: #44586C;
    color: #fff;
    text-align: center;
    border-right: 1px solid #E6E9EA;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1 1;
    -moz-flex-shrink: 1 1;
    -ms-flex: 1 1;
    flex-shrink: 1 1;
    -webkit-flex-basis: 0;
    flex-basis: 0
}

#vc-header #vc-categories .vc-category .vc-category-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -mox-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%
}

#vc-header #vc-categories .vc-category:last-child {
    border-right: none
}

#vc-header #vc-categories .vc-category svg {
    fill: #fff;
    width: 50%;
    margin: 0 auto;
    height: 40px;
    max-width: 100%
}

#vc-header #vc-categories .vc-category svg .use-stroke {
    stroke: #fff
}

#vc-header #vc-categories .vc-category img {
    fill: #fff;
    width: 50%;
    margin: 0 auto;
    height: 40px;
    max-width: 100%;
    color: #fff;
}

#vc-header #vc-categories .vc-category .vc-category-name {
    margin-top: 10px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    padding: 0 5px
}

#vc-header #vc-categories .vc-category.active {
    background: #fff;
    color: #44586C
}

#vc-header #vc-categories .vc-category.active svg {
    fill: #44586C
}

#vc-header #vc-categories .vc-category.active svg .use-stroke {
    stroke: #44586C
}

#vc-header #vc-categories .vc-category:first-of-type {
    border-top-left-radius: 5px
}

#vc-header #vc-categories .vc-category:last-of-type {
    border-top-right-radius: 5px
}

@media (max-width: 1200px) {
    #vc-header #vc-categories .vc-category {
        font-size: 15px
    }
}

#vc-main {
    overflow-y: scroll;
    width: 100%
}

#vc-main::-webkit-scrollbar {
    width: 20px
}

#vc-main::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #E6E9EA
}

#vc-main::-webkit-scrollbar-thumb {
    background-color: #44586C
}

#vc-main .vc-items {
    position: relative
}

#vc-main .vc-items .vc-items-inner .vc-item {
    border-top: 1px solid #E6E9EA;
    padding: 8px 20px 8px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -mox-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#vc-main .vc-items .vc-items-inner .vc-item::after {
    clear: both;
    display: block;
    content: ''
}

#vc-main .vc-items .vc-items-inner .vc-item.active .vc-item-title .vc-item-name {
    color: #00A0E0;
    font-weight: bold
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-title {
    width: calc(100% - 130px);
    color: #44586C;
    font-size: 16px
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-title .vc-item-name {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions {
    width: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-add {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -mox-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-add:hover > svg {
    fill: #00A0E0
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-add:hover > svg .use-stroke {
    stroke: #00A0E0
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-add > svg {
    width: 30px;
    height: 30px;
    fill: #BBC4CA;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-add > svg .use-stroke {
    stroke: #BBC4CA
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions::after {
    clear: both;
    display: block;
    content: ''
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-min, #vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-plus {
    border-radius: 100%;
    text-align: center;
    background: #fff;
    color: #000;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #00A0E0;
    width: 30px;
    height: 30px;
    position: relative
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-min svg, #vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-plus svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-min svg, #vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-plus svg {
    width: 18px;
    height: 18px;
    fill: #00A0E0
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-min svg .use-stroke, #vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-plus svg .use-stroke {
    stroke: #00A0E0
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-min:hover, #vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-plus:hover {
    background: #00A0E0
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-min:hover svg, #vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-plus:hover svg {
    fill: #fff
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-min:hover svg .use-stroke, #vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-plus:hover svg .use-stroke {
    stroke: #fff
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-plus {
    margin-left: 10px
}

#vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-extended-actions .vc-item-input {
    width: 40px;
    margin-left: 10px;
    padding: 1px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #CFD1D0;
    border-radius: 5px;
    color: #00A0E0;
    text-align: center;
    font-weight: bold
}

@media (min-width: 701px) and (min-height: 701px) {
    #vc-main .vc-items .vc-items-inner {
        display: block !important
    }
}

@media (max-width: 700px), (max-height: 700px) {
    #vc-main .vc-items {
        display: block !important
    }

    #vc-main .vc-items .vc-category-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -mox-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px 20px 10px 30px;
        border-top: 1px solid #E6E9EA;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    #vc-main .vc-items .vc-category-mobile > svg {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        fill: #44586C
    }

    #vc-main .vc-items .vc-category-mobile .vc-category-mobile-image svg {

        width: 30px;
        height: 30px;
        margin-right: 15px;
        fill: #44586C
    }

    #vc-main .vc-items .vc-category-mobile .vc-category-mobile-image svg .use-stroke {

        stroke: #44586C
    }

    #vc-main .vc-items .vc-category-mobile .vc-category-name-mobile {
        font-size: 20px;
        width: calc(100% - 90px)
    }

    #vc-main .vc-items .vc-category-mobile .vc-category-name-mobile .vc-category-count-mobile {
        margin-left: 3px;
        font-size: 16px
    }

    #vc-main .vc-items .vc-category-mobile .vc-category-action-mobile {
        width: 30px;
        margin-left: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -mox-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-transition: 0.1s ease all;
        -o-transition: 0.1s ease all;
        -ms-transition: 0.1s ease all;
        -webkit-transition: 0.1s ease all;
        transition: 0.1s ease all
    }

    #vc-main .vc-items .vc-category-mobile .vc-category-action-mobile > svg {
        width: 100%;
        height: 20px;
        fill: #BBC4CA
    }

    #vc-main .vc-items .vc-category-mobile .vc-category-action-mobile > svg .use-stroke {
        stroke: #BBC4CA
    }

    #vc-main .vc-items .vc-items-inner {
        display: none
    }

    #vc-main .vc-items .vc-items-inner .vc-item .vc-item-title {
        font-size: 18px
    }

    #vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-add > svg {
        width: 30px;
        height: 20px
    }

    #vc-main .vc-items.mobile-active .vc-category-mobile {
        background: #C6EAFA;
        color: #00A0E0;
        font-weight: bold
    }

    #vc-main .vc-items.mobile-active .vc-category-mobile > svg {
        fill: #00A0E0
    }

    #vc-main .vc-items.mobile-active .vc-category-mobile > svg .use-stroke {
        stroke: #00A0E0
    }

    #vc-main .vc-items.mobile-active .vc-category-mobile .vc-category-action-mobile {
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #vc-main .vc-items.mobile-active .vc-category-mobile .vc-category-action-mobile > svg {
        fill: #00A0E0
    }

    #vc-main .vc-items.mobile-active .vc-category-mobile .vc-category-action-mobile > svg .use-stroke {
        stroke: #00A0E0
    }
}

@media (max-width: 600px) {
    #vc-main .vc-items .vc-items-inner .vc-item {
        padding: 5px 20px
    }

    #vc-main .vc-items .vc-items-inner .vc-item .vc-item-title {
        font-size: 15px
    }

    #vc-main .vc-items .vc-category-mobile {
        padding: 8px 20px
    }
}

@media (max-width: 320px) {
    #vc-main .vc-items .vc-items-inner .vc-item .vc-item-title {
        width: 100%
    }

    #vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions {
        width: 100%;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    #vc-main .vc-items .vc-items-inner .vc-item .vc-item-actions .vc-item-add {
        display: none !important
    }

    #vc-main .vc-items .vc-items-inner .vc-item.active .vc-item-title {
        margin-bottom: 5px
    }
}

#vc-search {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

#search-svg > svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 10px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    fill: #BBC4CA
}

#vc-search #vc-the-filter {
    padding: 0 12px 0 50px;
    width: 100%;
    margin: 0;
    height: 50px;
    background: #E6E9EA;
    border-radius: 5px;
    border: 1px solid #E6E9EA;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: #44586C
}

#vc-search #vc-the-filter::selection {
    color: inherit;
    box-shadow: none;
    background: none
}

#vc-search #vc-the-filter::placeholder {
    color: #44586C;
    opacity: 1
}

#vc-search #vc-the-filter:-ms-input-placeholder {
    color: #44586C
}

#vc-search #vc-the-filter::-ms-input-placeholder {
    color: #44586C
}

#vc-search #vc-filter-results {
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    top: 50px;
    max-height: 165px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    border-left: 1px solid #00A0E0;
    border-right: 1px solid #00A0E0;
    border-bottom: 1px solid #00A0E0;
    border-radius: 0 0 5px 5px
}

#vc-search #vc-filter-results::-webkit-scrollbar {
    width: 20px
}

#vc-search #vc-filter-results::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #E6E9EA
}

#vc-search #vc-filter-results::-webkit-scrollbar-thumb {
    background-color: #44586C
}

#vc-search #vc-filter-results .vc-result {
    padding: 5px 10px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -mox-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#vc-search #vc-filter-results .vc-result:hover {
    background: #C6EAFA
}

#vc-search #vc-filter-results .vc-result.active .vc-result-title .vc-result-counter {
    font-size: 17px;
    margin-right: 3px
}

#vc-search #vc-filter-results .vc-result.active .vc-result-title .vc-result-name {
    color: #00A0E0;
    font-weight: bold
}

#vc-search #vc-filter-results .vc-result .vc-result-title {
    width: calc(100% - 130px);
    color: #44586C;
    font-size: 20px
}

#vc-search #vc-filter-results .vc-result .vc-result-title .vc-result-name {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#vc-search #vc-filter-results .vc-result .vc-result-actions {
    width: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-add {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-add > svg {
    width: 30px;
    height: 30px;
    fill: #BBC4CA
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions::after {
    clear: both;
    display: block;
    content: ''
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-min, #vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-plus {
    border-radius: 100%;
    text-align: center;
    line-height: 1;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #00A0E0;
    width: 30px;
    height: 30px;
    position: relative
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-min svg, #vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-plus svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-min svg, #vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-plus svg {
    width: 18px;
    height: 18px;
    fill: #00A0E0
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-min:hover, #vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-plus:hover {
    background: #00A0E0
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-min:hover svg, #vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-plus:hover svg {
    fill: #fff
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-plus {
    margin-left: 10px
}

#vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-extended-actions .vc-result-input {
    width: 40px;
    margin-left: 10px;
    padding: 1px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #CFD1D0;
    border-radius: 5px;
    color: #00A0E0;
    text-align: center;
    font-weight: bold
}

#vc-search.active > svg {
    fill: #00A0E0
}

#vc-search.active #vc-the-filter {
    border-radius: 5px 5px 0 0;
    border: 1px solid #00A0E0;
    outline: 0;
    background: #fff
}

#vc-search.active #vc-filter-results {
    display: block
}

@media (max-width: 880px) {
    #vc-search {
        margin-bottom: 10px
    }
}

@media (max-width: 600px) {
    #vc-search #vc-filter-results .vc-result .vc-result-title {
        font-size: 15px
    }
}

@media (max-width: 320px) {
    #vc-search #vc-filter-results .vc-result .vc-result-title {
        width: 100%
    }

    #vc-search #vc-filter-results .vc-result .vc-result-actions {
        width: 100%;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    #vc-search #vc-filter-results .vc-result .vc-result-actions .vc-result-add {
        display: none !important
    }

    #vc-search #vc-filter-results .vc-result.active .vc-result-title {
        margin-bottom: 5px
    }
}

#vc-footer {
    padding: 10px 30px 30px
}

#vc-footer #vc-results {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -font-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#vc-footer #vc-results #vc-results-box {
    width: 50%
}

#vc-footer #vc-results #vc-results-box #vc-results-button {
    background: #00A0E0;
    border-radius: 5px;
    padding: 15px;
    display: inline-block
}

#vc-footer #vc-results #vc-results-box #vc-results-button::after {
    clear: both;
    display: block;
    content: ''
}

#boxes-svg > svg {
    float: left;
    margin-right: 10px;
    fill: #fff;
    width: 30px;
    height: 30px
}

#vc-footer #vc-results #vc-results-box #vc-results-button .vc-results-text {
    float: left;
    color: #fff
}

#vc-footer #vc-results #vc-results-box #vc-results-button .vc-results-text .vc-your-info {
    font-size: 15px;
    font-weight: bold
}

#vc-footer #vc-results #vc-results-box #vc-results-button .vc-results-text .vc-total-volume {
    font-size: 16px
}

#vc-footer #vc-results #vc-results-box #vc-results-button .vc-results-text .vc-total-volume::after {
    clear: both;
    display: block;
    content: ''
}

#vc-footer #vc-results #vc-results-box #vc-results-button .vc-results-text .vc-total-volume .vc-tovlm-text {
    display: inline-block
}

#vc-footer #vc-results #vc-results-box #vc-results-button .vc-results-text .vc-total-volume .vc-vlm {
    font-weight: bold;
    display: inline-block;
    font-size: 20px
}

#vc-footer #vc-results #vc-results-box #vc-results-button .vc-results-text .vc-total-volume .divider {
    font-weight: bold;
    margin: 0 3px
}

#vc-footer #vc-results #vc-finish-box {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#vc-footer #vc-results #vc-finish-box::after {
    clear: both;
    display: block;
    content: ''
}

#vc-footer #vc-results #vc-finish-box .vc-finish-save {
    padding: 15px;
    background-color: orange;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    float: right
}

#vc-footer #vc-results #vc-finish-box .vc-finish-save::after {
    clear: both;
    display: block;
    content: ''
}

#vc-footer #vc-results #vc-finish-box .vc-finish-save .vc-finish-save-text {
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #44586C;
}

#arrow-right-svg {
    float: left;
    width: 30px;
    height: 30px;
    fill: #44586C;
    margin-left: 40px
}

@media (max-width: 880px) {
    #vc-footer #vc-results #vc-results-box {
        width: 100%
    }

    #vc-footer #vc-results #vc-results-box #vc-results-button {
        width: 100%;
        margin-bottom: 10px
    }

    #vc-footer #vc-results #vc-finish-box {
        width: 100%
    }

    #vc-footer #vc-results #vc-finish-box .vc-finish-text {
        display: none
    }

    #vc-footer #vc-results #vc-finish-box .vc-finish-save {
        width: 100%
    }
}

@media (max-width: 600px) {
    #vc-footer {
        padding: 20px 20px 20px
    }

    #vc-footer #vc-results #vc-results-box #vc-results-button {
        padding: 10px
    }

    #vc-footer #vc-results #vc-results-box #vc-results-button > svg {
        display: none
    }

    #vc-footer #vc-results #vc-results-box #vc-results-button .vc-results-text {
        width: 100%
    }

    #vc-footer #vc-results #vc-finish-box .vc-finish-save > svg {
        display: none
    }
}

@media (max-width: 700px), (max-height: 700px) {
    .vc-mobile {
        display: block
    }
}

@media (min-width: 701px) and (min-height: 701px) {
    .vc-mobile {
        display: none
    }
}

/*# sourceMappingURL=volume_calculator.css.map */

.vc-in-page #vc-container {
    display: block !important;
    position: static;
    height: auto;
}

.vc-in-page #vc-container #vol-cal {
    margin: 0;
    top: 0;
    width: 100%;
    height: auto;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    max-width: 100%;
    border: 1px solid #CFD1D0;
    border-radius: 5px;
    z-index: 1;
}

.vc-in-page #vc-container #vol-cal #vc-main {
    max-height: 55vh;
}

.vc-in-page #vc-container #vol-cal #vc-footer {
    padding: 10px 0 20px;
}

.vc-in-page #vc-container #vol-cal #vc-footer {
    padding: 10px 0 20px;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-search {
    width: calc( 100% - 60px );
    margin: 0 auto 20px;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results {
    padding: 20px 30px 0;
    border-top: 1px solid #CFD1D0;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-results-box {
    width: 40%;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-results-box #vc-results-button {
    padding: 0;
    background: #fff;
    border: 2px solid transparent;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-results-box #vc-results-button .vc-results-text {
    color: #00A0E0;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-results-box #vc-results-button .vc-results-text .vc-total-volume {
    font-size: 20px;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form {
    width: 60%;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block {
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block label {
    width: 100%;
    display: inline-block;
    float: left;
    padding-bottom: 5px;
}

@media (min-width: 881px) {
    .vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block input {
        margin-bottom: 8px;
    }
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block input {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 0 9px;
    border-radius: 4px;
    height: 33px;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    margin-bottom: -10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block #vc-email-error-message {
    color: #da0505;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    margin-top: -8px;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block .vc-email-form-buttons {
    width: 100%;
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block .vc-email-form-buttons button:first-child {
    margin-right: 10px;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block .vc-email-form-buttons .vc_mail_button {
    color: #00A0E0;
    border: 2px solid #00A0E0;
    background-color: #fff;
}


.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block .vc-email-form-buttons .vc_quote_button {
    color: white;
}


.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block .vc-email-form-buttons button {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1 1;
    -moz-flex-shrink: 1 1;
    -ms-flex: 1 1;
    flex-shrink: 1 1;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    height: auto;
    padding: 5px 10px;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block .vc-email-form-buttons .vc_mail_button {
    color: #00A0E0;
    border: 2px solid #00A0E0;
    background-color: #fff;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-submit {
    width: 100%;
}
.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-submit p {
    font-weight: bold;
    margin: 0;
}

.vc-in-page #vc-container #vc-background {
    display: none;
}

.button.bg.white .inner.next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA0wAAANMB1Nru+QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAJ7SURBVDiNndW/T1NRGMbx73tuNaa6qYMg0GgIJsRBhcRJCcwKROgmWBT9A4QYooNxMBFZjBMi9KIuVKOAiZM/gjoQJS6Ki5be1opLdaIQKu3rAG2tva3GdzznOZ97zrnvzRXcKjS/mRVvOyptCAdQdgMgxFHegUziXZrEX5/6c6kUYePRDlQHEVIo9xGZIc0iBkHYhWoT0AlYCP10+x65gyG1SEYHEboRPU/Ed5fLknE/gVoko90IQ6AjOL6BbNaTCyWjg4gew/Ic5mTVZ1coW35JA2MEw68Q6wk+B+BCPmA7J7CdBHZsb25seNGLHbmBHa0viwfDtdjOD8ad9vUjh+Y3s7z1I8gVTtXcyQdjjUhmFkhgTAtd1R9KorZzGriIN7nPsOJtR1jDqb5XEApUv0XpBXaQyTwn+GV/SdBbYwNpVrYdN6i0oTrh+gICvrENdDuSflYS9UsaJYRqqwEOouZ1yaf/K2rpS6DBABVYGi8JZlE4u4E+5fZCjYv4FagwAKxJcYOXLvdsWgRQAywiVJYlgk4PcAv4jlotnNkTLQ6tVQLfDMIcokfKYsJIDgtUvXfNGXMU9I1BZQrwE1Lrv7EX6kG1E2Ta4F2aBCyWna5CLNa4gSUwprkkBuDEAqAZVhPTBn99CqEfZIhguDYXSnnmUb0J0lz2KxldqEN0EKw+zjX8zE/YkWvYzqcC9G81ulCH7YSxo1ezQya/bd8A6EPEmiXo9LjeabZCahGM9mKZWZAJnOpL2aningpG2hC5DqpgHmAyM2RMHCMC6UrUNKHaAWRQ6SNQ8/j35e5NOjy3iS07W1FtBQ7Bxi8A4ghzKFOsJqYL72y9fgHj3AKglQ0L2gAAAABJRU5ErkJggg==);
}
.button.bg .inner.next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAEtQTFRF////////////////////////////////////////////////////////////////////////////////////////////AAAA////QvDtsQAAABh0Uk5TT7Kd6g70qUIrCnUx2hptSGhwhfmjO+UAPqng/wAAAJ9JREFUGNNtkVcOAyEMRJ3tEHoxvv9JA0sRUvAHMg+bGQykEpKLE/EUXL5bKIsicVmt7SXIdriRY29FYo5ChZuPaUT0oUBDd0rPpx9EMgkkuZxqwm+jjiRYPKoWPhUeyAFDzdWoDQhetTZLe6XGA+ouDFRt3LiGo13N7U3IzELNkhmWWLbUze+z+eUz8x2LgWS6GF15jLiU1moe8t93/ABgPR7/xeOblAAAAABJRU5ErkJggg==);
    padding-right: 27px;
    background-position: right center;
}
.button.bg .inner {
    display: table;
    margin: auto;
    padding: 5px 0;
    background-repeat: no-repeat;
    background-position: left center;
}

.fonts-loaded button, .fonts-loaded input, .fonts-loaded select, .fonts-loaded textarea {
    font-family: "Open Sans",sans-serif;
}

.vc-in-page #vc-container #vol-cal #vc-footer #vc-results #vc-email-form .vc-email-form-block input {
    margin-bottom: 8px;
}
