.social-networks, .hours-list, .products-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons {
    display: flex
}

    .social-icons li {
        margin-left: 1rem
    }

        .social-icons li:first-child {
            margin: 0 0 0 !important
        }

    .social-icons .social-icon {
        font-size: 0 !important;
        background: no-repeat center center;
        background-size: 100%;
        display: block;
        width: 1.875rem;
        height: 1.875rem;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        transition: 350ms
    }

        .social-icons .social-icon.facebook-icon {
            background-image: url(/html/content/images/icons/fb.svg)
        }

            .social-icons .social-icon.facebook-icon.is-light-colored {
                background-image: url(/html/content/images/icons/fb-white.svg)
            }

.facebook-icon.is-light-colored {
    background-image: url(/html/content/images/icons/fb-white.svg);
    width: 1.7rem;
    height: 1.7rem
}

.social-icons .social-icon.youtube-icon {
    background-image: url(/html/content/images/icons/youtube.svg)
}

    .social-icons .social-icon.youtube-icon.is-light-colored {
        background-image: url(/html/content/images/icons/youtube-white.svg)
    }

.social-icons .social-icon.google-plus-icon {
    background-image: url(/html/content/images/icons/google-plus.svg)
}

    .social-icons .social-icon.google-plus-icon.is-light-colored {
        background-image: url(/html/content/images/icons/google-plus-white.svg)
    }

.social-icons .social-icon.linkedin-icon {
    background-image: url(/html/content/images/icons/linkedin.svg)
}

    .social-icons .social-icon.linkedin-icon.is-light-colored {
        background-image: url(/html/content/images/icons/linkedin-white.svg)
    }

.linkedin-icon.is-light-colored {
    background-image: url(/html/content/images/icons/linkedin-white.svg);
    width: 1.7rem;
    height: 1.7rem
}

.social-icons .social-icon.instagram-icon {
    background-image: url(/html/content/images/icons/instagram.svg)
}

    .social-icons .social-icon.instagram-icon.is-light-colored {
        background-image: url(/html/content/images/icons/instagram-white.svg)
    }

.instagram-icon.is-light-colored {
    background-image: url(/html/content/images/icons/instagram-white.svg);
    width: 1.7rem;
    height: 1.7rem
}

.social-icons .social-icon.twitter-icon {
    background-image: url(/html/content/images/icons/twitter.svg)
}

    .social-icons .social-icon.twitter-icon.is-light-colored {
        background-image: url(/html/content/images/icons/twitter-white.svg)
    }

.twitter-icon.is-light-colored {
    background-image: url(/html/content/images/icons/twitter-white.svg);
    width: 1.7rem;
    height: 1.7rem
}

.social-icons .social-icon.gmb-icon {
    background-image: url(/html/content/images/icons/gmb.svg)
}

    .social-icons .social-icon.gmb-icon.is-light-colored {
        background-image: url(/html/content/images/icons/gmb-white.svg)
    }

.gmb-icon.is-light-colored {
    background-image: url(/html/content/images/icons/gmb-white.svg);
    width: 1.7rem;
    height: 1.7rem
}

.social-icons .social-icon:hover {
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    transform: translate(0,-5px)
}

.social-icons.are-vertical {
    display: block
}

    .social-icons.are-vertical li {
        margin-left: 0;
        margin-top: 1rem
    }

.grecaptcha-badge {
    visibility: hidden;
    display: none
}

.material-symbols-outlined {
    text-decoration: none;
    font-size: 1.2rem;
    float: left
}

.nav-menu {
    line-height: 1
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

/* custom select styles */
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 13px;
        line-height: 26px;
        margin: 0 35px 0 8px;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        background: #aaa;
        width: 26px;
        bottom: 0;
        right: 0;
        top: 0;
    }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #656565;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
    background: #ddd !important;
}

@media (max-width: 991px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.header-wrap {
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.btn-menu a {
    min-width: 13rem;
}

.btn-warning {
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
}

.products-list a {
    color: #4e5969;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.card {
    border-radius: 2rem;
}

.typcn-large:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.75em;
    color: #309dfc;
}

.body-template2 #header {
    padding: 1.1rem 0;
}

.body-template2 #body-content {
    min-height: 75vh;
}

.header-wrap a {
    color: #f7f8fa;
    font-size: .875rem;
}

