html, body {
    font-size: 16px;
    color: #000;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.uk-navbar-nav > li > a {
    color: #000000;
}

.ev-header-1 .ev-topnav {
    padding: 8px 0px;
}

.ev-page-title-2 {
    padding: 16px 0px;
}

.uk-slideshow-items li {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    height: 100% !important;
}

.uk-slideshow-items h1 {
    width: 100%;
}

.ev-sidemenu .uk-navbar-subtitle {
    font-size: 12px;
    -webkit-transform: scale(0.8);
}

.ev-card-1 .ev-info > li > span {
    color: #000000 !important;
}

.ev-card-1 .ev-location {
    margin: 0px 10px;
}

.ev-card-1 .ev-info {
    margin: 5px 10px;
}

.ev-card-1 .ev-meta {
    margin: 0px 10px;
}

.nc-text {
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 53px !important;
    max-height: 53px;
    display: block;
    float: left;
    width: 100%;
    outline: none;
    position: relative;
    user-select: none;
    white-space: nowrap;
}

    .nc-text:focus {
        border-color: #bf7c2f;
    }

.margin-left-10px {
    margin-left: 10px;
}

.thumb {
    width: 100%;
    height: 230px;
}

.card-img {
    width: 100%;
    max-height: 100%;
}

.price {
    color: #CC0000 !important;
    font-size: 18px;
    font-weight: bolder;
}

.ev-hero-image h4 {
    font-weight: bolder;
    color: #FFFFFF;
}

.ev-title-dark {
    margin: 20px 0px;
}

.ev-about {
    font-size: 20px;
    color: #000;
}

.ev-section-padding-h-s {
    padding: 10px 30px;
}

.ev-footer {
    padding: 20px 25px;
}

.ev-copyright {
    margin-top: 10px;
    padding: 10px 0px;
}

.ev-sticky-menu {
    display: none;
    background: #250741;
    color: #fff;
    padding: 12px;
    text-align: center;
    margin: 0 !important;
}

    .ev-sticky-menu > a {
        color: #fff;
    }

.uk-input::placeholder {
    font-size: 15px;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    font-size: 16px;
}

.uk-position-relative {
    overflow: hidden;
}

.marquee {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 4px 0px;
    background-color: #f0f0f0;
    color: #250741;
}

.tag {
    padding: 20px;
    background-color: #a5b6da;
}

    .tag:hover {
        background-color: #b4c9f3 !important;
    }

.ev-card-2 .ev-location {
    margin: 0px 0px 5px 0px;
}

.ev-card-2 .ev-price {
    margin: 0px 0px 5px 0px;
}

.ev-card-1 .ev-info > * span.spot, .ev-card-2 .ev-info > * span.spot {
    background-color: #bf7c2f;
    color: #FFF !important;
    padding: 3px 5px;
    border-radius: 3px;
}

.ev-card-1 .ev-info, .ev-card-2 .ev-info {
    margin-top: 0px;
    margin-bottom: 10px;
}

.ev-card-2 .ev-price {
    margin-top: 0px;
}

.text-white {
    color: #FFFFFF !important;
}

.text-black {
    color: #000000 !important;
}

.tag h3 {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 0px;
}

.tag p {
    font-size: 14px;
}

.uk-article-title {
    font-size: 22px !important;
    font-weight: 900;
}

.link .uk-card-body {
    padding: 10px;
}

.uk-grid-large > .uk-grid-margin {
    margin-top: 20px;
}

@media (min-width:240px) {
    .uk-h1, h1 {
        font-size: 1.4rem;
    }

    .uk-h4, h4 {
        font-size: 0.8rem;
        margin: 12px 0px;
    }

    .uk-slideshow-items .uk-button-large {
        padding: 0 20px;
        line-height: 25px;
    }

    .ev-about {
        padding: 0px 20px;
    }

        .ev-about > img {
            width: 100%;
        }
}

@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 > img {
        width: 100%;
    }
}

@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 > img {
        width: 60%;
    }
}

@media (min-width:1200px) {
    .uk-h1, h1 {
        font-size: 3.2rem;
    }

    .ev-about > img {
        width: 50%;
    }
}
