﻿.g-recaptcha {
    display: inline-block;
    margin: 0 auto;
    display: table
}

.grecaptcha-badge {
    visibility: hidden;
}

h1 {
    color: #f4623a
}

.jumbotron {
    /*background-color: rgba(255,255,255,0.6);*/
    background: rgb(213,213,213);
    background: linear-gradient(0deg, rgba(120,120,120,0.6) 0%, rgba(255,255,255,0.6) 35%);
    margin-top: 2rem;
}

.flex-item {
    margin: auto;
}

label {
    margin-top: 8px;
    margin-bottom: 8px;
}

body {
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 77, 66, 0.8)), to(rgba(92, 77, 66, 0.8))), url("Images/bg-masthead.jpg");
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("Images/bg-masthead.jpg");*/
    background: url("Images/bg-masthead.jpg");
}

.text-danger.field-validation-error {
    background: #f4623a;
    color: #fff !important;
    padding: 0.25rem;
    border-radius: 0.25rem;
    transition: all .5s ease-in-out;
}
/*LOADING BEGINS - https://icons8.com/cssload */
#fountainG {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 12px;
    width: 234px;
    height: 28px;
    margin: auto;
    z-index: 20000;
    display: none;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgba(255,255,255,0.15);
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.105s;
    -o-animation-duration: 1.105s;
    -ms-animation-duration: 1.105s;
    -webkit-animation-duration: 1.105s;
    -moz-animation-duration: 1.105s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.446s;
    -o-animation-delay: 0.446s;
    -ms-animation-delay: 0.446s;
    -webkit-animation-delay: 0.446s;
    -moz-animation-delay: 0.446s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.5525s;
    -o-animation-delay: 0.5525s;
    -ms-animation-delay: 0.5525s;
    -webkit-animation-delay: 0.5525s;
    -moz-animation-delay: 0.5525s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.659s;
    -o-animation-delay: 0.659s;
    -ms-animation-delay: 0.659s;
    -webkit-animation-delay: 0.659s;
    -moz-animation-delay: 0.659s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 0.7755s;
    -o-animation-delay: 0.7755s;
    -ms-animation-delay: 0.7755s;
    -webkit-animation-delay: 0.7755s;
    -moz-animation-delay: 0.7755s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 0.882s;
    -o-animation-delay: 0.882s;
    -ms-animation-delay: 0.882s;
    -webkit-animation-delay: 0.882s;
    -moz-animation-delay: 0.882s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 0.9985s;
    -o-animation-delay: 0.9985s;
    -ms-animation-delay: 0.9985s;
    -webkit-animation-delay: 0.9985s;
    -moz-animation-delay: 0.9985s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.105s;
    -o-animation-delay: 1.105s;
    -ms-animation-delay: 1.105s;
    -webkit-animation-delay: 1.105s;
    -moz-animation-delay: 1.105s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.2115s;
    -o-animation-delay: 1.2115s;
    -ms-animation-delay: 1.2115s;
    -webkit-animation-delay: 1.2115s;
    -moz-animation-delay: 1.2115s;
}



@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(244,99,58);
    }

    100% {
        transform: scale(.3);
        background-color: rgba(255,255,255,0.16);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(244,99,58);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgba(255,255,255,0.16);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(244,99,58);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgba(255,255,255,0.16);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(244,99,58);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgba(255,255,255,0.16);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(244,99,58);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgba(255,255,255,0.16);
    }
}

.contact-form {
    /*background-color: rgba(30,30,30,0.3);*/
    background: rgb(92,92,92);
    background: linear-gradient(0deg, rgba(20,20,20,0.3) 20%, rgba(80,80,80,0.3) 35%);
    border-radius: 0.3rem;
    padding: 2rem;
}
.protected {
    background: rgba(248, 248, 248, 0.2);
    padding: 0.2rem;
    border-radius: 0.3rem;
}
