/*****************************/
/*********** RESET ***********/
/*****************************/
html, body {
  	margin: 0;
  	padding: 0;
	font-family: 'Lato', sans-serif;
}
/*****************************/
/******* END OF RESET ********/
/*****************************/




/*****************************/
/*********** GLOBAL **********/
/*****************************/
.buy-now {
	color: #3d3636;
	text-transform: uppercase;
	background-color: #fec01a;
	border: 2px solid #fec01a;
	display: block;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 20px;
	width: 145px;
	text-align: center;
}

.buy-now:hover {
	color: #3d3636 !important;
	background-color: white;
}

.buy-now.small {
	padding: 8px 13px;
	font-weight: bold;
	font-size: 15px;
	width: 115px;
	text-align: center;
	color: black;
}


/* - TEXT ALIGNMENTS : */
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}

/* - CLEAR : */
.clear {
	clear: both !important;
}


/* - MARGINS : */
.small-mt {
	margin-top: 10px !important;
}
.medium-mt {
	margin-top: 20px !important;
}
.medium-b-mt {
	margin-top: 25px !important;
}
.big-mt {
	margin-top: 30px !important;
}
.huge-mt {
	margin-top: 40px !important;
}
.no-mt {
	margin-top: 0px !important;
}
.small-ml {
	margin-left: 10px;
}


/* - PADDINGS : */
.small-pt {
	padding-top: 10px !important;
}
.medium-pt {
	padding-top: 20px !important;
}
.big-pt {
	padding-top: 30px !important;
}
.huge-pt {
	padding-top: 40px !important;
}


/* - LINKS : */
a:hover {
	text-decoration: none;
}


/* - COLORS : */
.yellow {
	color: #fec01a !important;
}
.blue {
	color: #347c85 !important;
}
.pink {
	color: #ab6ff5 !important;
}
.brown {
	color: #853434 !important;
}


/* - GLOBAL PARAGRAPH : */
p {
	color: #9d9d9d;
	font-size: 14px;
}
p.main-desc {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* - TITLES : */
h1 {
	color: white;
	font-weight: bold;
	font-size: 35px;
}
h2 {
	color: #9d9d9d;
	font-weight: bold;
	font-size: 50px;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px solid #9d9d9d;
	
}
/*****************************/
/******* END OF GLOBAL *******/
/*****************************/



/*****************************/
/*********** HEADER **********/
/*****************************/
#header {
	min-height: 906px;
	background: url('../img/bg-header.jpg') repeat-x;
	background-color: black;
}

#header a {
	color: white;
}
#header a.buy-now {
	color: #3d3636;
}

#menu {
	margin-top: 20px;
}

#menu ul {
	list-style: none;
	padding-top: 35px;
}

#menu .col-sm-3.menu {
	float: right;
	color: white;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 30px;
}

#menu .col-sm-3.menu a {
	float: right;
}

#menu .col-sm-3.menu .selected {
	padding-bottom: 2px;
	border-bottom: 1px solid white;
}

.logo {
	width: 200px;
	font-size: 40px;
	color: white;
	line-height: 40px;
	font-weight: bold;
	float: left;
}
.logo span {
	font-weight: normal;
	text-decoration: underline;
	position: relative;
	top: -8px;
}

#header .slick-list {
	border-bottom: 1px solid white;
}
/*****************************/
/******* END OF HEADER *******/
/*****************************/




/*****************************/
/*********** RESUME **********/
/*****************************/
#sc-resume {
	background-color: black;
	min-height: 1030px;
	background: url('../img/bg-resume.jpg') repeat-x;
	background-color: black;
	margin-top: -30px;
	padding-bottom: 15px;
	overflow: hidden;
}
#sc-resume-bottom {
	margin-top: -20px;
	background: url('../img/sc-bottom.png') no-repeat;
	background-position: center;
	height: 52px;
	position: relative;
}

