/*
===========================================================
Custom CSS styles

See 
/graphic-assets/
folder for PSDs of icon sprites

===========================================================
*/
/*----------------------------------------
Set Font stack
----------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.navbar .navbar-nav,
.feature-box--block,
.call-to-action,
.footer-content .title,
.feature-block--title,
.feature-block--sub {
    font-family: 'Open Sans', sans-serif;
}
/*----------------------------------------
Base styles
----------------------------------------*/
.nav-pills.nav-stacked:not(.list-style-icons) > li > a::after {
    display: none;
}

.alt-bg {
    background-color: #fff;
}
a:focus,
a:hover,
.light-gray-bg.form-block a:focus,
.light-gray-bg.form-block a:hover {
    color: #000;
    text-decoration: none;
}
abbr[data-original-title], abbr[title] {
    border-bottom: none;
}
.navbar.navbar-default {
    background: none;
    border: none;
}
.navbar-toggle {
    margin: 0.25em 0 0 0;
    padding: 0;
}

.dropdown-menu > li > a.active, 
.dropdown-menu > li > a.active:focus,
.dropdown-menu > li > a.active:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover{
    background-color:#008249;
    color:#fec938;
}


.pv-0 {
    padding-top: 0;
    padding-bottom: 0;
}

h1:not(.has-status),
.h1:not(.has-status),
h2:not(.has-status),
.h2:not(.has-status),
h3:not(.has-status),
.h3:not(.has-status),
h4:not(.has-status),
h5:not(.has-status),
h6:not(.has-status),
.heading:not(.has-status),
a,
.icon-list--all a:hover,
.icon-list--all a:focus,
.light-gray-bg.form-block a {
    color: #008249;
    font-weight: 300;
    text-transform: none;

}
.footer-logo {
    margin-left: -7px;
    max-width: 120px;
}
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.dropdown-menu .menu > .active > a:focus,
.dropdown-menu .menu > .active > a:hover,
body:not(.fixed-header-on) .header--secondary-links a,
.call-to-action,
.btn-primary,
.page-wrapper-bg .feature-block,
.page-wrapper-bg .feature-block--sub {
    color: #fff;
}
.page-wrapper.page-wrapper-bg section:not(.bg-feature-secton) {
        background-color: #fff;
}

.feature-block--body {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 1.1em;
    padding-bottom: 1.1em; 
    text-align: center;
}
h1, 
.feature-block--title {
    color: #3f3f3f;
    font-weight: 100;
    text-transform: none;
}

.feature-block--sub {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 0.5em;
    text-transform: none;    
}

h2,
.h2,
h3,
.h3,
.heading {
    font-weight: 600;
}
.section-title {
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1.4;    
}


h2.h2-int {
	font-size:2em;
}
h2.h2-white {
	color:#ffffff;
}

.grid-item--title {
    font-weight: 700 !important;
}

.grid-item a {
     text-decoration: underline;
}

.grid-item a:hover,
.grid-item a:focus {
    color:#008249;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
}

.btn-default,
.btn-default-transparent {
    border-color:#008249;
}

.btn-default {
    color: #fff;
    background-color:#008249;
}

.btn-default-transparent {
    color:#008249;
}
.btn-footer {
    border-color: #797979;
    color: #797979;
}

/*----------------------------------------
Cart view styles
----------------------------------------*/
.cart.table {
    margin-bottom:0; 
}
.cart-item--name {}
.cart-item--size {}
.cart-item--price {}
.cart-item--qty {}



.cart-item--update .btn {
    min-width: 7em;
}
.product-details .btn-default-transparent,
.cart-item--update .btn-default-transparent,
.cart-item--update .btn-default-transparent {
    background-color: #efefef;
}

.cart-item--qty input {
        width: 60px;
        padding: 6px;
}
.cart.table .total-amount {
    font-weight: 400;
}

.cart.table tr:last-of-type .total-amount {
    font-weight: 700;
}

.cart.table .total-amount span {
    font-weight: 700;
    min-width: 5em;
    display: inline-block;
    font-size: 15px;
}
/*----------------------------------------
Btn hover states
----------------------------------------*/
.btn-default:focus, 
.btn-default:hover,
.btn-success:focus, 
.btn-success:hover,
.btn-default-transparent:focus,
.btn-default-transparent:hover,
.call-to-action .btn-gray-transparent:hover,
.call-to-action .btn-gray-transparent:focus,
.call-to-action .btn:hover a, 
.call-to-action .btn:focus a,
.btn-primary:hover,
.btn-primary:focus,
.btn-footer:hover,
.btn-footer:focus,
.panel-group .panel-heading a:not(.collapsed),
.panel-group .panel-heading a:hover,
.panel-group .panel-heading a:focus{
    background-color: #fec938;
    border-color: #000;
    color: #000;
}



.form-group .radio,
.form-group .checkbox{
    margin-left: 1em;
}

.fixed-header-on .header .logo img {
    max-height: 90px;
}
.header {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cfe1e1+18,84c2d7+48,87bbdb+72,77a7d6+99 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ffffff 0%, #cfe1e1 18%, #84c2d7 48%, #87bbdb 72%, #77a7d6 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ffffff 0%,#cfe1e1 18%,#84c2d7 48%,#87bbdb 72%,#77a7d6 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ffffff 0%,#cfe1e1 18%,#84c2d7 48%,#87bbdb 72%,#77a7d6 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#77a7d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    border: none;
}
.header--secondary li {
    vertical-align: middle;
}
.header--secondary a{
    font-weight: 400;
    white-space: nowrap;
}
h1,
.h1,
.feature-block--title {
    font-size: 1.5em;
}
h2,
.h2 {
    font-size: 1.2em;
}
.feature-block--title {
    margin-bottom: 0.25em;
    line-height: 1.5em;
}
.feature-block--title em {
    font-style: normal;
    font-weight: 100;
    display: block;
}



.feature-block--title .text-rotate {
    color: #FEC938;
    font-size: 1.4em;
}



.text-empasis {
    font-style: italic;
}
.text--header-sub {
    color: #5c5c5c;
    display: block;
    padding: 0 0 0.2em 0;
    font-weight: 300;
}
.feature-title {
    font-size: 1.8em;
}
.content-primary p,
.content-primary p.lead {
    line-height: 1.7em;
}

.dropup .dropdown-menu {
    z-index: 10000;
}

/*.content-primary ul:not(.dropdown-menu) li {
    padding-bottom: 0.3em;
}*/
.call-to-action {
    background-color: #373737 !important;
    font-weight: 300;
}

.call-to-action--body {
    display: inline-block;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0.3em 1em 0.5em;
    vertical-align: middle;
}

.call-to-action .btn {
    border-color: #fff;
    font-weight: 400;
}
.call-to-action .btn a {
    color: #fff;
    text-decoration: none;
}

.btn-text,
.feature-block {
    color: #000;
}
.pg-header-block {
    background-color: rgba(241, 241, 241,0.8);
}

.heading-sub {
    display: inline-block;
    font-weight: 400;
    padding: 0.35em 0 0 0;    
}
.table-hover > tbody > tr:hover td,
.table-hover > tbody > tr:focus td {
    background-color: #ffeec1;
}

.table--has-btn > tbody > tr > td {
    vertical-align: middle;
}

.pg-title {
    color: #000;
    font-size: 2em;
}
label.error {
    margin-bottom: 1em;
    display: table;
    margin-top: 0.2em;
}
.req::after, 
label.error,
.text-danger{
    color: #F00;
}
textarea.form-control{
    min-height: 9em;
}

.form-control--short {
    max-width: 80%;
}

