﻿h1 {
    margin: 0;
}

.indicator {
    visibility: hidden;
    position: fixed;
    bottom: 30px;
    left: 0;
    height: 80px;
    width: 100px;
    text-align: center;
    line-height: 80px;
    box-shadow: 0 0 5px 0px rgb(0,0,0);
    font-size: 40px;
    background: white;
}

body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.search-confidence {
    position: relative;
    margin-top: 15px;
}

    .search-confidence::before {
        content: "";
        border: 150px solid transparent;
        border-bottom-width: 35px;
        border-top-width: 0px;
        border-bottom-color: rgb(68,65,67);
        position: absolute;
        left: 50%;
        margin-left: -150px;
        bottom: 100%;
    }

    .search-confidence img {
        max-width: 150px;
    }

    .search-confidence ul {
        list-style-position: inside;
    }

    .search-confidence ul {
        padding-left: 0;
    }

        .search-confidence ul > li {
            width: auto;
            font-weight: bold;
            font-size: 24px;
        }

.icon-label {
    line-height: 35px;
    font-weight: 700;
}

.icon-label a {
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .icon-label:nth-of-type(1) {
        border-left: 1px solid rgb(255,255,255);
    }

    .icon-label:nth-of-type(2) {
        border-left: 1px solid rgb(255,255,255);
        border-right: 1px solid rgb(255,255,255);
    }

    .icon-label:nth-of-type(3) {
        border-right: 1px solid rgb(255,255,255);
    }
}

.icon-label img {
    margin-right: 10px;
}

.flex-middle {
    display: flex;
    align-content: center;
}

.flex-middle-center {
    display: flex;
    align-content: center;
    justify-content: center;
}

.i-am-strong {
    font-weight: 700;
}

.margin-auto {
    margin: auto;
}

.small-pad-no-margin {
    padding: 15px 0;
    margin: 0;
}

.navbar-default .navbar-nav > li > a {
    color: rgb(0,0,0);
    border-top-color: rgb(255,255,255);
    position: relative;
}

    .navbar-default .navbar-nav > li > a:hover::before {
        content: "";
        position: absolute;
        height: 3px;
        background: rgb(241,242,242);
        background: rgb(0,174,239);
        left: 100%;
        right: 50%;
        top: 5px;
        animation: expand 0.5s;
        animation-fill-mode: forwards;
    }

.blur {
    color: transparent !important;
    text-shadow: 0 0 3px rgb(0,0,0);
    transition-duration: 0.5s
}

.navbar-default .navbar-nav > li > a:hover::after {
    content: "";
    position: absolute;
    height: 3px;
    background: rgb(0,174,239);
    left: 50%;
    right: 50%;
    bottom: 5px;
    animation: expand 0.5s;
    animation-fill-mode: forwards;
}

@keyframes expand {
    0% {
        left: 50%;
        right: 50%;
    }

    100% {
        left: 15px;
        right: 15px;
    }
}

.navbar.navbar-default {
    background: initial;
    border: initial;
    border-radius: initial;
    min-height: 150px;
    margin-bottom: 0;
}

    .navbar.navbar-default .container-fluid {
        display: flex;
        align-items: center;
        ajustify-content: center;
        width: 100%;
        height: 150px;
    }

    .navbar.navbar-default .logo {
        max-width: 200px;
    }

.navbar-brand {
    height: initial;
}

.navbar-container {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    ajustify-content: center;
}

.img-overlay img {
    margin: auto;
}

.header-blocks {
    width: 200px;
    aborder: 1px solid black;
}

.logo-block {
    min-height: 94px;
}

.header-blocks.dealer-login {
    width: 250px;
    border: 1px solid rgb(241,242,242);
    text-align: center;
}

.dealer-login ul {
    width: 100%;
}

.header-blocks.dealer-login:hover {
    background: rgb(0,174,239);
    border: 1px solid rgb(255,255,255);
    transition-duration: 0.5s
}

    .header-blocks.dealer-login:hover .navbar-nav > li > a {
        color: rgb(255,255,255);
    }

        .header-blocks.dealer-login:hover .navbar-nav > li > a:before {
            height: 0;
        }

        .header-blocks.dealer-login:hover .navbar-nav > li > a:after {
            height: 0;
        }

.img-overlay div {
    position: absolute;
    line-height: 30px;
    font-size: 30px;
    top: 50%;
    width: 100%;
    margin-top: -15px;
    color: rgb(255,255,255);
    text-align: center;
    z-index: 2;
}

.navbar-collapse {
    width: calc(100% - 450px);
}

.larger {
    font-size: 16px;
}

.nav.navbar-nav {
    margin: 0 auto;
    float: initial;
    display: inline-block;
}

    .nav.navbar-nav li {
        text-transform: uppercase;
        font-size: 12px;
        float: initial;
        display: inline-block;
    }

@media (min-width: 992px) and (max-width: 1199px) {

    .nav.navbar-nav li {
        font-size: 10px;
    }

    .navbar-container {
        width: initial;
    }
}