.block-list li {
    cursor: pointer;
    font-size: .75rem;
    position: relative;
    overflow: hidden;
    float: left;
    clear: both;
    margin-top: .7rem;
    -webkit-transition: 350ms;
    transition: 350ms;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.block-list a {
    color: rgba(48, 50, 59, 0.7);
}

.nav-links li {
    position: relative;
    margin: .2rem .2rem .2rem 0;
}

    .nav-links li:first-child:before {
        display: none;
    }

    .nav-links li:before {
        content: "|";
        margin-right: .3rem;
    }

    .nav-links li a {
        display: inline-block;
        font-size: .625rem;
        color: rgba(48, 50, 59, 0.7);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

@media (max-width: 767.98px) {
    .nav-links li a {
        font-size: 13px;
        text-transform: none;
        letter-spacing: 0;
    }
}

.nav-links li a:hover {
    color: #f36523;
}

#footer {
    background: #46b4fe;
    font-size: .625rem;
    padding: 1.1rem 0;
    color: #f7f8fa;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    #footer a {
        color: #f7f8fa;
    }

        #footer a:hover {
            text-decoration: underline;
            color: #f36523;
        }

    #footer .footer-logo {
        display: block;
    }

@media (min-width: 576px) {
    #footer .footer-logo {
        margin-right: 3.5rem;
    }
}

#footer .footer-logo img {
    width: 10.5625rem;
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.section {
    padding: 3rem 3rem;
    background-size: cover;
    background: no-repeat center center;
    position: relative;
}

@media (max-width: 1199.98px) {
    .section {
        padding: 1.5rem 15px;
    }
}

.section.with-bg {
    background-color: #fff;
}

.section.with-bg-image > div {
    position: relative;
    z-index: 1;
}

.section.with-bg-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.section.with-bg-image2 {
    background-image: url(/html/content/images/section-bg2a.jpg);
    height: 40rem;
    background-size: cover;
}

