body {
	color: #333333;
	/*font-family: "Avenir LT W01 45 Book";*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}

section {
	padding: 3em 0;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Avenir LT W01 65 Medium";*/
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}

h1, h2, h3 {
}

h2 {
	font-size: 3.5rem;
	font-weight: 600;
	color: #f58220;
}

h3 {
  color: #f58220;
  font-size: 2.5rem;
}

h4 {
	color: #000000;
	margin-bottom: 0.15em;
}

ul, ol {
	margin-bottom: 1em;
	/*padding: 0;*/
	/*margin: 0 0 10px 25px;*/
}

ul li {
	margin-bottom: 0.5em;
}

hr {
	border-width: 2px;
}

a {
	color: #00afde;
}
.alert {
	font-size: 16px;
}

.alert a {
	font-weight: bold;	
}

.bkg-blue {
	background-color: #00afde;
	color: #ffffff;
}


.tooltip.in{
	opacity:1!important;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: orange;
}

.tooltip-inner {
	background-color: orange;
	font-weight: 600;
}

header .logintext {
	text-align: right;
}

header .logintext a {
	color:#ffffff;
	text-decoration: underline;
}

header .navbar {
	padding-bottom: 20px;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
}

header .navbar .brand {
  color: #777777;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  margin-left: -20px;
  padding: 20px 20px 0;
  text-shadow: 0 1px 0 #ffffff;
}

header .navbar .brand img {
	max-width: 150px;	
}

header .navbar .nav {
  display: block;
  float: right;
  left: 0;
  margin: 46px 10px 0 0;
  position: relative;
}

header .navbar .nav > li {
  border-right: 1px solid #fff;
  display: inline-block;
  float: left;
  padding: 0 0.5em;
}

header .navbar .nav > li:last-child {
	border-right: none;
}


header .navbar .nav > li > a {
  color: #ffffff;
  float: none;
  padding: 0;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
}

@media only screen and (max-width : 768px) {

	#navbar-collapse-1.navbar-collapse .nav.navbar-nav{
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	
	#navbar-collapse-1.navbar-collapse .nav.navbar-nav > li{
		float: none;
		display: block;
		border-right: none;
		padding: 8px 6px;
	}
}

header .navbar-toggle {
	margin-top: 36px;	
}

header .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.hero-section {
	background-color: #00afde;
	color: #ffffff;
	text-align: center;
	padding: 1.5em 0;
}

.hero-section h1 {
	color: #ffffff;
	font-size: 6rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.6em;
}

.hero-section .underline {
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  line-height: 1.2;
}

.hero-section h1 small {
	display: block;
	margin-top: 0.75em;
	font-size: 30%;
	font-weight: 600;
	color: #ffffff;
}

.hero-section h3 {
	color: #ffffff;
}

.hero-section .btn-primary {
	border-color: #ffffff;
	background-color: transparent;
	border-width: 2px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.hero-section .help-block a {
	font-weight: 600;
	color: #ffffff;
	text-decoration: underline;
}

footer .navbar .nav > li {
  border-right: 1px solid #fff;
  display: inline-block;
  padding: 0 0.5em;
}

footer .navbar .nav > li:last-child {
	border-right: none;
}

footer .navbar .nav > li > a {
	padding: 0;
	line-height: 1;
}

.btn {
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
}

.btn-primary {
  background-color: #f58220;
  border-color: #f58220;
  color: #ffffff;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #f58220 !important;
	background-image: none;
	border-color: #f58220 !important;
}


.btn-group-lg > .btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.bck-ltgrey {
	background-color: #D6D6D6;
	color: #000000;
}


ol.fancy-ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  color: #00afde;
}
ol.fancy-ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  /*width: 50%;*/
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
ol.fancy-ol li::before {
  content: counter(my-awesome-counter);
  font-weight: bold;
  font-size: 5rem;
  margin-right: 1.2rem;
  font-family: 'Abril Fatface', serif;
  color: #f58220;
  line-height: 1;
}

