/* Animation delays */
.owl-main-slider .owl-item.active h3 {
    animation-delay: 0.5s;
}

.carousel-caption h3:nth-child(2) {
    animation-delay: 1s;
}

.owl-main-slider .owl-item.active a {
    animation-delay: 1.5s;
}

#progress {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 0%;
    height: 3px;
    background: #243688;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width 500ms ease-out,opacity 400ms linear;
    -ms-transition: width 500ms ease-out,opacity 400ms linear;
    -o-transition: width 500ms ease-out,opacity 400ms linear;
    -webkit-transition: width 500ms ease-out,opacity 400ms linear;
    transition: width 500ms ease-out,opacity 400ms linear
}

    #progress dd, #progress dt {
        position: absolute;
        top: 0;
        height: 2px;
        -moz-box-shadow: #243688 1px 0 6px 1px;
        -ms-box-shadow: #243688 1px 0 6px 1px;
        -webkit-box-shadow: #243688 1px 0 6px 1px;
        box-shadow: #243688 1px 0 6px 1px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    #progress dd {
        opacity: 1;
        width: 20px;
        right: 0;
        clip: rect(-6px,22px,14px,10px)
    }

    #progress dt {
        opacity: 1;
        width: 100px;
        right: 0;
        clip: rect(-6px,90px,14px,-6px)
    }

    #progress.done dt, #progress.done dd, #progress.done {
        opacity: 0 !important;
        display: none;
    }

@-moz-keyframes pulse {
    30% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

@-o-keyframes pulse {
    30% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

@keyframes pulse {
    30% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#progress.waiting dd, #progress.waiting dt {
    -moz-animation: pulse 2s ease-out 0s infinite;
    -ms-animation: pulse 2s ease-out 0s infinite;
    -o-animation: pulse 2s ease-out 0s infinite;
    -webkit-animation: pulse 2s ease-out 0s infinite;
    animation: pulse 2s ease-out 0s infinite
}

.menu-holder {
    background: #007a33;
    border-bottom-left-radius: 40% 8%;
    border-bottom-right-radius: 40% 8%;
}

    .menu-holder.menu-holder-no-rad {
        border-bottom-left-radius: 0 0;
        border-bottom-right-radius: 0 0;
    }

#home-page .menu-holder {
    background: #007a33;
}

.fade-parent {
    opacity: 1;
    transition: 1s opacity;
}

    .fade-parent.fade-out {
        opacity: 0;
        transition: none;
    }

.wp-baner-top {
    visibility: hidden;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #444444;
}

.entry label {
    color: #444444 !important;
}

.entry .css-table label, .entry .css-table {
    color: #444 !important;
}

.widget label {
    color: #444 !important;
}

table {
    background: transparent !important;
}

    table tr th, table tr td {
        color: #444444;
        line-height: 24px !important;
    }

    table.tablepress tr th, table.tablepress tr td {
        color: #444;
    }

.widget table tr th {
    color: #fff;
}

.widget table tr td {
    color: #444;
}

a {
    color: #007a33;
    transition: color 0.3s ease;
}

.card-box a.read-more {
    color: #243688;
}

a:hover, a:focus {
    color: #007a33;
}

.widget-content li a {
    color: #333333;
}

    .widget-content li a:hover, .widget-content li a:focus {
        color: #243688;
    }

.content-widget h2, .content-widget h2, .entry h1, .entry h2.as-h1, .entry h1 a, .entry h2.as-h1 a, .widget-weather span, .weather-add h4, .widget-weather span {
    color: #243688;
}

.entry h2, .entry h2 a, .testimonial_quote h2, .testimonial_quote h2 a {
    color: #1b1d21;
}

    .testimonial_quote h2, .testimonial_quote h2 a {
        font-size: 16px;
    }

    .entry h3, .entry h3 a, .entry h1 span.date, .entry h2.as-h1 span.date {
        color: #007a33;
    }

.widget-weather h4 {
    font-weight: 200;
    background: #fff;
    margin-left: -10px;
    margin-top: -5px;
    margin-right: -16px;
    padding: 10px;
    color: #444;
}

    .widget-weather h4 span {
        font-weight: 700;
    }

.widget-content.current-temp {
    background: #f0f0f0;
}

.contain-to-grid, .top-bar, .top-bar.expanded .title-area, .top-bar-section ul, .top-bar-section ul li > a, .main-menu, ul.pagination li.current a {
    background: #2d343a;
}

.questionary_title h3 {
    background: #243688;
}

.widget .weather-row.current {
    background: #243688;
}

.widget {
    color: #444444;
}

    .widget h3 {
        background: rgb(248, 248, 248);
        border: 1px solid rgb(223, 223, 223);
        border-bottom: 0;
        color: #007a33 !important;
        font-size: 30px;
    }

button, .button {
    color: #fff !important;
    font-size: 19px !important;
    background: #243688;
    border: 1px solid !important;
    padding: 8px;
}

.small-yellow {
    font-size: 13px !important;
    margin-top: 10px;
}

.button-yellow {
    background: #243688;
}

.button-big {
    max-width: 360px;
    width: 100%;
    padding: 10px;
    font-size: 33px !important;
}

.button-slider-right-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 275px;
    padding-right: 70px;
    margin-bottom: 20px;
    background: #243688 url(img/arrow-right.png) right 50% no-repeat;
    padding-right: 50px;
}

button:hover, .button:hover, button:focus, .button:focus {
    background: #2d343a;
    border: 1px solid #2d343a;
    color: #fff !important;
    text-decoration: none !important;
}

.button-slider-right-arrow:hover, .button-slider-right-arrow:focus {
    background: #2d343a url(img/arrow-right.png) right 50% no-repeat;
}

