@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url(../fonts/HelveticaNeueLTStd-r.woff) format(woff);
  font-weight: 400;
}
@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url(../fonts/HelveticaNeueLTStd-l.woff) format(woff);
  font-weight: 300;
}
@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url(../fonts/HelveticaNeueLTStd-b.woff) format(woff);
  font-weight: 700;
}

body{
	font-smooth: always !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.fitness_slider_inner .read-more{
  color:#F26513;
  text-decoration:underline;
  font-size: 18px;
  line-height: 24px;
  font-family: "Helvetica Neue LT Std Light", 'HelveticaNeue-Condensed';
  font-weight: 300;
}
.fitness_slider_inner .publish-date{
  color:#F26513;
  font-size: 18px;
  font-family: "Helvetica Neue LT Std Medium", 'HelveticaNeue-Condensed';
  font-weight: 700;
  line-height: 24px;
}
.fitness_slider_inner .post-title{
  color: #FFF;
  font-family: "HelveticaNeue-Condensed", 'HelveticaNeue-Condensed';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}
.fitness_slider_inner .post-detail{
  margin-top: 40px;
}



@media screen and (max-width: 767px) {
	.roofing_material {
		height: 100vh;
	}
	.leftsideroofing{
		bottom: 45% !important;
	}
}


/* owl-carousel  */
.roofing_material {
	height: 125vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.owl-carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-carousel .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.item {
	padding: 28px 25px 26px;
	margin-right: 30px;
	margin-left: 30px;
	border-top: 8px solid #F26513;
	color: #FFF;
	background-color: transparent;
	cursor: pointer;
}

.item:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.exceptional h4, .exceptional p {
	margin: 0;
}
.active-item {
	padding: 28px 25px 26px;
	margin-right: 30px;
	margin-left: 30px;
	border-top: 8px solid #F26513;
	background-color: white;
	color: black;
}
.active-item:hover{
	border-top: 8px solid #F26513;
	background-color: white;
	color: black;
}
.roofslide {
	max-width: 1440px;
	margin: auto;
	position: absolute;
	bottom: 22%;
	left: 0;
	right: 0;
}
.roofing_material .row {
	height: inherit;
}
.leftsideroofing {
	position: absolute;
	bottom: 31%;
	max-width: 100%;
	margin: auto;
	width: 99%;
}

.owl-carousel .item .exceptional h4 {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	font-family: "HelveticaNeue-Condensed", HelveticaNeue-Condensed;
	margin-bottom: 25px;
	letter-spacing: .5px;
}
.owl-carousel .item .exceptional p {
	font-family: "Helvetica Neue LT Std Light", HelveticaNeue-Condensed;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
}
.owl-carousel .item .active-item .exceptional p {
	color: #000;
}
.owl-carousel .item.active-item .exceptional h4 {
	color: #f26513;
}