#sc-resume .slick-prev {
	top: 170px;
	background: url('../img/resume/left-arrow.png') no-repeat;
	width: 45px;
	height: 45px;
	background-size: 45px;
}
#sc-resume .slick-next {
	top: 170px;
	background: url('../img/resume/right-arrow.png') no-repeat;
	width: 45px;
	height: 45px;
	background-size: 45px;
}
#sc-resume .rating {
	color: white;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 10px;
}

#sc-resume .read-review {
	color: white;
	text-decoration: underline;
	font-size: 12px;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}


/* - CHARTS : */
.charts {
	text-align: center;
	margin: 20px auto;
}

.charts .chart-overall, .charts .chart-effectiveness {
	min-height: 135px;
}

.charts .circliful {
	margin-bottom: 10px;
}

.charts .chart-overall {
	color: #0094cd;
	display: inline-block;
	width: 135px;
}

.charts .chart-effectiveness {
	color: #ffc62d;
	margin-left: 20px;
	display: inline-block;
	width: 135px;
}
/*****************************/
/******* END OF RESUME *******/
/*****************************/



/*****************************/
/******** MAIN SLIDER ********/
/*****************************/
#main-slider {
	margin: 30px auto !important;
	overflow: hidden;
	padding-right: 0px;
	width: inherit !important;
}

#main-slider .ms-nav-next {
	background: url('../img/resume/right-arrow.png') no-repeat;
	width: 45px;
	height: 45px;
	border: none;
}
#main-slider .ms-nav-prev {
	background: url('../img/resume/left-arrow.png') no-repeat;
	width: 45px;
	height: 45px;
	border: none;
}

#main-slider .ms-view {
	background: none;
}

#main-slider .ms-nav-next {
	margin-right: -30px;
}
#main-slider .ms-nav-prev {
	margin-left: -60px;
}

/* - SLIDES : */
#main-slider h2 {
	color: white;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	text-transform: inherit;
	text-decoration: none;
	border-bottom: 1px solid white !important;
	width: 70%;
	margin: auto;
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 5px !important;
}

.a-main-slide .list-elt {
	background: url('../img/slider/puce.png');
	background-size: 17px 16px;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 25px !important;
}

.a-main-slide .left {
	margin-top: 40px;
	float: left;
	width: 45%;
	margin-left: 5%;
}
.a-main-slide .right {
	float: right;
	margin-top: 80px;
	width: 45%;
	margin-right: 5%;
}
#main-slider h3 {
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 20px;
	margin: auto;
	font-size: 55px;
}

#main-slider ul {
	margin-top: 20px;
	list-style-image: url('../img/slider/puce.png');
}
#main-slider .ms-layer {
	color: white;
	font-size: 17px;
	line-height: 30px;
}
#main-slider .ms-layer span {
	color: #fec01a;
	font-size: 23px;
}


#main-slider .left .award {
	float: left;
	margin-top: 20px;
}
/*****************************/
/***** END OF MAIN SLIDER ****/
/*****************************/




/*****************************/
/******** SUB SLIDER *********/
/*****************************/
#sub-slider .a-sub-slide h2 {
	font-size: 22px;
	text-align: center;
	text-transform: inherit;
	text-decoration: none;
	font-style: italic;
	font-weight: 300;
	border-bottom: none;
}

#sub-slider .a-sub-slide img {
	margin: auto;
}
#sub-slider .a-sub-slide h2 {
	margin-top: -15px;
}
#sub-slider .a-sub-slide .content ul {
	margin-top: 50px;
	padding: 0px 40px;
	margin-left: 10px;
	background: url('../img/sub-slider/white-arrow.jpg') no-repeat;
	background-position: center top;
	padding-top: 30px;
	margin-top: 16px;
	min-height: 640px;
}
#sub-slider .a-sub-slide .content ul li {
	color: white;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 16px;
	list-style-image: url('../img/sub-slider/puce.png');
}

