/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
.custom_slide a:first-child img {
  margin-bottom: 20px;
}

/* 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;
  -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 .mask > div {
  padding: 0 10px;
}

.view a.info {
  background: #000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 4px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
}

.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;
  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: #e64c65;
  color: white;
}

.block .nav-pills > li.active > a {
  position: relative;
}
.block .nav-pills > li.active > a:before {
  content: "\f0d7";
  position: absolute;
  bottom: -7px;
  height: 10px;
  line-height: 10px;
  right: 50%;
  margin-right: -4px;
  font-family: "FontAwesome";
  color: #e64c65;
  font-size: 19px;
  z-index: 9;
}
.block .panel-group {
  margin-bottom: 0;
}

.widget-video {
  margin-bottom: 15px;
}

/*Customer html slider*/
.custhtmlcarosel .title_block {
  background: #235266;
}
.custhtmlcarosel #custhtmlcarosel {
  min-height: 325px;
  background: #fff;
}
.custhtmlcarosel #custhtmlcarosel img {
  margin: 0 auto;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 100%;
}
.custhtmlcarosel #custhtmlcarosel .item {
  min-height: 325px;
  padding-top: 25px;
}
.custhtmlcarosel #custhtmlcarosel .item .carousel-caption {
  opacity: 0;
  filter: alpha(opacity=0);
}
.custhtmlcarosel #custhtmlcarosel .item .customer-name {
  font-size: 12px;
  font-weight: bold;
}
.custhtmlcarosel #custhtmlcarosel .item .customer-position {
  color: #9b9b9b;
  margin-bottom: 28px;
}
.custhtmlcarosel #custhtmlcarosel .item .customer-comment {
  color: #d6d6d6;
  text-align: justify;
  margin-bottom: 20px;
}
.custhtmlcarosel #custhtmlcarosel .carousel-indicators {
  margin-bottom: 15px;
}
.custhtmlcarosel #custhtmlcarosel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border: 0px;
  background-color: white;
  margin: 0px;
}
.custhtmlcarosel #custhtmlcarosel .carousel-indicators li.active {
  background-color: #e64c65;
  border: 0px;
}
.custhtmlcarosel #custhtmlcarosel .item.active .carousel-caption, .custhtmlcarosel #custhtmlcarosel .item.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}

#left_column #custhtmlcarosel.carousel.slide a.left.carousel-control {background: transparent;}
#left_column #custhtmlcarosel.carousel.slide a.right.carousel-control {background: transparent;}

#custhtmlcarosel .carousel-caption {color:#235266;text-shadow: none !important;}

#custhtmlcarosel .carousel-caption .btn {
    text-shadow: none;
    background: none;
    color: #235266;
    border: none;
    padding: 0;
    display: inline-block;
    font-family: 'Lucida_Bold';
    margin-top: 0px;
}

#custhtmlcarosel .fa-angle-left::before {
    content: "\f104";
    color: #235266;
}

#custhtmlcarosel .fa-angle-right::before {
    content: "\f105";
    color: #235266;
}