/*
 *  jquery-easy-loading - v1.2.0
 *  Easily add and manipulate loading states of any element on the page
 *  http://github.com/CarlosBonetti/jquery-loading
 *
 *  Made by Carlos Bonetti <carlosb_bc@hotmail.com>
 *  Under MIT License
 */
/* This CSS file just define some default styles and loaders */
/* You don't need to include it if you're working with your custom overlay loader element */
.loading-overlay {
  display: table;
  opacity: 0.7; }

.loading-overlay-content {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.loading-overlay.loading-theme-light {
  background-color: #fff;
  color: #000; }

.loading-overlay.loading-theme-dark {
  background-color: #000;
  color: #fff; }

.loading-overlay.loading-theme-bigy {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
  background: url(images/loading.gif) center no-repeat #fff; }

.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

html {
  height: auto !important; }

body {
  padding-top: 0px !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }
  body header.navbar {
    position: inherit;
    /* Small devices (tablets, 768px and down) */ }
    @media (max-width: 768px) {
      body header.navbar {
        position: inherit; } }
  body header {
    height: 110px; }
    body header .top-bar {
      height: 110px; }
      body header .top-bar .row:first-child {
        height: 110px; }
    body header .top-bar-minimized {
      height: 96px !important; }
    body header .top-logo {
      padding-top: 1px;
      padding-left: 32px; }
      body header .top-logo img {
        width: 164px;
        position: absolute; }
    body header .top-logo-minimized {
      padding-top: 10px !important;
      padding-left: 32px !important;
      /* Small devices (tablets, 1200px and down) */ }
      body header .top-logo-minimized img {
        width: 80px !important; }
      @media (max-width: 1200px) {
        body header .top-logo-minimized {
          padding-left: 20px !important; } }
    body header .top-search-navs {
      padding-left: 10px !important;
      padding-top: 3px !important; }
      body header .top-search-navs .frm-top-search .input-group {
        background: #ffffff; }
      body header .top-search-navs .frm-top-search .by-span-search {
        padding-right: 0;
        background: none;
        border: 0; }
        body header .top-search-navs .frm-top-search .by-span-search .by-fa-search {
          font-weight: bold;
          color: #bab7b6;
          width: 24px;
          height: 24px;
          padding-top: 4px;
          padding-left: 1px; }
        body header .top-search-navs .frm-top-search .by-span-search .by-fa-focus-search {
          font-weight: bold;
          color: #fff;
          background: #C81F3E;
          border-radius: 16px;
          -moz-border-radius: 16px;
          -webkit-border-radius: 16px;
          width: 24px;
          height: 24px;
          padding-top: 4px;
          padding-left: 1px;
          cursor: pointer; }
      body header .top-search-navs .frm-top-search .form-control:focus {
        border-color: none;
        box-shadow: none; }
    body header .top-search-navs-minimized {
      padding-left: 16px !important;
      padding-top: 9px !important; }
      body header .top-search-navs-minimized .frm-top-search .by-span-search {
        font-size: 16px; }
    body header .by-top-nav-wrap {
      margin-top: 10px;
      padding-left: 3px;
      width: 100%; }
    body header .by-top-nav-wrap ul {
      list-style: none;
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      z-index: 99999; }
    body header .by-top-nav-wrap ul a {
      display: block;
      color: #252525;
      text-decoration: none;
      /*font-weight:bold;*/
      line-height: 32px;
      padding: 0 15px;
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 24px; }
    body header .by-top-nav-wrap ul li {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      border-right: 1px solid #adadad; }
      body header .by-top-nav-wrap ul li ul li {
        border-right: 0; }
      body header .by-top-nav-wrap ul li ul a {
        font-size: 20px; }
    body header .by-top-nav-wrap ul li.last {
      border-right: 0; }
    body header .by-top-nav-wrap ul li.current a {
      color: #C81F3E; }
    body header .by-top-nav-wrap ul li.current ul a {
      color: #252525; }
    body header .by-top-nav-wrap ul li:hover a {
      color: #C81F3E; }
    body header .by-top-nav-wrap ul li:hover ul li {
      background: #fff; }
      body header .by-top-nav-wrap ul li:hover ul li a {
        color: #252525; }
    body header .by-top-nav-wrap ul li:hover ul li:hover {
      background: #C81F3E; }
      body header .by-top-nav-wrap ul li:hover ul li:hover a {
        color: #fff; }
      body header .by-top-nav-wrap ul li:hover ul li:hover ul li {
        background: #C81F3E; }
        body header .by-top-nav-wrap ul li:hover ul li:hover ul li a {
          color: #fff; }
      body header .by-top-nav-wrap ul li:hover ul li:hover ul li:hover {
        background: #4d4d4f; }
        body header .by-top-nav-wrap ul li:hover ul li:hover ul li:hover a {
          color: #fff; }
        body header .by-top-nav-wrap ul li:hover ul li:hover ul li:hover ul li {
          background: #fff; }
          body header .by-top-nav-wrap ul li:hover ul li:hover ul li:hover ul li a {
            color: #252525; }
        body header .by-top-nav-wrap ul li:hover ul li:hover ul li:hover ul li:hover {
          background: #C81F3E; }
          body header .by-top-nav-wrap ul li:hover ul li:hover ul li:hover ul li:hover a {
            color: #fff; }
    body header .by-top-nav-wrap ul ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      padding: 0; }
    body header .by-top-nav-wrap ul ul li {
      float: none;
      width: 200px; }
    body header .by-top-nav-wrap ul ul a {
      line-height: 120%;
      padding: 10px 15px; }
    body header .by-top-nav-wrap ul ul ul {
      top: 0;
      left: 100%; }
    body header .by-top-nav-wrap ul li:hover > ul {
      display: block; }
    body header .by-btn-sign-in-up {
      background: #ffffff;
      color: #555;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border: 1px solid;
      border-color: #adadad;
      text-transform: none;
      font-size: 11px;
      width: 100%;
      font-weight: bold; }
    body header .top-choose-store-content {
      width: 100%;
      position: absolute;
      top: 48px; }
      body header .top-choose-store-content .top-choose-store .by-fa-map-marker {
        font-weight: bold;
        color: #C81F3E;
        font-size: 35px; }
      body header .top-choose-store-content .top-choose-store .by-btn-choose-store {
        background: none;
        border: 0;
        box-shadow: none;
        text-align: left;
        text-transform: none;
        padding-left: 5px;
        color: #333; }
        body header .top-choose-store-content .top-choose-store .by-btn-choose-store span.font-12 {
          font-size: 12px;
          top: 12px;
          position: absolute; }
          body header .top-choose-store-content .top-choose-store .by-btn-choose-store span.font-12 .weekly-ad-name {
            top: 0px;
            font-size: 12px;
            color: #C81F3E; }
      body header .top-choose-store-content .top-choose-store .by-btn-choose-store:hover {
        background: none; }
      body header .top-choose-store-content .top-choose-store .by-btn-choose-store:focus {
        outline: none;
        border: none; }
    body header .top-choose-store-content-minimized {
      top: 35px !important;
      left: -5px !important; }
    body header .top-search-popup {
      display: none; }
    body header .top-store-info-popup {
      display: none;
      padding-top: 20px;
      background: white;
      left: -55px;
      top: 95px;
      position: absolute;
      width: 370px; }
      body header .top-store-info-popup .store-name {
        font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px; }
      body header .top-store-info-popup .store-time {
        color: #C81F3E;
        font-size: 13px;
        font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: bold; }
      body header .top-store-info-popup .store-info-item {
        font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 12px; }
    body header .top-shopping-cart-popup {
      display: none;
      margin-top: 15px;
      background: #fff;
      left: 30px;
      top: 95px;
      position: absolute; }
      body header .top-shopping-cart-popup table {
        width: 100%; }
      body header .top-shopping-cart-popup .tb-quick-add {
        background: #6e6f70; }
        body header .top-shopping-cart-popup .tb-quick-add .quick-add-td-1 {
          padding-top: 5px;
          padding-bottom: 5px; }
          body header .top-shopping-cart-popup .tb-quick-add .quick-add-td-1 span.input-group-addon {
            padding-left: 10px;
            padding-right: 5px;
            font-size: 12px;
            padding-top: 0;
            padding-bottom: 0;
            border: 0;
            background: #6e6f70;
            color: #fff; }
          body header .top-shopping-cart-popup .tb-quick-add .quick-add-td-1 .input-group input[type=text] {
            font-size: 11px;
            padding-top: 0;
            padding-bottom: 0;
            height: 22px; }
        body header .top-shopping-cart-popup .tb-quick-add .quick-add-td-2 {
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 2px; }
          body header .top-shopping-cart-popup .tb-quick-add .quick-add-td-2 .input-group select.top-quick-add-sl-cate {
            height: 22px;
            padding: 0;
            font-size: 11px;
            text-align-last: center;
            width: 110px;
            padding-right: 5px;
            font-weight: bold; }
        body header .top-shopping-cart-popup .tb-quick-add .quick-add-td-3 {
          padding-top: 5px;
          padding-bottom: 5px;
          padding-right: 5px;
          padding-left: 2px; }
          body header .top-shopping-cart-popup .tb-quick-add .quick-add-td-3 .btn-add-quick-item {
            padding-top: 5px !important;
            padding-bottom: 5px !important;
            padding-left: 10px !important;
            padding-right: 10px !important; }
      body header .top-shopping-cart-popup .top-shopping-list-content table tr.shopping-list-item {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        height: 50px; }
        body header .top-shopping-cart-popup .top-shopping-list-content table tr.shopping-list-item td.product-name {
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 12px; }
          body header .top-shopping-cart-popup .top-shopping-list-content table tr.shopping-list-item td.product-name .product-price {
            margin: 0;
            font-size: 9px;
            font-weight: bold; }
      body header .top-shopping-cart-popup .top-shopping-list-controls {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px; }
    body header .top-shopping-cart {
      padding-top: 13px; }
      body header .top-shopping-cart .input-group .fa-list {
        font-weight: bold;
        color: #C81F3E;
        font-size: 35px; }
      body header .top-shopping-cart .input-group .by-btn-cart-count {
        background: black;
        border: 0;
        box-shadow: none;
        text-align: left;
        text-transform: none;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        font-size: 10px;
        height: 22px;
        width: 22px;
        color: #fff;
        text-shadow: none;
        margin-top: -20px;
        margin-left: -12px;
        padding: 0;
        text-align: center; }
      body header .top-shopping-cart .row {
        height: auto !important; }
      body header .top-shopping-cart .info-shoppinglist-top-bar {
        padding: 0px 5px 0px 5px; }
        body header .top-shopping-cart .info-shoppinglist-top-bar .no-padding-l-r {
          padding-left: 0px;
          padding-right: 0px; }
        body header .top-shopping-cart .info-shoppinglist-top-bar .info-shoppinglist-edit-create .a-change-shopping-lst {
          color: #C81F3E !important;
          font-size: 11px;
          font-weight: bold;
          padding: 0px 3px 0px 0px; }
        body header .top-shopping-cart .info-shoppinglist-top-bar .info-shoppinglist-edit-create .a-create-shopping-lst {
          color: #C81F3E !important;
          font-size: 11px;
          font-weight: bold;
          padding: 0px 0px 0px 3px; }
      body header .top-shopping-cart .btn-e-cart-info {
        box-shadow: none;
        border: 0;
        background: none;
        text-transform: none;
        text-align: left;
        padding-left: 5px;
        padding-top: 5px; }
        body header .top-shopping-cart .btn-e-cart-info .spec-dollar {
          font-size: 11px;
          position: absolute;
          font-weight: bold; }
        body header .top-shopping-cart .btn-e-cart-info .total-price {
          margin-left: 7px; }
    body header .top-shopping-cart-minimized {
      padding-left: 16px !important;
      padding-top: 12px !important; }
    body header .top-account-content .top-log-in-popup {
      display: none; }
    body header .top-account-content .top-frm-log-in {
      padding-top: 5px; }
    body header .top-account-content .by-btn-log-in-group {
      z-index: 999;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border: 1px solid #ccc;
      background: white;
      position: absolute;
      display: table;
      border-collapse: separate;
      width: 100%;
      margin-top: 10px;
      /* Small devices (tablets, 1200px and down) */ }
      @media (max-width: 1200px) {
        body header .top-account-content .by-btn-log-in-group {
          position: inherit; } }
      body header .top-account-content .by-btn-log-in-group .by-top-btn-log-in {
        border: 0;
        box-shadow: none;
        text-shadow: none;
        background: none;
        text-transform: none;
        font-size: 11px;
        font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        color: #6e6f70;
        font-weight: bold; }
      body header .top-account-content .by-btn-log-in-group .forgot-link {
        font-size: 11px;
        font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: bold;
        color: #C81F3E;
        padding: 0; }
    body header .top-account-content .top-dashboard-popup {
      display: none;
      color: #fff;
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      z-index: 999;
      position: absolute;
      top: 27px; }
      body header .top-account-content .top-dashboard-popup table tr.dashboard-item {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b4b4d+0,0e0e0e+100 */
        background: #4b4b4d;
        /* Old browsers */
        background: -moz-linear-gradient(top, #4b4b4d 0%, #0e0e0e 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #4b4b4d 0%, #0e0e0e 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #4b4b4d 0%, #0e0e0e 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4d', endColorstr='#0e0e0e',GradientType=0 );
        /* IE6-9 */ }
        body header .top-account-content .top-dashboard-popup table tr.dashboard-item a, body header .top-account-content .top-dashboard-popup table tr.dashboard-item span, body header .top-account-content .top-dashboard-popup table tr.dashboard-item p {
          color: #fff; }
        body header .top-account-content .top-dashboard-popup table tr.dashboard-item td span.spec-dollar {
          top: -6px;
          position: relative;
          font-size: 11px;
          left: 2px; }
        body header .top-account-content .top-dashboard-popup table tr.dashboard-item td span.price-val {
          font-size: 18px;
          font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          margin-left: 0; }
        body header .top-account-content .top-dashboard-popup table tr.dashboard-item td:first-child {
          padding-top: 18px;
          padding-bottom: 18px;
          padding-left: 10px; }
      body header .top-account-content .top-dashboard-popup table tr.dashboard-item:first-child td {
        padding-top: 5px;
        padding-bottom: 7px; }
      body header .top-account-content .top-dashboard-popup table tr.dashboard-item:first-child td:last-child {
        padding-right: 12px; }
      body header .top-account-content .top-dashboard-popup table tr:last-child td {
        padding-top: 10px;
        padding-bottom: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
      body header .top-account-content .top-dashboard-popup .bar-code-content {
        padding-top: 45px; }
      body header .top-account-content .top-dashboard-popup .top-image {
        width: 85px;
        position: absolute;
        z-index: 1;
        margin-left: 75px;
        bottom: 110px; }
    body header .mobile-wrap .top-account-content .by-btn-log-in-group {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+22,dbdcdd+80,828c95+100&0+1,0.26+1,0+3,0.6+100 */
      background: -moz-linear-gradient(top, rgba(181, 189, 200, 0.26) 1%, rgba(181, 189, 200, 0) 3%, rgba(181, 189, 200, 0.12) 22%, rgba(219, 220, 221, 0.48) 80%, rgba(130, 140, 149, 0.6) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(181, 189, 200, 0.26) 1%, rgba(181, 189, 200, 0) 3%, rgba(181, 189, 200, 0.12) 22%, rgba(219, 220, 221, 0.48) 80%, rgba(130, 140, 149, 0.6) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(181, 189, 200, 0.26) 1%, rgba(181, 189, 200, 0) 3%, rgba(181, 189, 200, 0.12) 22%, rgba(219, 220, 221, 0.48) 80%, rgba(130, 140, 149, 0.6) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b5bdc8', endColorstr='#99828c95',GradientType=0 );
      /* IE6-9 */
      border-radius: initial;
      height: 40px;
      padding-top: 5px;
      padding-bottom: 5px;
      z-index: 0;
      position: relative; }
      body header .mobile-wrap .top-account-content .by-btn-log-in-group .by-top-btn-log-in {
        border: 0;
        font-size: 13px;
        padding-left: 22px;
        padding-top: 5px;
        padding-bottom: 5px; }
    body header .mobile-wrap .top-account-content .by-btn-loged-in-group {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c43650+0,c81f3e+100 */
      background: #c43650;
      /* Old browsers */
      background: -moz-linear-gradient(top, #c43650 0%, #c81f3e 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #c43650 0%, #c81f3e 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #c43650 0%, #c81f3e 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43650', endColorstr='#c81f3e',GradientType=0 );
      /* IE6-9 */
      border-radius: initial; }
      body header .mobile-wrap .top-account-content .by-btn-loged-in-group .by-btn-log-out-group {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 0;
        background: none; }
    body header .mobile-wrap .top-account-content .top-dashboard-popup {
      position: inherit; }
      body header .mobile-wrap .top-account-content .top-dashboard-popup table tr:last-child td {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
    body header .mobile-wrap .top-store-info-popup {
      padding-top: 0px;
      left: 0;
      top: 0;
      width: 100%;
      position: initial;
      /* Small devices (tablets, 480px and up) */ }
      body header .mobile-wrap .top-store-info-popup .store-info-button-wrap {
        margin: 5px 0px; }
      @media (max-width: 680px) {
        body header .mobile-wrap .top-store-info-popup .store-info-button-wrap {
          width: 100%; } }
    body header .mobile-wrap .top-controls .by-btn-cart-count {
      font-size: 10px;
      font-weight: bold;
      position: absolute;
      top: 3px;
      background: black;
      color: #fff;
      border-radius: 15px;
      padding: 4px 4px;
      left: 26px;
      min-width: 22px;
      text-align: center; }
    body header .mobile-wrap .top-controls .navbar-toggle.button.store-locator {
      left: -15px;
      top: -2px; }
    body header .mobile-wrap .top-shopping-cart-popup {
      padding-top: 0;
      left: 0px;
      top: 0;
      position: inherit;
      background: #fff; }
    body header .by-btn-log-out-group {
      background: #C81F3E;
      width: 100%;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      position: relative;
      display: table;
      border-collapse: separate;
      width: 100%; }
      body header .by-btn-log-out-group .by-top-a-log-out {
        font-size: 10px; }
    body header .by-top-btn-default {
      border: 0;
      box-shadow: none;
      text-shadow: none;
      background: none;
      font-size: 11px;
      text-transform: none;
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      color: #fff; }
    body header .by-top-btn-default:hover, body header .by-top-btn-default:focus {
      border: 0;
      box-shadow: none;
      text-shadow: none;
      background: none;
      color: #fff;
      outline: none;
      outline-offset: initial; }
  body #MainWrapper .page-main-content .cms-content {
    margin-top: 25px; }
    body #MainWrapper .page-main-content .cms-content .headline {
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 28px;
      color: #252525;
      line-height: 36px;
      font-weight: 500;
      padding-bottom: 20px;
      text-align: center; }
    body #MainWrapper .page-main-content .cms-content .introcopy {
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 19px;
      color: #252525;
      line-height: 25px;
      padding-bottom: 25px; }
    body #MainWrapper .page-main-content .cms-content .subhead {
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 20px;
      line-height: 16px;
      font-weight: 700;
      color: #C81F3E;
      padding-bottom: 5px; }
      body #MainWrapper .page-main-content .cms-content .subhead p {
        font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 15px;
        color: #252525;
        line-height: 22px;
        padding-bottom: 8px;
        font-weight: normal; }
    body #MainWrapper .page-main-content .cms-content .bodycopy {
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 15px;
      color: #252525;
      line-height: 22px;
      padding-bottom: 8px; }
    body #MainWrapper .page-main-content .cms-content .button-style {
      box-shadow: none !important;
      text-shadow: none !important;
      background: #C81F3E !important;
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
      color: #fff !important;
      text-transform: uppercase !important;
      align-content: center !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      border-radius: 20px !important;
      -moz-border-radius: 20px !important;
      -webkit-border-radius: 20px !important;
      padding: 10px;
      padding-left: 40px;
      padding-right: 40px; }
    body #MainWrapper .page-main-content .cms-content .description {
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 20px;
      font-weight: 200;
      color: #9A9A9A;
      line-height: 16px;
      text-align: right;
      padding-right: 40px; }
    body #MainWrapper .page-main-content .cms-content .callout {
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 21px;
      line-height: 18px;
      color: #FFFFFF;
      padding-top: 10px;
      padding-bottom: 10px; }
  body #MainWrapper .forgot-link-middle {
    font-size: 12px;
    font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    color: #C81F3E;
    padding: 0; }
  body #MainWrapper .text-login-middle {
    padding-left: 0px;
    padding-right: 0px; }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body header .top-shopping-cart .input-group {
    float: left; }
  body header .top-shopping-cart-popup {
    left: 0px; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body header .top-shopping-cart-popup {
    left: 30px; } }

.by-default-color {
  color: #c7d0d7 !important; }
  .by-default-color a.a-logo {
    background: url(../Content/Images/BigY-Logo-Default.png) no-repeat; }

.main-font-color a.a-logo {
  background: url(../Content/Images/BigY-Logo.png) no-repeat; }

.main-font-color .fa.fa-bars {
  color: black; }

#top-account-store > div.top-shopping-cart-popup > div > div:nth-child(3) > div {
  overflow-y: auto; }

#top-account-store > div.top-shopping-cart-popup > div > div:nth-child(3) > div::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

#top-account-store > div.top-shopping-cart-popup > div > div:nth-child(3) > div::-webkit-scrollbar-thumb {
  background: #888; }

#top-account-store > div.top-shopping-cart-popup > div > div:nth-child(3) > div::-webkit-scrollbar-button,
#top-account-store > div.top-shopping-cart-popup > div > div:nth-child(3) > div::-webkit-scrollbar-track-piece {
  background: #ccc; }

.menu-main-menu {
  font-weight: bold; }

.visibility {
  visibility: hidden; }

.spinner.input-group .input-group-addon a.spin-up, .spinner.input-group .input-group-addon a.spin-down {
  height: 10px;
  width: 10px;
  font-size: 14px;
  overflow: hidden;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #999; }
  .spinner.input-group .input-group-addon a.spin-up .icon-sort-down, .spinner.input-group .input-group-addon a.spin-down .icon-sort-down {
    position: relative;
    top: -6px; }
  .spinner.input-group .input-group-addon a.spin-up:hover, .spinner.input-group .input-group-addon a.spin-down:hover {
    color: #555; }

.spinner.input-group input {
  text-align: center; }

.spinner.input-group.input-group-lg .input-group-addon a.spin-up, .spinner.input-group.input-group-lg .input-group-addon a.spin-down {
  font-size: 16px;
  height: 12px; }

.spinner.input-group.input-group-sm .input-group-addon a.spin-up, .spinner.input-group.input-group-sm .input-group-addon a.spin-down {
  font-size: 12px;
  height: 9px; }

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px;
  background: none;
  border: 0px;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 35px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

body .home-page .by-spinner-control {
  width: 30px;
  height: 30px;
  font-size: 30px;
  margin-top: 5px;
  margin-right: 10px; }

body .home-page .center-items {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px; }
  body .home-page .center-items .sl-matha-type div.select {
    width: 100%; }
    body .home-page .center-items .sl-matha-type div.select select {
      width: 100%;
      text-align-last: center; }

body .home-page .btn-logged-in-item {
  box-shadow: none !important;
  text-shadow: none !important;
  background: #fff !important;
  font-size: 11px !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #6e6f70 !important;
  border: 1px solid #adadad !important;
  border-radius: 15px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding-left: 35px;
  padding-right: 35px;
  margin-right: -22px;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important; }

body .home-page .btn-logged-in-item:first-child {
  border: 1px solid #adadad !important;
  border-radius: 15px !important; }

body .home-page .btn-logged-in-item:last-child {
  border: 1px solid #adadad !important;
  border-radius: 15px !important;
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

body .home-page .btn-logged-in-item.btn-logged-in-item-active {
  background: #C81F3E !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #fff !important;
  position: inherit;
  border-radius: 15px !important; }

body #Main .logged-item {
  margin-bottom: 20px; }
  body #Main .logged-item .item-content {
    box-shadow: 0px 0px 2px 2px #ccc;
    background: #fff; }
    body #Main .logged-item .item-content .title-image-content {
      padding-top: 10px;
      /*height: 46%;*/ }
      body #Main .logged-item .item-content .title-image-content .item-image a img {
        width: auto;
        height: auto;
        /*max-height: 165px;*/
        max-width: 100%; }
    body #Main .logged-item .item-content .item-name {
      font-size: 15px;
      line-height: 16px;
      font-weight: bold;
      margin-top: 5px;
      margin-bottom: 5px;
      padding-left: 30px;
      padding-right: 30px; }
    body #Main .logged-item .item-content .item-desc {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 5px;
      margin-bottom: 10px;
      font-size: 12px;
      padding-bottom: 10px; }
    body #Main .logged-item .item-content .item-pre-footer a {
      font-weight: bold;
      font-size: 12px;
      color: #C81F3E; }
    body #Main .logged-item .item-content .item-footer .with-you {
      padding-top: 2px;
      width: auto; }

body #Main .log-in-content {
  text-align: center;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 25px; }
  body #Main .log-in-content .sign-up-text {
    font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-top: 10px;
    margin-bottom: 0;
    color: #C81F3E;
    font-size: 13px; }
    body #Main .log-in-content .sign-up-text a {
      color: #C81F3E; }

body #Main .spotlight-section-content {
  padding-top: 25px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  /* Medium devices (desktops, 480px and down) */ }
  @media (max-width: 480px) {
    body #Main .spotlight-section-content {
      padding-bottom: 15px; } }
  body #Main .spotlight-section-content .spotlight-recipe-item {
    padding-left: 10px;
    padding-right: 10px;
    /* Medium devices (desktops, 520px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Medium devices (desktops, 500px and down) */ }
    @media (min-width: 520px) {
      body #Main .spotlight-section-content .spotlight-recipe-item {
        width: 50%; } }
    @media (min-width: 992px) {
      body #Main .spotlight-section-content .spotlight-recipe-item {
        width: 25%; } }
    @media (max-width: 212px) {
      body #Main .spotlight-section-content .spotlight-recipe-item {
        width: 100%; } }
    body #Main .spotlight-section-content .spotlight-recipe-item .item-content .title-image-content {
      height: auto;
      padding-top: 0; }
      body #Main .spotlight-section-content .spotlight-recipe-item .item-content .title-image-content .item-title .recipe-background {
        background: #C81F3E; }
        body #Main .spotlight-section-content .spotlight-recipe-item .item-content .title-image-content .item-title .recipe-background h4 {
          padding: 6px 0;
          margin: 0;
          height: 35px;
          color: #fff; }
    body #Main .spotlight-section-content .spotlight-recipe-item .item-content .ad-item-desc {
      margin-top: 10px;
      font-size: 12px;
      font-weight: normal; }
    body #Main .spotlight-section-content .spotlight-recipe-item .img-only {
      width: auto;
      height: 100%;
      max-height: 352px;
      /* Medium devices (desktops, 1200px and down) */
      /* Medium devices (desktops, 992px and down) */
      /* Medium devices (desktops, 480px and down) */ }
      @media (max-width: 1200px) {
        body #Main .spotlight-section-content .spotlight-recipe-item .img-only {
          width: auto;
          height: 100%;
          max-height: 300px; } }
      @media (max-width: 992px) {
        body #Main .spotlight-section-content .spotlight-recipe-item .img-only {
          width: 100%;
          height: auto;
          max-height: initial; } }
      @media (max-width: 480px) {
        body #Main .spotlight-section-content .spotlight-recipe-item .img-only {
          width: 100%;
          height: auto;
          max-height: initial; } }
  body #Main .spotlight-section-content .by-widget-item {
    height: 100%; }
  body #Main .spotlight-section-content .item-content {
    background: #fff;
    margin-bottom: 15px;
    /* Medium devices (desktops, 480px and down) */ }
    @media (max-width: 480px) {
      body #Main .spotlight-section-content .item-content {
        width: 60%;
        margin: 0 auto; } }
    body #Main .spotlight-section-content .item-content .ad-item-image {
      height: 50%; }
    body #Main .spotlight-section-content .item-content a img,
    body #Main .spotlight-section-content .item-content .item-image a img,
    body #Main .spotlight-section-content .item-content ad-item-image a img {
      width: auto;
      max-height: 100%;
      max-width: 100%; }
  body #Main .spotlight-section-content .ad-image-item {
    text-align: center; }
    body #Main .spotlight-section-content .ad-image-item .ad-item-content .ad-item-name {
      font-size: 15px;
      font-weight: bold;
      padding-top: 15px; }
    body #Main .spotlight-section-content .ad-image-item .ad-item-content .ad-item-price {
      font-size: 15px;
      padding-top: 10px;
      color: #C81F3E; }
  body #Main .spotlight-section-content .image-text-item .item-title {
    height: 38px;
    padding-top: 1px;
    background: #d4d4d4;
    color: #fff;
    text-align: center; }
    body #Main .spotlight-section-content .image-text-item .item-title h1, body #Main .spotlight-section-content .image-text-item .item-title h2, body #Main .spotlight-section-content .image-text-item .item-title h3, body #Main .spotlight-section-content .image-text-item .item-title h4, body #Main .spotlight-section-content .image-text-item .item-title h5, body #Main .spotlight-section-content .image-text-item .item-title h6 {
      font-size: 15px;
      color: #fff;
      margin-top: 9px; }
  body #Main .spotlight-section-content .image-text-item .item-name {
    font-size: 15px;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    text-align: left; }
  body #Main .spotlight-section-content .image-text-item .item-desc {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left; }
  body #Main .spotlight-section-content .splotlight-item .item-title {
    height: 38px;
    padding-top: 1px;
    background: #C81F3E;
    color: #fff;
    text-align: center; }
    body #Main .spotlight-section-content .splotlight-item .item-title h4 {
      font-size: 15px;
      color: #fff;
      margin-top: 9px; }
  body #Main .spotlight-section-content .splotlight-item .item-name {
    font-size: 15px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px; }
  body #Main .spotlight-section-content .splotlight-item .item-desc {
    padding-top: 8px; }
    body #Main .spotlight-section-content .splotlight-item .item-desc .prep-time {
      font-size: 11px;
      text-align: left; }
    body #Main .spotlight-section-content .splotlight-item .item-desc .cook-time {
      font-size: 11px;
      text-align: right; }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 480px and up) */
