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

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

.custom_slide a:first-child img {
  margin-bottom: 20px; }

.widget-html.block {
  background: none; }

/* Eff */
.view-fifth {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .view-fifth .mask {
    position: absolute;
    top: 0;
    height: 100%;
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.8s linear 0s;
    transition: all 0.8s linear 0s;
    background-color: #CCD5CC; }
    .green .view-fifth .mask {
      background-color: #a1ca6c; }
    .turquoise .view-fifth .mask {
      background-color: #75b4aa; }
    .carol .view-fifth .mask {
      background-color: #e56970; }
    .view-fifth .mask > div {
      padding: 0 10px; }
    .view-fifth .mask h2 {
      border-bottom: 1px solid #fff;
      margin: 10px 40px;
      padding: 10px 0;
      font-size: 17px;
      text-transform: uppercase; }
    .view-fifth .mask a.info {
      display: inline-block;
      text-decoration: none;
      padding: 4px 10px;
      color: #fff;
      text-transform: uppercase;
      background: #E55A27; }
    .view-fifth .mask h2, .view-fifth .mask p, .view-fifth .mask a.info {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.6s linear;
      transition: all 0.6s linear; }
  .view-fifth img {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  .view-fifth:hover img {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10); }
  .view-fifth:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100); }
  .view-fifth:hover h2, .view-fifth:hover p, .view-fifth:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.block_content .contact-us li {
  line-height: 35px; }
  .block_content .contact-us li em {
    background: #4A4A4A;
    border-radius: 2px;
    color: #D4D4D4;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    text-align: center;
    width: 28px;
    padding: 3px 0 3px 4px; }
    .rtl .block_content .contact-us li em {
      margin-left: 10px;
      margin-right: inherit; }
    .rtl .block_content .contact-us li em {
      padding: 3px 4px 3px 0; }
  .block_content .contact-us li:hover em {
    background-color: #CCD5CC;
    color: white; }
    .green .block_content .contact-us li:hover em {
      background-color: #a1ca6c; }
    .turquoise .block_content .contact-us li:hover em {
      background-color: #75b4aa; }
    .carol .block_content .contact-us li:hover em {
      background-color: #e56970; }

.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: -5px;
  right: -5px; }
  .rtl .owl-theme .owl-controls .owl-buttons {
    left: -5px;
    right: auto; }
  .owl-theme .owl-controls .owl-buttons div {
    border: 0 none;
    color: white;
    height: 45px;
    line-height: 33px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    font-size: 25px;
    top: -45px;
    width: 26px;
    z-index: 999;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #CCD5CC; }
    .green .owl-theme .owl-controls .owl-buttons div {
      background-color: #a1ca6c; }
    .turquoise .owl-theme .owl-controls .owl-buttons div {
      background-color: #75b4aa; }
    .carol .owl-theme .owl-controls .owl-buttons div {
      background-color: #e56970; }
    .owl-theme .owl-controls .owl-buttons div.owl-prev {
      right: 26px; }
      .rtl .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: 26px;
        right: auto; }
    .owl-theme .owl-controls .owl-buttons div.owl-next {
      right: 0px; }
      .rtl .owl-theme .owl-controls .owl-buttons div.owl-next {
        left: 0px;
        right: auto; }
    .owl-theme .owl-controls .owl-buttons div:hover {
      background-color: #E55A27;
      color: white; }