/*.badge-custom {
    min-width: 2em;
    padding: 0.5em;
    background-color: #fec938;
    border-radius: 50%;
    color: #000;
    font-size: 1em;
}*/
h1.title-reverse {
    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
    margin: 0 0 1em 0;
    text-transform: none;
}
.title-reverse:first-of-type {
    margin-top: 1em;
}

.mt-0 {
    margin-top:0;
}

.col-content {
    padding: 2em 1em;
}
/*-------------------------
Nav tab styles
--------------------------*/
.nav-tabs.style-3 {
    background-color: transparent;;

}
.nav.nav-tabs li {
    background-color: #cccccc;
    padding-bottom:0; 
}

.nav-tabs.style-3 > li > a {
    border-color: #cccccc;
    color: #393939;
}

.nav-tabs.style-3 > li.active > a, 
.nav-tabs.style-3 > li.active > a:focus, 
.nav-tabs.style-3 > li.active > a:hover {
    color: #008249;
}

/*-------------------------
Custom form controls
--------------------------*/
label.error {
    margin-bottom: 1em;
    display: table;
    margin-top: 0.2em;
}
.req::after, label.error {
    color: #F00;
}

.form-control {
    border-color: #008249;
    border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
    color: #008249;
}

form.form-inline .form-group {
    display: inline-block;
    margin: 0 0.5em 1em 0;
    vertical-align: top;
}

textarea.form-control{
    min-height: 9em;
}

