@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}

body {
	background: url("/template_images/bg.jpg") repeat-y scroll center center #2E313C;
	height: 100%;
	/*
    background: transparent;  The color you want for the radial gradient

     IE10 Consumer Preview
    background-image: -ms-radial-gradient(center, ellipse closest-side, #64676E 0%, #2E313C  100%);
     Mozilla Firefox
    background-image: -moz-radial-gradient(center, ellipse closest-side, #64676E 0%, #2E313C  100%);
     Opera
    background-image: -o-radial-gradient(center, ellipse closest-side, #64676E 0%, #2E313C  100%);
     Webkit (Safari/Chrome 10)
    background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #64676E), color-stop(1, #2E313C ));
    Webkit (Chrome 11+)
    background-image: -webkit-radial-gradient(center, ellipse closest-side, #64676E 0%, #2E313C  100%);
     W3C Markup, IE10 Release Preview
    background-image: radial-gradient(ellipse closest-side at center, #64676E 0%, #2E313C 100%);
	*/
}

html {
    background: url("/template_images/bg.jpg") repeat-y scroll center center #2E313C;
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;
	height: 100%;
}

body {
    font-family: Arial, sans-serif;
    color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(88, 184, 71, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(88, 184, 71, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(88, 184, 71, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(88, 184, 71, 0.6);
}


/* set a minimum body width for the background gradient */
@media (max-width: 1024px) {
     body {
        width: 1024px;
     }
}

a, a:visited {
    color: #fff;
    text-decoration: underline;
}

a:hover, a:active {
    color: #fff;
    outline: 0;
}

a:focus {
    color: #fff;
    outline: 0;
}

.icon-pdf {
    height: 24px;
    width: 24px;
    margin-left: 10px;
    margin-right: 5px;
    background: url('../template_images/pdf-icon.png') no-repeat;
    margin-top: -2px;
}

.placeholder {
    color: #999 !important;
}

.main-wrapper {
    margin-top: 20px;
}

.logo {
    width: 140px;
    height: 78px;
    background: url('../template_images/logo.png') no-repeat;
    margin-bottom: 20px;
    display: block;
}

.ico-arrow-right {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background: url("../template_images/arrow-r.png") no-repeat scroll 0 5px transparent;
}

/** Slide Show **/
.slideshow {
    width: 780px;
    height: 460px;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}

.slideshow .pager {
    position: absolute;
    bottom: 0px;
    right: 10px;
    z-index = 500;
    padding: 5px;
    margin-bottom: 0px;
}

.slideshow .pager a {
    position: relative;
    text-decoration: none;
    z-index: 1;
    padding: 0px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #333;
    margin: 0px 1px;
    zoom: 1;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    cursor: pointer;

    behavior: url('/css/PIE.htc');
}

.slideshow .pager a.selected {
    background: #59B73C;
    border: 1px solid #59B73C;
}

/** Page Banner **/
.page-banner {
    width: 780px;
    height: 350px;
    margin-bottom: 18px;
    overflow: hidden;
}

.article-banner {
    padding-bottom: 5px;
}

/** Banner **/
.banner {
    position: absolute;
}

.banner .text {
    font-family: 'DancerProLightRegular','Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 20px;
    left: 25px;
    width: 300px;
}

.banner .text h1 {
    color: #fff;
    font-size: 45px;
    font-family: 'DancerProBlackItalic','Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 50px;
}

.banner .text h2 {
    font-size: 45px;
    line-height: 50px;
}

.banner .text p {
    font-size: 20px;
}

.banner a {
    color: #fff;
    text-decoration: none;
}

.green, .green a {
    color: #59B73C !important;
}

/** Home CTA **/
.img-item {
    float: left;
    width: 245px;
    background: #999;
}

.img-item.item-2 {
    margin-left: 23px;
}

.img-item.item-3 {
    margin-left: 22px;
}

.cta-wrapper {
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #A3A3A3;
    margin-left: 20px;
}

/** Main Menu **/
ul.main-menu {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A3A3A3;
    width: 130px;
}

ul.main-menu, ul.main-menu ul {
    list-style: none;
    margin-left: 0px;
    margin-right: 0px;
}

ul.main-menu li {
    margin-bottom: 3px;
}

ul.main-menu li.selected ul {
    display: block;
}

ul.main-menu li ul {
    display: none;
    margin-left: 5px;
}

ul.main-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1.15em;
}

ul.main-menu a:hover {
    color: #59B73C;
}

ul.main-menu a.arrow {
    padding-right: 12px;
    background: url('../template_images/menu-arrow.png') no-repeat scroll right 6px transparent;
    background-position-y: 6px;
}

ul.main-menu a.arrow:hover, ul.main-menu a.selected {
    color: #59B73C;
    background-position-y: -7px;
}

ul.main-menu ul a.arrow:hover, ul.main-menu ul a.selected {
    color: #59B73C;
    background-position-y: -7px;
}

ul.main-menu li ul a {
    color: #DDDBDB;
    font-size: 0.9em;
}

ul.main-menu li ul li ul {
    margin-left: 10px;
}

/** Side Menu **/

ul.side-menu a.arrow {
    padding-right: 12px;
    background: url('../template_images/menu-arrow.png') no-repeat scroll right 6px transparent;
    background-position-y: 6px;
}

ul.side-menu a.arrow:hover, ul.side-menu a.selected {
    color: #59B73C;
    background-position-y: -7px;
}

ul.side-menu ul a.arrow:hover, ul.side-menu ul a.selected {
    color: #59B73C;
    background-position-y: -7px;
}






ul.side-menu {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A3A3A3;
    margin-left: 0px;
    margin-right: 0px;
    width: 130px;
    list-style: none;
}

ul.side-menu ul {
    list-style: none;
    margin-left: 10px;
    margin-right: 0px;
}

ul.side-menu li a {
    text-decoration: none;
    color: #A3A3A3;
}

ul.side-menu li a:hover, ul.side-menu li a.selected {
    color: #59B73C;
}

a.register {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A3A3A3;
    text-decoration: none;
    width: 130px;
}

a.register:hover {
    color: #59B73C;
}

/** Product Search **/
#prod-search {position: relative;}
#prod-search input {
    width:120px;
    color: #222;
    padding-left: 5px;
}
#prod-search input.side_search {
    background: url("../template_images/arrow-r.png") no-repeat scroll right center transparent;
    border: medium none;
    height: 15px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 15px;
}

