/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  outline: 0;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"] {
  cursor: pointer;
}
::selection {
	background: #333; /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #333; /* Firefox */
	color:#fff;
}
@media all {
	.page-break	{ display: none; }
}
@media print {
  * {
	text-shadow: none !important;
	color: #000;
	background: transparent;
	box-shadow: none !important;
	line-height: 100%;
  }
  a, a:visited {
	text-decoration: none;
  }
  a[href]:after {
	content: " (" attr(href) ")";
  }
  abbr[title]:after {
	content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
  }
  .hero-unit {
	width:100%;
	margin:0 0 0 -40px;
	padding:0;
  }

  @page  {
	margin:0;
		size:portrait;
  }
  p, h2, h3 {
	orphans: 3;
	widows: 3;
  }
  h2, h3 {
	page-break-after: avoid;
  }
	p.printed, p.expired {
		display:block;
		color:#fff !important;
		background-color:rgb(0,0,0) !important;
	}
}
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
  background-color: #272F47;
}
a {
  color: #004E7D;
  text-decoration: none;
}
a:hover, a:focus {
  color: #006CAD;
  text-decoration: none;
}

p a:hover, p a:focus {
  color: #006CAD;
  text-decoration: none;
	padding-bottom:3px;
	border-bottom:1px solid #006CAD;
}

.coupon {
	display: block;
	width: 31.8%;
	background-color:#E5E5E5;
	color:#272F47;
	margin-bottom:20px;
	border-top: 1px solid #ddd;
	border-bottom:1px solid #BFBFBF;
	-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
			box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
		 -moz-border-radius: 6px;
					border-radius: 6px;
}
@media (max-width: 979px) and (min-width: 768px) {
	.coupon {
		width: 48.5%;
	}
}
@media (max-width: 767px) {
	.coupon {
		width: 100%;
	}
}
.coupon input[type="checkbox"] {
	margin-top:10px;
	margin-right:10px;
}
.value {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:55px;
	line-height:100%;
	letter-spacing:-6px;
	float:left;
	margin:0;
	padding-right:10px;
}
.coupon .value {
	margin:6px 0 3px 6px;
}
.coupon p {
	font-size:14px;
	line-height:1;
}
.item {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	line-height:100%;
	margin:0;
}
.coupon .item {
	margin:17px 0 10px 7px;
	font-size:24px;
}
.title {
	padding:10px 0 0 10px;
}

