/* ------------------------------
	New responsive
------------------------------ */
/* dark red for ADA */
/* ********************************************
	Bootstrap Overwrite
-----------------------------------------------
NEVER update this file (add customizations
to BOTTOM of style.less).
******************************************** */
.panel-title {
  font-size: 14px;
  font-weight: bold;
}
.text-major {
  font-size: 14px;
  font-weight: bold;
}
.text-muted {
  color: #4d4d4d;
}
.fa-stack > .fa {
  color: white;
}
.fa-stack > .fa + .fa {
  color: #000;
}
blockquote {
  font-size: 12px;
}
[data-toggle] {
  cursor: pointer;
}
/* prevents img from spilling out of containers */
.container > div > img,
.row > div > img,
#content > div > img,
.cartContainer > div > img,
[class^='col-'] > div > img,
.container > p > img,
.row > p > img,
#content > p > img,
.cartContainer > p > img,
[class^='col-'] > p > img,
.container > p > a > img,
.row > p > a > img,
#content > p > a > img,
.cartContainer > p > a > img,
[class^='col-'] > p > a > img,
.container > a > img,
.row > a > img,
#content > a > img,
.cartContainer > a > img,
[class^='col-'] > a > img,
.container > img,
.row > img,
#content > img,
.cartContainer > img,
[class^='col-'] > img {
  max-width: 100%;
}
/* ---------------------------------
	Forms
--------------------------------- */
.form-control {
  width: auto;
  max-width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.input-group .form-control {
  width: 100% !important;
}
body.netCommerce .form-control {
  height: auto;
  padding: 10px;
  font-size: 12px;
}
.form-control[name^='qty'] {
  width: auto;
  text-align: center;
}
.form-inline .radio > label {
  white-space: nowrap;
  margin-right: 10px;
}
.form-inline .form-control + div {
  margin-top: 10px;
}
.text-center .form-control,
.text-center.table {
  margin-left: auto;
  margin-right: auto;
}
.text-center select {
  text-align: left;
}
.form-group > .input-group {
  margin-left: auto;
  margin-right: auto;
}
label.row {
  display: block;
  max-width: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: normal;
}
label.row:hover {
  background-color: #f5f5f5;
}
label.row:focus-within {
  background-color: #f5f5f5;
}
/* ---------------------------------
	Buttons
--------------------------------- */
.btn,
.netCommerce #new-pyo-popup .ev-pyo-show-more,
.netCommerce #new-pyo-popup button.ev-pyo-pricetype-select,
.netCommerce #new-pyo-popup .popup-primary-select-button,
.netCommerce #new-pyo-popup .ev-ga-apply {
  font-size: 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
body.netCommerce .btn {
  padding: 10px 10px;
}
.btn-lg {
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
body.netCommerce .btn-lg {
  padding: 10px 10px;
}
.btn-md {
  font-size: 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
body.netCommerce .btn-md {
  padding: 10px 10px;
}
.btn-sm {
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
body.netCommerce .btn-sm {
  padding: 10px 10px;
}
.btn-xs {
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
body.netCommerce .btn-xs {
  padding: calc(10px / 2) calc(10px / 2);
}
.btn-xs .fa {
  font-size: 1.5em;
}
.btn-primary,
.netCommerce #new-pyo-popup .popup-primary-select-button,
.netCommerce #new-pyo-popup .ev-ga-apply {
  background-color: #9e1b33;
  background-image: none;
  border-color: #9e1b33;
  box-shadow: getShadow(1px 1px 1px #d9d9d9);
  text-decoration: none;
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background: #5d101e;
  border-color: #5d101e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #9e1b33;
  border-color: #9e1b33;
}
.btn-primary .badge {
  color: #9e1b33;
  background-color: #fff;
}
.btn-default {
  background-color: #efefef;
  background-image: none;
  border-color: #c9c9c9;
  box-shadow: getShadow(1px 1px 1px #d9d9d9);
  text-decoration: none;
  color: #333 !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background: #c9c9c9;
  border-color: #a3a3a3;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #efefef;
  border-color: #c9c9c9;
}
.btn-default .badge {
  color: #efefef;
  background-color: #333;
}
/* ---------------------------------
	Panels, Wells, Alerts
--------------------------------- */
.alert,
.well {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 10px;
  font-size: 12px;
}
.alert-info {
  background-color: #efefef;
  border-color: #c9c9c9;
  color: #9e1b33;
}
.panel-primary {
  border-color: #ddd;
}
.panel-primary.disabled .panel-heading {
  opacity: 0.65;
}
.panel-primary > [class^='panel-']:first-child:before,
.panel-primary > [class^='panel-']:first-child:after {
  content: ' ';
  display: table;
}
.panel-primary > [class^='panel-']:first-child:after {
  clear: both;
}
.panel-primary[onmouseover]:hover .panel-heading,
.panel-primary.itemgroup:hover .panel-heading {
  background-color: #5d101e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #9e1b33;
  background-image: none;
  border: none;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-primary > .panel-heading .badge {
  color: #9e1b33;
  background-color: #fff;
}
.panel-primary > .panel-heading a {
  color: #fff;
}
.panel-primary > .panel-heading h2,
.panel-primary > .panel-heading .panel-title {
  vertical-align: middle;
  color: #fff;
}
.panel-primary > .panel-heading h2 > .pull-right,
.panel-primary > .panel-heading .panel-title > .pull-right {
  font-size: 12px;
}
.panel-primary > .panel-heading div.panel-title:before,
.panel-primary > .panel-heading div.panel-title:after {
  content: ' ';
  display: table;
}
.panel-primary > .panel-heading div.panel-title:after {
  clear: both;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary > .panel-heading a {
  color: #d9d9d9;
}
.panel-default {
  border-color: #ddd;
}
.panel-default.disabled .panel-heading {
  opacity: 0.65;
}
.panel-default > [class^='panel-']:first-child:before,
.panel-default > [class^='panel-']:first-child:after {
  content: ' ';
  display: table;
}
.panel-default > [class^='panel-']:first-child:after {
  clear: both;
}
.panel-default[onmouseover]:hover .panel-heading,
.panel-default.itemgroup:hover .panel-heading {
  background-color: #c9c9c9;
}
.panel-default > .panel-heading {
  color: #3E3F40;
  background-color: #efefef;
  background-image: none;
  border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #efefef;
  background-color: #3E3F40;
}
.panel-default > .panel-heading a {
  color: #3E3F40;
}
.panel-default > .panel-heading h2,
.panel-default > .panel-heading .panel-title {
  vertical-align: middle;
  color: #3E3F40;
}
.panel-default > .panel-heading h2 > .pull-right,
.panel-default > .panel-heading .panel-title > .pull-right {
  font-size: 12px;
}
.panel-default > .panel-heading div.panel-title:before,
.panel-default > .panel-heading div.panel-title:after {
  content: ' ';
  display: table;
}
.panel-default > .panel-heading div.panel-title:after {
  clear: both;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-info {
  border-color: #ddd;
}
.panel-info.disabled .panel-heading {
  opacity: 0.65;
}
.panel-info > [class^='panel-']:first-child:before,
.panel-info > [class^='panel-']:first-child:after {
  content: ' ';
  display: table;
}
.panel-info > [class^='panel-']:first-child:after {
  clear: both;
}
.panel-info[onmouseover]:hover .panel-heading,
.panel-info.itemgroup:hover .panel-heading {
  background-color: #c9c9c9;
}
.panel-info > .panel-heading {
  color: #333;
  background-color: #efefef;
  background-image: none;
  border: none;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-info > .panel-heading .badge {
  color: #efefef;
  background-color: #333;
}
.panel-info > .panel-heading a {
  color: #333;
}
.panel-info > .panel-heading h2,
.panel-info > .panel-heading .panel-title {
  vertical-align: middle;
  color: #333;
}
.panel-info > .panel-heading h2 > .pull-right,
.panel-info > .panel-heading .panel-title > .pull-right {
  font-size: 12px;
}
.panel-info > .panel-heading div.panel-title:before,
.panel-info > .panel-heading div.panel-title:after {
  content: ' ';
  display: table;
}
.panel-info > .panel-heading div.panel-title:after {
  clear: both;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel,
.panel-group .panel {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 0;
  font-size: 12px;
}
.panel > .panel-heading,
.panel-group .panel > .panel-heading {
  margin: -1px -1px 0;
  border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
}
body.netCommerce .panel > .panel-heading,
body.netCommerce .panel-group .panel > .panel-heading {
  padding: 10px;
}
body.netCommerce .panel > .panel-body,
body.netCommerce .panel-group .panel > .panel-body {
  padding: 10px;
}
.panel > .panel-footer,
.panel-group .panel > .panel-footer {
  border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  -webkit-border-radius: 0 0 0px 0px;
}
body.netCommerce .panel > .panel-footer,
body.netCommerce .panel-group .panel > .panel-footer {
  padding: 10px;
}
.panel > .panel-heading > table.full-width,
.panel-group .panel > .panel-heading > table.full-width {
  margin-top: -10px;
  margin-bottom: -10px;
  height: 50px;
}
.panel > .panel-heading > table.full-width > tbody > tr > td,
.panel-group .panel > .panel-heading > table.full-width > tbody > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel > .panel-heading > table.full-width > tbody > tr > td.text-right,
.panel-group .panel > .panel-heading > table.full-width > tbody > tr > td.text-right {
  width: 1px;
}
.panel-group .panel {
  overflow: hidden;
}
/* ---------------------------------
	Accordion
--------------------------------- */
/* ---------------------------------
	List Group
--------------------------------- */
.list-group > .list-group-item {
  color: #262626;
  font-weight: normal;
  text-decoration: none;
}
.list-group > .list-group-item:hover,
.list-group > .list-group-item.hover {
  color: #000;
}
.list-group > .list-group-item.active {
  background-color: #9e1b33;
  border-color: #9e1b33;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.list-group > .list-group-item.active .fa {
  margin-right: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.list-group > .list-group-item:first-child {
  border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
}
.list-group > .list-group-item:last-child {
  border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  -webkit-border-radius: 0 0 0px 0px;
}
.list-group > .list-group-img > img {
  margin: 10px;
}
/* ---------------------------------
	Grids
--------------------------------- */
.container,
.netCommerce .mobile-pyo-summary-panel .mobile-pyo-details-list .mobile-pyo-single-detail,
.netCommerce .mobile-pyo-summary-panel .mobile-pyo-total-bar {
  width: auto;
  max-width: 1000px;
}
.container,
.container-fluid,
.netCommerce .mobile-pyo-summary-panel .mobile-pyo-details-list .mobile-pyo-single-detail,
.netCommerce .mobile-pyo-summary-panel .mobile-pyo-total-bar {
  margin-left: auto;
  margin-right: auto;
  /* prevents table from spilling out of containers */
}
body.netCommerce .container,
body.netCommerce .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.container table,
.container-fluid table {
  max-width: 100%;
}
body.netCommerce .row {
  margin-left: -10px;
  margin-right: -10px;
}
.row .col-default {
  float: left;
  position: relative;
  min-height: 1px;
}
body.netMobile .row .col-default + .col-default {
  margin-left: 0;
}
.row .col-default + .col-default > .form-control {
  margin-left: 10px;
}
.row .col-default:first-child,
.row .col-default:last-child {
  margin-top: 0;
  padding-top: 0;
}
body.netDesktop [class^='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
body.netDesktop [class^='col-'] h1:first-child,
body.netDesktop [class^='col-'] .h1:first-child,
body.netDesktop [class^='col-'] h2:first-child,
body.netDesktop [class^='col-'] .h2:first-child,
body.netDesktop [class^='col-'] h3:first-child,
body.netDesktop [class^='col-'] .h3:first-child {
  margin-top: 0;
}
body.netDesktop .row ~ * {
  margin-top: 10px;
}
/* ---------------------------------
	Dropdowns
--------------------------------- */
.dropdown-menu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 12px;
}
.dropdown-menu .dropdown-header {
  background-color: #9e1b33;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  margin-top: -10px !important;
  margin-bottom: 4px !important;
  color: #fff;
  font-weight: bold;
}
.input-group .btn,
.input-group .form-control {
  line-height: normal;
}
body.pac72 .input-group .btn,
body.pac72 .input-group .form-control {
  height: auto;
  padding: 10px;
}
body.pac72 .input-group .btn {
  font-weight: normal;
}
.btn-group .dropdown-menu {
  min-width: 125%;
  text-align: left;
}
.btn-group .dropdown-menu > .row {
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em;
}
.btn-group .dropdown-menu > .row > [class^='col-'] {
  padding-left: 0;
  padding-right: 0;
}
/* ---------------------------------
	Tables
--------------------------------- */
.text-danger {
  color: #c00 !important;
}
table {
  border-collapse: separate;
  border-spacing: 1px;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table > [class='active'] {
  background-color: #9e1b33;
}
.table > tr > [class='active'],
.table > thead > tr > [class='active'],
.table > tbody > tr > [class='active'] {
  background-color: #9e1b33;
}
.table > tr > th,
.table > thead > tr > th,
.table > tbody > tr > th {
  background-color: transparent;
  font-size: 12px;
  color: #000;
}
.table > tr > td,
.table > thead > tr > td,
.table > tbody > tr > td {
  /*border-top: none;
			border-bottom: 1px solid @lineColor;*/
  border: none;
  padding: 10px / 2;
  vertical-align: middle;
  font-size: 12px;
}
/* ---------------------------------
	Carousel (cart upsell)
--------------------------------- */
#carouselNav .pager a {
  color: #9e1b33;
}
/* ---------------------------------
	Helpers
--------------------------------- */
.full-width {
  width: 100%;
}
.auto-width {
  width: auto;
}
/* Center-align a block level element */
.center-block {
  display: inline-block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vtop,
.vtop > th,
.vtop > td,
.vtop > tr > th,
.vtop > tr > td,
.vtop > tbody > tr > th,
.vtop > tbody > tr > td {
  vertical-align: top !important;
}
.vbottom,
.vbottom > th,
.vbottom > td,
.vbottom > tr > th,
.vbottom > tr > td,
.vbottom > tbody > tr > th,
.vbottom > tbody > tr > td {
  vertical-align: bottom !important;
}
.vcenter,
.vcenter > th,
.vcenter > td,
.vcenter > tr > th,
.vcenter > tr > td,
.vcenter > tbody > tr > th,
.vcenter > tbody > tr > td {
  vertical-align: middle !important;
}
div.vcenter {
  display: inline-block;
  float: none;
}
.no-padding {
  padding: 0;
}
.no-rounded-corners,
.no-rounded-corners > .panel-heading,
.no-rounded-corners > .panel-footer {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.escape-padding {
  margin: -10px !important;
}
.space-block {
  width: 10px;
  height: 10px;
}
.space-block.space-block-h2x {
  width: 20px;
}
.space-block.space-block-h3x {
  width: 30px;
}
.space-block.space-block-y2x {
  height: 20px;
}
.space-block.space-block-y3x {
  height: 30px;
}
.reset {
  background-image: none !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-collapse: collapse !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.reset > tbody > tr > th,
.reset > tbody > tr > td {
  padding: 0 !important;
}
/* ---------------------------------
	for Pac 7.2
--------------------------------- */
.pac72 {
  /* DOCKER */
  /* end DOCKER */
  /* Confirm password fix */
  /* End Confirm password fix */
}
.pac72 .panel-default {
  border-color: #ddd;
}
.pac72 .panel-default.disabled .panel-heading {
  opacity: 0.65;
}
.pac72 .panel-default > [class^='panel-']:first-child:before,
.pac72 .panel-default > [class^='panel-']:first-child:after {
  content: ' ';
  display: table;
}
.pac72 .panel-default > [class^='panel-']:first-child:after {
  clear: both;
}
.pac72 .panel-default[onmouseover]:hover .panel-heading,
.pac72 .panel-default.itemgroup:hover .panel-heading {
  background-color: #5d101e;
}
.pac72 .panel-default > .panel-heading {
  color: #fff;
  background-color: #9e1b33;
  background-image: none;
  border: none;
}
.pac72 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.pac72 .panel-default > .panel-heading .badge {
  color: #9e1b33;
  background-color: #fff;
}
.pac72 .panel-default > .panel-heading a {
  color: #fff;
}
.pac72 .panel-default > .panel-heading h2,
.pac72 .panel-default > .panel-heading .panel-title {
  vertical-align: middle;
  color: #fff;
}
.pac72 .panel-default > .panel-heading h2 > .pull-right,
.pac72 .panel-default > .panel-heading .panel-title > .pull-right {
  font-size: 12px;
}
.pac72 .panel-default > .panel-heading div.panel-title:before,
.pac72 .panel-default > .panel-heading div.panel-title:after {
  content: ' ';
  display: table;
}
.pac72 .panel-default > .panel-heading div.panel-title:after {
  clear: both;
}
.pac72 .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.pac72 .box-logo img {
  width: auto;
  height: auto;
}
.pac72 .listview .box-list-item .box-list-item-box {
  /* height set at 65px + 10px padding */
}
.pac72 .listview .box-list-item .box-list-item-box .box-list-item-logo-image {
  height: 55px;
  /* override for consistent padding all around */
}
.pac72 .listview .box-list-item .box-list-item-box .box-list-item-logo-image img {
  max-width: 100%;
  max-height: 100%;
}
body.pac72 {
  padding-bottom: 0;
}
.pac72 #header {
  background-color: transparent;
}
.pac72 .panel .panel-body {
  word-break: normal;
}
.pac72 #evlogininfo-region .col-md-4 {
  white-space: nowrap;
}
.pac72 h1.head {
  font-size: 24px;
}
.pac72 a,
.pac72 a:focus {
  text-decoration: none;
  color: #9e1b33;
}
.pac72 .btn-primary,
.pac72 .btn-default,
.pac72 .btn-danger {
  box-shadow: none;
  text-shadow: none;
}
/* end .pac72 */
/* (any other font face/size makes the pyo mini cart too tall) */
#ex-sm-mini-cart th,
#ex-sm-mini-cart td,
#ex-sm-mini-cart .form-control {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
}
.sm-pt select,
.sm-pt .form-control {
  width: 90% !important;
}
#header_menu .btn-xs {
  padding: 5px;
  font-weight: normal;
}
.modal-dialog .modal-header {
  background-color: #9e1b33;
}
.modal-dialog .modal-header h4 {
  color: #fff;
}
.modal-dialog .modal-content {
  background-color: white;
}
/* style like Mike's modal :) */
.modal-dialog.ev_modal .modal-content {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.modal-dialog.ev_modal .modal-content button.closeX {
  position: absolute;
  right: 0px;
  color: #ffffff;
  margin-top: -25px;
  margin-right: -25px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background: transparent;
}
.modal-dialog.ev_modal .modal-footer {
  display: none;
}
/* ********************************************
	PYOS
-----------------------------------------------
NEVER update this file (add customizations
to BOTTOM of style.less).
******************************************** */
.netCommerce {
  /* ==================
    New Mobile PYO Styles
    ===================*/
}
.netCommerce .smalltable {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}
.netCommerce .lineitemtable {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}
.netCommerce .hovernote {
  font-size: 14px;
}
.netCommerce .smalltable .button {
  background-color: #9e1b33;
}
.netCommerce .mobile-pyo-summary-panel .mobile-pyo-total-bar .mobile-pyo-checkout {
  background-color: #9e1b33;
}
.netCommerce .mobile-pyo-summary-panel .mobile-pyo-total-bar .mobile-pyo-checkout:hover {
  background-color: #5d101e;
}
.netCommerce #new-pyo-popup .ev-ga-apply:hover {
  background: #5d101e;
}
/* ------------------------------
	Basic
------------------------------ */
body {
  margin: 0;
  padding: 0;
}
body,
th,
td,
input,
select {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #000;
}
body.nobg,
table.nobg {
  margin: 0;
  padding: 15px;
}
/* popups */
body.pop {
  background: white !important;
  margin: 0;
  padding: 15px 15px calc(15px * 4);
}
/* unskinned */
body.simpleBody,
body.dualMap_FULL_body {
  height: 100%;
  background: white !important;
  margin: 0;
  padding: 0;
}
input[type='text'],
input[type='password'],
select,
textarea {
  color: #000;
}
input.inputright {
  text-align: right;
}
input.disabled {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: #000 !important;
}
input.inputrightdisabled {
  border-color: transparent;
  background-color: transparent;
  text-align: right;
}
a {
  color: #9e1b33;
}
a:visited,
a.visited {
  color: #9e1b33;
}
a:hover,
a.hover,
a:active,
a.active {
  color: #1b0509;
}
[onclick] {
  cursor: pointer;
}
hr {
  border: 0;
  height: 2px;
  margin: 2px 0;
  background-color: #ddd;
  color: #ddd;
}
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #3E3F40;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 10px;
}
h1.head {
  font-size: 18px;
}
big,
.lgmed,
.lgmedb,
.sectionhead {
  font-size: 14px;
  color: #9e1b33;
}
big,
.lgmedb {
  font-weight: bold;
}
div.lgmedb,
.sectionhead {
  line-height: 1.5em;
}
small,
.small,
.small p,
.small div,
.small td,
.smallbold,
.smallmedbold,
.small input,
.small select,
.small textarea,
.small td,
.errorsm {
  font-size: 11px;
}
.small b,
.small strong,
.smallbold,
.smallmedbold {
  font-weight: bold;
}
.smallmedbold {
  color: #9e1b33;
}
form,
script {
  margin: 0;
  padding: 0;
}
form label {
  cursor: pointer;
}
form label.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/* ------------------------------
	Breadcrumbs
------------------------------ */
#breadcrumbs {
  margin: 0 0 15px;
  padding: 0;
  font-size: 11px;
  text-align: left;
  color: #4d4d4d;
}
#breadcrumbs a {
  font-weight: normal;
  color: #4d4d4d;
}
#breadcrumbs strong a {
  font-weight: bold;
  color: #9e1b33;
}
/* ------------------------------
	Tables
------------------------------ */
.boxed {
  border: 1px solid #ddd;
  padding: 10px;
}
.boxedhead,
.boxedheadsm,
.bgmed {
  background-color: #9e1b33;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
}
.boxedhead table,
.boxedheadsm table,
.bgmed table {
  background-image: none !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-collapse: collapse !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.boxedhead table > tbody > tr > th,
.boxedheadsm table > tbody > tr > th,
.bgmed table > tbody > tr > th,
.boxedhead table > tbody > tr > td,
.boxedheadsm table > tbody > tr > td,
.bgmed table > tbody > tr > td {
  padding: 0 !important;
}
.boxedhead a,
.boxedheadsm a,
.bgmed a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ff0;
}
.boxedhead a:hover,
.boxedheadsm a:hover,
.bgmed a:hover {
  color: #fff;
}
.boxedheadsm {
  font-size: 11px;
}
.boxed p.eventDate {
  text-indent: -7em;
  margin-left: 7em;
}
.ada {
  font-size: 12px;
  font-weight: bold;
  color: #00f;
}
.label {
  text-align: right;
  padding: 0 5px 0 0;
}
.acctInfo {
  text-align: left;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: bold;
}
.myacct a:link {
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}
/* ------------------------------
	Event List Style
------------------------------ */
.listhead {
  background-color: #9e1b33;
  font-weight: bold;
  color: #fff;
}
.listeven,
.listevenb {
  background-color: transparent;
}
.listevenb {
  font-weight: bold;
}
.listodd,
.listoddb {
  background-color: #eee;
}
.listoddb {
  font-weight: bold;
}
/* ------------------------------
	Form List
------------------------------ */
.formList {
  clear: both;
  max-width: 400px;
  /*border: 1px solid @lineColor;*/
  margin: 0 auto 1em;
  padding: 10px;
}
.formList dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.formList dd {
  margin: 0.5em 0 2em 2em;
  padding: 0;
  font-weight: normal;
}
.boxed .formList {
  width: auto;
  border: none;
  margin: 0;
}
/* ------------------------------
	Cart Display - chocolate
------------------------------ */
.cartdisplay_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0 auto;
  padding: 0;
}
.cartdisplay_table > tr > td,
.cartdisplay_table > tbody > tr > td {
  padding: 4px;
}
.cartdisplay_table > tr > td hr,
.cartdisplay_table > tbody > tr > td hr {
  margin: -4px;
}
.cartdisplay_table > tr > td select.form-control,
.cartdisplay_table > tbody > tr > td select.form-control {
  width: 95%;
  font-weight: bold;
}
.cartdisplay_table > tr > td select.form-control option,
.cartdisplay_table > tbody > tr > td select.form-control option {
  font-weight: normal;
}
.cartdisplay_table_headers {
  padding: calc(4px / 2) 4px;
  font-size: 11px;
  font-weight: bold;
}
#cartdisplay_totals .btn {
  width: 75%;
}
.sectionhead {
  background: #eee;
  border: 1px solid #666;
  padding: 4px;
  color: #000;
}
.cartbox {
  border: none;
  padding: 0 0 4px;
  font-size: 11px;
  line-height: 1.5em;
}
.cartbox big,
.cartbox .big {
  font-size: 12px;
  font-weight: bold;
  color: #000 !important;
}
.cartbox strong {
  display: none;
}
.carthead {
  background-color: #3E3F40;
  color: #fff;
  padding: calc(4px / 2) 4px;
  font-size: 11px;
  font-weight: bold;
}
.amounthead {
  background-color: #9e1b33;
  color: #fff;
  padding: calc(4px / 2) 4px;
  font-size: 11px;
  font-weight: bold;
}
.amount {
  background: #eee;
  text-align: right;
}
/* ------------------------------
	Content
------------------------------ */
p.buttonSet a + a,
p.buttonSet input + input,
p.buttonSet button + button,
p.buttonSet span + span {
  margin-left: 2em;
}
div.clear {
  clear: both;
  height: 0;
}
.nowrap {
  white-space: nowrap;
}
.attention {
  font-weight: bold;
  color: #0000ff;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #9e1b33;
  background-image: none;
  border: 1px solid #9e1b33;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  color: #fff !important;
}
body.netCommerce .button {
  padding: 10px / 2 10px;
}
.button:hover,
.button:focus,
.button.focus {
  text-decoration: none;
  background: #5d101e;
  color: #fff;
}
.button:visited,
.button:active,
.button.active {
  outline: 0;
  color: #fff;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
}
.checkOut {
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
body.netCommerce .checkOut {
  padding: 10px 10px;
}
image.colorBox {
  border: 1px solid #666;
  margin: 2px 5px;
}
.colorBox.fa {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.error,
.errorsm,
.req {
  font-weight: bold;
  color: #c00;
}
.req {
  font-weight: normal;
  font-size: 9px;
}
ul.extended li,
ol.extended li {
  margin-bottom: 1em;
}
ul.extended ul,
ul.extended ol,
ol.extended ul,
ol.extended ol {
  margin-top: 1em;
}
.hide {
  display: none;
}
.show {
  display: visible;
}
.medbold {
  font-weight: bold;
}
span.secret {
  color: white;
}
.secret,
a.secret,
a.secret:hover,
a.secret:visited {
  cursor: text;
  font-weight: normal;
  text-decoration: none !important;
  color: #000 !important;
}
.spaceOut {
  line-height: 1.5em;
}
.white {
  background: #fff;
}
.bold {
  font-weight: bold;
}
.unbold {
  font-weight: normal;
}
.shadow {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.7);
}
/*******  Place holder plug-in ******/
.placeholder,
.form-text {
  color: #999 !important;
}
/* form validation */
.errors {
  background: #ffcece;
  padding: 3px 10px 3px 2px;
  margin: 0;
  height: 19px;
  font-size: 0.9em;
  z-index: 10;
  position: absolute;
}
.acctMenu {
  margin: 8px 0px;
}
/* ------------------------------
	cart links
------------------------------ */
#cartActions {
  margin: 1em auto;
  text-align: center;
}
.cartActions_H > p {
  display: inline;
}
.cartActions_H > p + p {
  margin-left: 1em;
}
/* ---------------------------------
	7.10.200
--------------------------------- */
.linkSet a {
  color: #9e1b33;
  text-decoration: underline;
}
.linkSet a .fa {
  font-size: 1.5em;
}
.linkSet > a,
.linkSet > span,
.linkSet > div {
  float: left;
  margin-right: 10px;
}
.linkSet:before,
.linkSet:after {
  content: ' ';
  display: table;
}
.linkSet:after {
  clear: both;
}
.scrollThis {
  height: 100px;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 11px;
}
div.c_more_hiddenMessage {
  display: inline;
}
.c_more {
  display: inline;
}
.bottom-line:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 4px solid #efefef;
  padding-top: 10px;
  margin-bottom: 10px;
}
.highlight {
  background-color: yellow;
}
.table-condensed input[name^='qty_'] {
  text-align: center;
}
/* ---------------------------------
	Total Table
--------------------------------- */
.table-label-nowrap th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-label-value {
  margin: 5px auto 2em;
  border-collapse: collapse;
  border: 1px solid transparent;
}
.table-label-value th {
  vertical-align: top;
  font-weight: bold;
  padding: 2px 15px 1px 0px;
  font-weight: normal;
  text-align: left;
}
.table-label-value td {
  vertical-align: top;
  padding: 2px 2px 1px 0px;
  font-weight: normal;
}
.table-label-value td + td {
  padding-left: 10px;
}
.table-label-value .item-heading th,
.table-label-value .item-heading td {
  font-size: 13px !important;
}
.row-total > th {
  border: none !important;
  padding-top: 5px;
  text-align: left;
  font-weight: bold !important;
  font-size: 14px !important;
}
.row-total > td {
  border-top: 1px solid #333 !important;
  padding-top: 5px;
}
.row-total > td,
.row-total > td input {
  font-weight: bold !important;
  font-size: 14px !important;
}
.cell-numeric {
  width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-align: right !important;
  text-overflow: ellipsis;
}
.cell-numeric input[type='text'] {
  text-align: right;
}
.cell-numeric input[type='text'].disabled,
.cell-numeric input[type='text'][readonly],
.cell-numeric input[type='text'][disabled] {
  width: auto;
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 768px) {
  .hide_on_mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide_on_desktop {
    display: none !important;
  }
}
.flex-container {
  display: flex;
  align-items: center;
}
.flex-container > .flex-main {
  flex-grow: 1;
}
/* ------------------------------
	Basic
------------------------------ */
html,
body {
  width: 100%;
}
/*
===============================================================================
===============================================================================
Base styling for new pages
===============================================================================
===============================================================================
*/
.ev_newPage {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  padding: 20px;
}
.ev_newPage .alert-danger {
  background-color: #fff0f0;
  border-color: #ff9090;
  color: #ff0000;
}
.ev_newPage .row ~ * {
  margin-top: 0;
}
.ev_newPage h1,
.ev_newPage h2,
.ev_newPage h3,
.ev_newPage h4,
.ev_newPage h5,
.ev_newPage h6,
.ev_newPage p,
.ev_newPage a,
.ev_newPage th,
.ev_newPage td,
.ev_newPage input,
.ev_newPage select {
  font-family: 'Open Sans', sans-serif;
}
.ev_newPage h1,
.ev_newPage h2,
.ev_newPage h3,
.ev_newPage h4,
.ev_newPage h5,
.ev_newPage h6 {
  font-weight: bold;
}
.ev_newPage h1 {
  font-size: 32px;
}
.ev_newPage h2 {
  font-size: 24px;
}
.ev_newPage h3 {
  font-size: 20px;
}
.ev_newPage h4 {
  font-size: 16px;
}
.ev_newPage h5 {
  font-size: 14px;
}
.ev_newPage h6 {
  font-size: 12px;
}
.ev_newPage p {
  font-size: 12px;
}
.ev_newPage a,
.ev_newPage a:hover,
.ev_newPage a:focus {
  color: #9e1b33;
  text-decoration: underline;
  cursor: pointer;
}
.ev_newPage a.btn,
.ev_newPage a:hover.btn,
.ev_newPage a:focus.btn {
  text-decoration: none;
}
.ev_newPage ul.actions {
  list-style: none;
  padding: 0px;
}
.ev_newPage ul.actions li {
  display: inline-block;
}
.ev_newPage ul.actions li:not(:first-child)::before {
  content: '|';
  margin: 0px 5px;
  color: #9e1b33;
}
.ev_newPage ul.radioButtonSet {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ev_newPage ul.radioButtonSet li {
  color: #333;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
}
.ev_newPage ul.radioButtonSet li input[type='radio'] {
  position: absolute;
  visibility: hidden;
}
.ev_newPage ul.radioButtonSet li label {
  display: inline-block;
  position: relative;
  font-weight: normal;
  padding: 10px 10px 10px 70px;
  margin: 0 auto;
  z-index: 9;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
}
.ev_newPage ul.radioButtonSet li label:hover > span {
  color: #888;
}
.ev_newPage ul.radioButtonSet li .check {
  display: block;
  position: absolute;
  border: 2px solid #aaaaaa;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 13px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.ev_newPage ul.radioButtonSet li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.ev_newPage ul.radioButtonSet li .radioMessage {
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  display: none;
  margin: 0;
  padding: 0px 10px;
  overflow: hidden;
}
.ev_newPage ul.radioButtonSet input[type='radio']:checked ~ .check {
  border: 2px solid #9e1b33;
}
.ev_newPage ul.radioButtonSet input[type='radio']:checked ~ .check::before {
  background: #9e1b33;
}
.ev_newPage ul.radioButtonSet input[type='radio']:checked ~ span {
  font-weight: bold;
}
.ev_newPage ul.radioButtonSet input[type='radio']:checked ~ .radioMessage {
  display: block;
  padding: 10px;
}
/*
===============================================================================
===============================================================================
Popover and modal styling
===============================================================================
===============================================================================
*/
.popover {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  max-width: 50vw;
}
.popover p {
  font-size: 12px;
}
.popover table tr {
  white-space: nowrap;
  overflow: hidden;
}
.popover table tr th,
.popover table tr td {
  padding: 5px;
}
.editAction,
.removeAction,
.removeAllAction {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
.editAction .btn-container .btn,
.removeAction .btn-container .btn,
.removeAllAction .btn-container .btn {
  margin: 5px 5px;
}
.removeAllAction {
  max-width: 300px;
}
.removeAllAction .btn {
  font-size: 11px;
}
.costDetails {
  border-collapse: collapse;
  margin: 0 auto;
  text-align: left;
}
.costDetails tr .feeCost {
  text-align: right;
  padding-left: 25px;
}
.costDetails tr.priceType {
  font-weight: bold;
}
.costDetails tr:not(.priceType):not(.itemTotal) td {
  font-size: 11px;
  text-indent: 15px;
}
.costDetails tr.itemTotal {
  border-top: 1px solid black;
}
.costDetails tr.itemTotal th {
  font-size: 14px;
}
.modal.newPageModal {
  font-size: 14px;
}
.modal.newPageModal .modal-body {
  text-align: center;
}
.modal.newPageModal table th,
.modal.newPageModal table td {
  padding: 5px;
}
/*
===============================================================================
===============================================================================
Cart page specific styling
===============================================================================
===============================================================================
*/
#cart-page {
  /*
	===============================================================================
	===============================================================================
	Delivery method styling
	===============================================================================
	===============================================================================
	*/
  /*
	===============================================================================
	===============================================================================
	Cart Summary Styling
	===============================================================================
	===============================================================================
	*/
  /*
	===============================================================================
	===============================================================================
	Mobile Styling
	===============================================================================
	===============================================================================
	*/
}
#cart-page .cartTitle {
  padding: 0px 15px 10px;
  margin-top: 0px;
}
#cart-page .cartBuffer {
  clear: both;
  padding-top: 30px;
}
#cart-page .cartContainer {
  background-color: #fff;
}
#cart-page .mainContainer {
  display: inline-block;
  width: 100%;
}
#cart-page .itemContainer {
  border: 1px solid #d7d7d7;
  padding: 10px;
}
#cart-page .itemContainer .logoContainer {
  float: left;
  width: 70px;
}
#cart-page .itemContainer .logoContainer img {
  width: 60px;
}
#cart-page .itemContainer.errorContainer {
  border: 1px solid red;
}
#cart-page .informationContainer {
  float: left;
  padding: 0px 10px;
}
#cart-page .informationContainer.hasLogo {
  width: calc(100% - 70px);
}
#cart-page .informationContainer.logoless {
  width: 100%;
}
#cart-page .informationContainer p {
  margin: 0px;
}
#cart-page .informationContainer > div:not(.noMargin) {
  margin-bottom: 15px;
}
#cart-page .informationContainer .summaryContainer {
  float: left;
}
#cart-page .informationContainer .summaryContainer .itemTitle {
  margin: 0px;
}
#cart-page .informationContainer .costContainer {
  float: right;
  text-align: right;
}
#cart-page .informationContainer .costContainer .itemCost {
  margin: 0px;
}
#cart-page .informationContainer .detailContainer {
  clear: both;
}
#cart-page .informationContainer .detailContainer .itemDetail {
  font-weight: bold;
}
#cart-page .billingContainer,
#cart-page .deliveryContainer {
  clear: both;
  border-top: 1px dotted #d7d7d7;
}
#cart-page .billingContainer > h4,
#cart-page .deliveryContainer > h4,
#cart-page .billingContainer > p,
#cart-page .deliveryContainer > p {
  text-indent: 20px;
}
#cart-page #cartSummary {
  color: #000;
  background-color: #eaeaea;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #d7d7d7;
}
#cart-page #cartSummary .row {
  padding: 10px 0px;
  border-bottom: 1px solid #d7d7d7;
}
#cart-page #cartSummary .row h3 {
  margin: 0px;
}
#cart-page #cartSummary .row > .col-xs-6:last-child {
  text-align: right;
}
#cart-page #cartSummary .row:first-child {
  border-top: none;
}
#cart-page #cartSummary .row:last-child {
  border-bottom: none;
}
#cart-page #cartSummary .footerRow {
  padding: 15px 0px;
  font-size: 16px;
  font-weight: bold;
}
#cart-page #cartSummary .btn-checkout {
  background-color: #9e1b33;
  color: #fff;
  width: 100%;
  font-size: 25px;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
