/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* 
Colours 
===================

#647077 Grey
#45c4dd Blue
#fdb921 Yellow

===================*/





/* Global
   ========================================================================== */


body {
    background: url(../../assets/img/bg2.png) repeat;
    font-family: 'Droid Sans', sans-serif;

}


h1      { font-size: 1.8em;        }
h2      { font-size: 1.5em;      } 
h3      { font-size: 1.3em;     }
h4      { font-size: 0.95em;        }
/*h5      { font-size: 0.83em;     }
h6      { font-size: 0.75em;     }*/


h1, h2, h3, h4 {
    /*    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 500;*/
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

h4 {
    text-transform: uppercase;
}


/**
 * Amimate hover on links
 */

a {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}


a, a:visited {
    color: #1e678d;
}




/* Header
   ========================================================================== */

#header {
    background: #FFF;
}

.logo-box {
    width: 60%;

}

.nav-search-box {
    position: absolute;
    top: 8px;
    left: 18px;
    float: right;
}

.nav-search {
    float: right;
}

.sm-soc {
    padding: 0;
    text-align: center;
}

.sm-soc li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.sm-soc li a {
    display: block;
    font-size: 1.5em;
    padding: 5px;
}



/* Navigation
   ========================================================================== */

.navbar-collapse {
    padding-bottom: 15px;
}
.navbar-default .navbar-toggle,.navbar-toggle {
    border: none;
    margin-top: 4px;
    margin-bottom: 5px;
    padding: 8px 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    height: 6px;
    width: 35px;
}



.navbar-default {
    background-color: #45c4dd;
    background-color: rgb(123,189,214);
    background-color: #45c4dd;
    border-bottom: 10px solid #FFF;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    height: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-nav > li.on {
    color: #000;
    background: #fdb921;
}

.navbar-default .navbar-nav > li.on a {
    color: #000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fdb921;
    color: #000;
}

/*.navbar-default .navbar-nav > li > a:hover {
    color: #333;  
}*/

.navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li:focus {
    color: #000;
    background: #fdb921;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;

}

/*
 * Dropdown on hover 
 */

@media (min-width:480px) {

    .dropdown:hover .dropdown-menu {
        display: block;
    }

}

.dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #fdb921;
    color: #333;
    text-decoration: none;
}


/* Nav search */

.nav-search-box {
    max-width: 210px;
}

.nav-search-box button {
    background: #45c4dd;
    border: #45c4dd solid 1px;
    color: #fff;
}

.nav-search-box button:hover {
    background: #fdb921;
    border: #fdb921 solid 1px;
    color: #333;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.nav-search-box input.form-control {
    border: #45c4dd solid 1px;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.input-group .form-control {
    width: auto;
}




/* Content
   ========================================================================== */


/* Homepage Content 
------------------- */

/* Banner Section */

.carousel-control.right, .carousel-control.left {
    background:none;
}

.carousel-indicators {
    bottom: 0;
}

#banner .container, #info .container, #news .container {
    background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    border: #F1F9FB solid 1px;  
}

.carousel-caption p {
    font-family: 'Oswald', sans-serif;
    font-weight: light;
    font-size: 1.5em;
}

.carousel-caption a {
    color: #FFF;
}

.carousel-caption p a:hover {
    text-decoration: none;
}

#carousel-HCNSW {
    margin-bottom: 15px; 
}

/* Info Section */

a .overlay{
    background: none repeat scroll 0 0 #647077;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

a:hover .overlay, a:focus .overlay, a:active .overlay {
    display: block !important;
    opacity: 0.7;
    transition: all 0.3s ease 0s;
}

.home-box {
    position: relative;
    margin-bottom: 15px;
}

.home-box .text {
    left: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    height: 50px;
    background: #647077;
    background: rgba(255, 192, 0, 0.5);
    background: #fdb921;
    /*background: #ccc414;*/
}

.home-box h3 {
    margin-top: 12px;

    color: #fdb921;
    color: #647077;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: bold;
    text-align: center;

}

.home-box p {
    /*    position: absolute;
        top: 10px;
        left: 10px;*/
}

/* News section */

#news {
    margin-bottom: 15px;

}

#news .container {
    /*    background: #FFFFFF;
        padding-bottom: 15px;*/
    background: #647077;
    background: #efefef;
}

#news .container h3 {
    color: #FFF;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 1.3em;
}

