body
{
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
}

html,body {
	width: 100%;
	overflow-x: hidden;
}

h1,h2,h3,h4 {
	font-weight: bold;
}

.heading {
	font-size: 60px;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 60px;
}
.bold {
	font-weight: bold;
}

p {
	letter-spacing: 0px;
	line-height: 28px;
}

#about,
#team, #contact {
	padding-top: 100px;
	padding-bottom: 100px;
}

#about .fa {
	font-size: 28px;
	min-width: 34px;
}

/* start navigation */
.custom-navbar {
    background: #ffffff;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
	color: #303030;
	font-size: 40px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #55acee;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.custom-navbar .nav li a {
    color: #505050;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-right: 20px;
    padding-left: 20px;
	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav li a:hover {
  	background: #E31E24;
	color: #ffffff;
  	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav > li > a:focus {
  	background-color: transparent;
  	outline: none;
}
.custom-navbar .nav li.active > a {
    background-color: #E31E24;
	color: #ffffff;
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #E31E24;
    border-color: transparent;
}
@media(min-width:768px){
    .custom-navbar {
            background: #ffffff;
            padding: 14px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 14px;
            background: #fff;
            border-bottom: 1px solid #eeeeee;
        }
}

/* home section */
#home {
  background: url('../images/home-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
}
#home hr {
  border: 2px solid #404040;
  width: 100px;
}
#home h3 {
  letter-spacing: 2px;
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #404040;
  color: #404040;
  font-weight: bold;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #404040;
  color: #ffffff;
}

/* about section */
#about .col-md-4 .fa {
  background: #E31E24;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#about .col-md-6 {
  padding-top: 60px;
}
#about .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}
#about .col-md-6 p {
  padding-bottom: 30px;
}
#about span {
  display: block;
  padding-bottom: 6px;
}
#about .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#about .progress .progress-bar-primary {
  background: #E31E24;
}

/* portfolio section */
#portfolio {
  padding-top: 100px;
  background: #f9f9f9;
  text-align: center;
  }
#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#portfolio .col-md-4 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.6;
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #E31E24;
    color: #ffffff;
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  text-align: center;
}
#team h3 {
  color: #202020;
  line-height: 4px;
}
#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* contact section */
#contact {
  background: #f9f9f9;
  text-align: center;
}
#contact .fa {
  font-size: 40px;
}
#contact form {
  padding-top: 80px;
}
#contact .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border: 2px solid #808080;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  border: 2px solid #808080;
  margin-top: 18px;
  height: 54px;
}
#contact input[type="submit"]:hover {
  background: #808080;
  color: #ffffff;
}
#contact textarea {
  height: 170px;
}
.contact-info-box h3 { font-size: 16px; }

/* footer section */
footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.social-icon {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  border-radius: 50%;
  color: #303030;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-right: 10px;
}
.social-icon li a:hover {
  background: #E31E24;
}

/* copyright section */
#copyright {
  background: #404040;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#copyright p {
  padding-top: 20px;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	color: #E31E24;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
#copyright .fa {
  background: #383838;
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}
#copyright .fa:hover {
  background: #E31E24;
  color: #000;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

@media ( max-width: 980px ) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
  }
  #about img {
    padding-top: 40px;
  }
  #contact form {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-box { margin-bottom: 20px; }
  .contact-info-box:last-child { margin-bottom: 0; }
}

@media (max-width: 450px) {
  .heading {
    font-size: 40px;
  }
  #about .col-md-4 .fa {
    margin-top: 32px;
  }
  #contact h3 {
    font-size: 16px;
    padding-bottom: 40px;
  }
}

/* shared header cart */
.has-header-cart .custom-navbar .container {
    position: relative;
}

.has-header-cart .header-nav-links {
    margin-right: 82px;
}

