/* Website imagined and brought to life by Samuel Lewis <admin@preprocess.uk> */
/*                  PREPROCESS.UK - Network and IT Services                   */

body {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    text-shadow: 0 0 0;
    min-width: 300px;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@media screen and (max-width: 991px) {
    .container {
        width: 90% !important;
        max-width: 90% !important;
    }
}

.logo {
    width: 140.5px;
    height: auto;
}

@media screen and (max-width: 991px) {
    .logo { width: 100px; }
}

.navbar {
    border-radius: 5px;
    padding: 0 !important;
}

.navbar li a {
    color: #fff;
}

.nav-item {
    margin: 0 10px;
}
.nav-item:last-child { margin-right: 0 !important; }

@media screen and (max-width: 991px) {
    .nav-item { text-align: center; }
    .nav-link { font-size: 1.4rem; }
    .nav-item:first-child { margin-top: 30px; }
    .nav-item:last-child { margin-bottom: 0 !important; }
}

.jumbotron {
    padding: 60px 0 350px 0;
    background: #1976d2;
    background: -moz-linear-gradient(top, #1976d2 0%, #176ec4 100%);
    background: -webkit-linear-gradient(top, #1976d2 0%, #176ec4 100%);
    background: linear-gradient(to bottom, #1976d2 0%, #176ec4 100%);
    color: #fff;
    border-radius: 0;
}

.jumbo-not-jumbo { padding: 30px 0 !important; }
.jumbotron:not(.jumbo-not-jumbo) .navbar {
    margin-bottom: 160px;
}

.jumbotron h1 {
    font-size: 4rem;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .jumbo-not-jumbo { padding: 15px 0 !important; }
    .jumbotron h1 { font-size: 4rem; }
    .jumbotron p.lead { font-size: 2rem; }
}

@media screen and (max-width: 575px) {
    .jumbotron { padding: 40px 0 150px; }
    .jumbotron h1 { font-size: 2.8rem; }
    .jumbotron p.lead { font-size: 1.6rem; }
}

@media screen and (max-width: 375px) {
    .jumbotron h1 { font-size: 2rem; }
    .jumbotron p.lead { font-size: 1rem; }
}

.jumbotron .row img {
    width: 80%;
    position: absolute;
    right: 0;
    top: -30%;
}

@media screen and (max-width: 1199px) {
    .jumbotron .row img { top: 0; }
}

.jumbotron .already-customer {
    width: 50%;
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 290px auto 0 auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.15);
}

@media screen and (max-width: 575px) {
    .jumbotron .already-customer { margin: 90px auto 0 auto; }
}

.jumbotron .already-customer p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.jumbotron .already-customer p .btn {
    display: inline-block;
    padding: 10px 40px;
    margin-left: 30px;
}

@media screen and (max-width: 991px) {
    .jumbotron .already-customer {
        width: 85%;
    }

    .jumbotron .already-customer p, .jumbotron .already-customer p .btn {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 575px) {
    .jumbotron .already-customer p .btn {
        display: block;
        padding: 10px 0;
        margin: 10px auto 0;
        max-width: 200px;
    }
}

#services {
    padding: 100px 0 60px 0;
}

@media screen and (max-width: 575px) {
    #services { padding-top: 150px; }
}

.service {
    width: 100%;
    padding: 40px;
    background: #fefefe;
    border-radius: 10px;
    border: 1px solid transparent;
}

.service p {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
}

.service .lead { font-size: 1.15rem; }

.service:hover {
    border: 1px solid #efefef;
}

.service img {
    display: block;
    margin: 0 auto 30px auto;
    width: 60%;
}

.service .price {
    color: #1976d2;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .service p { font-size: 1.2rem; }
    .service p.lead { font-size: 2rem; }
    .service img {
        width: 80% !important;
        max-width: 140px;
    }
}

@media screen and (max-width: 450px) {
    .service p { font-size: 1rem; }
    .serivce p.lead { font-size: 1.4rem; }
}

.perks .perk {
    width: 100%;
    padding: 60px 40px;
    border-radius: 10px;
}

@media screen and (min-width: 767px) {
    .perks .perk:nth-child(2) {
        text-align: right;
    }
}

.perks .perk img {
    display: block;
    margin: 20px auto 0 auto;
}

@media screen and (max-width: 925px) {
    .perks .perk img {
        margin-bottom: 35px !important;
    }
}

@media screen and (max-width: 991px) {
    .perk p { font-size: 1.2rem; }
    .perks .perk img { max-width: 140px; }
}

.footer {
    background-color: #2c2c2c;
    padding: 130px 0 60px 0;
    margin-top: 80px;
    color: #fff;
}

.footer .new-customer {
    width: 50%;
    background: #1976d2;
    background: -moz-linear-gradient(right, #1976d2 0%, #2b81d6 100%);
    background: -webkit-linear-gradient(right, #1976d2 0%, #2b81d6 100%);
    background: linear-gradient(to right, #1976d2 0%, #2b81d6 100%);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -185px auto 0 auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.15);
}
@media screen and (max-width: 1199px) {
    .footer .new-customer { width: 85%; }
}

.footer .new-customer p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.footer .new-customer p .btn {
    display: inline-block;
    padding: 10px 40px;
    margin-left: 30px;
}

@media screen and (max-width: 991px) {
    .footer .new-customer p, .footer .new-customer p .btn { font-size: 1rem; }
}

@media screen and (max-width: 575px) {
    .footer .new-customer p .btn {
        display: block;
        padding: 10px 0;
        margin: 10px auto 0;
        max-width: 200px;
    }
}

@media screen and (max-width: 925px) {
    .footer .new-customer { width: 90%; }
}

.footer p:first-child strong {
    font-size: 1.2rem;
}

.footer p {
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .footer-hide { display: none; }
}

@media screen and (max-width: 767px) {
    .footer-section { margin-top: 20px; }
    .footer-section p { margin: 0 0 8px; }
    .footer-section p:first-child { margin: 0 0 12px; }
}

.footer a {
    color: #fff;
    text-decoration: none !important;
}

.footer .copyright p {
    font-size: 0.8rem;
    text-transform: uppercase;
}

#packages {
    padding: 60px 0;
}

#packages a.block {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 991px) {
    #packages { padding: 20px 0 60px 0; }
    #packages > .container > h2 { font-size: 1.8rem; }
}

@media screen and (min-width: 1200px) {
    #packages > .container { max-width: 1368px; }
}

#packages .lead {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    #packages .lead { margin-bottom: 20px; }
}

.package {
    padding: 10px 15px;
    border: 1px solid transparent;
    width: 90%;
    margin: 0 auto 20px auto;
    border-radius: 10px;
}

@media screen and (max-width: 991px) {
    .package { margin: 0 auto; }
    .stock-toggle { margin-top: 20px !important; }
}

.preorder-stock img {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}

.out-of-stock img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.out-of-stock .package-price {
    color: #9E9E9E;
}

.out-of-stock p {
    color: #9E9E9E;
}

.package .row { width: 100%; }

.package:hover {
    border: 1px solid #efefef;
}

.package .detail:last-of-type {
    color: #1976d2;
    font-weight: 800;
}

.package .label {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: -5px;
    font-size: 0.6rem;
    color: #9e9e9e;
}

.package img { width: 80%; }

.package .detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.package .detail p { text-align: center; padding-top: 10px; }

@media screen and (max-width: 991px) {
    .package .detail { font-size: 0.95rem; }
    .package .label { font-size: 0.75rem; }
}

@media screen and (max-width: 374px) {
    .cpu-vendor { display: none; }
}

@media screen and (max-width: 1199px) {
    .cpu-clock { display: none; }
}

.package-mobile-details {
    text-align: center;
    background: #f4f4f4;
    padding: 10px 5px;
    border-radius: 5px;
}

.package-mobile-details p {
    color: #000000;
    margin: 0 0 8px;
}

.package-mobile-details a {
    margin-top: 10px;
 }

@media screen and (min-width: 992px) {
    .hide-992 { display: none; }
}

@media screen and (min-width: 576px) {
    .hide-576 { display: none; }
}

#service-features {
    padding: 10px 0 80px 0;
}

#service-features h2 {
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    #service-features h2 { font-size: 1.8rem; }
}

@media screen and (max-width: 575px) {
    #service-features { padding: 10px 0 30px 0; }
}

#service-features .service-feature {
    border: 1px solid #efefef;
    padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#service-features .service-feature .detail {
    display: flex;
    align-items: center;
}

