/* General CSS */
.top-navigation a,
footer a {
  color: #fff;
}

a {
  color: #333;
}

.red-text {
  color: #ba2d08;
}

p,
a,
li,
th {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
h1,
h2,
h3,
h4 {
  font-family: "Fahkwang", sans-serif;
  font-weight: 600;
}
.btn {
  background-color: transparent;
  border: 1px solid#BA2D0B;
  color: #ba2d0b;
  font-size: 24px;
  padding: 5px 20px;
}
ul li {
  list-style: none !important;
}

ul {
  padding-left: 0;
}
.btn-primary,
#addBtn {
  background-color: #ba2d0b;
  border: 1px solid#BA2D0B;
  color: #fff;
  font-size: 18px;
  transition: ease-in 0.2s;
}
.btn-primary:hover {
  background-color: #fff;
  color: #ba2d0b;
  border: 1px solid#BA2D0B;
}

.required {
  color: #ba2d0b;
}
a.required:hover {
  color: #ba2d0b;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

html,
body {
  height: 100%;
  position: relative;
  background: #fff;
}

.main-container {
  min-height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 330px;
}

.main-container > footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.page-title {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color:#000;
}
.page-title h1 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.work-boots-image {
  background-image: url("images/work-boots-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.red-card {
  color: #fff;
  background-color: #ba2d08;
}
.red-card a {
  color: #fff !important;
}

.img-container {
  height: 200px;
  overflow: hidden;
}
.img-gallery-container {
  height: 190px;
  overflow: hidden;
}
.img-gallery-container img {
  width: 100% !important;
}

/* ========================================================= */
/* Navbar CSS */
.header .top-nav {
  text-align: right;
  margin-right: 9.4%;
}

.top-navigation .middle-nav a:hover {
  text-decoration: underline;
  color: #fff !important;
}

.top-navigation .middle-nav a {
  border-right: 1px solid #fff;
  padding: 0 10px;
}


.top-navigation .navbar-brand a {
  padding: 0;
  border-right: 0;
}



.top-navigation .navbar-brand h4 {
  position: relative;
  top: 16px;
}

.navbar-expand-sm .navbar-nav .dropdown-menu-right {
  width: 200px;
}

.top-navigation .extra-navigation {
  display: inline;
  margin-right: 12.4%;
  position: relative;
  top: 36px;
  float: right;
}

.top-navigation .middle-nav {
  margin-left: 5.6%;
}
.top-nav .nav-icons a,
.top-nav .nav-icons input,
.top-nav .nav-icons button {
  opacity: 0.5;
  transition: 0.2s all ease-in-out;
}
.top-nav .nav-icons button {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
}

.top-nav .nav-icons input:hover {
  cursor: pointer;
}

.top-nav .nav-icons a:hover,
.top-navigation .nav-icons a .fas-search:hover,
.top-nav .nav-icons button:hover {
  opacity: 1;
}

.top-nav .nav-icons input:focus {
  opacity: 1;
}

.top-navigation .nav-icons a:hover {
  color: #fff;
}

.top-nav .nav-icons a.pop-cart {
  color: #ba2d0b;
  opacity: .8;
}

.top-nav .nav-icons a.pop-cart:hover {
  color: #ea390e;
  opacity: 1;
}

.top-navigation .middle-nav .fa-shopping-cart {
  transition: ease-in-out 0.2s;
}

.top-navigation .middle-nav .fa-shopping-cart a:hover {
  color: #ba2d0b !important;
}

.top-navigation .middle-nav a.btn{
  border:1px solid #fff;
  font-size:18px;
  padding:5px 15px;
}

.top-navigation {
  background-color: #000;
  background-image: url("../images/background-logo.png");
  background-position: left;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0px 0 35px;
}
.top-navigation .nav-icons {
  text-align: right;
  margin-left: 28%;
  margin-top: 13px;
  font-size: 24px;
}

.middle-nav h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
}

.top-navigation .top-nav input {
  background-color: #fff;
  border: none;
  padding: 5px 12.8px;
}

.top-navigation .middle-nav input::placeholder {
  color: #fff;
}

#navbar .navbar-nav li {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
.navbar-nav {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.navbar-nav a {
  padding: 1rem 0.7em !important;
  font-weight: 600;
  transition: ease-in 0.2s;
  color: rgba(0, 0, 0, 0.68)!important;
}

.dropdown-toggle::after {
  display: none;
}
.navbar-brand {
  margin-left: 5%;
}
.shoes-dropdown {
  width: 800px;
  padding: 20px;
}
.shoes-dropdown a {
  padding: 10px 0 !important;
  font-size:13px;
}
#navbar {
  padding: 0 16px;
  transition: ease-in 0.2s;
}
#navbar .navbar-nav li a:hover {
  background-color: #fff;
  color: #333;
}

