/* ================================= */
/* Body and Universal Reset */
/* ================================= */

* {
    margin  : 0;
    padding : 0;
}

html {
    background : url('images/backgrounds/bg.gif') repeat top left #29ABE2;
    min-height : 100%;
}

body {
    background : url('images/backgrounds/bg.gif') repeat top left #29ABE2;
    height     : auto;
    position   : relative;
}

#container {
}

#popupWindowCaller {
    display : none;
}

.clear {
    clear  : both;
    height : 1px;
}

img {
    border : none;
}

::selection {
    background : #393e42;
    color      : #FFF;
}

::-moz-selection {
    background : #393E42;
    color      : #FFF;
}

/* ================================= */
/* Defaults */
/* ================================= */
.show_landscape_only {
    display: none;
}
.show_portrait_only {
    display: none;
}
.inner {
    padding : 10px;
}

.rounded {
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    -o-border-radius      : 4px;
    -ms-border-radius     : 4px;
    border-radius         : 4px;
}

.transition {
    -moz-transition    : all linear 0.2s;
    -webkit-transition : all linear 0.2s;
    -o-transition      : all linear 0.2s;
    transition         : all linear 0.2s;
}

/* ================================= */
/* Typography */
/* ================================= */

#content ul.noContent li:before, #content .noContent ul li:before, #content .flexslider ul li:before {
    content : '';
}

#content ul.noContent li, #content .noContent ul li, #content .flexslider ul li {
    text-indent : 0;
    margin-left : 0;
}

/* ================================= */
/* Header */
/* ================================= */
.black_bg {
    background: #000;
}
.header_fill {
    height   : 66px;
    position : relative;
    float    : left;
    width    : 100%;
    display  : none;
}

#header {
    display          : block;
    width            : 100%;
    float            : left;
    position         : relative;
}
.header_bg {
    background: #000;
    padding: 0px 0 0 0;
}
#header a.logo {
    margin      : 5px 0px 20px 0px;
    padding     : 0px;
    text-indent : -9999px;
    z-index     : 2;
    height      : 51px;
    width       : 439px;
    display     : block;
    position    : relative;
    background  : url(images/backgrounds/lbm-logo.png) top left no-repeat;
}

#header .header_phone_number {
    float       : right;
    text-align  : right;
    padding-top : 42px;
}

#header .header_phone_number span {
    padding     : 10px 2px 10px 10px;
    font-size   : 27px;
    font-weight : bold;
}

#header .header_phone_number i {
    font-size : 27px;
}


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

#mainNav {
    height           : 36px;
    background-color : #333333;
}

#mainNav li {
    list-style : none;
    float      : left;
    position   : relative;
}

#mainNav > li {
    margin : 0 0 0 0px;
}

#mainNav > li.first {
    margin-left : 0;
}

#mainNav li a {
    padding     : 7px 24px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    background  : #EA214D;
    font-size   : 26px;
    line-height   : 22px;
    margin      : 0px 0px;
    font-weight : normal;
    color       : #FDFDFD;
    display     : block;
}

/* Navi colours */

#mainNav li a.pink {
    background  : #EA214D;
}
#mainNav li a.orange {
    background  : #F08F22;
}
#mainNav li a.yellow {
    background  : #FBD13B;
}
#mainNav li a.l_green {
    background  : #9BDD32;
}
#mainNav li a.d_green {
    background  : #019E47;
}
#mainNav li a.blue {
    background  : #1F8CC3;
}
#mainNav li a.aqua {
    background  : #57C8E0;
}
#mainNav li a.purple {
    background  : #FF6EFF;
}
 /* Navi colours end */

#mainNav > li > a {
    height : 20px;
}

#mainNav li a:hover {
    text-decoration: underline;
    color      : #fff;
}

#mainNav li a:active, #mainNav li.current > a {
    -webkit-box-shadow : inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow    : inset 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow         : inset 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    color              : #fff;
}

#mainNav ul {
    position           : absolute;
    width              : 160px; /* left offset of submenus need to match (see below) */
    top                : -999px;
    border-bottom      : solid 4px #DB552F;
    -webkit-box-shadow : 0px 1px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow    : 0px 1px 6px rgba(0, 0, 0, 0.6);
    -o-box-shadow      : 0px 1px 6px rgba(0, 0, 0, 0.6);
    box-shadow         : 0px 1px 6px rgba(0, 0, 0, 0.6);
}

#mainNav ul li {
    width : 100%;
}

#mainNav li:hover {
    visibility : inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
    left    : 0;
    top     : 51px; /* match top ul list item height */
    z-index : 99;
}

#mainNav li:hover li ul, #mainNav li.sfHover li ul {
    top : -999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
    top : -999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

/* Drop Down UL */
#mainNav ul li a {
    margin           : 0;
    padding          : 7px 11px;
    font-size        : 13px;
    font-weight      : normal;
    color            : #000;
    background-color : #EDEDED;
    border           : none;
    text-shadow      : none;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
    background : #F17C5B !important;
    border     : none;
    filter     : none;
    color      : #fff;
}

