@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,700,800);

@font-face {
    font-family: 'GothamBoldRegular';
    src: url('/fonts/gotham-bold-webfont.eot');
    src: url('/fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-bold-webfont.woff') format('woff'),
         url('/fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('/fonts/gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBookRegular';
    src: url('/fonts/gotham-book-webfont.eot');
    src: url('/fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-book-webfont.woff') format('woff'),
         url('/fonts/gotham-book-webfont.ttf') format('truetype'),
         url('/fonts/gotham-book-webfont.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMediumRegular';
    src: url('/fonts/gotham-medium-webfont.eot');
    src: url('/fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-medium-webfont.woff') format('woff'),
         url('/fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('/fonts/gotham-medium-webfont.svg#GothamMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBlackRegular';
    src: url('/fonts/gotham-black-webfont.eot');
    src: url('/fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-black-webfont.woff') format('woff'),
         url('/fonts/gotham-black-webfont.ttf') format('truetype'),
         url('/fonts/gotham-black-webfont.svg#GothamBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GothamLightRegular';
    src: url('/fonts/gotham-light-webfont.eot');
    src: url('/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-light-webfont.woff') format('woff'),
         url('/fonts/gotham-light-webfont.ttf') format('truetype'),
         url('/fonts/gotham-light-webfont.svg#GothamLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------
    Millennium Pest Control London

Resets
--------------------------------------------------------*/
html {
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

    html, html a {
        -webkit-font-smoothing: antialiased;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-selection {
    background: #fe9400;
    color: #fff;
}

::selection {
    background: #fe9400;
    color: #fff;
}

a, a:visited, a:hover {
    outline: none;
}

body {
    background: #fff;
    font: 13px/1.5 'Century Gothic', 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    line-height: 1.5;
    color: #585858;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    scroll-behavior: smooth;
}

    body #load {
        width: 100%;
        height: 100%;
        position: fixed;
        overflow: hidden;
        z-index: 1001;
        background-color: #ffffff;
    }

img.responsive {
    width: 100%;
    height: auto;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

hr {
    border: solid #eeeeee;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    padding: 10px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 20px 0;
    overflow-x: auto;
}

.hidden {
    display: none !important;
}

.responsive img {
    width: 100%;
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #fe9400;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover, a:focus {
    color: #666666;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

p a, p a:visited {
    line-height: inherit;
}



/* ----------------- Lists ----------------- */

ul, ol {
    list-style: none;
    margin-bottom: 20px;
    padding: 0 0 0 30px;
}

    ul.styled-list {
        padding: 0;
    }

ol {
    list-style: decimal;
}

    ul li ul, ol li ul, ol li ul, ol li ol {
        margin-bottom: 0;
    }
    .pest-diagnosis ul { padding-left: 15px;}
    .pest-diagnosis ul li {
        list-style: circle;
        margin: 0.5em;
    }
/* ----------------- Typography ----------------- */

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: GothamBookRegular, 'Open Sans', sans-serif;
}

h1 {
    font-size: 60px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
}

h2 {
    font-size: 44px;
    text-transform: uppercase;
    position: relative;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin-bottom: 10px;
}
.text-justify {
    text-align: justify;
}
.text-center {
    text-align: center;
}

/* ----------------------------- Navigation ----------------------------- */
#size::after {
        content: " no-media-queries";
    }

nav {
    width: 100%;
    position: relative;
    z-index: 1000;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #000;
    box-shadow: 0px 4px 15px rgba(255,255,255,0.05);
    border-bottom: 1px solid #0f0f0f;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    nav.sticky-nav {
        background: #000;
        background: rgba(0,0,0,0.85);
    }

    .no-js nav {
        position: fixed;
        top: 0;
    }

    nav .container {
        width: 100%;
        max-width: 100%;
    }

    nav .container .three.columns {
        float: left;
        width: auto;
    }

    nav .container .nine.columns {
        float: right;
        width: auto;
    }

.main-menu, .logo {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-family: GothamBlackRegular;
    text-transform: uppercase;
    color: #fff;
}

    .main-menu li {
        display: inline;
        margin-left: 5px;
    }

    .main-menu a {
        font: normal normal normal 14px/1 'GothamBlackRegular', Sans-Serif;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 5px;
    }


    nav .main-menu a:hover {
        color: #ebebeb;
        background: #fe9400;
        transition: color 0.5s;
        -moz-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    nav .main-menu a:hover,
    nav .main-menu li.active a {
        color: #fff;
        background-color: #fe9400;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
.selectnav {
    display: none;
}


/* ----------------- Parallax ----------------- */
.parallax {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    color: #ffffff;
    z-index: 0;
}

    .parallax .container {
        display: table;
        overflow: hidden;
    }

    .parallax .parallax-content, .parallax .overlay {
        height: 400px;
    }

.parallax-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.overlay {
    background: url("/graphics/overlay-pattern.png");
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.parallax-background {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.background2 {
    background-image: url("/graphics/parallax/parallax2.jpg");
}
.background3 {
    background-image: url("/graphics/parallax/parallax3.jpg");
}
.background4 {
    background-image: url("/graphics/parallax/parallax4.jpg");
}
.background5 {
    background-image: url("/graphics/parallax/parallax5.jpg");
}
.background6 {
    background-image: url("/graphics/parallax/parallax6.jpg");
}


/* ----------------- Home Page ----------------- */
#home {
    min-height: 100vh;
    width: 100%;
    color: #010101;
    z-index: 10;
}

.home-parallax {
    background-image: url("/graphics/parallax/parallax1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fe9400;
    text-align: center;
}
#direct-dial { position: absolute; top: 10px; right: 10px; font-size: 40px; font-family: GothamBlackRegular, 'Open Sans', sans-serif; color: #ff9201;
}
#logo,
#page-logo
{
    padding: 60px 0 0 0;
    white-space: nowrap;
    width: 360px;
    margin: 0 auto;
}
#page-logo {
    padding-top: 40px;
}
#logo p,
#page-logo p
{   
    margin: 0;
    padding: 0;
    font: normal 51px 'GothamBlackRegular', sans;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
}
#page-logo p
{
    color: #000;
}
#logo div,
#page-logo div
{
    width: 60px;
    display: inline-block;
    margin: 0 -1.5px 0 0;
    padding: 0;
}
#logo div:first-of-type,
#page-logo div:first-of-type 
{ margin-left: -4px;

}
#logo div img,
#page-logo img {
    width: 100%;
}
#logo em,
#page-logo em
{
    font-size: 42px;
    font-style: normal;
    line-height: 42px;
    letter-spacing: 1.5px;
    word-spacing: 5px;
}
    #logo span,
    #page-logo span {
    font-size: 33px;
    font-style: normal;
    letter-spacing: 2.5px;
    word-spacing: 8px;
    }


/*------------------------ Quotes ------------------------*/

p.quote {
    font: 400 30px/0.8 'GothamBookRegular', Helvetica, sans-serif;
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.5);
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    text-transform:uppercase;
    z-index: 200;
    margin: 0 5%;
}

.quote i {
    font-size: 25px;
    display: inline-table;
    vertical-align: top;
    margin: 0 5px;
}

.parallax .quote i {
    color: #fff;
}

.quote-author {
    height: 24px;
    width: auto;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-top: 25px;
    z-index: 200;
    font-style: italic;
    text-align: center;
}


/* ----------------- Page Types ----------------- */
.page {
    padding: 60px 0;
    position: relative;
    background: #ffffff;
    text-align: center;
    z-index: 6;
    overflow: hidden;
}

    .page.sub-page {
        text-align: left;
        padding: 30px 0 0 0;
    }

        .page.sub-page #footer {
            text-align: center;
        }

/* ----------------- Page Titles ----------------- */
.title {
    text-align: center;
}

    .title h1 {
        line-height: 0.8;
        margin-bottom: 20px;
        line-height: 0.8;
        display: inline-block;
        padding: 10px 10px 3px;
    }

 h2.sub-page-title {
    margin: 60px 0 40px 0;
    font-size: 42px;
    line-height: 0.9;
}

.subtitle {
    font-family: 'Open Sans', "Times New Roman", Times, serif;
    font-size: 25px;
    line-height: 1.2;
    padding: 0;
    margin: 10px 0 5px 0;
    position: relative;
    z-index: 1;
    font-weight: 400;
    text-transform: uppercase;
}
.subtitle img { float: left; margin: 0 25px 10px 0;}
.product-gallery-title,
.product-title {
    font-family: 'Open Sans', "Times New Roman", Times, serif;
    font-size: 30px;
    line-height: 1.2;
    padding: 0;
    margin: 10px 0 20px 0;
    position: relative;
    z-index: 1;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 575px;
}


/* ----------------- Product Gallery ------------------- */
#paper-gallery {
    padding-bottom: 0;
}

#filters {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

    #filters ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

        #filters ul li {
            display: inline-block;
            padding: 2px 5px;
            color: inherit;
            margin-right: 5px;
            margin-bottom: 5px;
            font-weight: bold;
        }

            #filters ul li h3 {
                font-size: 18px;
                padding: 5px;
                background: #d8d9ce;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

            #filters ul li:hover {
                cursor: pointer;
                color: #fff;
            }

                #filters ul li:hover h3, #filters ul li.active h3,
                #filters ul li:hover h3 a, #filters ul li.active h3 a {
                    color: #fff;
                    background: #fe9400;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                }

#product-gallery-navigation {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 1;
}

    #product-gallery-navigation ul {
        float: none;
        margin: 0;
        list-style: none;
        display: none;
        padding: 0;
    }

        #product-gallery-navigation ul li#previous-product-gallery a {
            background: url("/graphics/icon-arrow-left.png") center center no-repeat;
            float: right;
            margin-right: 64px;
        }

        #product-gallery-navigation ul li#next-product-gallery a {
            background: url("/graphics/icon-arrow-right.png") center center no-repeat;
            float: right;
            margin-right: 10px;
        }

        #product-gallery-navigation ul li#previous-product-gallery a, #product-gallery-navigation ul li#next-product-gallery a {
            background-color: #151515;
            background-size: 30px;
        }

        #product-gallery-navigation ul li a {
            width: 40px;
            height: 40px;
            float: left;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        #product-gallery-navigation ul li#previous-product-gallery a:hover, #product-gallery-navigation ul li#next-product-gallery a:hover {
            background-color: #fe9400;
        }

        #product-gallery-navigation ul li a:hover {
            background-color: #fe9400;
        }

        #product-gallery-navigation ul li a.disabled, #product-gallery-navigation ul li a.disabled:hover {
            cursor: default;
            background-color: rgba(0,0,0,0.2) !important;
        }

