﻿/* Sweep To Bottom */
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #009585;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    height: 100%;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar-nav > li > a {
    color: white !important;
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 35px 15px !important;
    text-transform: uppercase;
}

.w3-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 1em;
    z-index: 1;
}

.search-header {
    margin-right: 15px;
    width: 226px !important;
}

.itemlogo-li {
    display: none;
}

@media (max-width: 768px) {
    

    .logosugeval {
        width: 65px;
    }

    .header {
        min-height: 57.5px;
        
        text-align: center;
    }

    .navbar-nav > li > a {
        padding: 14px 14px !important;
        height: 48px;
    }

    .itemlogo-li {
        display: block;
        margin-bottom: 35px;
        border-top: 1px solid white;
    }

    .search-header {
        margin: 20px auto;
    }

    .navbar-toggler {
        margin: 10px 15px;
        padding: 5px;
        border: 1px solid white !important;
    }

    .w3-button {
        height: 65%
    }
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    display: block;
    background: none;
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid #FBAF3F;
    border-radius: 20px;
    opacity: 1;
    top: 200px
}

.carousel-indicators li.active {
    background: #FBAF3F;
    cursor: default;
    border: 2px solid #66cbea;
}

.carousel-indicators-top-position {
    /*top: 277px*/
}

.carousel-item-custom {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

@media all and (max-width: 384px) {
   
    .carousel-indicators {
        display: none !important;
    }
}


footer * {
    font-family: Arial, sans-serif;
}



.footer-column-image {
    width: 72px;
    height: 72px;
}

.footer-text-description {
    font-size: 14px !important;
}

.ul-footer > a {
    font-size: 16px;
}