#mainNav ul li a:active, #mainNav ul li.current > a {
    color              : #EFC6BB;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    -o-box-shadow      : none;
    box-shadow         : none;
}

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

/* Resets for container */
#mobile_nav {
    position : absolute;
    top      : 0;
    z-index  : 9999;
    right    : 0;
    width    : 40%;
    float    : left;
    margin   : 0;
    padding  : 0;
}

/* Background colour for menu and active icon/button */
html.mobile_nav_is_active,
#mobile_nav .mobile_nav_wrap,
#mobile_nav #mobile_nav_launch.active_mobile_launch {
    background-color : #363A39;
}

#mobile_nav .mobile_nav_wrap,
#mobile_nav ul li,
#mobile_nav ul li a {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}

/* Style the icon/button */
#mobile_nav #mobile_nav_launch {
    height          : 50px !important;
    width           : 67px !important;
    line-height     : 21px;
    position        : relative;
    top             : 6px;
    right           : 5%;
    border-radius   : 0;
    background      : url(images/icons/nav.png) 45% center no-repeat;
    background-size : 60% 60%;
    text-indent     : -9999px;
    float           : right;
    border-left     : 1px solid rgba(0, 0, 0, 0.1);
    cursor          : pointer;
    z-index         : 99;
}

/* Actual Menu Wrapper - Important stuff */
#mobile_nav .mobile_nav_wrap {
    position   : fixed;
    width      : 80%;
    float      : left;
    right      : -80%;
    -moz-box-shadow : inset 3px 0px 6px #111;
    -o-box-shadow : inset 3px 0px 6px #111;
    -webkit-box-shadow : inset 3px 0px 6px #111;
    box-shadow : inset 3px 0px 6px #111;
    height     : 100%;
    z-index    : 98;
    overflow   : auto;
    display    : block;
    padding-left: 5px;
    -webkit-overflow-scrolling: touch;
}

#mobile_nav .mobile_nav_wrap_active {
    right : 0;
}

html,
#mobile_nav .mobile_nav_wrap {
    -webkit-transition : right 0.2s linear;
    -moz-transition    : right 0.2s linear;
    transition         : right 0.2s linear;
}

html {
    position : relative !important;
    width    : 100%;
    right    : 0;
}

html.mobile_nav_is_active {
    right : 80%;
}

html.mobile_nav_is_active,
html.mobile_nav_is_active body {
    /* overflow : hidden; */
    position : relative;
    height   : 100%;
}

#mobile_nav ul {
    float         : left;
    position      : relative;
    top           : 0;
    left          : 0;
    display       : block;
    width         : 100%;
    list-style    : none;
    margin        : 0 auto !important;
    padding       : 5px 0 0 !important;
    border-bottom : 5px solid #363a39;
}

#mobile_nav ul li {
    width         : 100%;
    display       : block;
    padding       : 0 25px;
    float         : left;
    width         : 100%;
    border-bottom : 1px solid #444;
}

#mobile_nav ul li a {
    color       : #fff;
    font-size   : 18px;
    display     : block;
    float       : left;
    width       : 100%;
    font-weight : bold;
    padding     : 12px 20% 12px 0;
    position: relative;
}

#mobile_nav ul li a:active {
    text-shadow : -1px -1px 0 #111;
}

#mobile_nav ul ul {
    padding-left : 20px;
}

#mobile_nav .mobile_nav_wrap > ul > li > ul {
    display: none; /* HIDE INITIALLY */
}

#mobile_nav ul ul li {
    border-bottom: 0;
    padding: 0 0 0 20px;
}

#mobile_nav ul ul li a {
    font-weight  : normal;
    font-size    : 13px;
}

span.mobile_nav_down_more {
    position: absolute;
    height: 100%;
    width: 20%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    z-index: 999;
    right: 0;
    top: 0;
    padding: 10px 0 0;
    outline: none;
}

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

#sidebar {
    margin-top : 0px;
}
#sidebar .thumb_banner_container {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
#sidebar #thumbBanner {

}
#sidebar #thumbBanner .slide{
    float: none;
    margin-right: 0.5%;
    margin-bottom: 13px;
}
#sidebar #thumbBanner .slide.last {
    margin-bottom: 0;
}
#subNav {
    border-bottom : solid 1px #E6E6E6;
}

#sidebar #subNav li.subNavHeading a {
    color           : #FFFFFF;
    padding         : 5px 0px 5px 0px;
    margin          : 0px;
    font-weight     : bold;
    text-transform  : capitalize;
    text-decoration : none;
    font-size       : 20px;
}

#sidebar #subNav li.subNavHeading a:hover {
    color : #FFFFFF;
}

#content #sidebar #subNav li.subNavHeading {
    padding      : 11px 0px 8px 17px;
    margin       : 0px;
    text-indent  : 0px;
    text-align   : left;
    background   : #ED5C33;
    border-top   : 1px solid #E5E5E5;
    border-left  : 1px solid #E5E5E5;
    border-right : 1px solid #E5E5E5;
}

#content #sidebar #subNav li.subNavHeading:before {
    content : none;
}

#sidebar #subNav {
    background-color : #FFFFFF;
}

