/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* Block newsletter */
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
.rtl #columns #newsletter_block_left .success_inline, .rtl #columns #newsletter_block_left .warning_inline {
  text-align: right;
}
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* Block newsletter */
#newsletter_block_left {
  padding: 34px 0;
}
#newsletter_block_left .form-group {
  margin-bottom: 0;
}
#newsletter_block_left .title_block {
  line-height: 40px;
  margin: 0px;
  padding: 0;
  font-size: 24px;
  background: transparent;
  color: #222222;
  text-transform: none;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
  float: left;
}
#newsletter_block_left .title_block:before, #newsletter_block_left .title_block:after {
  display: none;
}
#newsletter_block_left .newsletter-input {
  border: 1px solid #f1f1f1;
  box-shadow: none;
  height: 46px;
  font-weight: 400;
  font-size: 13px;
  width: 34%;
  color: #999999;
  float: left;
  background-color: #f1f1f1;
  margin-left: 20px;
}
#newsletter_block_left .newsletter-input::-webkit-input-placeholder {
  color: white;
}
#newsletter_block_left .newsletter-input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
#newsletter_block_left .newsletter-input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
#newsletter_block_left .newsletter-input:-ms-input-placeholder {
  color: white;
}
#newsletter_block_left .btn {
  font-weight: 600;
  padding: 0px;
  text-align: center;
  float: left;
  line-height: 46px;
  background-color: #f1f1f1;
  font-size: 13px;
  height: 46px;
  letter-spacing: 2px;
  color: #222222;
  padding-right: 10px;
}
.rtl #newsletter_block_left .btn {
  padding-left: 10px;
  padding-right: inherit;
}
#newsletter_block_left .btn:hover {
  color: #f37351;
}
#newsletter_block_left .warning_inline {
  color: #f13340;
  clear: both;
}
#newsletter_block_left .success_inline {
  color: #418B19;
}

.lang_fr #newsletter_block_left .title_block {
  font-size: 20px;
}

.lang_fr #newsletter_block_left .newsletter-input {
  width: 22%;
}

.lang_ru #newsletter_block_left .title_block {
  font-size: 20px;
}

.lang_ru #newsletter_block_left .newsletter-input {
  width: 22%;
}

.popup-html .widget-popup .media-object {
  padding: 0px;
}
.popup-html .widget-popup .text-pop-up {
  margin-top: 20%;
}
.popup-html .widget-popup .text-pop-up h3 {
  font-size: 40px;
}
.popup-html .widget-popup .text-pop-up p {
  margin-bottom: 20px;
  color: #999;
}
.popup-html .widget-popup .text-pop-up a {
  border: 2px dotted #f37351;
  color: #222;
  text-transform: uppercase;
  line-height: 40px;
  padding: 10px 30px;
}

/*
.fancybox-skin{
  border-radius:0px;
}
.fancybox-wrap{
  width: 40%!important;
}
.fancybox-inner{
  width: 100%!important;
}
.fancybox-close{
  background-color: #222222;
  background-image: none;
  height: 40px;
  width: 40px;
  right: 0;
  top:0;
}
.fancybox-close:before{
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  content:"x";
  line-height: 30px;
  color: #fff;
}
*/
#columns .widget-popup {
  display: none;
}