.womens-dropdown,
.mens-dropdown {
  transform: translate3d(0px, 54px, 0px) !important;
}

/* .nav-form input{
    opacity:0;
} */
.nav-form a.form-submit i:active .nav-form input {
  background-color: #ba2d0b;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 5px #000;
}
.logo{
  display:none;
}

.sticky-logo{
  display:inline;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

/* ========================================================= */
/* Slideshow CSS */

.carousel-caption {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 35%;
  padding: 50px;
  width: 50%;
  left: 25%;
  right: 25%;
}
.carousel-caption {
  color: #333;
  text-transform: uppercase;
}
.carousel-caption span {
  color: #666;
}

.carousel-indicators .active {
  background-color: #ba2d0b;
}

.carousel-caption p {
  font-weight: 600;
  font-size: 24px;
  color: #333;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel img {
  width: 100%;
}

/* ========================================================= */

/* Market Message */
.welcome-panel h1 {
  text-transform: uppercase;
}
.welcome-text i, .welcome-text a {
  color: #ba2d0b;
}
.welcome-text .btn {
  background-color: transparent;
  margin-top: 20px;
  color: #333;
  border: 1px solid #333;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.welcome-text .btn:hover {
  background-color: #ba2d0b;
  color: #fff;
  border: 1px solid #ba2d0b;
}

.welcome-text .btn:hover i {
  color: #fff;
}

.welcome-text p {
  color: #ba2d0b;
}
.welcome-text .welcome-description {
  color: #666;
  font-size: 18px;
}
.welcome-panel {
  padding: 20px;
  border-radius: 5px;
}

.marketing-message {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}
.marketing-message h4 {
  margin-bottom: 0;
}

.marketing-message a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

/* ========================================================= */

/* Shopping Categories CSS */
.category-background {
  background-color: #f2eef0;
  padding: 30px 0;
  padding-bottom: 15px;
}

.category-background figure img {
  width: 100%;
}

.category-background figure h4 {
  text-align: center;
  background-color: #ba2d0b;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
}

.category-background a:hover {
  text-decoration: none;
}

.category-background .col-12 h3,
.category-background .col-12 .overlay img {
  transition: ease-in 0.2s;
}

.category-background .col-12 .overlay {
  overflow: hidden;
}

.category-background .col-12:hover .overlay img {
  transform: scale(1.1);
}

/* ========================================================= */

/* Brand Carousel CSS */
.owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.owl-carousel .owl-item img {
  /* width: 150px; */
  height: 70px;
  width: 100%;
  min-width: 60%;
  min-height: 100%;
  object-fit: contain;
}

.owl-carousel .owl-item {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: 0.2s all ease;
}

.owl-carousel .owl-item.center {
  opacity: 1;
  margin-left: 1%;
  filter: grayscale(0%);
}

.owl-carousel .owl-item:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.owl-item.center > div {
  cursor: auto;
  margin: 0;
  opacity: 1;
}
/* .owl-item:not(.center) > div:hover {
opacity: .75;
} */

.carousel-container {
  padding-top: 100px;
}

/* ========================================================= */

/* 4 Focus Areas CSS */
.four-photos {
  margin: 50px 0;
}
.four-photos .col-12 {
  overflow: hidden;
  margin-bottom: 15px;
}

.four-photos .col-xl-4 img {
  height: 300px;
  width:400px;
  object-fit: cover;
}

.four-photos .col-xl-8 img {
  height: 300px;
}

.four-photos .focus-text {
  text-align: center;
  position: absolute;
  top: 40%;
  text-shadow: 3px 2px #666;
  color: #fff;
  left: 10%;
  right: 10%;
  z-index: 1;
  text-transform: uppercase;
}
.focus-text .btn {
  background-color: #fff;
  text-shadow: none;
  border: 1px solid #fff;
  color: #666;
}

.focus-text .btn i {
  color: #ba2d0b;
  margin-left: 10px;
}

.focus-text .btn:hover {
  background-color: #ba2d0b;
  border: 1px solid #fff;
  color: #fff;
}

.focus-text .btn:hover i {
  color: #fff;
}
.mobile-img {
  display: none;
}
.desktop-image {
  display: block;
}

/* ========================================================= */

/* Look Book CSS */
.parallax {
  background-image: url("images/istockphoto-537314805-2048x2048.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  padding: 0;
  height: 400px;
  background-repeat: no-repeat;
}
.look-book-text {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 21%;
  padding: 60px;
  height: 430px;
  padding-top: 7%;
  text-align: center;
}

.look-book-text .red {
  color: #ba2d0b;
}
.look-book-text h1 {
  font-size: 64px;
}
.look-book-text hr {
  border: 0;
  margin: 1.35em auto;
  max-width: 100%;
  background-position: 50%;
  box-sizing: border-box;
}

.look-book a {
  color: #fff;
}
.accessory {
  height: 6px;
  background-image: radial-gradient(
    closest-side,
    gray,
    rgba(128, 128, 128, 0) 100%
  );
  position: relative;
}

.accessory:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #bfbfbf;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 4px 0;
  border: 4px solid rgba(255, 255, 255, 0.35);
  background-clip: padding-box;
  box-shadow: -10px 10px 0 rgba(255, 255, 255, 0.15),
    10px -10px 0 rgba(255, 255, 255, 0.15);
}
.look-book a:hover {
  text-decoration: none;
}

.example02 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.example02::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -8px;
}
.example02:hover::after {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

/* ========================================================= */

/* Footer CSS */
footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  padding-bottom: 5px;
}
footer .fab {
  font-size: 36px;
}
footer ul {
  padding-left: 0;
}