.section.with-bg-image {
    background-image: url(/html/content/images/section-bg1b.jpg);
    height: 40rem;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .section.with-bg-image:before {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .section.with-bg-image {
        height: 33rem;
    }

    .section.with-bg-image {
        display: none;
        background-image: none;
    }

    .section.with-bg-image2 {
        height: 33rem;
    }

    .section.with-bg-image2 {
        display: none;
        background-image: none;
    }
}

.section p {
    margin-bottom: 1rem;
}

    .section p.big-text {
        font-size: 1.25rem;
        line-height: 1.7;
    }

@media (max-width: 767.98px) {
    .section p.big-text {
        font-size: 1rem;
    }
}

.section p:last-child {
    margin-bottom: 0;
}

.section-heading {
    font-size: 2.25rem;
    font-weight: 700;
    color: #30323b;
}

@media (max-width: 991.98px) {
    .section-heading {
        font-size: 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .section-heading {
        font-size: 1.5rem;
    }
}

.section-heading .icon-block {
    margin-right: 1.2rem;
}

@media (max-width: 767.98px) {
    .section-heading .icon-block {
        display: none;
    }
}

.section-header {
    position: relative;
}

@media (min-width: 768px) {
    .section-header.has-control-right .searchform {
        right: 0;
        width: 15rem;
        position: absolute;
        top: 50%;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.section-highlight {
    background-color: #46b4fe;
    color: #f7f8fa;
    min-height: 9rem;
}

    .section-highlight .section-highlight-content {
        padding: 4rem 2.5rem 0rem;
    }

@media (max-width: 767.98px) {
    .section-highlight .section-highlight-content {
        padding: 0 0 0 !important;
    }
}

.text-block {
    font-size: .875rem;
    line-height: 2;
    color: rgba(48, 50, 59, 0.7);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .text-block {
        font-size: 15px;
    }
}

.text-block strong, .text-block b {
    font-weight: 600;
}

.text-block p {
    margin-bottom: 1rem;
}

    .text-block p:last-child {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .text-block-content {
        border-left: 1px solid rgba(19, 62, 99, 0.2);
        padding-left: 1.75rem;
    }
}

.text-content-heading {
    font-size: .875rem;
    font-weight: 800;
    line-height: 2;
}

.text-block-heading {
    font-size: 1.25rem;
    color: #30323b;
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
}

@media (max-width: 767.98px) {
    .text-block-heading {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
}

.text-block-heading.is-big-heading {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .text-block-heading.is-big-heading {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .text-block-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.text-block-links > li {
    margin-left: 1.7rem;
}

    .text-block-links > li:first-child {
        margin-left: 0;
    }

@media (max-width: 767.98px) {
    .text-block-links li, .text-block-links a {
        font-size: 13px;
    }
}

.text-block-links a:hover {
    text-decoration: underline;
    color: #f36523;
}

.section-highlight .text-block {
    color: #f7f8fa;
}

.section-highlight .text-block-heading {
    color: #fff;
}

@media (min-width: 768px) {
    .section-highlight .text-block-content {
        padding-left: 2.5rem;
    }
}

#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

a {
    -webkit-transition: background 0.3s linear, color 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear;
}

    a.text-underline:hover {
        text-decoration: none !important;
    }

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    h2, .h2 {
        font-size: 18px;
    }
}

h3, .h3 {
    font-weight: normal;
}

@media (max-width: 991px) {
    h3, .h3 {
        font-size: 16px;
    }
}

.btn {
    min-width: 150px;
}

.star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .star-rating .star {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        background: url(../images/star-empty.svg) no-repeat;
        background-size: 16px 16px;
    }

    .star-rating.star-0_5 .star:first-child {
        background-image: url(../images/star-half.svg);
    }

    .star-rating.star-1 .star:first-child {
        background-image: url(../images/star-full.svg);
    }

    .star-rating.star-1_5 .star:first-child {
        background-image: url(../images/star-full.svg);
    }

    .star-rating.star-1_5 .star:nth-child(2) {
        background-image: url(../images/star-half.svg);
    }

    .star-rating.star-2 .star:first-child, .star-rating.star-2 .star:nth-child(2) {
        background-image: url(../images/star-full.svg);
    }

    .star-rating.star-2_5 .star:first-child, .star-rating.star-2_5 .star:nth-child(2) {
        background-image: url(../images/star-full.svg);
    }

    .star-rating.star-2_5 .star:nth-child(3) {
        background-image: url(../images/star-half.svg);
    }

    .star-rating.star-3 .star:first-child, .star-rating.star-3 .star:nth-child(2), .star-rating.star-3 .star:nth-child(3) {
        background-image: url(../images/star-full.svg);
    }

    .star-rating.star-3_5 .star:first-child, .star-rating.star-3_5 .star:nth-child(2), .star-rating.star-3_5 .star:nth-child(3) {
        background-image: url(../images/star-full.svg);
    }

    .star-rating.star-3_5 .star:nth-child(4) {
        background-image: url(../images/star-half.svg);
    }

    .star-rating.star-4 .star:first-child, .star-rating.star-4 .star:nth-child(2), .star-rating.star-4 .star:nth-child(3), .star-rating.star-4 .star:nth-child(4) {
        background-image: url(../images/star-full.svg);
    }

    .star-rating.star-4_5 .star:first-child, .star-rating.star-4_5 .star:nth-child(2), .star-rating.star-4_5 .star:nth-child(3), .star-rating.star-4_5 .star:nth-child(4) {
        background-image: url(../images/star-full.svg);
    }

    .star-rating.star-4_5 .star:nth-child(5) {
        background-image: url(../images/star-half.svg);
    }

    .star-rating.star-5 .star:first-child, .star-rating.star-5 .star:nth-child(2), .star-rating.star-5 .star:nth-child(3), .star-rating.star-5 .star:nth-child(4), .star-rating.star-5 .star:nth-child(5) {
        background-image: url(../images/star-full.svg);
    }

.social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575px) {
    .social-networks {
        padding: 0 10px;
    }
}

.social-networks li {
    padding: 5px;
    font-size: 20px;
}

    .social-networks li .icon-linkedin {
        font-size: 0.95em;
    }

.icon-block {
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100%;
}

.document-icon {
    background-image: url(/html/content/images/icons/document.svg);
    width: 1rem;
    height: 1.4rem;
}

    .document-icon.is-white {
        background-image: url(/html/content/images/icons/document-white.svg);
    }

.owl-carousel {
    padding-bottom: 27px;
}

    .owl-carousel .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            background: #309dfc;
            opacity: 0.25;
            border-radius: 100%;
            margin: 0 5px;
            outline: none;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
        }

            .owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
                opacity: 0.75;
            }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 5.375rem;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        pointer-events: none;
    }

@media (max-width: 575px) {
    .owl-carousel .owl-nav {
        top: 22.5vw;
        left: 5px;
        right: 5px;
    }
}

.owl-carousel .owl-nav button {
    pointer-events: auto;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 100%;
    outline: none;
}

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        background: #f3f6f9;
        color: #309dfc;
        font-size: 12px;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
    }

        .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
            background: #c0d0e0;
        }