@media (min-width: 480px) {
  body #Main .spotlight-section-content .splotlight-item .item-desc {
    padding-top: 0; }
    body #Main .spotlight-section-content .splotlight-item .item-desc .prep-time, body #Main .spotlight-section-content .splotlight-item .item-desc .cook-time {
      width: 100%;
      text-align: center; } }

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Small devices (tablets, 1024px and up) */
@media (max-width: 1024px) {
  body #Main .spotlight-section-content .image-text-item .item-name {
    padding-top: 5px;
    padding-bottom: 0px; }
  body #Main .spotlight-section-content .splotlight-item .item-name {
    padding-top: 5px;
    padding-bottom: 0px; } }

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  body #Main .spotlight-section-content .splotlight-item .item-desc {
    padding-top: 0; }
    body #Main .spotlight-section-content .splotlight-item .item-desc .prep-time, body #Main .spotlight-section-content .splotlight-item .item-desc .cook-time {
      width: 100%;
      text-align: center; } }

/* Small devices (tablets, 600px and up) */
@media (max-width: 600px) {
  body #Main .spotlight-section-content .ad-image-item {
    text-align: center; }
    body #Main .spotlight-section-content .ad-image-item .ad-item-content .ad-item-name {
      font-size: 12px; }
    body #Main .spotlight-section-content .ad-image-item .ad-item-content .ad-item-price {
      font-size: 12px; }
  body #Main .spotlight-section-content .image-text-item .item-title {
    height: 30px; }
    body #Main .spotlight-section-content .image-text-item .item-title h4 {
      font-size: 13px;
      margin-bottom: 6px;
      margin-top: 6px; }
  body #Main .spotlight-section-content .image-text-item .item-name {
    font-size: 12px; }
  body #Main .spotlight-section-content .image-text-item .item-desc {
    font-size: 10px; }
  body #Main .spotlight-section-content .splotlight-item .item-title {
    height: 30px; }
    body #Main .spotlight-section-content .splotlight-item .item-title h4 {
      font-size: 13px;
      margin-bottom: 6px;
      margin-top: 6px; }
  body #Main .spotlight-section-content .splotlight-item .item-name {
    font-size: 12px; }
  body #Main .spotlight-section-content .splotlight-item .item-desc {
    padding-top: 0; }
    body #Main .spotlight-section-content .splotlight-item .item-desc .prep-time, body #Main .spotlight-section-content .splotlight-item .item-desc .cook-time {
      width: 100%;
      text-align: center; } }

