/*!
     * IE10 viewport hack for Surface/desktop Windows 8 bug
     * Copyright 2014-2015 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
     */

/*
     * See the Getting Started docs for more information:
     * http://getbootstrap.com/getting-started/#support-ie10-width
     */
@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


@font-face {
    font-family: 'Lota Grotesque';
    src: url(/fonts/lotagrotesque/LotaGrotesque.otf) format("opentype");
}

@font-face {
    font-family: 'Lota Grotesque Bold';
    src: url(/fonts/lotagrotesque/LotaGrotesque-Bold.otf) format("opentype");
}

body {
    background-color: #000000;
}


*.plus {
    font-family: 'Lota Grotesque', san-serif;
}

/* html, body {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }


    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(164,104,41,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(164,104,41,0.3);
        background-color: #00e6c8;
    }

    .finance-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(93,189,115,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .finance-body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(93,189,115,0.3);
        background-color: #00e6c8;
    } */
body {
    background-color: #ffffff;
}

hr {
    margin: 0px 0px 0px 0px;
    border: 0px solid #d5d5d5;
    display: inline-block;
}

.bumper {
    width: 100%;
    padding: 80px 0px;
    background-color: #ffffff;
}

#protect,
#onsite,
#repair,
#code,
#deploy,
#project {
    padding: 0px !important;
}



/*.bumper:nth-child(odd) {
        background-color: #D9FBF7;
        margin-bottom: 0px;
        background-position: center center;
        background-size: cover;
    }

    .bumper:nth-child(even) {
        background-color: #ffffff;
        margin-bottom: 0px;
        background-position: center center;
        background-size: cover;
    }*/


.heightspacer {
    height: 20px;
}

.nopadding {
    padding: 0;
}

.resize {
    width: auto;
    max-width: 100%;
}

.icon-svg {
    vertical-align: middle;
    height: 22px;
}

.icons-social {
    margin-right: 10px;
    margin-bottom: 5px;
}

.icons-social:hover {
    color: #43c7f1;
}

.text-white {
    color: #FFF;
}

/* footer {
        background-color: #14192D;
        background-position: 100% 85%;
        background-size: 1600px;
        background-image: url("/images/plus/plus-bg.jpg");
        background-repeat: no-repeat;
        color: #ffffff;
        font-size: 9pt;
        vertical-align: middle;
        padding: 30px 0;
    } */
/* 
    .icons {
        background-color: #14192D!important;
    } */

.resize {
    width: auto;
    max-width: 100%;
}

li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #292725;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.jumbotron {
    margin-bottom: 0px!important;
    background-position: 50% 100%;
    background-size: cover;
    background-image: url("/images/plus/plus-bg.jpg");
    background-repeat: no-repeat;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    background-color: #14192D;
    height: 600px;
}

.jumbotron img {
    width: 90%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
}

.jumbotron h1 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 40px;
}

.list-inline {
    padding-left: 0;
    /* margin-left: -5px; */
    list-style: none;
    width: 95%;
    margin: 10px auto 10px auto;
}

.text-bg {
    padding-top: 140px;
    padding-bottom: 140px;
    width: 100%;
    height: 100%;
    background-position: -0% 81%;
    background-size: 440px;
    background-image: url(/images/plus/bg-text-uk.png);
    background-repeat: no-repeat;
}

.services-logo {
    margin-top: 30px;
}

.glyphicon {
    font-size: 24pt;
}

.plusbtn {
    margin: 5px 15px 30px 0px;
}

.spacer {
    padding: 15px;
    text-align: left;
}

.list-inline>li {
    padding-left: 2px;
    padding-right: 2px;
}

.videocontainer {
    margin: 0 auto;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    max-width: 400px;
}

.youtube-player {
    position: relative;
    height: 220px;
    overflow: hidden;
    max-width: 100%;
    background: none;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 114%;
    width: 114%;
    position: absolute;
    right: 0;
    top: -44px;
    left: -50px;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("/images/plus/play-btn.png") no-repeat;
    cursor: pointer;
}

.finance-body .navbar-default .navbar-nav>li>a:hover,
.finance-body .navbar-default .navbar-nav>li>a:focus {
    color: #00E6C8;
    border-bottom: 4px solid #00E6C8;
}

#mainlogo {
    background-image: url("/images/plus/logo_group.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 184px;
    height: 0;
    padding-top: 34.96%;
}

#terms .resize {
    max-width: 164px !important;
    display: block;
    margin: 0 auto;
}

.terms-logo {
    max-width: 800px;
    margin: 0 auto;
}

h1 {
    font-size: 36px;
    color: #ffffff !important;
    text-transform: uppercase;
}