.jcf-select.jcf-select-sort-select {
    border: none;
    background: none;
    margin-bottom: 0;
    display: block;
    max-width: 140px;
    margin-left: auto;
    height: 22px;
}

    .jcf-select.jcf-select-sort-select .jcf-select-text {
        font-size: 14px;
        line-height: 1.2857142857;
        color: #309dfc;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-right: 26px;
    }

    .jcf-select.jcf-select-sort-select .jcf-select-opener {
        background: none;
        color: #309dfc;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .jcf-select.jcf-select-sort-select .jcf-select-opener:before {
            content: '\e903';
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 10px;
            line-height: 1;
        }

.jcf-select-drop.jcf-select-sort-select .jcf-select-drop-content {
    border: none;
}

.jcf-select-drop.jcf-select-sort-select .jcf-list {
    text-align: right;
}

    .jcf-select-drop.jcf-select-sort-select .jcf-list .jcf-option {
        padding-right: 35px;
    }

        .jcf-select-drop.jcf-select-sort-select .jcf-list .jcf-option.jcf-selected {
            display: none;
        }

        .jcf-select-drop.jcf-select-sort-select .jcf-list .jcf-option.jcf-hover {
            background: none;
            color: #0073cc;
        }

body {
    margin: 0;
    font-family: Lato, "Open Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4e5969;
    text-align: left;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.5;
    color: #46b4fe;
}

a {
    color: #f36523;
    background-color: transparent;
}

.shadow {
    box-shadow: 0 0rem 0.875rem -0.875rem #b9c6d3 !important;
}

@media (max-width: 1199.98px) {
    #main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
        max-width: 360px;
        background-color: #fff;
        padding: 2rem;
        -webkit-transition: 350ms;
        transition: 350ms;
    }

        #main-navigation.active {
            right: 0;
            box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
        }

        #main-navigation .nav-menu a {
            color: #191c1f;
            font-size: 20px;
            display: block;
            margin: 30px 0;
        }
}

@media (max-width: 767.98px) {
    #main-navigation .nav-menu {
        height: 100%;
        overflow-y: auto;
    }

        #main-navigation .nav-menu a {
            font-size: 17px;
            margin: 24px 0;
        }
}

@media (min-width: 1200px) {
    #main-navigation .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #main-navigation .nav-menu > li {
            position: relative;
            margin-left: 1.6rem;
            white-space: nowrap;
            overflow: hidden;
        }
}

@media (max-width: 1199.98px) {
    #main-navigation .nav-menu {
        height: 100%;
        overflow-y: auto;
    }
}

#main-navigation .has-nav-dropdown {
    position: relative;
}

    #main-navigation .has-nav-dropdown .nav-dropdown ul {
        padding-left: 35px;
        list-style: disc;
    }

    #main-navigation .has-nav-dropdown .nav-dropdown a {
        font-size: 16px;
        margin: 20px 0;
    }

#secondary-navigation {
    margin-top: -1rem;
}

@media (max-width: 1199.98px) {
    #secondary-navigation {
        display: none;
        margin-top: 0;
    }
}

#secondary-navigation .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    #secondary-navigation .nav-menu > li {
        width: 12.5%;
    }

#secondary-navigation a {
    font-size: .75rem;
    display: block;
    padding: 1rem;
    text-decoration: none;
    position: relative;
    border: 1px solid transparent;
    border-top-width: 2px;
    border-bottom: 0;
}

    #secondary-navigation a:before, #secondary-navigation a:after {
        content: "";
        position: absolute;
        display: none;
        width: 100%;
        height: calc(100%+7px);
        top: -3px;
    }

    #secondary-navigation a:before {
        left: 0;
        box-shadow: -17px 0 5px -4px rgba(0, 166, 255, 0.5);
        -webkit-box-shadow: -17px 0 5px -4px rgba(0, 166, 255, 0.5);
        -moz-box-shadow: -17px 0 5px -4px rgba(0, 166, 255, 0.5);
    }

    #secondary-navigation a:after {
        right: 0;
        box-shadow: 17px 0 5px -4px rgba(0, 166, 255, 0.5);
        -webkit-box-shadow: 17px 0 5px -4px rgba(0, 166, 255, 0.5);
        -moz-box-shadow: 17px 0 5px -4px rgba(0, 166, 255, 0.5);
    }

    #secondary-navigation a.active {
        border-color: rgba(255, 255, 255, 0.6);
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0));
    }

        #secondary-navigation a.active:before, #secondary-navigation a.active:after {
            display: block;
        }

