/* Common
-------------------------------------------*/
html {
	scroll-behavior: smooth;
}
/* Safari Grid issues */
.row:before, .row:after {display: none !important;}

.dark-red {
    background-color: #5c0319;
}
.divider:after {
    background-color: #5c0319;
}
.trans-white {
	background: rgba(255,255,255,0.95);
}
.white {
	background: #fff;
}
.red-top-border {
	border-top: 5px solid #5c0319;
}
.red-left-border {
	border-left: 10px solid #5c0319;
}
.red-right-border {
	border-right: 10px solid #5c0319;
}
.divider:after {
    width: 4rem;
    height: 4px;
    /*background:linear-gradient(to right, #f6b748 0, #f6b748 33%, #f849a5 33%, #f849a5 66%, #2aae7c 66%, #2aae7c 100%);*/
	background: #5c0319;
    display: block;
    content: "";
    margin: 0.4em 0;
}
.overlay-pattern {
    background: url(images/overlay-pattern.png);
    background-repeat: repeat;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.row-padding {
	padding: 80px 0;
}

.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .7rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
}
.btn-dark {
    color: #fff!important;
    background-color: #343a40;
    border-color: #343a40;
}
/* Navigation
-------------------------------------------*/
.navbar {
	/*background-image: linear-gradient(to bottom right, #961333, #5c0319); */
}
#top-bar {
	background-image: linear-gradient(to bottom right, #961333, #5c0319);
}
#second-nav a {
	color: rgba(0,0,0,.7);
    font-weight: 500;
	border-right: 1px solid #ccc;
	padding-left: 15px;
    padding-right: 15px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
	font-size: 15px;
}
.navbar-brand {
    color: rgba(0,0,0,.8);
    text-transform: uppercase;
    font-weight: 700;
	/*border-bottom: 3px solid #5c0319;*/
}


.footer { /*background-image: linear-gradient(to bottom right, #961333, #5c0319);*/ background: #333; padding-top: 80px; color: #636e74; font-weight: 400; font-size: 17px; }
.footer-line { border-color: #152e3d; }
.footer-widget { padding-bottom: 50px; }
.footer-title { font-size: 24px; font-weight: 600; margin-bottom: 44px; color: #fff; }
.footer-widget ul li a { text-transform: capitalize; font-size: 15px; color: #fafafa; display: block; font-weight: 500; }
.footer-widget ul li a:hover { color: #fff; }
.newsletter-form { padding-top: 15px; }
.newsletter-form .form-control { background-color: #1e2e38; border-color: #1e2e38; }
.newsletter-form .form-control:focus { color: #fff; }
.newsletter-form input::-webkit-input-placeholder { color: #fff !important; }
.newsletter-form input:focus::-webkit-input-placeholder { color: #fff !important; }


.tiny-footer { font-size: 14px; padding: 14px 0px; font-weight: 600; background-color: transparent; border-top: 1px solid #152e3d; color: #fafafa; line-height: 1; }

@media (max-width: 740px) {
  .navbar-brand {
    font-size: 16px;
  }
}

/* Typography
-------------------------------------------*/
.sub-heading {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
}
.main-heading {
	font-weight: 400;
}
.service-heading {
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 500;
}
@media (max-width: 740px) {
  .main-heading {
  font-weight: 400;
  font-size: 27px;
}
  .sub-heading {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}
}
/* Carousel
-------------------------------------------*/
.owl-item {
	margin-right: 0px!important;
}
header .item {
  height: 65vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

@media (max-width: 740px) {
       header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 25px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 46px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
    }

/* Index
-------------------------------------------*/
.home-split {
	background: url(images/background/splash-home.jpg) no-repeat center center fixed;
	position: relative;
}
figure.snip1458 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  /*margin: 10px;*/
  min-width: 230px;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}
figure.snip1458 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
figure.snip1458 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1458 figcaption {
  background-color: rgba(92,3,25, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
figure.snip1458 h3 {
  text-align: center;
  font-size: 1.3em;
  padding: 10px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1458:before {
  background: rgba(92,3,25, 0.75);
  content: "";
  left: 50%;
  right: 50%;
  bottom: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
figure.snip1458 i {
  position: absolute;
  font-size: 3.5em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
  opacity: 0;
}
figure.snip1458 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1458:hover:before,
figure.snip1458.hover:before {
  left: 0;
  right: 0;
}
figure.snip1458:hover i,
figure.snip1458.hover i {
  opacity: 1;
}
figure.snip1458:hover figcaption,
figure.snip1458.hover figcaption {
  background-color: #ffffff;
  color: #000;
}

/* About
-------------------------------------------*/
.about-banner {
	background: url(images/background/vans.jpg) no-repeat center center fixed;
	position: relative;
	padding: 150px 0;
}
/* Products
-------------------------------------------*/
.prod-banner {
	background: url(images/background/products.jpg) no-repeat center center fixed;
	position: relative;
	padding: 150px 0;
}
.prod-list ul li {
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.prod-list ul li a {
	color: #000;
}
#quote {
	position: fixed;
	bottom: 0px; right: 30px;
	background: #888;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	
}
#quote p {
	line-height: 1;
	margin-bottom: 0;
}

/* Splashbacks
-------------------------------------------*/
.splash-banner {
	background: url(images/background/splash-banner.jpg) no-repeat center center fixed;
	position: relative;
	padding: 150px 0;
}

/* Splashbacks
-------------------------------------------*/
.port-banner {
	background: url(images/background/about-banner.jpg) no-repeat center center fixed;
	position: relative;
	padding: 150px 0;
}

#quote a {
  color: #fff;
}

@media (max-width: 740px) {
  .port-banner {
    padding: 50px 0;
  }
  .splash-banner {
	padding: 50px 0;
}
.prod-banner {
	padding: 50px 0;
}
.about-banner {
	padding: 50px 0;
}
}