#close-product-gallery,
#close-pests,
#close-footer-page {
    top: 10px;
    position: absolute;
    right: 62px;
    z-index: 1;
}

    #close-product-gallery a,
    #close-pests a,
    #close-footer-page a {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0px;
        display: none;
        background: #151515;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        #close-product-gallery a:hover,
        #close-pests a:hover,
        #close-footer-page a:hover {
            background: #fe9400;
        }

        #close-product-gallery a i,
        #close-pests a i,
        #close-footer-page a i {
            font-size: 14px;
            color: #ffffff;
            line-height: 40px;
            display: inline-table;
            vertical-align: middle;
        }

#product-gallery-ajax-section,
#pests-ajax-section,
#footer-page-ajax-section,
#blog-ajax-section {
    position: relative;
    padding: 0;
    background: #f8f8f8;
    text-align: left;
}
#blog-ajax-section {
    background: #f1f1f1;
}
    #products-ajax-section #product-gallery-loader,
    #pests-ajax-section #pests-loader,
    #footer-page-ajax-section #footer-page-loader,
    #blog-ajax-section #blog-loader {
        width: 100%;
        height: 20px;
        display: none;
        position: absolute;
        top: -30px;
    }

        #products-ajax-section #product-gallery-loader.loading-error,
        #pests-ajax-section #pests-loader.loading-error,
        #footer-page-ajax-section #footer-page-loader.loading-error,
        #blog-ajax-section #blog-loader.loading-error {
            text-align: center;
            height: auto !important;
            background-position: top center;
        }

            #products-ajax-section #product-gallery-loader.loading-error p,
            #pests-ajax-section #pests-loader.loading-error p,
            #footer-page-ajax-section #footer-page-loader.loading-error p,
            #blog-ajax-section #blog-loader.loading-error p {
                display: none;
                padding-top: 16px;
                color: #666 !important;
            }

    #products-ajax-section #product-gallery-loader,
    #pests-ajax-section #pests-loader,
    #footer-page-ajax-section #footer-page-loader,
    #blog-ajax-section #blog-loader {
        background: url("/graphics/icon-ajax-loader.gif") center center no-repeat;
    }

