#root.server-side {
  opacity: 0;
}

div {
  -ms-overflow-style: none;
}

html {
  overflow-x: hidden;
}

div[data-class="header-links"] a:hover,
div[data-class="header-links"] a:active,
div[data-class="header-links"] a:hover *,
div[data-class="header-links"] a:active *,
div[data-class="header-link"]:hover *,
div[data-class="header-link"]:active * {
  color: #eb0000;
}

div[data-class="footer-links"] a:hover div,
div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Feedback"]:hover div {
  text-decoration: underline;
  color: #767676;
}

div[data-class="footer-links"] a:hover div,
div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="1-800-679-9691"]:hover div {
  text-decoration: underline;
  color: #767676;
}

div[data-class="footer-links"] a:hover div,
div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Contact Us"]:hover div {
  text-decoration: underline;
  color: #767676;
}

div[data-class="footer-links"] a:hover div,
div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Terms of Use"]:hover div {
  text-decoration: underline;
  color: #767676;
}

div[data-class="footer-links"] a:hover div,
div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Accessibility"]:hover div {
  text-decoration: underline;
  color: #767676;
}

div[data-class="footer-links"] a:hover div,
div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Privacy Policy"]:hover div {
  text-decoration: underline;
  color: #767676;
}

div[data-class="footer-links"] a:hover div,
div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Sitemap"]:hover div {
  text-decoration: underline;
  color: #767676;
}

div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Feedback"]:active div {
  text-decoration: underline;
  color: #eb0000;
}

div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="1-800-679-9691"]:active div {
  text-decoration: underline;
  color: #eb0000;
}

div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Contact Us"]:active div {
  text-decoration: underline;
  color: #eb0000;
}

div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Terms of Use"]:active div {
  text-decoration: underline;
  color: #eb0000;
}

div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Accessibility"]:active div {
  text-decoration: underline;
  color: #eb0000;
}

div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Privacy Policy"]:active div {
  text-decoration: underline;
  color: #eb0000;
}

div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Sitemap"]:active div {
  text-decoration: underline;
  color: #eb0000;
}

div[data-class="add-to-basket-btn"]:hover {
  background-color: #eb0000;
}

a#availabilityBtn {
  text-decoration: none;
}

a#availabilityBtn:hover,
a#availabilityBtn div:hover,
a#availabilityBtn:active,
a#availabilityBtn div:active {
  color: #eb0000 !important;
}

a[data-class="see-all-brand-link"]:hover div,
a[data-class="see-all-brand-link"]:active div {
  color: #eb0000;
}

a[data-class="write-review-btn"]:hover div {
  background-color: #eb0000;
}

a[data-class="write-review-btn"]:active div {
  background-color: #a50000;
}

a[data-class="see-reviews-btn"]:hover div {
  border-color: #eb0000;
  color: #eb0000;
}

a[data-class="see-reviews-btn"]:active div {
  border-color: #a50000;
  color: #a50000;
}

/* This style is set in react-native-web and can not be overridden */;
#root > div, #root > div > div, #root > div > div > div {
  flex-basis: auto;
}

.swatch-scroll.showing-less {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.swatch-scroll.showing-less::-webkit-scrollbar {
  display: none;
}

.animate-all {
  transition: all 0.2s ease;
}

.hover-right:hover {
  right: -26px;
  border-color: #000;
  box-shadow: -2px 1px 0 0 rgba(0,0,0, 0.12);
}

.hover-right:hover > * {
  color: #000;
  text-decoration: underline;
}

.sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.template-wrapper {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.template-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  background: transparent;
}

.template-wrapper a {
  color: #585858;
}

.template-wrapper a:visited {
  color: #767676;
}

.template-wrapper a, .template-wrapper a:focus, .template-wrapper a:hover {
  text-decoration: none;
}

.template-wrapper .seo-content {
  max-width: 1280px;
  margin: 48px auto 0;
  padding-left: 16px;
  padding-right: 16px;
}

.template-wrapper .seo-content h2 {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.5px;
  color: #000;
}

.template-wrapper .seo-content li, .template-wrapper .seo-content p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.template-wrapper .seo-content p:empty {
  display: none;
}

.template-wrapper .seo-content a, .template-wrapper .shop-c-seoCopy a {
  color: #333;
  font-style: normal;
  font-weight: inherit;
  text-decoration: underline;
}

.template-wrapper .seo-content a:active, .template-wrapper .seo-content a:focus, .template-wrapper .seo-content a:hover, .template-wrapper .seo-content a:visited, .template-wrapper .shop-c-seoCopy a:active, .template-wrapper .shop-c-seoCopy a:focus, .template-wrapper .shop-c-seoCopy a:hover, .template-wrapper .shop-c-seoCopy a:visited {
  text-decoration: underline;
}

.template-wrapper .seo-content a:visited, .template-wrapper .shop-c-seoCopy a:visited {
  color: #767676;
}

.template-wrapper .seo-content a:focus, .template-wrapper .shop-c-seoCopy a:focus {
  color: #333;
  outline: 1px dotted #000;
  outline-offset: 2px;
}

.template-wrapper .seo-content a:hover, .template-wrapper .shop-c-seoCopy a:hover {
  color: #767676;
}

.template-wrapper .seo-content a:active, .template-wrapper .shop-c-seoCopy a:active {
  color: #a50000;
}

.template-wrapper #promo-category-grid {
  margin-bottom: 24px;
}

.template-wrapper #promo-category-grid.container {
  padding-left: 12px;
  padding-right: 12px;
}

.template-wrapper #promo-category-grid nav {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-left: -12px;
  margin-right: -12px;
}

.template-wrapper #promo-category-grid h3 {
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  padding: 48px 0 32px;
}

.template-wrapper #promo-category-grid .category-box {
  margin: 0 0 32px;
  padding: 8px;
  background-color: #fff;
  color: #000;
}

.template-wrapper #promo-category-grid .category-box:hover {
  color: #000;
  text-decoration: underline;
}

.template-wrapper #promo-category-grid .category-box:active {
  color: #a50000;
  text-decoration: underline;
}

.template-wrapper #promo-category-grid .category-box-title p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.template-wrapper #promo-category-grid .column-grid-ux {
  padding: 12px 0 0;
}

.template-wrapper #promo-category-grid .category-box-image {
  position: relative;
  text-align: center;
  background-color: #fff;
}

.template-wrapper #promo-category-grid .category-box-image img {
  max-width: 100%;
  margin: auto;
  padding: 0;
}

