body a:hover{
  color: #fff;
}

 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!important;
  background: #202020;
  background: -moz-linear-gradient(top,  #444444 0%, #202020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B41100), color-stop(100%,#202020));
  background: -webkit-linear-gradient(top,  #444444 0%,#202020 100%);
  background: -o-linear-gradient(top,  #444444 0%,#202020 100%);
  background: -ms-linear-gradient(top,  #444444 0%,#202020 100%);
  background: linear-gradient(top,  #444444 0%,#202020 100%);
  text-shadow: none;
}

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: #202020;
  background: -moz-linear-gradient(top,  #444444 0%, #202020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B41100), color-stop(100%,#202020));
  background: -webkit-linear-gradient(top,  #444444 0%,#202020 100%);
  background: -o-linear-gradient(top,  #444444 0%,#202020 100%);
  background: -ms-linear-gradient(top,  #444444 0%,#202020 100%);
  background: linear-gradient(top,  #444444 0%,#202020 100%);
  text-shadow: none;
}

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{
  /*color: #B41100;*/
  color: #fff;
}

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: #999;
  background: #010101;
  background: -moz-linear-gradient(top,  #2A2A2A 0%, #010101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B41100), color-stop(100%,#010101));
  background: -webkit-linear-gradient(top,  #2A2A2A 0%,#010101 100%);
  background: -o-linear-gradient(top,  #2A2A2A 0%,#010101 100%);
  background: -ms-linear-gradient(top,  #2A2A2A 0%,#010101 100%);
  background: linear-gradient(top,  #2A2A2A 0%,#010101 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: none;
  font-size: 12px;
}

body .button:hover{  
  color: #fff;
  background: #202020;
  background: -moz-linear-gradient(top,  #444444 0%, #202020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B41100), color-stop(100%,#202020));
  background: -webkit-linear-gradient(top,  #444444 0%,#202020 100%);
  background: -o-linear-gradient(top,  #444444 0%,#202020 100%);
  background: -ms-linear-gradient(top,  #444444 0%,#202020 100%);
  background: linear-gradient(top,  #444444 0%,#202020 100%);
  text-shadow: none;
}

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 #555;
}

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: 2px groove #000;
}

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

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

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{
  display: block;
  clear: both;
  float: left;
  margin: 10px 0;
  background: #B41100;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  line-height: 18px;
}

body span.weekly-price em{
  font-size: 30px;
  line-height: 24px;
  clear: both;
  display: block;
}



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;
      }


      
body div.divider {
border-bottom: 1px solid #B41100;
}




body h3 {
    font-size: 1.1em;
    line-height: 2.2em;
}



#page-title{
  background: #010101;
}


/*AF new properties 2017*/
.footer-area h3 {
  border-bottom: 1px solid #555;

}


















































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