@charset "UTF-8";

/*
 * Imports
 * =========================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700);


/*
 * Base
 * =========================================== */

body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    background-color: white;
    color: #454d42;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 768px) {
    body {
        background: none;
    }
}

.home-icon img {
    margin: 15px 15px 15px 0;
}

ul.nav {
    margin: 45px 0 -10px 0;
}

ul.navbar-right {
    float: right;
}

ul.nav a {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #50abf1;
    padding: 35px 15px 32px 15px;
}

ul.nav a:hover {
    color: #50abf1;
    background: #FFFFFF;
    border-radius: 0px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #50abf1;
    background-color: #FFFFFF;
}

.nav-pills > li.active > a:before,
.nav-pills > li.active > a:hover:before,
.nav-pills > li.active > a:focus:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #c3d62b;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #50abf1;
    background-color: #F6F6F6;
    background-image: linear-gradient(to bottom,rgb(239, 239, 239) 0,rgb(239, 239, 239) 100%);
}

.capreg .form-control {
    border-radius: 0px;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 8px 0;
    height: 37px;
}

.header-text h1,
.header-text p,
.header-text a {
    color: white;
}

.header-text h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 24px;
}

.header-text p {
    color: white;
    font-size: initial;
}

.section-header {
	background-image: url(/images/client/kingfisher/header.jpg);
    padding: 50px 0;
}

.section-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.section-pink {
	background: rgba(230,38,123,1);
}

.section-white {
	background: rgb(255, 255, 255);
}

.section-blue {
    background: rgb(0, 166, 213);
}

.white {
	color: white;
}

.grey {
	color: #bdbdbd;
}

.pagetitle {
    font-weight: bold;
    padding: 25px 0;
}

.contenttitle {
    font-weight: bold;
    padding: 25px 0 0 0;
}

.formtitle {
    padding: 0 0 20px 0;
}

.form-horizontal .control-label{
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    margin: 8px 0;
}

.spacer {
    padding: 25px 0 10px 0;
}

.btn-capreg {
    background-color: #61abf0;
    font-size: 1.125em;
    color: #fff;
}

.btn-capreg:hover {
    background-color: #00539e;
    font-size: 1.125em;
    color: #fff;
}

.btn.btn-capreg {
    padding: 9px 36px;
}

.btn-capreg-plain {
    background-color: #ffffff;
    font-size: 1.125em;
    color: #0b7c95;
    border-color: #0b7c95;
}

.btn-capreg-plain:hover {
    background-color: #ffffff;
    font-size: 1.125em;
    color: #0b7c95;
    border-color: #0b7c95;
}

.btn.btn-capreg-plain {
    padding: 9px 36px;
}

.main-footer {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 1888px;
    max-width: 100%;
}


/*
 * Footer
 * =========================================== */

