/*
Theme Name: Autodrain Parent
Theme URI: http://localhost/sourmash
Description: A Bespoke Theme for Autodrain
Author: Steve Smith
Author URI: http://sourmashinternet.co.uk/
Version: 1.0
Tags: responsive, white, bootstrap

License:
License URI:
*/


/*@import url('../wpbootstrap/bootstrap/css/bootstrap.css'); */

body {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    background-color:#FF0;
    font-size: 16px;
}

/*****************/
/* GENERAL STUFF */
/*****************/

.center-logo {
    display: block;
    margin:20px auto 0px auto;
}

a.btn  {
    text-decoration:none;
}

h1, .post-sidebar h2 {
    margin-top: 0;
    font-weight: bold;
    font-size: 32px !important;
    border-bottom: 1px solid #007038;
    padding-bottom: 10px
}

ul {
    padding-left: 20px;
}

a {
    color:#007038;
    text-decoration: underline;
}

a:hover {
    color:#333;
    text-decoration: underline;
}

h1,h2,h3,h4,h5 {
    color: #007038;
}

h1{
    margin-top: 10px;
}

h2 {
    font-size: 24px;
}

h1 + p {
    color: #007038;
    font-weight: bold;
}

.bg-primary {
    background-color: #007038;
    padding: 10px;
    font-size: 24px;
    text-align: center;
}

.content-container {
    background-color:#fff;
    padding-top:10px;
}

a:hover {
    /*text-decoration: none*/
}

/********/
/*HEADER*/
/********/

/*Force no padding on the banner container*/
.banner-md {
   padding-left:0;
   padding-right:0;
}

#logo-wrapper {
    width:100%;
    background-color: #007038;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 10px
}

img.logo {
    margin: 20px 0px 10px 30px;
}

.header-text, .header-text a {
    color: #fff;
    text-align: center;
    text-decoration: none
}

.header-text a:hover {
    color: #ff0;
    text-decoration: none
}

p.header-links {
    font-size: 12px;
    margin-bottom: 0px;
}

p.header-phone {
    font-size: 24px;
}

/*Give some whitespace around the banner on mobiles*/
@media (max-width: 767px) {
    
    img.logo {
        width: 90%;
        max-width: 425px;
        display: block;
        margin:10px auto 0 auto;
    }
}

/*Default Header Text is Centered. On larger devices right align the text and make the text bigger*/
@media (min-width: 768px) {

    .header-text {
        text-align: right;
        margin-top: 35px;
    }

    .header-text p {
        margin-right: 30px;
    }

    p.header-links {
        font-size: 18px;
        margin-bottom: 0px;
    }

    p.header-phone {
        font-size: 30px;
    }
}

/*Adjust the spacing slightly on Large Devices*/

@media (min-width: 992px) {
    
    .header-text {
        margin-top: 45px;
    }

    .header-text p {
        margin-right: 0px;
    }
}

/**********************/
/* PRIMARY NAVIGATION */
/**********************/

/*Justify the menu across the available width for all devices except phones*/

@media (min-width: 768px) {

    #menu-navigation {
        padding: 0;
        margin: 0;
        display: table;
        list-style: none;
        position: absolute;
        width: 100%;
    } 

    #menu-navigation li {
        display: table-cell;
        text-align: center;
    } 

    #menu-navigation li a {
        display: block;
        padding: 10px 5px;
        margin: 0 10px;
        color:#fff;
        background:url(css/images/autodrain-main-nav-bg-normal.png) repeat-x center bottom;
        text-decoration:none;
    }

    #menu-navigation li a:hover, #menu-navigation li.current-menu-item a, #menu-navigation li.current_page_parent a {
        color: #007038;
        background:url(css/images/autodrain-main-nav-bg-hover.png) repeat-x center bottom;
    }

    #menu-navigation li a:first-of-type {
        margin-left: 0px;
    }

    /*Need to add a class of last to final menu item in WP Admin*/
    #menu-navigation li.last a { 
        margin-right: 0;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-collapse {
        padding-left: 0;
        border: none;
    }

    .navbar-default .navbar-collapse {
        border: none
    }

    .navbar {
        min-height: 42px;
        margin-bottom: 10px;
    }

    .navbar-default {
        background-color: #fff;
        border: none;
    }

    .navigation-md {
       padding-left:0;
       padding-right:0;
       /*background-color:#fff*/
    }
}

