.tp--header-shrink .logo a img {
    margin-top: 32px;
}

.tp--header-shrink.shrink .logo a img {
    margin-top: 23px;
}

.tp--authentication .form-authentication .tp--authentication-footer .links > a {
    color: white;
}

.tp--authentication .form-authentication .tp--authentication-footer .links > a:hover {
    cursor: pointer;
}

.btn-red {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.btn-red:hover {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.apidescribe {
    float: left;
}

.apiunsubscribe {
    top: -1.5em;
    float: right;
}

.btn-unsubscribe {
    width: 100% !important;
    margin-bottom: -10px !important;
    padding: 10px 10px !important;
}

#btn-billing-save {
    background-color: #21DEAB !important;
    border-color: #21DEAB !important;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.tp--pricing.tp--pricing-1 .plans .plan.featured > #title {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    background: #21DEAB;
    width: 40%;
    padding: 4px;
    color: white;
    border-radius: 4px;
}

.form-group {
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 97%;
}

.control-label {
    text-align: left;
    float: left;
}

.form-control-static {
    margin-top: -4.5px;
    text-align: left;
}

.payment-info {
    font-size: 0.8em;
    padding-left: 0.2em;
}

.new-marked {
    top: -1.5em;
    font-size: 0.4em;
    padding-left: 0.2em;
    color: #21DEAB;
}

#logo-icon {
    margin-top: -6px;
    width: 40px;
    height: auto;
}

@media (max-width: 700px) {
    /* Line-Break if the screen is to small for the api key */
    #apiKey {
        width: 80%;
        word-wrap: break-word;
    }

    .apiKey-label {
        width: 60%;
    }
}

@media (max-width: 990px) {
    /* We have a list of pricing-'cards', so all of those need a border-radius at each edge! */
    .tp--pricing.tp--pricing-1 .plans .plan {
        border-radius: 7px;
    }

    .tp--pricing.tp--pricing-1 .plans .plan:first-child {
        border-radius: 7px;
    }

    .tp--pricing.tp--pricing-1 .plans .plan:last-child {
        border-radius: 7px;
    }
}

@media (max-width: 1200px) and (min-width: 990px) {
    .tax {
        margin-top: 35px;
    }
}

#particles-js {
    background-color: transparent;
}

@media (max-width: 400px) {
    #intro.tp--intro.tp--intro-height-100.tp--slider-single {
        height: 130vh;
    }

    #intro.tp--intro.tp--intro-height-100.tp--slider-single .owl-item {
        height: 130vh;
    }

    #intro.tp--intro.tp--intro-height-100.tp--slider-single .owl-item .item {
        height: 130vh;
        padding-top: 100px;
    }
}

@media screen and (max-height: 414px) {
    img.visible-xl.img-responsive {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    #intro.tp--intro.tp--slider-single h1 {
        font-size: 1.91em;
    }
}

@media screen and (max-width: 360px) {
    #intro.tp--intro.tp--slider-single h1 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 320px) {
    #intro.tp--intro.tp--slider-single h1 {
        font-size: 1.58em;
    }
}

/* Devices: Pixel 2 Xl */
@media screen and (min-width: 823px) and (max-height: 411px) {
    #intro.tp--intro.tp--intro-dark h1 {
        margin-top: 25px;
    }
}

/* Devices: iPhone X */
@media screen and (min-width: 812px) and (max-height: 411px) {
    #intro.tp--intro.tp--intro-dark h1 {
        margin-top: 65px;
    }
}

@media screen and (max-width: 667px) and (max-height: 411px) {
    #intro.tp--intro.tp--intro-dark h1 {
        margin-top: 25px;
    }
}

/* Devices: Samsung S5 */
@media screen and (max-height: 360px) {
    #intro.tp--intro.tp--intro-dark h1 {
        font-size: 30px;
        margin-top: 25px;
    }
}

/* Devices: iPhone SE */
@media screen and (max-height: 320px) {
    #intro.tp--intro.tp--intro-dark h1 {
        font-size: 25px;
        margin-top: 80px;
    }

    a.btn.btn-lg.btn-primary.popup-modal {
        margin-bottom: -5px;
    }
}