select.form-control {

background-color: white;
display: inline-block;
font: inherit;
line-height: 1.5em;
padding: 0.5em 2em 0.5em 1em;
/* reset */
margin: 0;      
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
background-image: linear-gradient(60deg, transparent 50%, #008249 50%), 
linear-gradient(120deg, #008249 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(0em + 16px),
    calc(100% - 15px) calc(0em + 16px),
    100% 0;
background-size:
    5px 10px,
    5px 10px,
    2.5em 2.5em;
background-repeat: no-repeat;
}

/*Hides browser generated spinners when input type is a number*/
input[type=number].input-number–noSpinners { 
    -moz-appearance: textfield; 
    max-width: 5em;
    }
input[type=number].input-number–noSpinners::-webkit-inner-spin-button,
input[type=number].input-number–noSpinners::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=submit].btn {
    padding-top:9px;
    padding-bottom: 9px;
    margin: 0; 
}

textarea.form-control:focus,
select.form-control:focus,
input.form-control:focus {
    border-color:  #008249;
    -webkit-box-shadow:0 0 5px 0 #00824966;
    box-shadow:0 0 5px 0 #00824966;
}

.callout.small {
    color: #999;
    padding: 2em;
}

.callout.small p {
    margin-bottom: 0.75em;
}


.product-details.tabs-none .nav-tabs {
    display: none;
}

.product-details.tabs-none .tab-content .tab-pane {
    padding: 0;
    border:none;
}

.product-details.tabs-none .callout.small {
    padding-right:0;
    padding-left: 0; 
}


/*-------------------------
Custom styles - overlay
--------------------------*/

.overlay-container > img {
    border: 1px solid #ddd;
}

.overlay-container:hover > img,
.overlay-container:focus > img {
    border-color: #008249;
}

.grid-block .overlay-container > img {
    max-height: 265px;
}

.overlay-link, 
.overlay-bottom {
    background:transparent;
}

.overlay-bottom {
    position: relative;
}

.overlay-bottom.title {
    color: #008249;
    font-weight: 200;
    padding: 0.25em;

}

.overlay-link:hover + .overlay-bottom.title,
.overlay-link:focus + .overlay-bottom.title {
    transition: all ease-in-out .25s;
    color: #07d279;
}

.feature-grid .overlay-container .overlay-bottom.title {
    font-size: 1.5em;
    text-align: center;
}

.dismissible-item{
    display: table;
    margin: auto;
    padding: 1em;
/*    background: #ededed;*/
    border-radius: 0.4em;
    max-width: 295px;
}
/*-------------------------
image list
--------------------------*/

.image-list {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}
.image-list li {
    margin: 1em auto;
    padding: 0 1.4em;
    vertical-align: middle;
    display: inline-block;
}

.list-group-item-heading {
    line-height: 1.5;
    text-transform: none;
}
/*----------------------------------------
Feature boxes used on home page
----------------------------------------*/
.feature-box--graphical:before {
    background: url(/images/layout-assets/icon-sprite.png) no-repeat center 0; /*Default position*/
    border: none;
    content: "";
    display: block;
    height: 70px;
    overflow:hidden; 
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
}

.graphics-set02 .feature-box--graphical:before {
    background-image:url(/images/layout-assets/icon-sprite-set02.png);
}

.feature-box--graphical-02:before {
    background-position:center -150px;
}
.feature-box--graphical-03:before {
    background-position:center -300px;
}
.feature-box--graphical-title {
    color: #454545 !important;
    font-size: 1.8em;
    font-weight: 100;
    margin: 0.8em auto 0.5em;
}
/*----------------------------------------
Feature box section
----------------------------------------*/
.has-gradient-bg {
    background: #0f396f;
    background: -moz-linear-gradient(left, #0f396f 0%, #0f396f 50%, #001b45 79%, #001b45 100%);
    background: -webkit-linear-gradient(left, #0f396f 0%,#0f396f 50%,#001b45 79%,#001b45 100%);
    background: linear-gradient(to right, #0f396f 0%,#0f396f 50%,#001b45 79%,#001b45 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f396f', endColorstr='#001b45',GradientType=1 );
    color: #fff;
}
.feature-box--block-item {
    padding: 0;
}
.feature-box--container .feature-box {
    margin: 0;
    padding: 0.8em 0.8em 1.6em 0.8em;
}
.list-group a {
    color: #000;
}
.feature-box--container,
.feature-box .icon-list--all a {
    color: #333333;
}
.list-group small {
    color: #7D7D7D;
}
.feature-box .list-group {
    margin: 0;
    list-style: none;
}
/*.feature-box .list-group-item, */
.feature-box .list-group li {
    display: block;
    padding: 0 0 1em;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 0.9em;
}
.feature-box .list-group li:last-child {
    border-bottom: none;
}
.feature-box--title {
    font-weight: 400;
    font-size: 1.4em;
    margin: 0 0 1.5em;
    text-transform: none;
    color: #454545;
}
.col-lg-2_5 .feature-box--title {
    font-size: 1.2em;
}
.col-lg-2_5 p:not(.feature-box--title) {
    color: #777;
}
.graphic-primary {
    margin: 0 auto 1em auto;
}



/*----------------------------------------
Nav elements
----------------------------------------*/
.nav-pills.nav-stacked:not(.list-style-icons) > li > a::after {
    right: 0;
}
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:hover::after,
.nav-pills.nav-stacked:not(.list-style-icons) > li.active > a:focus::after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:hover::after,
.nav-pills.nav-stacked:not(.list-style-icons) > li > a:focus::after {
    right: 5px;
}

 .nav-internal .nav-pills > li {
    display: inline-block;
    float: none;
 }

/*----------------------------------------
Custom icon styles
----------------------------------------*/
.pagination>li:first-child>span:before, 
.pagination>li:last-child>span:after,
.pagination > li:first-child > a:before, 
.pagination > li:last-child > a:after,
.accordion-title::before,
.collapse-contextual .panel-heading a::after,
.collapse-style-1 .panel-heading a::after,
.collapse-style-2 .panel-heading a::after,
.collapse-style-3 .panel-heading a::after,
.collapse-contextual .panel-heading a::after,
.collapse-trigger:after,
.breadcrumb > li + li::before,
.fa,
.fa:before,
.header--secondary a[href^="tel"]:before,
.dropdown > a:before,
.icon-link:before,
.icon-list--all li:before,
.has-icon:before,
.has-icon:after,
.has-icon--next:after{
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

.collapse-trigger:after {
    position: absolute;
    left: 
}

.collapse-style-1 .panel-heading a:after {
    content: "\e082";
}
.collapse-style-1 .panel-heading a.collapsed:after {
    content: "\e081";
}

.scrollToTop i {
    margin-top:1px;
}

.fa-chevron-up:before {
    content: "\e113";
    margin-left: 2px;
}
.fa-youtube-play::before {
    content: "\e072";
}
.icon-list--all {
    list-style: none;
    padding-left: 2em;
}

.main-container .list-unstyled li{
    margin-bottom:0.25em;
}

.main-container .list-unstyled.icon-list--all {
    padding-left: 0;
}

.icon-list--all a {
    color: #777;
}

.icon-list--all li:before,
.header--secondary a[href^="tel"]:before,
.has-icon:before,
.has-icon--next:after{
    display: inline-block;
    font-size: inherit;
    margin-right: 0.5em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.has-icon:before,
.icon-list--all li:before {
    margin-left: -1.5em;
}
.icon-list--all-checked li:before {
    color: #008249;
    content: "\e013";
}

.icon-list--all-download li:before{
    content: "\e166";
}


.icon-list--all small {
    display: block;
    margin-left: 2em;
    color: #666;
}

.icon-link {
    width: 22px;
    overflow: hidden;
    height: 22px;
    padding: 0;
    vertical-align: middle;
    line-height: 1em;
    border-radius: 0;
    border: none;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.icon-link--close {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    background-color: #fff;
    border-radius: 100%;
    border: transparent;
    z-index: 200;
}

.icon-link--close:before {
    content: "\e088";
    font-size: 22px;
    margin-top: 1px;
}

.dropdown > a:before {
    content: "\e252";
    font-size: 0.7em;
    top: 0.25em;
    color: #fff;
    right: 0;
}
/*
Graphical/Social Media icon styles
-------------------------*/

.link-list {
    display: block;
    margin: 0 0 1em 0;
}

.link-list--icon-item:before {
    content:"";
    display: inline-block;
    height: 30px;
    margin: 0 0.5em 0 0;
    width: 30px;
    background: url(/images/layout-assets/icon-sprite-soc-media.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.link-list--icon-item {
    margin-bottom: 1em;
}

.link-list--icon-item a{
    display: block;
    margin-top: -2.2em;
    margin-left: 2em;
}

.link-list--icon-item:focus:before,
.link-list--icon-item:hover:before {
    opacity: 0.5;
}

.link-list--icon-item.icon-instagram:before {
    background-position: 0 0;
}


/*----------------------------------------
Styles for individual icons
----------------------------------------*/
.header--secondary a[href^="tel"]:before,
.has-icon--phone:before {
    content: "\e182";
}

.has-icon:not(.btn-animated) {
    padding-left: 2em;
}

.has-icon.btn-animated {
    overflow: hidden;
}

.has-icon.btn-animated:after {
    opacity: 1;
    padding-top: 0.7em;
    padding-right:0;
    width: 40px;
}

.has-icon:focus.btn-animated:after,
.has-icon:hover.btn-animated:after {
    width:45px;
}

.has-icon small {
    white-space: nowrap;
}
.has-icon:before {
    vertical-align: middle;
}
.has-icon--download {
    white-space: normal;
}
.has-icon--download:before {
    content: "\e166";
}

.nav .has-icon--download:before {
    margin: 0 0.5em 0 0;
}

.has-icon--map-marker:before {
    content: "\e062";
}
.has-icon--next:after, 
.has-icon--back:before {
    vertical-align: top;
}

.has-icon--next::after {
    content: "\e080";
    margin: 0 0 0 0.2em;
}

.has-icon--back {
    line-height: 1;
    font-size: 1.1em;
    padding: 0.7em 1em;
}

.has-icon--back:before {
    content: "\e079";
    margin-left: -0.25em;
    margin-right: 0.25em;
}
.has-icon--user.btn-animated:after,
.has-icon--user:not(.btn-animated):before {
    content: "\e008";
}
.has-icon--search.btn-animated:after,
.has-icon--search:not(.btn-animated):before {
    content: "\e003";
}

.has-icon--heart:before {
    content: "\e005";
}

.has-icon--envelope:before {
    content: "\2709";
}
.has-icon--fax::before {
    content: "\e045";
}

.has-icon--globe:before {
    content: "\e135";
}

.has-icon--cart.btn-animated:after,
.has-icon--cart:not(.btn-animated):before{
    content: "\e116";
}
.req:after {
    content: "*";
    vertical-align: middle;
    font-size: 0.9em;
    color: #b4b4b4;
    margin: 0 0 0 0.3em;
}
.details-block{
    margin-bottom: 2em;
}

/*.details-block > .row {
    margin-bottom: 0.5em;
}*/

.details-block .pad {
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    font-size: 0.9em;
}


.details-block > .row:after {
    content: "";
    display: block;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 15px 0;
    clear: both;
    float: none;
    height: 0;
}
/*-------------------------
Custom list group styles
--------------------------*/
.list-group--custom li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*---------------------------
Filter panel styles
---------------------------*/

#filters .panel {
    border: none;
    -webkit-box-shadow: none; 
    box-shadow: none; 
}

#filters .panel-heading{
    border-bottom:1px solid #cccccc;
}

#filters .panel-title a:not(.collapsed),
#filters .panel-title a:hover,
#filters .panel-title a:focus {
    color: #008249;
    background-color: transparent;
}

#filters .panel-heading a{
    padding: 10px 15px 10px 40px;
}

.collapse-trigger{
    padding: 10px 15px 10px 30px;
}

.collapse-contextual .panel-heading a::after,
.collapse-trigger:after {
    left: 15px;
    font-size: 12px;
    line-height: 15px;
}
.collapse-trigger:after {
    left: 25px;
}

.collapse-contextual .panel-heading a::after,
.collapse-trigger:after {
    content: "\2212"; /*Minus sign*/
}
.collapse-contextual .panel-heading a.collapsed:after,
.collapse-trigger.collapsed:after {
    content: "\002b"; /*Plus sign*/
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
#filters .panel-body {
    border-top: none;
}

/*----------------------------------------
Bread Crumbs
----------------------------------------*/

.breadcrumb-container {
    background-color: transparent;
    border-bottom: 0 solid transparent;
}

.breadcrumb {
    font-size: 1em;
    border-bottom: 1px solid #cccccc;
    padding-right: 0;
}

.breadcrumb > li + li::before {
    content: "\e258";
    font-size: 0.7em;
}

/*----------------------------------------
pagination states
----------------------------------------*/

.pagination>li:first-child>span, 
.pagination>li:last-child>span, 
ul.pagination > li>span{
    text-align: center;
    padding: 0;
    height: 40px;
    width: 40px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 39px;
    vertical-align: middle;
}

ul.pagination > li>span.disabled,
ul.pagination > li>span.disabled:hover,
ul.pagination > li>span.disabled:focus {
    background: transparent;
    border-color:#ddd;
    color: #ddd;
}

ul.pagination > li>span.current,
ul.pagination li > a:focus, 
ul.pagination li > a:hover {
    background-color: #008249;
    border-color: #008249;
    color: #fff;
}

.pagination > li:first-child > a, 
.pagination > li:last-child > a, 
ul.pagination li > a {
    background-color:#fff;
    border-color: #008249;
    color:#008249;
}

.pagination > li:first-child > a:before, 
.pagination > li:first-child > span:before,
.pagination > li:last-child > span:after,
.pagination > li:last-child > a:after {
    font-size: 0.8em;   
    line-height: 39px;
}

.pagination>li:first-child > a:before, 
.pagination>li:first-child > span:before {
    content: "\e079"; /*left arrow*/
}


.pagination>li:last-child > span:after,
.pagination > li:last-child > a:after {
    content: "\e080"; /*Right arrow*/
}


/*-------------------------
Custom panel styles
--------------------------*/
.panel-custom {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 2em;
}
.panel-custom--heading {
    border: none;
    padding: 1em 2em;
}
.panel-custom--heading .panel-title {
    color: #fff;
    font-size: 1.4em;
}
/*
.panel-custom--heading {
    background-color: #fec938;
    color: #008249;
}
.panel-custom:nth-of-type(even) .panel-custom--heading {
    background-color: #008249;
    color: #fff;
}
*/

.panel-custom--heading,
.bg-feature-secton {
    background-color: #006d3c;
    color: #fff;
}

.panel-custom--body {
    background-color: #fff;
    border: none;
    line-height: 1.7;
    padding: 2em;
}
.panel-custom .icon-list--all {
    padding-left: 3em;
}
.panel-custom .icon-list--all li {
    line-height: 1.4;
    margin-bottom: 1em;
}
.panel-custom .icon-list--all li::before {
    margin-left: -2em;
}
.panel-custom .icon-list--all li::before {
    margin-right: 1em;
}
/*-------------------------
Raster icon styles (product feature badges)
--------------------------*/
.icon-item {
    margin-bottom: 1em;
    height: 60px;
    font-size: 0.8em;
    color: #000;
    text-align: center;
    width: 80px;
    white-space: nowrap;
}
.icon-item:before {
    content:"";
    display: table;
    height: 30px;
    margin: 0 auto 0.3em auto;
    width: 30px;
    background: url(../images/layout-assets/icon-sprite-badges.png) no-repeat 0 0/cover;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;

}

.icon-stock--yes {
    color:#008249;
}

.icon-stock--no {
    color: #FF0000;
}

.icon-stock--yes:before {
    background-position: 0 0;
}
.icon-stock--no:before {
    background-position: 0 -30px;

}
.icon-N:before {
    background-position: 0 -60px; 

}
.icon-C:before {
    background-position: 0 -90px; 
}
.icon-FS:before {
    background-position: 0 -120px; 
}
.icon-PS:before {
    background-position: 0 -150px; 
}
.icon-FP:before {
    background-position: 0 -180px; 
}
.icon-LW:before {
    background-position: 0 -210px; 
}
.icon-FT:before {
    background-position: 0 -240px; 
}

.icon-AU:before {
    background-position: 0 -270px; 
}

/*
.list-inline.has-icon-item > li:first-of-type {
    padding-left: 0;
}*/


/*----------------------------------------
About section
----------------------------------------*/
p.img-profile {
	margin:0;
}
p.img-awards {
	margin:0;
}

/*----------------------------------------
Custom layout
----------------------------------------*/
.bg-custom-text p {
	text-align:left !important;
}

.bg-custom-text ul li {
	text-align:left !important;
}

.separator-1 {
	margin-top:30px;
	border:0px;
}



/*----------------------------------------
table view
----------------------------------------*/
.table-view {
	margin-top:30px;
}

.table-heading {
	padding:10px 10px;
	font-size:1.5em;
}

.table-text {
	padding:15px;
}

.img-guide {
	margin-top:15px;
}

.text-buy {
	padding-right:20px;
	font-size:14px;
}


/*----------------------------------------
Stores retailers
----------------------------------------*/
.row.grid-item {
    margin:0;
	padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.grid-item .btn {
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
}
.store-text {
	margin-top:5px;
	font-size:13px;
}

.row.grid-item .list-inline {
    margin-left: 0;
}

.panel-group.has-grid-items .panel-body{
    padding:0; 
}


/*----------------------------------------
Footer
----------------------------------------*/
.footer {
    background-color:#ebebeb;
}
.footer-content {
    font-size: 1.2em;
}
.footer,
.footer a:not(.btn-footer),
.footer-content .nav-pills li a,
{
    color: #545454;
}
.footer-panel,
.footer-panel-heading,
.footer-panel-body {
    background-color: transparent !important;
    border: none;
}
.footer-panel,
.footer-panel + .footer-panel {
    margin-top: 0;
    padding-top: 4px;
}
.footer-panel-heading a,
.footer-panel-heading a:not(.collapsed) {
    font-size: 13px;
    padding: 4px 0;
}
.footer-panel-heading a:after {
    right: 0 !important;
}
.footer-panel-body {
    padding: 0 1em;
}
.footer-panel-body li {
    padding: 0.5em 0;
}
.footer-content .nav-pills > li > a:focus,
.footer-content .nav-pills > li > a:hover,
.footer a:not(.btn):hover,
.footer a:not(.btn):focus,
.footer a:not([href^="tel"]):hover,
.footer a:not([href^="tel"]):focus,
.footer-panel-heading a:hover,
.footer-panel-heading a:focus,
.footer-panel-heading a:not(.collapsed):hover,
.footer-panel-heading a:not(.collapsed):focus {
    color:#008249;
    text-decoration: none;
}
.footer-content .nav-pills li a {
    display: inline-block;
    font-size: 0.95em;
    text-transform: none;
    padding: 0;
    line-height: 1.6em;
    margin: 0;
}

.footer a {
    color: #777
}

.btn-footer {
    background-color: transparent;
    text-transform: uppercase;
}
/*
.btn-footer:hover,
.btn-footer:focus {
    background-color: #fff;
    color: #da3931;
}
*/
.dark .footer-content .title {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em !important;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-content .title,
.footer h2.title{
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-content .title-sub {
    font-size: 1.1em;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0.5em;
}
.footer-content .title-sub + ul {
    margin-bottom: 1.5em;
}
.subfooter,
.subfooter a {
    border: none;
    color: #7b7b7b;
    padding: 0;
}
.subfooter {
    background-color: #D5D5D5;
}
.subfooter a {
    text-decoration: underline;
}
.subfooter a:hover,
.subfooter a:focus {
    color: #000;
}
.subfooter .container {
    padding-top: 1.5em;
    padding-bottom: 1.3em;
}
.collapse-style-1 {
	margin-top:25px;
	margin-bottom:25px;
}
.collapse-style-1 .panel {
    /*border-color: #000;
    overflow: hidden;*/
}
.collapse-style-1 .panel-heading a {
    /*background-color: #000;*/
	color: #000; 
}
.collapse-style-1 .panel-heading a.collapsed {
    background-color: #fff;
    /*color: #fff;*/
}
.collapse-style-1 .panel-heading a.collapsed:hover {
    background-color: #E7E7E7;
    color: #000;
}

.collapse-style-1 .panel-heading a.collapsed:focus{
    background-color: #E7E7E7;
}
.collapse-style-1 .panel-body {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	background-color:#fff;
}

.list-inline.icon-list--all {
    padding-left: 0;
}

.list-inline.icon-list--all li {
 /*   margin-bottom: 0.5em;*/
    padding-right: 1em;
    padding-left: 0;
}

.list-inline.icon-list--all li:before {
    margin-right: 0.25em;
}

.list-inline.icon-list--all .has-icon {
    padding-left: 0; 
}
.list-inline.icon-list--all .has-icon::before, 
.list-inline.icon-list--all li::before {
    margin-left: 0;
    margin-right: 0.4em;
    font-size: 0.9em;
}

.list-inline[class*="pull-left"] li {
    margin: 0;
    padding: 0;
}

/*
===========================================================
Media Queries
===========================================================
*/
@media (min-width: 480px) {
    .graphic-primary.pull-right {
        margin-left: 1.5em;
        max-width: 50%;
    }
/*    .has-badge {
        padding-left: 2.5em;
        margin-bottom: 1em;
        padding-top: 0.5em;
    }
    .has-badge .badge-custom {
        margin-left: -2.5em;
        position: absolute;
        margin-top: -0.25em;
    }*/
    .form-control--short {
        max-width: 90%;
    }    
}
@media (min-width: 768px) {
/*
    body:not(.fixed-header-on) .page-wrapper:not(.page-wrapper-bg) .header {
        background: url('/images/default-header-bg.jpg') left top repeat-x;
    }
    body:not(.fixed-header-on) .page-wrapper:not(.page-wrapper-bg) .header {
        background-color: #fff;
    }
*/
    .fixed-header-on .main-navigation .navbar-nav > li > a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }    
    .navbar {
        min-height: auto;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 0;
    }
    .navbar-default .navbar-nav > li > a.dropdown-toggle {
        padding-right: 1em;
    }
    .header--secondary .list-inline li:last-of-type {
        padding-right: 0;
        padding-left: 1em;
    }
    .header-mast .navbar-nav,
    .header--secondary-links {
        float: none;
        margin-right: -0.75em;
    }
    .navbar-nav {
        margin: 0 auto;
        display: table;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 0.8em;
        font-weight: 600;
        text-transform: uppercase;
    }

    a[href^="tel"],
    a[href^="tel"]:hover,
    a[href^="tel"]:focus{
        text-decoration: none;
        cursor: text;
    }
    .icon-list--all a[href^="tel"],
    .icon-list--all a[href^="tel"]:hover, 
    .icon-list--all a[href^="tel"]:focus,
    .grid-item a[href^="tel"],
    .grid-item a[href^="tel"]:hover,
    .grid-item a[href^="tel"]:focus,
    .footer-content .nav-pills a[href^="tel"], 
    .footer-content .nav-pills a[href^="tel"]:hover, 
    .footer-content .nav-pills a[href^="tel"]:focus {
        color: #777;
    }
    
    .call-to-action .btn.md-show-as-text{
        border: none;
        font-size: 1.8em;
        padding: 0;
    }
    .call-to-action .btn.md-show-as-text,
    .call-to-action .btn.md-show-as-text:hover,
    .call-to-action .btn.md-show-as-text:focus,
    .call-to-action .btn.md-show-as-text a[href^="tel"],
    .call-to-action .btn.md-show-as-text:hover a[href^="tel"],
    .call-to-action .btn.md-show-as-text:focus a[href^="tel"] {
        background-color: transparent !important;
        color: #fff !important;
        text-decoration: none!important;
    } 
    
    .header--secondary a {
        font-size: 1em;
    }

    .header--secondary a[href^="tel"] {
        font-size: 1.5em;
    }

    .header--secondary a[href^="tel"]:before {
        font-size: 0.9em;
        margin-right: 0.3em;
    }

    .header--secondary-links {
        text-align: center;
    }
    
    body:not(.fixed-header-on) .navbar-default .navbar-nav > li > a,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > .active > a,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > .active > a:focus,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > .active > a:hover,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > li > a.active,
    body:not(.fixed-header-on) .header--secondary-links {
        color: #fff;
    }
    body:not(.fixed-header-on) .navbar-default .navbar-nav > li.open > a.dropdown-toggle,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > li.open > a.dropdown-toggle:before,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > li > a.dropdown-toggle:focus,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > li > a.dropdown-toggle:hover,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > li > a.dropdown-toggle:focus:before,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > li > a.dropdown-toggle:hover:before,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > li > a:focus,
    body:not(.fixed-header-on) .navbar-default .navbar-nav > li > a:hover,
    body:not(.fixed-header-on) .header--secondary-links a:not([href^="tel"]):focus,
    body:not(.fixed-header-on) .header--secondary-links a:not([href^="tel"]):hover {
        color: #008249
    }
/*
    .fixed-header-on .header:not(.centered) .main-navigation .navbar-nav > .dropdown > .dropdown-toggle,
    .fixed-header-on .header:not(.centered) .main-navigation .navbar-nav > .dropdown > a:before{
        color: #000;
              
    }
*/
    /*Needed to overwrite template CSS*/
/*
    .fixed-header-on .header:not(.centered) .main-navigation .navbar-nav > .dropdown > a:before { 
        top:0.25em; 
    }
*/
    
/*
    .fixed-header-on .header:not(.centered) .main-navigation .navbar-nav > .dropdown.open > a::before, 
    .fixed-header-on .header:not(.centered) .main-navigation .navbar-nav > .dropdown.open > .dropdown-toggle{
        color: #09afdf;
    }
*/
    
    .header--secondary li {
        font-weight: 300;
    }
    .header--secondary a[href^="tel"],
    .header--secondary a[href^="tel"]:before {
        vertical-align: middle;
    }
    .main-navigation .navbar-nav > .dropdown > a:focus,
    .main-navigation .navbar-nav > .open > a,
    .main-navigation .navbar-nav > .open > a:focus,
    .main-navigation .navbar-nav > .open > a:hover {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
    }
    .fixed-header-on .header--secondary a[href^="tel"],
    .fixed-header-on .header--secondary a[href^="tel"]:hover,
    .fixed-header-on .header--secondary a[href^="tel"]:focus,    
    .feature-box--container a[href^="tel"],
    .feature-box--container a[href^="tel"]:hover,
    .feature-box--container a[href^="tel"]:focus,
    .feature-box--container a.btn[href^="tel"],
    .feature-box--container a.btn[href^="tel"]:hover,
    .feature-box--container a.btn[href^="tel"]:focus {
        color: #000;
    }
    .content-primary a[href^="tel"],
    .content-primary a[href^="tel"]:hover,
    .content-primary a[href^="tel"]:focus,
    .content-primary a.btn[href^="tel"],
    .content-primary a.btn[href^="tel"]:hover,
    .content-primary a.btn[href^="tel"]:focus {
        color: rgb(119, 119, 119);
    }
    .content-primary a.btn[href^="tel"],
    .content-primary a.btn[href^="tel"]:hover,
    .content-primary a.btn[href^="tel"]:focus {
        background-color: transparent;
        border-color: transparent;
    }
    .content-primary a.btn[href^="tel"] {
        margin: 0;
        padding: 0;
    }
    .content-primary a.lead[href^="tel"] {
        font-size: 1.6em;
    }

    .content-primary .dl-horizontal dt {
        max-width: 6em;
        white-space: normal;
    }    
    .content-primary .dl-horizontal dd {
        margin-left: 7em;
    }    

    .testimonial blockquote:after {
        font-size: 5em;
        left: -0.25em;
    }    
    
    h1,
    .h1,
    .feature-block--title {
        font-size: 2.1em;
    }
    h2:not([class]),
    .h2:not([class]) {
        font-size: 1.6em;
    }
    
    h1 span.heading-sub {
        padding: 0 0 0 1em;
    }
    
    .dark .footer-content .nav-pills > li a[href^="tel"],
    .dark .footer-content .nav-pills > li a[href^="tel"]:hover,
    .dark .footer-content .nav-pills > li a[href^="tel"]:focus {
        color: #777777;
    }
    .navbar-nav > li > a.active,
    .navbar-nav > li.active {
        padding-bottom: 0.2em;
    }
    body:not(.fixed-header-on) .header:not(.dark) .navbar-default .navbar-nav > li > a.active,
    body:not(.fixed-header-on) .header:not(.dark) .navbar-default .navbar-nav > li.active {
        color: #008249;
    } 
    .pg-title {
        font-size: 2.5em;
    }

    .table > tbody > tr > td, 
    .table > tbody > tr > th, 
    .table > tfoot > tr > td, 
    .table > tfoot > tr > th, 
    .table > thead > tr > td, 
    .table > thead > tr > th {
        padding-right: 8px;
        padding-left: 8px;
    }
    .breadcrumb {
        text-align: right;
    }

    .content-primary ul.nav.nav-tabs li {
        margin-right: 0.1em;
        padding-bottom:0; 
    }   
    .sm-pull-right {
        float: right !important;
    }

    .graphics-container {
        padding: 0 2em 0 0;

    }

    #orderlist tr td:last-of-type {
        text-align: right;
    }

    .cart-item--update {
        text-align: center;
    }
    .cart-item--total {
        text-align: right;
    }    



}
/*----------------------------------------
(min-width: 768px) and (max-width:991px)
----------------------------------------*/
/*----------------------------------------
SM-MD mid point
----------------------------------------*/
@media (min-width: 768px) and (max-width:991px) {
    .navbar-default .navbar-nav > li > a {
        padding: 0;
        margin: 0;
    }
    body:not(.fixed-header-on) .header:not(.dark) .navbar-default .navbar-nav > li > a.dropdown-toggle,
    body:not(.fixed-header-on) .header:not(.dark) .navbar-default .navbar-nav > li > a.dropdown-toggle:hover,
    body:not(.fixed-header-on) .header:not(.dark) .navbar-default .navbar-nav > li > a.dropdown-toggle:focus {
        border-top-color: transparent; /*Overwrite template CSS*/
    }    
    .header .navbar-nav {
        text-align: center;
    }
    .pg-home .feature-block {
        text-align: center;
    }
    #logo {
        margin: 1em auto;
        display: block;
    }
    .nav-feature li {
        font-size: 0.9em;
        white-space: nowrap;
    }
    .header-left {
        padding-top: 1.2em;
    }
    .image-box--title {
        font-size: 0.9em;
    }
    .text-center-sm {
        text-align: center;
    }
    .navbar-nav > li {
        margin: 0 0.5em 0.5em 0.5em;
        display: inline-block;
        float: none;
/*
        margin: 0 0.25em 0.5em 0.25em;
        display: inline-block;
*/
    }
    .feature-box--graphical-title {
        font-size: 1.2em;
    }
    
    .nav-block {
        padding-left: 0;
    }
    /*----------------------------------------
    Cart styles for sm and above screens
    ----------------------------------------*/
    .cart-item--update .btn {
        margin: 0 0 0.25em 0;
    }
    .cart-item--update .btn + .btn {
        margin-top: 0.25em;
    }
}
/*----------------------------------------
min-width: 992px
----------------------------------------*/
@media (min-width: 992px) {
/*
    #logo_img {
        background-color: rgba(0, 0, 0, 0.7);
    }    
*/
    body:not(.fixed-header-on) .page-wrapper:not(.page-wrapper-bg) .header .logo img#logo_img,
     body.fixed-header-on .page-wrapper.page-wrapper-bg .header .logo img#logo_img{
        max-height: 90px; /*Does not apply to the home page - untill the visitor starts scrolling down the home page*/
    } 
    .main-navigation .navbar-nav {
        margin-top: 1em;
    }
    .page-wrapper.page-wrapper-bg {
        background:#008249 url(/images/graphic-feature-lg.jpg) no-repeat center top;
    }
     body:not(.fixed-header-on) .page-wrapper.page-wrapper-bg .banner.feature-block {
        -moz-transition: height 1s ease;
        -webkit-transition: height 1s ease;
        -o-transition: height 1s ease;
        transition: height 1s ease;           
         margin: 20% 0 2% 0;

    }
   .fixed-header-on .page-wrapper.page-wrapper-bg .banner.feature-block {
        height: 280px;
    }
    
    .fixed-header-on .scroll-to-target {
        margin-top: 3em;
    }
    
    .bg-graphic-secondary {
        padding: 0;
    }
    .bg-graphic-secondary:before {
        background: url(/images/video-banner-lg.jpg) no-repeat 0 0/cover;
        content: "";
        position: relative;
        min-height: 710px;
        width: 200%;
        float: right; /*The default*/
    }
    .bg-graphic-secondary-left:before {
        float: left;
    }
        
    .bg-feature-secton--graphic-01 {
        background-image: url(/images/graphic-feature-secondary-lg.jpg);
        background-position: right 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
 
 	/*----------------------------------------
    custom backgroung and text layout
    ----------------------------------------*/
	 .full-height {
	 	display: table;
	 }
 
    .bg-custom-text {
		float: none;
		display: table-cell;
		
    }
	.bg-custom-text .col-content {
		min-height:550px;
	}
    .bg-custom-holder {
		float: none;
		display: table-cell;
		padding: 0;
    }
    .bg-custom-img-01 {
        background: url(/images/bg-custom-01.jpg) no-repeat 0 0/cover;
    }
    .bg-custom-img-02 {
        background: url(/images/bg-custom-02.jpg) no-repeat 0 0/cover;
    }
	.bg-custom-img-03 {
        background: url(/images/bg-custom-03.jpg) no-repeat 0 0/cover;
    }
	.bg-custom-img-04 {
        background: url(/images/bg-custom-04.jpg) no-repeat 0 0/cover;
    }
 	/* end -*/
 
 
    
    .custom-btn--md {
/*        background-color: transparent;*/
        position: absolute;
        right: 40%;
        top: 40%;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        overflow: hidden;
        text-indent: -900%;
        white-space: nowrap;        
    }
    .custom-btn--md,
    .custom-btn--md:hover,
    .custom-btn--md:focus {
        border:5px solid #fff;
    }
    .has-icon--play:before {
        content: "\e072";
        color: #fff;
        margin: 0;
        position: absolute;
        top: 25px;
        left: 22px;
        font-size: 40px;
        width: 50px;
        height: 50px;
        z-index: 100;
        text-indent: 0;
    }    
    .padding-md-h {
        padding-right:2em;
        padding-left:2em;
    }
    .intro-block {
        overflow: hidden;
        padding: 0;
    }
    .intro-block .content-primary {
        margin-top: 7em;
    }

    .header-left {
        padding-top: 0;
    }
    .navbar-nav > li {
        margin-left: 1.2em;
    }
    .header--secondary-links {
        text-align: right;
    }    
    .header--secondary .btn {
        margin: 0;
    }
    .mega-menu.narrow .dropdown-menu {
        width: 75%;
    }    
    
    body.fixed-header-on .page-wrapper.page-wrapper-bg .header,
    body.fixed-header-on .page-wrapper:not(.page-wrapper-bg) .header.fixed:not(.dark) {
        background-color: #fff;
/*        background-color: transparent;*/
    }
    body:not(.fixed-header-on) .page-wrapper.page-wrapper-bg .header {
        padding: 1em 0;
/*        background-color: transparent;*/
    }    
    .feature-box--block-item {
        float: none;
        display: table-cell;
    }    
    .feature-box--container .feature-box {
        padding: 0 4em;
    }    
    .feature-box--block-item:nth-of-type(2n) {
        border-left: 1px solid #444;
        border-right: 1px solid #444;
    }
    .feature-box--title {
        font-size: 1.6em;
    }
    
    .feature-block--title + .btn {
        margin-top: 0;
        margin-left: 1em;
    }
    
    .md-h-margin-clear {
        margin-right: 0;
        margin-left: 0;
    }
    .md-half-width {
        max-width: 50%;
    }
    .pg-header-block {
        position: absolute;
        width: 100%;
        z-index: 100;
    }
    
    .pos-static {
        position: static;
    }
    
    .content-body {
        padding: 2em;
    }
    
    .col-content {
        padding: 2em 1em 2em 3em;
        font-size: 1.1em;
    }    
    .footer-inner {
        padding: 0 2em;
    }

    .order-nav-block {
        padding-top: 20em;
    }  
	
	.table-text {
		min-height:180px;
	}
    .md-pull-left {
        float: left;
    }

    .md-pull-right {
        float: right;
        text-align: right;
    }

    .list-inline.icon-list--all li {
        padding-right:0; 
        padding-left: 1em;
    }   	
}
/*----------------------------------------
(min-width: 992px) and (max-width:1199px)
----------------------------------------*/
@media (min-width: 992px) and (max-width:1199px) {

    .image-box--title {
        font-size: 1.2em;
    }
}
/*----------------------------------------
min-width:1200px
----------------------------------------*/
@media (min-width:1200px) {
    .page-wrapper.page-wrapper-bg {
        background-size:cover;
        background-attachment: fixed;
    }    
    .banner {
        background-size: cover;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 0.9em;
/*        font-size: 1em;*/
        padding: 0;
    }
    .pg-home .feature-block {
        background-size: cover;
    }
    .col-lg-2_5 {
        width: 20%;
        margin-left: 0;
    }
    .col-lg-2_5 .feature-box {
        min-height: 270px;
    }
    .main-navigation .navbar-nav > li {
        margin: 0 0 0 1.5em;
    }

    .bg-graphic-secondary:before {
        background-position: right 0;
        background-size: contain;
        min-height: 600px;
    }
	
	.txt-profile {
		min-height:80px;
	}
	.txt-awards {
		min-height:45px;
	}
}
@media (min-width:1900px) {
    .page-wrapper.page-wrapper-bg {
        background-size: cover;
    }
    .page-wrapper.page-wrapper-bg .banner.feature-block {
        margin-top: 3%;
    }
}
/*----------------------------------------
max-width: 991px - point where the main nav
switches to collapsed mode.
----------------------------------------*/
@media (max-width: 991px) {
    .page-wrapper.page-wrapper-bg .banner.feature-block{
        background:transparent url(/images/graphic-feature-sm.jpg) no-repeat center/cover;
    } 
    .page-wrapper.page-wrapper-bg .banner.feature-block .container {
        padding: 2em 4em;
/*        background-color: #0006;*/
        width: 100%;
    }
    
    .banner .feature-block--title {
        display: block;
    }
    
    /*----------------------------------------
    Custom main nav styles. Sets nav breakpoint to 991px
    ----------------------------------------*/
    /*Pull Right*/
    .header .dropdown-menu.pull-right {
        float: none !important;
    }
    .header .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .header .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }
    /*Pull Right*/
    .header .dropdown-menu.pull-right {
        float: none !important;
    }
    .header .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .header .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
    .header .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }
    .pg-home .feature-block {
        padding-top: 28%;
        padding-bottom: 2em;
    }
    /*----------------------------------------
    Banner body styles when banner element has text content
    ----------------------------------------*/
    .banner-body {
        text-align: center;
        margin-bottom: 2em;
    }
    .main-container.content-primary {
        padding-top: 1.5em;
    }
    .has-gradient-bg {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .intro-block .content-primary {
        padding-bottom: 2em;
    }
    .feature-block--title em {
        display: block;
    }    
}
@media (max-width:767px) {
    .page-wrapper {
        overflow: hidden;
    }
    .navbar {
        min-height: auto;
    }    
    .navbar .title-navbar {
        float: left;
        text-transform: uppercase;
        font-size: 0.9em;
        margin-right: 0.5em;
        color: #fff;
        margin-top: 0.3em;
    }
    .navbar .navbar-icon {
        float: right;
    }
    .navbar-default .navbar-toggle .icon-bar {
        width: 1.7em;
        height: 3px;
        border-radius: 1px;
        background-color: #fff;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        border-radius: 0
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
        border-color: transparent;
    }

    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #000;
    }
    .navbar-default .navbar-toggle:focus .title-navbar,
    .navbar-default .navbar-toggle:hover .title-navbar {
        color: #000;
    }
    .navbar-default .navbar-nav > .dropdown.open > a::before {
        color: #fff;
    }
    .header .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .header .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
        padding-right: 0;
        padding-left: 0;
    }    
    .navbar-collapse {
        box-shadow: none;
    }
    .navbar-default .navbar-collapse,
    .navbar-collapse {
        border: none;
    }
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a.active,
    .header:not(.dark) .active.dropdown > a:before,
    .header.centered:not(.dark) .active.dropdown > a:before,
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        color: #000;
        background: #fec938;
    }    
    .xs-full-width {
        width: 100%;
    }
    .header-mast {
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }
    .header--secondary a[href^="tel"] {
        border: 1px solid #fff;
        color: #fff;
        transition: all .2s ease-in-out;
        padding: 0.5em 1em;
        margin: 0 auto;
        display: block;
    }
    .header--secondary a[href^="tel"]:hover,
    .header--secondary a[href^="tel"]:focus,
    .header--secondary a.xs-iconify:hover,
    .header--secondary a.xs-iconify:focus {
        color: #fec938;
    }

    #logo_img {
        margin-top: 0.1em;
        max-height: 65px;
    }
    .header-logo--link {
        position: absolute;
        z-index: 10000;
        max-width: 150px;
        text-align: center;
    }
    .header--secondary-links {
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        right: 3.5em;
        text-align: center;
        z-index: 1000;
    }
    li.header--secondary-item {
        display: table;
        font-size: 0.8em;
        color: #fff;
        margin: 0.15em auto 0.2em;
    }
    .header .navbar-nav {
        margin: 2em 0 0 0;
        float: none !important;
        background-color: #fafafa;
        border-top: none;
    }
    .header .navbar-nav > li {
        float: none;
    }
    .header .navbar-nav > li > a {
        padding: 9px 25px;
    }
    .header .navbar-nav > li a {
        border-bottom: solid 1px #eee;
    }
    .header .navbar-nav > li > a:focus {
        background: none;
    }
    .header .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase;
    }
    /* Mobile menu
	------------------------------ */
    .navbar.navbar-default {
/*
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
*/
        margin: 5px 0 15px;
        font-weight: 400;
    }
    /* active item */
    .navbar-default .navbar-nav > li > a.active,
    .navbar-default .navbar-nav > li > a.active:hover,
    .navbar-default .navbar-nav > li > a.active:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav .open a.dropdown-toggle,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fec938;
        background-color: #000;
    }
    /* first level item */
    .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #f3f3f3;
    }
    .navbar-default .navbar-nav > li:last-child > a {
        border-bottom: 1px solid transparent;
    }
    /* second level menu */
    .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }
    /* second level item */
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 12px 40px;
        color: #333333;
        border-color: #f9f9f9;
    }
    /* second level item on hover/focus */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a.active,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #da3931;
    }
    .dropdown > a:before,
    .header.centered .dropdown > a:before {
        color: #999999;
        top: 14px;
        right: 32px;
    }
    .dropdown .dropdown > a:before,
    .header.centered .dropdown .dropdown > a:before {
        right: 36px;
    }
    .alert-feature .alert-icon {
        padding-left: inherit;
    }
    .table-responsive .table:not(.table-bordered) {
        border-bottom: none;
    }
    
    .feature-block--body {
        margin: 25% auto 1%;
    }

    .header--secondary a[href^="tel"],
    .xs-iconify{
        display: inline-block;
        width: 1.1em;
        overflow: hidden;
        font-size: 1.5em;
        /*height: 2em;*/
        padding: 0;
        vertical-align: middle;
        line-height: 1em;
        border-radius: 0;
        border-width: 0;
        margin: 0;
    } 