#sub-slider .a-sub-slide .buy-now {
	margin: auto;
}

#sub-slider .a-sub-slide .rates-container {
	width: 230px;
	margin: 10px auto;
}
#sub-slider .a-sub-slide .bg-rates {
	height: 38px;
	width: 0px;
	position: relative;
	background-color: #ffc62d;
	margin-left: 5px;
}
#sub-slider .a-sub-slide .stars {
	width: 220px;
	display: block;
	height: 38px;
	background-image: url('../img/sub-slider/stars.png');
	margin: auto;
	margin-top: -48px;
	position: relative;
}
/*****************************/
/***** END OF SUB SLIDER *****/
/*****************************/



/*****************************/
/******* SPECIFICATIONS ******/
/*****************************/
#specifications {
	background: url('../img/specifications/bg-specifications-left.jpg') no-repeat;
	background-position: -450px;
	min-height: 968px;
	margin-top: -55px;
}

#specifications h2 {
	padding-top: 80px;
}


/* - SLIDER : */
.specifications-slider {
	margin-top: 40px;
}

.specifications-slider .slick-prev {
	background: url('../img/resume/left-arrow.png') no-repeat;
	width: 45px;
	height: 45px;
}
.specifications-slider .slick-next {
	background: url('../img/resume/right-arrow.png') no-repeat;
	width: 45px;
	height: 45px;
}

.a-specification-slide h3 {
	text-align: center;
	border-top: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	font-size: 30px;
	font-style: italic;
	line-height: 40px;
	font-weight: 300;
}
.a-specification-slide .content {
	margin: 0 30px;
}

.a-specification-slide .buy-now {
	margin: auto;
}

.a-specification-slide .content .top-img {
	margin: auto;
}
.a-specification-slide .content dl {
	margin-top: 30px;
}
.a-specification-slide .content dl dt {
	display: inline;
	font-weight: 500;
}
.a-specification-slide .content dl dd {
	color: #9d9d9d;
	display: inline;
}


/* -- YELLOW SLIDE : */
.a-specification-slide.yellow .content dl dt {
	color: #fec01a;
}

/* -- BLUE SLIDE : */
.a-specification-slide.blue .content dl dt {
	color: #347c85;
}

/* -- PINK SLIDE : */
.a-specification-slide.pink .content dl dt {
	color: #ab6ff5;
}

/* -- BROWN SLIDE : */
.a-specification-slide.brown .content dl dt {
	color: #853434;
}

/*****************************/
/*** END OF SPECIFICATIONS ***/
/*****************************/




/*****************************/
/******** APPLICATIONS *******/
/*****************************/
#applications {
	background: url('../img/bg-applications.jpg') no-repeat;
	background-position: center 300px;
	margin-top: -100px;
}

#applications-list .col-md-4 {
	text-align: center;
}

#applications-list .col-md-4 img {
	margin-bottom: 20px;
	cursor: pointer;
	width: 100%;
}

#applications .img-hover-container {
	position: relative;
}

#applications .img-hover {
	background-color: #e54e40;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	opacity: 0.7;
	width: 170px;
	padding: 30px 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	display: none;
	margin-top: -39px;
	margin-left: -85px;
}

#applications .img-hover h3 {
	margin: 0px;
	line-height: 19px;
	font-size: 19px
}


#applications-list-highlights {
}
#applications-list-highlights .top-box {
	color: white !important;
	text-align: center;
	padding: 3px 0px 8px 0px;
}
#applications-list-highlights .top-box.yellow {
	background-color: #fec01a;
}
#applications-list-highlights .top-box.blue {
	background-color: #347c85;
}
#applications-list-highlights .top-box.pink {
	background-color: #ab6ff5;
}

#applications-list-highlights .middle-box {
	height: 8px;
	margin-bottom: 10px;
}
#applications-list-highlights .col-md-4 {
	margin-bottom: 30px;
}

