/* CSS Document */


.gallery-set {
  max-height: 490px;
  margin-bottom: 100px;
  position: relative;
  overflow:hidden;
}

.gallery-set h5 {
  left: 510px;
  position: absolute;
  top: 210px;
}

.gallery-set ul {
  float: inherit;
  font-size: inherit;
  font-weight: inherit;
  height: 490px;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: inherit;
}

.gallery-set li {
  max-height: 490px;
  position: absolute;
  text-align: left;
  width:100%;
  float:left;
}

.gallery-set img {
  float: left;
  margin-right: 25px;
}

.gallery-set p {
  bottom: 0;
  margin-bottom: 0;
  margin-left: 510px;
  position: absolute;
}

.arrow-left, .arrow-right {
  background: none repeat scroll 0 0 rgba(120, 120, 120, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto";
  font-size: 7em;
  font-weight: 100;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  top: 184px;
  width: 41px;
  cursor:pointer;
}

.arrow-left {
	left:0px;
}

.arrow-right {
	right:0px;
}

div.comparison {
  height: 490px;
  width: 490px;
  overflow: hidden;
  position: relative;
}

div.comparison figure {
	background-size: cover; 
	font-size: 0;
	width: 100%; 
	height: 100%; 
	margin: 0;
}

div.comparison figure > img {
	position: relative; 
	width: 100%;
}

div.comparison figure div {
	background-size: cover;
	position: absolute;
	width: 50%;
	box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
	overflow: hidden; 
	bottom: 0; 
	height: 100%;
}


input[type=range]{
	-webkit-appearance:none;
	-moz-appearance:none;
	position: relative;
	top: -33px; 
	left: -2%;
	background-color: rgba(255,255,255,0.1);
	width: 102%;
}

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

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

input[type=range]::-moz-range-track {
	-moz-appearance:none;
	height:15px;
	width: 98%;
	background-color: rgba(255,255,255,0.1);
	position: relative;
	outline: none;
}

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

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance:none;
	width: 50px; 
	height: 50px;
	background: #fff;
	border-radius: 0;
}

input[type=range]::-moz-range-thumb {
	-moz-appearance: none;
	width: 50px; 
	height: 50px; 
	background: #fff;
	border-radius: 0;
}

input[type=range]::-webkit-slider-thumb {
	background: rgba(218, 6, 143, .5);
	border:none;
}

input[type=range]::-moz-range-thumb {
	background: rgba(218, 6, 143, .5);
	border:none;
}

input[type=range]:focus::-webkit-slider-thumb {
	background: rgba(218, 6, 143, .5);
}

input[type=range]:focus::-moz-range-thumb {
	background: rgba(218, 6, 143, .5);
}

.comparison-arrows {
  height: 32px;
  left: 333px;
  position: absolute;
  top: 447px;
  width: 142px;
}

.comparison-arrows .left-arrow {
  background: url("../images/gallery/before-and-after/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 32px;
  left: 0;
  position: absolute;
  text-indent: -1000px;
  width: 41px;
}

.comparison-arrows .right-arrow {
  background: url("../images/gallery/before-and-after/arrows.png") no-repeat scroll -42px 0 rgba(0, 0, 0, 0);
  height: 32px;
  left: 64px;
  position: absolute;
  text-indent: -1000px;
  width: 41px;
}