/*    .xs-iconify:before {
        margin: 0 2em 0 0;
    }
    */
    .header--secondary a[href^="tel"] {
        font-size: 1.5em;
        border: none;
        margin-top: 0.1em;
    }     
/*
Status box showing product filtering selections
*/

    .refinements-status {
        text-align: center;
        padding: 0.5em;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #008249;
        color: #fff;
        width: 100%;
        z-index: 1000;
    }
    .refinements-status--text {
        color: #fff;
        margin: 0 auto;
    }
    .refinements-status .btn {
        font-size: 0.8em;
        margin: 0.3em auto;
    }
/* Stack calendar table cells */
    
    table.xs-stack-table thead {
        display: none;
    }
    table.xs-stack-table tr {
        border-bottom-color: #222;
    }

    
    .table-responsive table.xs-stack-table td,
     table.xs-stack-table td {
        display: block;
        white-space: normal !important;
    }
    
    
    table.xs-stack-table td::before {
        content: attr(data-title);
        margin-right: 1em;
        font-weight: 400;
        color: #000;
        display: block;
        font-size: 0.9em;
    }
    
    table.xs-stack-table.table-striped td[data-title="Order No"] {
        font-size: 1.1em;
        background: #D8D8D8;
        color: #111;
    }

/*    table.xs-stack-table.table-hover > tbody > tr:hover td[data-title="Order No"],
    table.xs-stack-table.table-hover > tbody > tr:focus td[data-title="Order No"]{
         background: #ffdc80; !important;
    }*/
    
    .table-hover > tbody > tr:hover td.cart-item--name, 
    .table-hover > tbody > tr:focus td.cart-item--name {
        background-color: #dbcba0;
    }
    .cart-item--name {
        background-color: #eaeaea;
    }


    .btn.md-show-as-text {
        display: table;
        margin: auto;
    }    
	
	
	a.btn-retailers[href^="tel"]:before,
	a.btn-retailers[href^="tel"]:before{
		content:"CALL STORE";
		display: inline-block;
	}

	a.btn-retailers[href^="tel"]{
		width: 115px;
	}


	a.btn-retailers {
		margin-bottom: 5px;
		width: 115px;
	}
	
	.grid-item .btn {
		margin-bottom:5px;
	}
	
    .badge-header {
        position: absolute;
        left: 0;
        margin-left: 8em;
        top: -1em;
        margin-bottom: 1em;
    }
    .footer-content .nav-pills li a[href^="tel"],
    .footer-content .nav-pills li a[href^="tel"]:hover,
    .footer-content .nav-pills li a[href^="tel"]:focus,
    .list-inline.icon-list--all a.has-icon,
    .icon-list--all a {
        text-decoration: underline;
    }	

}

