/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
.carousel-control {
  z-index: 99;
  top: -25px;
}

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

.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;
  -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 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: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  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: #434a54;
  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: #428bca;
  font-size: 19px;
  z-index: 9;
}
.rtl .block .nav-pills > li.active > a:before {
  margin-left: -4px;
  margin-right: inherit;
}
.block .panel-group {
  margin-bottom: 0;
}

/* Widget-HTML dislayTopColumn */
.customhtml-promo {
  background: url(../../../../img/bg-header.png) repeat;
  padding: 0 15px;
  height: 90px;
  position: relative;
  display: block;
}
.customhtml-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  display: inline-block;
  height: 90px;
  width: 60px;
  background: url(../../../../img/customhtml-promotop.png) no-repeat;
}
.customhtml-promo::after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  display: inline-block;
  height: 90px;
  width: 50px;
  background: url(../../../../img/customhtml-promotop.png) no-repeat;
  background-position: -45px 0;
}
.customhtml-promo li {
  padding-left: 70px;
  margin: 10px 0;
}
.rtl .customhtml-promo li {
  padding-right: 70px;
  padding-left: inherit;
}
.customhtml-promo li:before {
  content: "";
  position: absolute;
  left: 0px;
  background: url(../../../../img/icon-html-promotop.png) no-repeat;
  width: 84px;
  height: 84px;
}
.rtl .customhtml-promo li:before {
  right: 0px;
  left: auto;
}
.customhtml-promo li.custom-recipes:before {
  background-position: left 6px !important;
}
.rtl .customhtml-promo li.custom-recipes:before {
  background-position: right 6px !important;
}
.customhtml-promo li.custom-equipment:before {
  background-position: left -90px !important;
}
.rtl .customhtml-promo li.custom-equipment:before {
  background-position: right -90px !important;
}
.customhtml-promo li.custom-enjoy:before {
  background-position: left -184px !important;
}
.rtl .customhtml-promo li.custom-enjoy:before {
  background-position: right -184px !important;
}
.customhtml-promo li h3 {
  color: #CB565A;
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
}
.customhtml-promo li p {
  color: #96786F;
  font-size: 12px;
}

/* Widget-HTML Right Column */
#right_column #categories_block_left, #right_column .widget {
  padding-right: 10px;
}
.rtl #right_column #categories_block_left, .rtl #right_column .widget {
  padding-left: 10px;
  padding-right: inherit;
}

.sidebar .title_block {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.sidebar .title_block::after {
  content: '';
  background: url(../../../../img/square.png) no-repeat center bottom;
  display: block;
  padding-top: 10px;
  width: 100%;
  height: 20px;
}
.sidebar .title_block::before {
  content: "" !important;
}
.sidebar .block-highlighted .title_block {
  padding-top: 25px;
  background: #CB575A;
  position: relative;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.sidebar .block-highlighted .title_block::before {
  content: "" !important;
}
.sidebar .block-highlighted .block_content {
  padding: 0;
  background: #DF6B6E;
  border-radius: 0px 0px 10px 10px;
}
.sidebar .block-highlighted .block_content a {
  color: #fff;
}
.sidebar .block-highlighted .block_content a:hover {
  color: #fff;
}
.sidebar #layered_block_left {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.sidebar #layered_block_left .title_block {
  background: transparent;
  color: #442015;
  font-size: 14px;
  text-align: left;
  padding: 25px 0 0 8px;
}
.sidebar #layered_block_left .title_block::after {
  background: transparent;
}
.sidebar #layered_block_left .block_content {
  background: #fff;
  padding: 0px 15px 15px;
}
.sidebar #layered_block_left .block_content a {
  color: #7f7f7f;
}
.sidebar .list-group {
  margin-bottom: 0px;
}
.sidebar .list-group li a:hover {
  color: #555;
}

.right-item {
  margin-bottom: 20px;
  text-align: center;
}
.right-item .leo-custom {
  background: #E38E55;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  color: white;
  text-align: left;
}
.right-item .leo-custom img {
  width: 100%;
  height: auto;
}
.right-item .leo-custom p {
  padding: 10px 0 0;
  font-size: 13px;
}
.right-item .leo-custom span {
  font-size: 14px;
}
.right-item .poster img {
  width: 100%;
  height: auto;
}

