/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.custom_slide a:first-child img {
  margin-bottom: 20px;
}

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

.view-fifth .mask {
  position: absolute;
  background-color: #000;
  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 .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: #428bca;
  font-size: 19px;
  z-index: 9;
}
.block .panel-group {
  margin-bottom: 0;
}

.widget-video {
  margin-bottom: 15px;
}

.nopadding > div {
  padding: 30px;
}

.margin-70 {
  margin: 70px 0;
}

.banner-image {
  text-align: center;
  overflow: hidden;
  margin-top: 120px;
}
.banner-image h4 {
  text-transform: uppercase;
}
.banner-image img {
  margin: auto;
}
.banner-image .content-banner {
  width: 70%;
  margin: auto;
  height: 80px;
}

.hook-bottom .title_block {
  color: #000 !important;
}
.hook-bottom .title_block em {
  color: #919699 !important;
}

.about img {
  margin-bottom: 25px;
}

.contact-us li {
  display: flex;
  margin-bottom: 20px;
}
.contact-us li p {
  padding-top: 8px;
}
.contact-us li:hover em {
  color: white;
  background-color: #dfb655;
  border-color: #dfb655;
}
.contact-us em {
  width: 33px;
  height: 33px;
  border: 1px solid;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  padding-left: 2px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.rtl .contact-us em {
  padding-right: 2px;
  padding-left: inherit;
}

.widget-manufacture {
  margin: 83px 0;
}
.widget-manufacture .manu-logo {
  text-align: center;
}
.widget-manufacture .manu-logo a {
  display: inline-block;
}
.widget-manufacture .manu-logo img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  filter: gray alpha(opacity=0);
  -webkit-filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-manufacture .manu-logo img:hover {
  filter: none;
  -moz-filter: none;
  -webkit-filter: none;
  -ms-filter: none;
  -o-filter: none;
}

.content_bottom .carousel {
  text-align: center;
  color: white;
  font-size: 18px;
}
.content_bottom .carousel h4 {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 30px;
}
.content_bottom .carousel h6 {
  font-size: 11px;
}
.content_bottom .carousel img {
  margin: auto;
  margin-bottom: 20px;
}
.content_bottom .carousel-control {
  background-color: transparent;
}
.content_bottom .carousel-control:before {
  font-size: 30px;
}
.content_bottom:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.content_bottom:hover .carousel-control.left {
  left: -25px;
}
.content_bottom:hover .carousel-control.right {
  right: -25px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}
.footer-bottom.fs-style {
  padding-bottom: 0px;
}
.footer-bottom.fs-style:before {
  background-color: #272727;
  border-top: 1px solid #3d3d3d;
}
.footer-bottom .menu-bottom {
  font-size: 12px;
  margin-bottom: 30px;
  font-weight: 700;
}
.footer-bottom .menu-bottom li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 25px;
}
.footer-bottom .menu-bottom li a {
  color: #e7e2e2 !important;
}
.footer-bottom .menu-bottom li a:hover {
  color: #dfb655 !important;
}
.footer-bottom .paypal {
  margin-top: 20px;
}
.footer-bottom .paypal img {
  margin: auto;
}