@media (min-width:480px) and (max-width:991px) {
    .col-lg-2_5:nth-last-of-type(1):nth-of-type(2n+1) {
        margin-left: 25%;
    }

}

/*----------------------------------------
max-width:479px
----------------------------------------*/
@media (max-width:479px) {
    .call-to-action .btn {
        font-size: 1.3em;
    }
    .xs-stack,
    .graphic-primary.pull-right {
        float: none !important;
        margin-left: 0;
        width: 100%;
        position: static;
    }
    
    .footer-content .logo {
        max-width: 100%;
    }
    .pull-left.xs-stack {
        margin-right: auto;
        margin-left: auto;
    }
    .text-center-xs {
        text-align: center;
    }
    .nav-feature li {
        font-size: 0.9em;
    }
    .nav-feature a:before {
        display: table;
        margin: 0 auto 0.6em;
    }
    .nav-feature a {
        padding: 0.5em;
        text-align: center;
    }
    .header--secondary .list-inline li {
        margin: 0 auto;
    }

    .navbar-toggle {
        margin-top:0;
    }    

/*    .header--secondary-links {
        margin-top: -0.25em;
    }*/
/*    .badge-custom {
        display: table;
        margin: 0 auto;
    }*/

    .badge-header {
        margin-left: 4em;
    }

    .content-primary .btn {
        white-space: normal;
    }
    .page-wrapper.page-wrapper-bg .banner.feature-block .container {
        padding-right: 1em;
        padding-left: 1em;
    }
    
    .mega-menu div[class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .panel-custom--heading,
    .panel-custom--body {
        padding-right: 1em;
        padding-left: 1em;
    }
    .breadcrumb {
        text-align: left;
        padding: 0.75em 0;
    }

    .breadcrumb > li + li:last-of-type:before {
        content: none;
    }
    /*  Add expand/contract state icons to tabs when they are stacked vertically to show they can expand */

    .nav-tabs.style-3 > li > a:after {
        content: "\002b";
        position: absolute;
        right: 20px;
        font-family: 'Glyphicons Halflings';
        font-size: 0.8em;
        margin-top: 0.2em;
    }
    .nav-tabs.style-3 > li.active > a:after {
        content: "\2212";
    }          


    .feature-block--body {
        background-color: transparent;
    }
    .feature-block--title {
        color: #fff;
        text-shadow: 0 0 5px #000000;
        font-weight: 700;
        font-size: 1.3em;
    }
    .list-inline.icon-list--all li {
        margin-bottom: 0.5em;
    }    

    /* Reduce space between icons in header for xs screens */   
    .header--secondary .has-icon:not(.btn-animated) {
        padding-left: 1.3em;
    }

    .header--secondary a[href^="tel"], .xs-iconify {
        font-size: 1.3em;
        height: 1.3em;
    }
    .header--secondary-links .has-icon::before {
        margin-left: -1.3em;
    }       
    .header--secondary a[href^="tel"]::before, 
    .header--secondary .has-icon::before, 
    .header--secondary .has-icon--next::after {
        margin-right: 0.3em;
    }
    .header--secondary .list-inline li {
        padding: 0 0.2em;
    }
    .header--secondary .navbar.navbar-default {
        margin-top:0;
    }
    .text-left-xs {
        text-align: left;
    }
}


#success { 
  color: green;
  font-size: 15px;
  text-align: center;
  padding : 0px;
    
}

#error,
.error,
.text-danger {
    color: red;
}
    
#error,
.error:not(.form-control) { 
  font-size: 15px;
/*  text-align: center;*/
  position:relative;
  margin:0 auto 0.25em auto;
  clear:left;
  height:auto;
  z-index: 0;
  padding:0px;
}


#divAccount {
    width:100%;
}


.cart-item--qty input {
    display: inline-block;
}


input.qtyplus,
input.qtyminus {
    display: inline-block;
    background-color: transparent;
    border: transparent;
    font-size: 1.2em;
    font-weight: 700;
    outline: transparent;
    width: 1em;
    height: 2em;
    padding: 0;    
}
input.qtyplus:focus,
input.qtyminus:hover {
    border: transparent;
    color:#008249;
}


/*input.qtyplus { width:25px; height:25px;}
input.qtyminus { width:25px; height:25px;}*/