/* MAIN LINKS */
#deviceHead {
  display: none;
}
#browserHead {
  display: contents;
}
/* HEADERS */
.offset {
  margin-top: 0;
  padding-top: 270px;
  text-align: center;
  transition: .3s;
}
.header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a0809+0,0a0e0a+68,ffffff+100 */
  background: rgb(10, 8, 9); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(10, 8, 9, 1) 0%, rgba(10, 14, 10, 1) 68%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(10, 8, 9, 1) 0%, rgba(10, 14, 10, 1) 68%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(10, 8, 9, 1) 0%, rgba(10, 14, 10, 1) 68%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a0809', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  position: relative;
  color: #FFF;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  padding-bottom: 5%;
}
.header_logo {
font-family: 'Barlow', sans-serif;  font-style: normal;
  font-weight: 900;
  font-size: 2em;
  color: #8cb0dd;
}
.header_sub {
font-family: 'Barlow', sans-serif;  font-style: normal;
  font-weight: 800;
  font-size: .75em;
  color: #FFF;
}
/* MATERIALIZE CSS */
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle
}
.btn-floating:hover {
  background-color: #792272;
}
.btn-floating:before {
  border-radius: 0
}
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0
}
.btn-floating.btn-large.halfway-fab {
  bottom: -28px
}
.btn-floating.btn-large i {
  line-height: 56px
}
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px
}
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px
}
.btn-floating.btn-small i {
  line-height: 32.4px
}
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px
}
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px
}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px
}
button.btn-floating {
  border: none
}
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 5px;
  margin-bottom: 0;
  z-index: 997;
}
.fixed-action-btn.active ul {
  visibility: visible
}
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px
}
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px
}
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0
}
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0
}
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto
}
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px
}
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0
}
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0
}
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px
}
.fixed-action-btn.toolbar.active > a i {
  opacity: 0
}
.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1
}
.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none
}
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1
}
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden
}
.fixed-action-btn ul li {
  margin-bottom: 15px
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0
}
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #792272;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0)
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -5px;
  margin-left: -5px;
  font-size: 2em;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45)
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7)
}
/* END MATERIALIZE */
body {
font-family: 'Barlow', sans-serif;  font-stretch: normal;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  color: #000;
  /*
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	min-height: 480px; */
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
a {
  color: #c31e30;
  text-decoration: none
}
a:hover, a:focus {
  color: #75aaeb;
  text-decoration: underline
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
h1 {
  margin: 0;
  text-transform: uppercase;
font-family: 'Barlow', sans-serif;  font-size: 2em;
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  text-transform: uppercase;
font-family: 'Barlow', sans-serif;  font-size: 1.5em;
  font-weight: 800;
}
h3 {
  text-transform: uppercase;
font-family: 'Barlow', sans-serif;  font-size: 1.25em;
}
p {
  font-size: 1em;
  font-style: normal;
  font-weight: 200;
}
.and_hd {
font-family: 'Barlow', sans-serif;  font-size: 1.5em;
  text-align: center;
  vertical-align: top;
}
.and_subhd {
font-family: 'Barlow', sans-serif;  font-size: .75em;
  font-weight: bolder;
  text-align: left;
  vertical-align: top;
}
.smallBlack {
  background-color: #848484;
  color: #FFF;
  margin: 10px -20px 10px -20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.callout_black {
font-family: 'Barlow', sans-serif;  font-weight: 400;
  font-size: 1.5em;
  color: #FFF;
}
/* FORM STYLES */
.control-label {
  padding-bottom: 3px;
  padding-top: 3px;
  display: inline-block;
  vertical-align: baseline;
}
.cal-control {
  width: 100%;
  padding: 2px 2px 2px 2px;
  font-size: 9px;
}
.ticketpanel {
  background-color: transparent;
  font-size: 1em;
  color: #B70000;
  font-weight: 400;
}
.clearpanel {
  background-color: transparent;
  font-size: 1em;
  color: #B70000;
  font-weight: 400;
}
.form-control {
  /*	display: block;
	height: 34px; */
  width: 100%;
  padding: 2px 2px 2px 2px;
  font-size: 1.5em;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.btn {
  /*  font-size: 1.2em; */
  font-weight: bold;
font-family: 'Barlow', sans-serif;
    line-height: 1;
  text-align: center;
  /* Geometric for NYRE 
  height: auto;
  /* [disabled]transform: skew(20deg); */
  padding: 12px;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFF; /*  display: inline-block;
  background-image: none;
  border: 3px solid #FFF;
  border-radius: 0px;
   */
}
.btn-default, .btn-lg {
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6rem;
  -webkit-font-smoothing: antialiased;
font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
/*     
  transform: skew(-10deg); */
  min-width: 50%;
  height: auto;
  /* background styles */
  position: relative;
  /* display: inline-block; */
  background-color: #848484; /*for compatibility with older browsers*/
  border-radius: 0px;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  /*    text-shadow: 0px -1px #333; */
}
.btn-default.focus, .btn-default:focus, .btn-lg.focus {
  color: #FFF;
  background-color: #e93b44; /*for compatibility with older browsers*/
}
.btn-large i {
  font-size: 2.5rem
}
.btn-lg i {
  font-size: 2.5rem
}
.btn-default:hover, .btn-lg:hover {
  background-color: #e93b44;
  color: #FFF;
}
.glass {
  /* background styles */
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  background-color: #8aafef; /*for compatibility with older browsers*/
  /*    background-image: linear-gradient(#8aafef,#e1ebfa);
     text styles */
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  font-family: sans-serif;
  font-weight: 100;
  border-radius: 3px;
  /*    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333; */
}
.glass:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: 50%;
  /*	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2)); */
}
.glass:hover {
  background-color: #7d2c7a;
}
.btn-secondary {
  color: #54a0ff;
  background-color: #FFF;
  border-color: #8cb0dd;
  border-style: solid;
}
.btn-secondary:hover {
  color: #000;
  background-color: #ffcc00;
  border-color: #6088ba
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-secondary.disabled .btn-secondary:disabled {
  color: #fff;
  background-color: #2e62a3;
  border-color: #FFF;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #9dc4f4;
  border-color: #ffcc00;
  border-style: solid;
  border-width: 3px;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
/*
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  color: #000;
  background-color: #a4a4a4;
  border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}
*/
.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url('../images/wink.png');
  /* fallback */
  background-image: url('../images/wink.svg'), none;
  background-position: 0 center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 100%;
  height: 44px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: -999em;
  width: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hideShowPassword-toggle-hide {
  background-position: -44px center;
}
.hideShowPassword-toggle:hover, .hideShowPassword-toggle:focus {
  border-color: #f7f7f7;
  outline: transparent;
}
/* CARDS STYLES */
.cardOverlay {
  background-image: url('../images/complete.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: .75;
}
.zoomContainer td {
  padding: 0;
  margin: 0;
  align-content: center;
}
.zoomViewport {
  padding: 1px;
  align-content: center;
  width: 90%;
  margin-left: 20%;
  margin-right: 10%;
}
.slideshowContainer {
  background-color: none;
  border: none;
  border-radius: 3px;
  padding: 0px;
  height: auto;
  width: 100%;
  /*	float: left; */
}
.slideshowContainer .zoomContainer {
  border: none;
  padding: 0px;
  /*	float: left; */
  height: auto;
  background-color: #000;
  margin-left: 5%;
  margin-right: 5%;
}
.zoomContainer .zoomTarget {
  background-color: #000;
  /*    border: 1px solid #EAEAEA; */
  width: 35%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0px;
  border-radius: 5px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  border: 4px solid #000;
  margin: 3px;
}
.zoomTarget td {
  margin: 0px;
}
.zoomTarget table {
  margin: 0px;
  background-color: #000;
  border-radius: 5px;
  width: 100%;
}
.slideshowNavigation {
  clear: left;
}
.slideshowNavigation .zoomButton {
  background-color: #FFF;
  font-size: 2em;
  /*    border: 1px solid #EAEAEA; */
  padding: 2%;
  width: 40%;
  line-height: .25em;
  text-align: center;
  float: left;
  margin-top: 2px;
  margin-right: 2px;
  margin-left: 2px;
}
.slideshowNavigation .zoomButton:hover {
  background-color: #FFF;
  color: #ffbb03;
}
/* TABLE STYLES */
.table-responsive {
  font-size: 1em;
}
.table-cards {
  border: 1px solid black;
  padding: none;
}
.table-bw {
  font-size: 1em;
  text-align: center;
  width: 50%;
}
.table-bw th {
  font-weight: 800;
  text-align: center;
  border: 2px solid black;
}
.table-bw td {
  border: 1px solid black;
}
/*
table {
    width: 90%;
    margin: 30px;
	border-color: transparent;
}
*/
table td, th {
  padding: 10px 5px 10px 5px;
  /*	text-align: center; */
}
table th:first-child {
/*  -moz-border-radius: 16px 0 0 0;
  -webkit-border-radius: 16px 0 0 0;
  border-radius: 16px 0 0 0; */
  padding: 10px 5px 10px 5px;
}
table th:last-child {
/*  -moz-border-radius: 0 16px 0 0;
  -webkit-border-radius: 0 16px 0 0;
  border-radius: 0 16px 0 0; */
  padding: 10px 5px 10px 5px;
}
/*
table td:first-child, .bordered th:first-child {
    border-left: medium none;
}

 table th {
	text-align: left;
}
*/
.table-prize {
  border-color: #000000;
  border-width: thin;
  background-color: #FFFFFF;
  text-align: center;
}
.table-prize th {
  background-color: #F7F7F7;
  color: #000;
  text-align: center;
}
.table-striped table {
  table-layout: auto;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFF;
  color: #000;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F7F7F7;
  color: #000;
}
.table-striped th {
  font-size: 1.2em;
  background-color: #F7F7F7;
  color: #000;
  text-align: center;
}
.table-striped td {
  font-size: 1.2em;
  text-align: center;
}
.table-striped a:link {
  color: #7c246e;
}
.table-striped a:hover {
  color: #f3793d;
}
.table-bordered td, .table-bordered th {
  border: none;
  vertical-align: top;
}
/* NAVIGATOR STYLES */
.navbar-default {
  background-color: #FFF;
  border-color: transparent;
  color: #000;
}
.navbar-default .navbar-brand {
  color: #000
}
.navbar-default .brand-logo {
  content: url(../images/logo_new.png);
  position: absolute;
  left: 0%;
  top: -2%;
  z-index: 4;
}
.navbar-default .navbar-text {
  color: #000;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
font-family: 'Barlow', sans-serif;
    font-size: 1.4rem;
  text-align: center;
}
.navbar-nav {
    padding-left: 15%;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 800;
  text-transform: uppercase;
  font-style: normal;
  color: #000;
font-family: 'Barlow', sans-serif;
    font-size: 1.4rem;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #0193ef;
  background-color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
  color: #0193ef;
  background-color: #FFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #E1E1E1;
  color: #000
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #1361AB;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #234e84;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #000;
  text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #000;
  text-decoration: none;
  background-color: #E1E1E1;
  outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #0193ef;
  font-size: 1em;
}
.dropdown-menu {
font-family: 'Barlow', sans-serif;
    font-size: 1.4rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #0193ef;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}
.dropdown-menu.sm {
  min-width: 60px;
    color: #000;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #E1E1E1
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #f7f7f7;
  white-space: nowrap
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #0193ef;
  background-color: #E1E1E1;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #0193ef;
  text-decoration: none;
  outline: 0;
  background-color: #E1E1E1;
}
.login {
  display: inline;
}
.truncate {
  width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: lowercase;
  display: inline;
}
/* BODY STYLES */
.container {
  margin-left: 2%;
  margin-right: 2%;
}
.fa2 {
  font-size: 1em;
}
.container.main {
  margin: 2% 2% 2% 2%;
  /* background: rgba(255, 255, 255, 0.5); */
}
.container.ghost_bg {
  background: rgba(255, 255, 255, 0.5);
}
.small {
  padding-top: 50px;
}
.forceleft {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: -10px;
}
.banner {
  background-color: #84227c;
  margin-top: 1%;
  margin-bottom: 1%;
  color: #FFF;
  max-width: 100%
}
.banner p {
  font-size: 1em;
  font-weight: 200;
  color: #FFF;
}
.banner table {
  padding: 0px;
  width: 40%;
}
.container.coupon {
  margin: 10px 100px 10px 100px;
}
.jumbotron {
  background-color: #84227c;
  margin-top: 1%;
  margin-bottom: 1%;
}
.jumbotron h1 {
  /*	font-family: 'Open Sans', sans-serif; */
  font-size: 1.75em;
  font-style: normal;
  font-weight: bolder;
  color: #FFF;
  text-align: left;
}
.jumbotron p {
  font-size: 1.25em;
  font-weight: 200;
  color: #FFF;
}
.well {
  margin: 0% 5% 0% 5%;
  background-color: "transparent";
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well h1 {
  font-size: 1.75em;
  font-style: normal;
  font-weight: bolder;
  color: #FFFFFF
}
.well p {
  font-size: .85em;
  font-weight: 200;
  color: #FFFFFF
}
.wrapper {
  position: relative;
}
.img2 {
  display: block;
  height: auto;
  z-index: -1;
  margin-right: 1px;
  max-width: 100px;
}
.img3 {
  height: auto;
  max-width: 200px;
}
.couponimg {
  display: inline-block;
  height: auto;
  position: relative;
  z-index: -1;
  padding-left: 1px;
  padding-right: 1px;
}
.mouse {
  font-size: 1em;
  text-align: right;
}
.mouse2 {
  font-size: .85em;
}
.highlight {
  font-weight: bolder;
  color: coral;
}
::-ms-reveal, ::-ms-clear {
  display: none !important;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}
.redRibbon {
  background-color: #5fbff9;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blackRibbon {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
}
.scanner {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 40%;
}
/* MEDIA QUERIES */
@media (min-width: 768px) and (max-width: 979px) {
  #deviceHead {
    display: contents;
  }
  #browserHead {
    display: none;
  }
  h1 {
    font-size: 1.5em;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: .75em;
      color: #000;
  }
  .dropdown-menu {
    font-size: 1em;
  }
  .truncate {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
    display: inline-block;
  }
  .btn-default {
    font-size: 1em;
    height: auto;
  }
  /*
.container.main {
	margin 5% 2% 5% 2%;
}
		.navbar-toggle {
    display: block;
	position: relative;
	margin-top: 50px;
	margin-right: 0;
	}
*/
  .fa2 {
    font-size: 2.5em;
  }
  /* .table-striped th {
	font-size: .95em;
}
.table-striped td {
	font-size: .95em;
} */
  .navbar-toggle {
    margin-left: 300px;
  }
  .img3 {
    height: auto;
    max-width: 150px;
  }
  .callout_black {
font-family: 'Barlow', sans-serif;
      font-size: 1em;
    color: #FFF;
  }
  .zoomViewport {
    padding: 1px;
    align-content: center;
    /*	margin-left: 15%;
	margin-right: 5%; */
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #deviceHead {
    display: contents;
  }
  #browserHead {
    display: none;
  }
  h1 {
    font-size: 1.25em;
  }
  .table-responsive {
    font-size: 1em;
  }
  .couponimg {
    display: inline-block;
    height: auto;
    widows: 3em;
    padding-left: 1px;
    padding-right: 1px;
  }
  .login {
    display: none;
  }
  .fa2 {
    font-size: 2.5em;
  }
  .truncate {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
    display: inline-block;
  }
  .btn-default {
    font-size: 1em;
    height: auto;
  }
  .container.main {
    margin-top: 2%;
  }
  .navbar-toggle {
    display: block;
    position: relative;
    margin-top: 40px;
    margin-right: 0;
  }
  .table-striped th {
    font-size: .90em;
  }
  .table-striped td {
    font-size: .90em;
  }
  .navbar-toggle {
    margin-left: 200px;
  }
  .img3 {
    height: auto;
    max-width: 125px;
  }
  .callout_black {
font-family: 'Barlow', sans-serif;
      font-size: .85em;
    color: #FFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #B70000;
    font-size: .85em;
  }
  .zoomViewport {
    padding: 1px;
    align-content: center;
    /*	margin-left: 8%;
	margin-right: 2%; */
  }
  .scanner {
    max-width: 760px;
      height: auto;
  }
}
@media (max-width: 480px) {
  #deviceHead {
    display: contents;
  }
  #browserHead {
    display: none;
  }
  h1 {
    margin-top: auto;
    font-size: 1em;
  }
  h2 {
    text-align: center;
  }
  ol, ul, li {
    padding-left: 0px;
    margin-left: 1px;
    font-size: 1.5rem;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
  .forceleft {
    margin-left: -2px;
    margin-right: 5px;
    margin-bottom: -10px;
  }
  .container.main {
    margin-top: 5%;
  }
  .container, p, li {
    font-size: 1.5rem;
  }
  .container, h2, h3 {
    font-size: 1.25em;
    /*    text-align: left; */
  }
  .table-responsive {
    font-size: 1em;
  }
  .table-bw {
    width: 100%;
    font-size: .6em;
  }
  .banner p {
    font-size: .6em;
  }
  .banner table {
    width: 60%;
  }
  .panel-title {
    font-size: .6em;
    text-align: left;
  }
  .panel-body {
    font-size: .6em;
  }
  .control-label {
    font-size: 1em;
  }
  .couponimg {
    display: inline-block;
    height: auto;
    widows: 2.5em;
    padding-left: 1px;
    padding-right: 1px;
  }
  /* .login {
    display: none;
  } */
  .logo {
    width: 225px;
  }
  .fa2 {
    font-size: 1em;
  }
  .truncate {
    width: 20px;
  }
  .jumbotron h1 {
    /*	font-family: 'Open Sans', sans-serif; */
    font-size: 1.5em;
    font-weight: bolder;
  }
  .jumbotron p {
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: .6em;
    font-weight: 200
  }
  .well {
    padding: 1px;
    margin-bottom: 2px;
  }
  .well h1 {
    font-size: 1.25em;
    font-style: normal;
    font-weight: bolder;
  }
  .well p {
    font-size: .6em;
    font-weight: 200;
    color: "#FFF";
    text-align: left;
  }
  .form-control {
    font-size: 1em;
    width: 80%;
  }
  .cal-control {
    width: 300px;
    padding: 2px 2px 2px 2px;
    font-size: 9px;
  }
  .mouse {
    font-size: 11px;
  }
  .logoimg {
    width: 50%;
  }
  .table-striped th {
    font-size: .85em;
  }
  .table-striped td {
    font-size: .85em;
  }
  .navbar-toggle {
    margin-left: 100px;
  }
  .carousel-indicators {
    display: none;
  }
  .carousel {
    padding-top: 10%;
  }
  .btn-default {
    font-size: 1.5rem;
    height: auto;
    width: 125px;
  }
  .img3 {
    height: auto;
    max-width: 100px;
  }
  .redRibbon {
    background-color: #5fbff9;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blackRibbon {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    text-align: center;
  }
  .callout_black {
font-family: 'Barlow', sans-serif;
      font-size: .75em;
    color: #FFF;
  }
  .dropdown-menu > li > a {
    font-size: 1rem;
    color: #000;

  }
  .zoomViewport {
    padding: 1px;
    align-content: center;
    margin-left: 10%;
    margin-right: 0%;
  }
  .zoomContainer .zoomTarget {
    width: 45%;
    /*	margin-left: 0%;
	margin-right: 5%; */
  }
  .scanner {
    max-width: 480px;
      height: 250px;
  }
}