/*
This file is used to contain all vendor imports.
*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
@import url("https://use.typekit.net/fpj1eff.css");
.hamburger {
  padding: 14px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #13294b; }

.hamburger-box {
  width: 22px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 3px;
    background-color: #13294b;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

.hamburger-label {
  display: inline-block;
  margin-right: 14px;
  color: #13294b; }

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 44px; }
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings,
helpers or functions. They have no direct output.
*/
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in the project.
*/
/*
This file can be used to overwrite any normalize settings.
*/
html,
body {
  margin: 0;
  padding: 0;
  /*background-color: #f1f1f1;*/
  background-color: #b1b6a3; }

.bg-blue {
  background-color: #13294b; }

.bg-gray-100 {
  /*background-color: #f1f1f1;*/
  background-color: #b1b6a3;}
.bg-gray-200 {
  background-color: #d8d8d8; }
.bg-gray-300 {
  background-color: #b4b4b4; }
.bg-gray-400 {
  background-color: #999; }
.bg-gray-600 {
  background-color: #707070; }

.img-fluid-h {
  max-height: 100%;
  width: auto; }

html, body {
  font-family: objektiv-mk2, helvetica, arial, sans-serif;
  font-weight: 300;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #707070;
  font-size: 1rem; }

a {
  font-weight: inherit;
  color: #13294b; }
  a:hover {
    color: #13294b; }

.blue {
  color: #13294b; }

.gray, .grey {
  color: #707070; }

.white {
  color: #fff; }

h1, h2 {
  font-family: century-old-style-std, georgia, serif;
  font-weight: 400;
  letter-spacing: 0.25rem;
  text-transform: uppercase; }

h3, h4 {
  font-family: objektiv-mk2, helvetica, arial, sans-serif;
  font-weight: 300; }

h5, h6 {
  font-family: century-old-style-std, georgia, serif;
  font-weight: 400; }

h1 {
  font-size: 2.25rem;
  line-height: 3rem;
  margin-bottom: 1.5rem; }

h2 {
  font-size: 1.875rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.5rem;
  line-height: 2rem; }

h5 {
  font-size: 1.5rem;
  line-height: 2.5rem; }

h6 {
  font-size: 1.125rem; }

p, ul, ol, li {
  font-size: 1.125rem;
  line-height: 1.75rem; }

sup {
  font-size: 50%;
  vertical-align: baseline;
  position: relative; }

em {
  font-style: italic; }

strong, .strong {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.normal, .regular {
  font-weight: 400; }

.small {
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin-bottom: 0.885rem; }

.lh-15 {
  line-height: 1.5rem; }
.lh-2 {
  line-height: 2rem; }
.lh-25 {
  line-height: 2.5rem; }
.lh-3 {
  line-height: 3rem; }

f-20 {
  font-size: 1.25rem; }

.circledcross::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  content: '+';
  border: 1px solid #13294b;
  border-radius: 50%;
  padding: 0.1875rem 0.5rem 0.5rem;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2rem;
  font-size: 130%;
  display: block; }

.terms p {
  line-height: 2.5rem; }
  .terms p.titlesub {
    font-weight: 400;
    margin-top: 2.5rem; }

/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating
to a reusable component.
*/
.btn {
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.75rem 1rem;
  min-width: 11rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  min-width: 0; }

button:focus, .btn:focus, .btn.focus, .btn:active, .btn.active {
  box-shadow: none;
  outline: none; }

.btn-primary {
  background-color: #13294b;
  border-color: #13294b;
  color: #fff; }
  .btn-primary:hover {
    background-color: transparent;
    color: #13294b; }
  .btn-primary:focus {
    box-shadow: none; }
  .btn-primary:active {
    box-shadow: none; }

.stretched-link:hover {
  text-decoration: none; }

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #707070;
  border-color: #707070; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #707070;
    color: #fff; }

.btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none; }

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #13294b; }
  .btn-white:hover {
    background-color: #13294b;
    color: #fff; }

.btn-outline-white {
  background-color: #13294b;
  border-color: #fff;
  color: #fff; }
  .btn-outline-white:hover {
    background-color: #fff;
    color: #13294b; }

table.product-spec {
  border: none;
  width: 100%; }
  table.product-spec tr td {
    padding: 0.75rem 0; }
  table.product-spec tr td:nth-child(even) {
    text-align: right; }
  table.product-spec tr.fabric td {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 1.25rem 0; }

.card {
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 3rem;
  color: #13294b; }

.card-body {
  background-color: #fff;
  padding: 0.75rem 1rem; }
  .card-body.pad45 {
    padding: 1.5rem 1.75rem 1.75rem; }

.card-title {
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5rem; }

.card-text {
  line-height: 1.75rem; }

.card-img-bottom, .card-img-top {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: all .5s;
  transition: all .5s; }

.grid-container {
  display: grid;
  grid-gap: 0;
  min-height: 0;
  /* NEW */
  min-width: 0;
  /* NEW; needed for Firefox */ }
  .grid-container.history {
    grid-template-columns: 1fr; }

.grid-item.item3x2 {
  grid-column: 1;
  grid-row: 1; }
.grid-item.item4x1 {
  grid-column: 1;
  grid-row: 2; }
.grid-item.item4x2 {
  grid-column: 1;
  grid-row: 3; }
.grid-item.item1x1 {
  grid-column: 1;
  grid-row: 1; }
.grid-item.item2x2 {
  grid-column: 1;
  grid-row: 3; }
.grid-item.item2x1 {
  grid-column: 1;
  grid-row: 2; }

.catalogue-cover {
  display: flex;
  justify-content: center; }
  .catalogue-cover img {
    max-height: 130px; }

.imgitem {
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-top: 100%;
  /** 1:1 IMAGE RATIO **/ }
  .imgitem .icon-print {
    opacity: 0;
    height: auto;
    width: 3rem;
    position: absolute;
    top: 2rem;
    left: 2rem; }
  .imgitem:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0; }
  .imgitem:hover:before, .imgitem:hover .icon-print {
    opacity: 1;
    cursor: pointer; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: none; }

.owl-carousel .owl-item {
  overflow: hidden; }

.owl-carousel .item {
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-top: 100%;
  /** 1:1 IMAGE RATIO **/ }
  .owl-carousel .item.single {
    padding-top: 66%;
    /** 1.5:1 IMAGE RATIO for single carousel images **/ }

.carousel-wrapper-home .owl-item:hover .item:not(.single):before, .carousel-wrapper-home .owl-item:focus .item:not(.single):before, .carousel-wrapper-home .owl-item:hover .item .icon-print {
  opacity: 1; }
.carousel-wrapper-home .owl-carousel .item {
  background-position: left center; }

.owl-carousel .item span:not(.imgcredit) {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: century-old-style-std, georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-size: 1.625rem;
  line-height: 1.625rem;
  background-color: rgba(130, 130, 130, 0.4);
  padding: 0.7rem 0;
  width: 100%;
  text-align: center; }

.owl-carousel .owl-item .item, .owl-carousel .owl-item .item:before, .owl-carousel .owl-item .item .icon-print {
  -webkit-transition: all .5s;
  transition: all .5s; }

.owl-carousel .owl-item .item img.icon-print {
  opacity: 0;
  height: auto;
  width: 3rem;
  position: absolute;
  top: 2rem;
  left: 2rem; }

.owl-item .item:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0; }

.form-control {
  border-radius: 0;
  border-color: #707070;
  color: #13294b; }
  .form-control:focus {
    color: #13294b; }

.close.msg-close {
  color: #fff;
  text-shadow: none; }

.alert-success {
  color: #fff;
  background-color: #13294b;
  border-color: #13294b; }

.help-block.with-errors {
  margin-top: 5px; }
  .help-block.with-errors ul li {
    color: #a70000;
    font-size: 0.8rem; }

.form-group input.has-error,
input.error,
select.error,
textarea.error {
  outline: none;
  box-shadow: none;
  border-color: #a70000;
  border-width: 2px;
  border-style: solid; }
  .form-group input.has-error:valid,
  input.error:valid,
  select.error:valid,
  textarea.error:valid {
    border-style: auto;
    border-color: inherit; }

/* Checkbox container */
.check-container {
  display: block;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0; }

/* On mouse-over, add a background color */
/* When the checkbox is checked, add a background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 0.4rem;
  top: 0.07rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #13294b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type="checkbox"]:required:invalid.error + .checkmark {
  border-color: #a70000; }

input[type="checkbox"]:required:valid + .checkmark {
  border-color: inherit; }

/* homepage hero */
.hero {
  position: relative;
  width: 100%;
  height: 100%; }
  .hero .heroimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 36rem; }
  .hero .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
  .hero #b-logo {
    display: block;
    width: 11.125rem;
    height: 12.5rem; }
  .hero #wordmark {
    display: block;
    width: 20rem;
    margin-top: 2rem; }
  .hero #wordmark-sale {
    display: block;
    width: 30rem;
    margin-top: 2rem; }

/* cookiebar */
#cookieConsent {
  z-index: 9999;
  min-height: 20px;
  font-family: objektiv-mk2, helvetica, arial, sans-serif, arial, "sans-serif";
  padding: 0.75rem 2rem;
  background: rgba(19, 41, 75, 0.9);
  overflow: hidden;
  position: fixed;
  color: #fff;
  bottom: 0;
  right: 0;
  display: none;
  left: 0;
  text-align: center;
  font-size: 1rem; }

#cookieConsent a#cookieButton:hover {
  color: #13294b; }

/*
This file is used to contain all layout imports.
Files inside this folder should contain all styles relating to layouts.
*/
.hamburger-label {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 14px;
  color: #13294b; }

.hamburger {
  -webkit-transition: all 1s;
  transition: all 1s; }
  .hamburger .hamburger_icon {
    width: 1.625rem;
    height: 1.375rem; }
  .hamburger.is-active .hamburger_icon {
    -webkit-transform: rotateY(180deg) rotate(90deg);
    transform: rotateY(180deg) rotate(90deg);
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }

.navheaderlink {
  position: absolute;
  top: 1rem; }
  .navheaderlink:hover {
    text-decoration: none;
    color: #13294b; }

.navheadertoggle {
  float: right;
  margin-bottom: 1rem; }

.navbar-light .navbar-toggler {
  border-color: transparent; }

.navbar-center {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
  margin: 0; }

.navbar-brand {
  position: relative;
  margin: 0;
  padding: 0; }

.megamenu .dropdown-menu {
  background: none;
  border: none; }

.nav-item.subcat {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0.5rem; }

.top-navbar {
  padding: 18px 0; }

.dropdown-toggle::after {
  position: absolute;
  top: 0.75rem;
  right: 4rem;
  content: '+';
  border: 1px solid #707070;
  border-radius: 50%;
  padding: 0.25rem 0.5rem 0.5rem;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2rem;
  font-size: 130%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a.dropdown-toggle:focus {
  -webkit-focus-ring-colour: transparent;
  outline: 0; }

.nav-item.dropdown.megamenu.show .dropdown-toggle::after {
  border: 1px solid #fff;
  background: #fff;
  transform: rotate(-45deg); }

/* sticky header position */
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1080 !important;
  width: 100%;
  box-shadow: 0 5px 12px rgba(80, 80, 80, 0.15); }

#nav-modal {
  background: #f1f1f1 url("../../images/bampton-modal-logo.svg") no-repeat left 6rem;
  background-size: cover; }

.modal-nav-content {
  width: 100%;
  height: auto; }

.modal-nav-body {
  margin-top: 10rem; }

.modal-nav-body ul {
  list-style-type: none;
  color: #707070;
  margin: 0;
  padding: 0.5rem 0;
  width: 100%; }

.modal-nav-body ul li {
  text-align: left;
  font-size: 130%;
  padding: 0.75rem 0; }
  .modal-nav-body ul li ul.submenu {
    margin-left: 1rem; }
    .modal-nav-body ul li ul.submenu li {
      padding: 0;
      font-size: 100%; }

.modal-nav-body ul li a {
  color: #707070; }

.modal-dialog {
  width: 100%;
  max-width: none;
  margin: 0;
  pointer-events: initial; }

#navsearchform {
  border-bottom: 1px solid #707070; }

#navsearch.form-control {
  background-color: transparent;
  border: none; }

.navsearch_btn {
  min-width: 0;
  padding: 0; }

.form-control:focus {
  box-shadow: none; }

a.nav-link {
  padding: 0.25rem 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a.nav-link:hover {
    color: #13294b; }

a.dropdown-toggle:hover::after {
  border: 1px solid #13294b; }

.breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
  color: #707070; }
  .breadcrumb-item {
    font-size: 0.85rem; }

#toggletitle {
  font-size: 0.825rem; }

main {
  color: #13294b; }
  main h2.product-title {
    margin-bottom: 2rem; }

.imgbox {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 20rem; }
  .imgbox.img-about {
    background-position: center top; }
  .imgbox.h-30 {
    min-height: 30rem; }
  .imgbox.h-40 {
    min-height: 40rem; }
  .imgbox .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0; }

.imgcredit, .owl-carousel .item span.imgcredit {
  color: #fff;
  font-size: 0.825rem;
  position: absolute;
  left: calc(100% - 0.7rem);
  bottom: 1rem;
  transform-origin: bottom left;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%;
  text-shadow: 1px 1px 3px #000; }

.prodbox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100%; }

footer {
  background-color: #b4b4b4;
  padding: 2.5rem 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25rem; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #13294b; }
  footer .pipe {
    display: block; }
    footer .pipe::after {
      content: ''; }
  footer #social {
    margin-bottom: 2.5rem; }

/* XS (Base mobile-first size) */
html, body {
  font-size: 0.88888889rem; }

/* SM (576px and up) */
@media (min-width: 576px) {
  html, body {
    font-size: 0.88888889rem; }

  .hero #wordmark {
    width: 24rem; }

  .hero #wordmark-sale {
    width: 36rem; }

  footer .pipe {
    display: inline;
    margin: 0 0.3rem; }
    footer .pipe::after {
      content: '|'; }

  .customNavigation {
    width: 24rem; }

  .grid-item.item3x2 {
    grid-column: 1 / span 2;
    grid-row: 1; }
  .grid-item.item4x1 {
    grid-column: 1;
    grid-row: 2; }
  .grid-item.item4x2 {
    grid-column: 2;
    grid-row: 2; } }
/* MD (768px and up) */
@media (min-width: 768px) {
  .navbar-center {
    left: 50%;
    transform: translate(-50%, -50%); }

  .top-navbar {
    padding: 38px 0; }

  footer #social {
    margin-bottom: 0;
    justify-content: flex-end; }

  .owl-carousel .item.single {
    padding-top: 50%;
    /** 2:1 IMAGE RATIO for single carousel images **/ }

  .customNavigation {
    width: 26rem; }

  .owl-carousel .item span:not(.imgcredit) {
    font-size: 1.875rem;
    line-height: 1.875rem;
    padding: 0.6rem 0; }

  .grid-item.item3x2 {
    grid-column: 1 / span 3;
    grid-row: 1 / span 2; }
  .grid-item.item4x1 {
    grid-column: 4;
    grid-row: 1; }
  .grid-item.item4x2 {
    grid-column: 4;
    grid-row: 2; }

  #nav-modal {
    background-size: contain; }

  .dropdown-toggle::after {
    right: 0rem; } }
/* LG (992px and up) */
@media (min-width: 992px) {
  html, body {
    font-size: 1rem; }

  .dropdown-toggle::after {
    width: 44px;
    height: 44px; }

  .owl-carousel .item.single {
    padding-top: 33%;
    /** 3:1 IMAGE RATIO for single carousel images **/ }

  .customNavigation {
    width: 22rem;
    bottom: 0.85rem; }

  .owl-carousel .item span:not(.imgcredit) {
    font-size: 2.25rem;
    line-height: 2.25rem;
    padding: 0.8rem 0; }

  .grid-container.history {
    grid-template-columns: 1fr 1fr; }

  .grid-item.item3x2 {
    grid-column: 1 / span 4;
    grid-row: 1 / span 2; }
  .grid-item.item4x1 {
    grid-column: 5;
    grid-row: 1; }
  .grid-item.item4x2 {
    grid-column: 5;
    grid-row: 2; }
  .grid-item.item1x1 {
    grid-column: 1;
    grid-row: 1; }
  .grid-item.item2x2 {
    grid-column: 2;
    grid-row: 1 / span 2; }
  .grid-item.item2x1 {
    grid-column: 1;
    grid-row: 2; }

  .dropdown-toggle::after {
    right: 4rem; } }
/* XL (1200px and up) */
@media (min-width: 1200px) {
  .customNavigation {
    width: 28rem; } }
/* 2XL (1920px and up) */
/* 3XL (2400px and up) */

/*# sourceMappingURL=styles.css.map */