#product-gallery-ajax-wrapper,
#pests-ajax-wrapper,
#footer-page-ajax-wrapper,
#blog-ajax-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#product-gallery-ajax-container {
    float: left;
    height: 0;
    opacity: 0;
}

#ajax-page {
    display: block;
    text-align: left;
}

#product-gallery-wrap {
    position: relative;
    padding: 0;
    width: 100.1%;
    margin: 0 auto;
    display: block;
    list-style-type: none;
}

    #product-gallery-wrap li {
        list-style-type: none;
        padding: 0 !important;
        margin: 0 !important;
        float: left;
    }

       .no-js #product-gallery-wrap li {
            display: block;
            opacity: 1;
        }

    #product-gallery-wrap .one-quarter {
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 24.9%;
    }

.product-gallery-item.current .product-gallery-overlay {
    opacity: 0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);
}

    .product-gallery-item.current .product-gallery-overlay .thumb-info {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }

.product-gallery-item {
    padding: 0;
    margin:0;
    position: relative;
    overflow: hidden;
}

    .product-gallery-item .product-gallery-image {
        overflow: hidden;
        display: block;
        position: relative;
    }

        .product-gallery-item .product-gallery-image img {
            width: 100%;
            height: auto;
            border-left: solid 5px #fff;
        }
