 /* Error Page */
 .error .clip .shadow {
    height: 180px;
    box-shadow: none !important;
}

.error .btn {
    width: 140px;
    padding: .65rem .75rem;
    font-size: 14px;
    background: #555a60;
    border: none;
}

.error .clip:nth-of-type(2) .shadow {
    width: 130px;
}

.error .clip:nth-of-type(1) .shadow,
.error .clip:nth-of-type(3) .shadow {
    width: 250px;
}

.error .digit {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 120px;
    font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
    font-weight: bold;
}

.error h3 {
    font-size: 26px;
    background: none !important;
    color: #888 !important;
    margin-top: -1em;
    text-transform: inherit !important;
    margin-left: -10px;
    font-weight: 400 !important;
    border: 0 !important;
}

.error .msg {
    top: -190px;
    left: 30%;
    width: 80px;
    color: white;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}

.error .msg .text {
    left: -3px;
    position: relative;
}

.error span.triangle {
    top: 70%;
    right: 0%;
    border-left: 20px solid #ff7600;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.error .container-error-404 {
    margin-top: 5%;
    position: relative;
    height: 250px;
    padding-top: 40px;
}

.error .container-error-404 .clip {
    display: inline-block;
    transform: skew(-45deg);
}

.error .clip .shadow {

    overflow: hidden;
}

.error .clip:nth-of-type(2) .shadow {
    overflow: hidden;
    position: relative;
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}

.error .clip:nth-of-type(3) .shadow:after,
.error .clip:nth-of-type(1) .shadow:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
    border-radius: 50%;
}

.error .clip:nth-of-type(3) .shadow:after {
    left: -8px;
}

.error .digit {
    position: relative;
    top: 8%;
    color: white;
    background: #0066b3;
    border-radius: 50%;
    display: inline-block;
    transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit {
    left: -10%;
}

.error .clip:nth-of-type(1) .digit {
    right: -20%;
}

.error .clip:nth-of-type(3) .digit {
    left: -20%;
}

.error h2 {
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
}

.error .msg {
    position: relative;
    z-index: 9999;
    display: block;
    background: #ff7600;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    font-style: italic;
}

.error .triangle {
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
}


@media(max-width: 767px) {
    .error .clip .shadow {
        height: 100px;
    }

    .error .clip:nth-of-type(2) .shadow {
        width: 80px;
    }

    .error .clip:nth-of-type(1) .shadow,
    .error .clip:nth-of-type(3) .shadow {
        width: 100px;
    }

    .error .digit {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 52px;
    }

    .error h2 {
        font-size: 24px;
    }

    .error .msg {
        top: -110px;
        left: 15%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .error span.triangle {
        top: 70%;
        right: -3%;
        border-left: 10px solid #ff7600;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .error .container-error-404 {
        height: 150px;
    }
}



.overlay {
    position: relative;
    z-index: 20;
}

.ground-color {
    background: white;
}

.item-bg-color {
    background: #EAEAEA
}

.padding-top {
    padding-top: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.padding-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-horizontal {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-all {
    padding: 10px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-horizontal-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding {
    padding: 0px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-right {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-horizontal {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-all {
    margin: 10px;
}

.no-margin {
    margin: 0px;
}

.no-vertical-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-horizontal-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.inside-col-shrink {
    margin: 0px 20px;
}

hr {
    margin: 0px;
    padding: 0px;
    border-top: 1px dashed #999;
}