.button-yellow:hover, .button-yellow:focus {
    background: #2d343a;
}

.flex-control-paging li a {
    background: #fff;
}

.top-bar .name h1 a, .top-bar .toggle-topbar a, .top-bar .toggle-topbar.menu-icon a, .top-bar.expanded .toggle-topbar a, .top-bar-section ul li > a, .top-bar-section ul li:hover > a, .top-bar-section ul li.active > a:hover, .widget .weather-row.current, .questionary_title h3 {
    color: #fff;
}

.entry h4, .entry h4 a {
    color: #1b1d21;
}

.tablepress thead th, .tablepress tfoot th {
    color: #fff !important;
    background-color: #243688 !important;
}

.top-bar-section ul li > a.button, .top-bar-section ul li:hover > a, .top-bar-section ul li.active > a, .top-bar-section ul li.active > a:hover, .question-tooltip, .top-bar-section .dropdown li.title h5 a {
    background: #243687;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: #243688;
}

.top-bar-section .dropdown label {
    color: #ffffff;
}

.the_question, .result-wrapper, .questionary {
    background: #ededed;
}

.widget-content {
    background: rgb(248, 248, 248);
    border: 1px solid rgb(223, 223, 223);
    border-top: 0;
}

    .widget-content .widget-content {
        border: 0;
    }

.the_question:hover, .main-content {
    background: #fff;
}

#searchform input#s, .breadcrumb, .breadcrumb a {
    color: #666666;
}

.top-menu a {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

#searchform input#s {
    background-color: #fff;
}

.question-tooltip {
    color: #FFFFFF !important;
}

.widget .weather-row:nth-child(even) {
    background: #ebebeb;
}

.widget .weather-row.even {
    background: #ebebeb;
}

.widget-weather em {
    color: #666666;
}

.cd-rates-titles td {
    background: #243688 !important;
    color: #fff !important;
}

.placeholder {
    color: #aba9a9 !important;
}

.top-footer {
    padding: 25px 0 25px 0;
}

.bottom-footer {
    padding: 25px 0 25px 0;
}

.footer-brd {
    color: #fff;
    background: #75c29d;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .footer-brd .top-footer .row, .footer-brd .bottom-footer .row {
        max-width: 1200px;
    }

.footer-shade {
    background: #f1f1f1;
    padding: 15px 0;
    margin-top: 20px;
}

.footer-brd .section.group {
    font-size: 16px;
    text-align: center;
}

    .footer-brd .section.group h4 {
        font-size: 16px;
        color: #666666;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 5px;
    }

.footer-logo-wrapper {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer-logo-wrapper div {
        margin-top: 15px;
        line-height: 22px;
        font-size: 14px;
    }

.footer-shade .columns {
    font-size: 14px;
}

.footer-menu-wrapper {
    text-align: center;
    padding-top: 10px;
}

    .footer-menu-wrapper a, .footer-menu-wrapper a:hover, .footer-menu-wrapper a:focus {
        font-size: 14px;
    }

.footer-copy-wrapper {
    text-align: center;
}

    .footer-copy-wrapper span, .footer-copy-wrapper span * {
        font-size: 11px !important;
    }

.footer-devider {
    border-bottom: 1px solid #e8e8e8;
}

.page-image-str {
    position: relative;
    z-index: 1;
}

    .page-image-str img {
        width: 100%;
        opacity: 0.6;
    }

label, .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    font-size: 16px;
}

.ob-phone-info span {
    color: #243688;
    font-size: 16px;
    font-weight: 700;
}