.fair-trade-products { position: relative;}
.fair-trade-products .product-gallery-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 5px;
    position: absolute;
    display: block;
    z-index: 4;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fe9400;
    margin:0;padding:0;
}

.fair-trade-products > a, .fair-trade-products > a:hover {
    color: #ffffff;
}

.product-gallery-item .fair-trade-products > a:hover > .product-gallery-overlay {
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
}

.fair-trade-products > a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fair-trade-products > a:hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fair-trade-products .thumb-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fair-trade-products a:hover .product-gallery-overlay .thumb-info {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.product-gallery-overlay .thumb-info i {
    top: 55%;
    font-size: 50px;
}

.product-gallery-overlay .thumb-info h3 {
    top: 25%;
    font-size: 22px;
    color: #ffffff;
    width: 100%;
    position: absolute;
    text-align: center;
}

.product-gallery-overlay .thumb-info p {
    top: 50%;
    font-size: 13px;
    color: #ffffff;
    width: 100%;
    position: absolute;
    text-align: center;
    font-weight: bold;
}

.product-gallery-overlay .thumb-info i {
    color: #ffffff;
    width: 100%;
    position: absolute;
    text-align: center;
    display: block;
}

/* ----------------- Contact -------------------- */
#contact {
    padding-bottom: 0;
}

.contact-box {
    width: 100%;
    text-align: left;
    padding: 25px 0 60px 0;
}

    .contact-box fieldset legend {
        font-family: 'Open Sans', "Times New Roman", Times, serif;
        font-size: 18px;
        line-height: 0.8;
        margin-bottom: 20px;
        line-height: 0.8;
        display: block;
        padding: 10px 10px 3px;
    }

.contact-details {
    width: 70%;
    padding: 5px 0;
    margin: 0 auto 10px;
}

    .contact-details h2 {
        margin-bottom: 0;
    }

#contact-input {
    overflow: hidden;
    margin-bottom: 13px;
    width: 50%;
    float: left;
}

    #contact-input input {
        border: 1px solid #e8e8e8;
        width: 90%;
        font-size: 13px;
        color: #747474;
        padding: 20px 2%;
        float: left;
        margin: 0 1% 2%;
        border-radius: 3px;
    }

#contact-textarea {
    width: 50%;
    float: right;
}

    #contact-textarea textarea {
        border: 1px solid #e8e8e8;
        width: 95%;
        height: 122px;
        font-size: 13px;
        color: #747474;
        padding: 20px 2% 10px 2%;
        border-radius: 3px;
        margin-bottom: 10px;
        resize: none;
    }

        #contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
            color: #999;
        }

        #contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
            color: #999;
        }

        #contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
            color: #999;
        }

    #contact-input label, #contact-textarea label {
        display: block;
        text-align: left;
        font-weight: bold;
        padding-left: 2%;
    }