footer a:hover {
  color: #fff;
}

.social-logo {
  text-align: right;
}
.footer-form input {
  border: 1px solid#BA2D0B;
  border-right: 0;
  border-radius: 0;
}
.footer-form {
  margin: 15px 0;
  float: right;
}
.footer-form .btn {
  border-left: 0;
  font-size: 20px;
  border: 1px solid #ba2d08;
}

.footer-form input {
  padding: 8px;
  padding-right: 80px;
}

footer .site-map .signin-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
}

footer .site-map .signin-btn:hover {
  background-color: #fff;
  color: #333;
  border: 1px solid #fff;
}

.social-container {
  display: inline-block;
  margin-right: 36%;
}

.social-container .fa-facebook-square {
  padding: 0 10px;
}

.bottom-container,
.bottom-container a {
  color: #959595;
  margin-top: 30px;
  font-size:14px;
}

.bottom-container a:hover {
  text-decoration: underline;
  color: #666;
}

.site-map .signin-btn {
  margin-top: 10px;
}

/* Signup page */
.signup-page h2{
  font-size: 25px;
  text-align: center;
}

/* ========================================================= */

/* Cart Css */
.shipping-panel {
  background-color: #f2eef0;
  padding: 20px;
}
.cart {
  border: none;
}
.cart thead {
  background-color: transparent;
}
.cart > thead > tr > th {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333;
}
.cart thead th {
  font-size: 24px;
}
.cart .product-item-photo {
  display: table-cell;
  max-width: 100%;
  padding-right: 20px;
  position: static;
  vertical-align: top;
  width: 45%;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.cart .product-details {
  display: table-cell;
  padding-bottom: 35px;
  vertical-align: top;
  white-space: normal;
  width: 99%;
}
.cart .product-item-name {
  font-size: 1.3rem;
  display: block;
  margin: -3px 0 5px;
}
.cart .item-actions {
  border-top: none !important;
  border-bottom: 1px solid #666;
}
.cart .item-actions i {
  color: #666;
  font-size: 18px;
}
.cart .col {
  vertical-align: top;
}
.cart .price span.price,
.cart .subtotal span {
  font-weight: 600;
}
.cart .update-cart .btn,
.cart .update-cart .btn:hover {
  background-color: #f2eef0;
  color: #333;
  border: 1px solid #f2eef0;
}
.cart .cart-inputs .card-header,
.cart .card {
  background-color: transparent;
  border: none;
  color: #333;
}
.card-header a {
  color: #333;
}
.coupon-btn {
  font-size: 17px;
  text-transform: none;
}
.card input {
  padding: 9px 10px;
}

.news-list:nth-child(odd) .news-card {
  background-color: #f2eef0;
}

.pedorthics-btns {
  display: inline;
}

#addBtn:hover {
  background-color: #fff;
  border: 1px solid #ba2d08;
  color: #ba2d08;
}

.checkout-container {
  padding: 20px;
  background-color: #f9f9f9;
}