/* Small devices (tablets, 540px and up) */
@media (max-width: 540px) {
  body #Main .spotlight-section-content .ad-image-item {
    text-align: center; }
    body #Main .spotlight-section-content .ad-image-item .ad-item-content .ad-item-name {
      font-size: 11px;
      height: 32px;
      padding-top: 5px; }
    body #Main .spotlight-section-content .ad-image-item .ad-item-content .ad-item-price {
      font-size: 11px;
      padding-top: 2px; }
  body #Main .spotlight-section-content .image-text-item .item-title {
    height: 18px; }
    body #Main .spotlight-section-content .image-text-item .item-title h4 {
      font-size: 11px;
      margin-bottom: 1px;
      margin-top: 1px; }
  body #Main .spotlight-section-content .image-text-item .item-name {
    font-size: 11px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px; }
  body #Main .spotlight-section-content .image-text-item .item-desc {
    font-size: 8px;
    padding-left: 5px;
    padding-right: 5px; }
  body #Main .spotlight-section-content .splotlight-item .item-title {
    height: 18px; }
    body #Main .spotlight-section-content .splotlight-item .item-title h4 {
      font-size: 12px;
      margin-bottom: 1px;
      margin-top: 1px; }
  body #Main .spotlight-section-content .splotlight-item .item-name {
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px; }
  body #Main .spotlight-section-content .splotlight-item .item-desc .prep-time, body #Main .spotlight-section-content .splotlight-item .item-desc .cook-time {
    font-size: 9px; } }

#bt-content #list-available-coupons .margin-bottom-20 {
  margin-bottom: 20px; }

#bt-content #list-available-coupons .items {
  padding: 0px 8px 16px 8px;
  height: 417px; }
  #bt-content #list-available-coupons .items .logo-item-coupon {
    z-index: 100;
    position: absolute;
    padding-top: 55px;
    margin-left: -5.5%;
    width: 65%; }
  #bt-content #list-available-coupons .items .items-header {
    background-color: #375176;
    height: 43px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0px -1px 10px #bbb; }
  #bt-content #list-available-coupons .items .items-header h4 {
    color: #fff; }
  #bt-content #list-available-coupons .items .items-content {
    padding: 10px 0px 10px 0px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 10px #bbb; }
    #bt-content #list-available-coupons .items .items-content .item-image-box {
      height: 150px;
      overflow: hidden; }
    #bt-content #list-available-coupons .items .items-content .item-data {
      height: 315px;
      overflow: hidden; }
    #bt-content #list-available-coupons .items .items-content .custom-font-size {
      font-size: 10px; }
  #bt-content #list-available-coupons .items .color-bold {
    color: #a58a52;
    font-weight: bold; }
  #bt-content #list-available-coupons .items .fa {
    border: 1px solid #616161;
    border-radius: 25px;
    padding: 7px 7px 5px 6px;
    color: #616161;
    height: auto; }
    @media (max-width: 992px) {
      #bt-content #list-available-coupons .items .fa {
        padding: 5px 5px 3px 4px; } }
  #bt-content #list-available-coupons .items .custom-text-mobie-item {
    font-size: 9px; }
  #bt-content #list-available-coupons .items .minus-color {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    font-size: 33px;
    color: crimson; }
  @media (max-width: 992px) {
    #bt-content #list-available-coupons .items .custom-responsive-img {
      max-width: 36px !important; } }
  #bt-content #list-available-coupons .items .click2card-icon {
    padding: 7px 5px 0 5px; }

#bt-content #list-available-coupons .view-full-box {
  height: 417px;
  line-height: 417px; }

#bt-content #LoggedInItems .item-footer {
  padding-bottom: 10px; }

#bt-content #LoggedInItems .by-btn-spinner-sub {
  margin-right: 0; }

#bt-content .view-full-box {
  background-color: #444 !important;
  color: white  !important;
  box-shadow: 0px 0px 10px #444  !important;
  text-align: center; }
  #bt-content .view-full-box a {
    color: white; }