.owl-slider-wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1795d0+2,87eca0+98 */
    background: #1795d0; /* Old browsers */
    background: -moz-linear-gradient( 105deg, rgb(0, 122, 51) 0%, rgb(36,54,136) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient( 105deg, rgb(0, 122, 51) 0%, rgb(36,54,136) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -ms-linear-gradient( 105deg, rgb(0, 122, 51) 0%, rgb(36,54,136) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1795d0', endColorstr='#87eca0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.Rectangle_14 {
    background-image: -moz-linear-gradient( 105deg, rgb(16,130,75) 0%, rgb(36,54,136) 100%);
    background-image: -webkit-linear-gradient( 105deg, rgb(16,130,75) 0%, rgb(36,54,136) 100%);
    background-image: -ms-linear-gradient( 105deg, rgb(16,130,75) 0%, rgb(36,54,136) 100%);
    opacity: 0.8;
    position: absolute;
    left: -10px;
    top: -7px;
    width: 1619px;
    height: 811px;
    z-index: 2;
}

.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #243688;
    bottom: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 21;
    display: none;
}

.card__text__cell, .card__text__cell a, .card__text__cell a:hover {
    color: #fff !important;
}

.flip-circle-wrapper h3 a, .flip-circle-wrapper h3 a:hover {
    color: #000000;
}

.two-content-widgets h2 {
    color: #444;
    font-size: 59px;
    font-weight: 400;
}

.two-content-widgets, .two-content-widgets p {
    color: #444;
    font-size: 23px;
}

    .two-content-widgets .button {
        font-size: 19px !important;
        text-transform: uppercase;
        padding: 10px 20px;
    }

.section-title-desc {
    text-align: center;
}

    .section-title-desc h2 {
        color: #243688;
    }

    .section-title-desc p, .section-title-desc {
        font-size: 23px;
        font-weight: 300;
    }

.section-title-desc {
    margin-bottom: 15px;
}

.icon-right h3 a {
    font-weight: 300;
    font-size: 23px;
}

.section-wrapper-color {
    background: #243688;
    padding: 40px 0;
}

.sections-wrapper-page .section-color-by-row:nth-child(even) {
    background: #2d343a;
    color: #fff;
}

.content-center-section h1 {
    font-size: 33px;
    font-weight: 700;
    color: #243688;
}

.content-center-section {
    text-align: center;
}

    .content-center-section p {
        font-size: 27px;
    }

#ob-widget {
    background: transparent;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    padding: 1.25rem 0;
}

    #ob-widget #modalTitle {
        display: none;
    }

    #ob-widget form {
        background: #fff;
        padding: 20px 0;
    }

    #ob-widget .close-reveal-modal {
        color: #fff;
        border: 1px solid #fff;
        width: 48px;
        height: 48px;
        right: 50%;
        margin-right: -24px;
        border-radius: 50%;
        text-align: center;
        font-size: 28px;
        font-weight: 300;
        line-height: 43px;
        margin-top: -40px;
        -webkit-transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

        #ob-widget .close-reveal-modal:hover {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

    #ob-widget fieldset {
        margin-top: -20px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin-left: -10px;
        margin-right: -10px;
    }

        #ob-widget fieldset input {
            visibility: hidden;
            left: -9999px;
            position: absolute;
            z-index: -1000;
        }

        #ob-widget fieldset label {
            margin: 0;
            width: 50%;
            position: relative;
            float: left;
            text-align: center;
            background: #e2e2e2;
            line-height: 72px;
            height: 72px;
            text-decoration: none;
            color: #bebebe;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
        }

            #ob-widget fieldset label.active {
                background: #FFF;
                color: #333;
            }

    #ob-widget .entry {
        text-align: center;
        padding: 12px 0 12px 0;
        margin: 0;
    }

        #ob-widget .entry h3 {
            display: block;
            font-weight: 400;
            font-size: 22px;
            color: #888;
            line-height: 48px;
            margin: 0;
        }

    #ob-widget .input-wrapper {
        border-top: 1px solid #e5e5e5;
        padding-top: 20px
    }

        #ob-widget .input-wrapper .column, #ob-widget .input-wrapper .columns {
            padding: 0 20px;
        }

        #ob-widget .input-wrapper label {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 700;
            font-size: 15px;
            cursor: pointer;
            line-height: 24px;
        }

        #ob-widget .input-wrapper input[type="text"], #ob-widget .input-wrapper input[type="password"] {
            border: 0;
            background: transparent;
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            padding-left: 0;
            padding-right: 0;
        }

        #ob-widget .input-wrapper input {
            margin-bottom: 20px;
        }

            #ob-widget .input-wrapper input[type="submit"] {
                margin-bottom: 0;
            }

        #ob-widget .input-wrapper .hide-password {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 0;
            padding: 0 15px;
            border-left: 1px solid #e4e4e4;
            font-size: 11px;
            background: #FFF;
            overflow: hidden;
            color: #444;
            cursor: pointer;
            margin-top: 12px;
            line-height: 48px;
        }

.footer-text {
    color: #444444;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    text-align: center;
}

    .footer-menu ul li a {
        font-size: 16px;
        font-weight: 400;
        color: #222222;
    }

        .footer-menu ul li a:hover {
            text-decoration: underline;
        }

.my-nav-menu-search {
    display: none;
}

.seaction-team .inner-team {
    margin-bottom: 20px;
}

    .seaction-team .inner-team h3, .seaction-team .inner-team a {
        color: #fff;
        font-size: 19px;
        display: block;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
        ;
    }

        .seaction-team .inner-team h3:first-child {
            font-size: 23px;
        }

    .seaction-team .inner-team.members h3, .seaction-team .inner-team.members a {
        color: #444545;
        font-size: 16px;
    }

        .seaction-team .inner-team.members h3:first-child {
            font-size: 19px;
        }

.menu-holder.clone {
    display: none;
}

.owl-item {
    transition: 1s opacity;
    opacity: 0;
}

    .owl-item.active {
        opacity: 1;
    }

.table-spacer-left {
    text-align: right;
}

.paralax-content {
    background: rgba(255,255,255,0.66);
    max-width: 700px;
    width: 100%;
    text-align: left;
    display: inline-block;
    padding: 15px;
}

.twotextwidgets h3 {
    font-size: 26px;
    color: #eab126;
}

    .twotextwidgets h3 a {
        background: url(img/kure-right.png) right 5px no-repeat;
        padding-right: 20px;
        display: inline-block;
    }

.twotextwidgets img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.twotextwidgets:hover img {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.circle-widget-wrapper {
    text-align: center;
    color: #fff;
}

    .circle-widget-wrapper a {
        color: #fff;
    }

.the_cicrcle_wrapp {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #279143;
    width: 113px;
    height: 113px;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-box-shadow: inset 3px 3px 5px 0px rgba(19,95,39,1);
    -moz-box-shadow: inset 3px 3px 5px 0px rgba(19,95,39,1);
    box-shadow: inset 3px 3px 5px 0px rgba(19,95,39,1);
    text-align: center;
    transition: 1s all;
    overflow: hidden;
}

.circle-widget-wrapper .col-cell:hover .the_cicrcle_wrapp {
    -webkit-box-shadow: inset -3px -3px 5px 0px rgba(19,95,39,1);
    -moz-box-shadow: inset -3px -3px 5px 0px rgba(19,95,39,1);
    box-shadow: inset -3px -3px 5px 0px rgba(19,95,39,1);
}

.the_cicrcle_wrapp a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 113px;
}

.icon-widget-content h3 {
    margin: 20px 0;
}

.product-table-wrapper {
    text-align: center;
}

    .product-table-wrapper h2 {
        color: #243688;
        font-size: 29px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .product-table-wrapper h3 {
        margin: 0;
        color: #fff;
        font-size: 23px;
        font-weight: 700;
        padding: 15px 10px;
    }

    .product-table-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 1px solid #000;
        border-top: 0;
        background: #2d343a;
    }

        .product-table-wrapper ul li {
            border-bottom: 1px solid #000;
            padding: 15px 5px;
        }

            .product-table-wrapper ul li:last-child {
                border-bottom: 0;
                padding-bottom: 35px;
            }

