@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700);

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Mobile Site Button */


    .navbar {
    	  background-color: #ffffff;
    	  border-radius: 0px;
    	  border: 0px;
    	  min-height: 0px;
    }
    .navbar-default {
		background-color: #fff;
	}
	.navbar-brand {
		width: 80%;
	}
	.navbar-brand h3 {
		margin: 3px;
		font-size: 20px;
		color: #193a4d;
	}
	.navbar-nav {
		margin: 1px;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	  color: #193a4d;
	  background-color: transparent;
	}
	.navbar-btn {
		margin-top: -3px;
 		margin-bottom: 0px;
 		padding: 3px 5px;
	}	
	.navbar-toggle {
		margin-top: 15px;
	}
	#myNavbar .navbar-nav li a {
		color: #fff;
		background-color: #4d4d4d;;
	}
	h3.Retailer_Name_Short {
		font-size: 24px;
		margin: 2px;
		margin-top: -48px;
	}
	.retailer_logo {
		float: left;
		padding-right: 10px;
	}
	.custom-logo {
		padding: 0px 0px 0px 15px;
	}
	.retailer_logo_custom {
		height: 65px;
		width: auto;
	}



	.dropdown-menu {
		background-color: #DADADA;
	}
	  

	.promo_block {
		margin-top: 20px;
	}


	.footer {
	/*	background-color: #aeada9; */
		margin-top: 20px;
		border-radius: 10px;
		color: #126966;
	}
	.footer-link a, .footer-link a:hover,.footer-link a:visited {
		color: #126966;
		line-height: 18px !important;
	}
	.footer-sub-link a, .footer-sub-link a:hover, .footer-sub-link a:visited{
		color: #126966;
	}
	.sitemap {
		padding: 0;
		margin: 0;
		text-align: center;
		min-height: 60px;
	}
	.sitemap, .sitemap ul {
		text-align: center;
	}
	.sitemap ul, .sitemap ul li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		font-weight: bold;
	}
	.sitemap ul li ul li {
		font-weight: normal;
	}

	.social_link {
		margin: 5px;
		color: #193a4d;
	}
	.social_link:visited {
		color: #193a4d;
	}
	.social_link:hover {
		color: #193a4d;
	}
	#footer-wrapper .text-muted {
		color: #193a4d;
	}

	#Content {

		margin-left: auto;
		margin-right: auto;
	}

body {
	background-color: #E6E6E6;
    background: url("https://s3.grocerywebsite.com/production/manual_loaded_images/ALL/softwp.jpg");
    }

.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 0px solid #3d3632;
}

.navbar-toggle {
    border-color: #505050;
    margin-right: 0px;
}

.navbar-brand .custom-logo {
	height: auto;
}