#content #sidebar ul#subNav li {
    padding      : 8px 0px 8px 32px;
    text-indent  : -15px;
    margin       : 0px;
    border-top   : solid 1px #E6E6E6;
    border-left  : solid 1px #E6E6E6;
    border-right : solid 1px #E6E6E6;
}

#sidebar #subNav li a {
    color           : #000;
    padding         : 5px 0px;
    text-decoration : none;
}

#sidebar #subNav li a:hover {
    color : #ED5C33;
}

#content #sidebar #subNav li:before {
    content      : "\203A \00a0";
    color        : #ED5C33;
    font-size    : 15px;
    margin-right : 5px;
    line-height  : 15px;
}

#content #sidebar ul#subNav {
    padding : 0;
    margin  : 0px 0px 15px 0px;
}

#content #sidebar #subNav li.down a {
    color       : #ED5C33;
    font-weight : bold;
}

#content #sidebar #subNav li.down:before {
    color       : #ED5C33;
    font-weight : bold;
}

#content #sidebar #subNav li.child a {
}

#content #sidebar #subNav li.child {
    border-top   : none;
    padding-top  : 4px;
    padding-left : 32px;
}

#content #sidebar #subNav li.childChild {
    font-size    : 11px;
    border-top   : none;
    padding-top  : 4px;
    padding-left : 50px;
}

#content #sidebar #subNav li.childChild:before {
    font-size   : 11px;
    margin-left : 28px;
}

#sidebar #subNav li.child:before {
    font-size   : 11px;
    margin-left : 14px;
}

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

#content {
    padding-top    : 0px;
    padding-bottom : 5px;
    width          : 100%;
    display        : block;
}

#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}

#copy ul, #copy ol {
    margin-left : 18px;
}
.home #content {
    padding: 0;
}
#copy {
    background: #fff;
}
.inner_banner {
    width: 100%;
    min-height: 200px;
    margin-bottom: 3px;
}
.laser_beak_man_small {
    height: 309px;
    width: 133px;
    background: url("/images/backgrounds/laserbeakman-small.png") no-repeat top right;
    background-size: 100% auto;
    position: absolute;
    right: 34px;
    top: -101px;
    z-index: 9999;
}
/* ================================= */
/* Home */
/* ================================= */
.laser_beak_man_large {
    height: 532px;
    width: 227px;
    background: url("/images/backgrounds/laserbeakman-large.png") no-repeat top right;
    position: absolute;
    right: 0;
    top: -74px;
    z-index: 9999;
}
.padding_content {
    padding: 20px;
    position: relative;
}
.relative_pos {
    position: relative;
}
#content ul#homeNav {
    margin        : 0 0 15px;
    padding       : 7px;
    background    : #ccc;
    border-radius : 8px;
}

#content #homeNav li {
    margin      : 0;
    padding     : 1px 0;
    text-align  : center;
    text-indent : 0;
    margin-left : 0 !important;
}

#content #homeNav li:before {
    content : '' !important;
}

#homeNav a {
    display          : block;
    background       : #EEEEEE;
    background-image : linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -o-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -moz-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -ms-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(50, 50, 50)), color-stop(1, rgb(70, 70, 70)));
    padding          : 13px 15px;
    text-decoration  : none;
    margin           : 0;
    color            : #fff;
    font-weight      : bold;
    text-align       : center;
    text-transform   : uppercase;
    text-shadow      : -1px -1px 3px rgba(0, 0, 0, 0.2);
}

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
    box-shadow : inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    outline    : none !important;
}

#homeNav li:first-child a {
    border-top-left-radius  : 5px;
    border-top-right-radius : 5px;
}

#homeNav li:last-child a {
    border-bottom-left-radius  : 5px;
    border-bottom-right-radius : 5px;
}

/* Home Page Banner */
#homeBanner {
    margin-top: 0;
    margin-bottom: 0;
	min-height: 300px;
	background: url(images/icons/ajax-loader-alt.gif) no-repeat center center;
    max-width: 892px;
    min-height: 403px;
}


/* Facebook */
.facebook_button {
    float: left;
    position: absolute;
    bottom: 15px;
}
.facebook_button a{
    font-size: 17px;
    line-height: 26px;
    color: #002A95;
}
/* ================================= */
/* Widgets */
/* ================================= */

.widget {
    margin-top    : 15px;
    margin-bottom : 10px;
}

.widget_title {
    padding    : 10px 15px 10px 20px;
    background : #ED5C33;
}

.widget_title h2 {
    color  : #fff;
    margin : 0;
}

.widget_content h2 a, .widget_content h2 {
    font-size     : 13px;
    line-height   : 17px;
    color         : #000;
    margin-bottom : 0;
}

.widget_content {
    background : #E9E9E9;
    padding    : 10px 15px 15px 20px;
}

.home_page .widget_content {
    min-height : 162px;
}

.widget_content ul {
    margin-bottom : 0 !important;
}

.widget_content ul li {
    font-weight   : bold;
    margin-left   : 0px !important;
    margin-bottom : 5px;
}