.fb-icon {
    width: 32px;
    height: 32px;
    display: block;
    background: url('../template_images/fb.png') no-repeat;
}

/** Home Article **/
.home-article {
    color: #fff;
}

.home-article h1 {
    font-size: 1em;
    line-height: 1.5em;
}

.home-article-welcome {
    width: 510px;
}

.home-latest-news {
    width: 250px;
}

.home-latest-news a.readmore {
    color: #fff;
    float: left;
    text-decoration: underline;
}

/** Quicklinks **/
.quicklinks {
    margin-bottom: 5px;
    padding: 5px 0px 10px 5px;
    background: #444;
    display: none;
    overflow: hidden;
}

.quicklinks a {
    color: #A3A3A3;
    text-decoration: none;
}

.quicklinks a:hover, .quicklinks a.selected {
    color: #59B73C;
}

.quicklinks ul {
    list-style: none;
    margin: 5px 0px 10px 10px;
    float: left;
    width: 180px;
}

.quicklinks-btn {
    background: url('../template_images/menu-arrow.png') no-repeat scroll right 6px transparent;
    padding-right: 12px;
    background-position-y: 7px;
}

.quicklinks-btn:hover {
    background-position-y: -6px;
}

/** Footer **/
.footer {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
    border-top: 1px solid #A3A3A3;
    color: #A3A3A3;
}

.footer-wrapper {
    margin-bottom: 10px;
}

.footer a {
    color: #A3A3A3;
    text-decoration: none;
}

.footer a:hover, .footer a.selected {
    color: #59B73C;
}

.footer-menu{

}

.footer-menu  a {
    margin-right: 20px;
}

.footer-right {
    text-align: right;
    color: #A3A3A3;
    margin-bottom: 5px;
}

.footer .footer-right {
    margin-bottom: 0px;
	Width:200px;
}