#applications-list-highlights .middle-box.yellow {
	background: url('../img/applications/yellow-box.png') no-repeat;
	background-position: center;
}
#applications-list-highlights .middle-box.blue {
	background: url('../img/applications/blue-box.png') no-repeat;
	background-position: center;
}
#applications-list-highlights .middle-box.pink {
	background: url('../img/applications/pink-box.png') no-repeat;
	background-position: center;
}

/*****************************/
/**** END OF APPLICATIONS ****/
/*****************************/




/*****************************/
/******** ACCESSORIES ********/
/*****************************/
#accessories {
	clear: both;
}
#accessories h3 {
	color: #9d9d9d;
	font-size: 50px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 3px;
	border-bottom: 1px solid #9d9d9d;
}
#accessories h4 {
	font-size: 12pt;
	margin: 0 0 5px 0;
	font-weight: 400;
}

#accessories .ms-bullets {
	bottom: -10px;
}

#accessories .ms-nav-next {
	background: url('../img/resume/right-arrow.png') no-repeat;
	width: 45px;
	height: 45px;
	border: none;
}
#accessories .ms-nav-prev {
	background: url('../img/resume/left-arrow.png') no-repeat;
	width: 45px;
	height: 45px;
	border: none;
}
/*****************************/
/**** END OF ACCESSORIES *****/
/*****************************/






/*****************************/
/*********** VIDEOS **********/
/*****************************/
#videos {
	margin-bottom: 100px;
}

#videos .buy-now {
	margin: auto;
	margin-bottom: 40px;
}
/*****************************/
/******* END OF VIDEOS *******/
/*****************************/





/*****************************/
/********** REVIEWS **********/
/*****************************/
#reviews {
	padding-bottom: 80px;
	margin-top: 60px;
}
#reviews h3 {
	font-size: 15px;
	float: left;
	margin-top: -5px;
	margin-left: 6px;
	color: #000000;
	border-bottom: none;
	font-style: normal;
	font-weight: 400;
	z-index: 10;
	position: relative;
}

#reviews .ms-bullets {
	bottom: 20px;
}

#reviews #reviews-content .row-fluid .col-md-4 {
	margin-top: 40px;
}

#reviews #reviews-content .row-fluid .col-md-8 h2 {
	margin-bottom: 40px;
	font-size: 60px;
	color: #9d9d9d;
	font-weight: 700;
	border-bottom: none;
	padding-top: 150px;
	margin-left: 25px;
	line-height: 58px;
}

#reviews .review-top img {
	float: left;
	position: relative;
	z-index: 100;
}

#reviews .review-content {
	background-color: #F4F4F4;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	width: 95%;
}

#reviews .review-bottom img {
	float: right;
	margin-top: -50px;
	margin-right: -35px;
	position: relative;
}

#reviews .a-review h4 {
	border-bottom: none;
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin-left: 30px;
	margin-right: 30px;
}

#reviews .ms-view {
	background-color: #F4F4F4;
}

#reviews .a-review {
	background: #F4F4F4;
	min-height: 370px;
	max-height: 370px;
	border: 1px solid #F4F4F4;
}
#reviews .a-review p {
	font-size: 12px;
	text-align: justify;
	color: #9d9d9d;
	line-height: 20px;
	padding: 5px 30px 30px 30px;
}
/*****************************/
/******* END OF REVIEWS ******/
/*****************************/





/*****************************/
/********** HIGHLIGHTS *******/
/*****************************/
#highlights-top {
	background: url('../img/highlights/top.png') no-repeat;
	background-position: center;
	height: 37px;
}

#highlights {
	background-color: black;
	padding-bottom: 40px;
	margin-top: -22px;
	background-image: url('../img/highlights/bg-highlights.png');
	background-repeat: no-repeat;
	background-position: -550px bottom;
	overflow: hidden;
}

.highlights-slider {
	overflow: hidden;
}