.global-footer {
    padding: 20px 10px 0;
    background-color: #2059aa;
    color: white;
    background: linear-gradient(to right,  #188ecb 0%,#0250a2 100%); /* W3C */
}

@media (min-width: 48em) {
    .global-footer {
        margin-top: 40px;
        padding: 20px 0 0;
        background: #3290cb; /* Old browsers */
        background: -moz-linear-gradient(left, #3290cb 0%, #1d51a0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3290cb), color-stop(100%,#1d51a0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #3290cb 0%,#1d51a0 100%); /* Chrome10+,Safari5.1+ */
        background: -ms-linear-gradient(left, #3290cb 0%,#1d51a0 100%); /* IE10+ */
        background: linear-gradient(to right, #3290cb 0%,#1d51a0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3290cb', endColorstr='#1d51a0',GradientType=1 ); /* IE6-9 */
    }
}

.global-footer a {
    color: white;
}

    .global-footer a:hover {
        color: #61abf0;
    }

.global-footer h2 {
    font-weight: 700;
    font-size: 18px;
    color: white;
}

.global-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.global-footer .site-links li {
    margin: 6px 0;
}

.global-footer .site-links a {
    padding-left: 20px;
    background-image: url("/images/client/kingfisher/site-link-white.png");
    background-image: url("/images/client/kingfisher/site-link-white.svg"), none;
    background-position: left 5px;
    background-repeat: no-repeat;
}

/* Opening times table */

.global-footer .opening-times {
    width: 100%;
    text-align: left;
}

    .global-footer .opening-times tbody > tr:nth-child(2n+1) > td,
    .global-footer .opening-times tbody > tr:nth-child(2n+1) > th {
        background-color: #2361b3;
    }

    .global-footer .opening-times th,
    .global-footer .opening-times td {
        padding: 7px 10px;
        font-weight: normal;
    }

    .global-footer .opening-times th {
        width: 50%;
    }

    .global-footer .opening-times td {
        width: 50%;
    }

/* Contact panel */

.global-footer .contact {
    margin: 20px 0;
    padding: 5px 0 10px;
    border-top: 1px solid #24679b;
    border-bottom: 1px solid #24679b;
}

    .global-footer .contact h2 {
        margin-bottom: 10px;
    }

    .global-footer .contact a {
        display: block;
        margin: 10px 0;
        background-position: left 4px;
        background-repeat: no-repeat;
    }

    .global-footer .contact .email-icon {
        padding-left: 32px;
        background-image: url("/images/client/kingfisher/email-icon.png");
        background-image: url("/images/client/kingfisher/email-icon.svg"), none;
    }

    .global-footer .contact .tel-icon {
        padding-left: 24px;
        background-image: url("/images/client/kingfisher/tel-icon.png");
        background-image: url("/images/client/kingfisher/tel-icon.svg"), none;
    }

@media (min-width: 48em) {
    .global-footer .contact {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

        .global-footer .contact a {
            display: inline-block;
            margin-top: 0;
        }

        .global-footer .contact .tel-icon {
            margin-left: 20px;
        }
}

/* Legal byline */

.global-footer .site-legal {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #3f74ad;
}

    .global-footer .site-legal p {
        margin: 0;
        font-size: 14px;
    }

@media (min-width: 48em) {
    .global-footer .site-legal {
        background: #359ad0; /* Old browsers */
        background: -moz-linear-gradient(left, #359ad0 0%, #2059aa 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#359ad0), color-stop(100%,#2059aa)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #359ad0 0%,#2059aa 100%); /* Chrome10+,Safari5.1+ */
        background: -ms-linear-gradient(left, #359ad0 0%,#2059aa 100%); /* IE10+ */
        background: linear-gradient(to right, #359ad0 0%,#2059aa 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359ad0', endColorstr='#2059aa',GradientType=1 ); /* IE6-9 */
    }
}

/* Social media links */

.global-footer .social-media {
    margin-top: 20px;
}

    .global-footer .social-media li {
        display: inline-block;
    }

    .global-footer .social-media a {
        display: block;
        width: 48px;
        height: 48px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #5993c8;
        background-position: center;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }

    .global-footer .social-media .facebook {
        background-image: url("/images/client/kingfisher/facebook-icon.png");
        background-image: url("/images/client/kingfisher/facebook-icon.svg"), none;
    }

    .global-footer .social-media .twitter {
        background-image: url("/images/client/kingfisher/twitter-icon.png");
        background-image: url("/images/client/kingfisher/twitter-icon.svg"), none;
    }

    .global-footer .social-media .instagram {
        background-image: url("/images/client/kingfisher/instagram-icon.png");
        background-image: url("/images/client/kingfisher/instagram-icon.svg"), none;
    }

    .global-footer .social-media .youtube {
        background-image: url("/images/client/kingfisher/youtube-icon.png");
        background-image: url("/images/client/kingfisher/youtube-icon.svg"), none;
    }

    @media (min-width: 48em) {
        .global-footer .social-media {
            float: right;
            margin-top: 0;
        }

            .global-footer .social-media li + li {
                margin-left: 15px;
            }
    }
    
    ul, ol, dl {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
    list-style-position: outside;
    }


p {
	font-family: inherit;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
}

h1 {
	font-size: 38px;
	margin: 0.375em 0 0.25em;
    padding-bottom: 0.25em;
	color: #454d42;
}
h2 {
	font-size: 28px;
	color: #454d42;
	line-height: 1.4em;
    margin: 10px 0 20px;
	color: #454d42;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
    margin: 0.6em 0 0.35em;
	color: #2383c6;
}
h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
    margin: 1em 0 0.3em;
	color: #2383c6;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}