/*End of styling for all devices except phones*/

/*Primary Navigation specififc to collapse*/

.navbar {
    margin-bottom: 0px;
}

.navbar-header {
    background-color: #ff0 !important;
}

.navbar-default {
    border: none;
}

.navbar-collapse {
    border: 1px solid;
}

.navbar-default .navbar-collapse {
    box-shadow: none;
    border-radius: 10px;
    border-color: #007038;
}

.navbar-default .navbar-toggle {
    border-color: #007038;
    color: #007038;
}

.navbar-default .navbar-toggle:hover {
    background-color: #007038;
    color: #fff
}

.navbar-toggle {
    float: left
}

.navbar-default .navbar-nav > li > a {
    color: #007038;
    text-decoration:none;
}

/*****************************/
/* END OF PRIMARY NAVIGATION */
/*****************************/

/***************************/
/* SECOND LEVEL NAVIGATION */
/***************************/

#secondary-navigation-container {
    width:100%;
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {

    #secondary-navigation-container {
        font-size: 12px;
        line-height: 16px
    }
}

ul.secondary-navbar { 
    list-style:none;
    padding:0;
    margin:0;
}

ul.secondary-navbar li {
    width:100%;
    display:inline-table;
    width:100%;
    height:66px;
    margin-bottom:5px; 
}

/*Make sure the last list item has no margin bottom*/
ul.secondary-navbar > li:last-child {
    margin-bottom: 0px;
}   
    
ul.secondary-navbar li a {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:66px;
    color: #333;
    text-align: left;
    padding-left: 70px;
    padding-right: 10px;
    margin-bottom: 5px;
    text-decoration:none;
}

@media (min-width: 768px) and (max-width: 991px) {

   ul.secondary-navbar li a {
        padding-left: 65px;
    }
}

ul.secondary-navbar li a:hover {
    color: #fff;
    text-decoration: none
    }

/*Depollution*/

ul.secondary-navbar li.depollution a {
    background:url(css/images/depollution-link-normal.png) no-repeat;
}

ul.secondary-navbar li.depollution a:hover {
    background:url(css/images/depollution-link-hover.png) no-repeat;
}

ul.secondary-navbar li.depollution.current-menu-item a {
    background:url(css/images/depollution-link-hover.png) no-repeat;
    color: #fff;
}

/*Fuel*/

ul.secondary-navbar li.fuel a {
    background:url(css/images/fuel-link-normal.png) no-repeat;
}

ul.secondary-navbar li.fuel a:hover {
    background:url(css/images/fuel-link-hover.png) no-repeat;
}

ul.secondary-navbar li.fuel.current-menu-item a {
    background:url(css/images/fuel-link-hover.png) no-repeat;
    color: #fff;
}

/*Service*/

ul.secondary-navbar li.service a {
    background:url(css/images/service-link-normal.png) no-repeat;
}

ul.secondary-navbar li.service a:hover {
    background:url(css/images/service-link-hover.png) no-repeat;
}

ul.secondary-navbar li.service.current-menu-item a {
    background:url(css/images/service-link-hover.png) no-repeat;
    color: #fff;
}

/*Design*/

ul.secondary-navbar li.design a {
    background:url(css/images/design-link-normal.png) no-repeat;
}

ul.secondary-navbar li.design a:hover {
    background:url(css/images/design-link-hover.png) no-repeat;
}

ul.secondary-navbar li.design.current-menu-item a {
    background:url(css/images/design-link-hover.png) no-repeat;
    color: #fff;
}

/*Training*/

ul.secondary-navbar li.training a {
    background:url(css/images/training-link-normal.png) no-repeat;
}

ul.secondary-navbar li.training a:hover {
    background:url(css/images/training-link-hover.png) no-repeat;
}

ul.secondary-navbar li.training.current-menu-item a {
    background:url(css/images/training-link-hover.png) no-repeat;
    color: #fff;
}

/*******************************/
/* END SECOND LEVEL NAVIGATION */
/*******************************/

/**************************/
/* THIRD LEVEL NAVIGATION */
/**************************/