#highlights h2.white{
	color: white;
	border-bottom: 1px solid white;
	padding-top: 10px;
}

#highlights .a-highlight-slide {
	text-align: center;
}

#highlights .a-highlight-slide .content {
	padding: 0px 20px;
}

#highlights .a-highlight-slide h3 {
	color: white;
	padding-bottom: 8px;
}

#highlights .a-highlight-slide.yellow h3 {
	border-bottom: 6px solid #fec01a;
}
#highlights .a-highlight-slide.blue h3 {
	border-bottom: 6px solid #347c85;
}
#highlights .a-highlight-slide.pink h3 {
	border-bottom: 6px solid #ab6ff5;
}
#highlights .a-highlight-slide.brown h3 {
	border-bottom: 6px solid #853434;
}

#highlights .a-highlight-slide ul {
	padding: 0px;
}
#highlights .a-highlight-slide ul li {
	text-transform: uppercase;
	list-style: none;
	text-align: center;
	margin: 15px auto 20px auto;
	cursor: pointer;
}
#highlights .a-highlight-slide ul li img {
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

#highlights .a-highlight-slide.yellow ul li .explanation {
	background: url('../img/highlights/trait-yellow.jpg') top center no-repeat;
	background-color: #1a1a1a;
	border-bottom: 1px solid #fec01a;
}
#highlights .a-highlight-slide.blue ul li .explanation {
	background: url('../img/highlights/trait-blue.jpg') top center no-repeat;
	background-color: #1a1a1a;
	border-bottom: 1px solid #347c85;
}
#highlights .a-highlight-slide.pink ul li .explanation {
	background: url('../img/highlights/trait-pink.jpg') top center no-repeat;
	background-color: #1a1a1a;
	border-bottom: 1px solid #ab6ff5;
}
#highlights .a-highlight-slide.brown ul li .explanation {
	background: url('../img/highlights/trait-brown.jpg') top center no-repeat;
	background-color: #1a1a1a;
	border-bottom: 1px solid #853434;
}

#highlights .a-highlight-slide ul li .explanation {
	margin-top: 10px;
	background-color: #1a1a1a;
	display: none;
}
#highlights .a-highlight-slide ul li .explanation p {
	text-transform: none;
	font-size: 13px;
	line-height: 17px;
	padding: 15px 15px 5px 15px;
	color: white;
	font-weight: 300;
}

/*****************************/
/***** END OF HIGHLIGHTS *****/
/*****************************/




/*****************************/
/*********** FOOTER **********/
/*****************************/
#footer-top {
	background: url('../img/bg-footer.png') no-repeat;
	background-position: center top;
	height: 34px;
	margin-top: 20px;
}
#footer {
	background-color: #F4F4F4;
	margin-top: -5px;
	min-height: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer .copyright p {
	font-size: 12px;
}

#footer ul li {
	list-style: none;
	text-align: right;
}
#footer ul li a {
	color: #9d9d9d;
	text-decoration: underline;
	font-weight: 500;
	font-size: 12px;
}

#footer .logo-footer a {
	color: #9d9d9d;
}

#footer .col-md-6 .buy-now {
	width: 220px;
	font-size: 16px;
	margin: auto;
	margin-top: 20px;
}

#footer .logo-footer {
	font-size: 25px;
	color: #9d9d9d;
	line-height: 25px;
	font-weight: bold;
	float: left;
	margin-top: 3px;
}
.logo-footer span {
	font-weight: normal;
	text-decoration: underline;
	position: relative;
	top: -3px;
}

#footer-desc p {
	font-size: 14px;
	text-align: justify;
	-moz-text-align-last: center;
    text-align-last: center;
	color: #9d9d9d;
	line-height: 22px;
	padding: 0 16px;
	margin-bottom: 40px;
}

#footer-desc a {
	color: #fec01a;
}
/*****************************/
/******* END OF FOOTER *******/
/*****************************/




