/**
* 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;
}

.img-top .widget .block {
  margin-bottom: 20px;
}

/* Effect */
.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%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.view-fifth .mask > div {
  padding: 0 10px;
}
.view-fifth a.info {
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 4px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
}
.view-fifth a.info:hover {
  background-color: #57AFDA;
}
.view-fifth img {
  -webkit-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%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.view-fifth:hover .mask {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-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;
}

.widget .leomanagerwidgets {
  text-align: center;
}

.widget-bestseller .block {
  margin-bottom: 10px;
}
.widget-bestseller .title_block {
  padding: 20px 15px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
.rtl .widget-bestseller .title_block {
  text-align: right;
}
.widget-bestseller .block_content {
  background: #ffffff;
  height: 570px;
}
.widget-bestseller .product-block {
  border-bottom: 1px dotted rgba(225, 225, 225, 0.2);
  padding: 21px 20px;
  margin-bottom: 0;
}
.widget-bestseller .product-block .product-name {
  color: black;
  margin-bottom: 15px;
}
.widget-bestseller ul {
  padding: 0;
padding-top: 40px !important;
}
.widget-bestseller ul li:last-child .product-block {
  border-bottom: none;
}
.widget-bestseller ul li.media {
  margin-top: 0;
}

.html-reinsurance {
  color: #FFF;
}
.html-reinsurance .fa {
  font-size: 24px;
  color: white;
}
.html-reinsurance .media-heading {
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.html-reinsurance .media > .pull-left {
  margin-right: 25px;
}
.rtl .html-reinsurance .media > .pull-left {
  margin-left: 25px;
  margin-right: inherit;
}
.html-reinsurance p {
  margin: 0;
}

.widget .block {
  margin-bottom: 50px;
}
.widget.widget-bestseller .block {
  margin-bottom: 10px;
}
.widget.image-top .block {
  margin-bottom: 20px;
}
.widget.payment {
  text-align: right;
}
.rtl .widget.payment {
  text-align: left;
}
.widget .about-us {
  width: 85%;
  background: url("../../../../img/default/bg_aboutus.png") no-repeat 0 35px transparent;
  height: 100%;
  line-height: 20px;
  padding-bottom: 20px;
}
.widget .about-us img {
  margin-bottom: 30px;
}
.widget .contact-us .fa {
  color: #FFF;
  margin-right: 15px;
}
.rtl .widget .contact-us .fa {
  margin-left: 15px;
  margin-right: inherit;
}
.widget .contact-us li {
  margin-bottom: 20px;
}
.widget.adv-home {
  height: 567px;
}
.widget.adv-home img {
  padding-top: 180px;
  float: left;
}
.widget.adv-home.fs-fullwidth {
  background-image: url(../../../../img/patterns/full-screen/style-1.jpg);
  background-attachment: scroll;
  background-size: auto;
  background-position: 50% 0%;
  background-repeat: repeat-x;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 1000px;
  margin-left: -1000px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  display: inline-block;
}
.rtl .widget.adv-home.fs-fullwidth {
  margin-right: -1000px;
  margin-left: inherit;
}

.follow .iconbox {
  cursor: pointer;
  text-align: center;
  padding: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.rtl .follow .iconbox {
  margin-left: 8px;
  margin-right: inherit;
}
.follow .iconbox em {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #272727;
  line-height: 25px;
}
.follow .iconbox:hover {
  background: #ee4546;
}
.follow .iconbox:hover em {
  color: white;
}

.testimonials {
  text-align: center;
  color: #272727;
}

.footer-top .widget-raw-html.block {
  margin-bottom: 0;
}
	