.qr-crop { width: 120px; height: 120px; overflow: hidden;}
.qr-crop img {max-width:none; margin-left:-90px; margin-top:-15px; margin-right:-90px; margin-bottom:-15px;}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
  margin-bottom:12px;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child{
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide, .row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
[class*="span"].fourth-item {
  margin-left: 0;
}
p {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
small {
  font-size: 95%;
  font-weight: bold;
}
.small {
  font-size: 85%;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height:1;
  margin-left:25px;
}
.small input[type="checkbox"] {
	margin-left:-22px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
a.muted {
	color:#BABABA;
}
a.muted:hover, a.muted:focus {
  color: #DBDBDB;
	padding-bottom:2px;
	border-bottom:1px solid #DBDBDB;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1, h2, h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight:bold;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255, .2), 0 1px 2px rgba(0,0,0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255, .2), 0 1px 2px rgba(0,0,0, .05);
  box-shadow: inset 0 1px 0 rgba(255,255,255, .2), 0 1px 2px rgba(0,0,0, .05);
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0, .15), 0 1px 2px rgba(0,0,0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0, .15), 0 1px 2px rgba(0,0,0, .05);
  box-shadow: inset 0 2px 4px rgba(0,0,0, .15), 0 1px 2px rgba(0,0,0, .05);
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8DC34E;
  background-image: -moz-linear-gradient(top, #0088cc, #6B943B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8DC34E), to(#6B943B));
  background-image: -webkit-linear-gradient(top, #8DC34E, #6B943B);
  background-image: -o-linear-gradient(top, #8DC34E, #6B943B);
  background-image: linear-gradient(to bottom, #8DC34E, #6B943B);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #4C6B2A #4C6B2A #141C0B;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #8DC34E;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #ffffff;
  background-color: #6B943B;
  *background-color: #8DC34E;
}
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}
.page-header {
	margin-top:50px;
}
.hero-unit {
  padding:0 40px 40px 40px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: inherit;
  background-color:#ffffff;
  -webkit-border-bottom-right-radius:25px;
  -webkit-border-bottom-left-radius:25px;
  -moz-border-radius-bottomright:25px;
  -moz-border-radius-bottomleft:25px;
  border-bottom-right-radius:25px;
  border-bottom-left-radius:25px;
}
.hero-unit h1 {
  margin-bottom: 10px;
  font-size:30px;
  font-weight:normal;
  line-height: 1;
  color: inherit;
}
.hero-unit li {
  line-height: 30px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal ol {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:1.5em;
	background: #333;
}

.modal li {
		padding-bottom:10px;
}

.modal p {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#595959;
	font-size:12px;
	line-height:1.25em;
	margin:0px;
}
.modal p.inline-heading {
	font-size:1.15em;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;

}
li {
  background: #ffffff;

}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 18px 35px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
	font-size:26px;
  color:#999;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-footer {
  padding:10px;
  margin-bottom: 0;
  background-color: #F0F0F0;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.open {
  *z-index: 1000;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
.coupon-print {
  width: 100%;
  margin-bottom:10px;
  border: 1.5px dashed #121212;
	color:#000000;
}
.coupon-print p {
	line-height: 1.5;
	font-size: 11px;
	margin: 0;

}
.coupon-print h1 {
	font-size:20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
.coupon-print h2 {
	font-size:62px;
	letter-spacing:-3px;
	padding-bottom:5px;
	margin-top:-8px;
}
.coupon-print h3 {
	font-size:25px;
}
div.coupon-print {
  padding: 8px 0;
  line-height: 20px;
  text-align: left;
  vertical-align: center;
}
.coupon-print [class*="span"]:first-child {
	padding-left:8px;
}
.coupon-info {
	width:190px;
	padding-right:10px;
}
.member {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom:3px;
}
.member.without-code-lg {
	font-size: 30px;
	text-transform: uppercase;
}
.disclaimer {
	padding-top:3px;
	border-top:solid 1px #000;
}
p.valid {
		border:none;
		text-align:center;
		background-color:#f0f0f0;
		color:#FFF;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height:2.2em;
		height: 30px;
	}
p.printed {
		display:block;
		border:none;
		text-align:center;
		background-color:#5b2885;
		color:#FFF;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height:2.2em;
		height: 30px;
	}
p.expired {
		display:block;
		border:none;
		text-align:center;
		background-color:#F00;
		color:#FFF;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height:2.2em;
		height: 30px;
	}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
	display: inherit !important;
  }
  .visible-desktop {
	display: none !important ;
  }
  .visible-tablet {
	display: inherit !important;
  }
  .hidden-tablet {
	display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
	display: inherit !important;
  }
  .visible-desktop {
	display: none !important;
  }
  .visible-phone {
	display: inherit !important;
  }
  .hidden-phone {
	display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
	display: inherit !important;
  }
  .hidden-print {
	display: none !important;
  }
}
@media (max-width: 767px) {
  body {
	padding-left: 20px;
	padding-right: 20px;
  }
  .container-fluid {
	padding: 0;
  }
  .container {
	width: auto;
  }
  .row-fluid {
	width: 100%;
  }
  .row, {
	margin-left: 0;
  }
  .row-fluid [class*="offset"]:first-child {
	margin-left: 0;
  }
  .modal {
	position: fixed;
	top: 20px;
	left: 20px;
	right: 20px;
	width: auto;
	margin: 0;
  }
  .modal.fade {
	top: -100px;
  }
  .modal.fade.in {
	top: 20px;
  }
}
@media (max-width: 480px) {
  .page-header h1 small {
	display: block;
	line-height: 20px;
  }
  input[type="checkbox"], input[type="radio"] {
	border: 1px solid #ccc;

  }
  .modal {
	top: 10px;
	left: 10px;
	right: 10px;
  }
  .modal-header .close {
	padding: 10px;
	margin: -10px;
  }
	.member {
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		padding-bottom:3px;
		font-size:4em;
	}
	.disclaimer {
		border:none;
	}
}
