body a:hover{
  color: #B41100;
}

 ul.top-nav.lv1 li a,
 ul.side-nav.lv1 li a{
  color: #fff;
}

body ul.side-nav li a.selected:hover,
body ul.top-nav li a.selected:hover{
  color: #B41100;
}

body ul.side-nav.lv1 li a:hover,
body ul.top-nav.lv1 li a:hover{
  color: #fff;
  background: #B41100;
  background: -moz-linear-gradient(top,  #B41100 0%, #760B00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B41100), color-stop(100%,#760B00));
  background: -webkit-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: -o-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: -ms-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: linear-gradient(top,  #B41100 0%,#760B00 100%);
  text-shadow: 1px 1px 0px #B41100;
}

body ul.side-nav.lv2 li a:hover,
body ul.side-nav.lv3 li a:hover,
body ul.side-nav.lv4 li a:hover,
body ul.side-nav.lv5 li a:hover,
body ul.top-nav.lv2 li a:hover,
body ul.top-nav.lv3 li a:hover,
body ul.top-nav.lv4 li a:hover,
body ul.top-nav.lv5 li a:hover{
  border-bottom: none;
  color: #fff;
  background: #B41100;
  background: -moz-linear-gradient(top,  #B41100 0%, #760B00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B41100), color-stop(100%,#760B00));
  background: -webkit-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: -o-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: -ms-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: linear-gradient(top,  #B41100 0%,#760B00 100%);
  text-shadow: 1px 1px 0px #B41100;
}

body ul.side-nav li a.selected:hover,
body ul.top-nav.lv2 li a.selected:hover,
body ul.top-nav.lv3 li a.selected:hover,
body ul.top-nav.lv4 li a.selected:hover,
body ul.top-nav.lv5 li a.selected:hover{
  background: #B41100!important;
  color: #fff!important;
}

body.nav-black.highlight-red ul.side-nav li a.selected,
body.nav-black.highlight-red ul.top-nav.lv2 li a.selected,
body.nav-black.highlight-red ul.top-nav.lv3 li a.selected,
body.nav-black.highlight-red ul.top-nav.lv4 li a.selected,
body.nav-black.highlight-red ul.top-nav.lv5 li a.selected{
  border-left: 3px solid #B41100;
}

body .button{
  color: #fff;
  background: #B41100;
  background: -moz-linear-gradient(top,  #B41100 0%, #760B00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B41100), color-stop(100%,#760B00));
  background: -webkit-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: -o-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: -ms-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: linear-gradient(top,  #B41100 0%,#760B00 100%);
  -webkit-box-shadow: 1px 1px 2px 0 #888888;
  -moz-box-shadow: 1px 1px 2px 0 #888888;
  box-shadow: 1px 1px 2px 0 #888888;
  text-shadow: 1px 1px 0px #B41100;
}

body .button:hover{
  background: #333F49;
  color: #FFFFFF;
  text-shadow: 1px 1px 0px #000000;
}

body a.call-to-action.button{
  color: #ffffff;
  text-shadow: 1px 1px 0 #B41100;
}

body a.call-to-action.button:hover{
  background: #333F49;
  color: #FFFFFF;
  text-shadow: -1px -1px 0px #000000;
}

body h1.page-title,
h2.segment-title,
body #page-content h1.page-title{
  border-bottom: 1px solid #B41100;
}

body .article-content h1,
body .article-content h2,
body .article-content h3,
body .article-content h4,
body .article-content h5,
body .article-content h6,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6{
  border-bottom: 1px solid #B41100;
}

body .easypage-form label.required{
  border-right: 3px solid #B41100;
}

body .easypage-form input.text:focus, 
body .easypage-form textarea:focus,
body .easypage-form input.password:focus{
  border: 1px solid #B41100;
}

body .ui-state-default,
body .ui-widget-content 
body .ui-state-default,
body .ui-widget-header .ui-state-default {
  border: 1px solid #760B00;
  background: #B41100;
  background: -moz-linear-gradient(top,  #B41100 0%, #760B00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B41100), color-stop(100%,#760B00));
  background: -webkit-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: -o-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: -ms-linear-gradient(top,  #B41100 0%,#760B00 100%);
  background: linear-gradient(top,  #B41100 0%,#760B00 100%);
  color: #fff;
}

body span.weekly-price{
  background: #B41100;
  color: white;

}

body #title-wrapper{
background-color: #111;
background: -webkit-gradient(radial, center center, 0, center center, 460, from(#444), to(#111));
background: -webkit-radial-gradient(circle, #444, #111);
background: -moz-radial-gradient(circle, #4440, #111);
background: -ms-radial-gradient(circle, #4440, #111);

}


      body ul#easylist-breadcrumbs li:hover a,
      ul#easylist-breadcrumbs li a:hover, ul#easylist-breadcrumbs li a:active {
        background: #EF342F;
        color: #ffffff;
      }

    body ul#easylist-breadcrumbs li ol {
        background: #EF342F;
        color: #fff;
      }
      body ul#easylist-breadcrumbs li.selected,
      body ul#easylist-breadcrumbs li.selected a{
        background: #EF342F;
        color: #ffffff;
      }
      body ul#easylist-breadcrumbs li.selected:hover,
      body ul#easylist-breadcrumbs li.selected a:hover{
        background: #760B00;
      }

    body ul#easylist-breadcrumbs ol li:hover a,
      ul#easylist-breadcrumbs ol li a:hover, ul#easylist-breadcrumbs ol li a:active {
        background: #760B00;
        color: #ffffff;
      }


      
 
/*AF new properties 2017*/
body div.divider, 
.footer-area h3 {
  border-bottom: 1px solid #B41100;

}


















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