/** Page Content **/
.page-content h1 {
    font-size: 20px;
    color: #59B73C;
    font-family: 'DancerProLightRegular','Helvetica Neue', Helvetica, Arial, sans-serif;
	 padding: 5px 0;
}

.page-content h1 a {
    text-decoration: none;
    color: #59B73C;
}

.page-content h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: 'DancerProLightRegular','Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page-content h2 {
    font-size: 16px;
    color: #F7933A;
}

.page-content h3 {
    font-size: 14px;
    color: #F7933A;
}

.page-content h4 {
    font-size: 12px;
}

.page-content article {
    padding-bottom: 25px;
}

/** News Content **/
.news-content h1 {
    font-size: 20px;
    color: #59B73C;
    font-family: 'DancerProLightRegular','Helvetica Neue', Helvetica, Arial, sans-serif;
}

.news-content h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: 'DancerProLightRegular','Helvetica Neue', Helvetica, Arial, sans-serif;
}

.news-content h2 {
    font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
	 padding-top: 5px;
}

.news-content h3 {
    font-size: 14px;
}

.news-content h4 {
    font-size: 12px;
}

.news-content h1 a {
    color: #59B73C;
    text-decoration: none;
}

.news-content h2 a {
    text-decoration: none;
}

.news-content-list article {
    width: 370px;
    margin: 0px 20px 20px 0px;
    float: left;
}

.news-content-list .readmore {
    display: block;
}

/**	News Pager **/
.pagerWrap {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    color: #A3A3A3;
}

.search_pager_details {
    float: left;
    display: none;
}

.search_pager {
    float: right;
    height: 20px;
    margin: 0 4px 0 0;
    text-align: right;
}

.search_pager a {
    color: #A3A3A3;
    line-height: 30px;
    padding: 2px 4px;
    text-decoration: none;
}

.search_pager a.selected_pager {
    color: #59B73C;
}

.search_pager li {
    float: left;
    margin-right: 5px;
}

/** Box List **/
ul.box-list {
    width: 790px;
    margin-left: -12px;
    visibility: hidden;
}

ul.box-list li {
    width: 185px;
    float: left;
    background: white;
    padding: 0px;
    margin-left: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    list-style: none;
}

ul.box-list li a {
    display: block;
    color: #333;
    text-align: center;
    width: 185px;
    height: 150px;
    overflow: hidden;
	position:relative;
	/*top:-10px;*/
}

ul.box-list li h1 a {
    display: block;
    color: #333;
    text-align: center;
    width: auto;
    height: auto;
}

ul.box-list li h1 a:hover {
    color: #333 !important
}

ul.box-list li img.prod-img {
    width: auto !important;
}
ul.box-list li img.prodimg {
    width: 150px !important;
}

ul.box-list li img.recipe-img, ul.box-list li img.search-img {
    width: 185px !important;
    height: auto;
}

ul.box-list li h1 {
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    width: 175px;
    text-align: center;
    line-height: 120%;
    text-decoration: none;
    padding: 5px 5px;
    font-family: Arial, sans-serif;
	position:relative;
	/*top:10px;*/
}

/** Help **/
.helpcats .helpcat {
    width: auto !important;
    height: 150px;
    overflow: hidden;
}

.helpcat a {
    position: relative
}

.helpcat img {
    height: 100%;
    width: auto;
    position: absolute;
    left: -50%;
    max-width: none;
}

.helpcat img.noimg {
    height: 100%;
    width: 100%;
    max-width: none;
    position: static;
}

/** Product **/
.product {
    background: #fff;
    color: #666;
}

.product-menu {
    margin-top: 10px;
}

.product-img {
    float: left;
    width: 370px;
    margin: 10px;
}

.product-img img {
    height: auto !important;
}

.product-img .img-holder {
    margin-left: -5px;
}

.product-img .img-holder img {
    margin-left: 5px;
    margin-bottom: 10px;
}

.product-recipe {
    background: url('../template_images/book-bg.png');
}

.product-img .tags {
    margin: 10px 0px;
}

.product-tab {
    float: left;
    width: 370px;
    margin: 10px;
    margin: 6px;
}


.product-recipe-tab {
    float: right;
    width: 350px;
    margin: 6px 20px 6px 6px;
}