.template-wrapper .container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 524px) {
  .template-wrapper .container {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .template-wrapper .container {
    width: 628px;
  }
}

@media (min-width: 768px) {
  .template-wrapper .container {
    width: 756px;
  }
}

@media (min-width: 1024px) {
  .template-wrapper .container {
    width: 1008px;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .container {
    width: 1260px;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .container {
    width: 1512px;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .container {
    width: 1764px;
  }
}

.template-wrapper .container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.template-wrapper .row {
  margin-right: -10px;
  margin-left: -10px;
}

.template-wrapper .col-lg-1,.template-wrapper .col-lg-2,.template-wrapper .col-lg-3,.template-wrapper .col-lg-4,.template-wrapper .col-lg-5,.template-wrapper .col-lg-6,.template-wrapper .col-lg-7,.template-wrapper .col-lg-8,.template-wrapper .col-lg-9,.template-wrapper .col-lg-10,.template-wrapper .col-lg-11,.template-wrapper .col-lg-12,.template-wrapper .col-lg-13,.template-wrapper .col-lg-14,.template-wrapper .col-lg-15,.template-wrapper .col-lg-16,.template-wrapper .col-lg-17,.template-wrapper .col-lg-18,.template-wrapper .col-lg-19,.template-wrapper .col-lg-20,.template-wrapper .col-lg-21,.template-wrapper .col-lg-22,.template-wrapper .col-lg-23,.template-wrapper .col-lg-24,.template-wrapper .col-md-1,.template-wrapper .col-md-2,.template-wrapper .col-md-3,.template-wrapper .col-md-4,.template-wrapper .col-md-5,.template-wrapper .col-md-6,.template-wrapper .col-md-7,.template-wrapper .col-md-8,.template-wrapper .col-md-9,.template-wrapper .col-md-10,.template-wrapper .col-md-11,.template-wrapper .col-md-12,.template-wrapper .col-md-13,.template-wrapper .col-md-14,.template-wrapper .col-md-15,.template-wrapper .col-md-16,.template-wrapper .col-md-17,.template-wrapper .col-md-18,.template-wrapper .col-md-19,.template-wrapper .col-md-20,.template-wrapper .col-md-21,.template-wrapper .col-md-22,.template-wrapper .col-md-23,.template-wrapper .col-md-24,.template-wrapper .col-mi-1,.template-wrapper .col-mi-2,.template-wrapper .col-mi-3,.template-wrapper .col-mi-4,.template-wrapper .col-mi-5,.template-wrapper .col-mi-6,.template-wrapper .col-mi-7,.template-wrapper .col-mi-8,.template-wrapper .col-mi-9,.template-wrapper .col-mi-10,.template-wrapper .col-mi-11,.template-wrapper .col-mi-12,.template-wrapper .col-mi-13,.template-wrapper .col-mi-14,.template-wrapper .col-mi-15,.template-wrapper .col-mi-16,.template-wrapper .col-mi-17,.template-wrapper .col-mi-18,.template-wrapper .col-mi-19,.template-wrapper .col-mi-20,.template-wrapper .col-mi-21,.template-wrapper .col-mi-22,.template-wrapper .col-mi-23,.template-wrapper .col-mi-24,.template-wrapper .col-sm-1,.template-wrapper .col-sm-2,.template-wrapper .col-sm-3,.template-wrapper .col-sm-4,.template-wrapper .col-sm-5,.template-wrapper .col-sm-6,.template-wrapper .col-sm-7,.template-wrapper .col-sm-8,.template-wrapper .col-sm-9,.template-wrapper .col-sm-10,.template-wrapper .col-sm-11,.template-wrapper .col-sm-12,.template-wrapper .col-sm-13,.template-wrapper .col-sm-14,.template-wrapper .col-sm-15,.template-wrapper .col-sm-16,.template-wrapper .col-sm-17,.template-wrapper .col-sm-18,.template-wrapper .col-sm-19,.template-wrapper .col-sm-20,.template-wrapper .col-sm-21,.template-wrapper .col-sm-22,.template-wrapper .col-sm-23,.template-wrapper .col-sm-24,.template-wrapper .col-xl-1,.template-wrapper .col-xl-2,.template-wrapper .col-xl-3,.template-wrapper .col-xl-4,.template-wrapper .col-xl-5,.template-wrapper .col-xl-6,.template-wrapper .col-xl-7,.template-wrapper .col-xl-8,.template-wrapper .col-xl-9,.template-wrapper .col-xl-10,.template-wrapper .col-xl-11,.template-wrapper .col-xl-12,.template-wrapper .col-xl-13,.template-wrapper .col-xl-14,.template-wrapper .col-xl-15,.template-wrapper .col-xl-16,.template-wrapper .col-xl-17,.template-wrapper .col-xl-18,.template-wrapper .col-xl-19,.template-wrapper .col-xl-20,.template-wrapper .col-xl-21,.template-wrapper .col-xl-22,.template-wrapper .col-xl-23,.template-wrapper .col-xl-24,.template-wrapper .col-xs-1,.template-wrapper .col-xs-2,.template-wrapper .col-xs-3,.template-wrapper .col-xs-4,.template-wrapper .col-xs-5,.template-wrapper .col-xs-6,.template-wrapper .col-xs-7,.template-wrapper .col-xs-8,.template-wrapper .col-xs-9,.template-wrapper .col-xs-10,.template-wrapper .col-xs-11,.template-wrapper .col-xs-12,.template-wrapper .col-xs-13,.template-wrapper .col-xs-14,.template-wrapper .col-xs-15,.template-wrapper .col-xs-16,.template-wrapper .col-xs-17,.template-wrapper .col-xs-18,.template-wrapper .col-xs-19,.template-wrapper .col-xs-20,.template-wrapper .col-xs-21,.template-wrapper .col-xs-22,.template-wrapper .col-xs-23,.template-wrapper .col-xs-24,.template-wrapper .col-xxl-1,.template-wrapper .col-xxl-2,.template-wrapper .col-xxl-3,.template-wrapper .col-xxl-4,.template-wrapper .col-xxl-5,.template-wrapper .col-xxl-6,.template-wrapper .col-xxl-7,.template-wrapper .col-xxl-8,.template-wrapper .col-xxl-9,.template-wrapper .col-xxl-10,.template-wrapper .col-xxl-11,.template-wrapper .col-xxl-12,.template-wrapper .col-xxl-13,.template-wrapper .col-xxl-14,.template-wrapper .col-xxl-15,.template-wrapper .col-xxl-16,.template-wrapper .col-xxl-17,.template-wrapper .col-xxl-18,.template-wrapper .col-xxl-19,.template-wrapper .col-xxl-20,.template-wrapper .col-xxl-21,.template-wrapper .col-xxl-22,.template-wrapper .col-xxl-23,.template-wrapper .col-xxl-24,.template-wrapper .col-xxs-1,.template-wrapper .col-xxs-2,.template-wrapper .col-xxs-3,.template-wrapper .col-xxs-4,.template-wrapper .col-xxs-5,.template-wrapper .col-xxs-6,.template-wrapper .col-xxs-7,.template-wrapper .col-xxs-8,.template-wrapper .col-xxs-9,.template-wrapper .col-xxs-10,.template-wrapper .col-xxs-11,.template-wrapper .col-xxs-12,.template-wrapper .col-xxs-13,.template-wrapper .col-xxs-14,.template-wrapper .col-xxs-15,.template-wrapper .col-xxs-16,.template-wrapper .col-xxs-17,.template-wrapper .col-xxs-18,.template-wrapper .col-xxs-19,.template-wrapper .col-xxs-20,.template-wrapper .col-xxs-21,.template-wrapper .col-xxs-22,.template-wrapper .col-xxs-23,.template-wrapper .col-xxs-24 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.template-wrapper .col-xxs-1,.template-wrapper .col-xxs-2,.template-wrapper .col-xxs-3,.template-wrapper .col-xxs-4,.template-wrapper .col-xxs-5,.template-wrapper .col-xxs-6,.template-wrapper .col-xxs-7,.template-wrapper .col-xxs-8,.template-wrapper .col-xxs-9,.template-wrapper .col-xxs-10,.template-wrapper .col-xxs-11,.template-wrapper .col-xxs-12,.template-wrapper .col-xxs-13,.template-wrapper .col-xxs-14,.template-wrapper .col-xxs-15,.template-wrapper .col-xxs-16,.template-wrapper .col-xxs-17,.template-wrapper .col-xxs-18,.template-wrapper .col-xxs-19,.template-wrapper .col-xxs-20,.template-wrapper .col-xxs-21,.template-wrapper .col-xxs-22,.template-wrapper .col-xxs-23,.template-wrapper .col-xxs-24 {
  float: left;
}

.template-wrapper .col-xxs-24 {
  width: 100%;
}

.template-wrapper .col-xxs-23 {
  width: 95.83333333%;
}

.template-wrapper .col-xxs-22 {
  width: 91.66666667%;
}

.template-wrapper .col-xxs-21 {
  width: 87.5%;
}

.template-wrapper .col-xxs-20 {
  width: 83.33333333%;
}

.template-wrapper .col-xxs-19 {
  width: 79.16666667%;
}

.template-wrapper .col-xxs-18 {
  width: 75%;
}

.template-wrapper .col-xxs-17 {
  width: 70.83333333%;
}

.template-wrapper .col-xxs-16 {
  width: 66.66666667%;
}

.template-wrapper .col-xxs-15 {
  width: 62.5%;
}

.template-wrapper .col-xxs-14 {
  width: 58.33333333%;
}

.template-wrapper .col-xxs-13 {
  width: 54.16666667%;
}

.template-wrapper .col-xxs-12 {
  width: 50%;
}

.template-wrapper .col-xxs-11 {
  width: 45.83333333%;
}

.template-wrapper .col-xxs-10 {
  width: 41.66666667%;
}

.template-wrapper .col-xxs-9 {
  width: 37.5%;
}

.template-wrapper .col-xxs-8 {
  width: 33.33333333%;
}

.template-wrapper .col-xxs-7 {
  width: 29.16666667%;
}

.template-wrapper .col-xxs-6 {
  width: 25%;
}

.template-wrapper .col-xxs-5 {
  width: 20.83333333%;
}

.template-wrapper .col-xxs-4 {
  width: 16.66666667%;
}

.template-wrapper .col-xxs-3 {
  width: 12.5%;
}

.template-wrapper .col-xxs-2 {
  width: 8.33333333%;
}

.template-wrapper .col-xxs-1 {
  width: 4.16666667%;
}

.template-wrapper .col-xxs-pull-24 {
  right: 100%;
}

.template-wrapper .col-xxs-pull-23 {
  right: 95.83333333%;
}

.template-wrapper .col-xxs-pull-22 {
  right: 91.66666667%;
}

.template-wrapper .col-xxs-pull-21 {
  right: 87.5%;
}

.template-wrapper .col-xxs-pull-20 {
  right: 83.33333333%;
}

.template-wrapper .col-xxs-pull-19 {
  right: 79.16666667%;
}

.template-wrapper .col-xxs-pull-18 {
  right: 75%;
}

.template-wrapper .col-xxs-pull-17 {
  right: 70.83333333%;
}

.template-wrapper .col-xxs-pull-16 {
  right: 66.66666667%;
}

.template-wrapper .col-xxs-pull-15 {
  right: 62.5%;
}

.template-wrapper .col-xxs-pull-14 {
  right: 58.33333333%;
}

.template-wrapper .col-xxs-pull-13 {
  right: 54.16666667%;
}

.template-wrapper .col-xxs-pull-12 {
  right: 50%;
}

.template-wrapper .col-xxs-pull-11 {
  right: 45.83333333%;
}

.template-wrapper .col-xxs-pull-10 {
  right: 41.66666667%;
}

.template-wrapper .col-xxs-pull-9 {
  right: 37.5%;
}

.template-wrapper .col-xxs-pull-8 {
  right: 33.33333333%;
}

.template-wrapper .col-xxs-pull-7 {
  right: 29.16666667%;
}

.template-wrapper .col-xxs-pull-6 {
  right: 25%;
}

.template-wrapper .col-xxs-pull-5 {
  right: 20.83333333%;
}

.template-wrapper .col-xxs-pull-4 {
  right: 16.66666667%;
}

.template-wrapper .col-xxs-pull-3 {
  right: 12.5%;
}

.template-wrapper .col-xxs-pull-2 {
  right: 8.33333333%;
}

.template-wrapper .col-xxs-pull-1 {
  right: 4.16666667%;
}

.template-wrapper .col-xxs-pull-0 {
  right: auto;
}

.template-wrapper .col-xxs-push-24 {
  left: 100%;
}

.template-wrapper .col-xxs-push-23 {
  left: 95.83333333%;
}

.template-wrapper .col-xxs-push-22 {
  left: 91.66666667%;
}

.template-wrapper .col-xxs-push-21 {
  left: 87.5%;
}

.template-wrapper .col-xxs-push-20 {
  left: 83.33333333%;
}

.template-wrapper .col-xxs-push-19 {
  left: 79.16666667%;
}

.template-wrapper .col-xxs-push-18 {
  left: 75%;
}

.template-wrapper .col-xxs-push-17 {
  left: 70.83333333%;
}

.template-wrapper .col-xxs-push-16 {
  left: 66.66666667%;
}

.template-wrapper .col-xxs-push-15 {
  left: 62.5%;
}

.template-wrapper .col-xxs-push-14 {
  left: 58.33333333%;
}

.template-wrapper .col-xxs-push-13 {
  left: 54.16666667%;
}

.template-wrapper .col-xxs-push-12 {
  left: 50%;
}

.template-wrapper .col-xxs-push-11 {
  left: 45.83333333%;
}

.template-wrapper .col-xxs-push-10 {
  left: 41.66666667%;
}

.template-wrapper .col-xxs-push-9 {
  left: 37.5%;
}

.template-wrapper .col-xxs-push-8 {
  left: 33.33333333%;
}

.template-wrapper .col-xxs-push-7 {
  left: 29.16666667%;
}

.template-wrapper .col-xxs-push-6 {
  left: 25%;
}

.template-wrapper .col-xxs-push-5 {
  left: 20.83333333%;
}

.template-wrapper .col-xxs-push-4 {
  left: 16.66666667%;
}

.template-wrapper .col-xxs-push-3 {
  left: 12.5%;
}

.template-wrapper .col-xxs-push-2 {
  left: 8.33333333%;
}

.template-wrapper .col-xxs-push-1 {
  left: 4.16666667%;
}

.template-wrapper .col-xxs-push-0 {
  left: auto;
}

.template-wrapper .col-xxs-offset-24 {
  margin-left: 100%;
}

.template-wrapper .col-xxs-offset-23 {
  margin-left: 95.83333333%;
}

.template-wrapper .col-xxs-offset-22 {
  margin-left: 91.66666667%;
}

.template-wrapper .col-xxs-offset-21 {
  margin-left: 87.5%;
}

.template-wrapper .col-xxs-offset-20 {
  margin-left: 83.33333333%;
}

.template-wrapper .col-xxs-offset-19 {
  margin-left: 79.16666667%;
}

.template-wrapper .col-xxs-offset-18 {
  margin-left: 75%;
}

.template-wrapper .col-xxs-offset-17 {
  margin-left: 70.83333333%;
}

.template-wrapper .col-xxs-offset-16 {
  margin-left: 66.66666667%;
}

.template-wrapper .col-xxs-offset-15 {
  margin-left: 62.5%;
}

.template-wrapper .col-xxs-offset-14 {
  margin-left: 58.33333333%;
}

.template-wrapper .col-xxs-offset-13 {
  margin-left: 54.16666667%;
}

.template-wrapper .col-xxs-offset-12 {
  margin-left: 50%;
}

.template-wrapper .col-xxs-offset-11 {
  margin-left: 45.83333333%;
}

.template-wrapper .col-xxs-offset-10 {
  margin-left: 41.66666667%;
}

.template-wrapper .col-xxs-offset-9 {
  margin-left: 37.5%;
}

.template-wrapper .col-xxs-offset-8 {
  margin-left: 33.33333333%;
}

.template-wrapper .col-xxs-offset-7 {
  margin-left: 29.16666667%;
}

.template-wrapper .col-xxs-offset-6 {
  margin-left: 25%;
}

.template-wrapper .col-xxs-offset-5 {
  margin-left: 20.83333333%;
}

.template-wrapper .col-xxs-offset-4 {
  margin-left: 16.66666667%;
}

.template-wrapper .col-xxs-offset-3 {
  margin-left: 12.5%;
}

.template-wrapper .col-xxs-offset-2 {
  margin-left: 8.33333333%;
}

.template-wrapper .col-xxs-offset-1 {
  margin-left: 4.16666667%;
}

.template-wrapper .col-xxs-offset-0 {
  margin-left: 0;
}

@media (min-width: 524px) {
  .template-wrapper .col-xs-1,.template-wrapper .col-xs-2,.template-wrapper .col-xs-3,.template-wrapper .col-xs-4,.template-wrapper .col-xs-5,.template-wrapper .col-xs-6,.template-wrapper .col-xs-7,.template-wrapper .col-xs-8,.template-wrapper .col-xs-9,.template-wrapper .col-xs-10,.template-wrapper .col-xs-11,.template-wrapper .col-xs-12,.template-wrapper .col-xs-13,.template-wrapper .col-xs-14,.template-wrapper .col-xs-15,.template-wrapper .col-xs-16,.template-wrapper .col-xs-17,.template-wrapper .col-xs-18,.template-wrapper .col-xs-19,.template-wrapper .col-xs-20,.template-wrapper .col-xs-21,.template-wrapper .col-xs-22,.template-wrapper .col-xs-23,.template-wrapper .col-xs-24 {
    float:left;
  }

  .template-wrapper .col-xs-24 {
    width: 100%;
  }

  .template-wrapper .col-xs-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-xs-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-xs-21 {
    width: 87.5%;
  }

  .template-wrapper .col-xs-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-xs-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-xs-18 {
    width: 75%;
  }

  .template-wrapper .col-xs-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-xs-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-xs-15 {
    width: 62.5%;
  }

  .template-wrapper .col-xs-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-xs-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-xs-12 {
    width: 50%;
  }

  .template-wrapper .col-xs-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-xs-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-xs-9 {
    width: 37.5%;
  }

  .template-wrapper .col-xs-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-xs-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-xs-6 {
    width: 25%;
  }

  .template-wrapper .col-xs-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-xs-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-xs-3 {
    width: 12.5%;
  }

  .template-wrapper .col-xs-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-xs-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-xs-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-xs-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-xs-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-xs-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-xs-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-xs-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-xs-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-xs-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-xs-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-xs-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-xs-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-xs-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-xs-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-xs-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-xs-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-xs-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-xs-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-xs-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-xs-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-xs-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-xs-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-xs-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-xs-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-xs-pull-1 {
    right: 4.16666667%;
  }

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

  .template-wrapper .col-xs-push-24 {
    left: 100%;
  }

  .template-wrapper .col-xs-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-xs-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-xs-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-xs-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-xs-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-xs-push-18 {
    left: 75%;
  }

  .template-wrapper .col-xs-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-xs-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-xs-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-xs-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-xs-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-xs-push-12 {
    left: 50%;
  }

  .template-wrapper .col-xs-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-xs-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-xs-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-xs-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-xs-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-xs-push-6 {
    left: 25%;
  }

  .template-wrapper .col-xs-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-xs-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-xs-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-xs-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-xs-push-1 {
    left: 4.16666667%;
  }

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

  .template-wrapper .col-xs-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-xs-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-xs-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-xs-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-xs-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-xs-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-xs-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-xs-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-xs-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-xs-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-xs-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-xs-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-xs-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-xs-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-xs-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-xs-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-xs-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-xs-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-xs-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-xs-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-xs-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-xs-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-xs-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-xs-offset-1 {
    margin-left: 4.16666667%;
  }

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

@media (min-width: 640px) {
  .template-wrapper .col-sm-1,.template-wrapper .col-sm-2,.template-wrapper .col-sm-3,.template-wrapper .col-sm-4,.template-wrapper .col-sm-5,.template-wrapper .col-sm-6,.template-wrapper .col-sm-7,.template-wrapper .col-sm-8,.template-wrapper .col-sm-9,.template-wrapper .col-sm-10,.template-wrapper .col-sm-11,.template-wrapper .col-sm-12,.template-wrapper .col-sm-13,.template-wrapper .col-sm-14,.template-wrapper .col-sm-15,.template-wrapper .col-sm-16,.template-wrapper .col-sm-17,.template-wrapper .col-sm-18,.template-wrapper .col-sm-19,.template-wrapper .col-sm-20,.template-wrapper .col-sm-21,.template-wrapper .col-sm-22,.template-wrapper .col-sm-23,.template-wrapper .col-sm-24 {
    float: left;
  }

  .template-wrapper .col-sm-24 {
    width: 100%;
  }

  .template-wrapper .col-sm-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-sm-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-sm-21 {
    width: 87.5%;
  }

  .template-wrapper .col-sm-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-sm-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-sm-18 {
    width: 75%;
  }

  .template-wrapper .col-sm-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-sm-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-sm-15 {
    width: 62.5%;
  }

  .template-wrapper .col-sm-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-sm-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-sm-12 {
    width: 50%;
  }

  .template-wrapper .col-sm-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-sm-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-sm-9 {
    width: 37.5%;
  }

  .template-wrapper .col-sm-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-sm-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-sm-6 {
    width: 25%;
  }

  .template-wrapper .col-sm-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-sm-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-sm-3 {
    width: 12.5%;
  }

  .template-wrapper .col-sm-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-sm-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-sm-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-sm-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-sm-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-sm-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-sm-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-sm-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-sm-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-sm-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-sm-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-sm-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-sm-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-sm-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-sm-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-sm-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-sm-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-sm-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-sm-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-sm-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-sm-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-sm-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-sm-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-sm-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-sm-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-sm-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-sm-pull-0 {
    right: auto;
  }

  .template-wrapper .col-sm-push-24 {
    left: 100%;
  }

  .template-wrapper .col-sm-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-sm-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-sm-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-sm-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-sm-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-sm-push-18 {
    left: 75%;
  }

  .template-wrapper .col-sm-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-sm-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-sm-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-sm-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-sm-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-sm-push-12 {
    left: 50%;
  }

  .template-wrapper .col-sm-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-sm-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-sm-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-sm-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-sm-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-sm-push-6 {
    left: 25%;
  }

  .template-wrapper .col-sm-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-sm-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-sm-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-sm-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-sm-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-sm-push-0 {
    left: auto;
  }

  .template-wrapper .col-sm-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-sm-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-sm-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-sm-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .template-wrapper .col-mi-1,.template-wrapper .col-mi-2,.template-wrapper .col-mi-3,.template-wrapper .col-mi-4,.template-wrapper .col-mi-5,.template-wrapper .col-mi-6,.template-wrapper .col-mi-7,.template-wrapper .col-mi-8,.template-wrapper .col-mi-9,.template-wrapper .col-mi-10,.template-wrapper .col-mi-11,.template-wrapper .col-mi-12,.template-wrapper .col-mi-13,.template-wrapper .col-mi-14,.template-wrapper .col-mi-15,.template-wrapper .col-mi-16,.template-wrapper .col-mi-17,.template-wrapper .col-mi-18,.template-wrapper .col-mi-19,.template-wrapper .col-mi-20,.template-wrapper .col-mi-21,.template-wrapper .col-mi-22,.template-wrapper .col-mi-23,.template-wrapper .col-mi-24 {
    float: left;
  }

  .template-wrapper .col-mi-24 {
    width: 100%;
  }

  .template-wrapper .col-mi-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-mi-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-mi-21 {
    width: 87.5%;
  }

  .template-wrapper .col-mi-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-mi-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-mi-18 {
    width: 75%;
  }

  .template-wrapper .col-mi-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-mi-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-mi-15 {
    width: 62.5%;
  }

  .template-wrapper .col-mi-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-mi-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-mi-12 {
    width: 50%;
  }

  .template-wrapper .col-mi-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-mi-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-mi-9 {
    width: 37.5%;
  }

  .template-wrapper .col-mi-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-mi-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-mi-6 {
    width: 25%;
  }

  .template-wrapper .col-mi-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-mi-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-mi-3 {
    width: 12.5%;
  }

  .template-wrapper .col-mi-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-mi-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-mi-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-mi-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-mi-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-mi-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-mi-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-mi-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-mi-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-mi-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-mi-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-mi-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-mi-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-mi-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-mi-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-mi-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-mi-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-mi-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-mi-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-mi-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-mi-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-mi-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-mi-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-mi-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-mi-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-mi-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-mi-pull-0 {
    right: auto;
  }

  .template-wrapper .col-mi-push-24 {
    left: 100%;
  }

  .template-wrapper .col-mi-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-mi-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-mi-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-mi-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-mi-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-mi-push-18 {
    left: 75%;
  }

  .template-wrapper .col-mi-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-mi-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-mi-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-mi-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-mi-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-mi-push-12 {
    left: 50%;
  }

  .template-wrapper .col-mi-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-mi-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-mi-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-mi-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-mi-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-mi-push-6 {
    left: 25%;
  }

  .template-wrapper .col-mi-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-mi-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-mi-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-mi-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-mi-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-mi-push-0 {
    left: auto;
  }

  .template-wrapper .col-mi-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-mi-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-mi-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-mi-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-mi-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-mi-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-mi-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-mi-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-mi-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-mi-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-mi-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-mi-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-mi-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-mi-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-mi-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-mi-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-mi-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-mi-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-mi-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-mi-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-mi-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-mi-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-mi-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-mi-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-mi-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .template-wrapper .col-md-1,.template-wrapper .col-md-2,.template-wrapper .col-md-3,.template-wrapper .col-md-4,.template-wrapper .col-md-5,.template-wrapper .col-md-6,.template-wrapper .col-md-7,.template-wrapper .col-md-8,.template-wrapper .col-md-9,.template-wrapper .col-md-10,.template-wrapper .col-md-11,.template-wrapper .col-md-12,.template-wrapper .col-md-13,.template-wrapper .col-md-14,.template-wrapper .col-md-15,.template-wrapper .col-md-16,.template-wrapper .col-md-17,.template-wrapper .col-md-18,.template-wrapper .col-md-19,.template-wrapper .col-md-20,.template-wrapper .col-md-21,.template-wrapper .col-md-22,.template-wrapper .col-md-23,.template-wrapper .col-md-24 {
    float:left;
  }

  .template-wrapper .col-md-24 {
    width: 100%;
  }

  .template-wrapper .col-md-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-md-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-md-21 {
    width: 87.5%;
  }

  .template-wrapper .col-md-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-md-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-md-18 {
    width: 75%;
  }

  .template-wrapper .col-md-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-md-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-md-15 {
    width: 62.5%;
  }

  .template-wrapper .col-md-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-md-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-md-12 {
    width: 50%;
  }

  .template-wrapper .col-md-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-md-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-md-9 {
    width: 37.5%;
  }

  .template-wrapper .col-md-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-md-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-md-6 {
    width: 25%;
  }

  .template-wrapper .col-md-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-md-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-md-3 {
    width: 12.5%;
  }

  .template-wrapper .col-md-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-md-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-md-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-md-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-md-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-md-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-md-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-md-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-md-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-md-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-md-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-md-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-md-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-md-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-md-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-md-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-md-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-md-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-md-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-md-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-md-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-md-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-md-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-md-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-md-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-md-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-md-pull-0 {
    right: auto;
  }

  .template-wrapper .col-md-push-24 {
    left: 100%;
  }

  .template-wrapper .col-md-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-md-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-md-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-md-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-md-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-md-push-18 {
    left: 75%;
  }

  .template-wrapper .col-md-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-md-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-md-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-md-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-md-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-md-push-12 {
    left: 50%;
  }

  .template-wrapper .col-md-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-md-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-md-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-md-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-md-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-md-push-6 {
    left: 25%;
  }

  .template-wrapper .col-md-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-md-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-md-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-md-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-md-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-md-push-0 {
    left: auto;
  }

  .template-wrapper .col-md-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-md-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-md-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-md-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-md-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-md-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-md-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-md-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-md-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-md-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-md-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-md-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-md-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-md-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-md-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-md-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-md-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-md-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-md-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-md-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .col-lg-1,.template-wrapper .col-lg-2,.template-wrapper .col-lg-3,.template-wrapper .col-lg-4,.template-wrapper .col-lg-5,.template-wrapper .col-lg-6,.template-wrapper .col-lg-7,.template-wrapper .col-lg-8,.template-wrapper .col-lg-9,.template-wrapper .col-lg-10,.template-wrapper .col-lg-11,.template-wrapper .col-lg-12,.template-wrapper .col-lg-13,.template-wrapper .col-lg-14,.template-wrapper .col-lg-15,.template-wrapper .col-lg-16,.template-wrapper .col-lg-17,.template-wrapper .col-lg-18,.template-wrapper .col-lg-19,.template-wrapper .col-lg-20,.template-wrapper .col-lg-21,.template-wrapper .col-lg-22,.template-wrapper .col-lg-23,.template-wrapper .col-lg-24 {
    float:left;
  }

  .template-wrapper .col-lg-24 {
    width: 100%;
  }

  .template-wrapper .col-lg-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-lg-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-lg-21 {
    width: 87.5%;
  }

  .template-wrapper .col-lg-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-lg-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-lg-18 {
    width: 75%;
  }

  .template-wrapper .col-lg-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-lg-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-lg-15 {
    width: 62.5%;
  }

  .template-wrapper .col-lg-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-lg-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-lg-12 {
    width: 50%;
  }

  .template-wrapper .col-lg-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-lg-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-lg-9 {
    width: 37.5%;
  }

  .template-wrapper .col-lg-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-lg-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-lg-6 {
    width: 25%;
  }

  .template-wrapper .col-lg-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-lg-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-lg-3 {
    width: 12.5%;
  }

  .template-wrapper .col-lg-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-lg-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-lg-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-lg-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-lg-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-lg-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-lg-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-lg-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-lg-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-lg-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-lg-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-lg-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-lg-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-lg-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-lg-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-lg-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-lg-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-lg-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-lg-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-lg-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-lg-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-lg-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-lg-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-lg-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-lg-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-lg-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-lg-pull-0 {
    right: auto;
  }

  .template-wrapper .col-lg-push-24 {
    left: 100%;
  }

  .template-wrapper .col-lg-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-lg-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-lg-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-lg-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-lg-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-lg-push-18 {
    left: 75%;
  }

  .template-wrapper .col-lg-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-lg-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-lg-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-lg-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-lg-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-lg-push-12 {
    left: 50%;
  }

  .template-wrapper .col-lg-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-lg-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-lg-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-lg-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-lg-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-lg-push-6 {
    left: 25%;
  }

  .template-wrapper .col-lg-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-lg-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-lg-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-lg-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-lg-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-lg-push-0 {
    left: auto;
  }

  .template-wrapper .col-lg-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-lg-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-lg-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-lg-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .col-xl-1,.template-wrapper .col-xl-2,.template-wrapper .col-xl-3,.template-wrapper .col-xl-4,.template-wrapper .col-xl-5,.template-wrapper .col-xl-6,.template-wrapper .col-xl-7,.template-wrapper .col-xl-8,.template-wrapper .col-xl-9,.template-wrapper .col-xl-10,.template-wrapper .col-xl-11,.template-wrapper .col-xl-12,.template-wrapper .col-xl-13,.template-wrapper .col-xl-14,.template-wrapper .col-xl-15,.template-wrapper .col-xl-16,.template-wrapper .col-xl-17,.template-wrapper .col-xl-18,.template-wrapper .col-xl-19,.template-wrapper .col-xl-20,.template-wrapper .col-xl-21,.template-wrapper .col-xl-22,.template-wrapper .col-xl-23,.template-wrapper .col-xl-24 {
    float:left;
  }

  .template-wrapper .col-xl-24 {
    width: 100%;
  }

  .template-wrapper .col-xl-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-xl-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-xl-21 {
    width: 87.5%;
  }

  .template-wrapper .col-xl-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-xl-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-xl-18 {
    width: 75%;
  }

  .template-wrapper .col-xl-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-xl-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-xl-15 {
    width: 62.5%;
  }

  .template-wrapper .col-xl-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-xl-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-xl-12 {
    width: 50%;
  }

  .template-wrapper .col-xl-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-xl-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-xl-9 {
    width: 37.5%;
  }

  .template-wrapper .col-xl-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-xl-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-xl-6 {
    width: 25%;
  }

  .template-wrapper .col-xl-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-xl-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-xl-3 {
    width: 12.5%;
  }

  .template-wrapper .col-xl-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-xl-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-xl-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-xl-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-xl-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-xl-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-xl-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-xl-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-xl-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-xl-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-xl-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-xl-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-xl-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-xl-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-xl-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-xl-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-xl-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-xl-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-xl-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-xl-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-xl-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-xl-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-xl-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-xl-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-xl-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-xl-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-xl-pull-0 {
    right: auto;
  }

  .template-wrapper .col-xl-push-24 {
    left: 100%;
  }

  .template-wrapper .col-xl-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-xl-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-xl-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-xl-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-xl-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-xl-push-18 {
    left: 75%;
  }

  .template-wrapper .col-xl-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-xl-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-xl-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-xl-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-xl-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-xl-push-12 {
    left: 50%;
  }

  .template-wrapper .col-xl-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-xl-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-xl-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-xl-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-xl-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-xl-push-6 {
    left: 25%;
  }

  .template-wrapper .col-xl-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-xl-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-xl-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-xl-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-xl-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-xl-push-0 {
    left: auto;
  }

  .template-wrapper .col-xl-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-xl-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-xl-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-xl-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-xl-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-xl-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-xl-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-xl-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-xl-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-xl-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-xl-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-xl-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-xl-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-xl-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-xl-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-xl-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-xl-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-xl-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-xl-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-xl-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-xl-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .col-xxl-1,.template-wrapper .col-xxl-2,.template-wrapper .col-xxl-3,.template-wrapper .col-xxl-4,.template-wrapper .col-xxl-5,.template-wrapper .col-xxl-6,.template-wrapper .col-xxl-7,.template-wrapper .col-xxl-8,.template-wrapper .col-xxl-9,.template-wrapper .col-xxl-10,.template-wrapper .col-xxl-11,.template-wrapper .col-xxl-12,.template-wrapper .col-xxl-13,.template-wrapper .col-xxl-14,.template-wrapper .col-xxl-15,.template-wrapper .col-xxl-16,.template-wrapper .col-xxl-17,.template-wrapper .col-xxl-18,.template-wrapper .col-xxl-19,.template-wrapper .col-xxl-20,.template-wrapper .col-xxl-21,.template-wrapper .col-xxl-22,.template-wrapper .col-xxl-23,.template-wrapper .col-xxl-24 {
    float:left;
  }

  .template-wrapper .col-xxl-24 {
    width: 100%;
  }

  .template-wrapper .col-xxl-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-xxl-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-xxl-21 {
    width: 87.5%;
  }

  .template-wrapper .col-xxl-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-xxl-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-xxl-18 {
    width: 75%;
  }

  .template-wrapper .col-xxl-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-xxl-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-xxl-15 {
    width: 62.5%;
  }

  .template-wrapper .col-xxl-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-xxl-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-xxl-12 {
    width: 50%;
  }

  .template-wrapper .col-xxl-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-xxl-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-xxl-9 {
    width: 37.5%;
  }

  .template-wrapper .col-xxl-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-xxl-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-xxl-6 {
    width: 25%;
  }

  .template-wrapper .col-xxl-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-xxl-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-xxl-3 {
    width: 12.5%;
  }

  .template-wrapper .col-xxl-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-xxl-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-xxl-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-xxl-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-xxl-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-xxl-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-xxl-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-xxl-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-xxl-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-xxl-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-xxl-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-xxl-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-xxl-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-xxl-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-xxl-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-xxl-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-xxl-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-xxl-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-xxl-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-xxl-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-xxl-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-xxl-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-xxl-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-xxl-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-xxl-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-xxl-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-xxl-pull-0 {
    right: auto;
  }

  .template-wrapper .col-xxl-push-24 {
    left: 100%;
  }

  .template-wrapper .col-xxl-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-xxl-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-xxl-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-xxl-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-xxl-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-xxl-push-18 {
    left: 75%;
  }

  .template-wrapper .col-xxl-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-xxl-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-xxl-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-xxl-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-xxl-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-xxl-push-12 {
    left: 50%;
  }

  .template-wrapper .col-xxl-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-xxl-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-xxl-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-xxl-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-xxl-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-xxl-push-6 {
    left: 25%;
  }

  .template-wrapper .col-xxl-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-xxl-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-xxl-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-xxl-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-xxl-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-xxl-push-0 {
    left: auto;
  }

  .template-wrapper .col-xxl-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-xxl-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-xxl-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-xxl-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-xxl-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-xxl-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-xxl-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-xxl-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-xxl-offset-0 {
    margin-left: 0;
  }
}

.template-wrapper .btn-group-vertical>.btn-group:after,.template-wrapper .btn-group-vertical>.btn-group:before,.template-wrapper .btn-toolbar:after,.template-wrapper .btn-toolbar:before,.template-wrapper .clearfix:after,.template-wrapper .clearfix:before,.template-wrapper .container-fluid:after,.template-wrapper .container-fluid:before,.template-wrapper .container:after,.template-wrapper .container:before,.template-wrapper .form-horizontal .form-group:after,.template-wrapper .form-horizontal .form-group:before,.template-wrapper .modal-footer:after,.template-wrapper .modal-footer:before,.template-wrapper .modal-header:after,.template-wrapper .modal-header:before,.template-wrapper .nav:after,.template-wrapper .nav:before,.template-wrapper .navbar-collapse:after,.template-wrapper .navbar-collapse:before,.template-wrapper .navbar-header:after,.template-wrapper .navbar-header:before,.template-wrapper .navbar:after,.template-wrapper .navbar:before,.template-wrapper .pager:after,.template-wrapper .pager:before,.template-wrapper .panel-body:after,.template-wrapper .panel-body:before,.template-wrapper .row:after,.template-wrapper .row:before {
  display: table;
  content: " ";
}

.template-wrapper .btn-group-vertical>.btn-group:after,.template-wrapper .btn-toolbar:after,.template-wrapper .clearfix:after,.template-wrapper .container-fluid:after,.template-wrapper .container:after,.template-wrapper .form-horizontal .form-group:after,.template-wrapper .modal-footer:after,.template-wrapper .modal-header:after,.template-wrapper .nav:after,.template-wrapper .navbar-collapse:after,.template-wrapper .navbar-header:after,.template-wrapper .navbar:after,.template-wrapper .pager:after,.template-wrapper .panel-body:after,.template-wrapper .row:after {
  clear: both;
}

.template-wrapper .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.template-wrapper .pull-right {
  float: right !important;
}

.template-wrapper .pull-left {
  float: left !important;
}

.template-wrapper .hide {
  display: none;
}

.template-wrapper .show {
  display: block !important;
}

.template-wrapper .invisible {
  visibility: hidden;
}

.template-wrapper .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.template-wrapper .hidden {
  display: none !important;
}

.template-wrapper .affix {
  position: fixed;
}

@-ms-viewport {
  .template-wrapper {
    width: device-width;
  }
}

.template-wrapper .visible-lg,.template-wrapper .visible-lg-block,.template-wrapper .visible-lg-inline,.template-wrapper .visible-lg-inline-block,.template-wrapper .visible-md,.template-wrapper .visible-md-block,.template-wrapper .visible-md-inline,.template-wrapper .visible-md-inline-block,.template-wrapper .visible-mi,.template-wrapper .visible-mi-block,.template-wrapper .visible-mi-inline,.template-wrapper .visible-mi-inline-block,.template-wrapper .visible-sm,.template-wrapper .visible-sm-block,.template-wrapper .visible-sm-inline,.template-wrapper .visible-sm-inline-block,.template-wrapper .visible-xl,.template-wrapper .visible-xl-block,.template-wrapper .visible-xl-inline,.template-wrapper .visible-xl-inline-block,.template-wrapper .visible-xs,.template-wrapper .visible-xs-block,.template-wrapper .visible-xs-inline,.template-wrapper .visible-xs-inline-block,.template-wrapper .visible-xxl,.template-wrapper .visible-xxl-block,.template-wrapper .visible-xxl-inline,.template-wrapper .visible-xxl-inline-block,.template-wrapper .visible-xxs,.template-wrapper .visible-xxs-block,.template-wrapper .visible-xxs-inline,.template-wrapper .visible-xxs-inline-block {
  display: none !important;
}

@media (max-width: 523px) {
  .template-wrapper .visible-xxs {
    display:block !important;
  }

  .template-wrapper table.visible-xxs {
    display: table !important;
  }

  .template-wrapper tr.visible-xxs {
    display: table-row !important;
  }

  .template-wrapper td.visible-xxs,.template-wrapper th.visible-xxs {
    display: table-cell !important;
  }
}

@media (max-width: 523px) {
  .template-wrapper .visible-xxs-block {
    display: block !important;
  }
}

@media (max-width: 523px) {
  .template-wrapper .visible-xxs-inline {
    display: inline !important;
  }
}

@media (max-width: 523px) {
  .template-wrapper .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 639px) {
  .template-wrapper .visible-xs {
    display: block !important;
  }

  .template-wrapper table.visible-xs {
    display: table !important;
  }

  .template-wrapper tr.visible-xs {
    display: table-row !important;
  }

  .template-wrapper td.visible-xs,.template-wrapper th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 639px) {
  .template-wrapper .visible-xs-block {
    display:block !important;
  }
}

@media (max-width: 639px) {
  .template-wrapper .visible-xs-inline {
    display:inline !important;
  }
}

@media (max-width: 639px) {
  .template-wrapper .visible-xs-inline-block {
    display:inline-block !important;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .template-wrapper .visible-sm {
    display:block !important;
  }

  .template-wrapper table.visible-sm {
    display: table !important;
  }

  .template-wrapper tr.visible-sm {
    display: table-row !important;
  }

  .template-wrapper td.visible-sm,.template-wrapper th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .template-wrapper .visible-sm-block {
    display:block !important;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .template-wrapper .visible-sm-inline {
    display:inline !important;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .template-wrapper .visible-sm-inline-block {
    display:inline-block !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .template-wrapper .visible-mi {
    display:block !important;
  }

  .template-wrapper table.visible-mi {
    display: table !important;
  }

  .template-wrapper tr.visible-mi {
    display: table-row !important;
  }

  .template-wrapper td.visible-mi,.template-wrapper th.visible-mi {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .template-wrapper .visible-mi-block {
    display:block !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .template-wrapper .visible-mi-inline {
    display:inline !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .template-wrapper .visible-mi-inline-block {
    display:inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width:1279px) {
  .template-wrapper .visible-md {
    display:block !important;
  }

  .template-wrapper table.visible-md {
    display: table !important;
  }

  .template-wrapper tr.visible-md {
    display: table-row !important;
  }

  .template-wrapper td.visible-md,.template-wrapper th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width:1279px) {
  .template-wrapper .visible-md-block {
    display:block !important;
  }
}

@media (min-width: 1024px) and (max-width:1279px) {
  .template-wrapper .visible-md-inline {
    display:inline !important;
  }
}

@media (min-width: 1024px) and (max-width:1279px) {
  .template-wrapper .visible-md-inline-block {
    display:inline-block !important;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .visible-lg {
    display:block !important;
  }

  .template-wrapper table.visible-lg {
    display: table !important;
  }

  .template-wrapper tr.visible-lg {
    display: table-row !important;
  }

  .template-wrapper td.visible-lg,.template-wrapper th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .visible-lg-block {
    display:block !important;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .visible-lg-inline {
    display:inline !important;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .visible-lg-inline-block {
    display:inline-block !important;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .visible-xl {
    display:block !important;
  }

  .template-wrapper table.visible-xl {
    display: table !important;
  }

  .template-wrapper tr.visible-xl {
    display: table-row !important;
  }

  .template-wrapper td.visible-xl,.template-wrapper th.visible-xl {
    display: table-cell !important;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .visible-xl-block {
    display:block !important;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .visible-xl-inline {
    display:inline !important;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .visible-xl-inline-block {
    display:inline-block !important;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .visible-xxl {
    display:block !important;
  }

  .template-wrapper table.visible-xxl {
    display: table !important;
  }

  .template-wrapper tr.visible-xxl {
    display: table-row !important;
  }

  .template-wrapper td.visible-xxl,.template-wrapper th.visible-xxl {
    display: table-cell !important;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .visible-xxl-block {
    display:block !important;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .visible-xxl-inline {
    display:inline !important;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .visible-xxl-inline-block {
    display:inline-block !important;
  }
}

@media (max-width: 523px) {
  .template-wrapper .hidden-xxs {
    display:none !important;
  }
}

@media (max-width: 639px) {
  .template-wrapper .hidden-xs {
    display:none !important;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .template-wrapper .hidden-sm {
    display:none !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .template-wrapper .hidden-mi {
    display:none !important;
  }
}

@media (min-width: 1024px) and (max-width:1279px) {
  .template-wrapper .hidden-md {
    display:none !important;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .hidden-lg {
    display:none !important;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .hidden-xl {
    display:none !important;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .hidden-xxl {
    display:none !important;
  }
}

.template-wrapper .visible-print {
    display: none !important;
}

@media print {
  .template-wrapper .visible-print {
    display: block !important;
  }

  .template-wrapper table.visible-print {
    display: table !important;
  }

  .template-wrapper tr.visible-print {
    display: table-row !important;
  }

  .template-wrapper td.visible-print,.template-wrapper th.visible-print {
    display: table-cell !important;
  }
}

.template-wrapper .visible-print-block {
  display: none !important;
}

@media print {
  .template-wrapper .visible-print-block {
    display: block !important;
  }
}

.template-wrapper .visible-print-inline {
    display: none !important;
}

@media print {
  .template-wrapper .visible-print-inline {
    display: inline !important;
  }
}

.template-wrapper .visible-print-inline-block {
    display: none !important;
}

@media print {
  .template-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display:none;
  visibility:hidden;
}
input[type=number] {
  -moz-appearance:textfield;
}

@media all and (-ms-high-contrast:none) {
  #ccMonthExp, #ccYearExp {
    margin-right: 5px !important;
  }
}
select#state::-ms-expand, select#year::-ms-expand, select#month::-ms-expand {
  background: none;
  border: none;
  padding-right: 5px;
}
input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

select:focus::-ms-value {
  color: #000;
  background: #fff;
}