#service-features .service-feature p {
    text-align: left;
    padding-top: 15px;
    font-size: .95rem;
}

@media screen and (max-width: 991px) {
    #service-features .service-feature img { max-width: 50px; }
}

strong { font-weight: bold; }
img.invert { filter: invert(100%); }
.rotate-15 { transform: rotate(15deg); }
a.block { display: block; text-decoration: none; }
a { outline: none !important; }
.row img { width: 100%; }

@media screen and (max-width: 991px) {
    p.lead { font-size: 1.2rem; }
}

.btn.btn-white-o {
    transition: background-color .1s ease;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn.btn-white-o:hover, .btn.btn-white-o:focus, .btn.btn-white-o:active {
    transition: background-color .1s ease;
    background: #fff;
    color: #000;
}

.termsListFirst > li > p:first-child {
    font-weight: bold;
    margin-top: 20px;
}

#navbarResponsive .active {
    font-weight: 700;
}

.subscription-item {
    padding: 20px 10px;
    margin: auto;
    text-align: center;
}

.center {
    margin: auto;
    text-align: center;
}

.information-row {
    margin: 40px 0;
}

.information-row ul {
    margin-top: -16px;
}

.information-row .col-lg-3 {
    text-align: center;
}

.information-row img {
    width: 50px;
    height: auto;
}

#cpuMark {
    margin-top: -40px;
}

@media screen and (max-width: 991px) {
    .information-row img {
        display: none;
    }
}

.btn-configure {
    padding: 10px 25px;
    color: #fff;
    background: #176ec4;
    border-color: #176ec4;
}

.btn-configure:hover {
    color: #fff;
    background: #1b80e4;
}

.btn-configure.focus,
.btn-configure:focus {
    box-shadow: 0 0 0 .2rem rgba(25, 118, 210, .5)
}

.center > .btn-configure {
    margin-top: -30px;
}

@media screen and (max-width: 991px) {
    .center > .btn-configure { margin-top: 0px; }
}

.out-of-stock-alert {
    margin: 0 10% 16px;
}

#locations .card {
    margin: 10px;
}

#locations .datacenter-gallery img {
    min-width: 125px;
}