span.sale-price {
  font-size: 17px;
  font-weight: 700;
}

span.original-price {
  text-decoration: line-through;
}

.add-accessory {
  color: #fff;
}

/* ========================================================= */

/* Item Detail page */
.tab-container {
  list-style-type: none;
  padding: 0;
  margin: 60px auto;
  height: 230px;
  position: relative;
  background: #fff;
}
.tab-container ul {
  list-style-type: none;
  padding: 0;
}
.tab-container .arrows label {
  display: inline-block;
  cursor: pointer;
  color: #aaa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
}
.tab-container .arrows label:hover {
  color: #333;
}
.tab-container .tab-content-container {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  line-height: 22px;
  background: #fff;
  position: absolute;
  top: 42px;
  padding: 0px 40px 0 20px;
  border: 2px solid rgb(190, 190, 190);
  box-shadow: 0 5px 5px -5px #333;
  width: 100%;
}
.tab-container .tab-content-container .tab-content {
  opacity: 0;
  padding: 15px 0;
  min-height: 185px;
  transition: opacity 0.1s ease-in;
}
.tab-container .tab {
  outline: 0;
  float: left;
  cursor: pointer;
  opacity: 1;
  width: 25%;
  line-height: 40px;
  display: block;
  margin: 0;
  position: relative;
  background: #f2eef0;
  color: #333;
  text-align: center;
  border-top: 2px solid rgb(190, 190, 190);
  border-bottom: 2px solid #fff;
  border-right: 2px solid rgb(190, 190, 190);
}
.tab-container .tab.l-b {
  border-left: 2px solid rgb(190, 190, 190);
  border-bottom: 2px solid #fff;
}
.tab-container .tab-toggle {
  display: none;
}
.tab-container .tab-toggle.active + .tab,
.tab-container .tab-toggle:checked + .tab {
  background: #fff;
  color: #333;
}
.tab-container .tab-toggle.active ~ .tab-content-container,
.tab-container .tab-toggle:checked ~ .tab-content-container {
  height: auto;
  opacity: 1;
}
.tab-container .tab-toggle.active ~ .tab-content-container .tab-content,
.tab-container .tab-toggle:checked ~ .tab-content-container .tab-content {
  opacity: 1;
}
.tab-container .tab-toggle.active ~ .tab-content-container .tab-content label,
.tab-container .tab-toggle:checked ~ .tab-content-container .tab-content label {
  opacity: 1;
}

.wishlist-btn {
  color: #ba2d0b;
}
.wishlist-btn:hover {
  color: #ba2d0b;
  text-decoration: underline;
}

.num-link{
  text-decoration: underline !important;
}

/* Employment Page */
.employment-card {
  margin-bottom: 15px;
  padding: 25px 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  transition: 0.2s all ease;
}

.employment-card .employment-btn {
  background-color: #fff;
  margin-right: 6px;
  margin-bottom: 5px;
  color: #ba2d0b;
  font-size: 14px;
  font-weight: 600;
  padding: 0 8px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.employment-card i {
  color: #f2eef0;
  background-color: #ba2d0b;
  padding: 20px;
  border-radius: 100px;
  margin-top: 30px;
}

.employment-card:before {
  opacity: 0;
}

.employment-card:hover {
  transform: scale (1.01);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #ba2d0b;
}

.employment-card:hover h3 {
  color: #ba2d0b;
}

.employment-card:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  display: block;
  background: #ba2d0b;
  transition: 0.3s all ease;
  opacity: 1;
}

/* Contact Us */

.contact-card .card-header {
  background-color: #f6f6f6;
  padding: 10px 16px;
  margin-bottom: 10px;
  border: none;
  color: #333;
}
.contact-card {
  border: none;
  color: #666;
}

.contact-card .card-header:first-child,
.contact-card .card-header a {
  background-color: #000;
  color: #fff;
  border-radius: 0;
}

.contact-form .form-row {
  margin-bottom: 20px;
  color: #666;
}

.contact-form span {
  color: #ba2d0b !important;
  font-weight: 600;
}

.grey-card {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 35px 60px 86px;
  /* background: #f3f3f3 none repeat scroll 0 0; */
  background-image:url('../images/form-bg.jpg');
  border: 0;
}


.giftcard-bg{
  background-image:url('../images/subtypes_bg.jpg');
  background-size: cover;
}

.signup-card label {
  width: 100%;
}

.grey-card span {
  color: #666;
}