.widget_content ul li:before {
    margin-right : 3px;
    font-size    : 13px !important;
}

.widget_date {
    padding          : 8px 0 13px;
    margin           : 4px 8px 10px 10px;
    text-align       : center;
    width            : 72px;
    background-color : #ED5C33;
    text-transform   : uppercase;
    float            : right;
    color            : #FFF;
    font-size        : 22px;
    font-weight      : bold;
}

.widget_date h2 {
    font-weight    : bold;
    font-size      : 30px;
    text-transform : none;
    color          : #fff;
    margin         : 10px;
}

.widget .blogDate {
    color         : #000;
    font-style    : italic;
    display       : block;
    margin-bottom : 13px;
    line-height   : 14px;
}

.widget_content p {
    margin-bottom : 10px !important;
}

.widget .blogLink {
    text-decoration : underline;
}

.widget_form_row {
    margin     : 3px 0;
    text-align : right;
}

.widget_form_row label {
    width        : 21.5%;
    text-align   : left;
    margin-right : 2%;
    display      : inline-block;
}

.widget_form_input {
    text-align    : right;
    width         : 73%;
    padding-right : 1%;
    display       : inline-block;
}

.widget_form_input input {
}

.widget_form_button {
    margin-top    : 7px;
    padding-right : 1%;
    text-align    : right;
}
/* Thumb Banner  */
.thumb_banner_container {
    background: #000;
    padding: 10px 0;
}
#thumbBanner {
    width: 100%;
}
#thumbBanner .slide{
    float: left;
    margin-right: 10.6px;
}
#thumbBanner a{
    opacity: 1;
}
#thumbBanner a:hover img{
    opacity: 0.8;
}
#thumbBanner .slide.last{
    margin-right: 0px;
}



/* ================================= */
/* GALLERY */
/* ================================= */


#content #galleryCatList li {
    float: left;
    text-indent: 0px;
    margin-left: 0px;
    width: 31.3%;
    padding: 0px 0px;
}
#copy #galleryCatList li:before, #content #thumbs li:before{
     display: none;
}

#galleryCatList li img, #thumbs li img{
    width: 100%;
    height: auto;
}
#galleryCatList li img:hover, #thumbs li img:hover{
    opacity: 0.8;
}
#galleryCatList li a, #thumbs li a{
    display: block;
}
#content #galleryCatList li.middle{
    margin-right: 3%;
    margin-left: 3%;
}
#galleryCatList li a .gal_label{
    display: block;
    color: #1F8CC3;
    font-weight: bold;
    padding: 10px 0;
    font-size: 16px;
    line-height: 21px;
}

#content #thumbs li {
    margin-bottom: 30px;
    width: 90px;
    float: left;
    text-indent: 0px;
    margin-left: 0px;
    margin-right: 4.9%;
    padding: 0px 0px;
}
#content #thumbs li.last {
    margin-right: 0px;
}
#thumbs li .caption {
    margin: 10px 0 0;
}
#thumbs li .caption h2{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
    color: #9BDD32;
}

/* ================================= */
/* PRODUCTS */
/* ================================= */


/* Products cat listing */
.categoriesContainer{
    display: block;
    float: left;
    width: 32.3%;
    margin-bottom: 1px;
}
.categoriesContainer.middle{
    margin: 0 1.5%;
}

/* H2 colours */
.categoriesContainer h2{
    padding: 5px 10px;
    color: #FFF;
    font-size: 18px;
    line-height: 22px;
    background: #1F8CC3;
}
.categoriesContainer h2.blue {
    background: #1F8CC3;
}
.categoriesContainer h2.pink {
    background: #EA214D;
}
.categoriesContainer h2.l_green {
    background: #9BDD32;
}
.categoriesContainer h2.yellow {
    background: #FBD13B;
}
.categoriesContainer h2.orange {
    background: #F08F22;
}
.categoriesContainer img:hover{
    opacity: 0.8;
}


/* Products item listing */