.product-table {
    display: block;
    width: 100%;
}

.product-coll {
    display: block;
    width: 100%;
}

.product-table-wrapper .button {
    color: #fff !important;
    margin-top: -40px;
}

.product-table .product-coll .product-item {
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

    .product-table .product-coll .product-item:hover {
        -webkit-transform: scale3d(1.02,1.02,1.02);
        transform: scale3d(1.02,1.02,1.02);
    }

.product-table .product-coll:last-child .product-item {
    margin-right: 0px;
}

.mob-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-table-wrapper ul li p:last-child {
    margin-bottom: 0;
}

.centerd-section {
    text-align: center;
    max-width: 535px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

    .centerd-section p {
        font-size: 19px;
    }

    .centerd-section h2 {
        font-size: 29px;
        color: #243688;
    }

    .centerd-section hr {
        height: 3px;
        width: 100%;
        max-width: 210px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        background: #243688;
        border: 0;
    }

.one-location-new p, .one-location-new table tbody tr td, .one-location-new table tr td {
    font-size: 13px;
}

.location-wrapper .one-location-new {
    border-bottom: 1px solid #243688;
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding-top: 15px;
}

#imgModal img {
    width: 100%;
}

.section-wrapper-color h2 {
    color: #fff;
}

.section-spacing-wrapper .tabs {
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    margin-bottom: 70px !important;
}

    .section-spacing-wrapper .tabs dd {
        float: none;
        display: inline-block;
    }

        .section-spacing-wrapper .tabs dd.active a, .section-spacing-wrapper .tabs dd > a {
            background: transparent;
        }

        .section-spacing-wrapper .tabs dd > a {
            font-size: 23px;
            color: #666666;
        }

        .section-spacing-wrapper .tabs dd.active a, .section-spacing-wrapper .tabs dd a:hover {
            color: #243688;
        }



        .section-spacing-wrapper .tabs dd a::before,
        .section-spacing-wrapper .tabs dd a::before {
            content: "";
            position: absolute;
            z-index: 2;
            left: 0;
            right: 0;
        }

        .section-spacing-wrapper .tabs dd a:before {
            content: "";
            position: absolute;
            z-index: -2;
            left: 0;
            right: 100%;
            bottom: 0;
            background: #243688; /*** COLOR OF THE LINE ***/
            height: 3px; /*** THICKNESS OF THE LINE ***/
            -webkit-transition-property: right;
            transition-property: right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .section-spacing-wrapper .tabs dd a:hover, .section-spacing-wrapper .tabs dd.active a {
            opacity: 1 !important;
        }

            .section-spacing-wrapper .tabs dd a:hover:before, .section-spacing-wrapper .tabs dd.active a:before {
                right: 0;
            }

        .section-spacing-wrapper .tabs dd a:before {
            bottom: 0;
        }




.section-spacing-wrapper .tabs-content {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    color: #666666;
}

    .section-spacing-wrapper .tabs-content h2 {
        color: #bfa393;
        font-size: 46px;
    }

.tab-img-wrapper {
    border: 1px dashed #243688;
    text-align: center;
    max-width: 374px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 20px;
}

    .tab-img-wrapper a {
        border: 1px solid #c8afa1;
        display: block;
        padding: 20px;
    }


.tabs-content {
    position: relative;
    overflow: hidden;
}

    .tabs-content > .content {
        display: block;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1;
        overflow: hidden;
        -moz-box-sizing: border-box;
    }

        .tabs-content > .content.active {
            display: block;
            float: none;
        }
    /*	--------------------------------------------------
	:: Animations Effects
	-------------------------------------------------- */
    .tabs-content .content.tabs-zoom-in {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .tabs-content .content.tabs-zoom-in.active {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .tabs-content .content.tabs-zoom-out {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .tabs-content .content.tabs-zoom-out.active {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            position: relative;
            opacity: 1;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .tabs-content .content.tabs-flip {
        -webkit-transform: rotatey(-90deg) scale(1);
        -moz-transform: rotatey(-90deg) scale(1);
        -o-transform: rotatey(-90deg) scale(1);
        -ms-transform: rotatey(-90deg) scale(1);
        transform: rotatey(-90deg) scale(1);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .tabs-content .content.tabs-flip.active {
            -webkit-transform: rotatey(0deg) scale(1);
            -moz-transform: rotatey(0deg) scale(1);
            -o-transform: rotatey(0deg) scale(1);
            -ms-transform: rotatey(0deg) scale(1);
            transform: rotatey(0deg) scale(1);
            position: relative;
            opacity: 1;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .tabs-content .content.tabs-slide-left {
        -webkit-transform: translateX(-30%);
        -moz-transform: translateX(-30%);
        -o-transform: translateX(-30%);
        transform: translateX(-30%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .tabs-content .content.tabs-slide-left.active {
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            position: relative;
            opacity: 1;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .tabs-content .content.tabs-slide-right {
        -webkit-transform: translateX(30%);
        -moz-transform: translateX(30%);
        -o-transform: translateX(30%);
        transform: translateX(30%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .tabs-content .content.tabs-slide-right.active {
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            position: relative;
            opacity: 1;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .tabs-content .content.tabs-slide-up {
        -webkit-transform: translateY(-15%);
        -moz-transform: translateY(-15%);
        -o-transform: translateY(-15%);
        transform: translateY(-15%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .tabs-content .content.tabs-slide-up.active {
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -o-transform: translateY(0%);
            transform: translateY(0%);
            position: relative;
            opacity: 1;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .tabs-content .content.tabs-slide-down {
        -webkit-transform: translateY(15%);
        -moz-transform: translateY(15%);
        -o-transform: translateY(15%);
        transform: translateY(15%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .tabs-content .content.tabs-slide-down.active {
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -o-transform: translateY(0%);
            transform: translateY(0%);
            position: relative;
            opacity: 1;
            -webkit-transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
        }

    .tabs-content .content.tabs-fall {
        -webkit-transform: translateY(30%) rotate(20deg);
        -moz-transform: translateY(30%) rotate(20deg);
        -o-transform: translateY(30%) rotate(20deg);
        transform: translateY(30%) rotate(20deg);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .tabs-content .content.tabs-fall.active {
            -webkit-transform: translateY(0%) rotate(0deg);
            -moz-transform: translateY(0%) rotate(0deg);
            -o-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
            position: relative;
            opacity: 1;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .tabs-content .content.tabs-fade {
        opacity: 0;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

        .tabs-content .content.tabs-fade.active {
            position: relative;
            opacity: 1;
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

    .tabs-content .content.tabs-rotate {
        -webkit-transform: rotateX(-360deg);
        -moz-transform: rotateX(-360deg);
        -o-transform: rotateX(-360deg);
        transform: rotateX(-360deg);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

        .tabs-content .content.tabs-rotate.active {
            -webkit-transform: rotateX(360deg);
            -moz-transform: rotateX(360deg);
            -o-transform: rotateX(360deg);
            transform: rotateX(360deg);
            position: relative;
            opacity: 1;
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

.parallax.home-widgets > h2 {
    color: #444444;
    margin-bottom: 15px;
}

.row-table-col-3 .paralax-content-3:nth-child(odd) {
    background: #2ab0bf;
}

.row-table-col-3 .paralax-content-3:nth-child(even) {
    background: #243688;
}

.row-table-col-3 .paralax-content-3 {
    color: #444444;
    padding: 30px 20px;
}

    .row-table-col-3 .paralax-content-3 img {
        margin-bottom: 15px;
    }

.paralax-content-3 h2 {
    color: #444444;
    font-size: 19px;
}

.row-table-col-3 .paralax-content-3 p:last-child {
    margin-bottom: 0;
}

.row-table-col-3 .paralax-content-3:hover {
    box-shadow: inset 0 0 0 15px rgba(0, 0, 0, 0.2);
    transition: all 0.8s ease;
}

.post-item h3 {
    font-size: 26px;
    color: #bfa393;
    margin-bottom: 20px;
}

.post-item h4 {
    color: #243688;
    font-size: 16px;
}

.post-item p, .about-sections p, .big-box p {
    font-size: 13px;
}

    .post-item p:last-child {
        margin: 0;
    }

.about-sections p {
    margin-bottom: 7px;
}

.about-sections a {
    font-size: 13px;
}

.about-sections {
    margin-bottom: 20px;
}

.post-item .row {
    margin-bottom: 20px;
}

    .post-item .row:last-child {
        margin-bottom: 0;
    }

.about-sections h4, .about-sections h4 a {
    font-size: 26px;
    color: #bfa393;
    margin-bottom: 20px;
}

.big-box {
    text-align: center;
    border: 8px solid #2ab0bf;
    position: relative;
    z-index: 1;
    padding: 25px;
}

    .big-box h4 {
        display: inline-block;
        background: #444444;
        color: #243688;
        font-size: 16px;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 50%;
        margin-top: -20px;
        padding: 10px 30px;
        transform: translateX(-50%);
        transform-origin: 0 0;
    }

    .big-box h3 {
        font-size: 26px;
        color: #bfa393;
        margin-bottom: 20px;
    }

    .big-box hr {
        border: solid #243688;
        border-width: 1px 0 0;
        margin: 0 auto;
        max-width: 177px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 19px;
    }

.coll-spacer {
    margin-bottom: 20px;
}

.product-box {
    padding: 15px;
    height: 100%;
}

    .product-box *, .product-box h3, .product-box h3 a {
        color: #fff;
    }

    .product-box p:last-child {
        margin-bottom: 0;
    }

    .product-box .button {
        font-family: 'Open Sans', sans-serif !important;
        width: 100%;
        max-width: 100%;
    }

.owl-position-wrapper h2 {
    font-size: 66px;
    color: #ffffff;
}

.owl-position-wrapper p {
    font-size: 23px;
    color: #243688;
}

    .owl-position-wrapper p:last-child {
        margin-bottom: 0;
    }

.footer-logos {
    padding-top: 10px;
}

.top-footer-brd {
    padding: 50px 0 30px 0;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    text-align: center;
}

    .footer-menu ul li > a {
        font-size: 29px;
        font-weight: 500;
        color: #000000;
    }

    .footer-menu ul li a:hover {
        text-decoration: underline;
    }

    .footer-menu ul li li a {
        font-size: 16px;
        color: #444444;
        font-weight: 400;
    }

.owl-button {
    position: relative;
    z-index: 2;
}

.owl-position-wrapper .owl-button a {
    position: relative;
    z-index: 3;
}

.owl-position-wrapper .owl-button:after {
    content: " ";
    display: block;
    background: white;
    height: 3px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    box-shadow: 0px 0px 15px 6px white;
    border-radius: 100%;
    top: 50%;
}

.ob-anouncment {
    background: #007a33;
    margin-top: -20px;
    -webkit-box-shadow: inset -1px -7px 5px -8px rgba(0,0,0,0.54);
    -moz-box-shadow: inset -1px -7px 5px -8px rgba(0,0,0,0.54);
    box-shadow: inset -1px -7px 5px -8px rgba(0,0,0,0.54);
}

.oba-padding {
    padding: 10px 20px;
}

.ob-anouncment, .ob-anouncment h3, .ob-anouncment a p, .ob-anouncment a h3 {
    color: #fff;
}

.ob-banner {
    margin-bottom: -20px;
    overflow: hidden;
}

.the_ob_banner {
    position: relative;
    z-index: 2;
}

.the_ob_banner_caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    max-width: 70%;
    color: #000;
    padding: 10px;
}

    .the_ob_banner_caption, .the_ob_banner_caption p {
        font-size: 2.2vw;
    }

.the_ob_banner_caption_inner {
    background: rgba(255, 255, 255, 0.6);
    display: inline;
}

    .the_ob_banner_caption_inner * {
        display: inline;
    }

.the_ob_banner img {
    width: 100%;
}

@media only screen and (min-width: 40.063em) {
    .the_ob_banner_caption, .the_ob_banner_caption p {
        font-size: 1.5vw;
    }

    .footer-brd {
        border-top-left-radius: 40% 8%;
        border-top-right-radius: 40% 8%;
    }

    .col-move-top {
        margin-top: -100px;
    }

    #main-menu-ul {
        float: right !important;
    }

    .menu-wrapper {
        margin-top: 0px;
    }

    .footer-logos {
        padding-top: 25px;
    }

    .row.top-section, .menu-color .row {
        max-width: 100%;
    }

        .row.top-section .column, .row.top-section .columns {
            padding-left: 20px;
            padding-right: 20px;
        }

    .footer-menu ul {
        margin: 0;
        text-align: center;
    }

    .footer-menu ul {
        display: inline-block;
        padding: 0;
    }

        .footer-menu ul li, .footer-menu ul li a {
            display: inline-block;
        }

        .footer-menu ul li {
            margin-right: 20px;
        }

    .coll-spacer {
        margin-bottom: 0px;
    }

    .product-table {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .mob-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .product-coll {
        display: table-cell;
        width: auto;
    }

    .product-table .product-coll .product-item {
        margin-bottom: 0;
        margin-right: 30px;
    }

    .my-nav-menu-search {
        display: block;
    }

    .search-dd {
        background: #2d343a !important;
        width: 250px !important;
    }

    .footer-devider {
        border-bottom: 0;
        border-right: 1px solid #e8e8e8;
    }

    .footer-copy-wrapper {
        text-align: left;
    }

    .footer-menu-wrapper {
        text-align: right;
        padding-top: 0;
    }

    .footer-brd .section.group {
        text-align: left;
    }

    .top-bar {
        height: 50px;
        line-height: 50px;
    }

    .main-menu {
        margin-top: 20px !important;
    }

    .top-bar-section #main-menu-ul > li a {
        padding: 0 22px !important;
    }

    .top-bar-section #main-menu-ul li > li a {
        padding: 0 15px !important;
    }

    .top-bar-section .has-dropdown > a:after {
        border-color: rgba(1, 177, 215, 1) transparent transparent transparent;
        margin-top: -2.5px;
        top: 26.5px;
    }

    .top-bar-section #main-menu-ul .has-dropdown > a:after {
        border: 0;
        display: none;
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border-color: transparent transparent transparent rgba(1, 177, 215, 1);
        border-left-style: solid;
        margin-right: 15px;
        margin-top: -4.5px;
    }

    .top-bar-section #main-menu-ul .has-dropdown .dropdown li.has-dropdown > a:after {
        border: 0;
        display: none;
    }

    .top-bar-section #main-menu-ul > li a {
        padding: 0 30px !important;
        padding-bottom: 10px !important;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }

    .top-bar-section #main-menu-ul li > li a {
        padding: 0 15px !important;
    }

    .top-bar, .top-bar.expanded, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li li:not(.has-form) a:not(.button):hover, .top-bar-section li.active li:not(.has-form) a:not(.button):hover, .top-bar-section .dropdown li a, .top-bar-section .dropdown li label, .top-bar-section .has-form {
        background: transparent;
    }

    .top-bar-section ul, .main-menu {
        background: transparent;
    }

    .top-bar-section li.hover > a:not(.button), .top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form):hover a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button):hover, .no-js .top-bar-section ul li:hover > a, .no-js .top-bar-section ul li:active > a {
        background: transparent;
    }

    .top-bar-section ul li > a {
        color: #fff;
    }

    .top-bar-section li.hover > a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section .dropdown li a, .no-js .top-bar-section ul li:hover > a, .no-js .top-bar-section ul li:active > a, .top-bar-section ul li:hover > a {
        color: #fff;
        background: #243688;
    }

    .top-bar-section li li:not(.has-form) a:not(.button) {
        background: #197bba;
    }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: transparent;
        color: #243688;
    }

    #main-menu-ul > li.active > a {
        background: url(img/menu-icon-top.png) no-repeat 0 39% !important;
        color: #000 !important;
    }

    .top-bar-section li.active:not(.has-form):hover a:not(.button), .top-bar-section li:not(.has-form):hover a:not(.button) {
        color: #000;
    }

    .top-bar-section li:not(.has-form),
    .top-bar-section li:not(.has-form),
    .no-js .top-bar-section ul li {
        position: relative;
    }

    .top-bar-section li.hover:after,
    .top-bar-section li:hover:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #333;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
        margin-bottom: 0px;
    }

    .top-bar-section ul.dropdown {
        -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.19);
        -moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.19);
        box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.19);
        border-top: 2px solid #333;
        padding: 20px 0;
        background: rgba(51, 51, 51, 0.96) !important;
    }

        .top-bar-section ul.dropdown li > a, .top-bar-section ul.dropdown li > a {
            color: #fff !important;
            background: #fff !important;
            background: transparent !important;
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
        }

        .top-bar-section ul.dropdown li:after {
            display: none !important;
        }

        .top-bar-section ul.dropdown li:hover > a, .top-bar-section ul.dropdown li.hover > a {
            color: #fff !important;
            background: transparent !important;
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

    .menu-holder {
        -webkit-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.11);
        -moz-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.11);
        box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.11);
    }

        .menu-holder.clone {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            transform: translateY(-150%);
            transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
            z-index: 30;
            background: #76c1e2;
        }

    body.down .menu-holder {
        transform: translateY(0);
    }

        body.down .menu-holder.clone.spacer-logged-in {
            margin-top: 32px;
        }

    .footer-menu ul {
        margin-bottom: 0;
        text-align: left;
    }

    .footer-menu ul {
        display: table;
        width: 100%;
        padding: 0 0 20px 0;
        margin-top: 7px;
    }

        .footer-menu ul:last-child {
            padding: 0;
        }

        .footer-menu ul ul {
            display: block;
            padding: 0;
        }

        .footer-menu ul li {
            margin-bottom: 7px;
            display: table-cell;
        }

            .footer-menu ul li li {
                display: block;
            }
}

@media only screen and (min-width: 1200px) {



    .top-bar-section #main-menu-ul ul.dropdown li > a, .top-bar-section #main-menu-ul ul.dropdown li > a {
        color: #ffffff !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-size: 23px;
        padding: 0 15px !important;
    }

    .top-bar-section #main-menu-ul ul.dropdown li:hover > a, .top-bar-section #main-menu-ul ul.dropdown li.hover > a {
        color: #ffffff !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }


    .top-bar-section #main-menu-ul ul.dropdown li li > a, .top-bar-section #main-menu-ul ul.dropdown li li > a {
        color: #ffffff !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-size: 17px;
    }

    .top-bar-section #main-menu-ul ul.dropdown li:hover > a, .top-bar-section #main-menu-ul ul.dropdown li.hover > a {
        color: #ffffff !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: table;
    }

    .top-bar-section #main-menu-ul .dropdown ul {
        display: table;
    }

    .top-bar-section #main-menu-ul .dropdown li {
        display: table-cell;
        width: auto;
        float: none;
    }

        .top-bar-section #main-menu-ul .dropdown li li {
            display: block;
        }

    .top-bar-section #main-menu-ul .dropdown .dropdown {
        position: static;
        display: block;
        padding: 5px 0;
    }

    .top-bar-section #main-menu-ul li .js-generated, .top-bar-section #main-menu-ul li li .js-generated {
        display: none;
    }

    #main-menu-ul ul li ul, #main-menu-ul ul li ul li {
        background: transparent !important;
        border: 0;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .top-bar-section .left li.edge .dropdown {
        left: auto !important;
        right: 0 !important;
    }

        .top-bar-section .left li.edge .dropdown li .dropdown, .top-bar-section .left li .dropdown li.edge .dropdown {
            right: 100% !important;
        }
}