.grey-card input.form-control {
  background: #fff;
  border: medium none rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  color: #333;
  font-size: 14px;
  height: 40px;
  padding-left: 10px;
  width: 100%;
}

.grey-card .btn {
  background: #333;
  border-radius: 0;
  padding: 10px 30px;
  border: 1px solid #333;
}

.grey-card .btn:hover {
  background: #ba2d08;
  color: #fff;
  border: 1px solid #ba2d08;
}

.grey-card a:hover {
  color: #ba2d08;
}

.grey-card hr {
  margin-bottom: 0;
  margin-top: 30px;
}

/* Location and Hours Page */

.location-card {
  border: none;
  background-color: #f6f6f6;
  padding: 20px;
}
.location-card h2 {
  color: #ba2d08;
}

.iframe-container iframe {
  height: 300px;
  width: 500px;
}

.recaptcha-container iframe {
  width: auto;
}

.iframe-container-running iframe {
  height: 200px;
  width: auto;
}

/* Testimonials Page */

.testimonial-card i {
  background-color: transparent;
  color: #666;
}

.signup-card {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.signup-card .form-row input,
.signup-card textarea,
.signup-card select {
  background-color: #f2eef0;
  border-radius: 0;
}

/* FAQS */

.question-card h2 {
  color: #ba2d0b;
  margin-top: 5px;
}
.question-card {
  background-color: #f2eef0;
  color: #333;
  padding: 10px;
  font-weight: 500;
  border-left: 10px solid #ba2d0b;
  border-radius: 0;
}
.question-card strong {
  padding: 20px;
}

.answer-card {
  border-radius: 0;
  border-left: 10px solid #bfbfbf;
  padding: 10px;
  margin-bottom: 20px;
}
.answer-card h2 {
  margin-top: 5px;
  color: #666;
}
.answer-card p {
  padding: 10px;
  color: #666;
}

.signup-card input.form-control:focus {
  background-color: white;
  box-shadow: none;
}

.signup-card select {
  height: calc(2.6rem + 2px) !important;
}

.same-address {
  visibility: visible;
}

.about-text ul li {
  list-style: initial !important;
}

.about-text ul{
  padding-left:40px;
}

#section2HeaderId a .fa-arrow-circle-down,
#section2HeaderId a .fa-arrow-circle-up {
  transform: rotate(180deg);
}

#accordianId a .fa-arrow-circle-down,
#accordianId a .fa-arrow-circle-up {
  transition: all 0.2s ease;
}

#accordianId a.collapsed .fa-arrow-circle-up,
#section2HeaderId a.collapsed .fa-arrow-circle-up,
#accordianId a.collapsed .fa-arrow-circle-down,
#section2HeaderId a.collapsed .fa-arrow-circle-down {
  transform: rotate(180deg);
}
#section2HeaderId a.collapsed .fa-arrow-circle-up,
#section2HeaderId a.collapsed .fa-arrow-circle-down {
  transform: rotate(0deg);
}

.show-bullets ul li {
  list-style: initial !important;
}

.show-bullets ul{
  padding-left:40px;
}

.image-container img {
  width: 350px;
}