.border-left {
	border-left: 4px solid gray;
}

.border-orange {
	border-color: #f58220;
}

.btn-blue {
	background-color: #00afde;
	border-color: #00afde;
}

.btn-blue:hover,
.btn-blue:focus {
	background-color: #00afde;
	border-color: #00afde;	
}

.qa {
	margin-bottom: 2em;
	font-weight: 600;
}

.qa h3 {
	color: #00afde;
}




ul.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 20px;
	list-style: none;
	background-color: #D21B24;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.breadcrumb > li {
	display: inline-block;
	*display: inline;
	/* text-shadow: 0 1px 0 #ffffff; */
	*zoom: 1;
	font-size: 13px;
	color: white;
}

.breadcrumb > a, ul.breadcrumb li a {
	color: #fff;
	font-weight: normal;
}

ul.breadcrumb.lite li {
  color: #000000;
  font-weight: bold;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #000000;
  text-decoration: none;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: grey;
  text-decoration: none;
  background-color: transparent;
}

.span3.rounded, .rounded {
  box-shadow: 0 0 6px rgba(50, 50, 50, 0.6);
}

.row div.rounded {
  background: #fff none repeat scroll 0 0;
  border-radius: 8px;
  padding-bottom: 20px;
}

.rounded.bodycopy {
	padding: 10px 20px; 
}

.btn-small {
  border-radius: 3px;
  font-size: 11.9px;
  padding: 2px 10px;
}

.nav.letters-list > li > a {
	padding: 4px 5px;
}


#merchants-table_filter {
	display: none;
}

#merchants-table td {
	border-bottom: 1px solid #ccc;
	margin: 1.5em 0.5em;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

#merchants-table .logo {
	max-width: 180px;
}

#merchants-table input[name="qty"] {
	width: 60px;
}

#merchants-table .form-inline {
	margin: 1em 0;
}

#merchants-table .form-group {
	margin-right: 1em;
}

#merchants-table input[type="radio"], input[type="checkbox"] {
  margin-top: 1px;
}

#merchants-table .value-group label {
	margin-right: 4px;
}

#merchants-table .message-container .help-block {
	color: #c9302c;
	font-size: 14px;
}

#merchants-table .denominations-group {
	margin-right: 0;
}

#merchants-table .denominations-group > label:first-child {
	margin-bottom: 2px;
	display: block;
}

#merchants-table .denominations-group > label:first-child a.tip {
	font-weight: normal;
	margin-left: 1em;	
}

#merchants-table .denominations-group label.radio-inline {
	padding-left: 18px;
	margin-left: 6px;
	margin-right: 0;
}

#merchants-table .denominations-group .radio-inline input[type="radio"] {
	margin-left: -18px;
}

#merchants-table .merchant-details {
	margin-top: 1em;	
}

#merchants-table .merchant-details h3 {
	color: #000000;
	margin-bottom: 0;
	font-size: 16px;
}

#merchants-table .merchant-details h3:first-child {
	margin-top: 0;
}

#merchants-table .more-info,
#merchants-table .less-info {
	margin-top: 4px;	
}

#redemptioncartblock a.remove {
	font-size: 14px;
	margin-right: 8px;
	vertical-align: middle;
}

table.cart {
  margin: 0 auto;
  width: 100%;
}

table.cart td {
  padding: 2px 0;
}

table.cart tbody tr.bolded td {
  /*font-family: "Avenir LT W01 85 Heavy";*/
  font-family: 'Open Sans', sans-serif;
}

table.cart thead th {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}

table.cart tbody tr:first-child td {
	padding-top: 5px;
}
table.cart tbody tr:last-child td {
	padding-bottom: 5px;
}

table.cart tfoot th {
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}

.sidebar-body {
	padding: 0 5%;
	padding-top: 1em;
}

