/* Reset */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0;padding:0;}input,select,a img{vertical-align:middle;}
*,*:before,*:after{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-appearance:none;/*Safari*/}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track-piece {
  background-color: #eee;
  box-shadow: inset #bbb 0 0 3px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 8px;
  background-color: #666;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 8px;
  background-color: #666;
}
::-webkit-input-placeholder {  color:#999; 	font-weight: 300; }
input:-moz-placeholder { color:#999; font-weight: 300; }
textarea:-moz-placeholder { color:#999; font-weight: 300; }


/*---------------------------------------*/
/* Tags */
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight: 200;
	line-height: 150%;
	color:#222;
	padding:0;
	margin:0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #eee;
	background: rgb(204,204,204);
	background: rgb(238,238,238);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(238,238,238,1) 22%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(22%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(238,238,238,1) 22%,rgba(204,204,204,1) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(238,238,238,1) 22%,rgba(204,204,204,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(238,238,238,1) 22%,rgba(204,204,204,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(238,238,238,1) 22%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );	
}

input[type=radio], input[type=checkbox] {
	display:none;
}

strong, b {
	font-weight: 600;
}
a, button {
	cursor: pointer;
}
/*---------------------------------------------------------------------------------------------------*/
input[type=range] {
  -webkit-appearance: none; 
  width: 100%;
  background: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none; 
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent; 
  border-color: transparent;
  color: transparent;
}

/* Cursor/ponto de arraste */
input[type=range]::-webkit-slider-thumb {
  	-webkit-appearance: none;
  	border: 1px solid #000000;
  	height: 60px;
  	width: 60px;
  	border-radius: 60px;
  	margin:0;
  	padding:0;
	background: #c0f;
  	cursor: pointer;
  	margin-top: -27px;
  	border:3px solid #fff;
	box-shadow:inset 0 0 6px 2px rgba(0,0,0,0.4), 0 0 12px 4px #000;	
	background: #0099cc;
	background: -moz-linear-gradient(top,  #0099cc 0%, #006699 49%, #003366 50%, #006699 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(49%,#006699), color-stop(50%,#003366), color-stop(100%,#006699));
	background: -webkit-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: -o-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: -ms-linear-gradient(top,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	background: linear-gradient(to bottom,  #0099cc 0%,#006699 49%,#003366 50%,#006699 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#006699',GradientType=0 );
}
input[type=range]::-moz-range-thumb {

}
input[type=range]::-ms-thumb {

}

/* Barra/linha */
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  width: 100%;
  height:8px;
  cursor: pointer;
  background:none;
  border-radius: 30px;
  border:1px solid rgba(255,255,255,0.2);
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background-color: rgba(255,255,255,0.1);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height:8px;
  cursor: pointer;
  background: #666;
  border-radius: 30px;
  border:none;
}

input[type=range]::-ms-track {

}
input[type=range]::-ms-fill-lower {

}
input[type=range]::-ms-fill-upper {

}
/*-----------------------------------------------------------*/
input + label {
	display:inline-block;
	position:relative;
	cursor:pointer;
	height: 50px;
	line-height:46px;
	padding:0 10px 0 38px;
	border-radius:6px;
	font-size:18px;
	font-weight: 400;
}
input + label:before {
	content:"";
	display:block;
	position: absolute;
	top:14px;
	left:6px;
	width:21px;
	height:21px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:2px;
}
input + label:after {
	content:"";
	display:none;
	position: absolute;
	top:12px;
	left:10px;
	width:20px;
	height:15px;
	border:solid #111;
	border-width:0 0 7px 6px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
input:checked + label::after {
	display:block;	
}