/*!normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*!Source:https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  html, body {
    width: 1024px; }
  body {
    margin: 0 auto; }
  .widget img {
    width: 30px !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #252525;
  background-color: #ffffff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #252525;
  text-decoration: none; }

a:hover, a:focus {
  color: #252525;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.1; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small, .small {
  font-size: 85%; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #252525; }

a.text-primary:hover {
  color: #010a14; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #ffffff;
  background-color: #252525; }

a.bg-primary:hover {
  background-color: #010a14; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #C81F3E;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #C81F3E;
  background-color: #f5f5f5;
  border: 1px solid #CCC;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  body .container {
    width: 750px; } }

@media (min-width: 992px) {
  body header .top-logo {
    padding-left: 15px; }
    body header .top-logo img {
      width: 160px; }
  body header .top-account-content .by-btn-log-in-group, body header .top-account-content .by-btn-log-out-group {
    width: 370px;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 25px; }
  body header .by-top-nav-wrap ul a {
    font-size: 17px; }
  body .container {
    width: 970px; } }

@media (min-width: 1200px) {
  body header .top-logo {
    padding-left: 15px; }
    body header .top-logo img {
      width: 164px; }
  body header .top-account-content .by-btn-log-in-group, body header .top-account-content .by-btn-log-out-group {
    width: 435px;
    margin: 0px 25px;
    margin-top: 10px; }
  body header .by-top-nav-wrap ul a {
    font-size: 24px; }
  body .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #faf2cc; }

.table-responsive {
  overflow-x: auto;
  min-height: .01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #C81F3E;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%; }

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .form-control {
  height: 34px; }

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, textarea, .form-control {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, 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; }

input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, select:focus, textarea:focus, .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #999999; }

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #999999; }

input[type=text][disabled], input[type=password][disabled], input[type=datetime][disabled], input[type=datetime-local][disabled], input[type=date][disabled], input[type=month][disabled], input[type=time][disabled], input[type=week][disabled], input[type=number][disabled], input[type=email][disabled], input[type=url][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=color][disabled], select[disabled], textarea[disabled], .form-control[disabled], input[type=text][readonly], input[type=password][readonly], input[type=datetime][readonly], input[type=datetime-local][readonly], input[type=date][readonly], input[type=month][readonly], input[type=time][readonly], input[type=week][readonly], input[type=number][readonly], input[type=email][readonly], input[type=url][readonly], input[type=search][readonly], input[type=tel][readonly], input[type=color][readonly], select[readonly], textarea[readonly], .form-control[readonly], fieldset[disabled] input[type=text], fieldset[disabled] input[type=password], fieldset[disabled] input[type=datetime], fieldset[disabled] input[type=datetime-local], fieldset[disabled] input[type=date], fieldset[disabled] input[type=month], fieldset[disabled] input[type=time], fieldset[disabled] input[type=week], fieldset[disabled] input[type=number], fieldset[disabled] input[type=email], fieldset[disabled] input[type=url], fieldset[disabled] input[type=search], fieldset[disabled] input[type=tel], fieldset[disabled] input[type=color], fieldset[disabled] select, fieldset[disabled] textarea, fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }

textareainput[type=text], textareainput[type=password], textareainput[type=datetime], textareainput[type=datetime-local], textareainput[type=date], textareainput[type=month], textareainput[type=time], textareainput[type=week], textareainput[type=number], textareainput[type=email], textareainput[type=url], textareainput[type=search], textareainput[type=tel], textareainput[type=color], textareaselect, textareatextarea, textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.form-control.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-control.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.form-control.input-sm, select[multiple].form-control.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.form-control.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.form-control.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.form-control.input-lg, select[multiple].form-control.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-success .form-control {
  border: #468847 1px solid !important; }

.has-warning .form-control {
  border: #c09853 1px solid !important; }

.has-error .form-control {
  border: #b94a48 1px solid !important; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #969696; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

input[type=submit].primaryAction, input[type=reset].primaryAction, input[type=button].primaryAction, button.primaryAction, .btn.primaryAction {
  text-shadow: none;
  box-shadow: none;
  background: #C81F3E;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 15px;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
  border: 1px solid transparent; }

input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, button:focus, .btn:focus, input[type=submit]:active:focus, input[type=reset]:active:focus, input[type=button]:active:focus, button:active:focus, .btn:active:focus, input[type=submit].active:focus, input[type=reset].active:focus, input[type=button].active:focus, button.active:focus, .btn.active:focus, input[type=submit].focus, input[type=reset].focus, input[type=button].focus, button.focus, .btn.focus, input[type=submit]:active.focus, input[type=reset]:active.focus, input[type=button]:active.focus, button:active.focus, .btn:active.focus, input[type=submit].active.focus, input[type=reset].active.focus, input[type=button].active.focus, button.active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, .btn:hover, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, button:focus, .btn:focus, input[type=submit].focus, input[type=reset].focus, input[type=button].focus, button.focus, .btn.focus {
  color: #ffffff;
  text-decoration: none; }

input[type=submit]:active, input[type=reset]:active, input[type=button]:active, button:active, .btn:active, input[type=submit].active, input[type=reset].active, input[type=button].active, button.active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

input[type=submit].disabled, input[type=reset].disabled, input[type=button].disabled, button.disabled, .btn.disabled, input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], button[disabled], .btn[disabled], fieldset[disabled] input[type=submit], fieldset[disabled] input[type=reset], fieldset[disabled] input[type=button], fieldset[disabled] button, fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type=submit]:active, input[type=reset]:active, input[type=button]:active, button:active, .btn-default:active, input[type=submit].active, input[type=reset].active, input[type=button].active, button.active, .btn-default.active, .open > .dropdown-toggleinput[type=submit], .open > .dropdown-toggleinput[type=reset], .open > .dropdown-toggleinput[type=button], .open > .dropdown-togglebutton, .open > .dropdown-toggle.btn-default {
  background-image: none; }

input[type=submit].disabled, input[type=reset].disabled, input[type=button].disabled, button.disabled, .btn-default.disabled, input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], button[disabled], .btn-default[disabled], fieldset[disabled] input[type=submit], fieldset[disabled] input[type=reset], fieldset[disabled] input[type=button], fieldset[disabled] button, fieldset[disabled] .btn-default, input[type=submit].disabled:hover, input[type=reset].disabled:hover, input[type=button].disabled:hover, button.disabled:hover, .btn-default.disabled:hover, input[type=submit][disabled]:hover, input[type=reset][disabled]:hover, input[type=button][disabled]:hover, button[disabled]:hover, .btn-default[disabled]:hover, fieldset[disabled] input[type=submit]:hover, fieldset[disabled] input[type=reset]:hover, fieldset[disabled] input[type=button]:hover, fieldset[disabled] button:hover, fieldset[disabled] .btn-default:hover, input[type=submit].disabled:focus, input[type=reset].disabled:focus, input[type=button].disabled:focus, button.disabled:focus, .btn-default.disabled:focus, input[type=submit][disabled]:focus, input[type=reset][disabled]:focus, input[type=button][disabled]:focus, button[disabled]:focus, .btn-default[disabled]:focus, fieldset[disabled] input[type=submit]:focus, fieldset[disabled] input[type=reset]:focus, fieldset[disabled] input[type=button]:focus, fieldset[disabled] button:focus, fieldset[disabled] .btn-default:focus, input[type=submit].disabled.focus, input[type=reset].disabled.focus, input[type=button].disabled.focus, button.disabled.focus, .btn-default.disabled.focus, input[type=submit][disabled].focus, input[type=reset][disabled].focus, input[type=button][disabled].focus, button[disabled].focus, .btn-default[disabled].focus, fieldset[disabled] input[type=submit].focus, fieldset[disabled] input[type=reset].focus, fieldset[disabled] input[type=button].focus, fieldset[disabled] button.focus, fieldset[disabled] .btn-default.focus, input[type=submit].disabled:active, input[type=reset].disabled:active, input[type=button].disabled:active, button.disabled:active, .btn-default.disabled:active, input[type=submit][disabled]:active, input[type=reset][disabled]:active, input[type=button][disabled]:active, button[disabled]:active, .btn-default[disabled]:active, fieldset[disabled] input[type=submit]:active, fieldset[disabled] input[type=reset]:active, fieldset[disabled] input[type=button]:active, fieldset[disabled] button:active, fieldset[disabled] .btn-default:active, input[type=submit].disabled.active, input[type=reset].disabled.active, input[type=button].disabled.active, button.disabled.active, .btn-default.disabled.active, input[type=submit][disabled].active, input[type=reset][disabled].active, input[type=button][disabled].active, button[disabled].active, .btn-default[disabled].active, fieldset[disabled] input[type=submit].active, fieldset[disabled] input[type=reset].active, fieldset[disabled] input[type=button].active, fieldset[disabled] button.active, fieldset[disabled] .btn-default.active {
  background-color: #C81F3E;
  border-color: #262626; }

input[type=submit] .badge, input[type=reset] .badge, input[type=button] .badge, button .badge, .btn-default .badge {
  color: #C81F3E;
  background-color: #ffffff; }

.btn-primary {
  color: #ffffff;
  background-color: #252525;
  border-color: #01172d; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #010a14;
  border-color: #000; }

.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: #252525;
  border-color: #01172d; }

.btn-primary .badge {
  color: #252525;
  background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }

.btn-link {
  color: #252525;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #252525;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  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;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #CCC;
  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);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #C81F3E;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #252525; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #CCC;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #252525; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #252525; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

body .navbar-toggle {
  position: relative;
  float: left;
  margin-right: 0px;
  padding: 0px 9px;
  margin-top: 18px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 32px;
  color: black;
  background: none;
  box-shadow: none;
  margin-bottom: 0; }

body a.navbar-toggle:hover {
  color: initial; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  body .navbar-toggle {
    display: block; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #888;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #C81F3E;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #CCC;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

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

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #C81F3E;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #CCC;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #C81F3E; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #C81F3E; }

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #CCC; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #C81F3E; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #C81F3E; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #ffffff; }

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #252525;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #252525;
  background-color: #eeeeee;
  border-color: #dddddd; }

.pagination > li > a.active {
  background-color: #252525;
  color: #fff; }

.pagination > li > a.active:hover {
  background-color: #252525;
  color: #fff;
  cursor: default; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #252525;
  border-color: #252525;
  cursor: default; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px; }

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  background-color: #ffffff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:hover, a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #252525; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #010a14; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #252525;
  background-color: #ffffff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1, .jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #252525; }

.thumbnail .caption {
  padding: 9px;
  color: #252525; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #252525;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #C81F3E; }

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #252525;
  border-color: #252525; }

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #1c87f9; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #ffffff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #ffffff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #ffffff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #faf2cc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #ffffff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #C81F3E;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #C81F3E; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #252525; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #252525;
  border-color: #252525; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #252525; }

.panel-primary > .panel-heading .badge {
  color: #252525;
  background-color: #ffffff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #252525; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
  z-index: 999; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Lato","Gotham","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato","Gotham","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; }
  .visible-print-block {
    display: block !important; }
  .visible-print-inline {
    display: none !important; }
  .visible-print-inline {
    display: inline !important; }
  .visible-print-inline-block {
    display: none !important; }
  .visible-print-inline-block {
    display: inline-block !important; }
  .hidden-print {
    display: none !important; } }

html {
  height: 100%; }

body, #body, #Body, #form, #Form {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

#BgLayer1 {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -999;
  background: #ffffff; }

header.navbar {
  background: #252525;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  margin: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999; }

header.navbar .header-aux {
  font-size: 10px; }

header.navbar .header-aux > .container {
  position: relative; }

header.navbar .navbar-collapse {
  max-height: 100%;
  padding: 0; }

#bt-slider {
  clear: both; }

#bt-slider .container-box, #bt-slider .widget {
  margin: 0 !important; }

#bt-pagetitle {
  background: url(../Content/Images/bg.transp.tile-wavecut.png); }

#bt-pagetitle h1, #bt-pagetitle h2, #bt-pagetitle h3, #bt-pagetitle h4, #bt-pagetitle h5, #bt-pagetitle h6 {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }

#MainWrapper {
  position: relative; }

#MainWrapper #SideBar {
  background: #f8f7f5;
  margin: 40px 0;
  padding: 20px 0; }

#MainWrapper #SideBar .LeftZone {
  border-top: 4px double #dddddd;
  padding: 20px; }

#MainWrapper #SideBar .LeftZone:empty {
  display: none; }

#MainWrapper #Main {
  padding: 20px 0 40px; }

#MainWrapper #Main:after {
  clear: both;
  content: "";
  display: table; }

#MainWrapper.boxed #Main {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 30px 40px; }

#MainWrapper.boxed #SideBar {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

footer {
  background: url(../Content/Images/bg.transp.tile-wavecut.png) #fcbd54;
  margin: 0;
  padding: 70px 0;
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-weight: bold;
  bottom: 0;
  position: absolute;
  width: 100%;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

footer #FooterWidgets .table td {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.1); }

footer #FooterWidgets h1, footer #FooterWidgets h2, footer #FooterWidgets h3, footer #FooterWidgets h4, footer #FooterWidgets h5, footer #FooterWidgets h6 {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

footer #FooterWidgets a {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

footer #FooterWidgets a:hover {
  text-decoration: underline; }

footer #FooterCopyright {
  font-size: 13px;
  margin-top: 30px; }

footer #FooterCopyright > span {
  margin-right: 10px; }

hr {
  border-top: 4px #eeeeee double; }

a {
  transition: color .2s; }

h1, h2, h3, h4, h5, h6 {
  color: #252525;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.3em; }

::selection {
  background: #252525;
  color: #ffffff; }

.icon-rounded {
  background: #eeeeee;
  border-radius: 900px;
  cursor: default;
  display: inline-block;
  font-size: 30px;
  height: 90px;
  line-height: 90px !important;
  transition: all .1s linear;
  width: 90px; }

.icon-rounded:hover {
  background: #252525;
  color: #ffffff; }

.highlight {
  transition: .2s all; }

.highlight:hover {
  background-color: #252525 !important; }

.highlight:hover h1, .highlight:hover h2, .highlight:hover h3, .highlight:hover h4, .highlight:hover h5, .highlight:hover h6, .highlight:hover p, .highlight:hover small, .highlight:hover li, .highlight:hover span, .highlight:hover div, .highlight:hover td {
  color: #ffffff; }

.alert {
  border: none;
  text-shadow: none; }

blockquote p {
  color: #999999;
  font-family: Cambria,Georgia,serif;
  font-size: 28px;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 1.1em;
  position: relative; }

blockquote small {
  color: #aaa; }

blockquote small:before, blockquote small :after {
  content: ""; }

.carousel {
  line-height: 1.5em;
  margin-bottom: 0; }

.carousel .item {
  padding: 0;
  width: 100%; }

.carousel .item .carousel-caption {
  background: transparent;
  bottom: 40px;
  left: 80px;
  padding: 0;
  max-width: 80%;
  text-align: left; }

.carousel .item .carousel-caption h1, .carousel .item .carousel-caption h2, .carousel .item .carousel-caption h3, .carousel .item .carousel-caption h4, .carousel .item .carousel-caption h5, .carousel .item .carousel-caption h6 {
  background: #899cbc;
  clear: both;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  float: left;
  font-size: 36px;
  line-height: 54px;
  margin: 0 0 3px;
  padding: 0 10px; }

.carousel .item .carousel-caption p {
  background: #899cbc;
  clear: both;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  float: left;
  font-size: 22px;
  line-height: 1.3em;
  padding: 15px 10px; }

.carousel .carousel-control {
  background: #000;
  font-size: 30px;
  height: 60px;
  line-height: 56px;
  opacity: .3;
  text-shadow: none;
  top: 40%;
  width: 60px; }

.carousel .carousel-control.left:after {
  content: "\f104";
  font-family: FontAwesome; }

.carousel .carousel-control.right:after {
  content: "\f105";
  font-family: FontAwesome; }

.carousel .carousel-control:hover {
  background-color: #252525;
  color: #ffffff;
  opacity: .9; }

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, textarea, .form-control {
  border: 1px #dddddd solid;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  padding: 6px 12px; }

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, select.form-control {
  height: 34px; }

.input-lg {
  height: 45px !important; }

.input-sm {
  height: 30px !important; }

select[multiple], select[size] {
  height: auto; }

.btn-link {
  box-shadow: none;
  color: inherit;
  text-shadow: none; }

.btn-group-lg > .btn, .btn-lg, .btn-group-lg > .btn {
  font-size: 21px;
  padding: 20px 24px; }

.btn-group-sm > .btn, .btn-sm, .btn-group-sm > .btn {
  font-size: 13px;
  padding: 6px 10px; }

.btn-group-xs > .btn, .btn-xs, .btn-group-xs > .btn {
  font-size: 11px;
  padding: 1px 5px; }

.jumbotron {
  background-color: transparent;
  border-bottom: 4px double #eeeeee;
  border-radius: 0 !important;
  padding: 20px;
  text-align: center; }

.jumbotron h1 {
  color: #C81F3E;
  font-size: 28px;
  margin-bottom: .2em; }

.jumbotron p {
  letter-spacing: -1px;
  font-size: 22px; }

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }

.modal-content .modal-header {
  border-bottom: 1px solid #eeeeee;
  padding: 9px 15px; }

.modal-content .modal-header .close {
  background: #ffffff !important;
  box-shadow: none;
  margin-top: 0; }

.modal-content .modal-body {
  border-bottom: 3px solid #fcfcfc;
  border-top: 3px solid #fcfcfc; }

.modal-content .modal-footer {
  background-color: #ffffff;
  border-radius: 0;
  border-top: 1px solid #eeeeee;
  box-shadow: none;
  margin-top: 0; }

.nav-tabs > li > a {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 12px;
  text-transform: uppercase; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #f9f9f9;
  border-color: #f9f9f9 #f9f9f9 #dddddd; }

.nav-pills > li > a {
  background: #899cbc;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 12px;
  text-transform: uppercase; }

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background: #252525;
  color: #ffffff; }

.nav-pills > li > a:hover > .badge, .nav-pills > li > a:focus > .badge {
  background: #ffffff;
  color: #000; }

.nav-pills > li > a > .badge {
  background: #ffffff;
  color: #000; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #252525; }

.nav > li.disabled {
  opacity: .5; }

.nav > li.disabled > a {
  background: #899cbc !important;
  color: #ffffff !important; }

.page-header {
  border-bottom: 4px double #eeeeee; }

.page-header h1 {
  font-size: 28px; }

.page-header h1 small {
  font-size: 22px; }

.pager li a, .pager li span {
  background-color: #C81F3E;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase; }

.pager li a:hover, .pager li a:focus {
  background-color: #252525;
  color: #ffffff; }

.panel {
  border-radius: 3px;
  box-shadow: none; }

.panel.panel-default {
  border-color: #f9f9f9; }

.panel.panel-default > .panel-heading {
  background: #f9f9f9;
  border-bottom: none; }

.panel .panel-footer {
  background: #f9f9f9;
  border-top: none; }

.panel.panel-primary > .panel-heading h1, .panel.panel-primary > .panel-heading h2, .panel.panel-primary > .panel-heading h3, .panel.panel-primary > .panel-heading h4, .panel.panel-primary > .panel-heading h5, .panel.panel-primary > .panel-heading h6 {
  color: #ffffff; }

.panel-group .panel-heading {
  transition: all .2s; }

.panel-group .panel-heading a:before {
  content: "\f056";
  display: inline-block;
  font-family: fontawesome;
  font-size: 16px;
  margin-right: 5px; }

.panel-group .panel-heading a.collapsed:before {
  content: "\f055"; }

.panel-group .panel-heading:hover {
  background: #252525;
  color: #ffffff; }

.panel-group .panel-heading:hover h1, .panel-group .panel-heading:hover h2, .panel-group .panel-heading:hover h3, .panel-group .panel-heading:hover h4, .panel-group .panel-heading:hover h5, .panel-group .panel-heading:hover h6, .panel-group .panel-heading:hover a {
  color: #ffffff;
  text-decoration: none; }

.progress {
  border-radius: 20px;
  height: 16px; }

.progress .bar {
  border-radius: 20px; }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #F2EFEF; }

.well {
  background-color: #f8f7f5;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.well.highlight {
  background: #f8f7f5; }

.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

.nivo-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  color: #ffffff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: .8;
  overflow: hidden;
  display: none;
  -moz-opacity: .8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0; }

.nivo-nextNav {
  right: 0; }

.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

.nivo-caption {
  background: #899cbc;
  left: 80px;
  bottom: 40px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 22px;
  max-width: 80%;
  opacity: 1;
  padding: 15px 10px;
  width: auto; }

.nivo-directionNav a {
  background: #000;
  border-radius: 0;
  color: #ffffff;
  font-family: fontawesome;
  font-size: 0;
  height: 60px;
  line-height: 60px;
  margin: 0;
  opacity: .3;
  text-align: center;
  width: 60px; }

.nivo-directionNav a:hover {
  background: #252525;
  opacity: .9;
  text-decoration: none; }

.nivo-prevNav:before {
  color: #ffffff;
  content: "\f104";
  font-size: 40px; }

.nivo-nextNav:before {
  color: #ffffff;
  content: "\f105";
  font-size: 40px; }

.nivo-controlNav a {
  color: #CCC;
  font-size: 0;
  margin: 0 2px; }

.nivo-controlNav a:before {
  content: "\f10c";
  font-family: fontawesome;
  font-size: 14px; }

.nivo-controlNav a.active:before {
  color: #999999;
  content: "\f111";
  font-weight: normal; }

.C01 .TM {
  background: #899cbc; }

.C01 .TM .CTitle {
  color: #ffffff;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.C02 .TM {
  background: #fcbd54; }

.C02 .TM .CTitle {
  color: #000;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.C03 .TM .CTitle {
  color: #899cbc;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.C04 .TM .CTitle {
  color: #fcbd54;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

#Breadcrumb {
  display: block;
  border-top: 4px double #eeeeee;
  clear: both;
  font-size: 13px;
  margin-top: 20px;
  padding: 20px 0; }

#Breadcrumb .breadcrumblink {
  color: #252525;
  padding: 0 2px;
  text-decoration: none; }

#Breadcrumb .breadcrumblinkhover, #Breadcrumb .breadcrumblinkcurrent {
  color: #252525;
  padding: 0 2px;
  text-decoration: none; }

#Breadcrumb .fa-home:before {
  color: #252525; }

#Cart {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  vertical-align: bottom; }

#Cart .cartlink {
  color: #000;
  opacity: .4; }

#Cart .cartlinkhover {
  opacity: .7; }

#Cart .cartprice {
  float: left; }

#Cart tr {
  float: left; }

#Cart tr:first-child td:before {
  content: "\f07a";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  height: 16px;
  left: 10px;
  position: absolute;
  width: 14px; }

#Copyright {
  display: inline-block; }

#Copyright .Copyright {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

#Language {
  display: inline-block;
  margin-right: 30px; }

#Language .language {
  color: #ffffff;
  display: inline-block;
  line-height: 18px;
  margin: 7px 5px 7px 0;
  opacity: .7;
  text-decoration: none;
  vertical-align: top; }

#Language .language:hover {
  opacity: 1; }

#Language .languageselected {
  opacity: 1; }

#Login {
  display: inline-block;
  margin: 7px 15px 7px 0;
  text-transform: uppercase;
  vertical-align: top; }

#Login .user-actions a, #Login .user-actions a:link, #Login .user-actions a:visited, #Login .user-actions a:active {
  color: #ffffff;
  line-height: 18px;
  opacity: .3;
  text-decoration: none;
  transition: .2 all; }

#Login .user-actions a:hover {
  opacity: 1;
  text-decoration: none; }

#Logo {
  color: #ffffff;
  margin: 30px 0; }

#Logo .logoimg {
  border: none;
  margin-right: 20px; }

#Logo a {
  color: #ffffff; }

#Logo .logopagetitle {
  color: #ffffff;
  font-size: 16px;
  margin: 6px 0 0 !important;
  text-transform: none; }

#MenuH {
  display: inline-block;
  float: right;
  margin: 35px -15px 0 0; }

#MenuH ul.menu > li > a, #MenuH ul.menu > li > span {
  color: #ffffff;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  opacity: .7;
  padding: 0 15px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s all; }

#MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
  color: #ffffff;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  opacity: 1.0;
  padding: 0 15px 35px;
  text-decoration: none;
  text-transform: uppercase; }

#MenuH .submenu {
  background: #252525;
  margin: 0;
  padding: 0;
  z-index: 9999; }

#MenuH .submenu li, #MenuH .submenu li:hover, #MenuH .submenu li.current {
  background: transparent; }

#MenuH .submenu li a, #MenuH .submenu li span {
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase; }

#MenuH .submenu li:hover > a, #MenuH .submenu li:hover > span, #MenuH .submenu li.current > a, #MenuH .submenu li.current > span {
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase; }

#MenuH.megamenu .mega > .submenu > li, #MenuH.megamenu .mega > .submenu > .megamenu-row > li {
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px; }

#MenuH.megamenu .mega > .submenu > li:last-child, #MenuH.megamenu .mega > .submenu > .megamenu-row > li:last-child {
  border-right: none; }

#MenuH.megamenu .mega > .submenu > li > a, #MenuH.megamenu .mega > .submenu > .megamenu-row > li > a {
  font-size: 15px !important;
  padding: 10px 5px 10px 15px !important; }

#MenuH.megamenu .mega > .submenu .submenu {
  border: none;
  box-shadow: none;
  padding-left: 15px; }

#MenuH.megamenu .mega > .submenu .submenu li a {
  background: transparent !important;
  border-bottom: none;
  font-size: .9em;
  padding: 6px 0; }

#Main #MenuH {
  background: #252525;
  float: none;
  margin: 0;
  padding-top: 35px; }

#MenuV {
  display: block;
  margin-bottom: 20px; }

#MenuV ul.menu > li > a, #MenuV ul.menu > li > span {
  background: transparent;
  color: #252525;
  font-size: 13px;
  padding: 5px 20px;
  text-decoration: none;
  transition: .2s all; }

#MenuV ul.menu > li > a:before, #MenuV ul.menu > li > span:before {
  color: #999999;
  content: "\f105";
  font-family: fontawesome;
  margin-right: 10px; }

#MenuV ul.menu > li:hover > a, #MenuV ul.menu > li:hover > span, #MenuV ul.menu > li.current > a, #MenuV ul.menu > li.current > span {
  background: transparent;
  color: #000;
  font-size: 13px;
  padding: 5px 20px;
  text-decoration: none; }

#MenuV ul.menu > li:hover > a:before, #MenuV ul.menu > li:hover > span:before, #MenuV ul.menu > li.current > a:before, #MenuV ul.menu > li.current > span:before {
  color: #999999;
  content: "\f105";
  font-family: fontawesome;
  margin-right: 10px; }

#MenuV .submenu {
  background: #252525;
  margin: 0;
  padding: 0;
  z-index: 9999; }

#MenuV .submenu li, #MenuV .submenu li:hover, #MenuV .submenu li.current {
  background: transparent; }

#MenuV .submenu li a, #MenuV .submenu li span {
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase; }

#MenuV .submenu li:hover > a, #MenuV .submenu li:hover > span, #MenuV .submenu li.current > a, #MenuV .submenu li.current > span {
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase; }

#MenuV.megamenu .mega > .submenu > li, #MenuV.megamenu .mega > .submenu > .megamenu-row > li {
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px; }

#MenuV.megamenu .mega > .submenu > li:last-child, #MenuV.megamenu .mega > .submenu > .megamenu-row > li:last-child {
  border-right: none; }

#MenuV.megamenu .mega > .submenu > li > a, #MenuV.megamenu .mega > .submenu > .megamenu-row > li > a {
  font-size: 15px !important;
  padding: 10px 5px 10px 15px !important; }

#MenuV.megamenu .mega > .submenu .submenu {
  border: none;
  box-shadow: none;
  padding-left: 15px; }

#MenuV.megamenu .mega > .submenu .submenu li a {
  background: transparent !important;
  border-bottom: none;
  font-size: .9em;
  padding: 6px 0; }

#MenuV.accordion .submenu {
  background: #fff;
  border: none !important; }

#MenuV.accordion .submenu li, #MenuV.accordion .submenu li:hover, #MenuV.accordion .submenu li.current {
  border-bottom: 1px solid #edebe6; }

#MenuV.accordion .submenu li a, #MenuV.accordion .submenu li span, #MenuV.accordion .submenu li:hover > a, #MenuV.accordion .submenu li:hover > span, #MenuV.accordion .submenu li.current > a, #MenuV.accordion .submenu li.current > span {
  background: transparent !important;
  border-bottom: none !important;
  color: #666666;
  font-family: "Lato","Gotham","Helvetica Neue","Helvetica","Arial",sans-serif;
  padding: 3px 14px 3px 35px;
  text-transform: none; }

#MenuV.accordion .submenu li .submenu li, #MenuV.accordion .submenu li .submenu li:hover, #MenuV.accordion .submenu li .submenu li.current {
  border-bottom: none !important;
  padding-left: 10px; }

#MenuV.accordion .submenu li .submenu li a, #MenuV.accordion .submenu li .submenu li span, #MenuV.accordion .submenu li .submenu li:hover > a, #MenuV.accordion .submenu li .submenu li:hover > span, #MenuV.accordion .submenu li .submenu li.current > a, #MenuV.accordion .submenu li .submenu li.current > span {
  font-size: .9em !important; }

#Main #MenuV {
  background: #f8f7f5; }

#Privacy {
  display: inline-block; }

#Privacy .privacylink {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

#Privacy .privacylinkhover {
  text-decoration: underline; }

#Search {
  display: block;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 35px;
  transition: all .3s ease;
  z-index: 100; }

#Search #SearchBar {
  position: relative;
  overflow: hidden; }

#Search .search-form input[type=text] {
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: #888;
  cursor: pointer;
  font-family: Cambria,Georgia,serif;
  font-size: 60px;
  height: 130px;
  line-height: 130px;
  margin: 0;
  opacity: 0;
  padding: 0;
  text-indent: 20px;
  vertical-align: top;
  width: 85%; }

#Search .search-form button[type=submit] {
  background: url(../Content/Images/search.gif) no-repeat !important;
  border: none;
  box-shadow: none;
  height: 130px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 130px; }

#Search .searchadvancedlink {
  color: #999999;
  font-size: 18px !important;
  opacity: 0;
  position: absolute;
  right: 160px;
  top: 135px;
  z-index: 102; }

.header-aux .active + #Search {
  height: 130px;
  line-height: 130px;
  overflow: visible; }

.header-aux .active + #Search .search-form input[type=text], .header-aux .active + #Search .search-form button[type=submit] {
  opacity: 1;
  transition-delay: .2s;
  transition: .5s ease-in; }

.IE8 #Search .searchBox, .IE8 #Search input[type=text] {
  background: white !important; }

#Sitemap {
  display: inline-block;
  border-left: none; }

#Sitemap .sitemaplink {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

#Sitemap .sitemaplinkhover {
  text-decoration: underline; }

#Terms {
  display: inline-block; }

#Terms .termslink {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }

#Terms .termslinkhover {
  text-decoration: underline; }

#User {
  display: inline-block;
  margin: 7px 15px 7px 0;
  text-transform: uppercase;
  vertical-align: top; }

#User .welcome a, #User .welcome a:link, #User .welcome a:visited, #User .welcome a:active {
  color: #ffffff;
  line-height: 18px;
  opacity: .3;
  text-decoration: none;
  transition: .2 all; }

#User .welcome a:hover {
  opacity: 1;
  text-decoration: none; }

@media (max-width: 991px) {
  #MenuH {
    display: block;
    float: none;
    margin: 0; }
  #MenuH ul.menu > li > a, #MenuH ul.menu > li > span, #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
    padding: 0 30px 15px 0; } }

@media (max-width: 992px) {
  #Main {
    margin-top: 20px; } }

@media (max-width: 767px) {
  body {
    padding-top: 0 !important; }
  header.navbar {
    position: static;
    height: auto; }
    header.navbar .top-bar .row:first-child {
      height: auto; }
  #MenuH {
    display: inline-block !important;
    margin: 0; }
  #MenuH ul.menu > li > a, #MenuH ul.menu > li > span, #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 5px; }
  #MenuH .submenu {
    margin-left: 0 !important;
    padding: 0 0 0 14px; }
  #MenuH .submenu li a, #MenuH .submenu li span, #MenuH .submenu li:hover > a, #MenuH .submenu li:hover > span, #MenuH .submenu li.current > a, #MenuH .submenu li.current > span {
    border: none;
    font-family: "Lato","Gotham","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 12px;
    padding: 4px 0; }
  #MenuH.megamenu .mega > .submenu > li, #MenuH.megamenu .mega > .submenu > .megamenu-row > li {
    border-right: none;
    float: none !important;
    min-height: 0 !important;
    padding: 0; }
  .collapse-user > .col-md-8, .collapse-search > .col-md-4 {
    display: block;
    float: none;
    width: 100%; }
  #Search {
    height: 65px !important;
    margin: 0 0 20px;
    position: static;
    width: 100%; }
  #Search .search-form input[type=text] {
    font-size: 30px;
    height: 65px !important;
    line-height: 65px !important;
    opacity: 1; }
  #Search .search-form button[type=submit] {
    background-size: 100% !important;
    height: 65px !important;
    opacity: 1;
    width: 65px !important; }
  #Language {
    margin-right: 5px; }
  #Logo .logoimg {
    max-height: 30px;
    max-width: 200px; }
  #Logo .logopagetitle {
    display: none; }
  #bt-pagetitle > div {
    padding: 20px; }
  #bt-pagetitle > div h1 {
    font-size: 26px;
    line-height: 1.1em;
    padding: 0; }
  #Main {
    margin-top: 20px;
    padding: 15px; }
  #Copyright {
    display: block !important; }
  footer .container-box, footer .widget {
    margin-bottom: 30px !important; }
  footer > span {
    border-left: none;
    padding-left: 0; }
  .carousel .item .carousel-caption {
    background: #899cbc;
    padding: 10px;
    position: static;
    max-width: 100%; }
  .carousel .item .carousel-caption h1, .carousel .item .carousel-caption h2, .carousel .item .carousel-caption h3, .carousel .item .carousel-caption h4, .carousel .item .carousel-caption h5, .carousel .item .carousel-caption h6 {
    float: none;
    font-size: 24px;
    line-height: 1.3em; }
  .carousel .item .carousel-caption p {
    float: none;
    font-size: 18px;
    line-height: 1.3em; } }

@media (max-width: 480px) {
  #Logo img {
    max-width: 240px; } }

@media (min-width: 1200px) {
  .container, .navbar-fixed-top .container {
    width: 1100px !important; } }

.IE7 .container, .IE7 .navbar-fixed-top .container, .IE8 .container, .IE8 .navbar-fixed-top .container {
  width: 1100px !important; }

.IE7 footer, .IE8 footer {
  position: static; }

.IE7 #MainWrapper > .container, .IE8 #MainWrapper > .container {
  padding-bottom: 40px !important; }

.navbar-collapse {
  max-height: 100% !important;
  overflow: visible !important; }

.navbar-brand {
  font-size: inherit;
  height: auto;
  line-height: inherit;
  padding: 0; }

.row [class*="col-"] {
  min-height: 0; }

.row [class*="col-"]:empty, .pane:empty, .EmptyZone {
  display: none !important;
  height: 0;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 0; }

.showZone span {
  border: 1px #777 dotted;
  color: #999999;
  display: block;
  padding: 10px;
  margin: 1px;
  text-align: center; }

#Copyright:empty, #Login:empty, #Logo:empty, #MenuH:empty, #MenuV:empty, #Search:empty, #User:empty, #Breadcrumb, #Cart, #Date, #Language, #Privacy, #Sitemap, #Terms {
  display: none !important; }

ul.menu {
  margin: 0;
  padding: 0; }

ul.menu a {
  color: inherit;
  font: inherit; }

ul.admin li {
  float: left;
  list-style: none;
  padding: 0 0 0 20px; }

ul.menu > li > span > p {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit; }

#MenuH ul.menu > li {
  float: left; }

#MenuH ul.menu, #MenuH ul.menu li, #MenuH ul.menu li a, #MenuH ul.menu li span {
  display: inline-block;
  list-style: none; }

#MenuV ul.menu, #MenuV ul.menu li, #MenuV ul.menu li a, #MenuV ul.menu li span, #MenuH ul.menu ul li, #MenuH ul.menu ul li a, #MenuH ul.menu ul li span, #MenuV ul.menu ul li, #MenuV ul.menu ul li a, #MenuV ul.menu ul li span {
  display: block;
  list-style: none; }

#MenuH .widget, #MenuV .widget {
  margin-bottom: 0; }

#MenuH .submenu, #MenuV .submenu {
  display: none; }

.IE7 #MenuH ul.menu, .IE8 #MenuH ul.menu {
  display: block !important; }

.IE7 #MenuH > select, .IE8 #MenuH > select {
  display: none !important; }

.IE7 #MenuH > select + span, .IE8 #MenuH > select + span {
  display: none !important; }

#MenuV .has-children {
  position: relative; }

#MenuV .has-children-close > a:after, #MenuV .has-children-close > span:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 8px;
  transition: .3s; }

#MenuV .has-children-open > a:after, #MenuV .has-children-open > span:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 8px; }

#MenuH nav, #MenuV nav, article nav {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important; }

#Logo h1 {
  margin: 0; }

#Search form {
  margin: 0; }

.widget-control .manage-actions {
  margin: -15px 0 0;
  position: absolute; }

.IE7.cmsORX .container-box .TM {
  overflow: hidden !important; }

.IE7.cmsORX .c_title {
  float: left !important; }

.IE7.cmsORX #MenuH {
  z-index: 1001; }

.IE7.cmsORX #MenuV {
  z-index: 1000; }

.IE7.cmsORX #MenuH .menu > li {
  display: inline;
  zoom: 1;
  list-style: none;
  float: none; }

.IE7.cmsORX #MenuH .menu > li > a, .IE7.cmsORX #MenuH .menu > li > span {
  float: left; }

.IE7.cmsORX #MenuH .submenu {
  text-align: left;
  width: 180px; }

.IE7.cmsORX #MenuH .submenu li a, .IE7.cmsORX #MenuH .submenu li span {
  white-space: normal;
  display: block; }

@media print {
  a[href]:after {
    content: none !important; } }

#Login > .user-actions, #User > .welcome {
  line-height: 1; }

#Login > .user-actions a:last-child {
  margin-left: 5px; }

.login-form ol {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }

.login-form li {
  margin-bottom: 10px; }

.login-form label {
  width: 120px; }

form[action*="/Users/Account/ChangePassword"] > div {
  margin-bottom: 10px; }

form[action*="/Users/Account/ChangePassword"] > label {
  width: 120px; }

.tags {
  color: #999999;
  font-size: 11px;
  margin: 12px 0 0;
  text-transform: uppercase; }

.tags:before {
  content: "\f0ae";
  font-family: fontawesome;
  font-size: 14px;
  margin-right: 3px; }

.metadata {
  margin: 0 0 12px 0;
  color: #999999;
  font-size: .85em;
  text-transform: uppercase; }

.metadata .published {
  display: inline;
  margin: 0 10px 0 0; }

.metadata .published:before {
  content: "\f133";
  font-family: fontawesome;
  font-size: 14px;
  margin-right: 3px; }

.metadata .commentcount {
  display: inline; }

.metadata .commentcount:before {
  content: "\f086";
  font-family: fontawesome;
  font-size: 14px;
  margin-right: 3px; }

.blog-posts {
  margin: 2em 0;
  padding: 0; }

.blog-posts li {
  list-style: none;
  margin-bottom: 60px; }

.blog-posts h1 {
  font-size: 30px; }

#comments {
  padding: 20px 0 0; }

.comment-form {
  margin: 24px 0 0 0;
  padding: 0; }

.comments {
  margin: 0;
  padding: 0;
  list-style: none; }

.comments li {
  border-bottom: 1px #e1e1e1 dashed;
  list-style: none;
  margin: 12px 0 30px 0;
  padding-bottom: 20px; }

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

.comment h4 {
  font-family: inherit;
  font-size: 1em; }

.comment h4 .when {
  color: #999999;
  font-size: .9em;
  font-weight: normal;
  text-transform: lowercase; }

.comment h4 .when a {
  color: #999999; }

.comment .who {
  color: #C81F3E;
  font-weight: bold; }

.comment-form ol, .comment-form li {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-form ol label {
  display: block;
  padding: .5em 0 0 0; }

.comment-form #commenter {
  font-size: 20px; }

.comment-form #comment-by {
  font-size: 1.231em;
  font-weight: normal;
  margin: 0 0 1.2em 0;
  border: none; }

.comment-form #comment-text {
  margin-bottom: 10px;
  width: 100%; }

.comment-form input[type=text] {
  width: 32em; }

.comment-count {
  font-size: 1.231em; }

.message, .validation-summary-errors {
  margin: 10px 0 4px 0;
  padding: 4px; }

.messages a {
  font-weight: bold; }

.message-Information {
  background: #e6f1c9;
  border: 1px solid #cfe493;
  color: #062232; }

.message-Warning {
  background: #fdf5bc;
  border: 1px solid #ffea9b; }

.critical.message, .validation-summary-errors, .message-Error {
  background: #e68585;
  border: 1px solid #990808;
  color: #ffffff; }

.user-display {
  display: inline; }

.user-display .welcome, .user-display .user-actions a {
  margin-right: 5px; }

.search-form fieldset {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0; }

.search-form button[type=submit] {
  cursor: pointer;
  margin: 0; }

.widget-custom-form-widget fieldset {
  margin-bottom: 15px; }

.widget-custom-form-widget legend {
  font-size: 18px;
  margin-bottom: 10px; }

.widget-custom-form-widget input[type=text], .widget-custom-form-widget input[type=password], .widget-custom-form-widget input[type=datetime], .widget-custom-form-widget input[type=datetime-local], .widget-custom-form-widget input[type=date], .widget-custom-form-widget input[type=month], .widget-custom-form-widget input[type=time], .widget-custom-form-widget input[type=week], .widget-custom-form-widget input[type=number], .widget-custom-form-widget input[type=email], .widget-custom-form-widget input[type=url], .widget-custom-form-widget input[type=search], .widget-custom-form-widget input[type=tel], .widget-custom-form-widget input[type=color], .widget-custom-form-widget select, .widget-custom-form-widget textarea, .widget-custom-form-widget .form-control {
  display: block;
  margin: 0 0 2px; }

.text-color1 {
  color: #252525; }

.text-color2 {
  color: #ffffff; }

.text-color3 {
  color: #899cbc; }

.text-color4 {
  color: #fcbd54; }

.text-color5 {
  color: #899cbc; }

.text-color6 {
  color: #fcbd54; }

.text-dark {
  color: #000; }

.text-light {
  color: #ffffff; }

.bg-color1 {
  background-color: #252525;
  color: #ffffff; }

.bg-color1 h1, .bg-color1 h2, .bg-color1 h3, .bg-color1 h4, .bg-color1 h5, .bg-color1 h6 {
  color: inherit; }

.bg-color1 .fa-inverse {
  color: #252525; }

.bg-color2 {
  background-color: #ffffff;
  color: #000; }

.bg-color2 h1, .bg-color2 h2, .bg-color2 h3, .bg-color2 h4, .bg-color2 h5, .bg-color2 h6 {
  color: inherit; }

.bg-color2 .fa-inverse {
  color: #ffffff; }

.bg-color3 {
  background-color: #899cbc;
  color: #ffffff; }

.bg-color3 h1, .bg-color3 h2, .bg-color3 h3, .bg-color3 h4, .bg-color3 h5, .bg-color3 h6 {
  color: inherit; }

.bg-color3 .fa-inverse {
  color: #899cbc; }

.bg-color4 {
  background-color: #fcbd54;
  color: #000; }

.bg-color4 h1, .bg-color4 h2, .bg-color4 h3, .bg-color4 h4, .bg-color4 h5, .bg-color4 h6 {
  color: inherit; }

.bg-color4 .fa-inverse {
  color: #fcbd54; }

.bg-color5 {
  background-color: #899cbc;
  color: #ffffff; }

.bg-color5 h1, .bg-color5 h2, .bg-color5 h3, .bg-color5 h4, .bg-color5 h5, .bg-color5 h6 {
  color: inherit; }

.bg-color5 .fa-inverse {
  color: #899cbc; }

.bg-color6 {
  background-color: #fcbd54;
  color: #000; }

.bg-color6 h1, .bg-color6 h2, .bg-color6 h3, .bg-color6 h4, .bg-color6 h5, .bg-color6 h6 {
  color: inherit; }

.bg-color6 .fa-inverse {
  color: #fcbd54; }

.bg-dark {
  background-color: #000;
  color: #999999; }

.bg-light {
  background-color: #ffffff; }

article > header {
  border-bottom: 4px #eeeeee double;
  margin-bottom: 20px; }

#Logo h1 {
  font-size: 28px; }

.C00_CleanWPadding {
  padding: 10px; }

.C01 .TM {
  box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.2) inset;
  padding: 15px 10px; }

.C01 .TM .CTitle {
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase; }

.C01 .MM {
  padding: 10px; }

.C02 .TM {
  box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.2) inset;
  padding: 15px 10px; }

.C02 .TM .CTitle {
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase; }

.C02 .MM {
  padding: 10px; }

.C03 .TM {
  border-bottom: 4px double #eeeeee;
  padding: 15px 10px; }

.C03 .TM .CTitle {
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase; }

.C03 .MM {
  padding: 10px; }

.C04 .TM {
  border-bottom: 4px double #eeeeee;
  padding: 15px 10px; }

.C04 .TM .CTitle {
  font-size: 20px;
  line-height: 1.1em;
  text-transform: uppercase; }

.C04 .MM {
  padding: 10px; }

.required-field label:before {
  content: '* '; }

#main-body .link-supporter {
  text-align: center; }
  #main-body .link-supporter .contact-img {
    width: 65%; }

@media (max-width: 1024px) {
  #main-body .link-supporter .contact-img {
    width: 85%; } }

@media (max-width: 480px) {
  #main-body .link-supporter .contact-img {
    width: 100%; } }

#main-body .link-supporter .zone-footer {
  text-align: center; }
  #main-body .link-supporter .zone-footer ul {
    padding: 0px; }
    #main-body .link-supporter .zone-footer ul li {
      list-style: none;
      display: inline; }
      #main-body .link-supporter .zone-footer ul li a {
        color: #484848;
        font-family: Cabin;
        font-size: 10px;
        text-decoration: none; }

.has-error {
  color: red; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left-right {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.padding-left-right {
  padding-left: 15px;
  padding-right: 15px; }

.no-margin-left-right {
  margin-left: 0px;
  margin-right: 0px; }

.margin-left-right {
  margin-left: 15px;
  margin-right: 15px; }

label.error, span.error {
  color: red;
  font-weight: normal;
  display: block; }

a {
  cursor: pointer; }

ul.icon-feature {
  list-style: none;
  margin: 30px 0;
  padding-left: 15px; }
  ul.icon-feature li {
    margin: 10px 0px;
    width: auto;
    height: 25px; }
  ul.icon-feature li:before {
    content: '\f138';
    font-family: "fontawesome";
    padding-right: 5px; }
  ul.icon-feature li.icon-coupon > b {
    color: #36abd1; }
  ul.icon-feature li.icon-envelope > b {
    color: #ff8316; }
  ul.icon-feature li.icon-thumbsup > b {
    color: #ff66cc; }
  ul.icon-feature li.icon-text > b {
    color: #9933cc; }
  ul.icon-feature li.icon-shoppinglist > b {
    color: #f18903; }
  ul.icon-feature li.icon-recipe > b {
    color: #36abd1; }
  ul.icon-feature li.icon-plus > b {
    color: #ff8316; }

@media (min-width: 992px) {
  .logon-box {
    border-right: 1px solid;
    border-color: #dddddd; } }

@media (max-width: 1199px) {
  .logon-box #LogonForm .control-label {
    text-align: left;
    width: 100%; }
  .logon-box #LogonForm .col-sm-8 {
    width: 100%;
    margin-left: 0px; } }

.validation-messages {
  color: red; }
  .validation-messages ul {
    padding-left: 15px;
    list-style: none; }
  .validation-messages .validation-summary-errors {
    color: red;
    background: none;
    border: 0px; }
    .validation-messages .validation-summary-errors ul {
      padding-left: 15px;
      list-style: none; }

.validated-errors {
  display: none; }
  .validated-errors ul {
    padding-left: 15px;
    list-style: none;
    margin-top: 5px; }

.white-background {
  background: #ffffff; }

.clear-both {
  clear: both; }

@media (max-width: 475px) {
  .footer-content .width-475 {
    display: none;
    visibility: hidden; }
  .footer-content .width-474 {
    display: block;
    visibility: visible; } }

@media (min-width: 475px) {
  .footer-content .width-475 {
    display: block;
    visibility: visible; }
  .footer-content .width-474 {
    display: none;
    visibility: hidden; } }

.sys-error {
  color: red;
  font-weight: normal; }

#MenuV.accordion ul.menu > li.selected > a {
  background-color: #C81F3E;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px 10px 24px;
  text-decoration: none; }

#MenuV.accordion ul.menu > li.selected .submenu {
  display: block; }
  #MenuV.accordion ul.menu > li.selected .submenu .current > a {
    font-weight: bold; }

* {
  -webkit-overflow-scrolling: touch; }

html, body {
  overflow-x: hidden; }
  @media (min-width: 768px) {
    html, body {
      overflow-x: initial; } }

body {
  background: url(../Content/Images/mainbg.jpg) repeat fixed top center;
  position: inherit; }
  @media (min-width: 768px) {
    body {
      position: relative; } }

header.navbar {
  background: none;
  box-shadow: none; }
  header.navbar .header-aux {
    background: none;
    font-size: 10px; }
    header.navbar .header-aux .container {
      position: relative;
      background-color: #fff;
      box-shadow: -8px 0 10px -12px rgba(0, 0, 0, 0.4), 8px 0 10px -12px rgba(0, 0, 0, 0.4); }
      header.navbar .header-aux .container .row {
        margin-bottom: 0px; }
  header.navbar .header-main .container {
    background-color: #fff;
    box-shadow: -8px 0 10px -8px rgba(0, 0, 0, 0.4), 8px 0 10px -8px rgba(0, 0, 0, 0.4); }
  header.navbar .header-main .container.subpage {
    box-shadow: -8px 0 6px -12px rgba(0, 0, 0, 0.4), 8px 0 6px -12px rgba(0, 0, 0, 0.4); }

.navbar {
  border: 0px; }

.navbar-toggle.store-locator {
  margin-right: -5px;
  width: 40px;
  text-align: center;
  display: block; }

#TopMenu {
  text-align: center;
  color: #fff;
  font-weight: bold;
  float: left;
  background: url(../Content/Images/header_aux_bg.png) no-repeat bottom center;
  background-size: 100%;
  float: right; }
  #TopMenu .zone-header {
    display: inline-block; }
    #TopMenu .zone-header ul.menu-top-menu > li {
      float: left;
      list-style: none;
      border-left: 1px solid;
      border-color: #C81F3E;
      margin-top: 4px; }
    #TopMenu .zone-header ul.menu-top-menu > li.first {
      border: 0; }
  #TopMenu a {
    color: #fff;
    font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    display: inline-block;
    margin: 0 8px; }
  #TopMenu span {
    margin: 0 8px; }
    #TopMenu span a {
      margin: 0px !important; }
  #TopMenu #EmbeddedSearchBar {
    float: right; }
    #TopMenu #EmbeddedSearchBar .search-form input[type="text"] {
      width: 120px;
      height: 28px;
      font-size: 11px;
      padding: 5px;
      border: 1px solid;
      border-color: #C81F3E;
      vertical-align: middle; }
    #TopMenu #EmbeddedSearchBar .search-form button[type="submit"] {
      background-color: #C81F3E;
      box-shadow: none;
      padding: 0 5px 2px;
      border-radius: 0;
      border: 1px solid;
      border-color: #C81F3E; }
  @media (min-width: 768px) {
    #TopMenu {
      padding: 6px 8px 8px 8px;
      font-size: 10px;
      margin-right: 15px; }
      #TopMenu a {
        font-size: 10px;
        margin: 0 8px; } }
  @media (min-width: 992px) {
    #TopMenu {
      padding: 6px 10px 8px 10px;
      font-size: 12px;
      margin-right: 20px; }
      #TopMenu a {
        font-size: 12px;
        margin: 0 10px; } }
  @media (min-width: 1200px) {
    #TopMenu {
      padding: 10px 10px 12px 10px;
      font-size: 12px;
      margin-right: 45px; }
      #TopMenu a {
        font-size: 12px;
        margin: 0 10px; } }

#Logo {
  margin: -55px auto 0;
  width: 195px;
  margin-bottom: 5px; }
  #Logo a {
    background-size: 100%;
    width: 73px;
    height: 73px;
    display: block;
    text-indent: -20000px;
    background-position: center;
    margin: 0px auto;
    position: relative; }
  @media (min-width: 992px) {
    #Logo {
      width: 230px; }
      #Logo a {
        width: 200px;
        height: 67px;
        margin-left: 20px; } }
  @media (min-width: 1200px) {
    #Logo {
      width: 286px; }
      #Logo a {
        width: 256px;
        height: 86px;
        margin-left: 30px; } }

#Search {
  box-shadow: none;
  border: 3px solid;
  border-color: #C81F3E; }

#Search .search-form input[type="text"] {
  font-size: 25px;
  line-height: 25px;
  height: 59px !important; }

#Search .search-form button[type="submit"] {
  width: 60px !important;
  height: 59px !important; }

#TopSearchButton {
  background-color: #C81F3E;
  position: absolute;
  right: 0px; }

@media (min-width: 768px) {
  #Search {
    height: 65px !important;
    margin: 0 0 20px;
    position: static;
    width: 100%;
    width: 100%;
    border: 3px solid;
    border-color: #C81F3E; }
    #Search #SearchBar .search-form input[type="text"] {
      opacity: 1; }
    #Search #SearchBar .search-form button[type="submit"] {
      color: #C81F3E;
      opacity: 1;
      background-size: 100% auto !important; } }

@media (min-width: 992px) {
  #Search {
    margin-top: -100px; } }

@media (min-width: 1200px) {
  #TopSearchButton {
    right: 14px; }
  #Search {
    margin-top: -115px; } }

#MenuH {
  margin: 20px 0 10px 0;
  float: right;
  height: 39px; }
  #MenuH nav {
    line-height: 11px; }
  #MenuH .submenu {
    background: #C81F3E; }
    #MenuH .submenu .megamenu-row {
      border-bottom: 1px solid #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    #MenuH .submenu li:before {
      content: '\BB';
      color: #fff;
      line-height: 22px;
      float: left;
      margin-left: 12px;
      margin-right: 5px; }
    #MenuH .submenu li a, #MenuH .submenu li span, #MenuH .submenu li:hover > a, #MenuH .submenu li:hover > span, #MenuH .submenu li.current > a, #MenuH .submenu li.current > span {
      text-transform: none;
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: normal;
      padding: 12px 14px;
      line-height: 16px;
      border-bottom: none; }
  #MenuH ul.menu > li > a, #MenuH ul.menu > li > span {
    font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: none;
    color: #C81F3E;
    padding: 6px 12px;
    font-size: 18px;
    opacity: 1; }
  #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
    color: #fff;
    font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: none;
    background-color: #C81F3E;
    padding: 6px 12px;
    font-size: 18px; }
  #MenuH .widget-mobilenavigation {
    display: block; }
  #MenuH .widget-mainnavigation {
    display: none; }
  @media (min-width: 768px) {
    #MenuH {
      margin: 15px 0 0 5px; }
      #MenuH .widget-mobilenavigation {
        display: none; }
      #MenuH .widget-mainnavigation {
        display: block; }
      #MenuH ul.menu > li > a, #MenuH ul.menu > li > span,
      #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
        padding: 6px 3px 12px;
        font-size: 14px;
        color: #C81F3E; }
      #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
        background: none;
        color: #C81F3E;
        border-bottom: 8px solid #C81F3E; }
      #MenuH .submenu li:before {
        line-height: 32px; } }
  @media (min-width: 992px) {
    #MenuH {
      margin: 26px 0 0 28px; }
      #MenuH ul.menu > li > a, #MenuH ul.menu > li > span,
      #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
        padding: 6px 9px 12px;
        font-size: 16px; } }
  @media (min-width: 1200px) {
    #MenuH {
      margin: 44px 0 0 60px; }
      #MenuH ul.menu > li > a, #MenuH ul.menu > li > span,
      #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
        padding: 8px 14px 12px;
        font-size: 18px; } }
  #MenuH .sf-sub-indicator {
    padding-top: 0px;
    margin-top: -2px; }

.accordion-block ul.menu,
.accordion-block ul.menu li,
.accordion-block ul.menu li a,
.accordion-block ul.menu li span {
  display: block;
  list-style: none; }

#MenuV, .accordion-block {
  display: none; }
  #MenuV #mystore-value-weeklyad, #MenuV #mystore-value-catering, .accordion-block #mystore-value-weeklyad, .accordion-block #mystore-value-catering {
    color: black; }
  #MenuV #mystore-value-weeklyad:before, .accordion-block #mystore-value-weeklyad:before {
    content: '' !important; }
  #MenuV #mystore-value-catering:before, .accordion-block #mystore-value-catering:before {
    content: '' !important; }
  @media (min-width: 768px) {
    #MenuV, .accordion-block {
      display: block; } }
  #MenuV ul.menu > li > a, #MenuV ul.menu > li > span, .accordion-block ul.menu > li > a, .accordion-block ul.menu > li > span {
    list-style: none;
    font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: none;
    color: #C81F3E;
    padding: 10px 15px 10px 24px;
    font-size: 12px;
    border-top: 1px solid;
    border-color: #C81F3E;
    text-decoration: none;
    transition: .2s all; }
    @media (min-width: 992px) {
      #MenuV ul.menu > li > a, #MenuV ul.menu > li > span, .accordion-block ul.menu > li > a, .accordion-block ul.menu > li > span {
        font-size: 14px; } }
  #MenuV ul.menu > li > a:before, #MenuV ul.menu > li > span:before, .accordion-block ul.menu > li > a:before, .accordion-block ul.menu > li > span:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 6px !important;
    margin-left: -10px;
    color: #C81F3E;
    font-size: 10px;
    vertical-align: middle;
    padding-bottom: 3px;
    font-style: normal; }
  #MenuV ul.menu > li:hover > a, #MenuV ul.menu > li:hover > span, #MenuV ul.menu > li.current > a, #MenuV ul.menu > li.current > span, .accordion-block ul.menu > li:hover > a, .accordion-block ul.menu > li:hover > span, .accordion-block ul.menu > li.current > a, .accordion-block ul.menu > li.current > span {
    background-color: #C81F3E;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px 10px 24px;
    text-decoration: none; }
    @media (min-width: 992px) {
      #MenuV ul.menu > li:hover > a, #MenuV ul.menu > li:hover > span, #MenuV ul.menu > li.current > a, #MenuV ul.menu > li.current > span, .accordion-block ul.menu > li:hover > a, .accordion-block ul.menu > li:hover > span, .accordion-block ul.menu > li.current > a, .accordion-block ul.menu > li.current > span {
        font-size: 14px; } }
  #MenuV ul.menu > li:hover > a:before, #MenuV ul.menu > li:hover > span:before, #MenuV ul.menu > li.current > a:before, #MenuV ul.menu > li.current > span:before, .accordion-block ul.menu > li:hover > a:before, .accordion-block ul.menu > li:hover > span:before, .accordion-block ul.menu > li.current > a:before, .accordion-block ul.menu > li.current > span:before {
    color: #fff; }
  #MenuV .submenu, .accordion-block .submenu {
    background: #C81F3E;
    margin: 0;
    padding: 0;
    z-index: 9999;
    border-top: 1px solid;
    border-color: #C81F3E;
    color: #C81F3E; }
    #MenuV .submenu label, .accordion-block .submenu label {
      padding-left: 10px; }
    #MenuV .submenu li, #MenuV .submenu li:hover, #MenuV .submenu li.current, .accordion-block .submenu li, .accordion-block .submenu li:hover, .accordion-block .submenu li.current {
      background: transparent; }
    #MenuV .submenu li a, #MenuV .submenu li span, .accordion-block .submenu li a, .accordion-block .submenu li span {
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      text-transform: none; }
    #MenuV .submenu li a:before, #MenuV .submenu li span:before, .accordion-block .submenu li a:before, .accordion-block .submenu li span:before {
      content: "\f105";
      font-family: fontawesome;
      margin-right: 5px;
      margin-left: -9px;
      font-style: normal;
      font-size: 8px;
      padding-bottom: 4px;
      vertical-align: middle; }
    #MenuV .submenu li:hover > a, #MenuV .submenu li:hover > span, #MenuV .submenu li.current > a, #MenuV .submenu li.current > span, .accordion-block .submenu li:hover > a, .accordion-block .submenu li:hover > span, .accordion-block .submenu li.current > a, .accordion-block .submenu li.current > span {
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      text-decoration: none;
      text-transform: none; }
  #MenuV .has-children-close > a::after, #MenuV .has-children-close > span::after, .accordion-block .has-children-close > a::after, .accordion-block .has-children-close > span::after {
    right: 10px;
    font-style: normal; }
  #MenuV .has-children-open > a:after, #MenuV .has-children-open > span:after, .accordion-block .has-children-open > a:after, .accordion-block .has-children-open > span:after {
    right: 10px;
    font-style: normal; }
  #MenuV .rs-search-form .rs-search-btn, .accordion-block .rs-search-form .rs-search-btn {
    padding: 5px 10px;
    background-color: #C81F3E;
    box-shadow: none; }
    #MenuV .rs-search-form .rs-search-btn .rs-search-icon, .accordion-block .rs-search-form .rs-search-btn .rs-search-icon {
      color: white; }

#MenuV.accordion .submenu li a, #MenuV.accordion .submenu li span, #MenuV.accordion .submenu li:hover > a, #MenuV.accordion .submenu li:hover > span, #MenuV.accordion .submenu li.current > a, #MenuV.accordion .submenu li.current > span, .accordion-block .submenu li a, .accordion-block .submenu li span, .accordion-block .submenu li:hover > a, .accordion-block .submenu li:hover > span, .accordion-block .submenu li.current > a, .accordion-block .submenu li.current > span {
  background-color: #fff !important;
  color: #C81F3E;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 5px 5px 5px 35px;
  text-transform: none; }

#BeforeMain .widget-mobiletopmenu {
  text-align: center; }
  #BeforeMain .widget-mobiletopmenu ul.menu-mobile-top-menu > li {
    display: inline-block;
    list-style: none;
    border-left: 1px solid;
    border-color: #999999;
    font-size: 14px;
    line-height: 20px;
    padding: 0 4px;
    margin: 15px 0; }
  #BeforeMain .widget-mobiletopmenu ul.menu-mobile-top-menu > li.first {
    border: 0; }

#BeforeMain .rs-search-form .rs-search-btn {
  padding: 5px 10px;
  background-color: #C81F3E;
  box-shadow: none; }
  #BeforeMain .rs-search-form .rs-search-btn .rs-search-icon {
    color: white; }

#MobileSideBar {
  position: fixed;
  background-color: #363636;
  height: 100%;
  width: 85%;
  left: -85%;
  z-index: 120;
  color: #fff;
  border-right: 5px solid;
  border-color: #2b2b2b;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  top: 0; }
  #MobileSideBar ul.menu > li {
    list-style: none; }
  #MobileSideBar ul.menu > li > a, #MobileSideBar ul.menu > li > span {
    display: block;
    font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid;
    border-color: #999999;
    text-decoration: none;
    transition: .2s all; }
  #MobileSideBar ul.menu > li.current > a, #MobileSideBar ul.menu > li.current > span {
    background-color: #C81F3E;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    text-decoration: none; }
  #MobileSideBar ul.menu > li.current > a:before, #MobileSideBar ul.menu > li.current > span:before {
    color: #fff; }
  #MobileSideBar .submenu {
    background: #363636;
    margin: 0;
    padding: 0;
    z-index: 9999;
    border-top: 1px solid;
    /*border-color: $mainMenuHoverColor;*/ }
    #MobileSideBar .submenu li {
      list-style: none; }
    #MobileSideBar .submenu li, #MobileSideBar .submenu li:hover, #MobileSideBar .submenu li.current {
      background: transparent;
      padding-top: 10px;
      padding-left: 10px; }
    #MobileSideBar .submenu li a, #MobileSideBar .submenu li span {
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      text-transform: none; }
    #MobileSideBar .submenu li a:before, #MobileSideBar .submenu li span:before {
      content: "\f105";
      font-family: fontawesome;
      margin-right: 5px;
      font-style: normal;
      font-size: 8px;
      padding-bottom: 4px;
      vertical-align: middle; }
    #MobileSideBar .submenu li:hover > a, #MobileSideBar .submenu li:hover > span, #MobileSideBar .submenu li.current > a, #MobileSideBar .submenu li.current > span {
      font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      text-decoration: none;
      text-transform: none; }
  #MobileSideBar .has-children-close > a::after, #MobileSideBar .has-children-close > span::after {
    right: 10px;
    font-style: normal; }
  #MobileSideBar .has-children-open > a:after, #MobileSideBar .has-children-open > span:after {
    right: 10px;
    font-style: normal; }