.has-header-cart .header-cart-anchor {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.has-header-cart .cart-button {
    border: none;
    background: #E31E24;
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    vertical-align: middle;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.has-header-cart .cart-button:hover {
    transform: scale(1.04);
    opacity: 0.92;
    color: #fff;
}

.has-header-cart a.cart-button:focus {
    color: #fff;
    text-decoration: none;
}

.has-header-cart .cart-count {
    position: absolute;
    top: -6px;
    right: -2px;
    background: #202020;
    color: #fff;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 767px) {
    .has-header-cart .header-nav-links {
        margin-right: 0;
    }

    .has-header-cart .header-cart-anchor {
        right: 70px;
        top: 24px;
        transform: none;
    }

    .has-header-cart .cart-button {
        width: 44px;
        height: 44px;
    }
}


/* unified header icons */
.has-header-cart .cart-button,
.has-header-cart .cart-button:hover,
.has-header-cart .cart-button:focus,
.has-header-cart .cart-button:active {
    text-decoration: none;
}

.custom-navbar .nav li a.header-social-link {
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px;
    min-width: 58px;
    text-align: center;
    border-radius: 0;
}

.custom-navbar .nav li a.header-social-link:hover,
.custom-navbar .nav li a.header-social-link:focus {
    background: #E31E24;
    color: #ffffff;
}

.has-header-cart .cart-button .fa-shopping-cart {

    line-height: 1;
    display: inline-block;
}


/* shared cart drawer */

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1040;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: -460px;
    width: 420px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    box-shadow: -10px 0 30px rgba(0,0,0,0.15);
    transition: right 0.35s ease;
    padding: 25px;
    overflow-y: auto;
}

.cart-drawer.open {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cart-close {
    background: none;
    border: none;
    font-size: 34px;
    line-height: 1;
}

.cart-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.cart-item-title {
    margin: 0 0 8px;
    font-size: 16px;
}

.cart-item small {
    display: block;
    color: #666;
    line-height: 1.5;
}

.cart-item-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.remove-item {
    background: none;
    border: none;
    color: #E31E24;
    font-weight: bold;
    padding: 0;
}

.cart-summary {
    padding: 20px 0 10px;
}

.cart-total-line {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.checkout-form .form-control {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 12px;
}

.checkout-form textarea.form-control {
    height: 100px;
}

.order-button {
    border-radius: 0;
    padding: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #E31E24;
    border-color: #E31E24;
}

.form-message {
    margin-top: 12px;
    font-size: 14px;
}

.form-message.success {
    color: #198754;
}

.form-message.error {
    color: #b02a37;
}

.cart-empty {
    color: #666;
}

@media (max-width: 767px) {
    .cart-drawer {
        width: 100%;
        right: -100%;
    }
}


/* Mobile header cart alignment fix */
@media (max-width: 767px) {
    .custom-navbar {
        min-height: 64px;
    }

    .has-header-cart .custom-navbar .container {
        min-height: 64px;
        position: relative;
    }

    .custom-navbar .navbar-header {
        min-height: 64px;
    }

    .custom-navbar .navbar-brand.logo-image {
        display: flex;
        align-items: center;
        height: 64px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .custom-navbar .logo-image img,
    .shop-page .logo-image img {
        display: block;
        max-height: 36px;
        width: auto;
    }

    .has-header-cart .header-cart-anchor {
        right: 68px;
        top: 50%;
        transform: translateY(-50%);
    }

    .has-header-cart .cart-button {
        width: 40px;
        height: 40px;
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .has-header-cart .cart-button .fa-shopping-cart {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        line-height: 1;
    }

    .has-header-cart .cart-count {
        top: -4px;
        right: -4px;
    }

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


/* Mobile cart stays fixed in header when menu expands */
@media (max-width: 767px) {
    .has-header-cart .header-cart-anchor {
        position: absolute !important;
        right: 68px !important;
        top: 32px !important;
        transform: translateY(-50%) !important;
        z-index: 1100 !important;
        float: none !important;
        margin: 0 !important;
    }

    .has-header-cart .custom-navbar .navbar-collapse,
    .has-header-cart .custom-navbar .navbar-nav {
        clear: both;
    }

    .has-header-cart .custom-navbar .navbar-toggle {
        position: relative;
        z-index: 1101;
    }

    .has-header-cart .custom-navbar .container {
        position: relative !important;
    }
}


.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;}


/* Unify back-to-top arrow position across all pages */
.scroll-top,
.back-to-top,
.go-top,
a[href="#top"].smoothScroll,
.smoothScroll[href="#top"] {
    right: 20px !important;
}


/* Force back-to-top control to the far right on all pages */
@media (min-width: 0) {
  .scrollup,
  .scroll-top,
  .back-to-top,
  .go-top,
  .to-top,
  a.scrollup,
  a.scroll-top,
  a.back-to-top,
  a.go-top,
  a.to-top,
  a[href="#top"].smoothScroll,
  .smoothScroll[href="#top"],
  .parallax-section a[href="#top"],
  body a[href="#top"] {
    right: 20px !important;
    left: auto !important;
    margin-left: 0 !important;
    transform: none !important;
  }
}

/* FINAL legal footer normalization */
#copyright p.legal-footer-links,
#copyright p.legal-footer-links *,
#copyright p.legal-footer-links a.legal-footer-link,
#copyright p.legal-footer-links span.legal-footer-separator {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

#copyright p.legal-footer-links {
    white-space: nowrap !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

#copyright p.legal-footer-links a.legal-footer-link {
    display: inline-block !important;
    color: #777 !important;
    text-decoration: none !important;
}

#copyright p.legal-footer-links a.legal-footer-link:hover,
#copyright p.legal-footer-links a.legal-footer-link:focus {
    color: #E31E24 !important;
    text-decoration: none !important;
}

#copyright p.legal-footer-links span.legal-footer-separator {
    display: inline-block !important;
    color: #aaa !important;
    margin: 0 4px !important;
}

@media (max-width: 991px) {
    #copyright p.legal-footer-links,
    #copyright p.legal-footer-links *,
    #copyright p.legal-footer-links a.legal-footer-link,
    #copyright p.legal-footer-links span.legal-footer-separator {
        font-size: 11px !important;
    }

    #copyright p.legal-footer-links {
        white-space: normal !important;
    }
}

@media (max-width: 767px) {
    #copyright p.legal-footer-links span.legal-footer-separator {
        display: none !important;
    }

    #copyright p.legal-footer-links a.legal-footer-link {
        margin-right: 7px !important;
        margin-bottom: 4px !important;
    }
}

/* FINAL legal footer color fix */
#copyright p.legal-footer-links a.legal-footer-link,
#copyright p.legal-footer-links a.legal-footer-link:link,
#copyright p.legal-footer-links a.legal-footer-link:visited,
#copyright p.legal-footer-links a.legal-footer-link:active {
    color: #ffffff !important;
}

#copyright p.legal-footer-links a.legal-footer-link:hover,
#copyright p.legal-footer-links a.legal-footer-link:focus {
    color: #E31E24 !important;
}

#copyright p.legal-footer-links span.legal-footer-separator {
    color: #ffffff !important;
    opacity: 0.75;
}