.productsContainer {

}
.productsContainer .productThumb{
    display: block;
    float: left;
    width: 20%;
}
.productsContainer .productThumb:hover{
    opacity: 0.8;
}
.productsContainer .productSummary{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 77%;
    margin-left: 3%;
}
.productsContainer .productSummary h2{
    text-transform: lowercase;
}
.productsContainer .productSummary h2:first-letter{
    text-transform: uppercase;
}
.productsContainer .productSummary .product_info {
    width: 38%;
    margin-left: 2%;
    float: right;
}
.productsContainer .productSummary .product_info_padding {
    background: #FBFBFB;
    margin-top: 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.productsContainer .productSummary .product_info select.size {
    margin: 5px 0;
}
.productsContainer .productSummary .product_info span {
    width: 100%;
    display: inline-block;
}
.productsContainer .productSummary .products_button {
    float: right;
}
.productsContainer .productSummary .products_button.left {
    float: right;
    margin-right: 3.5%;
}
.productsContainer .productSummary .product_content {
    width: 60%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}


/* Products View Page */

.products_view_button {
    float: left;
}
.products_view_button.right{
    margin-right: 7px;
}

.product_view_info {
    width: 44%;
    margin-right: 3%;
    float: left;
}
.product_view_info_padding {
    background: #FBFBFB;
    margin-top: 3px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.product_view_info_padding h3{
    color: #000;
    font-size: 16px;
}
.product_view_info_padding span {
    width: 100%;
    display: inline-block;
}
.product_view_content {
    width: 53%;
    float: left;
}
.product_image {
    float: left;
    margin: 0px 0px 10px 3px;
    border: solid 5px #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.product_image.small {
    width: 48%;
}
.product_image.small.productExtraThumbRight {
    margin: 0 0 10px 0;
    margin-left: 3%;
    float: right;
}
.product_view_txt {
    margin-top: 20px;
}
.size_selector {
    margin-bottom: 10px;
}
.size_selector label {
    font-weight: bold;
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
    float: left;
    margin-right: 10px;
    padding-top: 4px;
}
.size_selector select {
    float: left;
    width: 50%;
}
/* ================================= */
/* CHECKOUT */
/* ================================= */

#content table#check_out_table {
    margin-top: 22px;
    border-top: 1px solid #D8D8D8!important;
}

table#check_out_table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
table#check_out_table tr:first-of-type {
    font-weight: bold;
}
.fade_bg_heading {

    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

/* Check out Page - products */

.cart_image {
    text-align: center!important;
    max-width: 45px;
}

#check_out_table {
    min-width: 500px;
}
.payment_details {
    margin: 50px 0;
}
.product_header_icons {
    display: inline-block;
    margin-left: 10px;
}
.payment_details .split .form_field  {
    width: 74%;
}
.payment_details .form_label {
    width: 20%;

}
.payment_details .split {
    padding-top: 5px;
    width: 48%;
    float: left;
    margin-right: 2%;
}
.payment_details .split.second {
    margin-right: 0%;
    margin-left: 2%;
}

.payment_options {
    margin-top: 10px;
    padding: 15px 20px;
    background: #F5F5F5;
}
.payment_options .form_label {
    width: 20%;
    padding: 11px 0 0 0;
    clear: both;
}


/* ================================= */
/* MINI CART */
/* ================================= */

.sidebar_minicart {
    background: #fff;
    margin-bottom: 15px;
}
.sidebar_minicart .padding {
    padding: 15px;
}
.sidebar_minicart h3 {
    text-align: left;
}

.sidebar_minicart .product {
    border-bottom: 1px solid #EA214D;
    margin-bottom: 10px;
}
.sidebar_minicart .empty {
    text-align: center;
    font-style: italic;
}
.sidebar_minicart .title {
    font-weight: bold;
    margin-bottom: 0px;
}
.sidebar_minicart .data {
    margin-bottom: 10px;
}
.sidebar_minicart .title.subtotal  {
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 15px;
    line-height: 20px;
}
.sidebar_minicart .sub_total {
    text-align: center;
    color: #1F8CCE;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
}
.sidebar_minicart .checkout {
    text-align: center;
    margin-top: 15px;
}
.sidebar_minicart .remove_item {
    float: right;
    margin-left: 10px;
}


/* ================================= */
/* Blog */
/* ================================= */

.displaying {
    text-align : center;
}

.nextprevnav {
    display    : block;
    text-align : center;
    margin     : 18px 0 0 0;
}

.blogListingThumb {
    float        : left;
    width        : 17%;
    margin-right : 4%;
    text-align   : center;
}
.blogListingContainerWImage {
    float : left;
    width : 79%;
}

#content .blogListingContainer p {
    margin : 0 0 10px 0;
}

.blogDate {
    color : #ccc;
}

.blogAddThisTop {
    float : right;
    width : 124px;
}

.blogMetaInfo {
    background-color : #F5F5F5;
    margin           : 10px 0;
    overflow         : hidden;
    padding          : 10px 10px;
}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
    color : #999;
}

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

#footer {
    clear            : both;
    text-align       : center;
    background-color : #000;
    display          : block;
    width            : 100%;
    float            : left;
    padding: 5px 0 10px;
    color: #fff;
}

#footer a {
    color     : #fff;
    font-size : 11px;
}

#footer a:hover {
    color : #57C8E0;
}

.site_by {
    display : block;
    padding : 10px 0 0;
}

.site_by img {
    display : inline-block;
    margin  : -11px 0 0 2px;
}

.footerNav {
    margin-bottom : 10px;
}

#footer li {
    display    : inline;
    list-style : none;
    margin     : 0 12px 0 0;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -6px;
    margin   : 0 3px 0;
}

#footer .footer_left {
    text-align : center;
}

#footer .footer_left h2 {
    font-size   : 13px;
    font-weight : bold;
    color       : #fff;
}

#footer .footer_left li, #footer .footer_left li a {
    line-height : 15px;
    margin      : 0;
}

#footer .footer_left li {
    display    : inline-block;
    list-style : none;
    margin     : 0 0px 0 0;
    text-align : center;
    width      : auto;
}
#footer .footer_left li.divider {
    margin     : 0 7px 0 7px;
}

#footer .footer_right {
    font-size   : 11px;
    line-height : 16px;
    text-align  : right;
}

