.slideDownBtn {
  position: absolute;
  left:calc(50% - 30px);bottom: 20%;
  background: rgba(0, 0, 0, 0.5);
  width: 60px;
	margin: 0 auto;
	padding: 5px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
	z-index: 1000;
}

.gallery-panel-wrapper {
  position: relative;
  float: left;
  width: 23%;
  margin: 0.5%;
  overflow: hidden;
}
.gallery-panel-wrapper img {width: 100%;height: auto;}
.gallery-panel {
  position: absolute;
  top: 0;left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-family: sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: .4s;

}
.gallery-panel hr {height: 1px;background: #999;border: 0;width: 75%;margin: 10px auto;}
.gallery-panel-wrapper:hover .gallery-panel {opacity: 1;visibility: visible;}


.content ul li {list-style: none;list-style-type: none;}
.content ul li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: -2px;
  background-image: url('../images/design/arrow.png');
  background-size: cover;
  background-repeat: no-repeat;
}


::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 5px;
  height: 0;
}

::-webkit-scrollbar-track {
  background-color:#ccc;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #1F1F1F;
}

::-webkit-scrollbar-thumb:hover{
  background-color: #AF7C55;
}

::-webkit-resizer{
  background-image: url('');
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}

::-webkit-scrollbar{
  width: 8px;
}