/* Custom-HTML-Carousel Right Column */
.right-column .carousel-control.left, .right-column .carousel-control.right {
  bottom: 25px;
  top: initial;
}
.right-column .carousel-control.left {
  right: 15%;
  left: initial;
}
.rtl .right-column .carousel-control.left {
  left: 15%;
  right: auto;
}
.right-column .carousel-control.right {
  right: initial;
  right: 5%;
}
.rtl .right-column .carousel-control.right {
  left: 5%;
  right: auto;
}

.customer-review {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
.customer-review h3 {
  font-size: 14px;
  font-weight: normal;
  color: #442015;
  margin: 0;
}
.customer-review h5.name {
  color: #cb565a;
  font-size: 14px;
  margin-top: 10px;
}
.customer-review h5.sub-name {
  font-size: 12px;
  color: #7f7f7f;
  font-weight: normal;
  padding-bottom: 20px;
}
.customer-review article {
  position: absolute;
  top: 35px;
  right: 15px;
  background: url(../../../../img/bg-imgcusreview.png) no-repeat;
  width: 80px;
  height: 80px;
}
.rtl .customer-review article {
  left: 15px;
  right: auto;
}
.customer-review article img {
  margin: 6px;
}
.customer-review p {
  font-size: 13px;
  padding-left: 25px;
}
.rtl .customer-review p {
  padding-right: 25px;
  padding-left: inherit;
}
.customer-review p:before {
  content: "";
  background: url(../../../../img/bl-before-bg.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
}
.rtl .customer-review p:before {
  right: 15px;
  left: auto;
}

/* BEGIN OF FOOTER */
/* BEGIN OF WIDGET-IMAGES GALLERY FOOTER */
.images-list {
  margin: 0 5px;
}
.images-list .image-item {
  padding: 5px !important;
}
.images-list .image-item .fancybox img {
  width: 100%;
}

.nav-links li a {
  font-size: 0.9em;
}

/* END OF WIDGET-IMAGES GALLERY FOOTER */
/* BEGIN OF FLOW US - HTML */
.follow-item {
  list-style: none;
  width: 100%;
}
.follow-item li {
  display: inline-block;
  list-style: none;
  text-indent: -99999px;
  padding: 5px;
}
.follow-item li a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../../../../img/follow-us.png) no-repeat;
  margin-top: -35px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.follow-item li a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.follow-item li a.f-facebook {
  background-position: 0px 0px;
}
.follow-item li a.f-facebook:hover {
  background-position: 0px -40px;
}
.follow-item li a.f-google {
  background-position: -40px 0px;
}
.follow-item li a.f-google:hover {
  background-position: -40px -40px;
}
.follow-item li a.f-twitter {
  background-position: -80px 0px;
}
.follow-item li a.f-twitter:hover {
  background-position: -80px -40px;
}
.follow-item li a.f-skype {
  background-position: -120px 0px;
}
.follow-item li a.f-skype:hover {
  background-position: -120px -40px;
}
.follow-item li a.f-youtube {
  background-position: -160px 0px;
}
.follow-item li a.f-youtube:hover {
  background-position: -160px -40px;
}

/* END OF FLOW US - HTML */
/* Begin of  OF Payment - HTML */
.pay_ment a {
  padding-right: 10px;
}
.rtl .pay_ment a {
  padding-left: 10px;
  padding-right: inherit;
}

/* END OF Payment - HTML */
.copyright {
  text-align: center;
  font-size: 12px;
}

/* END OF FOOTER */



.login-form form input, .signup-form form input {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #696763;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
	border:1px solid #ccc;
	border-radius: 3px;
    width: 100%;
}

.or {
    background: none repeat scroll 0 0 #3d1c13;
    border-radius: 40px;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 75px;
    text-align: center;
    width: 50px;
}
.login-form form button, .signup-form form button {
    background: none repeat scroll 0 0 #3d1c13;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-family: "Roboto",sans-serif;
    padding: 6px 25px;
}