#footer .footer_right li {
    display    : inline-block;
    list-style : none;
    margin     : 0 0 0 11px;
}

#footer .footer_right ul {
    margin-bottom : 10px;
}

/* ================================= */
/* Sitemap */
/* ================================= */

#content ul.sitemap {
    list-style : none;
    margin     : 0px;
    padding    : 0px;
}

ul.sitemap li a {
    padding : 5px 0px 3px;
    display : block;
}

ul.sitemap a:hover {
    color : #000;
}

ul.sitemap li.sitemapHeading > a {
    font-size     : 16px;
    padding       : 10px 5px;
    margin        : 0px 0px 0px;
    border-bottom : 1px solid #dddddd;
    font-weight   : bold;
    display       : block;
}

ul.sitemap li.sitemapHeading > a:hover {
    background    : #eee;
    border-bottom : 1px solid #aaa;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -5px;
    margin   : 0 3px 0;
}

/* ================================= */
/* Breadcrumbs */
/* ================================= */

#breadcrumbs {
    display : block;
    width   : 100%;
}

#content #breadcrumbs ul {
    list-style : none;
    margin     : 14px 0;
    display    : block;
    position   : relative;
    float      : left;
    width      : 95%;
}

#content #breadcrumbs ul li {
    display : inline;
    padding : 0 5px 0 0;
}

#content #breadcrumbs ul li a {
    padding        : 0 5px 0 0;
    color          : #888;
    font-size      : 12px;
    text-transform : uppercase;
}

#content #breadcrumbs ul li a:hover {
    color : #000;
}

#content span.breadcrumbDivider {
    color       : #888;
    padding     : 0;
    display     : inline-block;
    font-size   : 13px;
    line-height : 12px;
}

#content #breadcrumbs ul li a.currentBreadcrumb {
    color          : #000;
    text-transform : none;
}

/* ================================= */
/* Enquiry Form */
/* ================================= */

.required_fields_heading {
    font-size : 11px;
}

.form_required i, .required_fields_heading i {
    color : #ff0000;
}

.form_label, .form_required, .form_field {
    margin : 6px 0;
}

.form_label {
    width   : 20%;
    padding : 7px 0 0 0;
    clear   : both;
}

.form_required {
    width   : 5%;
    padding : 10px 0 0 0;
}

.form_field {
    width      : 75%;
    min-height : 30px;
}

#content .errorInput {
    background         : url(/images/icons/error.gif) no-repeat right 3px #fff;
    -webkit-box-shadow : #E59595 0 0 4px;
    -moz-box-shadow    : #E59595 0 0 4px;
    box-shadow         : #E59595 0 0 4px;
    border             : 1px solid #CC0000;
}

.imageVerification * {
    vertical-align  : middle;
    margin          : 0 5px 0 0;
    text-decoration : none !important;
}

.imageVerification input {
    width : 25%;
}

.errorText {
    color : #CC0000;
}

input.hintText, .form_note {
    color : #999999;
}
.left_captcha {
    float: left;
    width: auto;
}
.right_captcha {
    float: left;
    width: 30%;
    padding-top: 5px;
}

/* ================================= */
/* Form Fields Inputs */
/* ================================= */

input, textarea, select {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 12px;
    outline     : none;
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
    width                 : 100%;
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
    padding               : 6px;
    border                : 1px solid #BABABA;
    -webkit-box-shadow    : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-box-shadow       : rgba(255, 255, 255, 0) 0 0 4px;
    box-shadow            : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-transition       : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-transition    : box-shadow linear 0.2s, border linear 0.2s;
    -o-transition         : box-shadow linear 0.2s, border linear 0.2s;
    transition            : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-box-sizing    : border-box;
    -moz-box-sizing       : border-box;
    -ms-box-sizing        : border-box;
    -o-box-sizing         : border-box;
    box-sizing            : border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
    border             : 1px solid #ED5C33 !important;
    -webkit-box-shadow : #ED5C33 0 0 4px !important;
    -moz-box-shadow    : #ED5C33 0 0 4px !important;
    box-shadow         : #ED5C33 0 0 4px !important;
}

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

table.invisibleTable tr:hover .mceLayout td {
    border-top : 1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
    margin : 10px 0 5px !important;
}

/* ================================= */
/* Buttons */
/* ================================= */

input[type="submit"], button, .button {
    padding               : 8px 17px !important;
    background-color      : #EA214D;
    border-color          : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter                : progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border                : 1px solid #FF3866;
    *border               : 0;
    border-bottom-color   : #FF3866;
    display               : inline-block;
    font-size             : 12px;
    line-height           : 20px;
    *line-height          : 20px;
    line-height           : normal !important;
    -webkit-border-radius : 4px; -moz-border-radius : 4px; -o-border-radius : 4px; -ms-border-radius : 4px;
    border-radius         : 4px;
    color                 : #FFF !important;
    font-weight           : normal;
    cursor                : pointer;
    -webkit-box-shadow    : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow       : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow            : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    width                 : auto !important;
}

