/*v6*/
/*hover icons */
.holder {
  float: left;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 5px #333333;
  -webkit-transition: 0.5s Ease;
  -moz-transition: 0.5s Ease;
  -o-transition: 0.5s Ease;
  transition: 0.5s Ease;
  width: 100%;
  height: 160px;
  background-color: #fff;
  border: 3px solid #24135F;
  text-transform: uppercase; }

.holder:hover {
  border: 3px solid #00665E; }

.holder > img {
  height: 70px;
  margin-top: 15px; }

.holder > p {
  color: #24135F;
  font-size: 0.80rem;
  vertical-align: middle;
  margin-bottom: 0px;
  line-height: 1.2; }

.holder > h1 {
  font-size: 6rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 40px;
  text-align: center !important; }

.smooth {
  opacity: 1; }

.smooth:hover img {
  opacity: 1;
 }

.go-left {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  right: -600px;
  width: 360px;
  text-align: center;
  font-size: 20px;
  margin: 10px;
  padding: 10px;
  -webkit-transition: 1s Ease;
  -moz-transition: 1s Ease;
  -o-transition: 1s Ease;
  transition: 1s Ease; }

.smooth:hover > .go-left {
  right: 0px; }

.go-top {
  background-color: #fff;
  color: #666666;
  position: absolute;
  bottom: 0px;
  top: 600px;
  text-align: center;
  font-size: 1rem;
  color: #b1A252;
  padding: 10px 5px 0px;
  -webkit-transition: 0.5s Ease;
  -moz-transition: 0,5s Ease;
  -o-transition: 0.5s Ease;
  transition: 0.5s Ease;
  height: 160px;
  width: 100%;
  border: 6px solid transparent;
  display: none; }

.go-top p {
  color: #24135F;
  font-size: 0.80rem;
  vertical-align: middle;
  margin-bottom: 0px;
  line-height: 1.2; }

.go-top > img {
  height: 70px;
  margin-top: -1px; }

.smooth:hover > .go-top {
  top: 0px;
  left: 0px;
  display: block; }