/* Header */
.header-wrapper {
    height: 80vh;
    position: relative;
    width: 100%;
    margin-top: -20px;
    overflow: hidden;
    background: black;
}

.header-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .8;
}

.header-content p, .header-content a, .header-content h1 {
    text-shadow: 0 2px 3px black;
}


.header-content hr {
    background: white;
    height: 1px;
    width: 110px;
}

.header-wrapper .header-content {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 100;
    position: absolute;

    text-align: center;
    width: 100%;
    padding: 0 30px;
    max-width: 990px;
}

.header-content h1, .header-content p, .header-content a {
    color: white;
}


.header-content h1 {
    font-size: 30px;
}

.header-content p {
    font-size: 20px;
}

.header-content a {
    font-size: 11px !important;
}
.header-content p, .header-content a {
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .header-content h1 {
        font-size: 50px;
    }

    .header-content p {
        font-size: 20px;
    }

    .header-content a {
        font-size: 17px !important;
    }

}
/* /Header */
/* Pricing Wizard */

.pricing-box, .pricing-box-amount {
    min-height: 170px;
}


.pricing-box .pricing-title,
.pricing-box-amount .pricing-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 15px;
    padding-right: 140px;
    margin: 0;
}

.pricing-box .pricing-price,
.pricing-box-amount .pricing-price {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0 !important;
}

.pricing-box-checkbox:after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: silver;
    content: '';
    border: 5px silver solid;
}
.pricing-box:before,
.pricing-box-amount:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.7;
}

.pricing-box-checkbox.selected {
    color: white !important;
}

.pricing-box-checkbox.selected h3, 
.pricing-box-checkbox.selected h2 {
    color: white !important;
} 

.pricing-box-checkbox.selected:after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #636c87;
    content: '';
    border: 5px solid white;
}
.pricing-box-checkbox.selected:before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #0c204b;opacity: 0.7;}

.featured-mark {
    position: absolute;
    right: 0;
    top: -30px;
    color: #636c87;
    font-weight: 500;
}

@media screen and (min-width: 450px) {
    .pricing-box, .pricing-box-amount {
        min-height: 230px;
    }  
    .pricing-box .pricing-title,
    .pricing-box-amount .pricing-title {
        font-size: 19px;
    }

}
@media screen and (min-width: 768px) {
    .pricing-box, .pricing-box-amount {
        min-height: 250px;
    }    
    .pricing-box .pricing-price,
    .pricing-box-amount .pricing-price {
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
    }
    .pricing-box .pricing-title,
    .pricing-box-amount .pricing-title {
        bottom: 20px;
        left: 20px;
    }
}

/* AMOUNT */
.amount-increment {
    top: auto;
    bottom: 4px;
    right: 4px;
    z-index: 1000;
}
@media screen and (min-width: 768px) {
    .amount-increment {
        right: 20px;
        top: 20px;
        bottom: auto;
    }
}
i.js-amount-increment-min, i.js-amount-increment-plus {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.js-amount-increment-amount {
    width: 25px;
    font-weight: 500;
    font-size: 20px;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.fixed-price {
    position: fixed;
    right: 45px;
    bottom: 0;
    height: 60px;
    width: 150px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    z-index: 999;
    display: block;
}
/* / Pricing wizard */

/* FORM */

.is-invalid, input[type="checkbox"].is-invalid, input[type="radio"].is-invalid, .is-invalid ~ label, .is-invalid ~ label>a {
    border-color: #c73c3c !important;
    color: #c73c3c !important;
}
/* /FORM */


/* EMBED CONTAINER */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* //EMBED CONTAINER */


.modal-body {
    padding: 30PX 50PX;
}
.modal-content .close {
    font-size: 32px;
    opacity: 0.9;
    color: white;
}

.modal.fade .modal-dialog {
    transform: translate(200%,0);
}
.modal.in .modal-dialog {
    transform: translate(0%,0);
}
.modal-backdrop.in {
    opacity: 0.88;
}

.modal-content {
    background: transparent;
    color: white !important;
    border: 0;
    box-shadow: none;
}

.modal-body a, .modal-body p, .modal-body h2, .modal-body h3, .modal-body h4 , .modal-body h5 {
    color: white;
}

.modal-body {
    border: 0 !important;
}

/* HR */

hr {
    height: 1px;
    border-bottom: 1px solid #eaeaea;
}

/* /HR */

/* TEXT STYLES */
@media screen and (max-width: 991px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

/* FOOTER */

.logo-footer {
    height: auto !important;
}
.btn-success {
    background-color: #48dc4e !important;
}