#myNavbar{
	margin-top: 0px;
	margin-bottom: -20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.icon-bar{
	background-color: #fff;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.carousel-indicators {
	bottom: 5px;
	margin-bottom: 0px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0px;
	}
	.container-fluid {
		max-width: 750px;
	}
	.navbar-header {
		width: 25%;
	}
	.navbar-brand {
		width: 100%;
	}
	.sitemap {
		margin: 20px 0px 20px 0px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container-fluid {
		max-width: 970px;
	}
	.navbar-header {
		min-width: 25%;
		max-width: 60%;
	}

	h3.Retailer_Name_X_Long {
		font-size: 18px;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.container-fluid {
		max-width: 1170px;
	}
	.navbar-header {
		min-width: 30%;
		max-width: 80%;
	}
}


/*
	@media only screen and (max-device-width: 600px) {
		.MobileButton
		{
			display: block;
		}
	}
*/
	/* Android HDPI */
/*
	@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 600px), (max-width: 600px) {
		.MobileButton
		{
			display: block;
		}
	}
*/
	/* iPhone 4 */
/*
	@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px), (max-width: 600px) {
		.MobileButton
		{
			display: block;
		}
	}
*/
/* Android HDPI */
/*
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 600px), (max-width: 600px) {
  .MobileButton
  {
    display: block;
  }
}
*/
/* iPhone 4 */
/*
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px), (max-width: 600px) {
  .MobileButton
  {
    display: block;
  }
}
*/

	/* Store Information */
	
	.SideBarBoxHead {
		background: #aeada9 !important;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
		margin: 30px 0px 0px 0px;
		text-align: center;
		padding: 3px;
	}
	
	.SideBarBoxHead h4 {
		color: #fff !important;
		font-weight: normal !important;
	}
	
	.SideBarNav input[type="submit"] {
		border: none !important;
		background-color: #10822b !important;
		border-top: 1px solid #0d6b23 !important;
		border-left: 1px solid #0d6b23 !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px 10px 5px 10px;
		font-family: "MuseoSans500", Lucida Sans, Helvetica, Arial;
		font-size: 16px;
		color: #fff;
		font-weight: normal;
		cursor: pointer;
		margin: 20px 0px 0px 0px;
	}
	
	p.SideBarNavFirst {
		margin: 20px 0px 10px 20px !important;
	}
	
	.FormSectionHeading {
		padding: 10px 15px 10px 15px !important;
		background-color: #02549f;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 14px;
		color: #fff;
	}
	
	span.FieldTitle, td.FieldTitle
	{ font-weight: bold;}
	

/* Set a cap of page content to 998px */

.CMSPage, .CMSPage:focus, .CMSPage div, .CMSPage p, .CMSPage ul, .CMSPage ol, .CMSPage table, .CMSPage dl, .CMSPage blockquote, .CMSPage pre, .CMSPage h1, .CMSPage h2, .CMSPage h3, .CMSPage h4, .CMSPage h5 
{ margin:auto!important; max-width:1170px;}


/* Jeffs quick styling updates~overwrites 01-2016 */
.SideBar .Group{
margin: 10px 10px 10px 0;
    border: 1px solid #FFFFFF;
    border-color: #FFF #FFF #FFF #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    background: #aeada9;
    background: -webkit-gradient(linear, left top, left bottom, from(#aeada9), to(#aeada9));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc', gradientType='0');
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255,0);
    -moz-box-shadow: 2px 2px 5px rgba(204,204,204,0.9);
    }

.LinkList .button {
	padding: 5px 10px;
    border: 1px solid #ADADAD;
    border-color: #ADADAD #ADADAD #ADADAD #ADADAD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px 0px 0 #333;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
    color: #252525;
    background: #E6E6E6;
    background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#E6E6E6));
    background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#E6E6E6));
    background: -moz-linear-gradient( top, #E6E6E6, #E6E6E6);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CED7DE', endColorstr='#CED7DE', gradientType='0');
    }

.ListOptions .button {
padding: 5px 10px;
    border: 1px solid #ADADAD;
    border-color: #ADADAD #ADADAD #ADADAD #ADADAD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px 0px 0 #333;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
    color: #252525;
    background: #CED7DE;
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -moz-linear-gradient( top, #CED7DE, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CED7DE', endColorstr='#CED7DE', gradientType='0');
    }

.RecipeActions .button {
padding: 5px 10px;
    border: 1px solid #ADADAD;
    border-color: #ADADAD #ADADAD #ADADAD #ADADAD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px 0px 0 #333;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
    color: #252525;
    background: #CED7DE;
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -moz-linear-gradient( top, #CED7DE, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CED7DE', endColorstr='#CED7DE', gradientType='0');
    }
    
.listTable .category {
    margin: 0;
    padding: 3px 0px 3px 5px;
    font-weight: bold;
    font-size: 12px;
    border: 0px solid #666 !important;
    border-color: #666 #666 #666 #666;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    background: #666 !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#666));
    }

.Stores h2 {
    margin: 0;
    margin-top: 10px;
    padding: 3px 0px 0px 5px;
    font-size: 12px;
    border: 0px solid #666;
    border-color: #CED7DE #CED7DE #CED7DE #CED7DE;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    background: #CED7DE !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CED7DE), to(#CED7DE));
    }

.Content ul.Breadcrumb {
    margin: 0px 2px 0px 0px;
    padding: 0 0 0 5px;
    border: 0px solid #ccc !important;
    /* border-color: #eee #ccc #ccc #ddd; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    list-style: none;
    display: block;
    clear: both;
    background: #aeada9;
	background: -webkit-gradient(linear, right top, left bottom, from(rgba(255, 255, 255, 0.18)), to(rgba(255, 255, 255, 0.5))) !important;
    background: -moz-linear-gradient( right, #fff, #aeada9);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#EAEAEA', endColorstr='#FFFFFF', gradientType='1');
    zoom: 1;
    -webkit-box-shadow: 0px 0px 0px rgba(204,204,204,0.0) !important;
    -moz-box-shadow: 0px 0px 0px rgba(204,204,204,0);
}

.Stores .Number {
    color: #333 !important;
}

.Group {
	margin: 0px 0px 0px 0;
    border: 1px solid #FFFFFF !important;
    border-color: #FFF #FFF #FFF #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    background: #F3F3F3;
    background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#F3F3F3)) !important;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#F3F3F3', endColorstr='#F3F3F3', gradientType='0');
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255,0) !important;
    -moz-box-shadow: 0px 0px 0px rgba(204,204,204,0.0);
    padding: 0px 10px;
    }

/* h4.Title {padding-left: 10px;} */


.FormSectionHeading { background-color: #aeada9; }

button, .button {
padding: 5px 10px;
    border: 1px solid #ADADAD;
    border-color: #ADADAD #ADADAD #ADADAD #ADADAD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    text-shadow: 0px 0px 0 #333;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
    color: #252525;
    background: #CED7DE;
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -moz-linear-gradient( top, #CED7DE, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CED7DE', endColorstr='#CED7DE', gradientType='0');
    }

h1 {font-size: 32px;}

a:visited { color: #5c5c5c; }

.pdf_ads_list ul li a {
    padding: 15px 15px;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 5px;
    color: #040ED0;
    display: block;
    text-align: left;
    text-shadow: 1px 1px 0px #FFF;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0px 0px 0px #CCC; 
    width: 90%;
    max-width: 980px;
    margin: auto;
    border: 1px solid #ADADAD;
    border-color: #ADADAD #ADADAD #ADADAD #ADADAD;
    background: #CED7DE;
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -webkit-gradient(linear, left top, left bottom, from(#CED7DE), to(#CED7DE));
    background: -moz-linear-gradient( top, #CED7DE, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#CED7DE', endColorstr='#CED7DE', gradientType='0');
    text-decoration: underline;
    }
    
.pdf_ads_list ul li a:hover {
    padding: 15px 15px;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 5px;
    color: #040ED0;
    display: block;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 0px #FFF;
    font-size: 24px;
    font-weight: 800;
    width: 90%;
    max-width: 980px;
    margin: auto;
    border: 1px solid #8A8A8A;
    border-color: #8A8A8A #8A8A8A #8A8A8A #8A8A8A;
    background: #A8B2B9;
    background: -webkit-gradient(linear, left top, left bottom, from(#A8B2B9), to(#CED7DE));
    background: -moz-linear-gradient( top, #A8B2B9, #CED7DE);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#A8B2B9', endColorstr='#CED7DE', gradientType='0');
    }

.pdf_ads_list ul li a span {
    color: #414141;
    font-size: 16px;
    padding-left: 20px;
    text-decoration: none !important;
}

@media only screen and (max-width : 420px) {
	.pdf_ads_list ul li a span {
   	 color: #414141;
    	font-size: 16px;
    	padding-left: 1px !important;
    	text-decoration: none !important;
	}
}

/* END Jeffs quick styling updates~overwrites 01-2016 */


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

		
	.promo_block {
		margin-top: 20px;
	}


	.footer {
	/*	background-color: #8d6c4c; */
		margin-top: 20px;
		border-radius: 0px;
		color: #FFFFEC;
	}
	
	.Footer {
	/*	background-color: #8d6c4c; */
		margin-top: 20px;
		border-radius: 0px;
		color: #FFFFEC;
	}
	
	.navbar-nav>li>a {
		font-family: 'Roboto Condensed', Helvetica;
		font-size: 21px;
		color: #126966;
		font-weight: 500;
		margin-top: 0px
	}

	/*
	.navbar-default .navbar-collapse, .navbar-default .navbar-form { 
		border-color: #71573d; background-color: #8d6c4c; height: 0px;
	}
	*/
	.page-header .navbar-nav>li>a:visited {color: #126966;}
	
	.page-header .nav>li>a:focus, .page-header .nav>li>a:hover {text-decoration: none; background-color: transparent; color: #041B1A;
	}
	
	.page-header .navbar-nav>li>a:focus, .page-header .nav>li>a:hover {text-decoration: none; background-color: transparent; color: #041B1A;
	}
	
	.nav>li>a {
	    position: relative;
    	display: block;
		padding: 10px 8px;
	}
	
	.navbar-brand { padding: 4px 0px; }

    .navbar-default {
		background-color: transparent;
	}
	
/* hide this at xs only */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	ul.nav.navbar-nav.navbar-right {}	
	.page-header .nav>li>a {text-shadow: 0px 1px 4px rgb(241, 235, 235); margin-top: 32px;}
	.navbar-default {background-color: transparent;}
	.navbar-right .dropdown-menu {right: auto;}
	}

/* make this visible at xs only */
@media (max-width: 767px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #cccccc; background-color: #4d4d4d; }
		}

	.page-header .nav .open>a, .page-header .nav .open>a:focus, .page-header .nav .open>a:hover {background-color: transparent; border-color: #fff;}

div#SpecialDetails5 ul li {margin-top: 4px;}

.Footer span a {color: #000;}

/* Social Testing */

.social
{
  margin: 0;
  padding: 0;
}

.social ul
{
  margin: 0;
  padding: 4px;
}

.social ul li
{
  margin: 5px;
  list-style: none outside none;
  display: inline-block;
}

.social i
{
  width: 40px;
  height: 40px;
  color: #126966;
  background-color: transparent;
  font-size: 22px;
  text-align: center;
  padding-top: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.social i:hover
{
  color: #FFF;
  text-decoration: none;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.social .fa-facebook-f:hover
{
  background: #4060A5;
}

.social .fa-x-twitter:hover
{
  background: #00ABE3;
}

.social .fa-google-plus:hover
{
  background: #e64522;
}

.social .fa-pinterest:hover
{
  background: #cb2027;
}

.social .fa-linkedin-in:hover
{
  background: #0094BC;
}

.social .fa-instagram:hover
{
  background: #375989;
}

.social .fa-youtube:hover
{
  background: #FF1F25;
}

.social .fa-xing:hover
{
  background: #005C5E;
}

.social .fa-youtube-play:hover
{
  background: #DF192A;
}

/*End social test */



/* Footer stuff */
	
/*weekly ad bootstrap footer stuff*/
	footer.site-footer {background-color:#fff; background:#fff; background:rgba(255, 255, 255, 0.50);}	
	.footer ol, .footer ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	}
	
	.footer ul li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	}
	
	.site-footer .FooterList ul li ul {padding: 0;}
	
	.site-footer .FooterList ul li a:visited {color: #126966;}
	.site-footer .FooterList ul li a {color: #126966;}	
	.site-footer ul li a {color: #126966; line-height: 1.0;}
	.site-footer ul li h4 {color: #2f2f2f;}
	
	.footer a:visited {color: #126966;}
	.footer a {color: #126966;}
	
	.Footer ol, .Footer ul {
	list-style: none;
	list-style-type: none;
	}
/*all other site footer*/	
	#Footer.Footer {background-color:#fff; background:#fff; background:rgba(255, 255, 255, 0.50);}	

	.Footer ul li ul {padding: 0;}

	.site-footer ul li a {color: #126966; line-height: 1.0;}
	.site-footer ul li h4 {color: #2f2f2f;}	
	.footer ul li h4 {color: #2f2f2f;}	
	.Footer ul li a:visited {color: #126966;}
	.Footer ul li a {color: #126966;}
	
	
	.site-debug {display: none;}
/*	div#div-gpt-ad-1449167388762-0 {background-color: #fff; width: 100% !important;} */
	.ServerName {display: none;}

/*.navbar-brand img {height: 85px;}*/

/* make this visible at xs only */
@media (max-width: 767px) {
	.site-footer ul li h4 {line-height: 2.0;}
	.footer ul li h4 {line-height: 2.0;}	
	.Footer ul li a:visited {line-height: 2.0;}
	.Footer ul li a {line-height: 2.0;}
	.site-footer ul li h4 {line-height: 2.0;}	
	.site-footer ul li a:visited {line-height: 2.0;}
	.site-footer ul li a {line-height: 2.0;}


.navbar-brand img {padding-left: 12px;}
}




.tab-pane { background: #fff;}


/* BEGIN Weekly Ad White Background */
.circular-content-row {
background: url(https://s3.grocerywebsite.com/production/manual_loaded_images/ALL/white-square-10px.jpg); 
background-size: 100% 100%;
background-position: 13px 0px; 
background-repeat: no-repeat;
}

.circular-item {background: #FFF; padding-left: 9px;}
/*

.row .circular-item-row {background: #FFF;}
*/
.circular-item-row {
background: url(https://s3.grocerywebsite.com/production/manual_loaded_images/ALL/white-square-10px.jpg); 
background-size: 100% 100%;
background-position: 13px 0px; 
background-repeat: no-repeat;
}
/* END Weekly Ad White Background */


/*New Register & Login Buttons-btn tags not good in accessibility*/
.reg-login-btn {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
    font-size: 1em !important;
}

.reg-login-xs-btn{
	width: 70px;
    height: 20px;
    margin-bottom: 1.5em;
    margin-left: 10px;
}

a.btn.btn-default.navbar-btn.reg-login-btn {
    padding: 3px 0 3px 0;
}
