* {
    line-height: 1.4rem;
    padding: 0;
    margin: 0;
}

p {
    text-align: justify;
}

h2 {
    font-weight: bold;
    font-size: 45px;
    text-align: center;
}

h3 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

h5 {
    font-weight: bold;
    font-size: 14px;
}

.background-gray {
    background-color: #4F4F4F !important;
}

.background-red {
    background-color: #F62409 !important;
}

.background-dark-blue {
    background-color: #1B1D1F !important;
}

.background-color-white {
    background-color: #ffffff !important;
}


.border-color-gray {
    border-color: #4F4F4F !important;
}

.border-color-white {
    border-color: #ffffff !important;
}

.border-color-dark {
    border-color: #08183B !important;
}

.border-color-blue {
    border-color: #042B8F !important;
}

.border-color-red {
    border-color: #F62409 !important;
}

.border-color-dark-yellow {
    border-color: #FFA415 !important;
}

.color-blue {
    color: #042B8F !important;
}

.color-gray {
    color: #4F4F4F !important;
}

.color-light-gray {
    color: #898989 !important;
}

.color-dark-gray {
    color: #404C66 !important;
}

.color-dark {
    color: #08183B !important;
}

.color-dark-yellow {
    color: #FFA415 !important;
}

.color-red {
    color: #F62409 !important;
}

.color-white {
    color: #ffffff !important;
}

.w-95 {
    width: 95% !important;
}

.w-23 {
    width: 23% !important;
}

.carousel-item {
    transition: transform 1s ease, opacity 1s ease-out
}

.nav-tabs:not(.tab-section) .nav-link {
    padding: 0.5rem 3rem;
}

.nav-tabs.tab-section .nav-link.active {
    border-radius: 10px 10px 0 0;
    color: #08183B;
    font-weight: bold;
}

.nav-tabs.tab-section .nav-link {
    font-weight: bold;
    color: #404C66;
}

    .nav-tabs.tab-section .nav-link:hover {
        border-radius: 10px 10px 0 0;
    }


h2.title-section-homepage span {
    position: relative;
}

h2.title-section-homepage {
    padding-bottom: 1rem;
}

body {
    position: relative;
    font-size: 14px;
}

.product-details li {
    margin-left: 10px
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 100%;
}

    .carousel .carousel-indicators li:not(.active):hover {
        opacity: .8
    }

.carousel .carousel-indicators.gray li {
    background-color: #404C66;
}

.carousel ol.carousel-indicators.gray {
    bottom: -15px;
    margin-bottom: 0;
}

#jumbotron.carousel .carousel-indicators li {
    background-color: #fff;
}

#jumbotron.carousel ol.carousel-indicators {
    bottom: 0;
}

.carousel ol.carousel-indicators.white {
    margin-bottom: 0;
}

ul li {
    margin-left: 15px;
}

.shadow {
    box-shadow: 0 .4rem 0.7rem rgba(0,0,0,.15) !important;
}

p:last-child {
    margin-bottom: 0;
}

.tab-section li {
    margin-left: 0px;
}

.pagination li {
    margin-left: 0px;
}

.pagination a {
    margin-right: 0px;
}

#support-button {
    right: 20px;
    bottom: 50px;
    z-index: 999
}

    #support-button .support-icon-close {
        visibility: hidden;
        opacity: 0;
        top: 0
    }

    #support-button.open .support-block {
        opacity: 1;
        visibility: visible;
    }

    #support-button.open .support-icon-open {
        visibility: hidden;
        opacity: 0;
    }

    #support-button.open .support-icon-close {
        visibility: visible;
        opacity: 1;
    }

.support-block {
    padding: 5px 0;
    width: 300px;
    position: absolute;
    bottom: 80px;
    right: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    box-sizing: border-box;
    border-radius: 7px;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .3s all;
}

    .support-block a {
        text-decoration: none;
        color: black;
    }

.support-icon {
    width: 70px;
    height: 70px;
    margin-top: -5px;
    cursor: pointer;
    transition: ease-in-out .3s all;
}

.support-block:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    bottom: -4px;
    right: 30px;
    color: white
}

.support-block-element img {
    padding: 5px;
}

.support-block-element {
    padding: 5px;
}

    .support-block-element:hover {
        background-color: #f0f0f0;
    }

.company-google-maps iframe {
    width: 100% !important;
    height: 400px !important;
}

.umbraco-forms-hidden {
    display: none;
}

.field-validation-error {
    color: #F62409 !important;
}

.input-validation-error {
    background-color: rgb(246, 36, 9, 0.1) !important;
}

.rich-text-list .mceNonEditable.embeditem {
    text-align: center;
}