#cart-page #cartSummary .btn-checkout:hover {
  background-color: #721425;
  color: #ccc;
}
#cart-page #cartSummary .btn-checkout.invalid {
  background-color: #aaa;
  color: #fff;
}
#cart-page #cartSummary .btn-checkout.invalid:hover {
  background-color: #919191;
  color: #fff;
}
#cart-page .btn-action {
  margin: 5px 15px;
  width: calc(100% - 30px);
  background-color: #fff;
  border: 1px solid #d7d7d7;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
#cart-page .btn-action i {
  margin-right: 10px;
  font-size: 1.5em;
  color: #999;
}
#cart-page .btn-action:hover {
  background-color: #ccc;
}
@media (max-width: 768px) {
  #cart-page {
    padding: 20px 10px;
  }
  #cart-page .container,
  #cart-page .cartContainer,
  #cart-page .cartSummaryContainer {
    padding: 0px;
  }
  #cart-page .itemContainer {
    padding: 10px 0px;
  }
  #cart-page .itemContainer .logoContainer img {
    width: 50px;
  }
  #cart-page .modal-body table {
    margin: 0 auto;
  }
  #cart-page .informationContainer .costContainer {
    float: left;
    clear: both;
    text-align: left;
  }
  #cart-page .informationContainer .costContainer .itemCost {
    margin-top: 15px;
  }
  #cart-page .actions li:not(:first-child)::before {
    margin: 0px 2px;
  }
  #cart-page #cartSummary {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-top: 15px;
  }
  #cart-page #cartSummary .row {
    border: none;
    padding: 5px 0px;
  }
  #cart-page #cartSummary .footerRow {
    font-size: 18px;
  }
}
#content {
  background: white;
  padding: 10px 10px 5em;
}
/* ---------------------------------
	Group List CHOCOLATE
--------------------------------- */
#grpRow {
  /* overrides bootstrap .row
	max-width: 100%;
	*/
  margin-left: auto;
  margin-right: auto;
}
#grpImageHolder {
  text-align: center;
}
#grpImage,
#grpImageHolder img {
  width: 100%;
  /*height: 100%;*/
}
#eventListTable a.text-major {
  text-decoration: none;
}
#eventListTable .text-major {
  font-size: 12px;
}
#eventListTable span.text-major {
  color: #4d4d4d;
}
#eventListTable .btn-primary.btn-sm {
  text-transform: uppercase;
}
#eventListTable .btn-primary.btn-sm .fa {
  color: #d9d9d9;
}
#eventListTable table {
  width: 100%;
}
#eventListTable table > tbody > tr > td {
  line-height: 1.5em;
}
#eventListTable table > tbody > tr > td.logoContainer {
  width: 80px;
  padding-right: 10px;
}
#eventListTable table > tbody > tr > td.logoContainer img {
  max-width: 100%;
}
#eventListTable table > tbody > tr > td.text-right {
  padding-left: 10px;
  width: 25%;
}
#eventListTable table > tbody > tr > td .well {
  margin-top: 1em;
}
#eventListTable table + table {
  border-top: 4px solid #efefef;
  margin-top: 10px;
  padding-top: 10px;
}
/* ------------------------------
	Tabbed Layout
------------------------------ */
#tabs.eventInfo {
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0.2em;
}
#tabs.eventInfo ul.nav-tabs {
  background-color: #c9c9c9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 5px 0 0 5px;
}
#tabs.eventInfo ul.nav-tabs li:first-child a {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#tabs.eventInfo ul.nav-tabs li a {
  background-color: #efefef;
  text-decoration: none;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