/* NOTES FOR DIFFERENT LANGUAGES
Text size should be updated to maximize the size in the given language*/

#third-navigation-container {
    width:100%;
    font-style: italic
}

@media (min-width: 768px) and (max-width: 991px) {

    #third-navigation-container {
        font-size: 12px;
    }
}

ul.third-navbar { 
    list-style: none;
    padding:0;
    margin:0 0 0 0; }

ul.third-navbar li {
    width:100%;
    display:inline-table;
    height:50px;
    margin-bottom:5px;
}

ul.third-navbar > li:last-child {
    /*Make sure the last list item has no margin bottom*/
    margin-bottom: 0px;
}   
    
ul.third-navbar li a {
    display:table-cell;
    vertical-align:middle;
    height:50px;
    color: #333;
    text-align: left;
    padding-left: 60px;
    padding-right: 10px;
    text-decoration:none;

    }

@media (min-width: 768px) and (max-width: 991px) {

    #third-navigation-container {
        font-size: 12px;
    }

    ul.third-navbar li a {
    padding-left: 50px;
    }

}

ul.third-navbar li a:first-line {
    font-style: normal;
}

@media (min-width: 768px) and (max-width: 991px) {

    #third-navigation-container {
        font-size: 14px;
    }

    ul.third-navbar li a:first-line {
    font-style: normal;
    font-size:12px;
    }   
}

ul.third-navbar li a:hover {
    height:50px;
    color: #fff;
}

/*Misfuels*/

ul.third-navbar li.misfuels a {
    background:url(css/images/misfuels-link-normal.png) no-repeat;
}

ul.third-navbar li.misfuels a:hover {
    background:url(css/images/misfuels-link-hover.png) no-repeat;
}

ul.third-navbar li.misfuels.current-menu-item a {
    background:url(css/images/misfuels-link-hover.png) no-repeat;
    color: #fff;
}

/*Vehicle Hire*/

ul.third-navbar li.vehicle-hire a {
    background:url(css/images/vehicle-hire-link-normal.png) no-repeat;
}

ul.third-navbar li.vehicle-hire a:hover {
    background:url(css/images/vehicle-hire-link-hover.png) no-repeat;
}

ul.third-navbar li.vehicle-hire.current-menu-item a {
    background:url(css/images/vehicle-hire-link-hover.png) no-repeat;
    color: #fff;
}

/*Rail Industry*/

ul.third-navbar li.rail-industry a {
    background:url(css/images/rail-industry-link-normal.png) no-repeat;
}

ul.third-navbar li.rail-industry a:hover {
    background:url(css/images/rail-industry-link-hover.png) no-repeat;
}

ul.third-navbar li.rail-industry.current-menu-item a {
    background:url(css/images/rail-industry-link-hover.png) no-repeat;
    color: #fff;
}

/******************************/
/* END THIRD LEVEL NAVIGATION */
/******************************/

/*******************/
/* COMMON SIDEBARS */
/*******************/

h2.sidebar-title-alt {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 10px 10px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #007038;
    /*background: url(css/images/sidebar-title-background.png) repeat-x bottom;*/
}


.sidebar-title-alt a {
    color: #fff;
    text-decoration: none;
}

.sidebar-title-alt a:hover {
    color: #ff0;
    text-decoration: none;
}

.sidebar-body {
    width: 100%;
    background-color: #CCC;
    margin-bottom: 10px;
    padding: 10px;
    padding-top: 10px;
}

.sidebar-body h3 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
}

img.latest-post {
    margin-bottom: 10px;
}

.sidebar-body p {
    font-size: 14px;
}

.sidebar-body a.post-link {
    color: #007038; text-decoration: none
}

.sidebar-body a:hover.post-link {
    color: #333;
}

/**************/
/* NEWS PAGES */
/**************/

.post-container h2, .post-sidebar h2 {
    font-size: 24px;
    margin-bottom: 5px;
    /*font-weight: bold;*/
}

.post-container h2 a, .meta a {
    text-decoration:none;
}

.post-container a {
    color: #007038;
}

.post-container a:hover {
    color: #333;
}

img.post-list {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.meta {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal
}

.post-sidebar h2 {
    margin-top: 10px;
}

.post-sidebar h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold
}