.home-news-box {
    border: #efefef solid 1px;
    /*margin-top: 15px;*/
    padding-bottom: 15px;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
}

.home-news-box img {
    max-width: 38%;
    height: auto;
    float: left;
    /*padding: 5px;*/
    border: #EFEFEF solid 1px;
    /*    margin-top: 10px;
        margin-left: 10px;*/
}

.home-news-box .text {
    float: right;
    width: 58%;
    /*padding: 10px;*/
}

.home-news-box p.title {
    /*font-weight: bold;*/
    font-family: "Oswald",sans-serif;
    font-size: 1.2em;
    min-height: 49px;
}

/* Page Content
--------------- */

#page .container {
    padding-bottom: 40px;
    background: #FFF;
}

#page .container img {
    border: #EFEFEF solid 1px;
    padding:0;
}

a.hub {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #333;
    color: #fdb921;
}

a.hub:hover {
    border: 1px solid #647077;
    background: none repeat scroll 0 0 #647077;
    color: #fff;
}

/* Subscribe Page form */


#mc_embed_signup_scroll .indicates-required {
    margin-bottom: 33px;
}

#mc_embed_signup_scroll .mc-field-group {
    margin-bottom: 20px;
}

#mc_embed_signup_scroll .input-group {
    margin-top: 20px;
    margin-bottom: 15px;
}

#mc_embed_signup_scroll .input-group ul {
    list-style: outside none none;
    padding-left: 0;
    margin-top: 5px;
}

#mc_embed_signup_scroll .input-group ul li input {
    margin-right: 10px;
}


/* Sidebar
   ========================================================================== */

/* Hompage Sidebar
------------------ */

.hm-about-txt span {
    /*padding: 1em 0;*/
    font-weight: bold;
    text-transform: uppercase;
    color: #6C747A;
    font-size: 1.1em;
}

.hm-about-txt span.blue {
    color: #45c4dd;
}

.hm-side-btns a {
    background: #fdb921;
    /*background: #45c4dd;*/
    border: #fdb921 solid 1px;
    /*border: #5da3bd solid 2px;*/
    font-family: 'Oswald', sans-serif;
    font-weight: light;
    font-size: 1.2em;
    color: #333;
    padding-bottom: 8px;
    padding-top: 5px;
}

.hm-side-btns a.hub {
    background: #333;
    color: #fdb921;
    border: #333 solid 1px;
}

.hm-side-btns a.hub:hover {
    border: #647077 solid 1px; 
}

.btns-1, .btns-2 {
    margin-top: 5px;
}


.hm-side-btns a:hover {
    background: #647077;
    color: #FFF;
}

.fa-wrench {
    font-size: 1.2em;
}
/* Page Sidebar 
-------------------------- */
/* Side nav */


/* Side nav */

#page ul#subnav {
    margin-left: 10px;
}

#page ul#subnav li ul {
    margin-left: 10px;
}

#page ul#subnav li {
    margin-left: 0;
}

#page ul#subnav li ul li {
    border-bottom: none;
}

#page ul#subnav li a {
    color: #333;
    font-weight: bold;
    color: #fdb921;
    color: #FFF;
}

#page ul#subnav li a:hover, #page ul#subnav li a:focus {
    color: #1e678d;
}


#page ul#subnav li a.on {
    background: url("../../assets/img/list-icon.png") no-repeat scroll 12px 11px;
    margin-left: -15px;
    padding-left: 25px;
    color: #1e678d;
}

.navbar-sidenav {
    border-bottom: 0;
}

/* Wentwest logo */

.wentwest {
    margin-bottom: 40px;
}

.wentwest img {
    border: none !important;
    padding: 10px 35px 10px !important;
}

.wentwest P {
    font-size: 0.95em;
    text-align: center;
}

/* Sidenav navbar */