#MainWrapper > .container {
  background-color: #fff;
  box-shadow: -8px 0 10px -8px rgba(0, 0, 0, 0.4), 8px 0 10px -8px rgba(0, 0, 0, 0.4); }

#MainWrapper > .container.subpage {
  /*background-color: $mainContentBackground;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,ffffff+100 */
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2e2e2 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

#mainSlider {
  margin: 0px auto; }
  #mainSlider .cycle-pager {
    text-align: center;
    width: 50%;
    margin: auto;
    position: relative;
    z-index: 100;
    margin-top: -60px; }
    @media (min-width: 768px) {
      #mainSlider .cycle-pager {
        margin-top: -160px; } }
    #mainSlider .cycle-pager span {
      font-size: 35px;
      cursor: pointer;
      opacity: .25; }
    #mainSlider .cycle-pager span.cycle-pager-active {
      opacity: 1; }

img {
  width: 100%;
  height: auto; }

ul#featuresList li {
  background-size: 100% auto; }

#HomeBoxes {
  z-index: 110;
  position: relative; }

article > header {
  display: none; }

footer {
  background: none;
  padding: 0;
  text-shadow: none; }
  footer #FooterWidgets h3 {
    color: #C81F3E;
    font-size: 18px;
    font-weight: bold;
    font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  footer #FooterWidgets ul {
    padding-left: 0px; }
  footer #FooterWidgets ul > li {
    list-style: none;
    font-size: 12px; }
  footer #FooterWidgets.subpage {
    border: 0; }
  footer #FooterQuadFourth ul {
    float: right; }
  footer #FooterQuadFourth li {
    float: left;
    margin-left: 2px;
    padding-top: 26px; }
  footer #FooterMobileFooter ul {
    width: 175px;
    margin: auto;
    padding: 20px 0; }
  footer #FooterMobileFooter li {
    float: left;
    margin-left: 12px; }

