/* RIGHT TO LEFT */
.carousel-control {
  z-index: 99;
  top: -25px;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  color: #000;
}

/* Eff */
.view-fifth {
  position: relative;
  overflow: hidden;
}

.view-fifth .mask {
  position: absolute;
  background-color: #333333;
  top: 0;
  height: 100%;
  color: #fff;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-fifth .mask > div {
  padding: 0 10px;
}

.view a.info {
  background: #000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 4px 15px;
  padding: 4px 15px 4px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
}
.rtl .view a.info {
  padding: 4px 15px 4px 15px;
}

.view a.info:hover {
  background-color: #57AFDA;
}

.view-fifth img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.view-fifth:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.view-fifth:hover .mask {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.block_content .contact-us li {
  line-height: 35px;
}
.block_content .contact-us li em {
  background: #4A4A4A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #D4D4D4;
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
  height: 28px;
  padding: 6px 0px 0px 5px;
}
.rtl .block_content .contact-us li em {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .block_content .contact-us li em {
  padding: 6px 5px 0px 0px;
}
.block_content .contact-us li:hover em {
  background-color: #9a4761;
  color: white;
}
.green .block_content .contact-us li:hover em {
  background-color: #82b440;
}
.orange .block_content .contact-us li:hover em {
  background-color: #fb5a29;
}
.black .block_content .contact-us li:hover em {
  background-color: #545657;
}
.blue .block_content .contact-us li:hover em {
  background-color: #2181b2;
}