#secondary-navigation .icon-block {
    display: block;
    margin: 0 auto 1.2rem;
    height: 2rem;
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .social-icons li {
        margin-left: 1rem;
    }

        .social-icons li:first-child {
            margin: 0 0 0 !important;
        }

    .social-icons .social-icon {
        font-size: 0 !important;
        background: no-repeat center center;
        background-size: 100%;
        display: block;
        width: 1.875rem;
        height: 1.875rem;
        -webkit-transition: 350ms;
        transition: 350ms;
    }

        .social-icons .social-icon.facebook-icon {
            background-image: url(/html/content/images/icons/fb.svg);
        }

            .social-icons .social-icon.facebook-icon.is-light-colored {
                background-image: url(/html/content/images/icons/fb-white.svg);
            }

.facebook-icon.is-light-colored {
    background-image: url(/html/content/images/icons/fb-white.svg);
    width: 1.7rem;
    height: 1.7rem;
}

.social-icons .social-icon.youtube-icon {
    background-image: url(/html/content/images/icons/youtube.svg);
}

    .social-icons .social-icon.youtube-icon.is-light-colored {
        background-image: url(/html/content/images/icons/youtube-white.svg);
    }

.social-icons .social-icon.google-plus-icon {
    background-image: url(/html/content/images/icons/google-plus.svg);
}

    .social-icons .social-icon.google-plus-icon.is-light-colored {
        background-image: url(/html/content/images/icons/google-plus-white.svg);
    }

.social-icons .social-icon.linkedin-icon {
    background-image: url(/html/content/images/icons/linkedin.svg);
}

    .social-icons .social-icon.linkedin-icon.is-light-colored {
        background-image: url(/html/content/images/icons/linkedin-white.svg);
    }

.linkedin-icon.is-light-colored {
    background-image: url(/html/content/images/icons/linkedin-white.svg);
    width: 1.7rem;
    height: 1.7rem;
}

.social-icons .social-icon.instagram-icon {
    background-image: url(/html/content/images/icons/instagram.svg);
}

    .social-icons .social-icon.instagram-icon.is-light-colored {
        background-image: url(/html/content/images/icons/instagram-white.svg);
    }

.instagram-icon.is-light-colored {
    background-image: url(/html/content/images/icons/instagram-white.svg);
    width: 1.7rem;
    height: 1.7rem;
}

.social-icons .social-icon.twitter-icon {
    background-image: url(/html/content/images/icons/twitter.svg);
}

    .social-icons .social-icon.twitter-icon.is-light-colored {
        background-image: url(/html/content/images/icons/twitter-white.svg);
    }

.twitter-icon.is-light-colored {
    background-image: url(/html/content/images/icons/twitter-white.svg);
    width: 1.7rem;
    height: 1.7rem;
}

.social-icons .social-icon.gmb-icon {
    background-image: url(/html/content/images/icons/gmb.svg);
}

    .social-icons .social-icon.gmb-icon.is-light-colored {
        background-image: url(/html/content/images/icons/gmb-white.svg);
    }

.gmb-icon.is-light-colored {
    background-image: url(/html/content/images/icons/gmb-white.svg);
    width: 1.7rem;
    height: 1.7rem;
}