#contact-submit input {
    padding: 20px 24px 20px 24px;
    border: 0;
    color: #ffffff;
    display: block;
    width: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background: #d3d3d3 url("/graphics/icon-send-email.png") no-repeat 50% 0;
    float: right;
    height: 57px;
    line-height: 57px;
}

    #contact-submit input:hover {
        background: #fe9400 url("/graphics/icon-send-email.png") no-repeat 50% 100%;
    }

.contact-address {
    padding-top: 45px;
    background: url("/graphics/icon-address.png") no-repeat 50% 0;
}

.contact-email {
    padding-top: 45px;
    background: url("/graphics/icon-email.png") no-repeat 50% 0;
}

.contact-telephone {
    padding-top: 45px;
    background: url("/graphics/icon-telephone.png") no-repeat 50% 0;
}
/* ----------------- Footer -------------------- */
#footer {
    width: 100%;
    margin-top: 30px;
    padding: 40px 0;
    background: #000;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    position: relative;
}

    #footer a {
        color: inherit;
    }

#footer-logo a {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

#footer .social-icons {
    text-align: center;
}

    #footer .social-icons .social-icon {
        display: inline-block;
        float: none;
        margin: 0 5px 5px 0;
        background-color: #fff !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 30px;
    }
#footer-navigation {
	position: fixed;
	bottom: 0;
	z-index: 100;
	opacity: 0;
}
.no-js #footer-navigation
{
    position: relative;
    opacity: 1;
}

#footer-navigation ul {
	padding: 0;
}
    #footer-navigation ul li {
        line-height: 2;
    }
        #footer-navigation ul li a:hover {
            color: #ffffc0;
        }


#footer-nav-container {
	float: left;
	width: 296px;
	color: #fff;
    padding: 10px 0 0 0;
	background: #181818;
	box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#footer-nav-button {
	margin: 0 0 0 -2px;
	padding: 0;
	float: left;
	width: 40px;
	height: 40px;
	background: #181818 url("/graphics/icon-reveal-navigation.png") no-repeat center center;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}
#footer-nav-button a {
	display: block;
	padding: 20px 0px;
}

/* ----------------- Back to top -------------------- */
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
	box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}

    #back-to-top a {
        display: block;
        width: 40px;
        height: 40px;
        background: #515A5F url("/graphics/icon-arrow-up.png") no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
	    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    }

        #back-to-top a:hover {
            background-color: #222222;
        }

/*----------------- Google Map Styles -------------------- */
.google-map {
    position: relative;
    height: 375px;
    width: 100%;
    max-width: inherit;
    float: left;
    margin: 15px 0px 30px 0px;
    z-index: 1;
}

    .google-map .map_canvas {
        width: 100%;
        height: 100%;
    }

        .google-map .map_canvas h3 {
            margin: 0 0 10px;
            font-size: 14px;
        }

.map_canvas img {
    max-width: none !important;
}

.no-js .map_canvas {
    background: #f1f1f1;
}


/* ----------------- Backgrounds -------------------- */
.button {
    -webkit-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    padding: 0 24px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    cursor: pointer;
    background-color: #fe9400;
    height: 40px;
    line-height: 40px !important;
}


/* ----------------- Product Ranges Section -------------------- */
#pests-ajax-section {
    width: 100%;
    position: relative;
    padding: 0;
    background-color: #f1f1f1;
    text-align: left;
}

    #pests-ajax-section #pests-loader {
        width: 100%;
        height: 20px;
        display: none;
        top: -30px;
        position: absolute;
        background: #f1f1f1 url("/graphics/icon-ajax-loader.gif") center center no-repeat;
    }

        #pests-ajax-section #pests-loader.loading-error {
            text-align: center;
            height: auto !important;
            background-position: top center;
        }

            #pests-ajax-section #pests-loader.loading-error p {
                display: none;
                padding-top: 16px;
                color: #666 !important;
            }

