[class^="icon-"]::before, [class*=" icon-"]::before {
  margin-left: 0;
  margin-right: 0;
}

.fontello {
 	display: flex;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	-webkit-justify-content: center;
  	-ms-justify-content: center;
  	justify-content: center;
  	align-items: center;
  	-webkit-align-items: center;
  	-ms-align-items: center;
  	color: grey;
  	text-decoration: none;
  	cursor: pointer;
  	margin-left: 3px;
  	margin-right: 3px;
}

.fontello:hover {
  color: #800;
}

.info-button-wrap .fontello {
  color: #CDCDCD;
}

#expand-video {
  width: 80%;
  height: 80%;
  padding: 0px;
  background-color: transparent;
}

.qotd-icon {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: -10px;
}

#qotd-sp-slide, #qotd-do-slide {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.2);
}

.carousel-icon {
  font-size: 32px;
  cursor: pointer;
}

.carousel-icon:hover {
  opacity: 0.5;
}

#important-videos-prev, #news-prev, #latest-posts-prev, #responses-prev {
  border-bottom: 0px solid #ebebeb;
}

#important-videos-next, #news-next, #latest-posts-next, #responses-next {
  border-bottom: 0px solid #ebebeb;
}

.wrapper-icons {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.wrapper-icons-bottom {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding-bottom: 0px;
  margin-top: 5px;
}

.tag-list i, .cat-list i {
  color: grey;
}