#tabs.eventInfo ul.nav-tabs li a:hover,
#tabs.eventInfo ul.nav-tabs li a:focus {
  background-color: #eee;
  border: 1px solid #dddddd;
}
#tabs.eventInfo ul.nav-tabs li.active a {
  background-color: #ffffff;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(15px, -2px) scale(1.1);
  transform: translate(15px, -2px) scale(1.1);
}
#tabs.eventInfo .tab-content {
  padding: 1em 1.4em;
}
/*****************************
**
** new modal
**
**
******************************/
.modal.modal-center:before {
  display: inline-block;
  vertical-align: middle;
  content: ' ';
  height: 100%;
}
.modal-backdrop.in {
  opacity: 0.8 !important;
}
.modal.fade .modal-dialog {
  transition: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.modal .modal-dialog.modal-center {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal button.closeX {
  position: absolute;
  right: 0px;
  color: #ffffff;
  margin-top: -30px;
  margin-right: -30px;
  font-size: 25px;
  font-weight: bold;
  border: none;
  background: transparent;
}
.modal .modal-title {
  min-height: 10px !important;
}
.modal.modal-center {
  text-align: center;
}
.modal .close :hover {
  color: #9e1b33;
}
/******* END new modal *********/
/* ---------------------------------
	Responsive Pages - full page
--------------------------------- */
@media (min-width: 768px) {
  /* event info */
  .ev_EventCols {
    border: 1px solid #ddd;
    padding: 10px;
  }
  .ev_EventCols > .row {
    display: flex;
    flex-wrap: wrap;
  }
  .ev_EventCols > .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .ev_EventCols > .row > [class*='col-'] {
    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #ddd;
  }
  .ev_EventCols > .row > [class*='col-']:first-child {
    border-left: none;
  }
  /* END event info */
  .logoContainer {
    width: auto;
  }
  #mapContainer {
    margin-top: 1em;
  }
}
div.logoContainer.pull-left {
  width: auto;
  margin-right: 10px;
}
/* ---------------------------------
	Responsive Pages - mobile
--------------------------------- */
@media (max-width: 768px) {
  /* event info */
  .ev_EventCols > .row > [class*='col-'] + [class*='col-'] {
    border-top: 1px solid #ddd;
  }
  /* END event info */
  [class*='col-md'] + [class*='col-md'] {
    padding-top: 10px;
  }
  /* adjust eventinfo tabs padding on mobile */
  #tabs.eventInfo ul.nav-tabs li a {
    padding: 10px;
  }
  /* hide group images on mobile */
  #grpImageHolder {
    display: none;
  }
}
.sign-in-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
}
.sign-in-container .sign-in-item {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .sign-in-container .sign-in-item {
    justify-content: space-between;
  }
}
.sign-in-container .sign-in-item .sign-in-sub-item + .sign-in-sub-item {
  margin-left: 10px;
}
.sign-in-container .sign-in-item .sign-in-label {
  flex: 0 1 auto;
  width: 200px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .sign-in-container .sign-in-item .sign-in-label {
    width: auto;
    flex: 1 1 auto;
    min-width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .sign-in-container .sign-in-item .sign-in-input {
    max-width: 180px;
  }
}
.sign-in-forgot-pw {
  margin-bottom: 10px;
}
.sign-in-forgot-pw a {
  text-decoration: none;
}
.border-0 {
  border: 0px;
}
.padding-0 {
  padding: 0px;
}
.margin-0 {
  margin: 0px;
}
.w-perc-100 {
  width: 100%;
}
.v-align-top {
  vertical-align: top;
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-bottom {
  vertical-align: bottom;
}
.v-align-baseline {
  vertical-align: baseline;
}
/* ---------------------------------
	myaccount (login) MINIMAL
--------------------------------- */
#myaccount_minimal .well {
  padding: 3em;
  margin-bottom: 3em;
  text-align: center;
}
#myaccount_minimal .well div + div {
  margin-top: 3em;
}
#myaccount_minimal .well div p label {
  display: block;
  height: 0px;
  overflow: hidden;
  padding-left: 1em;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