.product h3 {
    color: #59B73C;
    font-size: 18px;
    margin-bottom: 7px;
}

.product-sub {
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.product-sub-last {
    border-bottom: none;
}

.product-sub h3 {
    color: #666;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.recipe-pager {
    margin: 10px 20px;
}

.recipe-pager a {
    color: #666;
}

[class^="prod-icon-"], [class*=" prod-icon-"] {
    background-position: 124px 124px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 80px;
    line-height: 14px;
    margin-left: 55px;
    vertical-align: text-top;
    width: 80px;
    margin-bottom: 15px;
}

.foodservices-logos a {
    margin-left: 35px;
}

.prod-icon-first {
    margin-left: 0px !important;
}

[class^="prod-icon-r-"], [class*=" prod-icon-r-"] {
    background-image: url("../template_images/retail-sprites.png");
}
.prod-icon-r-miracle {
    background-position: 0 0;
}
.prod-icon-r-miracle:hover {
    background-position: 0 -80px;
}
.prod-icon-r-copha {
    background-position: -80px 0;
}
.prod-icon-r-copha:hover {
    background-position: -80px -80px;
}
.prod-icon-r-vita {
    background-position: -160px 0;
}
.prod-icon-r-vita:hover {
    background-position: -160px -80px;
}
.prod-icon-r-fairy {
    background-position: -240px 0;
}
.prod-icon-r-fairy:hover {
    background-position: -240px -80px;
}
.prod-icon-r-tablelands {
    background-position: -320px 0;
}
.prod-icon-r-tablelands:hover {
    background-position: -320px -80px;
}
.prod-icon-r-wik {
    background-position: -400px 0;
}
.prod-icon-r-wik:hover {
    background-position: -400px -80px;
}

[class^="prod-icon-fs-"], [class*=" prod-icon-fs-"] {
    background-image: url("../template_images/foodservice-sprites.png");
}
.prod-icon-fs-pura {
    background-position: 0 0;
}
.prod-icon-fs-pura:hover {
    background-position: 0 -80px;
}
.prod-icon-fs-f40 {
    background-position: -80px 0;
}
.prod-icon-fs-f40:hover {
    background-position: -80px -80px;
}
.prod-icon-fs-frytol {
    background-position: -160px 0;
}
.prod-icon-fs-frytol:hover {
    background-position: -160px -80px;
}
.prod-icon-fs-sunbeam {
    background-position: -240px 0;
}
.prod-icon-fs-sunbeam:hover {
    background-position: -240px -80px;
}
.prod-icon-fs-spd {
    background-position: -320px 0;
}
.prod-icon-fs-spd:hover {
    background-position: -320px -80px;
}
.prod-icon-fs-goldleaf {
    background-position: -400px 0;
}
.prod-icon-fs-goldleaf:hover {
    background-position: -400px -80px;
}

/*** Product Tabs ***/
#tabs {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 11px;
    font-family: Arial, sans-serif;
}

#tabs ul.tab-items {
    background: none;
    border: 0;
    border-radius: 0px;
    top: 10px;
}

#tabs ul.tab-items li {
    font-size: 13px;
    width: 89px;
    height: 47px;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #777 !important;
    border-radius: 0;
    white-space: normal;
    background: none;
    text-align: center;
}

#tabs ul.tab-items li.ui-state-active {
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 1px solid #fff !important;
}


#tabs ul.tab-items li a {
    padding: 6px 0px;
    width: 90px;
    height: 100%;
    color: #222;
}

#tabs-1, #tabs-2, #tabs-4 {
    font-size: 15px;
}

#tabs .ui-state-active a, #tabs .ui-state-active a:link, #tabs .ui-state-active a:visited {
    color: #222;
    text-decoration: none;
}

#tabs .nutrition-information .last {
    border-bottom: 1px solid #333;
}

#tabs .nutrition-information .border-top {
    border-top: 1px solid #333;
}

/** Register **/
.register-container input{
    width: 255px;
}

.register-container select:focus, .register-container input:focus{
    outline: none;
}
.captcha_code_img-container {
    background: white;
    width: 265px;
    height: 43px;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
}