.testimonial-card {
  padding: 3rem;
  background-color: #f9f9f9;
  border: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.testimonial-card::before {
  content: open-quote;
  font-size: 60px;
  height: 1.5rem;
  line-height: 0.7;
  color: #666;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  left: -7px;
}
.testimonial-card::after {
  content: close-quote;
  font-size: 60px;
  height: 1.5rem;
  line-height: 1;
  color: #666;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.2);
  display: block;
  float: right;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

table.cart-table {
  width: 100%;
}

table.cart-table th {
  border: none;
  background-color: #f6f6f6;
  text-align: left;
  padding: 10px 20px;
  color: #606060;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
}
table.cart-table td {
  padding: 20px;
  border-bottom: #eee 1px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
}
table.cart-table.bottom {
  margin-top: -1px;
}
table.cart-table.bottom th {
  padding: 15px;
}

.apply-coupon input {
  background-color: #fff;
  display: inline-block;
  float: left;
  margin: 0;
  border: 0;
  font-size: 13px;
  width: 192px;
  padding: 10px 13px;
  color: black;
  max-width: 100%;
  font-weight: 600;
}
a.button.gray,
table.cart-table.bottom .proceed,
button.button.gray {
  background-color: #4c4c4c;
  padding: 7px 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #fff;
  border: none;
  transition: background-color 0.2s eas-in-out;
}

table.cart-table.bottom .apply-coupon a {
  top: 9px;
}

table.cart-table.bottom .apply-coupon {
  height: 0;
}

table.cart-table.bottom .cart-btns {
  float: right;
}

table.cart-table.bottom .cart-btns a {
  margin-left: 10px;
}
table.cart-table.bottom .proceed,
.wishlist-table .proceed {
  background-color: #ba2d0b;
}

.wishlist-table .proceed {
  padding: 10px 20px;
  color: #fff;
}

.faqs .card-header {
  background: #000;
  color: #fff;
  border-radius: 0;
  border-bottom: 2px solid #fff;
}

.faqs .card {
  border: 0;
}

.locations-box {
  background-color: #eee;
  padding: 5px;
  border-radius: 0;
  border: none;
}

.locations-box .card-body {
  background: #fff;
  color: #333;
  padding-bottom: 15px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}

.locations-box .card-body:nth-child(2) {
  margin-bottom: 0;
}

.locations-box .active-card {
  background-color: #000;
  color: #fff;
}
.salisbury-map iframe,
.rehobeth-map iframe {
  width: 100%;
  height: 500px;
  display: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.active-map iframe {
  display: block;
  opacity: 1;
}

.work-text h3 {
  font-weight: 300;
  color: #606060;
  font-size: 48px;
  letter-spacing: 0.14px;
  line-height: 1;
  margin-bottom: 9px;
}
.work-text h2 {
  font-weight: 700;
  color: #333;
  font-size: 50px;
  letter-spacing: 0.14px;
  margin-bottom: 35px;
}

.title-line {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  text-shadow: 2px 2px 40px #f2eef0;
}

.title-line::after {
  height: 40px;
  width: 2px;
  background-color: #606060;
  border-radius: 0;
  border: none;
  top: -40px;
  position: absolute;
  content: "";
  left: 50%;
}

.video-card {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}

.video-card h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #333;
}

.video-card .title-container {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  padding: 20px 0;
}

.video-card .iframe-container iframe {
  width: 100%;
  height: 195px;
}
.running-title {
  text-transform: uppercase;
}

.running-title h1 {
  color: #ba2d08;
  font-weight: 600;
}

.running-title h4 {
  color: #6b6b6b;
}

.running-quote {
  padding: 40px 60px;
  padding-right: 90px;
  background: #f6f6f6;
  border-radius: 10px;
  margin-bottom: 4px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.running-quote span {
  font-size: 26px;
  line-height: 1.05;
  display: block;
  color: #333;
  font-style: italic;
  font-weight: 300;
}

.running-quote .quote {
  position: absolute;
  right: 55px;
  top: 30px;
  z-index: -1;
  font-size: 48px;
  color: #c0c0c0;
}

.icon-container i {
  font-size: 35px;
  color: #fff;
  transition: 0.3s;
  padding-top: 18px;
  display: inline-block;
}

.icon-container {
  position: relative;
  height: 75px;
  width: 75px;
  border-radius: 5px 5px 30px 5px;
  line-height: 90px;
  background: #ba2d0b;
  text-align: center;
  margin-top: 35px;
  transition: 0.3s;
  border: 1px solid transparent;
}

.icon-container:hover i {
  color: #ba2d08;
  transform: rotateY(360deg);
}

.icon-container:hover {
  background-color: #fff;
  border: 1px solid #ba2d0b;
}

.moretext {
  display: none;
}

.running-accordion {
  height: 108px;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1024px) {
  .running-accordion {
    height: 88px;
  }
}
@media (min-width: 1200px) {
  .running-accordion {
    height: 103px;
  }
}

.read-btn-open,
.read-btn-close {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  border: 1px solid #000;
  padding: 5px 40px;
}

.read-btn-open:hover,
.read-btn-close:hover {
  background-color: #fff;
  border-radius: 0;
  color: #000;
  border: 1px solid #000;
}

.races-card {
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.modal-btn {
  background-color: #000;
  border-radius: 0;
  border: 1px solid #000;
  margin-top: 20px;
}

.club-header {
  font-size: 18px;
}


.dropdown-menu{
  transform:translate3d(0px, 51px, 0px)!important;

}

.dropdown_column ul{
  columns:2;
  text-align: left;
  margin-top:0;
}
.dropdown_column li{
  display:block;
  text-align: left!important;
  padding:0 15px;
}

.dropdown_column h5{
  border-bottom: 1px solid #606060;
}

#navbar .navbar-nav .dropdown_column li a:hover{
  background-color:transparent;
}