﻿
@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url(Roboto-400.woff2);
}
@font-face {
    font-family: Roboto;
    font-weight: 700;
    src: url(Roboto-700.woff2);
    font-weight: bold;
}



/* Slideshow header */
.slidefade {
/*        width: 600px;
*/
    height: 637px;
}
.slidefade a {
    position: absolute;
}
.slidefade a img {
    padding: 0px;
    background: #fff;
}
.slidefade a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
}
.slidefade a:nth-of-type(2) {
    z-index: 10;
}

.slidefade a:nth-of-type(n+3) {
    display: none;
}

@keyframes fader {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}








/* Slideshow container */
* {
    box-sizing: border-box
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 32px 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0,0,0,0.8);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.Captiontext {
    color: #000;
    font-size: 18px;
    padding: 8px 12px;
    position: relative;
    width: 100%;
    top: 0px;
    text-align: center;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}




.logo_banner {
    background-image: url('../images/estore-providers.png');
    height: 65px;
    width: 100%;
    animation: backgroundScroll 60s linear infinite;
}

@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -5564px 0;
    }
}





.validation-message {
    color: red;
}




/*.img-round {
    border-radius: 50%;
}
*/

.divider {
    height: 3px;
    border-radius: 50px;
    background: #a0a0a0;
    width: 60px;
}

.divider.is-centered {
    margin: 0 auto;
}



/* ==========================================================================
Section Styles
========================================================================== */
.section.section-light-grey {
    background-color: #EFF4F7;
}

.section.section-feature-grey {
    background-color: #fbfbfb;
}

.section.section-secondary {
    background-color: #F39200;
}

.section.section-half {
    height: 75vh !important;
}

.section .title, .section .subtitle {
    font-family: 'Open Sans', sans-serif;
}

    .section .subtitle.is-muted {
        color: #999;
    }

.title-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.title-wrapper .title, .title-wrapper .subtitle {
    font-family: 'Open Sans', sans-serif;
}

.title-wrapper .subtitle.is-muted {
    color: #999;
}


.content-wrapper {
    padding: 60px 0;
}

img.pushed-image {
    margin-top: -29vh;
}

.media.icon-box {
    border-top: none !important;
}

.media.icon-box .media-content .content p span {
    display: block;
}

.media.icon-box .media-content .content p .icon-box-title {
    color: #444F60;
    font-size: 1.2rem;
    font-weight: 600;
}

.media.icon-box .media-content .content p .icon-box-text {
    color: #A9ABAC;
    font-size: 1rem;
    font-weight: 400;
}


/* ==========================================================================
Hero styles
========================================================================== */
.hero-body {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.hero-body .title, .hero-body .subtitle {
    font-family: 'Open Sans', sans-serif;
}

.hero-body .title.is-bold {
    font-weight: 700;
}

.hero-body .subtitle.is-muted {
    color: #999;
}

.hero-foot img.partner-logo {
    height: 70px;
}


/* ==========================================================================
/* ==========================================================================
Classes to change the feel of bulma buttons
========================================================================== */
.button {
    cursor: pointer;
    transition: all 0.5s;
}

    .button.cta {
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        font-weight: 600;
        padding: 26px 40px 26px 40px;
    }

    .button.is-clear {
        line-height: 0 !important;
    }

    .button.rounded {
        border-radius: 500px;
    }

    .button.raised:hover {
        box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
        opacity: 0.8;
    }

    .button.btn-outlined {
        background: transparent;
    }

    .button.signup-button {
        font-size: .9rem;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        padding: 24px 26px;
        width: 130px;
    }

    .button.primary-btn {
        outline: none;
        border-color: #46b5d7;
        background-color: #46b5d7;
        color: #fff;
        transition: all 0.5s;
    }

        .button.primary-btn:hover {
            color: #fff;
        }

        .button.primary-btn.raised:hover {
            box-shadow: 0 14px 26px -12px rgba(79, 193, 234, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(79, 193, 234, 0.2) !important;
            opacity: 0.8;
        }

        .button.primary-btn.btn-outlined {
            border-color: #4FC1EA;
            color: #4FC1EA;
            background-color: transparent;
        }

            .button.primary-btn.btn-outlined:hover {
                color: #fff;
                background-color: #4FC1EA;
            }

    .button.secondary-btn {
        outline: none;
        border-color: #ffd200;
        background-color: #ffd200;
        color: #fff;
        transition: all 0.5s;
    }

        .button.secondary-btn:hover {
            color: #fff;
        }

        .button.secondary-btn.raised:hover {
            box-shadow: 0 14px 26px -12px rgba(243, 146, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(243, 146, 0, 0.2) !important;
            opacity: 0.8;
        }

        .button.secondary-btn.btn-outlined {
            border-color: #F39200;
            color: #F39200;
            background-color: transparent;
        }

            .button.secondary-btn.btn-outlined:hover {
                color: #fff;
                background-color: #F39200;
            }

    .button.button.accent-btn {
        outline: none;
        border-color: #ff4e00;
        background-color: #ff4e00;
        color: #fff;
        transition: all 0.5s;
    }

        .button.button.accent-btn:hover {
            color: #fff;
        }

        .button.button.accent-btn.raised:hover {
            box-shadow: 0 14px 26px -12px rgba(104, 187, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(104, 187, 136, 0.2) !important;
            opacity: 0.8;
        }

        .button.button.accent-btn.btn-outlined {
            border-color: #00efb7;
            color: #00efb7;
            background-color: transparent;
        }

            .button.button.accent-btn.btn-outlined:hover {
                color: #fff;
                background-color: #00efb7;
            }

/* ==========================================================================
========================================================================== */



#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
    transition: 0.35s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: all 0.5s;
}

    #backtotop.visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

        #backtotop.visible a:hover {
            outline: none;
            opacity: 0.9;
            background: #F39200;
        }

    #backtotop a {
        outline: none;
        text-decoration: none;
        border: 0 none;
        display: block;
        width: 46px;
        height: 46px;
        background-color: #66676b;
        opacity: 1;
        transition: all 0.3s;
        border-radius: 50%;
        text-align: center;
        font-size: 26px;
    }

body #backtotop a {
    outline: none;
    color: #fff;
}

#backtotop a:after {
    outline: none;
    content: "\f106";
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}

.is-disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: default !important;
}

.is-hidden {
    display: none !important;
}

.stuck {
    position: fixed !important;
    top: 0 !important;
    z-index: 2 !important;
}

.light-text {
    color: #fff !important;
}