#MainWrapper #SideBar {
  margin: 0;
  padding: 0;
  background-color: transparent; }
  #MainWrapper #SideBar .LeftZone {
    border: 0; }

@media (min-width: 320px) {
  #MainWrapper #Main {
    padding: 20px 0 20px;
    margin-left: 15px;
    margin-right: 15px; }
  footer #FooterWidgets {
    margin-left: 15px;
    margin-right: 15px; }
  footer > .container {
    background: url(../Content/Images/footerbg.jpg) no-repeat bottom right;
    background-color: #fff;
    background-size: 100% auto;
    padding-bottom: 15px; }
  footer > .container.subpage {
    background-image: none;
    padding-top: 15px; } }

@media (min-width: 992px) {
  #MainWrapper #Main {
    padding: 20px 0 20px;
    margin-left: 20px;
    margin-right: 20px; }
  footer #FooterWidgets {
    margin-left: 15px;
    margin-right: 15px; }
  footer > .container {
    padding-bottom: 180px; } }

@media (min-width: 1200px) {
  #MainWrapper #Main {
    padding: 20px 0 20px;
    margin-left: 45px;
    margin-right: 45px; }
  footer #FooterWidgets {
    margin-left: 45px;
    margin-right: 45px; }
  footer > .container {
    padding-bottom: 280px; } }

