#tyc::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 100%;
	width: 1.3%;
	background-color: #aa3838; /* safari workaround */
	background: url('tyc.png') #aa3838 0 0/100% 100%;
	box-shadow: -8px 4px 6px 2px rgba(0,0,0,0.45);
	cursor: col-resize;
}

#tyc::-moz-range-thumb {
	height: 100%;
	width: 1.3%;
	background: url('tyc.png') #aa3838 0 0/100% 100%;
	box-shadow: -8px 4px 16px 2px rgba(0,0,0,0.45);
	border: none;
	border-radius: 0;
	cursor: col-resize;
}

#tyc::-ms-thumb {
	height: 100%;
	width: 1.3%;
	background: url('tyc.png') #aa3838 0 0/100% 100%;
	box-shadow: -8px 4px 16px 2px rgba(0,0,0,0.95);
	border: none;
	cursor: col-resize;
}

#tyc::-moz-range-track {
	display: none;
	background: transparent;
	border: none;
}

#tyc::-ms-tooltip
, #tyc::-ms-track
, #tyc::-ms-fill-lower
, #tyc::-ms-fill-upper
, #tyc::-ms-ticks-before
, #tyc::-ms-ticks-after
{
	visibility: hidden;
}

img, #tyc {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#tyc {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: 17.8%; /*19.8%;*/
	left: 18%;
	width: 72.6%; /*77%;*/
	height: 58.7%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 1px solid transparent;
}

input[type=range] {
	outline: none;
}

input[type=range]::-moz-focus-outer {
	border: 0;
}

img {
	width: 100%;
}

.address {
	position: absolute;
	bottom: 84%;
	right: 54%;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	text-align: center;
}

.address a {
	display: block;
	text-decoration: none;
	color: red;
}

.address a:hover {
	text-decoration: underline;
}

body {
	position: relative;
	margin: 0;
/*	font-size: 0;/**/
}

/*
#tyc::-webkit-slider-thumb::before {
	display: none;
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100%;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.2));
}

#tyc::-moz-range-thumb::before {
	display: none;
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100%;
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.2));
}*/