/*****************************/
/******* STEAM CLEANING ******/
/*****************************/
#steam-cleaning-list {
	padding-bottom: 60px;
}

#steam-cleaning-list img {
	float: left;
}

#steam-cleaning-list .number {
	position: relative;
	left: -24px;
	top: 8px;
	color: #373736;
	font-size: 18px;
	float: left;
}

#steam-cleaning-list h3 {
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	float: left;
	position: relative;
	top: -10px;
	margin-bottom: 15px;
}

#steam-cleaning-list p {
	clear: both;
	color: white;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}

#steam-cleaning-list ul {
	padding-left: 0px;
}

#steam-cleaning-list ul li {
	list-style: none;
	margin-top: 50px;
}

#steam-cleaning-list h1 {
	color: white;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	font-style: italic;
	font-size: 60px;
	font-weight: 300;
}

#steam-cleaning-list h2 {
	color: white;
	font-style: italic;
	font-size: 25px;
	font-weight: 300;
	border-bottom: none;
	text-transform: inherit;
	margin-top: 30px;
}

#steam-cleaning-img {
	margin-top: -40px;
}
#steam-cleaning-img img {
	width: 100%;
}
#steam-cleaning-img .col-xs-6.col-sm-3 {
	padding: 0px !important;
}

#sc-resume-bottom.hover-above {
	z-index: 10;
}
#footer-top.hover-above {
	margin-top: -30px;
	position: relative;
}

/*****************************/
/*** END OF STEAM CLEANING ***/
/*****************************/






/*****************************/
/******** RESPONSIVE *********/
/*****************************/

@media (max-width: 1700px) {
	#specifications {
		background-position: -600px;
	}
}

@media (max-width: 1450px) {
	#specifications {
		background-position: -680px;
	}
}

@media (max-width: 1300px) {
	#specifications {
		background: none;
	}
}

@media (max-width: 1300px) {
	#reviews .review-content {
		min-height: 480px;
	}
	#reviews h3 {
		font-size: 13px;
	}
	#highlights {
		background-position: -750px bottom;
	}
}


@media (max-width: 1000px) {
	.charts .chart-effectiveness {
		margin-left: 0px;
		margin-top: 15px;
	}
	.medium-b-mt {
		margin-bottom: -40px !important;
		position: relative;
		top: -35px;
	}
	#main-slider h1 {
		font-size: 23px;
	}
	
	#applications {
		margin-top: 0px;
	}
	#highlights {
		background-position: -900px bottom;
	}
}

@media (max-width: 850px) {
	#main-slider .ms-layer span {
		font-size: 15px;
	}
	
	#main-slider {
		padding: 0px;
	}
	
	#header {
		min-height: 650px;
	}
	
	#reviews .review-bottom img {
		margin-right: 0px !important;
	}
	
	.a-main-slide .list-elt {
		background: none;
		padding-left: 0px !important;
	}
	
	#main-slider h1 {
		font-size: 21px;
	}
	
	.slick-next, .slick-prev, .ms-nav-prev, .ms-nav-next {
		display: none !important;
	}
	
	p {
		font-size: 28px;
	}
	p.main-desc {
		font-size: 28px;
	}
	#footer-desc p {
		font-size: 28px;
		line-height: 35px;
	}
	
	<!-- IPHONE -->
	#steam-cleaning-list h3 {
		font-size: 28px;
		line-height: 35px;
	}
	#steam-cleaning-list p {
		font-size: 24px;
		line-height: 33px;
	}
	#steam-cleaning-list h2 {
		font-size: 30px;
		line-height: 40px;
	}
	#sub-slider .a-sub-slide .content ul li {
		font-size: 20px;
		line-height: 25px;
	}
	#highlights .a-highlight-slide ul li {
		font-size: 20px;
	}
	#reviews .a-review p {
		font-size: 18px;
		line-height: 25px;
	}
}

/*****************************/
/***** END OF RESPONSIVE *****/
/*****************************/