@media (max-width:768px) {

    .sidenav-header {
        background: #647077;
    }

    .sidenav-toggle {
        margin-top: 6px;
        border: 0;
        margin-bottom: 0;
    }

    .navbar-default .navbar-brand {
        color: #FFF;
        font-weight: bold;
    }

    .navbar-default .sidenav-toggle:hover, .navbar-default .sidenav-toggle:focus {
        background: none;
    }

    .navbar-default .sidenav-toggle .icon-bar {
        background-color: #FFF;
        height: 5px;
        width: 25px;
        height: 4px;
        width: 20px;
    }

    #bridge-sidenav-collapse {
        background: #333;
        padding-right: 0;
        padding-left: 0;
    }

    #page ul#subnav {
        margin-left: 0;
    }

    #subnav li:last-child {
        border-bottom: none;
    }

    #subnav li a {
        display: block;
        border-bottom: 1px solid #FFF;
        padding: 15px;
        font-size: 1.2em;
        color: #FFF;
        background: #647077;

    }

    #subnav li a.last {
        border-bottom: 0;
    }

    .side-nav li {
        margin-bottom: 0;
    }

    #page ul#subnav li a.on {
        background: #fdb921;
        margin-left: 0;
        padding-left: 15px;
        color: #333;
        /*border-bottom: 1px solid #bf1323;*/
    }

    .side-nav li a:hover {
        text-decoration: none;
    }

    #page ul#subnav li {
        margin-right: 0;
    }

}



/* User content styles
   ========================================================================== */
/* Images */
@media ( max-width: 678px){
    #page .container img {
        margin-bottom: 15px !important;
    }
}


/*Lists*/

ul {

}

ul li {

}

ul li a {

}

/* Tables */

table {
    margin-bottom: 20px;
    width: 100%;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border-top: medium none;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}


/*form label {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}*/


input[type="text"], input[type="url"], input[type="tel"], input[type="number"], input[type="color"], input[type="email"] {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    /*height: 30px;*/
    line-height: 1.42857;
    margin-bottom: 0.75em;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

input[type="submit"] {
    -moz-user-select: none;
    background:#fdb921;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}


input[type="submit"]:hover {
    background: #647077;
    color: #FFF;
}


/* Prebuilt Image Caption Template */

table.right-image-caption-table {
    float: right;
    width: 400px;
    max-width: 100%;
}

table.left-image-caption-table {
    float: left;
    width: 400px;
    max-width: 100%;
}

table.left-image-caption-table td.table-image, table.left-image-caption-table td.table-image-caption {
    padding-left: 0;
    padding-right: 15px;
}

.table-image {

}

.table-image img {
    max-width: 100%;
    height: auto;
    border: #EFEFEF solid 1px;
}
.table-image-caption {
    font-size: 0.85em;
    font-style: italic;
    padding-top: 0;
    padding-bottom: 0;
    /*text-align: center;*/
}



/* Footer
   ========================================================================== */



/* Sticky footer styles
-------------------------------------------------- */
/*
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
*/

.footer {
    /*    background: #efefef;
        background: #647077;*/
    background: #647077;
    color: #333;
    color: #fff;
}

.footer .container {
    padding-top: 1em;
}

.footer a {
    color: #333;
    color: #fff;
}

.footer-links {
    margin-bottom: 10px;
    text-align: left;
}




.topfooter {
    padding-bottom: 20px;
}

.contact-details h3 {
    margin-bottom: 15px;
}

.contact-details ul li {
    margin-bottom: 5px;
}

.contact-details i.fa {
    margin-right: 10px;
    color: #fdb921;
}

.topfooter .twitter-box p {
    margin-top: 20px;
}
.topfooter .contact-details .img-box {
    width: 115px;
    margin-bottom: 20px;
}

.subfooter {
    border-top: #444 solid 1px;
    border-top: #87898b solid 1px;
    /*border-width: 0 0 1px;*/
    padding-top: 1em;
    font-size: 0.9em;

}





/* Responsive
   ========================================================================== */


@media (min-width: 768px) {

    .container {
        width: 750px;
    }

    /* Header
   ========================================================================== */

    .top-container {
        position: relative;
    }

    .logo-box {
        width: 210px;
        margin-bottom: 30px;
    }


    .utility-nav-box {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 1.1em;
    }
    .utility-nav-box ul li a {
        color: #647077;
        border-right: #647077 solid 1px;
        padding-right: 15px;
    }
    .utility-nav-box ul li a.last {
        border-right: none;
    }

    .utility-nav-box ul li a.lg-soc:hover {
        color: #fdb921;
    }

    .utility-nav-box ul li a:hover {
        text-decoration: underline;
    }

    .utility-nav-box ul li a.lg-soc {
        margin-left: 10px;
    }

    .utility-nav-box ul li a.lg-soc-first {
        margin-left: 30px;
    }

    .utility-nav-box ul li a i.fa {
        font-size: 1.4em;
        color: #647077;
    }

    .navbar-header {
        float: none;
    }

    .nav-search-box {
        position: relative;
        float: right;
        margin-top: -60px;
        margin-right: 30px;
    }

    .nav-search-box input.form-control {
        border: #45c4dd solid 1px;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    /* Navigation
   ========================================================================== */

    .nav li {
        border-right: #FFF solid 3px;
        height: 130px;
        padding-left: 0;
    }

    .nav li.last {
        border-right: none;
    }

    .nav li a.on {
        border-right: none;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 0.9em;
        padding-left: 5px;
    }

    /* Dropdowns */

    .dropdown-menu {
        background-clip: padding-box;
        background-color: #fff;
        border: none;
        border-radius: 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        display: none;
        float: left;
        font-size: 14px;
        left: 0;
        list-style: outside none none;
        margin: 2px 0 0;
        min-width: 160px;
        padding: 5px 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
    }

    .nav li ul li {
        height: auto;
    }

    /* Content
   ========================================================================== */

    /* Homepage Content 
    ------------------- */

    .wrap {
        margin-bottom: 380px;
    }

    #banner, #info {
        margin-bottom: 20px;
    }

    .carousel-caption {
        left: 40px;
        padding-bottom: 30px;
        right: 20%;
        text-align: left;
        top: 0;
        width: 50%;
        font-size: 1.6em;
        height: 70%;

    }

    .carousel-caption p {
        background: rgba(0,0,0,0.3);
        padding: 20px;
        border-radius: 5px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        display: inline-block;
        position: absolute;
        top: 90%;
        z-index: 5;
        color: #FFF;
    }

    .home-box h3 {
        font-size: 1em;
    }

    .footer-links {
        text-align: right;
    }

    /* Home news section */

    .home-news-box {
        min-height: 230px;
    }

    .home-news-box img {
        max-width: 91%;
    }

    .home-news-box .text {
        width: 100%;
    }


    /* to zero out mobile collapse nav*/ 

    .navbar-brand {
        display: none;
        height: 46px;
    }

    #subnav {
        margin-left: -25px;
    }

    .navbar-sidenav {
        background: none;
        border: none;
        margin-left: -11px;
        margin-top: 15px;
    }

    .side-nav li {
        margin-bottom: 0;
    }


    .side-nav li a {
        display: block;
        line-height: 1.3;
        padding: 5px 10px;
        white-space: normal;
    }

    #page ul#subnav li a {
        color: #333;

    }

    .side-nav li a:hover {
        text-decoration: none;
        color: #333;
    }
    .side-nav li a.on {
        background: #ff6600;
        color: #333;
    }

    .side-nav li ul {
        list-style: outside none none;
        padding-left: 10px;
    }



    /* Sticky footer styles
    -------------------------------------------------- */



    html {
        position: relative;
        min-height: 100%;
    }
    body {
        margin-bottom: 350px;
    }
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 350px;
    }

    .topfooter .contact-details p {
        margin-top: 100px;
    }

    .topfooter .contact-details .img-box {
        margin-bottom: 0;
    }






}


