/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'NHaasGroteskDSStd-55Rg';
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
	background: transparent !important;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapperBar {
	width: 632px;
}

#sliderWrapper {
	height: 88px;
}

#slider {
	width: 455px;
	margin: 0 auto;
	height: 88px;
	cursor: pointer;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
	border: none;
	background: #C2C926;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
}

.ui-widget-content {
	border: none;
	background: none;
	color: #222;
}

#opciones {
	height: 130px;
	margin: 20px 0 20px 30px;
}

#opciones li {
	background: url(../img/circulos.png) 0 -129px;
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
	text-indent: -10000px;
	cursor: pointer;
}

#opciones li:hover {
	opacity: 0.8;
}

#opciones li#ducha.activo {
	background-position: 0 0;
}

#opciones li#lavamanos {
	background-position: -129px -129px;
}

#opciones li#lavamanos.activo {
	background-position: -129px 0;
}

#opciones li#lavadora {
	background-position: -258px -129px;
}

#opciones li#lavadora.activo {
	background-position: -258px 0;
}

#opciones li#inodoro {
	background-position: -387px -129px;
}

#opciones li#inodoro.activo {
	background-position: -387px 0;
}

.ducha {
	background: url(../img/ducha.png) no-repeat;
}

.lavamanos {
	background: url(../img/lavamanos.png) no-repeat;
}

.lavadora {
	background: url(../img/lavadora.png) no-repeat;
}

.inodoro {
	background: url(../img/inodoro.png) no-repeat;
}

#valores {
	width: 470px;
	margin: 0 auto;
	height: 35px;
	list-style-type: none;
}

#valores li {
	float: left;
	margin-right: 28%;
	color: #525252;
	font-size: 20px;
	font-weight: 700;
}

#valores li:last-child {
	margin-right: 0;
}

#tip {
	width: 400px;
	height: 190px;
	background: #EEEAC9 url(../img/flecha.gif) 0 40px no-repeat;
	float: left;
	color: #00A6B5;
}

#tip #titulo {
	padding: 50px 30px 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 23px;
}

#tip #consejo {
	font-size: 18px;
	padding: 5px 30px;
	line-height: 20px;
	color: #3f7e74;
}

#tip img {
	padding: 20px 0;
}

#knob {
	position: relative;
	width: 200px;
	float: left;
	margin-right: 50px;
}

#intro {
	width: 596px;
	height: 242px;
	margin-left: 16px;
	padding: 20px;
	background-color: #EEEAC9;
	border-radius: 9px;
}

#intro span {
	font-size: 30px;
	font-weight: bold;
	color: #5C5E5B;
}

.next-button {
	font-weight: bold;
	color: #FFF;
	background-color: #00BAA4;
}

#intro button {
	margin-top: 50px;
	position: absolute;
	margin-left: 470px;
}
#intro button:hover{
	color: #FFF;
    background-color: #C2C926;
    border-color: transparent;
    outline: none;

}

#number {
	position: absolute;
	top: 45px;
	right: 20px;
	font-size: 43px;
	color: #fff;
	font-weight: 700;
}

#pref {
	position: absolute;
	top: 45px;
	right: -25px;
	font-size: 43px;
	color: #fff;
	font-weight: 700;
}

.left {
	float: left;
}

.right {
	float: left;
}

.clear {
	clear: both;
}

#inferior {
	display: none;
}

#tip button {
	margin-left: 30px;
}
.texto{
	margin-left: 30px;
}

.texto .btn {
	background-color: #00BAA4;
	color: #FFF;
}
@media only screen and (min-device-width: 320px) and(max-device-width:760px){
	#opciones{
		margin: 5px;
		height: 74px;
		width: 100%;
	}
	#knob{
		width: 100%;
	}
	#tip{
		width: 100%;
		padding-right: 20px; 
	}
	.intro-mov{
		width: 100%;
		margin: 0;
	}
	#opciones li{
		width: 64px;
	    height: 64px;
	    background-size: 259px;
	    margin-right: 6px;

	}
	.ducha, .lavamanos, .inodoro, .lavadora{
		width: 100%;
	    background-size: 120%;
	    background-position: -40px 0px;
	}
	#slider{
		width: 100%;
		margin: 0;
	}
	.wrapperBar{
		width: 100%;
	}
	#sliderWrapper{
		height: 50px;
	}
	canvas{
		display: none;
	}


}