@media only screen and (min-width: 64.063em) {

    #home-page .menu-holder, .menu-color {
        background: transparent !important;
    }

        #home-page .menu-holder.color-menu, .color-menu .menu-color {
            background: #007a33 !important;
        }

    .menu-holder {
        -webkit-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.0);
        -moz-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.0);
        box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.0);
    }

        .menu-holder.clone, #home-page .menu-holder.clone {
            position: fixed !important;
            background: #007a33 !important;
            -webkit-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.11);
            -moz-box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.11);
            box-shadow: 0px 6px 5px -2px rgba(0,0,0,0.11);
        }

    .top-bar-section .left > li > .dropdown {
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        left: 50% !important;
    }

    .top-bar-section .left li.edge .dropdown {
        left: auto !important;
        right: 0 !important;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

.footer-text span a, .footer-text span a:hover, .footer-text span a:focus {
    color: #444444;
}

.my-nav-menu-search:after {
    display: none !important;
}

@media only screen and (max-width: 1199px) {
    .my-nav-menu-search {
        width: 100%;
        padding-bottom: 20px;
        clear: both;
        float: none;
        padding-right: 20px;
    }

        .my-nav-menu-search form {
            max-width: 300px;
            width: 100%;
            float: right;
        }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .my-nav-menu-search form {
        max-width: 300px;
        width: 100%;
        float: none;
        margin: 0 auto !important;
    }

    #main-menu-ul {
        width: 100%;
        text-align: center;
    }

    .top-bar-section ul li.menu-item {
        float: none;
        display: inline-block;
    }

    .top-bar-section ul li li.menu-item {
        text-align: left;
    }
}