.post-summary {
    border-bottom: 1px solid #ccc
}

.clearfix.border {
    border-top:1px solid #ccc;
}

/*BLOG SIDEBAR*/

ul.sidebar-list, .document-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

ul.sidebar-list li, .document-list ul li {
    padding-bottom: 5px;
}

ul.sidebar-list li a, .document-list ul li a {
    color: #333;
    text-decoration: none
}

ul.sidebar-list li a:hover, .document-list ul li a:hover {
    color:#007038;
    text-decoration: none
}

p.last-para  {margin-bottom: 5px;}

/******************/
/* END NEWS PAGES */
/******************/

/*****************/
/* PRODUCTS       */
/*****************/

/* TITLES FOR SINGLE PRODUCT VIEW */

.product-title, .product-sub-title {
    border-bottom: 1px solid #007038;
}

.product-title h1 {
    border:none;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.product-sub-title h2 {
    margin-top: 10px;
    margin-bottom:10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold
}

/*Back button*/

.back-button {
    background-color:#FF0;
    border: 2px solid #007038;
    margin-top: 5px;
    border-radius: 15px;
}

.back-button p {
    padding:5px;
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
}

.back-button .fa {
    padding-right: 5px;
}

.back-button a {
    color: #007038;
    text-decoration: none
}

.back-button a:hover {
    color: #333;
}

@media (min-width: 768px) {

    .back-button p {
        font-size: 14px;
    }

    .back-button .fa {
        padding-right: 10px;
    }

}

/* END OF TITLES */

/*SIDEBARS*/

.product-heading-bar {
    width: 100%;
    background-color: #007038;
    color: #fff;
    margin-top: 15px;
    padding: 10px;
}

.product-heading-bar p {
    margin-bottom:0;
    color: #fff !important;
    font-weight: normal !important;
}

.product-content-block {
    width: 100%;
    background-color: #DFE5DD;
    padding: 10px;
    color: #007038; 
}

.product-list ul {
    margin-bottom: 0;
    line-height: 20px;
}

.product-list ul > li {
    padding-bottom: 5px;
}

ul ul {
    margin-top: 5px;
}

/*FIND OUT MORE*/

.product-find-out-more p, .product-cta p {
    padding-left: 50px;
    width:100%;
    display:inline-table;
    width:100%;
    height:40px;
}

.product-find-out-more a, .product-cta a{
    text-decoration: none;
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:40px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .product-find-out-more p {
        font-size: 14px;
        line-height:18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .product-find-out-more p {
        font-size: 15px;
    }
}

/* Icons */

/*
document 0 PDF
mouse 40 Learn to Use (option)
video 80
spanner 120 Learn to maintain (option)
oil can 160 maintenance services (static)
pencil 200 ?
mortar board 240 training services (static)
clip board 280 guidance board order (option)
phone 320
pencil (white) 360
document (white) 400
*/

.product-icon, .product-cta {
    background: url(css/images/single-product-icons.png) no-repeat;
    height: 40px;
}

.product-icon.sp-download {
    background-position: 0px 0px;
}

.product-icon.sp-learn-to-use {
    background-position: 0px -40px;
}

.product-icon.sp-video {
    background-position: 0px -80px;
}

.product-icon.sp-learn-to-maintain {
    background-position: 0px -120px;
}

.product-icon.sp-maintenance-services {
    background-position: 0px -160px;
}

.product-icon.sp-pencil {
    background-position: 0px -200px;
}

.product-icon.sp-training-services {
    background-position: 0px -240px;
}

.product-icon.sp-guidance-board {
    background-position: 0px -280px;
}

/*Main Image*/

.single-product-main-image img {
    margin-top: 10px;
    margin-bottom: 15px;
}

/*Call to Action*/

.product-cta-row {
    color: #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px 0;

}

.product-cta-row a {
    text-decoration: none;
    color: #fff;
}

.product-cta-row a:hover {
    text-decoration: none;
    color: #ff0;
}

.product-cta-container {
    background-color: #007038;
    padding: 8px 5px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {

    .product-cta-container {
        margin-bottom: 00px;
    }
}

.product-cta p {
    margin-bottom: 0;
}

.product-cta a{
    text-decoration: none;
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:40px;
}

.product-cta.call {
    background-position: 0px -320px;
}

.product-cta.call p {
    line-height: 40px;
}

.product-cta.quote {
    background-position: 0px -400px;
}

.product-cta.training {
    background-position: 0px -360px;
}

.cta-small {
    font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .cta-small {
        font-size: 14px;
    }

    .product-cta.call p {
        line-height: 20px;
    }
}

@media (min-width: 1200px) {

    .product-cta.call p {
        line-height: 20px;
    }
}

/*Videos and Titles*/

.video-list h5{
    margin-top: 5px;
    text-align: left;
}

.video-list p {
    margin-bottom: 20px;
}

.video-list p:last-of-type {
    margin-bottom: 10px;
}

/*Training Specific*/

/*Training Panels*/
/*Use Default Panel as a basis with an additional class of training panel*/

.training-panel h3 {
    margin:5px auto;
}

.training-panel h4 {
    margin-top:0px;
    line-height:24px;
}

.btn-default.training-btn {
    color: #007038;
    background-color: #ffffff;
    border-color: #007038;
    margin-top: 10px;
}

.btn-default.training-btn:hover {
    color: #007038;
    background-color: #e6e6e6;
    border-color: #007038; }

.training-content {
    padding: 15px 0;
}

.training-content p:first-of-type {
    font-weight: bold;
    color: #007038;
}

.product-heading-bar.training-list {
    background-color: #fff;
    color: #007038;
    border: 1px solid #007038;
}

/*Other Stuff*/

a.related-product-link {
    text-decoration: none;
    font-weight: bold;
}

/**************************/
/* CATALOGUE PRODUCT LIST */
/**************************/

.catalogue-content {
    padding-right: 20px;
}


.cp-container {
    border: 1px solid #007038;
    padding: 5px;
    background-color:#DFE5DD;
    float: left;
    margin-bottom: 10px;
    width:100%;
    height:100%;
    display: table;
}

.cp-content {
    display: table-cell;
}

.cp-image {
    padding: 5px;
}

.cp-image img {
    border: 1px solid #007038;
}

.cp-text h2 {
    font-size: 16px;
    border-bottom: 1px solid #007038;
    margin-top: 5px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.cp-text h3 {
    font-size: 14px;
    border-bottom: 1px solid #007038;
    margin-top: 5px;
    padding-bottom: 5px;
    line-height: 18px;
    margin-bottom: 0;
}

.cp-text p {
    font-size: 14px;
    margin-top: 8px;
}

.cp-link a, .bs-link a {
    color: #007038;
    text-decoration: none;
    background-color:#FF0;
    border: 1px solid #007038;
    border-radius: 15px;
    line-height: 24px;
    margin: 10px auto 0 auto;
    text-align: center;
    font-size: 14px;
    display: block;
    padding-left: 5px;
}

.bs-link a {
    margin-top: 0;
}

.cp-link a:hover, .bs-link a:hover {
    background-color:#FF6;
     border: 1px solid #333;
     color: #333;
}

.cp-link .fa, .bs-link .fa {
    padding-left: 5px;
}

@media (min-width: 768px) {

    .cp-link p {
        font-size: 14px;
    }

    .cp-link .fa {
        padding-right: 10px;
    }

}

@media (min-width:768px) and (max-width:1199px) {
    .cp-link a, .bs-link a {
        font-size: 12px;
    }
}

/* Product List Term Heading */
.term-heading {
    padding: 0 10px 0 10px;
    border: 1px solid #DFE5DD;
    margin-bottom: 10px;
    background-color:#DFE5DD;
}

.term-heading h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

/*Drop Down Menu to display all products*/
.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.dropdown-menu > li > a {
    text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #DFE5DD;
    color: #007038;
}

/****************/
/* BEST SELLERS */
/****************/

.best-sellers {
    border: 3px solid #007038;
    border-top:none;
}

.bs-container {
    padding:10px 0;
    font-size: 12px;
    border-bottom: 3px solid #007038;
}

.bs-container:last-of-type {
    border-bottom: none;
}

.bs-container h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.bs-link {
    padding: 0;
}

/*****************/
/* SUB PRODUCTS  */
/*****************/

.sub-products {
    margin-bottom: 10px;
}

.subproduct-container {
    margin-top: 15px;
}

.sub-p-container {
    border: 1px solid #007038;
    padding: 5px;
    background-color: #DFE5DD;
    margin-bottom: 10px;
}

.sub-p-image {
    border: 1px solid #007038;
    padding: 5px;
    background-color: #fff
}

.sub-p-content {
    font-size: 14px;
    /*padding-left: 10px;*/
}

.sub-p-title h4 {
    font-weight: bold;
}

.sub-p-content p, .sub-p-title h4, .sub-p-title h5 {
    margin-bottom: 5px;
}

.sub-p-title h5 {
    margin-top: 5px;
}

/*****************************/
/*WORDPESS DEFAULT OVER-RIDES*/
/*****************************/

.alignleft {
    float: left;
    margin: 0px 15px 10px 0;
}

.alignright {
    float:right;
    margin: 0px 0 10px 20px;
}

.alignleft.training-full {
    float: left;
    margin: 0px 15px 20px 0;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

#gallery-1 .gallery-caption {
    margin-left: 0;
}

dl.gallery-item {
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.gallery img {
    border: none !important;
    max-width: 100%;
    height: auto !important;
}

.gallery-caption {
    font-size: 14px;
    /*color: #007038;*/
}

/***********************/
/*CATALOGUE ORDER BLOCK*/
/***********************/

div.catalogue-order {
    position: relative;
    width: 100%;
    float: left;
    height:283px;
    background: url(images/autodrain-catalogue-order-bg-uk.jpg) no-repeat;
    background-color: #007038;
    margin-bottom: 15px

}
 
div.catalogue-order a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

div.catalogue-order h2 {
    color: #fff;
    font-weight: bold;
    font-size: 2.5em;
    font-style: italic;
    text-shadow: 2px 2px #000;
    line-height: 1.1em;
    margin: 7% 0 0 5%;
    padding-top: 100px;
}

h2.catalogue-order-title  {
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    h2.catalogue-order-title {
        margin-bottom: 0px;
    }

}

/*****************/
/*PAGINATION     */
/*****************/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:14px;
line-height:14px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#007038;
border: 1px solid #ccc;
/*background: #555;*/
}

.pagination a:hover{
color:#fff;
background: #007038;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #007038;
color:#fff;
}

/**********/
/* FOOTER */
/**********/

/*Style the pre-footer footer!!*/

.pre-footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #007038;
}

img.footer-accreditations {
    margin: 15px auto 15px auto;
    display: block;
}

/*Style the actual footer*/

.footer-green {
    background-color: #007038;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.footer-green a {
    color: #fff
}

.footer-green a:hover {
    color: #ff0
}

/*Footer Address*/

.footer-address {
    font-size: 14px;
}

.footer-address a {
    text-decoration: none;
}

/*Footer Social*/

.footer-social {
    text-align: center;
}

.footer-social a {
    color:#fff;
}

.footer-social a:hover {
    color:#ccc;
}

/*Change this to be first of type*/
.fa-facebook-official, .fa-youtube {
    margin-right: 20px;
}

.footer-social, .iop {
    margin-top: 15px;
}

@media (min-width: 768px) {
    
    .footer-social, .iop {
        margin-top: 0px;
    }
}

.iip-logo {
    display: block;
    margin:0px auto 0px auto;
}

/*********/
/*VARIOUS*/
/*********/

/*Image Map for Car*/
map area {
    outline:none;
}

/*Make iFrame Responsive*/
iframe {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*Call to Action / Alerts Used in Body Text*/

.alert.alert-info {
    background-color: #007038;
    color: #fff;
    font-size: 18px;
    /*font-weight: bold;*/
    text-align: center;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {

    .alert.alert-info {
        font-size: 24px;
    }
}

.alert.alert-success {
    border-radius: 0;
    padding: 15px;
    color: #007038;
    margin-bottom: 10px;
}

/*Centre an Image mostly for xs and sm */

img.center-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

div.mini-gallery {
    margin-top: 10px;
    margin-bottom: 20px;
}

.navbar-brand a[href^=tel]{
    color:inherit;
    text-decoration:none;
}