@charset "utf-8";
/* CSS Document */


/*** HEADER ***/

h1 {
   font-size: 33px;
    font-weight: 600;
}

em {
  line-height: 22px;
}
	

.header_top .logo_part .logo img {
    width:360px;
	height:auto;
}

.page-cover h1 {
    font: bold 50px/1 "Alegreya", serif;
    color: #fff;
    margin: 0 0 15px;
}

.bannercontainer {background:#222}


.darkBand {
	width:100%;
	display:block;
	position:relative;
	padding:20px;
	background:#111;
	color:#efefef;	
}

.darkBand .theButton {
    font-size:20px;
	display: inline-block;
    position: relative;
    padding: 10px 15px;
    background: #333;
    color: #CCC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 20px;
}

.darkBand span {
	font-size:24px; 
	line-height:28px; 
	display:inline-block;
	margin-bottom:-40px;
	}


/*** Typography ***/

.conStrict {max-width:80%; margin-left:auto; margin-right:auto}

.imgXP {
	width:100%;
	height:auto;	
}

.imgXM {
	width:100%;
	height:auto;	
}

.smallErr {font-size:20px; line-height:24px;}

.space30 {
	display:block;
	min-height:30px;	
}

.mb10 {margin-bottom:10px;}

.pb10 {padding-bottom:10px}
.pt10 {padding-top:10px}

.pb20 {padding-bottom:20px}
.pt20 {padding-top:20px}

.pb30 {padding-bottom:30px}
.pt30 {padding-top:30px}

.pbt30 {padding-bottom:30px; padding-top:30px}

.sectpad2 {
    padding: 50px 0 32px 0;
}

.doubleline {
    background-image: url(../images/double-line.jpg);
    background-repeat: no-repeat;
    height: 4px;
    width: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.doublelineCenter {
    background-image: url(../images/double-line.jpg);
    background-repeat: no-repeat;
    height: 4px;
    width: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}


.greySect {
	display:block;
	background: #efefef;
	padding:30px 0;	
}

.who_we_are h2, .greySect h2, .bassLiner h2 {text-transform:uppercase}


.prodImg {
	display:inline-block;
	float:left;
	margin:0 20px 12px 0;
	padding:10px;
	background:#FFF;
	border:1px solid #ccc;	
}

.theButton {
	display:inline-block;
	position:relative;
	padding: 10px 15px;
	background:#333;
	color:#CCC;	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	margin-right:20px;
}

.theButton:hover {
	background:#a8211c;
	color:#FFF;	
}

.theButton i {
	margin-right:10px	
}

/*** Conseils ***/


.who_we_are h2:first-child  {margin-top:0}

.redBox {
	font-size:16px;
	color:#CCC;
	display:block;
	overflow:hidden;
	padding:20px;
	text-align:center;
	border:10px solid #a8211c;
	background: url(../images/redbox.jpg) top center no-repeat;
    background-size: cover;
    -webkit-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    -moz-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
}

.redBox h3 {
	color:#FFF;
}

.redBox a {
	color:#efefef;
	display:block;
}

.redBox a:hover {
	color:#fff;
}

.theImportant {
	margin-top:20px;
	margin-bottom:20px;
	font-size:15px;
	font-weight:700;
	color:#a8211c;	
}

.blackBox {
	font-size:16px;
	color:#efefef;
	display:block;
	overflow:hidden;
	padding:20px 10px;
	text-align:center;
	border:10px solid #222;
	background: #3e3a3a;
    background-size: cover;
    -webkit-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    -moz-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
}

.blackBox a {
	color:#fff;
}

.blackBox a:hover {
	color:#ff1911;
}

.bigNumber {
	font-size:24px;
	line-height:28px;	
}

.greyBox {
	display:block;
	margin-left:20px;
	position:relative;
	overflow:hidden;
	padding:0px 20px 0 20px;
	background:#ffffff;	
	border:1px solid #d6d5d5;
	border-radius:5px;
	margin-bottom:30px;
}

/*** MyList ***/

.superList {
list-style: none !important;
margin-left: 0; padding-left: 0;
  margin-bottom: 0;
  margin-top: 0px;
  float:left;

}

.superList li {
	margin-bottom: 12px !important;
	clear: both;
	border-bottom: none !important;
}
    
.superList li i {
    font-size: 20px;
    float: left;
    padding-right: 17px;
    margin-top: 0px;
    color: #a8211c;
}

.superList li span:first-letter {text-transform:uppercase}


.superList span {
    display: table-cell;
}

.superList a {color:#000}

.superList a:hover {#cc0000 !important}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}


/*** BASS LINER ***/

.parallax-1 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/1.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-2 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/2.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-3 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/3.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-4 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/4.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-5 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/5.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-6 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/6.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-7 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/7.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-8 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/8.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-9 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/9.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-10 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/10.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-11 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/parallax/daikin.jpg);
    background-position: center center;
    background-size: cover;
}

.parallax-12 {
    background:#222;
	background-attachment: fixed;
    background-image: url(../images/products/2020/slider/Daikin-Fit.jpg);
    background-position: center center;
    background-size: cover;
}
.bassLiner {
    padding: 100px 0;
    display: block;
    position: relative;
    overflow: hidden;
    color: #efefef;
    text-align: center;
    -webkit-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    -moz-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
}

.bassLiner h2 {
	font-size:36px;
	color:#ff0900;
	margin-bottom:30px;
}

.bassLiner p {
	font-size:18px;
	margin-bottom:30px;
	width:80%;
	margin-right:auto;
	margin-left:auto;
}

.bassLiner p span {
	font-size:18px;
	font-weight:700;
	color: #f9b701;
}

.bassLiner .bigNumber {    
	display:block;
	margin-top:32px;
	color: #ff0900;
	font-size: 46px;
	line-height:52px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.bassLiner .bigNumber:hover {
	color: #fff;
	text-decoration:none;
}


/*** OVERIDES ***/

.clients .owl-theme.clients-logos .owl-controls .owl-dots .owl-dot.active {
    display: none !important;
}

/*** Product FOOTER ***/

.clients {
	padding: 30px 0 75px 0;
	border-top: 6px solid #333;
	background:#111;
	margin-bottom:-112px;
-webkit-box-shadow: inset 0px 0px 35px 0px rgba(0,0,0,0.53);
-moz-box-shadow: inset 0px 0px 35px 0px rgba(0,0,0,0.53);
box-shadow: inset 0px 0px 35px 0px rgba(0,0,0,0.53);
	
}

.clients .clients-logos .inner-logo {
    background: #fff;
}

.clients h2 {
	color:#FFF;
	font-weight:700;
	padding-bottom:40px;	
}

/*** FOOTER ***/

.contact_banner a:hover {
    border-radius: 3px;
    background: #fff;
    color: #222;
}

footer.row {
    margin-top: 0px;
	background: #222 url(../images/footer/foot-back.jpg) top center no-repeat;
    background-size: cover;
    -webkit-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    -moz-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
	border-top: 10px solid #a8211c;
}

footer.row .footer_sidebar .widget.widget_links ul li a i {
    color: #a8211c;
	margin-right: 4px;
}

footer.row .footer_sidebar .widget.widget_links ul li i {
    color: #a8211c;
	margin-right: 4px;
}


@media (max-width: 1199px) {


.header_top .logo_part .logo img {
    width:280px;
}


}

@media (max-width: 1009px) {
	.who_we_are h2:first-child  {margin-top:30px}
	.imgXM {
		width:40%;
		height:auto;
		margin-left:auto;
		margin-right:auto;	
	}
	
	.darkBand {
		text-align:center;	
	}
	.darkBand span {
		margin-bottom:12px;	
	}
	
}

@media (max-width: 1009px) {
	.who_we_are h2:first-child  {margin-top:30px}
	.imgXM2 {
		width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;	
	}
	
	.darkBand {
		text-align:center;	
	}
	.darkBand span {
		margin-bottom:12px;	
	}
	
}

@media (max-width: 786px) {
	.clients .owl-theme.clients-logos .owl-controls .owl-dots .owl-dot {
    display: none !important;
	}
	.conStrict {
    max-width: 95%;
	}
	.tparrows {display:none}
}

@media (max-width: 436px) {
	.prodImg {
	display:inline-block;
	float:none;
	margin:20px auto;
	}
	.conStrict {
    max-width: 100%;
	}
	.specX { margin-left: 0;}
}

@media (max-width: 424px) { 
	.bassLiner .bigNumber {
    font-size: 30px;
    line-height: 34px;

}

.bassLiner h2 {
    font-size: 30px;
    color: #ff0900;
    margin-bottom: 34px;
}

.item.client {
    line-height: 128px;
	width:100%;
    margin-left: auto;
    margin-right: auto;
}

.page-cover h1 {
    font: bold 34px/1 "Alegreya", serif;
	text-align:center;
}

.breadcrumb {display:none}

.who_we_are h2, .greySect h2, .bassLiner h2 {
    font-size:24px;
	line-height:28px;
}

.darkBand span {
	font-size:18px;
	line-height:22px; 
	}

.darkBand .theButton {
	font-size:16px;
	line-height:20px; 
	}	
.handyman-caption-h1:before, .handyman-caption-h2:before {
    content: '';
    width: 0px !important;
    height: 0px !important;
    position: absolute;
    bottom: 0px !important;
    left: 0;
}
}

#slides {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 250px;
}

#slides ul {
	list-style: none;
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
	position: relative;
}

#slides li {
	width: 100%;
	height: 250px;
	float: left;
	text-align: center;
	position: relative;
	font-family: lato, sans-serif;
}

.btn-bar {
	width: 60%;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 40px;
}

#buttons {
	padding: 0 0 5px 0;
	float: right;
}

#buttons a {
	text-align: center;
	display: block;
	font-size: 50px;
	float: left;
	outline: 0;
	margin: 0 60px;
	color: #b14943;
	text-decoration: none;
	display: block;
	padding: 9px;
	width: 35px;
}

a#prev:hover,
a#next:hover {
	color: #FFF;
	text-shadow: .5px 0px #b14943;
}

@media only screen and (max-width: 600px) {
.clients {
	display:none;
    }
}