/* Fonts and Headers */
@font-face {
    font-family: 'Graphik Web';
    src: url('/theme/moment-theme/commercial-type-web-fonts/Graphik-Regular-Web.eot');
    src: url('/theme/moment-theme/commercial-type-web-fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('/theme/moment-theme/commercial-type-web-fonts/Graphik-Regular-Web.woff2') format('woff2'), url('/theme/moment-theme/commercial-type-web-fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}


body {
    font-family: 'Graphik Web';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 12pt;
    color: #383838;
}

h1 {
    line-height: 100%;
    margin: 0rem 0rem 3rem 0rem;
    font-size: 48pt;
    color: #F15A22;
}

h2 {
    line-height: 100%;
    margin: 0rem 0rem 3rem 0rem;
    font-size: 36pt;
    color: #383838;
}

h3 {
    line-height: 100%;
    margin: 0rem 0rem 1rem 0rem;
    font-size: 18pt;
    color: #383838 !important;
}

h4 {
    line-height: 100%;
    margin: 0rem 0rem 1rem 0rem;
    font-size: 24pt;
    color: #383838;
}

h5 {
    line-height: 100%;
    margin: 0rem 0rem 1rem 0rem;
    font-size: 24pt;
    color: #F15A22;
}

li, p {
    font-size: 12pt;
}

.highlight-title span {
    color: #383838;
}

.mega-menu * {
    font-family: 'Graphik Web';
}

.content-grid img {
    width: 100%;
}

.content-grid .col-xs-12 {
    /* padding on mobile view */
    padding-top: 5px;
    padding-bottom: 5px;
}


@media only screen and (max-width: 992px) /* Bootstrap COL break-point */
{
    li, p {
        font-size: 16px;
    }

    h1 {
        font-size: 30pt;
    }

    h2 {
        font-size: 24pt;
    }

    h3 {
        font-size: 18pt;
    }

    h4 {
        font-size: 16pt;
    }

    h5 {
        font-size: 14pt;
    }
}

@media (max-width: 767px) /* Bootstrap COL break-point */
{
    li, p {
        font-size: 14px;
    }

    h1 {
        font-size: 30pt;
    }

    h2 {
        font-size: 24pt;
    }

    h3 {
        font-size: 16pt;
    }

    h4 {
        font-size: 14pt;
    }

    h5 {
        font-size: 12pt;
    }
}

.copyright {
    font-size: 12px;
}

/* Fonts and headers end */

.header-3 {
    padding: 0;
    width: 100%;
    z-index: 1000;
    position: static;
}

    .header-3 .mega-menu section.menu-list-items {
        padding: 0;
        background: transparent;
    }

.active > a {
    color: #ff5500 !important;
}

.modal-backdrop {
    z-index: 999;
}

.modal-content {
    margin-right: 20px;
}

.menu {
    height: 10.1rem;
}

.multiselect-container {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.custom-heading {
    font-weight: 900;
    color: #ff5500;
}

.custom-header-subtitle {
    color: #F15A22;
    margin-top: 1.2rem;
    font-weight: 500;
}

.custom-hr {
    margin: 1rem 0;
    padding: 0px;
    border-bottom: 1px groove lightgray;
    border-top: 0px;
}

.custom-button {
    padding: 1rem 3rem 1rem 3rem;
}

.custom-button-important {
    padding: 1rem 3rem 1rem 3rem !important;
}

.custom-anchor-light {
    font-family: "Open Sans", sans-serif;
    font-size: 0.7em;
    color: white;
    padding: 0 12px;
}

.custom-label-light {
    font-family: "Open Sans", sans-serif;
    font-size: 0.7em;
}

.custom-anchor-heavy {
    font-size: 1em;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: white;
    padding: 0 12px;
}

.custom-button-footer {
    background: transparent;
    border: transparent;
    align-items: center;
    margin-top: 0.5rem;
}

.custom-span {
    color: white;
    border-color: white;
    border-radius: 0;
}
/*kendo styles*/
.k-grouping-header {
    background: #ff5500;
}

#pageContent {
    margin-top: -1.8rem;
}

.custom-color-darkgrey {
    background: #383838 !important;
    color: white !important;
}

.custom-color-lightgrey {
    background: #E2E2E2 !important;
    color: white !important;
}

.custom-color-orange {
    background: #F15A22 !important;
    color: white !important;
}

.custom-color-orange-outlined {
    background: #F15A22 !important;
    color: white !important;
    box-shadow: 0 0 0 1px white inset !important;
}

.custom-color-lightorange {
    background: #FCD2AD !important;
    color: white !important;
}

.custom-size-60pt {
    font-size: 60pt;
}

.custom-fontcolor-lightgrey {
    color: #E2E2E2 !important;
}

.theme-darkorange {
    background: #F15A22 !important;
}

    .theme-darkorange h1, .theme-darkorange h2, .theme-darkorange span, .theme-darkorange p {
        color: white !important;
    }

.theme-lightorange {
    background: #FCD2AD !important;
}

    .theme-lightorange h1, .theme-lightorange h2, .theme-lightorange span, .theme-lightorange p {
        color: #F15A22 !important;
    }

.overlay-stripes {
    position: absolute;
    top: -5vw;
    width: 33%;
    right: 15px;
    z-index: 100;
}

.enable-bullets ul li {
    list-style: initial;
    margin-left: 20px; /* RTR: removed: 2vw; */
}
/*media query section*/
@media (min-width: 769px) {
    .custom-flex-center {
        display: flex;
        align-items: center;
    }
}

.custom-content-6 h2 {
    line-height: 50px;
}

.custom-content-2 strong {
    font-size: inherit;
}

.overlay-stripe-bottom {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    width: 33%;
    right: 15px;
}

.contact-form .section-field select {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 45px;
    clear: none;
    -webkit-appearance: textfield;
}

/*mobile*/
.mobileView {
    display: none !important;
}

.desktopView {
    display: block !important;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .mobileView {
        display: block !important;
    }

    .desktopView {
        display: none !important;
    }

    .custom-mobile-header-font {
        font-size: 30pt;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .mobileView {
        display: block !important;
    }

    .desktopView {
        display: none !important;
    }

    .custom-mobile-header-font {
        font-size: 26pt;
    }
}


/*mobile*/
.adjust-call-button-placement {
    position: absolute;
    right: 0;
    top: 32%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .adjust-call-button-placement {
        position: inherit;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .adjust-call-button-placement {
        position: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 998px) {
    .adjust-call-button-placement {
        position: inherit;
    }
}

iframe {
    width: 100%;
}

.owl-carousel {
}

.owl-custom .owl-carousel-12.owl-carousel.owl-theme.owl-loaded {
    height: inherit;
}

.owl-custom .owl-carousel-12.owl-carousel.owl-theme .item img {
    display: inherit;
}


@media (max-width: 767px) {
    .owl-carousel .owl-item {
        min-height: 250px;
        padding: 0 10px;
    }

        .owl-carousel .owl-item .owl-item-text {
            /*position: absolute;
            background-color: rgba(220,220,220,0.8);*/
            padding: 10px 0;
            width: 100%;
            /*display: contents;*/
        }

        .owl-carousel .owl-item .owl-item-image {
            padding: 10px 0;
            width: 100%;
            object-fit: cover;
            max-height: 320px;
            margin-top: 20px;
        }

    .owl-custom .owl-carousel-12.owl-carousel.owl-theme .item img {
        display: inherit;
        object-fit: contain;
    }
}

/*@media (min-width: 600px) and (max-width: 767px) {
    .owl-carousel .owl-item {
        min-height: 250px;
    }

        .owl-carousel .owl-item .owl-item-text {
            position: absolute;
            background-color: rgba(220,220,220,0.8);
            padding: 20px 10px;
        }

        .owl-carousel .owl-item .owl-item-image {
            object-fit: cover;
            max-height: 320px;
        }

    .owl-custom .owl-carousel-12.owl-carousel.owl-theme .item img {
        display: inherit;
        object-fit: contain;
    }
}*/


@media (min-width: 768px) {
    .owl-carousel .owl-item .owl-item-text {
        display: inline-block;
        max-width: 50%;
        vertical-align: top;
    }

    .owl-carousel .owl-item .owl-item-image {
        display: inline-block;
        width: 49%;
        object-fit: contain;
        max-height: 320px;
    }
}


@media (max-width: 767px) {
    .page-section-ptb {
        padding: 40px 0; /* 30, 40 or 50px - which is better? */
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .page-section-ptb {
        margin: 0;
        padding: 50px 0;
    }
}

@media (max-width: 992px) {
    .feature-3 {
        margin-top: 20px;
    }

        .feature-3 .feature-3-image {
            object-fit: contain;
            max-height: 180px;
            overflow-y: hidden;
        }

            .feature-3 .feature-3-image img {
                width: 100%;
            }
}


/* This is used to let the div-cols have equal height, which means that the boxes don't jump unexpected when resizing */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row-eq-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }


/* Inner intro - top section */


/* Headlines - padding*/

.inner-intro-background {
    /*background: url(images/bg.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 37rem;
    background-position: center;
}

@media (max-width: 767px) {
    .intro-title {
        max-width: 96%;
        margin: auto; /* center */
    }

    .inner-intro {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .inner-intro {
        height: 300px;
    }
}

@media (min-width: 993px) {
    .inner-intro {
        height: 370px;
    }
}

.inner-intro h1 {
    text-transform: initial;
    margin: 0;
}

.intro-title {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .intro-title p {
        text-transform: initial;
    }

.inner-intro span {
    text-transform: initial;
}


.inner-carousel-setting {
    position: absolute;
    top: 0;
    z-index: -1;
}

.bg-opacity-black-80:before {
    background: initial;
}


@media (max-width: 767px) {
    .section-title-1 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .section-title-1 {
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .about-me img {
        margin-bottom: 20px;
        max-width: 250px;
    }
}

@media (min-width:768px) {
    .about-me img {
        margin-bottom: 20px;
    }
}

/* Front page font */
.responsive-home-text {
    font-size: 36pt;
}


/* -------------- READ MORE / READ LESS -------------- */

@media (min-width: 768px) {
    .expandable .expand-bar {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .expandable .expand-bar {
        display: inline;
    }

    .expandable-reset-height {
        height: auto;
    }

    .expandable {
        transition: all 250ms ease-in-out;
    }

        .expandable .expand-bar {
            position: absolute;
            display: block;
            left: 0px;
            bottom: 0px;
            /*background-color: rgba(244,244,244,1);*/
            /* padding: 5px 0; */
            width: 100%;
            cursor: pointer;
            text-decoration: none;
            font-weight: 500;
            box-sizing: border-box;
            padding-left: 10px;
            padding-right: 30px;
            font-size: 12px;
            text-transform: uppercase;
            line-height: 25px;
            text-align: center;
            color: #333;
            border: 1px solid darkgray;
            -webkit-filter: brightness(0.9) !important;
            -ms-filter: brightness(0.9) !important;
            -moz-filter: brightness(0.9) !important;
            -o-filter: brightness(0.9) !important;
            filter: brightness(0.9) !important;
        }

            /* Outcommented - no fade, please */
            /*.expandable .expand-bar::before {
                position: absolute;
                width: 100%;
                height: 20px;
                top: -20px;
                left: 0px;
                display: block;
                content: "";
                background: rgba(244,244,244,0);
                background: -moz-linear-gradient(bottom, rgba(244,244,244,1) 0%, rgba(244,244,244,0.6) 30%, rgba(244,244,244,0) 70%);
                background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(244,244,244,1)), color-stop(30%, rgba(244,244,244,0.6)), color-stop(70%, rgba(244,244,244,0)));
                background: -webkit-linear-gradient(bottom, rgba(244,244,244,1) 0%, rgba(244,244,244,0.6) 30%, rgba(244,244,244,0) 70%);
                background: -o-linear-gradient(bottom, rgba(244,244,244,1) 0%, rgba(244,244,244,0.6) 30%, rgba(244,244,244,0) 70%);
                background: -ms-linear-gradient(bottom, rgba(244,244,244,1) 0%, rgba(244,244,244,0.6) 30%, rgba(244,244,244,0) 70%);
                background: linear-gradient(to top, rgba(244,244,244,1) 0%, rgba(244,244,244,0.6) 30%, rgba(244,244,244,0) 70%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
            }*/

            .expandable .expand-bar i {
                transition: all 250ms ease-in-out;
                position: absolute;
                width: 20px;
                height: 20px;
                display: block;
                top: 50%;
                right: 10px;
                margin-top: -10px;
                transform: rotate(-90deg);
            }

        .expandable.expanded .expand-bar i {
            transform: rotate(90deg);
        }

        .expandable .expand-bar i::before, .expandable .expand-bar i::after {
            position: absolute;
            width: 10px;
            height: 1px;
            background: #1d1d1d;
            content: "";
            left: 5px;
        }

        .expandable .expand-bar i::before {
            transform: rotate(45deg);
            top: 13px;
        }

        .expandable .expand-bar i::after {
            transform: rotate(-45deg);
            top: 6px;
        }
}
/* -------------- END : READ MORE / READ LESS -------------- */


/* -------------- STYLES USED BY RTE  -------------- */

.responsive_center_image {
    width: 100%;
    text-align: center;
}

    .responsive_center_image img {
        width: 76%;
        height: 76%;
        display: inline-block;
    }

@media only screen and (max-width: 999px) and (min-width: 300px) {
    .responsive_center_image img {
        width: 66%;
        width: 66%
    }
}

@media only screen and (max-width: 599px) and (min-width: 300px) {
    .responsive_center_image img {
        width: 36%;
        height: 36%
    }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
    .responsive_center_image img {
        margin-left: 36% !important;
        margin-right: 36% !important;
        height: 28% !important;
        width: 28% !important;
    }
}

/* -------------- END: STYLES USED BY RTE  -------------- */