@media (max-width: 992px) {
    .header-blocks {
        width: 100%;
    }

    .navbar-container {
        width: 100%;
    }

    .navbar-toggle.collapsed {
        margin-top: 30px;
    }
}

.pad-b-15 {
    padding-bottom: 15px;
}


.big-pad {
    padding: 50px 15px;
}

    .big-pad h2 {
        margin: 0 0 25px 0;
    }

.jumbotron {
    margin-bottom: 10px;
}

.bg-grey {
    background: rgb(241,242,242);
}

.bg-blue {
    background: rgb(0,174,239);
    color: rgb(255,255,255);
}

.bg-black {
    background: rgb(68,65,67);
    color: rgb(255,255,255);
}


.swiper-container {
    height: 300px;
}

    .swiper-container a, .swiper-container a:hover, .swiper-container a:focus, .swiper-container a:active,
    .prod-list a, .prod-list a:hover, .prod-list a:focus, .prod-list a:active {
        color: rgb(0,0,0);
        text-decoration: none;
    }

.banner-container {
    position: absolute;
    top: 50%;
    margin-top: -110px;
    left: 10%;
    z-index: 1000;
    width: 80%;
    text-transform: uppercase;
    color: rgb(255,255,255);
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    height: 220px;
}

.banner-container-sm {
    margin-top: -55px;
    height: 110px;
}

.banner-container-md {
    margin-top: -85px;
    height: 170px;
}

.relative {
    position: relative;
}

.banner-container a {
    border: 1px solid rgb(255,255,255);
    color: rgb(255,255,255);
    font-size: 24px;
    padding: 10px 25px;
    line-height: 70px;
    font-weight: 700;
}

    .banner-container a:hover {
        text-decoration: none;
    }

.banner-container h1 {
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
}

.banner-strap-line {
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    display: block;
}

.banner-strap-line-sm {
    font-size: 40px;
    line-height: 50px;
}

.banner-strap-line-fat {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    display: block;
}

.swiper-container-news {
    width: 120%;
    margin-left: -10%;
}

.full-width {
    width: 100%;
    height: auto;
}

.swiper-container-header,
.swiper-container-news,
.swiper-container {
    position: relative;
}

    .swiper-container-header .swiper-pagination-bullet {
        background: rgb(255,255,255);
        box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
    }

.overflow-hidden {
    overflow: hidden;
}

.buffer-this-img {
    border-left: 7.5px solid rgb(255,255,255);
    border-right: 7.5px solid rgb(255,255,255);
}

.timeline-TweetList {
    max-height: 300px;
}

footer {
    background: rgb(64,64,66);
    color: rgb(255,255,255);
    font-size: 12px;
}

    footer ul {
        list-style: none;
        padding-left: 0;
    }

    footer h3 {
        font-size: 20px;
    }


    footer .social-media-circle {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 100%;
        background: rgb(255,255,255);
        color: rgb(64,64,66);
        margin-right: 10px;
    }

#uk-leaders {
    height: 126px;
    display: flex;
    font-size: 24px;
    align-items: center;
    ajustify-content: center;
    background: url('/Themes/Jettec/Content/images/template/uk-bg-l.png') no-repeat, url('/Themes/Jettec/Content/images/template/uk-bg-r.png') no-repeat;
    background-position: left center, right center;
}

    #uk-leaders:before {
        content: "";
    }



@media (max-width: 767px) {
    .navbar.navbar-default, .navbar-container, .navbar.navbar-default .container-fluid {
        min-height: 90px;
        height: 90px;
    }
}


@media (max-width: 991px) {

    .navbar-container {
        margin-bottom: 15px;
    }

    #hamburger-menu {
        line-height: 100px;
        text-align: center;
        float: right;
        margin-right: 25px;
    }

    .navbar-container {
        display: initial;
    }

    .header-blocks {
        width: 50.5%;
        float: left;
    }

    .nav.navbar-nav.centre-fix {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 99;
        background: rgb(241,242,242);
        color: rgb(255,255,255);
        left: 0;
        top: 100%;
        border-top: 2px solid rgb(0,174,239);
        border-bottom: 2px solid rgb(0,174,239);
    }


    .nav.navbar-nav li {
        display: block;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0px;
    }
}




@media (min-width: 668px) and (max-width: 1199px) {
    .banner-container {
        position: absolute;
        top: 50%;
        margin-top: -80px;
        left: 10%;
        z-index: 1000;
        width: 80%;
        text-transform: uppercase;
        color: rgb(255,255,255);
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        height: 180px;
    }

    .banner-container-sm {
        margin-top: -60px;
        height: 90px;
    }

    .banner-container-md {
        margin-top: -55px;
        height: 150px;
    }

    .banner-container a {
        border: 1px solid rgb(255,255,255);
        color: rgb(255,255,255);
        font-size: 16px;
        padding: 10px 25px;
        line-height: 56px;
        font-weight: 700;
    }

        .banner-container a:hover {
            text-decoration: none;
        }

    .banner-container h1 {
        font-size: 30px;
        line-height: 20px;
        font-weight: 700;
    }

    .banner-strap-line {
        font-size: 40px;
        line-height: 50px;
        font-weight: 300;
        display: block;
    }

    .banner-strap-line-sm {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-strap-line-fat {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        display: block;
    }

    .constrict {
        width: 66%;
        margin: auto;
    }


    #uk-leaders {
        height: 126px;
        display: flex;
        font-size: 24px;
        padding-left: 319px;
        ajustify-content: center;
        background: url('/Themes/Jettec/Content/images/template/uk-bg-l.png') no-repeat;
        background-position: left center;
    }
}

