html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
.ev-sidemenu .uk-navbar-subtitle {
    font-size: 12px;
    -webkit-transform: scale(0.8);
}

/*::placeholder {
    padding: 10px;
}

::-webkit-input-placeholder {*/ /* Edge */
    /*padding: 10px;
}

:-ms-input-placeholder {*/ /* Internet Explorer 10-11 */
    /*padding: 10px;
}*/

.nc-text {
    clear: both;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 38px !important;
    max-height: 38px;
    width: 100%;
    outline: none;
    position: relative;
    user-select: none;
    white-space: nowrap;
}

    .nc-text:focus {
        border-color: #bf7c2f;
    }

.nc-range {
    clear: both;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 53px !important;
    max-height: 53px;
    outline: none;
    position: relative;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
    display: relative;
    padding-left: 12px;
}

    .nc-range > span {
        line-height: 55px;
        margin-left: 12px;
    }

    .nc-range:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .nc-range.open {
        border-color: #bf7c2f;
    }

        .nc-range.open:after {
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

.nc-submenu {
    display: none!important;
    background-color: #FFFFFF;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 4px;
    margin: 1px;
    z-index: 99px;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

    .nc-submenu.open {
        display:block!important;
        opacity: 1;
        visibility: visible;
    }

.nc-grid {
    display: grid;
    grid-template-columns: auto 10px auto;
    grid-gap: 0px;
}

    .nc-grid .nc-column {
        text-align: center;
    }

    .nc-grid span {
        display: block;
        text-align: center;
        height: 25px;
        margin-top: 12px;
    }

.margin-left-10px {
    margin-left: 10px;
}

.thumb {
    width: 100%;
    height: 230px;
}
.card-img{
    width: 100%;
    max-height: 100%;
}
.ev-price {
    color: #BF7C2F;
}
.ev-about {
    padding: 0px 100px;
    font-size: 16px;
}

.ev-copyright {
    margin-top: 30px;
}

#gotop {
    position: fixed;
    z-index: 90;
    right: 30px;
    bottom: 31px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #be7c36;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

    #gotop:hover {
        background: #ffa648;
    }



@media (min-width:640px) {
    .uk-h1, h1 {
        font-size: 1.8rem;
    }

    .uk-h4, h4 {
        font-size: 1.2rem;
    }

    .uk-slideshow-items .uk-button-large {
        padding: 0 40px;
        line-height: 40px;
    }

    .ev-about {
        padding: 0px 10px;
    }
}

@media (min-width:960px) {
    .uk-h1, h1 {
        font-size: 2.6rem;
    }

    .uk-h4, h4 {
        font-size: 1.8rem;
    }

    .uk-slideshow-items .uk-button-large {
        padding: 0 40px;
        line-height: 52px;
    }

    .ev-about {
        padding: 0px 60px;
    }
}

@media (min-width:1200px) {
    .uk-h1, h1 {
        font-size: 3.2rem;
    }

    .ev-about {
        padding: 0px 100px;
    }
}