.social-icons .social-icon:hover {
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.social-icons.are-vertical {
    display: block;
}

    .social-icons.are-vertical li {
        margin-left: 0;
        margin-top: 1rem;
    }

.hero-section {
    background: -webkit-linear-gradient(bottom, #5eccfe, #309dfc);
    background: linear-gradient(0deg, #5eccfe, #309dfc);
    color: #f7f8fa;
}

    .hero-section .avatar {
        width: 150px;
        height: 150px;
        border-radius: 15%;
        overflow: hidden;
        border: 4px solid #f26522;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .hero-section .avatar .avatar-icon {
            width: 60px;
            height: 50px;
            border: 3px solid #f26522;
            border-radius: 20%;
            overflow: hidden;
            position: absolute;
            bottom: -10px;
            left: -29px;
            background: #f26522;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 2px;
        }

    .hero-section:after {
        content: '';
        background: url(/html/content/images/clouds.png) repeat-x left bottom;
        background-size: contain;
        width: 100%;
        height: 5rem;
        position: absolute;
        bottom: 0;
        left: 0;
        top: 23rem;
    }

@media (max-width: 576px) {
    .hero-section:after {
        display: none;
    }
}

.hero-section:before {
    content: '';
    background: url(/html/content/images/rays.png) no-repeat center center;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
}

.agent-image {
    position: relative;
    left: -2%;
    top: -3%;
}

.information .information-col {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .information .information-col {
        width: 33.33%;
    }
}

@media (max-width: 575px) {
    .information .information-col {
        width: 100%;
        max-width: 300px;
    }
}

.information .information-col + .information-col {
    border-left: 1px solid #e3e9ed;
}

@media (max-width: 575px) {
    .information .information-col + .information-col {
        border-left: none;
    }
}

.information .information-col > a {
    padding: 5px;
    display: block;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

@media (max-width: 575px) {
    .information .information-col > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: top;
    }
}

.information .information-col > a:hover {
    background: #f5f8fa;
}

@media (max-width: 575px) {
    .information .information-col > a .icon-holder {
        width: 40px;
        height: 40px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (max-width: 575px) {
    .information .information-col > a .icon-holder img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .location-desc {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}

[data-toggle="collapse"] .txt-view {
    display: none;
}

[data-toggle="collapse"] .icon-angle-up {
    font-size: 10px;
    line-height: 1;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

[data-toggle="collapse"].collapsed .txt-view {
    display: inline;
}

[data-toggle="collapse"].collapsed .txt-hide {
    display: none;
}

[data-toggle="collapse"].collapsed .icon-angle-up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.hours-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .hours-list li .day {
        width: 83px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .hours-list li .time {
        position: relative;
        padding-right: 20px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .hours-list li .time .appointment-icon {
            position: absolute;
            top: 0;
            right: 0;
        }

.products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .products-list li {
        width: 20%;
        padding: 10px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

@media (max-width: 1199px) {
    .products-list li {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .products-list li {
        width: 33.33%;
    }
}

@media (max-width: 575px) {
    .products-list li {
        padding: 8px;
    }
}

.expandable-text .more-link,
.expandable-text .less-link {
    display: block;
    font-style: italic;
}

    .expandable-text .more-link a,
    .expandable-text .less-link a {
        color: #0073cc;
    }

        .expandable-text .more-link a:hover,
        .expandable-text .less-link a:hover {
            color: #309dfc;
        }

.expandable-text .more-content {
    display: none;
}

.slide .preview {
    width: 300px;
    height: 200px;
}

@media (max-width: 575px) {
    .slide .preview {
        max-width: 350px;
        width: 100%;
        height: auto;
    }
}

.info-box .preview {
    width: 200px;
    height: 200px;
}

.review-section.owl-carousel {
    padding-bottom: 80px;
}

    .review-section.owl-carousel .owl-nav {
        top: auto;
        bottom: 10px;
        z-index: 1;
    }

    .review-section.owl-carousel .owl-dots {
        left: 30px;
        right: 30px;
    }

@media (min-width: 576px) {
    .review-section.owl-carousel .owl-dots {
        counter-reset: dots;
    }
}

@media (max-width: 575px) {
    .review-section.owl-carousel .owl-dots {
        bottom: 18px;
    }
}

.review-section.owl-carousel .owl-dots .owl-dot {
    -webkit-transition: background 0.3s linear, color 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear;
}

@media (min-width: 576px) {
    .review-section.owl-carousel .owl-dots .owl-dot {
        width: 28px;
        height: 28px;
        opacity: 1;
        color: #fff;
        margin: 0 5px;
    }
}

@media (min-width: 992px) {
    .review-section.owl-carousel .owl-dots .owl-dot {
        margin: 0 15px;
    }
}

@media (min-width: 576px) {
    .review-section.owl-carousel .owl-dots .owl-dot:before {
        counter-increment: dots;
        content: counter(dots);
    }
}

@media (min-width: 576px) {
    .review-section.owl-carousel .owl-dots .owl-dot:not(.active) {
        background: none;
        color: #309dfc;
    }
}

@media (min-width: 576px) {
    .review-section.owl-carousel .owl-dots .owl-dot:not(.active):hover {
        background: rgba(48, 157, 252, 0.1);
    }
}

body {
    min-width: 320px;
}
/*# sourceMappingURL=main.css.map */