input[type="submit"]:hover, button:hover, .button:hover {
    color               : #fff !important;
    background-color    : #1F8CC3;
    *background-color   : #1F8CC3;
    color               : #1F8CC3;
    text-decoration     : none;
    background-color    : #1F8CC3;
    *background-color   : #1F8CC3;
    border-color: #26AFF4;
    /* Buttons in IE7 don't get borders, so darken on hover */
    background-position : 0 -15px;
    -webkit-transition  : background-position 0.1s linear;
    -moz-transition     : background-position 0.1s linear;
    -o-transition       : background-position 0.1s linear;
    transition          : background-position 0.1s linear;
}

input[type="submit"]:active, button:active, .button:active {
    background-color   : #1F8CC3;
    background-color   : #1F8CC3     \9;
    background-image   : none;
    border-color: #26AFF4;
    outline            : 0;
    -webkit-box-shadow : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow    : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow         : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* ================================= */
/* Errors / Info / Caution */
/* ================================= */

.error_box, .info_box {
    margin       : 0 0 15px 0;
    padding      : 15px;
    border-width : 3px;
    border-style : solid;
    color        : #555555;
}

.error_box {
    border-color     : #C30000;
    background-color : #FFF2ED;
    color            : #C30000;
}

.info_box {
    border-color     : #D5F296;
    background-color : #F2FCDC;
}

#content .error_box ul {
    margin-bottom : 0;
}

.info_box i {
    margin : 0 8px 0 0;
}

/* ================================= */
/* Message Boxes */
/* ================================= */

.msg_box {
    position     : relative;
    margin       : 20px 0;
    padding      : 10px 10px 10px 45px;
    width        : 640px;
    border-width : 2px;
    border-style : solid;
    /* border-radius: 5px; */
    color        : #555555;
}

.msg_box.info {
    background   : #E1F2F7 url('/images/icons/information.png') no-repeat 15px 11px;
    border-color : #C5E4ED;
}

.msg_box.success {
    background   : #F2FCDC url('/images/icons/accept.png') no-repeat 15px 11px;
    border-color : #D5F296;
}

.msg_box.caution {
    background   : #FFFCD9 url('/images/icons/error.png') no-repeat 15px 11px;
    border-color : #F5F0AE;
}

.msg_box.error {
    background   : #FFF2ED url('/images/icons/exclamation.png') no-repeat 15px 11px;
    border-color : #F5C2AE;
}

.msg_box a.close {
    position : absolute;
    top      : 3px;
    right    : 0px;
    padding  : 5px 10px;
}

/* ================================= */
/* Icons */
/* ================================= */

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

.medium-icon {
    font-size      : 22px;
    vertical-align : middle;
}

.large-icon {
    font-size      : 35px;
    vertical-align : middle;
}

/* ================================= */
/* TinyMCE */
/* ================================= */

.editor {
    width : 100%;
}

.mini_editor { }

#content .mceEditor table {
    margin : 0;
}

/* ====================================== MODULES ====================================== */

/* ================================= */
/* Locations / Locator Module */
/* ================================= */

#locationSearch {
    font-size   : 11px;
    line-height : 20px;
    color       : #fff;
    padding     : 20px 9px;
    background  : #ED5C33;
    position    : relative;
    margin      : 0 0 18px 0;
}

.locationSearchHeading {
    font-size   : 16px;
    font-weight : bold;
}

#content #locationSearch span.locationIcon {
    background-image : url(/images/buttons/locator_icon.png);
    bottom           : 16px;
}

#locationSearch input[type="text"] {
    width        : 80%;
    padding      : 3px 33px 3px 7px;
    height       : 16px;
    line-height  : 16px;
    background   : #CCCCCC !important;
    border-color : #fff !important;
    color        : #fff;
    font-size    : 11px;
    margin-top   : 4px;
}

::-webkit-input-placeholder {
    color : #999;
}

:-moz-placeholder {
    color : #999;
}

#locationSearch input[type="text"]:focus {
    -webkit-box-shadow : #fff 0 0 4px !important;
    -moz-box-shadow    : #fff 0 0 4px !important;
    box-shadow         : #fff 0 0 4px !important;
}

#locationSearch input[type="image"] {
    position : absolute;
    right    : 14px;
    bottom   : 21px;
}

#location_search_map {
    height : 600px;
}

.state-box {
    margin-bottom : 20px;
}

#store-location-text li {
    margin-bottom : 10px;
}

.location_num {
    background  : url(/images/backgrounds/locator_num_bg.png) no-repeat;
    color       : #fff;
    width       : 20px;
    height      : 27px;
    text-align  : center;
    font-weight : bold;
    padding     : 2px 0 0;
}

.location_content {
    margin-left : 27px;
}

#store-location-text h2 {
    margin-bottom : 10px;
}

#store-location-text h3 {
    margin-bottom : 5px;
}

#store-location-text h3 a {
    color : #1E1E1E;
}

.contactDetailsTable td {
    padding : 0 10px 10px 0;
}

a.phoneLink {
    color : #1E1E1E;
}

#location_map {
    height : 300px;
}

/* ================================= */
/* People / Staff / Team Module */
/* ================================= */