#close-pests {
    top: 10px;
    position: absolute;
    right: 62px;
    z-index: 1;
}

    #close-pests a {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0px;
        display: none;
        background: #151515;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        #close-pests a:hover {
            background: #fe9400;
        }

        #close-pests a i {
            font-size: 14px;
            color: #ffffff;
            line-height: 40px;
            display: inline-table;
            vertical-align: middle;
        }

.product-features {
    text-align: center;
}

    .product-features h3 {
        padding-top: 20px;
        margin-bottom: 4px;
    }

    .product-features .product-image {
        padding: 15px 35px;
        border-radius: 5px;
        background: #fe9400;
        width: 120px;
        margin: 0 auto;
        position: relative;
    }

        .product-features .product-image i {
            font-size: 84px;
            color: #ffffff;
        }

        .product-features .product-image:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border: 15px solid #fe9400;
            border-bottom: 0px solid transparent !important;
            border-right: 20px solid transparent !important;
            border-left: 20px solid transparent !important;
            left: 50%;
            bottom: -15px;
            margin-left: -20px;
        }

/* ----------------- Associations -------------------- */
.association-logos {
    width: 100%;
    text-align: center;
    float: left;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

    .association-logos img {
        width: 100%;
        max-width: 275px;
    }
.association-logos img {
    filter: grayscale(100%); /* Standard CSS */
    -webkit-filter: grayscale(100%); /* CSS for Webkit Browsers */
    filter: url("/grayscale.svg#desaturate"); /* Firefox 4-34 */
    filter: gray;  /* Internet Explorer IE6-9 */
    -webkit-filter: grayscale(1); /* Old WebKit Browsers */
}
.association-logos img:hover {
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0); /* Old WebKit */
    transition: 0.5s;
}

/* ----------------- Dividing Blocks -------------------- */
.full-width {
    padding: 50px 0 20px 0;
    margin: 30px 0;
}

    .full-width.grey,
    .grey {
        background-color: #f1f1f1;
    }

    .full-width.no-bottom-margin {
        margin-bottom: 0;
    }

.container.top-space {
    margin-top: 30px;
}
/* ----------------- Block Quotes and Pull Quotes -------------------- */
blockquote {
    margin: 0 0 20px 0;
    padding: 0;
}

    blockquote p {
        margin: 0 !important;
        padding: 5px 0 5px 15px;
        border-left: 4px solid #fe9400;
        font-family: "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: lighter;
        font-size: 18px;
        line-height: 1.2;
    }

.pullquote {
    width: 260px;
    margin: 15px 0 !important;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    font-size: 18px;
    line-height: 1.2;
}

    .pullquote.align-left {
        float: left;
        padding: 0px 15px;
        border-left: 4px solid #fe9400;
    }

    .pullquote.align-right {
        float: right;
        padding: 0px 15px;
        text-align: right;
        border-right: 4px solid #fe9400;
    }

    .highlight {
        border-color: #c299ff;
        color: #ff9201;
    }
    .bold {font-weight: bold;}
.italic {
    font-style: italic;
}
    a,
    #filters ul li a:hover h3,
    #filters ul li a.active h3,
    .product-features .product-image:after,
    .callout,
    blockquote p,
    .pullquote.align-right,
    .pullquote.align-left {
        border-color: #fe9400;
        color: #fe9400;
    }

.tick-list li {
    line-height: 22px;
    padding: 6px 0px 6px 25px;
    font-size: 16px;
    outline: none;
    background: url("/graphics/icon-product-tick.png") no-repeat 0% 50%;
}


ul.product-photographs {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}

    ul.product-photographs li {
        display: inline;
    }

        ul.product-photographs li img {
            margin: 5px 4px;
            border: 3px solid #fff;
            box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
            -webkit-transition: box-shadow 0.5s ease;
            -moz-transition: box-shadow 0.5s ease;
            -o-transition: box-shadow 0.5s ease;
            -ms-transition: box-shadow 0.5s ease;
            transition: box-shadow 0.5s ease;
        }

            ul.product-photographs li img:hover {
                -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
                box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
            }

.clear {
    clear: both;
}


#addinfo {
    display: none;
}


/* ----------------- Image Borders -------------------- */
.border-image img
{
    padding: 3px;
    border: solid 1px #f1f1f1;
}


