

/*------------------------------------------------------------------
* Project:        Travel Material 
* Author:         Crenoveative 
* URL:            http://crenoveative.com or https://themeforest.net/user/crenoveative/portfolio 
* Created:        20/05/2019 
-------------------------------------------------------------------*/


/** 
 * Add your style here 
 */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.notVisible {
    display: none;
}

.popup-process {
    z-index: 1040;
    position: fixed;
    display: table;
    top: 0;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    background: rgba(0,0,0,.7);
}

    .popup-process .process {
        background-color: white;
        padding: 30px;
        position: fixed;
        top: 50%;
        left: 50%;
        -ms-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

        .popup-process .process table {
            height: 80%;
        }

.loading {
    color: black;
    text-align: center;
    font-family: inherit;
}

    .loading span {
        font-size: 50px;
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .loading span:nth-child(2) {
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .loading span:nth-child(3) {
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

@@-webkit-keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

@@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

/*
 * Fix oversized image in iphone browsers
 */
.image img {
    align-self: flex-start;
}

/*
 * Custom .hero-banner .set-height-01
 */

.hero-banner .set-height-01 {
    height: 1250px !important;
}

@media (min-width: 992px) {
    .hero-banner .set-height-01 {
        height: 900px !important;
    }
}
