/*// Classes*/

#ot-sdk-btn-floating .ot-floating-button__front {
    background-color: #f04923 !important;
}

html{
	font-size: 26px;
}

/* width of the entire scrollbar */
body::-webkit-scrollbar {
  width: 12px;               
}

/* color of the tracking area */
body::-webkit-scrollbar-track {
  background: #f1f1f1;        
}

/* color of the scroll thumb */
body::-webkit-scrollbar-thumb {
 
  /* color of the scroll thumb */
  background-color: #f04923;    
  
  /* roundness of the scroll thumb */
  border-radius: 0px;       

  /* creates padding around scroll thumb */
  /*border: 3px solid orange;  */
}

body{
	font-family: 'Open Sans', sans-serif;
	color: #000;	
	line-height: 1.5;
}

img	{
	max-width: 100%;
}




a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: unset;
	opacity: 1;
	text-decoration: none;
}
a:hover, a:focus{
	color: unset;
	color: inherit;
}

/*typografy*/
p{
	
	font-size: 16px;
    line-height: 1.35em;
	font-weight: 100;
}
h2{
	font-family: 'IBM Plex Serif', serif;
	font-size: 40px;
    color: #f04923;
    text-transform: capitalize;
	/*font-weight: 400;*/
	font-weight: 600;
	line-height: 1.4;
}
h3{
	font-family: 'IBM Plex Sans', sans;
	font-size: 20px;
    line-height: 1.35em;
    font-weight: 400;
    margin-bottom: 30px;
}
h4{
	font-family: 'IBM Plex Sans', sans;
	font-size: 33px;
	font-weight: 600;
    line-height: 1.35em;
	margin-bottom: 30px;
	text-transform: capitalize;
}
strong{
	font-weight: bold;
}





.bt-site{
	/*display: block;*/
	/*margin: 33px auto;*/
	/*max-width: 520px;*/

	font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;

	padding: 12px 24px; 
	vertical-align: middle;
	background: #EC4C2C;
	color: #fff;
	text-align: center;
}
.bt-site:hover, .bt-site:focus{
	color: #fff;
	opacity: 0.7;
}


.button-arrow{
	font-weight: bold;
	display: block;
	margin: 20px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.button-arrow:after{
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	color: #F04923;
	margin-left: 8px;
	display: inline-block;
	vertical-align: 1px;
	transition: all 300ms ease-in-out;
}
.button-arrow:hover:after{
	margin-left: 10px;
}







.bg-grey{
	background: #f3f3f3;
}




header{
	-webkit-box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 16%);
	transition: all 100ms ease-in-out;
	
	/*padding: 25px 0;*/
}
header .logo{
	max-width: 100%;
    width: auto;
	max-height: 60px;
}
header a:not(.navbar-brand){
	color: #f04923;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #f04923;
	padding: 9px 12px;
    border-radius: 4px;
}
header a:not(.navbar-brand):hover{
	background: #f04923;
	color: #fff;
    /*border: 2px solid #fff;*/

}

section{
	position: relative;
	padding: 66px 0;
}	
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.9);
	z-index: 0;
}
.container{
    position: relative;
	z-index: 1;
}





.banner{
	/*background-image: url("/source/c737483b4f6de57042326536ebf2fe9c/sqreslegendaryhero.gif");*/
	/*background-attachment: fixed;*/
	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/
	/*background-position: top center; */
	/*height: auto;*/
	/*min-height: 590px;*/
	padding: 0;
}
.banner video{
	position: absolute;
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
	/*min-height: 590px;*/
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.banner .container{
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	min-height: 590px;
	height: 100%;
}
.banner .content{
    /*max-width: 590px;*/
    height: 100%;
    /*padding: 90px 0 0;*/
}
.banner .content h2{
	font-size: 3rem;
    line-height: 2.5rem;
    color: #f04923;
    font-weight: 600;
}
.banner .content h3{
	color: #f04923;
}



/*LP-VIDEO*/
main .lp-video{
	width: 100%;

	min-height: 300px;

	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
	
	transition: all 300ms ease-in-out;
	background-position: bottom center;
}
main .lp-video:hover{
	filter: blur(5px);
	filter: grayscale(100%);
	cursor: pointer;
}
main .lp-video:hover a{
	transform: scale(1.1);
	filter: grayscale(0%);
}
main .col-md-12 .lp-video a{
	left: calc(50% - 90px / 2 );
}
main .lp-video a{
	position: absolute;

	width: 15%;
	max-width: 90px;
	
	left: calc(50% - 15% / 2 );
	top: calc(50% - 15% / 2 );
}
main .lp-video a i{
	color: #fff;
	background: #f04923;
    padding: 36%;
    border-radius: 100%;
	font-size: 24px;
}
main .lp-video-box p{
	margin: 16.5px 0 0;
}



/*BEST-FRIENDS*/

.row-relative {
	position: relative;
}
.row-relative h2{
	font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
}
.row-relative h3{
	color: #000;
}
.row-relative p{}
.row-relative a{}


.col-absolute {
	padding:  6%;
}
.col-relative {
	position: relative;
}

.icon-absolute {
     position: absolute;
     width: 110px;
     left: -20px;
     bottom: -20px;
}

.icon-absolute {
	left: initial;
	right:  0;
	bottom:  -40px;
	}

@media screen and (min-width: 993px) {
	.col-absolute {
		position: absolute;
		position: absolute;
		color:  #ffffff;
		right: 0;
		background-color: rgb(80, 80, 80, .95);
		top: calc(50% - 440px/2);
		max-height: 440px;
		min-height: 440px;
		/*padding-left: 3%!important;*/
		width: 60%;
	    max-width: 630px;

	}
	.icon-absolute {
		left: -20px!important;
		right: initial;
		bottom:  -20px;
	}

	.row-relative h2,
	.row-relative h3{
		color: #fff;
	}
}





@media (max-width: 768px) {
	.banner{
		background-position: right center;
		position: relative;
	}
	.banner:after{
		content:'';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
	}

	.banner video{
		object-position: 93% 0px;
	}

}
@media (max-width: 575px) {
	.banner{
		background-position: 80% 0px;
	}
	.banner .content h2{
		font-size: 2rem;
    	line-height: 1.5rem;
	}
	.banner .container{
		/*min-height: 69vh;*/
	}
	.banner video{
		object-position: 88% 0px;
	}


	.banner,
	.banner video,
	/*.banner .content,*/
	.banner .container{
		min-height: 420px;
	}



	.bt-site{
		font-size: 10px;
	}
	header a:not(.navbar-brand){
		width: 100%;
		text-align: center;
	}

}






img.pe-3{
	max-height: 86px;
}

.row-products img{
	min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    margin: 33px 0 ;
}







@media (max-width: 768px) {

}
@media (max-width: 575px) {
}