.plus h1,
.plus h2,
.plus h4 {
    font-weight: 700;
    font-family: 'Lota Grotesque';
}

h2.mainheading {
    letter-spacing: 0px;
    font-size: 60px;
    color: #162B75 !important;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 30px;
}

.plus h3 {
    font-weight: 700;
    font-family: 'Lota Grotesque';
    font-size: 30px;
    color: #283272;
    margin-bottom: 10px;
}

.plus h4 {
    color: #ffffff !important;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
}

h5.plus {
    color: #1946FA !important;
    letter-spacing: 0px;
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.plus h6 {
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

p {
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

.protect-top,
.onsite-top,
.repair-top {
    background-color: #D9FBF7;
    width: 29%!important;
    text-align: center;
    display: inline-block;
    margin: 0 2%;
    padding: 0;
    background-image: url(/images/plus/frame-top-right.png), url(/images/plus/frame-bottom-left.png);
    background-size: 40px 40px, 40px 40px;
    background-position: top right, bottom left;
    background-repeat: no-repeat;
}

.protect-inner {
    padding: 70px;
    background-image: url("/images/plus/logo_protect_colour.png");
    background-size: 204px 70px;
    background-position: center;
    background-repeat: no-repeat;
}

.protect-inner:hover {
    background-image: url("/images/plus/logo_protect_white.png");
    background-color: #1946FA;
}

.repair-inner {
    padding: 70px;
    background-image: url("/images/plus/logo_repair_colour.png");
    background-size: 204px 70px;
    background-position: center;
    background-repeat: no-repeat;
}

.repair-inner:hover {
    background-image: url("/images/plus/logo_repair_white.png");
    background-color: #1946FA;
}

.onsite-inner {
    padding: 70px;
    background-image: url("/images/plus/logo_onsite_colour.png");
    background-size: 204px 70px;
    background-position: center;
    background-repeat: no-repeat;
}

.onsite-inner:hover {
    background-image: url("/images/plus/logo_onsite_white.png");
    background-color: #1946FA;
}

.service-copy {
    text-align: left !important;
    padding: 50px 40px!important;
    background-color: #D9FBF7;
    background-image: url("/images/plus/frame-top-right.png"), url("/images/plus/frame-bottom-left.png");
    background-size: 40px 40px, 40px 40px;
    background-position: top right, bottom left;
    background-repeat: no-repeat;
}

.service-image {
    display: block;
    margin: 0 auto;
    text-align: center;
    height: auto;
    position: relative;
    min-height: 300px;
}

.service-image img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#protect .service-image {
    background-image: url("/images/plus/plus-image-protect.jpg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

#onsite .service-image {
    background-image: url("/images/plus/plus-image-onsite.jpg");
    position: relative;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
}

#repair .service-image {
    background-image: url("/images/plus/plus-image-repair.jpg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.same-height {
    display: flex!important;
    margin-bottom: 0!important;
}

.plus-container {
    margin: 0 auto;
}

.main-images {
    margin-top: 40px;
}

.service-btn,
.service-btn:active,
.service-btn:active:focus {
    background-color: #00E6C8;
    border-radius: 3px;
    color: #14192D;
    font-weight: 500;
    font-size: 14px;
    padding: 15px;
    min-width: 150px;
    margin: 15px 15px 30px 0px;
    border: 3px solid #00E6C8;
}

.service-btn:hover {
    background-color: #1946FA;
    border: 3px solid #1946FA;
    color: #ffffff;
}

.service-btninverse,
.service-btninverse:active,
.service-btninverse:active:focus {
    background-color: transparent;
    border: 3px solid #00E6C8;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    padding: 15px;
    min-width: 150px;
    margin: 15px 15px 30px 0px;
}

.service-btninverse:hover {
    background-color: #1946FA;
    border: 3px solid #1946FA;
    color: #ffffff;
}

.dash:after {
    content: '';
    margin: 0 auto;
    width: 100px;
    display: block;
    height: 10px;
    background: #0d87c2;
    margin-top: 15px;
}

.direction {
    direction: rtl !important;
}

.line {
    height: 20px;
    vertical-align: bottom;
}

.icon-size {
    width: 90%;
    max-width: 90px;
}

/*--.stat:hover {
    width: 30.8%!important;
    margin: 0.5%!important;
    }--*/

.more-info {
    margin: 0 auto;
    padding: 60px 0;
    color: #ffffff !important;
    text-align: center;
    background-color: #14192D;
}

.plus-symbol {
    z-index: 999;
    width: 100%;
    margin: -40px auto -40px auto;
    display: block;
}

.plus-symbol img {
    width: 80px;
    margin: 0 auto;
    display: block;
}

.info-container {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.more-info h2,
.more-info h3 {
    color: #00E6C8 !important;
    margin-bottom: 20px;
}

.more-info h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}

.more-info p {
    padding-top: 15px;
}

.callback {
    width: 180px !important;
}

.last {
    margin-bottom: 25px;
}

.terms {
    font-weight: 600;
    font-size: 20px;
    margin: 20px auto 10px auto !important;
}

.terms-btn,
.terms-btn:active,
.terms-btn:active:focus {
    background-color: transparent;
    border: 3px solid #ffffff !important;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    padding: 15px;
    min-width: 150px;
    margin: 10px 5px 40px 5px !important;
}

.terms-btn:hover {
    background-color: #5dbd73;
    border: 3px solid #5dbd73 !important;
    color: #ffffff;
    border-radius: 3px;
    font-weight: bold;

}
.btn {
    padding: 10px!important;
}
.support-btn,
.support-btn:active,
.support-btn:active:focus {
    background-color: #162B75;
    border: 3px solid #162B75 !important;
    border-radius: 3px !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 10px!important;
    min-width: 120px;
}

.support-btn:hover {
    background-color: #1946FA;
    border: 3px solid #1946FA !important;
    color: #ffffff !important;
}

.support-btninverse,
.support-btninverse:active,
.support-btninverse:active:focus {
    background-color: transparent;
    border: 3px solid #162B75 !important;
    border-radius: 3px !important;
    color: #162B75 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    min-width: 120px;
}

.support-btninverse:hover {
    background-color: #1946FA;
    border: 3px solid #1946FA !important;
    color: #ffffff !important;
}

@media (max-width: 1280px) {

    .more-info-main {
        font-size: 70pt;
        color: #ffffff;
    }

    div#overlay {
        position: relative;
    }

    .changethis {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .resize {
        width: 98%;
    }

    .service-sections {
        width: 46%;
    }

}

@media (max-width:1100px) {

    .videocontainer {
        max-width: 350px;
    }

    .youtube-player {
        height: 200px;
    }

}


@media (max-width: 991px) {
    .same-height {
        display: table!important;
    }
}

@media (max-width: 970px) {

    .protect-inner,
    .onsite-inner,
    .repair-inner {
        background-size: 70% auto;
    }

    .protect-top,
    .onsite-top,
    .repair-top {
        width: 28.333333%!important;
    }

    .service-image {
        height: 230px;
    }

    #onsite .service-image {
        float: none;
    }

    .btn {
        margin: 10px 15px 10px 0px;
    }

    .service-copy {
        padding: 30px 30px 50px 30px;
    }

    .more-info {
        padding: 50px 30px;
    }

    h2 {
        font-size: 48px;
    }

    .more-info h2 {
        color: #00E6C8 !important;
        font-size: 36px !important;
        margin-bottom: 20px;
    }

    .more-info h3 {
        color: #00E6C8 !important;
        font-size: 27px !important;
        margin-bottom: 20px;
    }


    .jumbotron img {
        width: 90%;
        max-width: 280px;
    }
}

@media (max-width: 800px) {}

@media (max-width: 600px) {

    .bumper {
        padding: 55px 0px;
    }


    #mainlogo {
        width: 150px !important;
    }

    p {
        padding left: 2px;
        padding right: 2px;
    }

    .jumbotron {
        margin-bottom: 0px;
        background-position: 75% 101% !important;
        background-size: 1100px !important;
        background-image: url("/images/plus/plus-bg.jpg");
        background-repeat: no-repeat;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #14192D;
        height: auto;
    }

    .jumbotron h1 {
        width: 100%;
        max-width: 350px;
        margin: 40px auto 0 auto;
    }

    .protect-top,
    .onsite-top,
    .repair-top {
        background-color: #D9FBF7;
        width: 90%!important;
        max-width: 400px;
        margin: 2%;
    }

    .protect-inner,
    .onsite-inner,
    .repair-inner {
        background-size: 60% auto;
        padding: 90px;
    }

    .text-bg {
        padding-top: 140px;
        padding-bottom: 140px;
        width: 100%;
        height: auto;
        background-position: -5% -15%;
        background-size: 280px;
    }

}

@media (max-width: 480px) {

    .jumbotron img {
        width: 90%;
        max-width: 240px;
    }

    .youtube-player img {
        max-width: 123% !important;
        width: 120% !important;
        top: -37px !important;
        left: -60px !important;
    }

    .bumper {
        padding: 45px 0px;
    }

}

#page {
    margin-top: 0 !important;
}

.accordion-panel {
    display: none;
    /* ensure all panels start hidden */
}
