@media (max-width: 1900px) {

    html {
        font-size: 80%;
    }
}




@media (max-width: 1400px) {

    html {
        font-size: 70%;
    }
}




@media (max-width: 1000px) {

    html {
        font-size: 50%;
    }
}
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.img-home {
    background-size: cover;
    background-position: center;
    background-clip: content-box;
}


.hvr-shrink-light {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-shrink-light:hover, .hvr-shrink-light:focus, .hvr-shrink-light:active {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

.lg-only {
    display: none;
}

@media(min-width: 992px) {

    .lg-only {
        display: block;
    }
}

.lg-height {
    height: 320px
}

@media(min-width: 992px) {

    .lg-height {
        height:100%
    }
}

.map{
    width:100%;
    height:100%;
    border:0
}

#icon {
    width: 20px;
    cursor: pointer;
}

label.filebutton {
    width: 120px;
    height: 40px;
    overflow: hidden;
    position: relative;
    background-color: #ccc;
}

label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding: 0;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