@media only screen and (max-width: 640px) {
    .my-nav-menu-search {
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

        .my-nav-menu-search form {
            max-width: none;
        }

    #searchform input#searchsubmit {
        margin-top: -25px;
    }
}

@media only screen and (min-width: 64.063em) {
    .menu-wrapper {
        margin-top: -12px;
    }

    .small-centered-logo img {
        margin-top: 10px;
    }

    .middle-content-padding-left {
        padding-left: 40%;
    }

    #home-page .menu-holder.clone {
        background: #007a33;
    }

    .item-text {
        max-width: 33.33% !important;
    }
}

.section3-left-title {
    color: #cf3a3d;
}

.section3-left-subtitle {
    color: #243688;
}

.section3-right-title a {
    color: rgb(255, 255, 255);
}

.footer-brd hr {
    border: solid #42454b;
    border-width: 1px 0 0;
}

.row.main-content {
    margin-top: 2em;
    margin-bottom: 2em;
    background: transparent;
}

#home-page .fade-parent {
    background: transparent;
}

.item-text {
    display: table;
    max-width: 533px;
    width: 100%;
    height: 100%;
}

.item-cell {
    background: rgba(0,0,0,0.44);
    text-align: left;
    padding: 0 35px;
    display: table-cell;
    vertical-align: middle;
}