@media (max-width: 767px) {
    #uk-leaders {
        height: 126px;
        display: flex;
        font-size: 24px;
        align-items: center;
        ajustify-content: center;
        background: rgb(0,172,239);
        color: rgb(255,255,255);
    }
}


.blue-to-bluer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2569b2+0,2569b2+51,00aeef+51,00aeef+100 */
    background: #2766B1; /* Old browsers */
    background: -moz-linear-gradient(left, #2766B1 0%, #2766B1 51%, #00aeef 51%, #00aeef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2766B1 0%,#2766B1 51%,#00aeef 51%,#00aeef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2766B1 0%,#2766B1 51%,#00aeef 51%,#00aeef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.blueish-toblueisher {
    /*246CB4*/
    background: #2569B2; /* Old browsers */
    background: -moz-linear-gradient(left, #2569B2 0%, #2569B2 51%, #00aeef 51%, #00aeef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2569B2 0%,#2569B2 51%,#00aeef 51%,#00aeef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2569B2 0%,#2569B2 51%,#00aeef 51%,#00aeef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.green-to-greener {
    background: #1B713E; /* Old browsers */
    background: -moz-linear-gradient(left, #1B713E 0%, #1B713E 51%, #70A334 51%, #70A334 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1B713E 0%,#1B713E 51%,#70A334 51%,#70A334 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1B713E 0%,#1B713E 51%,#70A334 51%,#70A334 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.product-spec {
    font-size: 14px;
    margin-bottom: 15px;
}

.breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

ol.breadcrumb {
    margin-bottom: 0px;
    background: initial;
}

.border-grey {
    border: 1px solid rgb(241,242,242);
}

.small-pad {
    padding: 15px;
}


.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
    padding: 4px 0;
}

.embolden {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.medium-pad {
    padding: 15px;
}

.log-in-to-buy {
    background: rgb(241,242,242);
    display: block;
    padding: 5px;
    font-weight: 700;
}

.colour-pot {
    margin-top: 15px;
    width: 35px;
    height: 35px;
    display: inline-block;
    transform: rotate(-45deg);
    border-radius: 100% 10% 100% 100%;
    box-shadow: 0 0 0px 1px rgba(0,0,0,0.2);
    position: relative;
}


    .colour-pot::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 31px;
        height: 31px;
        border-left: 3px solid rgba(255,255,255,0.7);
        z-index: 999;
        border-radius: 100% 10% 100% 100%;
    }

    .colour-pot.black {
        background: rgb(0,0,0);
    }

    .colour-pot.cyan {
        background: rgb(0,157,235);
    }

    .colour-pot.magenta {
        background: rgb(228,0,121);
    }

    .colour-pot.yellow {
        background: rgb(255,243,0);
    }

.buy-button {
    display: block;
    background: rgb(0,174,239);
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-size: 24px;
    font-weight: 700;
}

.search-button {
    display: inline-block;
    background: rgb(0,174,239);
    color: rgb(255,255,255);
    text-transform: uppercase;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

    .buy-button:hover, .buy-button:focus, .buy-button:active, .search-button:hover, .search-button:focus, .search-button:active {
        text-decoration: none;
        color: rgb(255,255,255);
    }

#map {
    margin-top: 15px;
    width: 100%;
    height: 500px;
}

.form-control, .btn {
    border-radius: 0;
}

.btn-primary {
    background: #00AEEF;
    border-color: #00AEEF;
}

#my-home-coords {
    text-transform: uppercase;
}


.margin-default {
    margin-top: 15px;
    margin-bottom: 15px;
}


@media (max-width: 767px) {
    .margin-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #map {
        height: 400px;
    }

    .search-button {
        display: block;
    }
}

.home-carousel {
    max-height: 170px;
}


@media (max-width: 767px) {
    .flex-middle-xs-off {
        display: block !important;
        align-items: initial;
    }
}

.vertical-navigation > .swiper-pagination-bullets {
    right: initial;
    top: initial;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: calc(100% - 30px);
}

    .vertical-navigation > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
        display: inline-block;
    }


.display-none {
    display: none;
}

.cn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container-certifications {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .swiper-container-certifications {
        height: 200px;
        margin-bottom: 50px;
    }
}

.swiper-container-certifications .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer-links a {
    color: rgb(255,255,255);
    text-decoration: none;
}


.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-36 {
    font-size: 36px;
}

.font-48 {
    font-size: 48px;
}