#redemptioncarttop .add-code {
	font-weight: bold;
	margin-top: 6px;
}

#redemptioncartblock {
	margin-top: 2em;
}

#redemptioncartblock .cart td {
	vertical-align: top;	
}

#redemptioncartblock .cart td .cardtype {
	display: block;
	font-style: italic;
	color: #888888;	
}

#redemptioncartblock .complete-redemption {
	text-align: center;
	margin-top: 1em;
}

#redemptioncartblock .start-over {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}


.cards-carousel {
	margin: 1.5em 0;
}

.cards-carousel .carousel-inner .item.left.active {
  transform: translateX(-33.333%);
}
.cards-carousel .carousel-inner .item.right.active {
  transform: translateX(33.333%);
}

.cards-carousel .carousel-inner .item.next {
  transform: translateX(33.333%)
}

.cards-carousel .carousel-inner .item.prev {
  transform: translateX(-33.333%)
}

.cards-carousel .carousel-inner .item.right,
.cards-carousel .carousel-inner .item.left { 
  transform: translateX(0);
}

.cards-carousel .carousel-inner .item .col-md-4 {
	transition: width 2s;
	padding: 0 8px;
}

.cards-carousel .carousel-control.left,
.cards-carousel .carousel-control.right {
	background-image:none;
}

.cards-carousel .carousel-control.left {
	left: -60px;
}

.cards-carousel .carousel-control.right {
	right: -60px;
}

.cards-carousel .carousel-control .glyphicon-chevron-left, 
.cards-carousel .carousel-control .glyphicon-chevron-right, 
.cards-carousel .carousel-control .icon-next, 
.cards-carousel .carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px;
}

.cards-carousel .item.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.cards-carousel .item.active.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}


footer.footer {
	background-image: url(/images/blue-bkg-v2.jpg);
	/*background-image: url(/images/BLUE-BKG.jpg);*/
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
    padding: 20px 0;
    text-align: center;
}


footer.footer .navbar {
	min-height: 0;
	margin-bottom:7px;
}

footer.footer .navbar .navbar-inner {
    border: none;
    padding-right: 20px;
    padding-left: 20px;
    background-repeat: repeat-x;
    text-align: center;
    *zoom: 1;
}
	
footer.footer .navbar .navbar-inner ul.nav {
	display: inline-block;
    float: none;
    left: 0;
    margin: 0;
    position: relative;
    font-size: 14px;
}

footer.footer .navbar .nav > li {
	border-right: 1px solid #1E4D89;
	line-height: 14px;
    border-right: 1px solid #eeeeee;	
}

footer.footer .navbar .nav > li:last-child {
	border-right: none;
}

footer.footer .navbar .nav > li a {
	color: #ffffff;
}


h3.sidebar-header {
	padding: 8px 15px;
	padding-bottom: 0;
	margin: 0;
}


#redeem-code-container {
	border: 3px solid #ffffff;
	border-radius: 12px;
	padding: 1.0em;
	margin-bottom: 2em;
}

#redeem-code-container {
	.help-block {
		color: #ffffff !important;
	}
}

#redeem-code-container .alert {
	background-color: #ffffff !important;
	color: #00afde;
	font-size: 16px;
	font-weight: 600;
}

#redeem-code-container .alert.alert-danger {
	background-color: #ffffff !important;
	color: red;
}

.voucher-code-input .form-control {
	width: 50px;
	padding: 6px 8px;
}

@media only screen and (min-width : 1200px) {
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 1199px) {
}


/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {
}



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) {
	
	.hero-section {
		padding-top: 0;
	}
	
	.hero-section h1 {
		font-size: 5rem;		
	}
	
	.form-inline.voucher-code-input .form-control {
		display: inline-block;
	}
}



/* Custom, iPhone Retina */ 
@media only screen and (max-width : 480px) {
	.hero-section h1 {
		font-size: 4rem;
	}

}