.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}

.mejs-container {
    padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mejs-controls {
    display: none;
}

.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

.vide-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(demo-video/45-degree-fabric-dark.png) repeat;
    opacity: 0.6;
}

.owl-position-wrapper {
    z-index: 20;
}

.table-widget {
    display: table;
    width: 100%;
    padding: 30px 20px;
    height: 100%;
}

.middle-content {
    display: table-cell;
    vertical-align: middle;
}

.leftsectionwidget {
    background: #243688;
    color: #444444;
}

    .leftsectionwidget h2 {
        font-size: 33px;
        color: #000;
        margin-bottom: 25px;
    }

.middle-content-padding-left h2 {
    color: #b3272a;
    font-size: 33px;
    line-height: 43px;
}

.middle-content-padding-left {
    color: #000;
}

    .middle-content-padding-left h2, .middle-content-padding-left p {
        background: rgba(255,255,255,0.43);
        display: inline;
    }

.div-title {
    margin-bottom: 25px;
}

.rightcontent {
    height: 50%;
}

.righticon {
    background: #888fa4;
}

.overflow-section {
    overflow: hidden;
}

.rightimage {
    color: #000;
}

    .rightimage h2 {
        font-size: 33px;
        color: #243688;
    }

    .rightimage h2, .rightimage p {
        background: rgba(255,255,255,0.43);
        display: inline;
    }

