.container {
    max-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
    color: rgb(95, 95, 95);
    background: #1a1b1d;
    font-family: 'Roboto', sans-serif !important;
}

h2 {
    color: rgb(173, 173, 173);
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
    line-height: 1.2;
    font-size: 50px;
}

h3 {
    color: rgb(95, 95, 95);
    font-family: "Roboto";
    font-weight: bold;
    line-height: 1.2;
    font-size: 20px;
}

.default-button {
    border-radius: 20px;
    height: 40px;
    width: 200px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    border: 1px;
    border-width: 2px;
    border-color: #1a1b1d;
    border-style: solid;
    vertical-align: middle;
    text-align: center;
}

.landing {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.landing .landing-background {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('/static/website/images/thesub-pattern-background.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.landing .landing-background-smoke {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('/static/website/images/smoke-small-4000.png');
    background-position: top center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto;
    background-attachment: scroll;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
}

.landing .landing-block-sublaunch {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(/static/website/images/thesub-wavy.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}



@media screen and (min-width: 991.98px) {
    .landing .landing-image-container-drive {
        height: 682px;
    }
}

.landing .landing-black-spacer {
    border-radius: 1px;
    background-color: #000000;
    position: relative;
    width: 100%;
    height: 1px;
    left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.landing .landing-drive-attack-spacer {
    border-radius: 1px;
    background-color: #151517;
    position: relative;
    width: 100%;
    height: 1px;
    left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.landing .landing-image-container-attack {
    height: auto;
}

.landing .landing-huge-text {
    font-size: 124px;
    font-family: "Poppins";
    color: rgb(225, 225, 225);
    text-transform: uppercase;
    line-height: 0.79;
    text-align: left;
    font-weight: 900;
}

@media screen and (min-width: 991.98px) {
    .landing .landing-image-container-attack {
        height: 682px;
    }
}

.landing .landing-preset-samples-background {
    background-color: #1e1f21;
}

.vert-center-text {
    position: absolute;
    top: 35%;
    left: 0;
    text-align: center;
    width: 100%;
}

.vert-center-text h1 {
    color: white;
}

.vert-center-container {
    position: relative;
}

.landing .video-play-button {
    position: absolute;
    /* left: calc(50% - 72px);
    top: calc(50% - 72px);
    height: 147px;
    width: 100%;
    background-image: url(/static/website/images/thesub-play-up.png);
    background-repeat: no-repeat; */
}

.landing .video-overlay1 {
    position: absolute;
    left: 50%;
    top: 50%;
    /* left: calc(50% - 72px);
    top: calc(50% - 72px);
    height: 147px;
    width: 100%;
    background-image: url(/static/website/images/thesub-play-up.png);
    background-repeat: no-repeat; */
}

.landing .video-play-button:hover {
    background-image: url(/static/website/images/thesub-play-down.png);
}

.landing .landing-buy-price-discounted {
    color: rgb(95, 95, 95);
    font-size: 36px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
}

.landing .landing-buy-price {
    color: rgb(190, 190, 190);
    font-size: 36px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
}

.landing .landing-buy-price-intro {
    color: rgb(145, 145, 145);
    font-size: 20px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

.landing .landing-special-offer {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(85, 85, 85);
    line-height: 1.5;
}

.landing .landing-text-trial {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(152, 152, 152);
    line-height: 1.714;
}

.landing .landing-text-product-message {
    font-size: 26px;
    font-family: "Poppins";
    color: rgb(152, 152, 152);
    line-height: 1.714;
}

.landing .landing-text-product-message-link {
    color: rgb(152, 152, 152);
    text-decoration: underline;
}

.landing .landing-text-product-message-link:hover {
    color: #e6ca63;
}

.landing .landing-button-link {
    color: rgb(152, 152, 152);
}

.landing .landing-button-link:hover {
    text-decoration: none;
}

.landing .landing-button-buy-link {
    color: rgb(27, 33, 38);
    font-size: 14px;
    vertical-align: top;
    font-family: "Poppins";
}

.landing .landing-button-buy-link:hover {
    text-decoration: none;
}

.landing .landing-button-buy {
    width: 160px;
    height: 42px;
    line-height: 42px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
    border-radius: 20px;
    margin-left: 0px;
    padding: 0px;
    background-color: #5c988f;
    color: #1a1b1d;
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    border: 0px;
    text-align: center;
    vertical-align: top;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    display: inline-block;
}

.landing .landing-button-buy-product {
    width: 240px;
    height: 42px;
    line-height: 42px;
}

.landing .landing-button-buy:hover {
    text-decoration: none;
    background-color: #78b5ac;
}

.landing .landing-button-trial {
    width: 160px;
    height: 42px;
    margin-top: -20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    display: inline-block;
    line-height: 42px;
    background-color: #1a1b1d;
    color: rgb(152, 152, 152);
    border: 2px #555555 solid;
}

.landing .landing-button-trial img {
    margin-top: -7px;
}

.landing .landing-button-trial:hover {
    text-decoration: none;
    border: 2px #989898 solid;
}

.landing .standard-button {
    width: 160px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;

    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    text-align: center;

    border-radius: 20px !important;

    display: inline-block;
}

.landing .standard-button-dark {
    background-color: #1a1b1d;
    color: rgb(152, 152, 152);
    border: 2px #555555 solid;
}

.standard-button-dark:hover {
    text-decoration: none;
    border: 2px #989898 solid;
}

.landing .standard-button-colour {
    background-color: #1a1b1d;
    color: #1a1b1d;
    border: 2px #1a1b1d solid;
}

.standard-button-colour:hover {
    text-decoration: none;
    border: 2px #989898 solid;
}

.landing .landing-button-learnmore {
    width: 160px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;

    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    text-align: center;
    vertical-align: top;

    border-radius: 20px !important;

    display: inline-block;

    background-color: #1a1b1d;
    color: rgb(152, 152, 152);
    border: 2px #555555 solid;
}

.landing .landing-button-learnmore:hover {
    text-decoration: none;
    border: 2px #989898 solid;
}

.landing .landing-block-buy {
    background-color: #5c988f;
    color: rgb(55, 55, 55);
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
}

.landing .landing-block {
    margin-top: 95px;
    margin-bottom: 119px;
}

.landing .landing-cyan {
    background-color: #5c988f;
}

.landing .landing-block-cyan {
    background-color: #5c988f;
}

.landing .landing-block-description {
    max-width: 600px;
}

.landing .landing-block-image {
    max-width: 100%;
    height: auto;
    text-align: center;
}

.landing .landing-block-video {
    background-color: rgb(26, 27, 29);
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border: 0px solid rgb(0, 0, 0);
    overflow: hidden;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 475px) {
    .landing .landing-block-video {
        background-color: rgb(26, 27, 29);
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        overflow: hidden;
        display: block;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

.landing .landing-curved-border {
    border-radius: 0px;
    background-color: #5c988f;
    position: relative;
    width: 50%;
    height: 12px;
    left: 0px;
    margin-top: -1px;
    margin-bottom: 0px;
}

.landing .landing-curve-transition {
    background: url(/static/website/images/cyan-curve-transition.png) no-repeat center top scroll;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    position: relative;
}

.landing .landing-text-spacer-top {
    border-radius: 2px;
    background-color: rgb(208, 115, 97);
    position: relative;
    width: 39px;
    height: 4px;
    left: 0px;
    margin-top: 0px;
    margin-bottom: 33px;
}

@media screen and (max-width: 991px) {
    .landing .landing-text-spacer-top {
        margin-top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.landing .landing-text-spacer {
    border-radius: 2px;
    background-color: rgb(208, 115, 97);
    position: relative;
    width: 39px;
    height: 4px;
    left: 0px;
    margin-top: 50px;
    margin-bottom: 33px;
}

@media screen and (max-width: 991px) {
    .landing .landing-text-spacer {
        margin-top: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.landing .landing-text-title {
    font-family: 'Viga', sans-serif !important;
    font-weight: 600;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.023;
    color: rgb(225, 225, 225);
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .landing .landing-text-title {
        font-size: 32px;
        font-family: "Viga";
        color: rgb(225, 225, 225);
        line-height: 1.219;
    }
}

@media screen and (max-width: 360px) {
    .landing .landing-text-title {
        font-size: 24px;
        font-family: "Viga";
        color: rgb(225, 225, 225);
        line-height: 1.219;
    }
}

.landing .landing-text-quote {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(145, 145, 145);
    text-transform: none;
}

.landing .landing-text-quote-bio {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(145, 145, 145);
    text-transform: none;
}

.landing .landing-text-quote-large {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 22px;
    font-weight: 400;
    font-style: none;
    line-height: 1.5;
    color: rgb(160, 160, 160);
    text-transform: none;
}

@media screen and (max-width: 991px) {
    .landing .landing-text-quote {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 600;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.023;
    }
}

.landing .landing-text-quote-source {
    font-family: 'Viga', sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    font-weight: 400;
    font-style: none;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgb(173, 173, 173);
}

.landing .landing-text-quote-source:hover {
    color: #e6ca63;
}

@media screen and (max-width: 991px) {
    .landing .landing-text-quote-source {
        font-family: 'Viga', sans-serif !important;
        font-weight: 600;
        font-size: 14px;
        font-weight: 400;
        font-style: none;
        line-height: 1.5;
        color: rgb(173, 173, 173);
    }
}

.landing .landing-text-quote-source-link {
    text-decoration: none;
    color: rgb(173, 173, 173);
}

.landing .landing-text-audio-demo {
    font-family: 'Viga', sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: rgb(225, 225, 225);
    text-align: left;
    text-transform: uppercase;
}

.landing .landing-text-title-smaller {
    font-family: 'Viga', sans-serif !important;
    font-weight: 600;
    font-size: 30px;
    font-weight: 500;
    color: rgb(173, 173, 173);
    text-align: left;
    text-transform: uppercase;
}

.landing .landing-text-title-right {
    font-family: 'Viga', sans-serif !important;
    font-weight: 600;
    font-size: 36px;
    font-weight: 500;
    color: rgb(173, 173, 173);
    text-align: right;
    text-transform: uppercase;
}

.landing .landing-text-subtitle {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(208, 115, 97);
    line-height: 1.5;
    text-align: left;
    padding-bottom: 40px;
}

.landing .landing-text-subtitle-top {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(208, 115, 97);
    line-height: 1.5;
    text-align: left;
    padding-bottom: 15px;
}

.landing .landing-link {
    text-decoration: underline;
    color: rgb(145, 145, 145);
}

.landing .landing-text-system-requirements {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(55, 55, 55);
    line-height: 2.571;
    text-align: left;
}

.landing .landing-text-system-requirements-right {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(55, 55, 55);
    line-height: 2.571;
    text-align: right;
}

.landing .landing-text-description {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(145, 145, 145);
    line-height: 1.5;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
}

.landing .landing-text-description-right {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(145, 145, 145);
    line-height: 1.5;
    text-align: right;
    padding-left: 0px;
    margin-left: 0px;
}

.landing .products .buy-price {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    font-weight: 500;
    padding-top: 5px;
    color: black;
    vertical-align: middle;
}

.landing .products .buy-offer {}

.landing .products .currency-message {
    font-size: 12px;
    font-family: "Roboto";
    color: black;
    text-align: left;
    display: inline-block;
    padding-left: 0px;
    padding-top: 12px;
}

.landing .landing-main-image {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.landing .landing-main {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 1200px;
}

.landing .products .button-buy {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.landing .products {
    background-color: #5c988f;
}

.landing .products .product-image {
    background-color: #5c988f;
}

.landing .products .product-details {
    background-color: #5c988f;
}

.landing .products .product-details {
    border-top-right-radius: 0px;
}

.landing .products .product-description-short {
    color: #000000;
}

.landing .products .demo-text {
    color: #000000;
}

.landing .products .download-demo-description {
    color: #000000;
}

.landing .products .dot {
    color: #000000;
}

.landing .products .fas {
    color: #000000;
}

@media screen and (min-width: 768px) {
    h2 {
        font-weight: 600;
        font-size: 40px;
    }
}


/* h3 {
    color: #e1e1e1;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
} */

.preview-banner {
    color: #e1e1e1;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .preview-banner {
        font-weight: 600;
        font-size: 40px;
    }
}

.preview-banner-secondary {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #919191!important;
    text-transform: uppercase!important;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .preview-banner-secondary {
        font-size: 18px;
    }
}

.preview-text-yellow {
    color: #e6ca63!important;
}

.body-preview {
    background-color: #191a1c!important;
}

.link {
    margin-right: 1em !important;
    color: #87bca3;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.link:hover {
    color: #e6ca63;
}

.cyan-link {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(55, 55, 55);
    line-height: 2.571;
    text-align: right;
    text-decoration: underline;
}

.cyan-link:hover {
    color: rgb(95, 95, 95);
}

.maintext {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(145, 145, 145);
    line-height: 1.5;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
}

.maintext-darker {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(95, 95, 95);
    line-height: 1.5;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
}

.maintext-link {
    color: #87bca3;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

.maintext-link:hover {
    color: #e6ca63;
}

.waveform-text {
    color: #646464;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}

.fa-inverse {
    color: #646464 !important
}

.form-group {
    color: #e1e1e1;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1px;
}

.form-check-label {
    color: #e1e1e1;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: 400;
}

.landing-text-buy {
    color: #686969;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}

.landing-text {
    color: #a8a8a8;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
}

.landing-text-uppercase {
    color: #686969;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    font-weight: 500;
}


/*--- navigation bar ---*/


/* Model full screen */

.navbar-toggle {
    float: left !important;
    margin-left: 15px;
    margin-right: 0;
}

.navbar-toggler {
    margin-right: 100px;
}

.modal-nav-content {
    width: 100%;
    height: auto;
}

.modal-nav-body {
    margin-top: 100px;
}

.modal-nav-body ul {
    list-style-type: none;
    color: white;
    margin: 0;
    padding: 0;
    width: 100%;
}

.modal-nav-body ul li {
    text-align: center;
    font-size: 130%;
    padding: 8px;
    text-transform: uppercase;
}

.modal-nav-link {
    pointer-events: auto;
    font-size: 32px;
    font-family: "Poppins";
    color: #acacac;
    line-height: 2.313;
    text-align: center;
}

.modal-nav-link-section:hover {
    background-color: #2d2f31;
}

.modal-nav-link:hover {
    color: rgb(230, 202, 99);
    background-color: #2d2f31;
    text-decoration: none;
}

.modal-backdrop {
    opacity: 0.8 !important;
}

.navbar {
    background: #131315;
    font-family: "Poppins";
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
    height: 87px;
}

.navbar-adminbar {
    background: none;
}

.navbar .container {
    max-width: 1920px;
}

.nav-link,
.navbar-brand {
    color: #e0e0e0;
    text-transform: uppercase;
    cursor: pointer;
    padding-right: 0px;
    margin-right: -150px;
}

.nav-link {
    margin-right: 1em !important;
    color: #acacac;
}

.nav-link:hover {
    color: #e6ca63;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-left {
    text-transform: lowercase;
}

.navbar .my-account {
    background: none;
    font-size: 13px;
    font-family: "Poppins";
    color: rgb(172, 172, 172);
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 120px;
    top: 25px;
}

.navbar .my-account-login {
    font-size: 13px;
    letter-spacing: 2px;
}

.navbar .my-account-login:hover {
    color: #e6ca63;
    text-decoration: none;
}

.navbar .my-account-logged-in {
    font-size: 13px;
    letter-spacing: 0px;
    color: rgb(85, 85, 85);
}

.navbar .my-account-logged-in:hover {
    color: #e6ca63;
    text-decoration: none;
}

.navbar .checkout-cart-image {
    background: none;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(85, 85, 85);
    text-transform: uppercase;
    line-height: 2;
    height: 40px;
    display: inline-block;
    letter-spacing: 0px;
    position: absolute;
    right: 50px;
    top: 30px;
}

.navbar .checkout-cart:hover {
    cursor: pointer;
    text-decoration: none;
}

.navbar .checkout-cart-number {
    font-size: 16px;
    font-family: "Poppins";
    color: #e6ca63;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    line-height: 40px;
    height: 40px;
    letter-spacing: 0px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 24px;
}

.navbar .checkout-cart-number-normal {
    color: rgb(85, 85, 85);
}

.navbar .checkout-cart-number-highlight {
    color: #e6ca63;
}

.navbar .cart-border-left {
    border-left: 1px solid red;
}

.navbar .checkout-spacer {
    position: absolute;
    top: -30px;
    right: 100px;
    border-left: 1px solid #212123;
    height: 120px;
    line-height: 120px;
    background: none;
}

.adminbar {
    background: none;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(85, 85, 85);
    text-transform: uppercase;
    line-height: 1;
    height: 15px;
    display: inline-block;
    letter-spacing: 0px;
}

.admin-link {
    color: #acacac;
    text-transform: uppercase;
    cursor: pointer;
    padding-right: 0px;
    margin-right: 0px;
    display: inline-block;
}

.admin-link:hover {
    color: #e6ca63;
    text-decoration: none;
}

.admin-sales-link {
    color: #acacac;
    text-transform: none;
    cursor: pointer;
    padding-right: 0px;
    margin-right: 0px;
    display: inline-block;
}

.admin-sales-link:hover {
    color: #e6ca63;
    text-decoration: none;
}

.header {
    background-size: cover;
    background-position: center;
    position: relative;
}

.masthead {
    height: 100%;
    width: 100%;
    background-image: url('/static/website/images/thesub-pattern-background.png');
    background-size: auto;
    background-position: center center;
    background-repeat: repeat-x;
}

@media screen and (max-width: 900px) {
    .landing-main-banner {
        content: url('/static/website/images/thesub-main-banner-centered-mobile3.png')
    }
}

.masthead-preview {
    height: calc(868/1920 * 100vw);
    width: 100vw;
    max-width: 1920px;
    background-image: url('/static/website/images/preview2.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 376px) {
    .masthead-preview {
        background-size: 135%;
        height: calc(868/1920 * 100vw);
        width: 200vw;
    }
}

.landing .landing-image-main {
    height: 100px;
    background: url(/static/website/images/preview2.png) no-repeat center top scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.landing .landingimage {
    background: url('/static/website/images/sub-landing.png') no-repeat center top scroll;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 100%;
    min-width: 100%;
    position: scroll;
    top: 30;
    left: 0;
}

@media screen and (min-width: 986px) {
    .landing .landingimage {
        background-size: 100%;
    }
}

@media screen and (min-width: 1300px) {
    .landing .landingimage {
        background-size: 100%;
    }
}

.hugesubbass {
    background-image: url('/static/website/images/sub-hugebass.png');
    background-size: cover;
    background-position: center;
    position: relative;
}


/* Blog */

.blog .blog-latest-background {
    background-color: #2d2f31;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog .blog-normal-background {
    background-color: #adadad;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.blog .card {
    margin-top: 0px;
    margin-left: 0px;
    border-width: 0px;
    border-style: none;
    border-radius: 0px;
    width: 100%;
}

.blog .blog-latest {
    display: inherit;
}

.blog .blog-normal {
    display: inherit;
}

.blog .blog-latest .card {
    background-color: #2d2f31;
}

.blog .blog-normal .card {
    background-color: #adadad;
}

.blog .blog-latest .mw-redirect {
    text-decoration: underline;
    color: #adadad !important;
}

.blog .blog-normal .mw-redirect {
    text-decoration: underline;
    color: #2d2f31 !important;
}

.blog-post a {
    text-decoration: underline;
    color: #2d2f31 !important;
}

.blog .card-title {
    font-size: 30px;
    font-family: "Poppins";
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    padding-top: 59px;
    padding-left: 61px;
    width: 100%;
}

.blog .blog-latest .card-title {
    color: rgb(225, 225, 225);
}

.blog .blog-latest .blog-title-url {
    color: rgb(225, 225, 225);
    text-decoration: none;
}

.blog .blog-latest .blog-title-url:hover {
    text-decoration: underline;
}

.blog .blog-normal .card-title {
    color: #1a1b1d;
}

.blog .blog-normal .blog-title-url {
    color: #1a1b1d;
    text-decoration: none;
}

.blog .blog-normal .blog-title-url:hover {
    text-decoration: underline;
}

.blog .card-body {
    font-size: 16px;
    font-family: "Roboto";
    line-height: 1.75;
    text-align: left;
    padding-top: 19px;
    padding-left: 61px;
}

.blog .card-body .blog-latest {
    color: rgb(125, 125, 125);
}

.blog .card-body .blog-normal {
    color: rgb(225, 225, 225);
}

.blog .card-footer {
    font-size: 12px;
    font-family: "Roboto";
    text-transform: uppercase;
    line-height: 2;
    text-align: left;
    padding-top: 0px;
    padding-left: 61px;
    padding-bottom: 38px;
    border-top: none;
}

.blog .blog-latest .card-footer {
    background-color: #2d2f31;
    color: rgb(125, 125, 125);
}

.blog .blog-normal .card-footer {
    background-color: #adadad;
    color: #2d2f31;
}

.blog h2 {
    color: #adadad;
}

.blog .card-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px;
    margin-bottom: 0px;
}

.blog .badge-secondary {
    border-radius: 3px;
    padding: 0.5em 0.7em 0.5em 0.7em;
    background-color: #87bca3;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(45, 47, 49);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.blog .blog-date {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    border: 0px;
    text-transform: uppercase;
}

.blog .blog-latest {
    color: #7d7d7d;
}

.blog .blog-normal {
    color: rgb(125, 125, 125);
}

.blog .blog-detail-background {
    background-color: #adadad;
}

.blog .blog-detail-background h2 {
    color: #1a1b1d;
}

.blog .blog-detail-date {
    color: #7d7d7d;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    border: 0px;
    text-transform: uppercase;
}

.blog .blog-detail-normal {
    color: #7d7d7d;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    border: 0px;
}

.blog .blog-detail-author {
    color: #ffffff;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    border: 0px;
}

.blog .blog-detail-text {
    color: #363636;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
}

.blog .fa-arrow-right {
    color: rgb(173, 173, 173);
}

.blog .blog-normal .fa-arrow-right {
    color: #363636;
}

.blog .fa-facebook {
    color: #797979;
}

.blog .fa-twitter {
    color: #797979;
}

.blog .blog-latest .blog-text-preview {
    color: #7d7d7d;
}

.blog .blog-normal .blog-text-preview {
    color: rgb(54, 54, 54);
}

.blog .blog-readmore {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}

.blog .blog-readmore-normal {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}

.blog-header {
    height: 154px;
    background-color: #1a1b1d;
}

.blog-top {
    height: 417px;
}


/* about */

.about .about-logo {
    background-color: #b9b9b9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.about .about-text-background {
    background-color: #adadad;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.about .about-text {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(54, 54, 54);
    line-height: 1.4;
    text-align: center;
}

.about .about-spacer {
    background-color: rgb(230, 202, 99);
    /* position: absolute; */
    width: 47px;
    height: 4px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


/* products */
.products .roundcorners-product-image-internal {
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}

.products .anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.products .product-background {
    background-color: #adadad;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.products .product-image {
    text-align: center;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 37px;
    padding-bottom: 37px;
}

.products .expansion-image {
    text-align: center;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 37px;
    padding-bottom: 37px;
}

.products .secure-payment {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(85, 85, 85);
    line-height: 1.2;
}

.products .fa-lock {
    color: rgb(85, 85, 85);
}

.products .product-details {
    padding-left: 0px;
    padding-right: 0px;
    border: 0px none;
}

.products .card-header {
    background-color: #adadad;
    text-align: left;
    border: 0px none #1a1b1d;
    padding-top: 68px;
    padding-left: 18px;
    padding-bottom: 24px;
    padding-right: 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top: none;
    border-bottom: none;
}

.products .card-body {
    background-color: #adadad;
    border: 0px none #1a1b1d;
    padding-top: 0px;
    padding-left: 18px;
    padding-bottom: 0px;
    padding-right: 18px;
    text-align: left;
    border-top: none;
    border-bottom: none;
}

.products .card-footer {
    background-color: #adadad;
    color: #1a1b1d;
    border: 0px none #1a1b1d;
    text-align: left;
    padding-top: 0px;
    padding-left: 18px;
    padding-bottom: 37px;
    padding-right: 18px;
    border-top: none;
    border-bottom: none;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
}

.products .product-learn-more-image {
    position: absolute;
    bottom: 0px;
    right: -2px;
    width: 157px;
    height: 38px;
    display: inline-block;
}

.products .product-learn-more-link {
    position: absolute;
    bottom: 3px;
    right: 25px;
    display: inline-block;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(173, 173, 173);
    font-weight: 200;
    text-transform: uppercase;
    line-height: 2;
}

.products .product-learn-more-link:hover {
    color: rgb(26, 27, 29);
    fill: yellow;
}

.products .product-learnmore {
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(173, 173, 173);
    font-weight: 500;
    text-transform: uppercase;
}

.products .product-learnmore-arrow {
    color: rgb(173, 173, 173);
}

.learn_more {
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(173, 173, 173);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2;
    text-align: left;
    position: absolute;
    left: 1445.172px;
    top: 584.5px;
    z-index: 31;
}

.products .card {
    background-color: #1a1b1d;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    border: 0px none;
}

.products .card-title {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(26, 27, 29);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0px;
    padding-right: 18px;
}

.products .product-description-short {
    color: rgb(125, 125, 125);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle;
    padding: 2px;
    text-align: left;
}

.products .dot {
    color: rgb(118, 118, 118);
    opacity: 0.502;
    display: inline-block;
}

.products .product-description-long {
    color: #000000;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
}

.products .button-buy {
    width: 132px;
    height: 42px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
    border-radius: 20px;
    margin-left: 0px;
    padding-left: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 18px;
    background-color: #e6ca63;
    color: #1a1b1d;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    border: 0px;
    text-align: center;
    vertical-align: top;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    display: inline-block;
    line-height: 42px;
}

.products .button-buy-incart {
    background-color: white;
}

.products .button-buy:hover {
    background-color: #8e7d3d;
}

.products .price-label del {
    color: #7d7d7d;
}

.products .button-free {
    width: 250px;
    height: 42px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
    border-radius: 20px;
    margin-left: 0px;
    padding-left: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 18px;
    background-color: #bdbdbd;
    color: #1a1b1d;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    border: 0px;
    text-align: center;
    vertical-align: top;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    display: inline-block;
    line-height: 42px;
}

.products .price-label {
    height: 42px;
    width: 50px;
    color: rgb(54, 54, 54);
    background-color: #bdbdbd;
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(54, 54, 54);
    font-weight: bold;
    line-height: 42px;
    margin-left: -4px;
    margin-right: 0px;
    display: inline-block;
    text-align: center;
}

.products .free-label {
    height: 42px;
    color: rgb(54, 54, 54);
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(54, 54, 54);
    font-weight: bold;
    line-height: 42px;
    margin-left: 0px;
    margin-right: 0px;
}

.products .button-buy-right {
    background-color: #bdbdbd;
    width: 55px;
}

.products .dropdown-menu {
    background-color: #e1e1e1;
    border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.products .dropdown-item {
    height: 34px;
    padding: 0px 0px 0px 10px;
    line-height: 34px;
}

.products .dropdown-item:hover {
    height: 34px;
    background-color: #e6ca63;
    border-bottom: 1px;
}

.products .dropdown-toggle {
    height: 42px;
    width: 60px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    margin-left: -4px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background-color: #bdbdbd;
    vertical-align: top;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 400;
    color: rgb(54, 54, 54);
    box-shadow: none;
}

.products .dropdown-toggle:hover {
    border-color: #B3892F;
    border: 0;
    background-color: #bdbdbd;
    color: rgb(54, 54, 54);
    border: 0px none #1a1b1d;
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):focus,
.show>.btn-secondary.dropdown-toggle {
    background-color: #bdbdbd;
    background-color: #bdbdbd;
    border: none;
    outline: 0;
    box-shadow: none;
}

.products .dropdown-toggle:focus {
    border-color: #B3892F;
    border: 0 !important;
    background-color: #bdbdbd;
    border: 0px none #1a1b1d;
    color: rgb(54, 54, 54);
    outline: none !important;
}

.products .dropdown-toggle:active {
    border-color: #B3892F;
    border: 0 !important;
    background-color: #bdbdbd;
    border: 0px none #1a1b1d;
    color: rgb(54, 54, 54);
    outline: none !important;
    box-shadow: none;
}

.products .button-download {
    width: 142px;
    margin-left: 0px;
    border: 0px;
    border-radius: 20px;
    margin-left: 0px;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 0px;
    background-color: #9b9b9b;
    color: #e1e1e1;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    border: 0px;
    line-height: 42px;
    text-align: center;
}

.products .buy-text {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 700;
    color: rgb(27, 33, 38);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.0;
    text-align: left;
}

.products .price-and-dropdown {
    /* background-color: #bdbdbd; */
    /* width: 200px; */
    height: 42px;
    line-height: 42px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    display: inline-block;
}

.products .stripe-text {
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    color: #767676;
    text-align: right;
    margin-bottom: 0px;
}

.products .demo-text {
    font-size: 12px;
    font-family: "Roboto";
    color: rgb(125, 125, 125);
    text-align: left;
    padding-left: 0px;
}

.products .product-description-area {
    min-height: 150px;
    max-height: 150px;
}

.products .download-demo-description {
    font-size: 12px;
    font-family: "Roboto";
    color: rgb(125, 125, 125);
    text-align: left;
    display: inline-block;
    padding-left: 0px;
}

.products .download-demo-link {
    font-size: 12px;
    font-family: "Roboto";
    color: rgb(54, 54, 54);
    line-height: 1.2;
    text-align: left;
}

.products .product-learn-more-wide {
    display: none;
}

@media (max-width: 991.98px) {
    .products .card-title {
        text-align: center;
    }
    .products .card-header {
        padding-top: 0px;
        text-align: center;
    }
    .products .card-body {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        min-height: 20vh;
    }
    .products .product-description-short {
        text-align: center;
    }
    .products .product-description-long {
        text-align: center;
    }
    .products .button-buy {
        padding-left: 0px;
        padding-right: 0px;
        width: 100px;
    }
    .products .price-and-dropdown {
        margin-left: 0px;
    }
    .products .demo-text {
        padding-left: 0px;
        text-align: center;
    }
    .products .download-demo-description {
        text-align: center;
    }
    .products .product-learn-more-image {
        display: none;
    }
    .products .product-learn-more-link {
        display: none;
    }
    .products .product-learn-more-wide {
        display: inline-block;
        height: 48px;
        line-height: 48px;
        position: relative;
        bottom: 0px;
        right: 0px;
        background-color: #2d2f31;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        vertical-align: middle;
    }
}


/* My account */

.myaccount .myaccount-button {
    min-height: 46px;
    min-width: 200px;
    border-radius: 25px;
    text-align: center;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #989898;
    border-width: 0px;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(27, 33, 38);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 46px;
    display: inline-block;
}

.myaccount .myaccount-button:hover {
    text-decoration: none;
    background-color: #646464;
}

.Logout {
    text-align: left;
    position: absolute;
    left: 662.109px;
    top: 896.002px;
    z-index: 100;
}

.myaccount .table {
    border: 0 none #030303;
    background-color: #2d2f31;
}

.myaccount td {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(173, 173, 173);
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 47px;
    background-color: #2d2f31;
    border: 10px solid #2d2f31;
}

.myaccount .td-highlight {
    color: #e6ca63;
}

.myaccount .myaccount-section-header {
    font-size: 20px;
    font-family: "Roboto";
    color: #e1e1e1;
    font-weight: 500;
    line-height: 47px;
    text-align: left;
    background-color: #343638;
    border: 10px solid #343638;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
}

.myaccount .myaccount-header {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(173, 173, 173);
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 47px;
    background-color: #2d2f31;
    border: 10px solid #2d2f31;
}

.radio-select {
    height: 10px;
    line-height: 10px;
}


/* Normal blog entries */

.blog .blog-background .blog-latest {
    background-color: #2d2f31;
}

.blog .blog-background .blog-normal {
    background-color: #adadad;
}

.blog .blog-top-content {
    padding-left: 0px;
    padding-right: 0px;
}

.blog .blog-top-image {
    padding-left: 0px;
    padding-right: 0px;
}

.blog .blog-latest-top-strip {
    width: 100%;
    height: 6px;
    background-color: #87bca3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


/* .blog .blog-list-background {
        background-color: #adadad;
    }
     */


/* .blog .blog-list-content {
        padding-left: 0px;
        padding-right: 0px;
    }
     */

.blog .blog-list-image {
    padding-left: 0px;
    padding-right: 0px;
}

.blog .blog-list-content h2 {
    color: #1a1b1d;
}

.blog .blog-read-more-image {
    position: absolute;
    bottom: 0px;
    right: -2px;
    width: 157px;
    height: 38px;
    display: inline-block;
}

.blog .blog-read-more-link {
    position: absolute;
    bottom: 3px;
    right: 25px;
    display: inline-block;
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(173, 173, 173);
    font-weight: 200;
    text-transform: uppercase;
    line-height: 2;
}

.blog .blog-read-more-latest {
    display: none;
}

.blog .blog-read-more-normal {
    display: none;
}

.blog .blog-read-more-link:hover {
    color: rgb(26, 27, 29);
    fill: yellow;
}

.blog .blog-readmore {
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(173, 173, 173);
    font-weight: 500;
    text-transform: uppercase;
}

.blog .blog-readmore-latest {
    font-size: 12px;
    font-family: "Poppins";
    color: #2d2f31;
    font-weight: 500;
    text-transform: uppercase;
}

.blog .blog-readmore-arrow {
    color: rgb(173, 173, 173);
}

.description {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.description h1 {
    color: #FFFFFF;
}

.description p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
}

.description button {
    border: 1px solid #f96f1d;
    background: #f96f1d;
    border-radius: 40px;
    color: #fff;
}

.description button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.features {
    margin: 4em auto;
    padding: 1em;
    position: relative;
}

.feature-title {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.features img {
    -webkit-box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
}

.form-control-sm {
    width: 420px;
    height: 41px;
    border-radius: 25px;
    border: 0px;
    padding: 1rem 1rem;
    background-color: #1a1b1d;
    color: #525252;
}

.special-borders {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.btn {
    border-radius: 20px;
    width: 100px;
    margin-left: 0px;
    font-size: 14px;
    background-color: #989898;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    border: 0px;
}

.waveform-button-demo {
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
    border: 0px;
    background: #1a1b1d;
    padding: 10px 0px 0px 0px;
    color: #d07361;
}

.waveform-button {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
    border: 0px;
    background: #1e1f21;
    padding: 15px 0px 50px 0px;
    color: #d07361;
}

.waveform-button-shop {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
    border: 0px;
    padding: 0px 0px 0px 0px;
    color: #d07361;
}

.btn-landing {
    border-radius: 20px;
    width: 150px;
    margin-left: 0px;
    padding-left: 20px;
    font-size: 12px;
    background-color: #87bca3;
    color: #1a1b1d;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    border: 0px;
    text-align: left;
}

.btn {
    border-radius: 20px;
    width: 100px;
    margin-left: 0px;
    font-size: 14px;
    background-color: #989898;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    border: 0px;
}

.button-buy {
    width: 80px;
    margin-left: 0px;
    border: 0px;
    border-radius: 20px;
    margin-left: 0px;
    padding-left: 10px;
    background-color: #e6ca63;
    color: #1a1b1d;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    border: 0px;
    text-align: center;
}

.button-buy:hover {
    background-color: #e6ca63;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
    border-radius: 20px;
    width: 150px;
    margin-left: 0px;
    padding-left: 20px;
    font-size: 12px;
    background-color: #87bca3;
    color: #1a1b1d;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    border: 0px;
    text-align: left;
}

.btn-primary:hover {
    border: 1px solid #f96f1d;
    /* background-color: #FFFFFF !important; */
    border-radius: 40px;
    color: #000000 !important;
}

.cart button {
    border: 1px solid #f96f1d;
    background: #f96f1d;
    border-radius: 40px;
    /* color: #fff; */
}

.cart button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}


/* Contact form */

.contact-form {
    margin: 0px 0px 0px 0px;
    border-top-style: none;
    border-bottom-style: none;
    position: relative;
    text-align: center;
}

.contact-form .container {
    max-width: 1920px;
    position: relative;
}

.contact-form .contact-form-background {
    width: 448px;
    background: #adadad;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 37px;
}

.contact-form .contact-form-title {
    font-size: 36px;
    font-family: "Poppins";
    color: rgb(26, 27, 29);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.contact-form .contact-form-top-strip {
    width: 100%;
    height: 6px;
    background-color: #e6ca63;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.contact-form .contact-header {
    height: 118px;
    border-bottom-width: 0px;
    padding: 0 0 0 0;
    border-bottom-style: none;
    position: relative;
    justify-content: center;
    border-bottom-style: none;
}

.contact-form .contact-form-item {
    color: #e1e1e1;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
}

.contact-form .contact-form-label {
    text-align: left!important;
}

.contact-form .contact-form-subject {
    width: 334px;
    border: 0px;
    height: 48px;
    padding: 12px;
    background-color: #e1e1e1;
    color: #919191;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contact-form .contact-form-email {
    width: 334px;
    border: 0px;
    height: 48px;
    padding: 12px;
    background-color: #e1e1e1;
    color: #919191;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contact-form .contact-form-message {
    width: 334px;
    border: 0px;
    height: 150px;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: -2px;
    background-color: #e1e1e1;
    color: #919191;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contact-form .contact-form-button {
    border-radius: 20px;
    height: 40px;
    width: 200px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    background-color: #989898;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border: 1px;
    border-width: 2px;
    border-color: #1a1b1d;
    border-style: solid;
    vertical-align: middle;
    text-align: center;
}

.contact-form .contact-form-footer {
    width: 448px;
    border-top-style: none;
    height: 40px;
    background-color: #797979;
    padding: 0 0 0 0;
    border-bottom-right-radius: 37px;
}

.contact-form .contact-form-errors {
    color: #131315;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


/* Newsletter footer */

.newsletter-footer {
    background-color: #2d2f31;
    color: #ccc;
    padding: 60px 0 30px;
    position: relative;
    bottom: 0px;
}

.newsletter-large {
    font-size: 20px;
    font-weight: 700;
    color: #e1e1e1;
}

.newsletter-small {
    font-size: 12px;
    font-weight: 400;
    color: #797979;
}


/* Error */

.error .error-surround {
    border-radius: 7px;
    background-color: rgb(135, 188, 163);
    width: 419px;
    height: 190px;
}

.error .error-text {
    font-size: 16vw;
    font-family: "Poppins";
    color: rgb(26, 27, 29);
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .error .error-text {
        font-size: 190px;
    }
}


/* Common footer */

.common-footer {
    background-color: #131315;
    height: 195px;
    padding-top: 40px;
    padding-bottom: 0px;
}

.common-footer .common-footer-links {
    text-align: center;
    padding-right: 0px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .common-footer .common-footer-links {
        text-align: left;
        padding-bottom: 0px;
    }
}

.common-footer .common-footer-logo {
    text-align: center;
    padding-right: 0px;
    padding-bottom: 20px;
}

.common-footer .common-footer-copyright {
    font-size: 12px;
    font-family: "Roboto";
    color: rgb(85, 85, 85);
    line-height: 2;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 768px) {
    .common-footer .common-footer-copyright {
        text-align: right;
    }
}


/* Footer */

footer {
    position: relative;
    height: 134px;
    bottom: 0;
    width: 100%;
}

.page-footer {
    background-color: #131315;
    color: #ccc;
    padding: 0px 0 0px 0;
}

.footer-link {
    color: #555555;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400px;
}

.footer-link:hover {
    color: #e6ca63;
}

.cyan-area {
    background-color: #5c988f;
}

.errorlist {
    color: #989898;
}

.overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.black {
    background-color: black!important;
}

.red {
    background-color: red!important;
}

.border-red {
    border-width: 1px !important;
    border-color: #ff0000 !important;
    border-style: dashed !important;
}

.blue {
    background-color: blue!important;
}

.border-blue {
    border-width: 1px !important;
    border-color: #0000ff !important;
    border-style: dashed !important;
}

.green {
    background-color: green!important;
}

.border-green {
    border-width: 1px !important;
    border-color: #00ff00 !important;
    border-style: dashed !important;
}

.pink {
    background-color: pink!important;
}

.white {
    background-color: white!important;
}

.yellow {
    background-color: rgb(255, 221, 0)!important;
}

.brown {
    background-color: brown;
}

.purple {
    background-color: purple;
}

.orange {
    background-color: orange;
}

.magenta {
    background-color: magenta!important;
}

.preview-text-plain {
    color: #e1e1e1!important;
}

.logo-on-top {
    z-index: 999;
}

.img.logo-nav {
    height: 100%;
    width: 100%;
    padding-left: 10px;
}

.newsletter {
    background-color: #2d2f31;
    height: 195px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .newsletter {
        height: 135px;
        padding-top: 40px;
    }
}

.newsletter-image {
    display: inline-block;
    position: absolute;
    left: 0px;
    display: none;
}

@media screen and (min-width: 768px) {
    .newsletter-image {
        display: inline-block;
    }
}

.newsletter .newsletter-signup-text {
    margin-left: 0px;
}

@media screen and (min-width: 768px) {
    .newsletter .newsletter-signup-text {
        margin-left: 40px;
    }
}

.newsletter-message-outer {
    text-align: center;
    display: inline-block;
}

.newsletter-message-area {
    width: 100%;
    max-width: 421px;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .newsletter-message-outer {
        text-align: left;
    }
}


/* Newsletter */

.newsletter-area {
    width: 100%;
    max-width: 421px;
    height: 46px;
    line-height: 1.2;
    display: inline-block;
}

.newsletter-control {
    height: 46px;
    min-height: 46px;
    border-radius: 25px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0rem;
    border: 0px;
    padding: 1rem 1rem;
    background-color: #1a1b1d;
    color: #525252;
    text-align: left;
    top: 0px;
    z-index: 1;
    position: relative;
    align-items: normal;
    display: block;
    flex-basis: 0%;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: nowrap;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.newsletter-button {
    border-radius: 23px;
    height: 46px;
    width: 149px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #989898;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: bold;
    color: #1b1c1d;
    border: 1px;
    border-width: 2px;
    border-color: #1a1b1d;
    border-style: solid;
    vertical-align: bottom;
}


/* Change the white to any color ;) */

.newsletter-button input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-internal-autofill-selected,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0px solid #1a1b1d;
    -webkit-text-fill-color: #757575;
    -webkit-box-shadow: 0 0 0px 1000px #1a1b1d inset;
    transition: background-color 5000s ease-in-out 0s;
}

.newsletter-button:hover {
    background-color: #e1e1e1;
}

.newsletter-subscribe-surround {
    background-color: #1a1b1d;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

.newsletter .newsletter-button-text {
    margin-top: -2px;
}

.newsletter .input-group {
    vertical-align: bottom;
}

.newsletter .newsletter-outer {
    text-align: center;
    padding-right: 0px;
    padding-top: 0px;
}

@media screen and (min-width: 768px) {
    .newsletter .newsletter-outer {
        text-align: right;
    }
}


/* FAQ accordian */

.support .accordion {}

.support .accordian-button {
    margin-top: 0px;
    margin-left: 0px;
    height: 82px;
    width: 100%;
    text-align: left;
    background-color: #2d2f31;
    color: #adadad;
    font-family: 'Roboto', sans-serif !important;
    text-align: left;
    font-size: 16px;
    border-width: 0px;
    border-style: none;
    padding-left: 36px;
}

.support .accordian-button-image {
    position: absolute;
    right: 25px;
}

.support .accordian-button-left-strip-question {
    background-color: #87bca3;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 82px;
}

.support .accordian-button-left-strip-answer {
    background-color: #e6ca63;
    position: absolute;
    top: 82px;
    left: 0px;
    width: 5px;
    height: 100%;
}

.support .accordian-button-text {
    padding-right: 50px;
}

.support .card {
    border: 0px none #000000;
    border-radius: 0;
}

.support .card .collapse {
    background-color: #bbbbbb;
}

.support .card:hover {
    border: 0px none #000000;
    border-radius: 0;
    background-color: #bbbbbb;
}

.support .card-header {
    padding: 0 0 0 0;
    border-bottom: 0px none #000000;
    background-color: #2d2f31;
    color: #adadad;
}

.support .card-header .accordian-button[aria-expanded=true] {
    color: #2d2f31;
    background-color: #bbbbbb;
}

.support .card-header .accordian-button[aria-expanded=false] {
    background-color: rgb(54, 54, 54);
    color: #bbbbbb;
}

.support .card-body {
    color: rgb(54, 54, 54);
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    margin-left: 16px;
}

.support [aria-expanded="true"] .fa-angle-down,
.support [aria-expanded="false"] .fa-angle-down {
    display: none;
}

[data-toggle="collapse"] .fas:before {
    content: "\f107";
}

[aria-expanded="true"] .fas:before {
    content: "\f106";
}

[data-toggle="collapse"].collapsed .fas:before {
    content: "\f107";
}


/* Login */

.login .login-top-strip {
    background-color: #e6ca63;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.login .login-error-message {
    color: #e1e1e1;
}

.login .login-help-area {
    width: 264px;
}

.login .login-form-errors {
    color: #1d1d1d;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.card-header {
    background-color: #2d2f31;
}

label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
    border: 0;
    z-index: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
card-header:focus {
    outline: none;
}

.modal-login {
    width: 406px;
    margin: 0px auto;
    border-top-style: none!important;
    border-bottom-style: none!important;
    background: #adadad;
}

@media screen and (max-width: 466px) {
    .modal-login {
        width: 290px;
    }
}

.remember-me-text {
    color: #363636!important;
}

.modal-header {
    height: 25px;
    border-bottom-width: 0px;
    padding: 0 0 0 0;
    border-bottom-style: none!important;
    position: relative;
    justify-content: center;
    border-bottom-style: none!important;
}

.img.login-header-image {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 406px;
    height: 25px;
    border: 0px none #000000;
    vertical-align: top;
}

.modal-body {
    padding: 30px;
    height: 247px;
}

.modal-footer {
    border-top-style: none!important;
    height: 40px;
    background-color: #797979;
    padding: 0 0 0 0;
    border-bottom-right-radius: 37px;
}

.modal-login-title {
    height: 120px;
    text-align: center;
    font-size: 50px;
    border: 0px;
    color: #1a1b1d!important;
}

.modal-login label {
    font-weight: normal;
    font-size: 13px;
}

.modal-login .form-control,
.modal-login .btn {
    min-height: 38px;
    border-radius: 25px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #e6ca63;
    margin-bottom: 0rem;
}

.login .modal-input-username {
    width: 264px;
    border: 0px;
    height: 48px;
    padding: 12px;
    background-color: #e1e1e1;
    color: #919191;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form-label {
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #919191;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

.login .input-field {
    width: 264px;
    border: 0px;
    height: 48px;
    padding: 12px;
    background-color: #e1e1e1;
    color: #919191;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login .input-email {
    width: 264px;
    border: 0px;
    height: 48px;
    padding: 12px;
    background-color: #e1e1e1;
    color: #919191;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login .input-name {
    width: 264px;
    border: 0px;
    height: 48px;
    padding: 12px;
    background-color: #e1e1e1;
    color: #919191;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-input-password {
    width: 264px;
    border: 0px;
    height: 48px;
    padding: 12px;
    background-color: #e1e1e1;
    color: #919191;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login .input-password {
    width: 264px;
    border: 0px;
    height: 48px;
    padding: 12px;
    background-color: #e1e1e1;
    color: #919191;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-button {
    min-height: 38px;
    width: 264px;
    border-radius: 25px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #e6ca63;
    border-width: 0px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}

.modal-button:hover {
    background-color: #8e7d3d;
}

.modal-login .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-login .checkbox-inline {
    margin-top: 12px;
}

.modal-login input[type="checkbox"] {
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}

.lost-password {
    color: #e1e1e1;
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif !important;
}

.modal-login .btn {
    min-width: 100px;
    background: #3498db;
    border: none;
    line-height: normal;
}

.modal-login .btn:hover,
.modal-login .btn:focus {
    background: #248bd0;
}

.modal-login .hint-text a {
    color: #999;
}

@media (max-width: 768px) {
    .navbar .myaccount {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .description {
        left: 0;
        padding: 0 15px;
        position: absolute;
        top: 10%;
        transform: none;
        text-align: center;
    }
    .description h1 {
        font-size: 2em;
    }
    .description p {
        font-size: 1.2rem;
    }
    .features {
        margin: 0;
    }
    .blog .blog-read-more-image {
        display: none;
    }
    .blog .blog-read-more-link {
        display: none;
    }
    .blog .blog-read-more-latest {
        display: inline-block;
        height: 48px;
        line-height: 48px;
        width: 100%;
        position: relative;
        bottom: 0px;
        right: 0px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        vertical-align: middle;
        background-color: #2d2f31;
    }
    .blog .blog-read-more-normal {
        display: inline-block;
        height: 48px;
        line-height: 48px;
        width: 100%;
        position: relative;
        bottom: 0px;
        right: 0px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        vertical-align: middle;
        background-color: #adadad;
    }
    .blog .blog-latest {
        display: inline-block;
    }
    .blog .blog-normal {
        display: inline-block;
    }
}

.cookies .cookie-overlay {
    position: relative;
    top: 0px;
    left: 0px;
    color: rgb(95, 95, 95);
    background: #1a1b1d;
    z-index: 2051;
    line-height: 20px;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.cookies .cookie-button {
    min-height: 20px;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #989898;
    border-width: 0px;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(27, 33, 38);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
}

.cookies .cookie-button:hover {
    text-decoration: none;
    background-color: #646464;
}

.cookies .cookie-text {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(145, 145, 145);
    line-height: 1.5;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
}

.cookies a {
    text-decoration: none;
    color: #797979;
}

.cookies a:hover {
    text-decoration: none;
    color: white;
}

.threeColumns {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.threeColumns li {
    margin-bottom: 0.0em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style-type: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-control {
    height: 44px;
}