#user_state, #distib{
    width: 265px;
}
#how_did{
    width: auto;
}
.oil-type-container{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 250px;
}

.oil-type{
    float: left;
    margin-right: 10px;
}

.oil-type input{
    display: block;
    float: left;
    margin-right: 5px;
    width: auto;
}

.oil-type span{
    display: block;
    width: 90px;
}
.register-container select{
    width: auto;
}
.terms-conditions {
    margin-top: 10px;
}
.fl{
    float: left;
    margin-right: 8px;
}
.fr{

}
/** Contact Us **/
.fix { clear: both !important; width: 100% !important; height: 1px !important; margin-top: -1px !important; }
.form-contact .controls input{
    width: auto !important;
}

.form-contact textarea{
    height: 150px;
    width: 530px;
}

.form-submit-holder input{
    height: 40px;
    width: 120px;
    margin-left: 132px;
}

.form-submit-holder label{
    display: none !important;
}

.form-contact{
    margin-bottom: 30px;
}

.form-contact.form-horizontal .control-label {
    text-align: left  !important;
}

.form-horizontal .controls {
    margin-left: 132px;
}
.form-horizontal .leftinputs  .controls {
    margin-left: 75px;
}

.form-horizontal .control-label {
    width: 100px;
}

.control-group{
    margin-bottom: 7px !important;
    margin-right: 10px;
}
.control-group .controls{
    margin-bottom: 10px;
}
.control-group label{
    float: left;
}

.error{
    margin-bottom: 20px;
}

/** FAQ **/
.ui-state-active .ui-icon, .ui-state-default .ui-icon {
    background-image: url('smoothness/images/ui-icons_ffffff_256x240.png');
}


.ui-accordion {
    font-size: 13px;
    color: #fff;
}

.ui-accordion-header{
    border: 0;
    color: #3383BB;
    font-weight: bold;
    background: transparent;
}
.ui-accordion-header a {
    font-size: 12px !important;
}

.ui-accordion-content a {
    color: #fff !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0px;
}

.ui-accordion-content {
    background: none;
    color: white;
    padding: 0px !important;
    margin: -10px 0px 0px 35px !important;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: Arial,sans-serif;
    width: 730px !important;
}

.accordion-divider {
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 10px;
}

.border-bottom{
    border-bottom: 1px solid #A3A3A3;
}
.ui-accordion .ui-state-default a, .ui-accordion .ui-state-default a:link, .ui-accordion .ui-state-default a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px !important;
}

.ui-accordion .ui-state-active a, .ui-accordion .ui-state-active a:link, .ui-accordion .ui-state-active a:visited {
    color: orange !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px !important;
}


/* Products Pager */
.paging{
    margin-bottom: 5px;
}

.paging a, .paging a:visited{
    color: #A3A3A3;
    display: block;
    float: left;
    margin: 0 10px;
    text-decoration: none;
}

.paging a.current, .paging a:hover, .paging a:active{
    color: #59B73C;
}

.paging span{
    color: #A3A3A3;
    display: block;
    float: left;
    margin: 0 10px;
    text-decoration: none;
}

.backBtn-inactive{
    margin-left: 0 !important;
}


.by a {
	text-decoration: none;
	color: #A3A3A3;
}

a:hover {
	color: #59B73C !important;
}

p{
line-height: 16px;
}

.page-content .alert-error  a{
    color: #59B73C;
}

.masterclasses h3 a{
	text-decoration:none;
}
.masterclasses tbody tr td p{
	color:#b3b3b3;
}

/*
** Grey background
*/

/* Resets */
.bwired-global-footer:hover, .core-dna-global-footer:hover {
	text-decoration: none;
}

/* Device background */
.bwired-global-footer circle, .core-dna-global-footer circle {
	fill:#a7a7a2;
}

/* Device color */
.bwired-global-footer g path:first-child, .bwired-global-footer g path, .core-dna-global-footer path {
	fill:#ffffff;
}

/* Hover color and . color */
.bwired-global-footer:hover circle , .core-dna-global-footer:hover circle {
	fill:#EE1D3E;
}

/* Hover device color */
.bwired-global-footer:hover g path, .core-dna-global-footer:hover path {
	fill:#f5f5f5;
}