#MainWrapper #Main.subpage {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  /*margin-bottom: 30px;*/ }

@media (min-width: 1200px) {
  .container, .navbar-fixed-top .container {
    width: 1200px !important; } }

.IE7 .container, .IE7 .navbar-fixed-top .container, .IE8 .container, .IE8 .navbar-fixed-top .container {
  width: 1200px !important; }

/* tdang add */
.loading:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff url("./images/loading.gif") no-repeat center center;
  opacity: 0.85; }

body.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 500; }

body.loading:before {
  position: fixed; }

.mcm-list {
  padding-left: 0px;
  list-style: none; }

.min-cat-list {
  padding-left: 0px;
  list-style: none; }
  .min-cat-list .item:before {
    content: "\00bb\0020";
    color: #088faf;
    font-weight: bold;
    font-family: "Cabin"; }

.padding-large {
  padding: 0 30px; }

button.close {
  opacity: .8;
  box-shadow: none;
  padding: 0 8px 3px; }

.bootbox-body {
  padding-top: 15px; }

.list-paging .pagination {
  margin: 0 0; }

.list-header {
  /*
	.sort {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	*/ }
  .list-header > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px; }
  .list-header .paging-zone {
    text-align: right; }
  .list-header #sortByName, .list-header #sortByPre {
    cursor: pointer; }
  @media (max-width: 767px) {
    .list-header .paging-zone, .list-header .left-zone {
      text-align: center; }
    .list-header .pagination {
      margin-left: -15px;
      margin-right: -15px; }
      .list-header .pagination .page {
        padding: 5px 10px; } }

/*tdang end */
.sidebar-mobile-nav-toggle {
  position: absolute;
  z-index: 100; }

#MobileBodyCover {
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  opacity: .2;
  z-index: 9999; }

body.push-right {
  overflow: hidden; }