@media (min-width: 992px) {

    .container {
        width: 970px;
    }

    /* Header
   ========================================================================== */

    .logo-box {
        width: 250px;
    }

    /* Navigation
   ========================================================================== */

    .nav li {
        height: 110px;
        padding-left: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 1em;
        padding-left: 15px;
    }


    /* Content
    ========================================================================== */

    /* Homepage Content 
    ------------------- */

    .wrap {
        margin-bottom: 360px;
    }

    .hm-about-txt {
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .hm-about-txt p {
        margin-bottom: 0;
    }

    .btns-1,.btns-2 {
        margin-top: 15px;
    }

    .btns-2 {
        margin-top: 40px;
    }

    /* Home news section */

    .home-news-box img {
        max-width: 38%;
    }

    .home-news-box .text {
        width: 58%;
    }

    /* Sticky footer styles
    -------------------------------------------------- */



    body {
        margin-bottom: 331px;
    }
    .footer {
        height: 331px;
    }


}


@media (min-width: 1200px) {

    .container {
        width: 1170px;
    }

    .nav li {
        height: 90px;;
    }


    /* Content
   ========================================================================== */å

    /* Homepage Content 
    ------------------- */

    .hm-about-txt {
        padding: 0;
    }

    .btns-1 {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .btns-2 {
        margin-top: 0;
    }

    .home-box h3 {
        font-size: 1.2em;
    }




}