.people_wrapper {
}

.people_person {
}

.people_person a, .people_person a:link, .people_person a:visited, .people_person a:active {
    display       : block;
    border-bottom : 1px solid transparent;
    padding       : 0 0 8px;
    margin        : 0 0 8px;
}

.people_person a:hover {
    border-bottom : 1px solid #ED5C33;
}

.people_person img {
    display    : block;
    text-align : center;
}

img.people_person_image, .people_person img {
    border : 4px solid #eee;
}

.people_person a:hover img {
    border : 4px solid #ED5C33;
}

.people_person a:hover p {
    color : #ED5C33;
}

.people_person p {
    display     : block;
    font-weight : bold;
    font-size   : 13px;
    margin      : 0 !important;
    padding     : 8px 0 0;
    color       : #111;
}

.people_person p span {
    font-weight : normal;
    font-style  : italic;
    font-size   : 12px;
}


/* ================================= */
/* FAQs Module */
/* ================================= */

.faq_title {
    cursor: pointer;
}

.faq_content {
	display:none;
}


/* ====================================== PLUGINS ====================================== */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline : none; }

.slides,
.flex-control-nav,
.flex-direction-nav { margin : 0; padding : 0; list-style : none; }

/* FlexSlider Necessary Styles
*********************************/
#content .flexslider ul, .flexslider { margin : 0 0 0; padding : 0; }

.flexslider .slides > li { display : none; -webkit-backface-visibility : hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width : 100%; display : block; }

.flex-pauseplay span { text-transform : capitalize; }

.flexslider li { position : relative; }

.banner_text { display : block; position : relative; color: #fff; padding: 8px 0 }

.banner_text h2 { font-size : 23px; line-height : 25px; color : #fff; font-weight: normal; margin-bottom: 0}

.banner_text p { font-weight : bold }

/* Clearfix for the .slides element */
.slides:after { content : "."; display : block; clear : both; visibility : hidden; line-height : 0; height : 0; }

html[xmlns] .slides { display : block; }

* html .slides { height : 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display : block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin : 10px 0 5px; background : #fff; position : relative; zoom : 1; overflow : hidden; }

.flex-viewport { max-height : 2000px; -webkit-transition : all 1s ease; -moz-transition : all 1s ease; transition : all 1s ease; }

.loading .flex-viewport { max-height : 300px; }

.flexslider .slides { zoom : 1; margin : 0; }

.carousel li { margin-right : 5px }

.flexslider ul, .flexslider ol {
    margin-bottom : 0 !important;
}

.flexslider ul li {
    margin-bottom : 0 !important;
    padding       : 0 !important;
}

/* Direction Nav */
.flex-direction-nav a { width : 36px; height : 39px; margin : -20px 0 0; display : block; background : url(/images/backgrounds/bg_direction_nav.png) no-repeat 0 0; position : absolute; top : -150px; cursor : pointer; text-indent : -9999px; opacity : 0; -webkit-transition : all .3s ease; }

.flex-direction-nav .flex-next { background-position : 0 -39px; right : -36px; }

.flex-direction-nav .flex-prev { left : -36px; }

.flexslider:hover .flex-next { opacity : 1; right : 0; }

.flexslider:hover .flex-prev { opacity : 1; left : 0; }

.flex-direction-nav .disabled { opacity : .3 !important; filter : alpha(opacity=30); cursor : default; }

/* Control Nav */
.flex-control-nav { position : absolute; bottom : 10%; left : 2%; text-align : center; margin-bottom : 0; }

.flex-control-nav li { display : inline-block; zoom : 1; *display : inline; margin-left : 9px; }

.flex-control-paging li a { width : 16px; height : 16px; display : block; background : #D6D6D6; cursor : pointer; text-indent : -9999px; -webkit-border-radius : 20px; -moz-border-radius : 20px; -o-border-radius : 20px; border-radius : 20px; box-shadow : inset 0px 1px 2px rgba(0, 0, 0, 0.2); }

.flex-control-paging li a:hover { background : #EEEEEE; }

.flex-control-paging li a.flex-active { cursor : default; box-shadow : none; position : relative;
    background                                 : #ee6c47; /* Old browsers */
    background                                 : -moz-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* FF3.6+ */
    background                                 : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee6c47), color-stop(100%, #d75530)); /* Chrome,Safari4+ */
    background                                 : -webkit-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* Chrome10+,Safari5.1+ */
    background                                 : -o-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* Opera 11.10+ */
    background                                 : -ms-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* IE10+ */
    background                                 : linear-gradient(to bottom, #ee6c47 0%, #d75530 100%); /* W3C */
}

.flex-control-thumbs { margin : 5px 0 0; position : static; overflow : hidden; }

.flex-control-thumbs li { width : 25%; float : left; margin : 0; }

.flex-control-thumbs img { width : 100%; display : block; opacity : .7; cursor : pointer; }

.flex-control-thumbs img:hover { opacity : 1; }

.flex-control-thumbs .active { opacity : 1; cursor : default; }


/* **********************************************************************************
    Tipsy
    ********************************************************************************** */

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
    .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }