.nvMailform .has-error input{
    border-color:red;
}
.nvMailform .has-error .form-validation {
    position: absolute;
    top: 100%;
    /*left: 15px;*/
    margin-top: 2px;
    color: red;
    font-size: 0.625em;
    line-height: 10px;
    font-weight: 600;
}

.nvNewsletterform .has-error .form-validation {
    position: absolute;
    top: 100%;
    /*left: 15px;*/
    margin-top: 2px;
    color: red;
    font-size: 0.625em;
    line-height: 10px;
    font-weight: 600;
}

/*
    xs <576
    sm >=576
    md >=768
    lg >=992
    xl >=1200
*/

.owl-carousel-default .owl-prev {
    left: -100px;
}

.owl-carousel-default .owl-next {
    right: -100px;
}

.owl-item{
    padding: 0 1em;
}

.rd-navbar-fixed li.nvCustom {
    margin-top: 18px !important;
    margin-left: 14px;
}

.nvBlog .post-modern {
    background: rgba(217, 217, 217, 1);
    margin-bottom: 2em !important;
    overflow: hidden;
    border-radius: 6px;
}

    .nvBlog .post-modern .post-panel {
        padding: 2.5em;
    }

.slider-menu-position .rd-navbar-wrap{
    position:static;
}

.is-section p a, .is-section li a {
    color: #0000EE !important;
}

/*.gm-style-iw-a, .gm-style-iw-t, .gm-style-iw, .gm-style-iw-c, .gm-style-iw-d,*/ .nvGmap {
    background-color: white !important;
    padding: 1em !important;
    border-radius: 6px !important;
    min-width: 260px !important;
}