/* ----------------- Highlight Ribbon -------------------- */
.highlight-ribbon-container {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.highlight-ribbon {
  font: bold 15px Sans-Serif;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0,0,0,0.3) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #fe9400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9400), to(#6a79ac)); 
  background-image: -webkit-linear-gradient(top, #fe9400, #6a79ac); 
  background-image: -moz-linear-gradient(top, #fe9400, #6a79ac); 
  background-image: -ms-linear-gradient(top, #fe9400, #6a79ac); 
  background-image: -o-linear-gradient(top, #fe9400, #6a79ac);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.highlight-ribbon:before, .highlight-ribbon:after {
  content: "";
  border-top: 3px solid #6e8900;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.highlight-ribbon:before {
  left: 0;
}
.highlight-ribbon:after {
  right: 0;
}


/* -------------------- Blog Posts ------------------- */
.blog-post
{
    padding-bottom: 25px;
    text-align: left;
    overflow: hidden;
}
.blog-post div 
{ 
    padding: 0 !important; 
    margin: 0 !important;
}
.blog-intro { position: relative; max-height: 225px;}
.blog-photo { width: 87%; float: left; padding: 0; margin: 0;}
.blog-photo img {
    padding-left: 5px;
    border-left: 1px solid #c0c0c0;
    float: left;
    min-height: 88px;
}
.blog-date
{
    width: 13%;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    float: left;
}
.blog-date p
{
    margin: 0;
    line-height: 1;
}
.blog-date p.month
{
    padding: 5px 0 0 0;
    font-size: 15px;
}
.blog-date p.day
{
    font-size: 28px;
    margin: 10px 0;
}
.blog-date p.year
{
    font-size: 14px;
    padding: 3px 0;
    background: #c0c0c0;
}
.blog-post h3.blog-title
{
    clear: both;
    font-size: 22px;
    letter-spacing: 0;
    text-align: right;
    margin: 5px 0;
}
.blog-post h3.blog-title a
{
    font-weight: normal;
}

.blog-post p.tags
{
    clear: both;
    padding: 5px 0;
    margin: 0;
    font-size: 10px;
    color: #888;
}
.blog-post p.tags span
{
    width: 57px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}
.blog-post p.tags a
{
    font-weight: normal;
    color: #888;
}
.blog-post .blog-summary
{
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c0c0c0;
    margin-left: 57px;
}
.blog-post .blog-summary p
{
    line-height: 1.5;
}
#section-news-tags h2,
#section-news-archive h2 {
    text-align: left;
    font-size: 26px;
}
ul#news-tags,
ul#news-archive
{
    margin-left: 0;
    padding-left: 5px;
    text-align: left;
}
ul#news-tags li,
ul#news-archive li
{
    list-style-type: none;
    line-height: 22px;
    margin-left: 0;
}
ul#news-tags li a
{
    padding: 2px 0 1px 23px;
    background: url("/graphics/icon-news-tag.png") no-repeat 0 0;
}
ul#news-archive li a
{
    padding: 2px 0 1px 23px;
    background: url("/graphics/icon-news-month.png") no-repeat 0 0;
}
.cd-intro {
  margin: 2em auto;
  width: 90%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  .cd-intro {
    margin: 3em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 12em auto;
  }
}

.cd-headline {
  font-size: 3em;
  line-height: 1.2;
  font-family: GothamBlackRegular;
  letter-spacing: 2px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 2em;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 4em;
  }
}
@media only screen and (min-width: 1920px) {
  .cd-headline {
    font-size: 6em;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}





.arrow-wrap {
  position:absolute;
  z-index:1;
  left:50%;
  top:-15em;
  margin-left:-10em;
  width:5em;
  height:5em;
  padding:2em;
  font-size:0.5em;
  display:block;
}
     a.arrow-wrap {
        display: block;
        width: 20px;
        height: 20px;
        background: #515A5F url("/graphics/icon-arrow-down.png") no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
	    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
        background-color: rgba(0,0,0,0.6)    }

         a.arrow-wrap:hover {
            background-color: #222222;
        }
         #pests .button span {display: none;}
         .divider { border-bottom: 1px solid #cacaca;}

         ul#price-list { list-style-type: circle;}
         #price-list li { line-height: 1.8;font-size: 14px;}
         #price-list li span{ font-weight: bold; font-size: 16px;}