#myaccount_minimal .well div p label.show_label {
  height: auto;
}
.netDesktop label .bigCheckboxWrapper .bigCheckbox,
.pac72 label .bigCheckboxWrapper .bigCheckbox {
  background: #f5f5f5;
  border-color: #9e1b33;
}
.netDesktop label .bigCheckboxWrapper .bigCheckbox::after,
.pac72 label .bigCheckboxWrapper .bigCheckbox::after {
  border-color: #fff;
}
.netDesktop label .bigCheckboxWrapper input:checked + .bigCheckbox,
.pac72 label .bigCheckboxWrapper input:checked + .bigCheckbox {
  background-color: #9e1b33;
}
/*For new responsive mobile view nav*/
div#login {
  display: none;
}
#banner-responsive {
  background: #9e1b33;
}
#banner-responsive .contentArea {
  position: relative;
}
#banner-responsive .contentArea a {
  color: #fff;
}
#banner-responsive .contentArea > div.logo {
  max-width: 480px;
  height: auto;
}
#banner-responsive .contentArea > div.logo > img {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0;
}
#banner-responsive .contentArea > div.mini-menu-toggle {
  color: #fff;
  display: block;
  font-size: 2em;
  position: absolute;
  right: 1em;
  top: 55%;
  cursor: pointer;
  margin-top: -0.9em;
}
#banner-responsive .contentArea > div#topMobileNav {
  background: #3E3F40;
  width: 100%;
  position: absolute;
  z-index: 99;
}
#banner-responsive .contentArea > div#topMobileNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#banner-responsive .contentArea > div#topMobileNav ul.firstLevel {
  display: none;
}
#banner-responsive .contentArea > div#topMobileNav ul.firstLevel a {
  color: #fff;
  border-top: 1px solid #5b5c5d;
  display: block;
  padding: 1em;
  text-decoration: none;
}
#banner-responsive .contentArea > div#topMobileNav ul.firstLevel a:first-of-type {
  border: 0;
}
#banner-responsive .contentArea > div#topMobileNav ul.firstLevel > li {
  border-top: 1px solid #5b5c5d;
  display: block;
}
#banner-responsive .contentArea > div#topMobileNav ul.firstLevel > li > div.submenu {
  display: none;
}
#banner-responsive .contentArea > div#topMobileNav ul.firstLevel > li > div.submenu ul.secondLevel {
  margin: 0;
  padding: 9px 16px;
}
#banner-responsive .contentArea > div#topMobileNav ul.firstLevel > li > div.submenu ul.secondLevel a {
  border: none;
}
#banner-responsive .contentArea > div#topMobileNav ul.firstLevel > li.more a {
  color: #fff;
}
#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#banner-responsive {
  display: none;
}
@media (max-width: 768px) {
  #topmenu,
  #banner,
  #PYOview_help {
    display: none !important;
  }
  #banner-responsive {
    display: block;
  }
  .logo {
    width: auto;
    top: 0;
    left: 0;
  }
  #wrap,
  #container {
    width: 100% !important;
  }
  #footer {
    width: 100%;
    min-width: 100%;
  }
  .ev_logo {
    max-width: 60px;
    max-height: 60px;
  }
}
/* ------------------------------
	Back to top
------------------------------ */
#backtoTop {
  position: fixed;
  font-size: 40px;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 999999;
  display: none;
  color: #9e1b33;
}
/* ------------------------------
	end of back to top
------------------------------ */
/* ------------------------------
	Styles moved from style.less
------------------------------ */
.bold-text {
  font-weight: bold;
}
.italic-text {
  font-style: italic;
}
#soldoutMsg {
  max-width: 570px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  line-height: 1.7em;
  border-radius: 6px;
}
.big {
  font-size: 14px;
  color: #9e1b33;
  font-weight: bold;
}
.cell-padding-0 th,
.cell-padding-0 td {
  padding: 0px;
}
.cell-padding-1 th,
.cell-padding-1 td {
  padding: 1px;
}
.cell-padding-2 th,
.cell-padding-2 td {
  padding: 2px;
}
.cell-padding-3 th,
.cell-padding-3 td {
  padding: 3px;
}
.cell-padding-4 th,
.cell-padding-4 td {
  padding: 4px;
}
.cell-padding-5 th,
.cell-padding-5 td {
  padding: 5px;
}
.cell-padding-6 th,
.cell-padding-6 td {
  padding: 6px;
}
.cell-padding-7 th,
.cell-padding-7 td {
  padding: 7px;
}
.cell-padding-8 th,
.cell-padding-8 td {
  padding: 8px;
}
.cell-padding-9 th,
.cell-padding-9 td {
  padding: 9px;
}
.cell-padding-10 th,
.cell-padding-10 td {
  padding: 10px;
}
.cell-padding-11 th,
.cell-padding-11 td {
  padding: 11px;
}
.cell-padding-12 th,
.cell-padding-12 td {
  padding: 12px;
}
.cell-padding-13 th,
.cell-padding-13 td {
  padding: 13px;
}
.cell-padding-14 th,
.cell-padding-14 td {
  padding: 14px;
}
.cell-padding-15 th,
.cell-padding-15 td {
  padding: 15px;
}
.cell-padding-16 th,
.cell-padding-16 td {
  padding: 16px;
}
.cell-padding-17 th,
.cell-padding-17 td {
  padding: 17px;
}
.cell-padding-18 th,
.cell-padding-18 td {
  padding: 18px;
}
.cell-padding-19 th,
.cell-padding-19 td {
  padding: 19px;
}
.cell-padding-20 th,
.cell-padding-20 td {
  padding: 20px;
}
.cell-padding-21 th,
.cell-padding-21 td {
  padding: 21px;
}
.cell-padding-22 th,
.cell-padding-22 td {
  padding: 22px;
}
.cell-padding-23 th,
.cell-padding-23 td {
  padding: 23px;
}
.cell-padding-24 th,
.cell-padding-24 td {
  padding: 24px;
}
.cell-padding-25 th,
.cell-padding-25 td {
  padding: 25px;
}
.cell-spacing-1 {
  border-collapse: separate;
  border-spacing: 1px;
}
.cell-spacing-2 {
  border-collapse: separate;
  border-spacing: 2px;
}
.cell-spacing-3 {
  border-collapse: separate;
  border-spacing: 3px;
}
.cell-spacing-4 {
  border-collapse: separate;
  border-spacing: 4px;
}
.cell-spacing-5 {
  border-collapse: separate;
  border-spacing: 5px;
}
.cell-spacing-6 {
  border-collapse: separate;
  border-spacing: 6px;
}
.cell-spacing-7 {
  border-collapse: separate;
  border-spacing: 7px;
}
.cell-spacing-8 {
  border-collapse: separate;
  border-spacing: 8px;
}
.cell-spacing-9 {
  border-collapse: separate;
  border-spacing: 9px;
}
.cell-spacing-10 {
  border-collapse: separate;
  border-spacing: 10px;
}
.cell-spacing-11 {
  border-collapse: separate;
  border-spacing: 11px;
}
.cell-spacing-12 {
  border-collapse: separate;
  border-spacing: 12px;
}
.cell-spacing-13 {
  border-collapse: separate;
  border-spacing: 13px;
}
.cell-spacing-14 {
  border-collapse: separate;
  border-spacing: 14px;
}
.cell-spacing-15 {
  border-collapse: separate;
  border-spacing: 15px;
}
.cell-spacing-16 {
  border-collapse: separate;
  border-spacing: 16px;
}
.cell-spacing-17 {
  border-collapse: separate;
  border-spacing: 17px;
}
.cell-spacing-18 {
  border-collapse: separate;
  border-spacing: 18px;
}
.cell-spacing-19 {
  border-collapse: separate;
  border-spacing: 19px;
}
.cell-spacing-20 {
  border-collapse: separate;
  border-spacing: 20px;
}
.cell-spacing-21 {
  border-collapse: separate;
  border-spacing: 21px;
}
.cell-spacing-22 {
  border-collapse: separate;
  border-spacing: 22px;
}
.cell-spacing-23 {
  border-collapse: separate;
  border-spacing: 23px;
}
.cell-spacing-24 {
  border-collapse: separate;
  border-spacing: 24px;
}
.cell-spacing-25 {
  border-collapse: separate;
  border-spacing: 25px;
}
.cell-spacing-0 {
  border-collapse: collapse;
  border-spacing: 0px;
}
[tabindex='-1'] {
  outline: none;
}
.group-list-anchor {
  display: block;
  margin: -10px 0;
  padding: 10px 0;
  text-decoration: none;
}
.group-list-anchor:hover {
  text-decoration: none;
}
[data-lang='fr'] .eng,
[data-lang='esp'] .eng {
  display: none;
}
[data-lang='fr'] .esp {
  display: none;
}
[data-lang='esp'] .fr {
  display: none;
}
[data-lang='eng'] .fr,
[data-lang='eng'] .esp {
  display: none;
}
#skiptocontent {
  position: absolute;
  opacity: 0;
  background-color: white;
}
#skiptocontent:focus-within {
  opacity: 1;
  left: 0;
  z-index: 9999;
  padding: 20px;
  color: #3E3F40;
}
/* ------------------------------
	Responsive Package
------------------------------ */
#package-page h5 {
  font-size: 13.5px;
}
#package-page h4 {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #package-page .hidden-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #package-page .price-level-select {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #package-page .select-mobile-width {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  #package-page .pt-pl-row,
  #package-page .current-selection-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  #package-page .pt-pl-row .pt-pl-row-item + .pt-pl-row-item {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #package-page .current-selection-row .current-selection-row-item {
    padding: 0px 15px 18px;
  }
}
#package-page .packageForm {
  padding: 0px 8vw;
}
@media only screen and (max-width: 768px) {
  #package-page .packageForm {
    padding: 0px;
  }
}
#package-page .packageForm .price-level-select {
  width: 200px;
}
#package-page .packageForm .pk-panel-wrap .pkEventInfo .pkEventCheckbox:checked ~ .pkCheckmark,
#package-page .packageForm .pk-panel-wrap .ev_CheckAllLabel .pkEventCheckbox:checked ~ .pkCheckmark {
  background-color: #9e1b33;
  border: 1.5px solid #9e1b33;
}
@media only screen and (max-width: 768px) {
  #package-page {
    padding: 0px;
  }
  #package-page h5 {
    font-size: calc(13.5px * (1.5 * 0.8));
  }
  #package-page #topmenu,
  #package-page #header_menu {
    display: none;
  }
  #package-page .mobileGroup + .mobileGroup {
    border-top: 1px dotted #ccc;
  }
  #package-page .mobileGroup {
    border-top: 1px dotted #ccc;
    padding: 0px 15px 18px;
  }
  #package-page .mobileGroup .form-group {
    margin-bottom: 0px;
  }
  #package-page .eventLogoContainer,
  #package-page .itemLogoContainer {
    width: 40px;
    margin: 5px 10px 5px 0px;
  }
  #package-page .eventLogoContainer img,
  #package-page .itemLogoContainer img {
    width: 40px;
  }
  #package-page input,
  #package-page select,
  #package-page textarea {
    font-size: 18px !important;
  }
  #package-page .packageForm .pk-panel-wrap .pk-panel-heading .pk-panel-title {
    font-size: calc(18px * (1.5 * 0.8));
  }
  .pkDateTime small,
  .moreInfoBtn,
  .packageMessage > div {
    font-size: calc(11px * (1.5 * 0.8)) !important;
  }
  #package-page .packageForm .miscItemCost {
    font-size: calc(13px * (1.5 * 0.8));
  }
  .specialHandlingTitle {
    font-size: calc(12px * (1.5 * 0.8));
  }
  #package-page h4 {
    font-size: calc(16px * (1.5 * 0.8));
  }
}
@media only screen and (max-width: 768px) {
  .packageSummaryContainer,
  .eventSummaryContainer {
    padding: 0px !important;
  }
}
/* ------------------------------
	end of Responsive Package 
------------------------------ */
/**********************************************
    Component Variables
**********************************************/
/**********************************************
    Component Styles
**********************************************/
.uiLibNotifyBox {
  bottom: 2em !important;
  right: 4em !important;
  padding: 10px !important;
}
.uiLibNotifyCard {
  width: 400px !important;
  min-height: 60px !important;
  color: #000 !important;
  background: #fff !important;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3) !important;
  border-radius: 3px !important;
}
.uiLibNotifyCard + .uiLibNotifyCard {
  margin-top: 10px !important;
}
.uiNotifyClose {
  border: 0 !important;
  padding: 0 !important;
  margin-left: 15px !important;
  background: none !important;
  font-size: 1.5em !important;
  color: #333 !important;
}
.uiNotifyClose:focus {
  outline: none !important;
}
.uiNotifyClose:hover {
  font-weight: 700 !important;
}
@media only screen and (max-width: 768px) {
  .uiLibNotifyBox {
    top: 0em !important;
    bottom: initial !important;
    right: 0em !important;
    width: 100% !important;
  }
  .uiLibNotifyCard {
    width: 100% !important;
  }
  .uiLibNotifyCard + .uiLibNotifyCard:not(:first-child) {
    margin-top: 1px !important;
  }
}
.volumeBtnSetWrapper input {
  color: #000 !important;
  background-color: #f6f6f6 !important;
}
.volumeBtnSetWrapper .volumeBtn {
  background: #9e1b33 !important;
  color: #fff !important;
}
.volumeBtnSetWrapper .volumeBtn:hover {
  background: #5d101e !important;
  border-color: #5d101e !important;
}
.uiPopoverLink {
  cursor: pointer;
  color: #d71920;
  text-decoration: underline;
  font-weight: bold;
}
/* moved to skin.css */
/*========================================================
Change Client variables or override default CSS here
=======================================================*/
/* client colors */
body {
  background-color: #fff;
}
#container {
  position: initial;
}
@media (min-width: 768px) {
  #container {
    padding-top: 100px;
  }
}
#banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#topmenu {
  position: absolute;
  margin-left: 15%;
  display: flex;
  width: 100%;
  padding: 0 15px;
}
#topmenu > ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-left: 10%;
}
#topmenu > ul > li {
  justify-content: center;
  list-style: none;
}
#topmenu > ul > li > a {
  white-space: nowrap;
  color: white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 21px;
  font-weight: 700;
  height: 74px;
  line-height: 74px;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 23px 12px;
  text-decoration: none;
  text-transform: uppercase;
}
#topmenu > ul > li.nav-hovered > a {
  color: #000 !important;
  background: #98999B !important;
}
/* myaccount_embedded_chocolate.inc */
#header_menu {
  position: absolute;
  top: 10px;
  right: 0px;
  margin: 0;
  padding: 0;
  display: none !important;
}
.header_options {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 768px) {
  .header_options {
    display: none !important;
  }
}
/* promo widget bar styling */
#promo_widget {
  display: inline-block;
  width: 250px;
  margin-top: 10px;
  margin-right: 25px;
}
#promo_widget button {
  height: 35px;
  padding-top: 7px;
}
#promo_widget input.form-control {
  height: 35px;
  padding: 8px 10px 8px 10px;
  width: 100%;
}
#footer {
  /*background: #fff;*/
  padding: 10px;
  font-size: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .logoContainer {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .header-top,
  .header,
  #footer {
    display: none !important;
  }
}
/* customization */
#superSearchModule {
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 25px;
  max-width: 100%;
  width: 100%;
  position: relative;
}
#superSearchModule #superSearchInput {
  width: 100%;
}
#superSearchModule #superSearchInput > input {
  height: 35px;
}
#superSearchModule #superSearchResults {
  width: 100%;
}
/*custom*/
/* Nav */
.clear {
  clear: both;
}
.header-top {
  background: #3E3F40;
  height: 30px;
  width: 100%;
  min-width: 1060px;
}
.header-top .header-top-inner {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  background-color: #9e1b32;
  width: 100%;
  height: 74px;
  z-index: 999;
  box-shadow: 0px 2px 3px -1px rgba(35, 31, 32, 0.2);
}
.header .header-inner {
  margin: 0 24px;
  width: 100%;
}
.header .header-inner .header-inner-left {
  transition: 0.2s;
  position: absolute;
  margin-top: 12px;
  z-index: 998;
  width: 13%;
  margin-left: 15%;
}
.header .header-inner .header-inner-left img {
  transition: 0.25s;
  width: 140px;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.header .header-inner .header-inner-right {
  float: left;
  width: 472px;
  position: relative;
}
.header .header-inner .header-inner-right img {
  position: absolute;
  z-index: 2;
}
.header .header-inner .header-inner-right img:first-child {
  right: 0;
  top: 0;
}
.header .header-inner .header-inner-right img:last-child {
  right: 0;
  top: 96px;
}
.header .nav-bar {
  background: url('../images/desktop/skin/menu_gradient_bg.png') repeat-x;
  height: 34px;
  width: 100%;
}
.header .nav-bar ul {
  width: 1060px;
  list-style: none;
  padding: 0;
  margin: 0px auto;
  position: relative;
}
.header .nav-bar li {
  float: left;
  padding: 9px;
  color: #890029;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
}
.header .nav-bar li a {
  color: #fff;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
.header .nav-bar li a:hover {
  color: #890029;
  cursor: pointer;
}
.header .nav-bar li:first-child {
  background: #ff0;
}
.header .nav-bar li:first-child a {
  color: #890029;
}
.header .nav-bar li:hover {
  color: #890029;
  cursor: pointer;
  background: #ccc;
}
.header .nav-bar li div {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #ccc;
  z-index: 99;
}
.header .nav-bar li div.sub-nav-bar ul {
  list-style: none;
}
.header .nav-bar li div.sub-nav-bar li {
  float: none;
  padding: 0;
  width: 300px;
  border-bottom: 1px solid #C3C4C7;
}
.header .nav-bar li div.sub-nav-bar li:first-child {
  background: transparent;
}
.header .nav-bar li div.sub-nav-bar li:hover {
  float: none;
  padding: 0;
  width: 300px;
}
.header .nav-bar li div.sub-nav-bar li a {
  font: 12px Arial, Verdana, Helvetica, sans-serif;
  color: #890029;
  text-decoration: none;
  text-transform: capitalize;
}
.header .nav-bar li div.sub-nav-bar li a:hover {
  color: #890029;
}
#header_menu {
  position: absolute;
  top: 0;
  right: 0px;
  margin: 0;
  padding: 0;
}
/* ------------------------------
	  Layout
  ------------------------------ */
/*Footer*/
#footer {
  padding: 10px;
  font-size: 10px;
  text-align: center;
}
#drippan {
  background: none repeat scroll 0 0 #890029;
  box-shadow: 0 0 5px 1px #666666;
  height: 230px;
  margin: 20px auto;
  width: 1000px;
  display: none !important;
}
@media (max-width: 890px) {
  #topmenu > ul > li > a {
    font-size: 16px !important;
    padding: 25.5px 0 !important;
  }
}
@media (max-width: 1650px) {
  .header-inner-left,
  #topmenu {
    margin-left: 0% !important;
  }
}