.inverted-header {
  background-color: #C81F3E;
  padding: 5px 15px 8px;
  min-height: 50px; }
  .inverted-header h3 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px; }
  .inverted-header .input-group {
    padding-top: 3px; }
    .inverted-header .input-group .form-control {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
    .inverted-header .input-group .input-group-btn .search-btn {
      padding: 5px;
      background-color: white;
      box-shadow: none; }
      .inverted-header .input-group .input-group-btn .search-btn .search-icon {
        color: #C81F3E; }

.featureSlider .fs-arrows {
  left: 0;
  margin-top: -15px;
  top: 50%;
  width: 100%;
  position: absolute;
  z-index: 999; }

.featureSlider .fs-fade-arrows {
  opacity: 0;
  transition: opacity 0.5s ease 0s; }

.featureSlider .fs-arrow {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 35px;
  background-color: #fff;
  font-size: 35px;
  line-height: 30px; }

.featureSlider .fs-previous-arrow {
  left: 0;
  padding: 5px 10px 8px; }

.featureSlider .fs-next-arrow {
  right: 0;
  padding: 5px 0px 8px 15px; }

@media (min-width: 768px) {
  .featureSlider .fs-arrow {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 75px;
    background-color: #fff;
    font-size: 75px;
    line-height: 68px; }
  .featureSlider .fs-previous-arrow {
    left: 0;
    padding: 5px 20px 8px; }
  .featureSlider .fs-next-arrow {
    right: 0;
    padding: 5px 10px 8px 30px; } }

.featureSlider:hover .fs-fade-arrows {
  opacity: .7; }

/* Blog */
div.blog-post header a {
  color: #C81F3E; }

div.blog-post .blog-content .blog-post-thumb {
  display: none; }

div.blog-post .read-more {
  text-align: center;
  color: #fff;
  background-color: #252525;
  padding: 5px 15px;
  border-radius: 15px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block; }

div.blog-post .blog-list-sprt {
  margin-top: 35px; }
  div.blog-post .blog-list-sprt .blog-list-sprt-spoon {
    background: url(../Content/Images/blog-sprt.png) no-repeat top center;
    height: 36px; }
  div.blog-post .blog-list-sprt .blog-list-sprt-line {
    height: 1px;
    background-color: #392e2c;
    margin-bottom: -24px; }

div.blog-post .enumeration-field-category {
  display: none; }

div.blog-post .footer-dietitian {
  background-color: #f3f0eb;
  padding: 20px;
  margin-top: 25px; }
  div.blog-post .footer-dietitian .circle-pic {
    border-radius: 50%;
    background-size: 100%;
    background-position: top;
    width: 80px;
    height: 80px;
    display: block; }
  div.blog-post .footer-dietitian h3 {
    margin-top: 0px; }

.blog-posts li {
  margin-bottom: 15px; }

article.projection-page li {
  list-style: outside none none; }

.no-img-resize img {
  width: inherit; }

.button-non-text {
  color: transparent !important;
  overflow: hidden !important; }

body {
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #252525; }

article.content-item, .layout-canvas-wrapper, .mce-content-body {
  /* visited link */
  /* mouse over link */
  /* selected link */ }
  article.content-item h1, article.content-item h2, .layout-canvas-wrapper h1, .layout-canvas-wrapper h2, .mce-content-body h1, .mce-content-body h2 {
    font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  article.content-item h1, .layout-canvas-wrapper h1, .mce-content-body h1 {
    color: #252525;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    /*padding-bottom: 20px;*/
    text-align: center; }
  article.content-item h2, .layout-canvas-wrapper h2, .mce-content-body h2 {
    color: #C81F3E;
    font-size: 22px;
    font-weight: 700;
    /*padding-top:15px;
		padding-bottom:0;*/
    font-weight: 700; }
  article.content-item h3, .layout-canvas-wrapper h3, .mce-content-body h3 {
    font-size: 19px;
    color: #252525;
    line-height: 25px;
    font-weight: 700;
    /*padding-bottom: 25px;*/ }
  article.content-item a.cms-button, article.content-item a.cms-button:link, .layout-canvas-wrapper a.cms-button, .layout-canvas-wrapper a.cms-button:link, .mce-content-body a.cms-button, .mce-content-body a.cms-button:link {
    display: inline-block;
    color: #FFFFFF;
    padding: 10px 30px !important;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin-left: 20px !important;
    opacity: 1;
    background-color: #d31e47;
    font-weight: bold;
    border: thin;
    border-radius: 20px;
    margin-top: 20px; }
  article.content-item a.cms-button:visited, .layout-canvas-wrapper a.cms-button:visited, .mce-content-body a.cms-button:visited {
    opacity: 0.9; }
  article.content-item a.cms-button:hover, .layout-canvas-wrapper a.cms-button:hover, .mce-content-body a.cms-button:hover {
    opacity: 0.9; }
  article.content-item a.cms-button:active, .layout-canvas-wrapper a.cms-button:active, .mce-content-body a.cms-button:active {
    opacity: 0.9; }
  article.content-item .heading-content p, .layout-canvas-wrapper .heading-content p, .mce-content-body .heading-content p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 8px;
    font-weight: normal; }
  article.content-item p, .layout-canvas-wrapper p, .mce-content-body p {
    font-size: 15px;
    line-height: 23px; }
  @media (max-width: 767px) {
    article.content-item .img-savings-rewards, .layout-canvas-wrapper .img-savings-rewards, .mce-content-body .img-savings-rewards {
      width: 50%;
      margin-left: auto;
      margin-right: auto; } }
  article.content-item .map.contain-stores.store-ballon, .layout-canvas-wrapper .map.contain-stores.store-ballon, .mce-content-body .map.contain-stores.store-ballon {
    line-height: normal;
    text-align: left;
    color: #C81F3E; }
  article.content-item .btn, .layout-canvas-wrapper .btn, .mce-content-body .btn {
    border: 1px solid #c5c5c5;
    border-radius: 0px;
    background-color: #f7f7f7; }

.search-results.content-items article.page.content-item > header {
  display: inherit; }
  .search-results.content-items article.page.content-item > header h1 {
    text-align: left; }
  .search-results.content-items article.page.content-item > header .metadata {
    display: none; }

.padding-content {
  padding: 10px 5px 0px 5px; }

ul.search-results {
  list-style: none; }

.dynamic-form .form-field-element-submit button {
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 30px !important;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin-left: 20px !important;
  opacity: 1;
  background-color: #d31e47;
  font-weight: bold;
  border: thin;
  border-radius: 20px; }

.icon {
  width: 30px;
  height: 30px;
  /*background-size: 100%;*/
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer; }
  .icon.sendmail {
    background-image: url("./images/icon-email.png"); }
  .icon.print {
    background-image: url("./images/icon-print.png"); }
  .icon.pdf {
    background-image: url("./images/icon-pdf.png"); }
  .icon.next-btn {
    background-image: url("./images/next_but.jpg");
    background-size: 100%; }
  .icon.prev-btn {
    background-image: url("./images/prev_but.jpg");
    background-size: 100%; }

a {
  color: #C81F3E; }

.no-border {
  border: 0px !important; }

.no-border-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-left-50 {
  margin-left: 50px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-auto {
  margin: 0px auto !important; }

.margin-top-bottom-5 {
  margin: 5px 0px; }

.margin-top-bottom-10 {
  margin: 10px 0px; }

.margin-top-bottom-15 {
  margin: 15px 0px; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.no-background {
  background: none !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.width-100-per {
  width: 100% !important; }

.width-110 {
  width: 110px !important; }

.width-200 {
  width: 200px !important; }

.line-height-12 {
  line-height: 12px; }

.by-icon-list, .by-icon-marker {
  width: 28px;
  height: 35px;
  cursor: pointer; }

.visible {
  display: block !important; }

.main-font-color {
  color: #C81F3E !important; }

.main-bg-color {
  background: #C81F3E !important;
  color: #fff !important; }

.a-change-shopping-lst {
  font-size: 11px;
  font-weight: bold;
  color: #7f7f80; }

.pull-init {
  float: initial !important; }

.font-weight {
  font-weight: bold; }

body .top-by-btn-default {
  box-shadow: none !important;
  text-shadow: none !important;
  background: #fff !important;
  font-size: 11px !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #6e6f70 !important;
  border: 1px solid #adadad !important;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  font-weight: bold !important;
  text-transform: uppercase !important; }

body .top-by-btn-pink {
  box-shadow: none !important;
  text-shadow: none !important;
  background: #C81F3E !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  align-content: center !important;
  font-size: 11px !important;
  font-weight: bold !important;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important; }

body .by-top-btn-manage-account {
  text-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 15px !important;
  padding: 8px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 11px !important; }

body .by-top-btn-manage-list {
  text-shadow: none !important;
  box-shadow: none !important;
  background: #C81F3E !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 15px !important;
  padding: 8px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 11px !important; }

body .by-btn-pink {
  text-shadow: none !important;
  box-shadow: none !important;
  background: #C81F3E !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border-radius: 15px !important;
  padding: 8px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 11px !important; }

body .by-btn-pink:hover, body .by-btn-pink:focus {
  text-shadow: none !important;
  box-shadow: none !important;
  background: #C81F3E !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border-radius: 15px !important;
  padding: 8px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 11px !important; }

body .by-btn-default {
  text-shadow: none;
  box-shadow: none;
  background: #FFFFFF;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #6e6f70;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 15px;
  padding: 8px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 11px;
  border: 1px solid #adadad; }

body .by-btn-gray {
  text-shadow: none !important;
  box-shadow: none !important;
  background: gray !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border-radius: 15px !important;
  padding: 8px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 11px !important; }

body .by-btn-gray:hover, body .by-btn-gray:focus {
  text-shadow: none !important;
  box-shadow: none !important;
  background: gray !important;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border-radius: 15px !important;
  padding: 8px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 11px !important; }

body .top-by-btn-default:hover, body .by-btn-default:focus, body .by-btn-default:hover, body .by-btn-default:focus {
  /*
		text-shadow: none;
		box-shadow: none;
		background: $cmsButtonStyleColor;
		font-family: $cmsIntroCopyFont;
		color: $defaultBtnColor;
		text-transform: uppercase;
		font-weight: bold;
		border-radius: 15px;
		padding: 8px;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 11px;
		border: 1px solid $defaultBtnBorderColor;
		*/ }

body .by-form .form-group input[type=text], body .by-form .form-group input[type=password], body .by-form .form-group input[type=datetime], body .by-form .form-group input[type=datetime-local], body .by-form .form-group input[type=date], body .by-form .form-group input[type=month], body .by-form .form-group input[type=time], body .by-form .form-group input[type=week], body .by-form .form-group input[type=number], body .by-form .form-group input[type=email], body .by-form .form-group input[type=url], body .by-form .form-group input[type=search], body .by-form .form-group input[type=tel], body .by-form .form-group input[type=color], body .by-form .form-group textarea, body .by-form .form-group select {
  background: #f3f4f4; }

.cursor-pointer {
  cursor: pointer; }

p.label-msg {
  font-weight: bold;
  font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  color: #333; }
  @media (max-width: 480px) {
    p.label-msg {
      font-size: 20px; } }

p.support-msg {
  font-size: 15px;
  font-weight: bold;
  color: #333; }
  p.support-msg a {
    color: #333; }
  @media (max-width: 480px) {
    p.support-msg {
      font-size: 14px; } }

.by-input-group input[type=text], .by-input-group input[type=password], .by-input-group input[type=datetime], .by-input-group input[type=datetime-local], .by-input-group input[type=date], .by-input-group input[type=month], .by-input-group input[type=time], .by-input-group input[type=week], .by-input-group input[type=number], .by-input-group input[type=email], .by-input-group input[type=url], .by-input-group input[type=search], .by-input-group input[type=tel], .by-input-group input[type=color], .by-input-group textarea {
  border: 1px #dddddd solid; }

.by-input-group .input-group-btn button {
  background: #f3f4f4;
  border: 1px solid #dddddd;
  border-left: 0; }

.by-input-group input[type=text], .by-input-group input[type=password], .by-input-group input[type=datetime], .by-input-group input[type=datetime-local], .by-input-group input[type=date], .by-input-group input[type=month], .by-input-group input[type=time], .by-input-group input[type=week], .by-input-group input[type=number], .by-input-group input[type=email], .by-input-group input[type=url], .by-input-group input[type=search], .by-input-group input[type=tel], .by-input-group input[type=color], .by-input-group textarea {
  border: 1px #dddddd solid; }

.by-input-group .input-group-btn button {
  background: #f3f4f4;
  border: 1px solid #dddddd;
  border-left: 0; }

.input-group.by-input-group-search-right input[type=text], .input-group.by-input-group-search-right input[type=password], .input-group.by-input-group-search-right input[type=datetime], .input-group.by-input-group-search-right input[type=datetime-local], .input-group.by-input-group-search-right input[type=date], .input-group.by-input-group-search-right input[type=month], .input-group.by-input-group-search-right input[type=time], .input-group.by-input-group-search-right input[type=week], .input-group.by-input-group-search-right input[type=number], .input-group.by-input-group-search-right input[type=email], .input-group.by-input-group-search-right input[type=url], .input-group.by-input-group-search-right input[type=search], .input-group.by-input-group-search-right input[type=tel], .input-group.by-input-group-search-right input[type=color], .input-group.by-input-group-search-right textarea {
  border: 1px #dddddd solid;
  border: 1px solid #dddddd;
  border-right: 0;
  width: 105%;
  z-index: 0;
  border-radius: 15px; }

.input-group.by-input-group-search-right span.input-group-addon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 25px;
  background: #C81F3E;
  color: #fff;
  border: 0;
  position: relative; }

.input-group.by-input-group-search input[type=text], .input-group.by-input-group-search input[type=password], .input-group.by-input-group-search input[type=datetime], .input-group.by-input-group-search input[type=datetime-local], .input-group.by-input-group-search input[type=date], .input-group.by-input-group-search input[type=month], .input-group.by-input-group-search input[type=time], .input-group.by-input-group-search input[type=week], .input-group.by-input-group-search input[type=number], .input-group.by-input-group-search input[type=email], .input-group.by-input-group-search input[type=url], .input-group.by-input-group-search input[type=search], .input-group.by-input-group-search input[type=tel], .input-group.by-input-group-search input[type=color], .input-group.by-input-group-search textarea {
  border: 1px #dddddd solid;
  border: 1px solid #dddddd;
  border-right: 0;
  width: 105%;
  z-index: 0;
  border-radius: 15px; }

.input-group.by-input-group-search span.input-group-addon {
  border-radius: 25px;
  background: #C81F3E;
  color: #fff;
  position: relative;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  -moz-border-top-left-radius: 25px !important;
  -webkit-border-top-left-radius: 25px !important;
  -moz-border-bottom-left-radius: 25px !important;
  -webkit-border-bottom-left-radius: 25px !important; }

input[type=checkbox].css-checkbox, input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label {
  padding-left: 29px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal; }

input[type=checkbox].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -24px; }

label.css-label {
  background-image: url(../Content/Images/check-box.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.no-boder-left {
  border-left: 0 !important; }

.border-radius-sm {
  border-radius: 12px !important; }

.border-radius-md {
  border-radius: 15px !important; }

.border-radius-lg {
  border-radius: 18px !important; }

.category-selector {
  width: 140px; }

.bg-gray {
  background: #efefef; }

.by-spinner .by-spinner-val {
  /*font-size: 13px;*/
  display: inline-table;
  top: -6px;
  position: relative;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px; }

/*.by-btn-spinner-sub, .by-btn-spinner-add{
	background: none ; padding: 0; margin: 0; border: 0; color: #000; box-shadow: none; text-shadow: none; outline: none !important; outline-offset: initial; height: 24px;
		
	border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
}*/
/*.by-btn-spinner-add.by-btn-default{
	box-shadow: none;
    border: 0;
    background: none;
    width: 45px;
    padding: 0;
    font-weight: normal;
	i{
		color: $socialIconBg;
		font-size: 35px;
	}
}*/
.by-spinner-control {
  display: inline-block;
  color: #c1c1c1;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  width: 25px;
  height: 26px;
  line-height: 24px;
  font-size: 16px;
  padding: 0px;
  background: none; }
  .by-spinner-control i {
    line-height: 24px;
    font-size: 22px; }

.by-spinner-control:hover, .by-spinner-control:focus {
  color: #c1c1c1; }

span.required {
  color: red; }

.btn-link {
  background: none;
  border: none; }

.text-button {
  border: 0;
  background: inherit; }

.text-button:hover, .text-button:focus {
  color: inherit; }

.select-icon-after:after, .select-icon-before:before {
  content: '\00BB';
  font-size: 110%;
  right: 0px;
  left: auto;
  top: -2px; }

.btn:focus, .by-btn-pink-text:focus, .by-btn-pink:focus {
  outline: none; }

.btn-img {
  background: none;
  padding: 0;
  border: 0;
  outline: none !important;
  outline-offset: initial;
  height: 34px; }

button[disabled], .btn[disabled], .btn-img[disabled], .text-button[disabled] {
  background-color: inherit; }

.btn-material-active {
  background-color: #C81F3E !important;
  color: white;
  border-color: #c81f3e; }

.by-btn-pink-text {
  text-shadow: none !important;
  box-shadow: none !important;
  color: #C81F3E !important;
  /* font-family: "Lato", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; */
  background: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border-radius: 15px !important;
  padding: 8px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 11px !important; }

.by-btn-pink-text:hover {
  background: #C81F3E !important;
  color: #fff !important; }

.color-red {
  color: #C81F3E !important; }

.text-color-main {
  color: #C81F3E !important; }

.bg-color-main {
  background-color: #C81F3E !important; }

.font-size-xs {
  font-size: 10px; }

.font-size-sm {
  font-size: 12px; }

.font-size-normal {
  font-size: 14px; }

.font-size-lg {
  font-size: 16px; }

.font-size-xl {
  font-size: 19px; }

.font-size-xxl {
  font-size: 22px; }

.font-10 {
  font-size: 10px; }

.font-11 {
  font-size: 11px; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-17 {
  font-size: 17px; }

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

.font-26 {
  font-size: 26px; }

.edit-popup .bootbox-close-button, .confirm-dialog .bootbox-close-button {
  margin-top: 8px !important;
  margin-right: -5px !important;
  padding-top: 0px !important;
  padding-right: 7px !important;
  padding-bottom: 0px !important;
  padding-left: 7px !important;
  line-height: 0 !important; }

.confirm-dialog .btn {
  border-radius: 15px; }

.confirm-dialog .btn:focus {
  outline: none; }

.confirm-dialog .btn-primary {
  background: #C81F3E !important; }

#detail-popup {
  padding: 0 8px; }
  #detail-popup .image {
    text-align: center; }
    #detail-popup .image img {
      width: 72%;
      min-height: 120px; }
  #detail-popup hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-top-width: 1px !important; }
  #detail-popup .type img {
    width: 40%;
    margin-bottom: 15px;
    margin-top: 10px;
    float: left; }
  #detail-popup .type .img-20 {
    width: 20%; }
  #detail-popup .type .custom-text-logo {
    vertical-align: -webkit-baseline-middle;
    color: crimson; }
  #detail-popup .type span {
    font-weight: bold;
    margin-left: 5px;
    float: left;
    margin-top: 34px; }

.width-pc-15 {
  width: 15% !important; }

.no-pading {
  padding: 0px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-left-right-5 {
  padding-left: 5px;
  padding-right: 5px; }
