﻿#page-header {
    background-image: url(../images/BackgroundImage.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    width:100%;
    /*min-height: 100vh;*/
    overflow-x:hidden;
}

    #page-header .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        #page-header .overlay .overlay-inner {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.col_5 {
    margin-bottom: 10px;
}

.left-col p {
    font-size: 14px;
}

.right-col p {
    font-size: 16px;
}

.right-col h1 {
    font-weight: 600;
    line-height: 1;
}

.right-col .input-group {
    padding: 8px;
    border-radius: 4px;
}

    .right-col .input-group .form-control {
        height: 100%;
        border: none;
    }

    .right-col .input-group .btn-outline-secondary, .right-col .input-group .btn-outline-secondary:active, .right-col .input-group .btn-outline-secondary:focus, .right-col .input-group .btn-outline-secondary:hover {
        border: none;
        background-color: #fff !important;
    }

        .right-col .input-group .btn-outline-secondary i {
            color: #888;
        }

            .right-col .input-group .btn-outline-secondary i:hover, .right-col .input-group .btn-outline-secondary:hover i {
                color: #000;
            }

    .right-col .input-group ::placeholder, .left-col .input-group ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #aaa;
        font-size: 13px;
        font-weight: 400;
    }

    .right-col .input-group :-ms-input-placeholder, .left-col .input-group ::placeholder { /* Internet Explorer 10-11 */
        color: #aaa;
        font-size: 13px;
        font-weight: 400;
    }

    .right-col .input-group ::-ms-input-placeholder, .left-col .input-group ::placeholder { /* Microsoft Edge */
        color: #aaa;
        font-size: 13px;
        font-weight: 400;
    }

.right-col .nice-select {
    border: none;
    border-radius: 0px;
    border-right: 1px solid #ccc !important;
}

    .right-col .nice-select span.current {
        margin-right: 15px;
    }

    .right-col .nice-select:after {
        margin-left: 10px;
    }

.right-col hr {
    margin-top: 20px;
    margin-bottom: 0px;
    border-top: 1px solid #fff;
    opacity: .5;
}

.card-group {
    margin-bottom: 30px;
}

.card {
    border: none;
}

    .card.bg-transparent i {
        background-color: transparent;
        color: #fff;
        text-align: center !important;
        margin-bottom: 10px;
        font-size: 24px;
    }


.left-col .input-group {
    width: 45%;
    border: 1px solid #fff;
    background-color: rgba(17,29,61,.8);
    text-align: center !important;
    border-radius: 4px;
    margin-top: 20px;
}

.left-col input, .left-col input:active, .left-col input:focus {
    border: none;
    background-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff !important;

}

.left-col .input-group .form-control {
    height: 100%;
    border: none;
    padding: 10px 14px;
}

.left-col .input-group .btn-outline-secondary, .left-col .input-group .btn-outline-secondary:active, .left-col .input-group .btn-outline-secondary:focus, .left-col .input-group .btn-outline-secondary:hover {
    border: none;
    background-color: transparent;
}

    .left-col .input-group .btn-outline-secondary i {
        color: #fff;
    }

.left-col input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: #fff !important;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px;
}

#mc-embedded-subscribe {
    margin: 0px;
}

.right-col [class*=col-] {
    margin-bottom: 20px;
}

.left-col [class*=col-] {
    margin-bottom: 30px;
}

.left-col hr {
    margin-top: 20px;
    margin-bottom: 0px;
    border-top: 1px solid #fff;
    width: 70%;
    opacity: .5;
}

i.social-icon {
    background-color: transparent;
    color: #fff;
    margin: 5px 10px;
}

.svg-icon {
    fill: #fff;
    margin: 5px;
    height: 25px;
    width: 25px;
}

@media (min-width: 768px) {
    .overlay-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .right-col .overlay-inner {
        width: 65%;
    }

    .right-col {
        position: relative;
        min-height: 100vh;
    }

        .right-col:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0px;
            display: block;
            width: 100%;
            background: #ff2224;
            opacity: 0.5;
            transform-origin: bottom left;
            -ms-transform: skew(-6deg,0deg);
            -webkit-transform: skew(-6deg,0deg);
            transform: skew(-6deg,0deg);
        }

    .div-social {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .img-logo {
        width: 40%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .right-col {
        background-color: rgba(255,34,36,.5);
        /*overflow-x: hidden !important;*/
    }
    .right-col h1 {
    font-size: 25px;
}
    .right-col p {
    font-size: 14px;
}
    .left-col {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .right-col {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .div-social {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .img-logo {
        width: 50%;
        height: auto;
    }

    .left-col .input-group {
        width: 100% !important;
    }

    .right-col .overlay-inner {
        text-align: center;
    }

    .col_5 {
        padding-left: 5px;
        padding-right: 5px;
    }

        .col_5 p {
            font-size: 10px;
        }
        .svg-icon {
    height: 35px;
    width: 35px;
}
        .nice-select .list{
            top: auto; 
            bottom: 100%;
            margin-bottom:8px;
        }
}