.row-half-padding {
    padding-top: 25px;
    padding-bottom: 25px;
}

.righticon .large-4.medium-5.small-6 {
    text-align: center;
}

.contentwidget {
    text-align: center;
    color: #444444;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .contentwidget img {
        margin-bottom: 25px;
    }

    .contentwidget h2 {
        font-size: 36px;
        color: #444444;
    }

.themiddlecolor {
    background: #2b2d30;
}

.contentwidget, .contentwidget .middle-content {
    vertical-align: top;
    display: block;
}

    .contentwidget .middle-content div:last-child p:last-child {
        margin-bottom: 0;
    }

    .contentwidget img, .leftsectionwidget img, .righticon img {
        -webkit-transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

    .contentwidget:hover img, .leftsectionwidget:hover img, .righticon:hover img {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }


.section1-title a {
    color: #007a33;
}

.section1-content {
    color: rgb(68, 68, 68);
}

.section2-title {
    color: rgb(255, 255, 255);
}

.section2-content {
    color: rgb(255, 255, 255);
}

.section3-left-title a {
    color: rgb(1, 177, 215);
}

.section3-left-content {
    color: rgb(68, 68, 68);
}

.section3-left-inner {
    background-color: rgba(255, 255, 255, 0.9);
}

    .section3-left-inner:hover {
        background-color: rgba(255, 255, 255, 1);
    }

.section3-right-title a {
    color: rgb(255, 255, 255);
}

.section3-right-content a {
    color: rgb(1, 177, 215);
}

.section4-title {
    color: #4eb181;
}

.testimonial-quote {
    color: rgb(68, 68, 68);
}

.testimonial-name {
    color: rgb(68, 68, 68);
}

.section5 {
    background-color: rgb(239, 239, 239);
}

.section5-number {
    color: rgb(1, 177, 215);
}

    .section5-number p {
        background: rgb(239, 239, 239);
    }

.section5-title {
    color: rgb(68, 68, 68);
}

.section5-content {
    color: rgb(68, 68, 68);
}

.section6-title {
    color: #007a33;
}

.section6-content {
    color: rgb(68, 68, 68);
}

.team-position {
    color: #243688;
}

.team-name a {
    color: rgb(68, 68, 68);
}

.section7-title {
    color: rgb(255, 255, 255);
}

.section7-content {
    color: rgb(255, 255, 255);
}

.section7-right-inner {
    background-color: rgb(255, 255, 255);
}

label, .modal-content, .tabs dd > a {
    color: rgb(68, 68, 68);
}

.modal-links a {
    color: #3db1d8;
}

/*input[type="text"], input[type="password"] {
    border-color: rgb(174, 174, 174);
    background-color: rgb(240, 240, 240);
    color: rgb(68, 68, 68);
}*/

input[type="submit" i] {
    background-color: #243688;
    color: rgb(255, 255, 255);
    border: 1px solid #243688;
}

    input[type="submit" i]:hover {
        /* 	background: #2285a2; */
        cursor: pointer;
    }

.section8-title {
    color: rgb(1, 177, 215);
}

.section8-content {
    color: rgb(68, 68, 68);
}

.news-title a {
    color: rgb(68, 68, 68);
}

.news-content {
    color: rgb(68, 68, 68);
}

.round-icon-image-wrapper {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
}

.round-icon-image-wrapper-green {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
}

.round-icon-image {
    background: #007A33;
    display: block;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    text-align: center;
    border: 6px solid white;
    margin: 0 auto;
}

    .round-icon-image img {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin: 0;
    }

.round-icon-image-green {
    background: #243688;
    display: block;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    text-align: center;
    border: 6px solid #fff;
    margin: 0 auto;
}

    .round-icon-image-green img {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin: 0;
        max-width: 50%;
    }


    .round-icon-image-green:hover, .round-icon-image:hover {
        box-shadow: 0px 0px 30px #000000;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.5);
        transition: all 200ms ease-in;
        transform: scale(1.05);
        cursor: pointer;
    }

.section4-number {
    color: rgb(255, 255, 255);
}

.section4-title {
    color: #4eb181;
}

.section4-content {
    color: rgb(255, 255, 255);
}
