/*
Cache: sbuilder-countdown-style, sbuilder-feature_side_icon-style, sbuilder-simple_slider-style, sbuilder-text-style
*/
/* sbuilder-countdown-style: (http://xn--b1adsqwl6e.com/wp-content/plugins/sbuilder/assets/css/shortcodes/countdown.css) */
.module-sbuilder_countdown {
  position: relative;
}
.module-sbuilder_countdown .coundown .countdown-timer.countdownHolder .position {
  display: inline-block;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 29px;
}
.module-sbuilder_countdown .coundown .countdown-timer.countdownHolder .position .digit {
  position: absolute;
  display: block;
  width: 29px;
  height: 42px;
  line-height: 42px;
  background-color: #e8e8e9;
  border-radius: 3px;
  text-align: center;
  font-size: 2.1429em;
  color: #141414;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.module-sbuilder_countdown .coundown .countdown-timer.countdownHolder .position .digit.static {
  background: #ebebeb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ebebeb 0%, #d0d2d3 50%, #fcfcfe 51%, #e2e2e3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #d0d2d3), color-stop(51%, #fcfcfe), color-stop(100%, #e2e2e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebebeb 0%, #d0d2d3 50%, #fcfcfe 51%, #e2e2e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebebeb 0%, #d0d2d3 50%, #fcfcfe 51%, #e2e2e3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebebeb 0%, #d0d2d3 50%, #fcfcfe 51%, #e2e2e3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ebebeb 0%, #d0d2d3 50%, #fcfcfe 51%, #e2e2e3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#e2e2e3', GradientType=0);
  /* IE6-9 */
}
.module-sbuilder_countdown .coundown .countdown-timer .countDiv {
  width: 16px;
  height: 42px;
  display: inline-block;
}
.module-sbuilder_countdown .coundown .countdown-label {
  overflow: hidden;
}
.module-sbuilder_countdown .coundown .countdown-label > div {
  float: left;
  width: 65px;
  margin-right: 13px;
  text-align: center;
}
.module-sbuilder_countdown .coundown .countdown-label > div.minutes {
  width: 64px;
}
.module-sbuilder_countdown .coundown .countdown-label > div:last-child {
  margin-right: 0;
}
.module-sbuilder_countdown .coundown.no-days .countDays,
.module-sbuilder_countdown .coundown.no-days .countDiv0,
.module-sbuilder_countdown .coundown.no-days .countdown-label .days {
  display: none;
}
.module-sbuilder_countdown .coundown.center {
  float: left;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.module-sbuilder_countdown .coundown.right {
  float: right;
}

/* sbuilder-feature_side_icon-style: (http://xn--b1adsqwl6e.com/wp-content/plugins/sbuilder/assets/css/shortcodes/feature_side_icon.css) */
.module-sbuilder_feature_side_icon {
  /* =Icon Align
	--------------------------------------------*/
}
.module-sbuilder_feature_side_icon .feature_side_icon__image {
  height: 120px;
  width: 120px;
  margin: 0;
  text-align: center;
}
.module-sbuilder_feature_side_icon .feature_side_icon__image.feature_side_icon__image-has_hover {
  position: relative;
  z-index: 2;
}
.module-sbuilder_feature_side_icon .feature_side_icon__image.feature_side_icon__image-has_hover > img {
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 1;
}
.module-sbuilder_feature_side_icon .feature_side_icon__image.feature_side_icon__image-has_hover .feature_side_icon__image_hover {
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.module-sbuilder_feature_side_icon:hover .feature_side_icon__image.feature_side_icon__image-has_hover > img {
  opacity: 0;
}
.module-sbuilder_feature_side_icon:hover .feature_side_icon__image.feature_side_icon__image-has_hover .feature_side_icon__image_hover {
  opacity: 1;
}
.module-sbuilder_feature_side_icon .module-sbuilder_feature_side_icon-align_left .feature_side_icon__image {
  float: left;
}
.module-sbuilder_feature_side_icon .module-sbuilder_feature_side_icon-align_left .feature_side_icon__content {
  margin-left: 120px;
}
.module-sbuilder_feature_side_icon .module-sbuilder_feature_side_icon-align_right .feature_side_icon__image {
  float: right;
}
.module-sbuilder_feature_side_icon .module-sbuilder_feature_side_icon-align_right .feature_side_icon__content {
  margin-right: 120px;
}

/* sbuilder-simple_slider-style: (http://xn--b1adsqwl6e.com/wp-content/plugins/sbuilder/assets/css/shortcodes/simple_slider.css) */
/* =jCarousel base
---------------------------------------------- */
.jcarousel-wrapper {
  position: relative;
}
.jcarousel-wrapper .jcarousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.jcarousel-wrapper .jcarousel .jcarousel__slider {
  position: relative;
  width: 20000em;
  margin: 0;
  padding: 0;
}
.jcarousel-wrapper .jcarousel .jcarousel__slider:before,
.jcarousel-wrapper .jcarousel .jcarousel__slider:after {
  content: " ";
  display: table;
}
.jcarousel-wrapper .jcarousel .jcarousel__slider:after {
  clear: both;
}
.jcarousel-wrapper .jcarousel .jcarousel__slider .jcarousel__slide {
  float: left;
  padding: 0 15px;
}
.jcarousel-wrapper .jcarousel ul {
  list-style: none;
}
.jcarousel_nav {
  position: relative;
}
.jcarousel_nav .jcarousel_prev,
.jcarousel_nav .jcarousel_next {
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  position: absolute;
  top: 50%;
  display: block;
  width: 33px;
  height: 33px;
  margin-top: -17px;
  overflow: hidden;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: -999999px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jcarousel_nav .jcarousel_prev:hover,
.jcarousel_nav .jcarousel_next:hover {
  background-color: #fff;
}
.jcarousel_nav .jcarousel_prev:before,
.jcarousel_nav .jcarousel_next:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  text-indent: 0;
}
.jcarousel_nav .jcarousel_prev {
  background-position: 10px 10px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGJJREFUeNpi/P//PwMWwAbELUxYJNSB+DgQqzKAdCLhNCB+DaUZYILCQLwOiM8CsTpMMYgQA+LHQNwNxGzIJmGzEw5Akq+A2ACIlaEOUYfL4nMQIxZ/gnQuA+JHjPgCASDAAHB2aVu6Pv08AAAAAElFTkSuQmCC');
}
.jcarousel_nav .jcarousel_prev:hover {
  background-position: 10px 10px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIRJREFUeNpi/P//PwM6mDdvHs/t27f3MqFLTJs2zWPv3r0vP3z4IMsA0gnDLS0ti11dXf+CaBCfEUTMnj1b9dy5cwc+ffokYG1tHZyVlbUDZAqzpKSk1qZNm67Ky8vfMjEx0U1LS7sGswLDTmSA11jCDkL3ytGjR9fy8fF9ZMQXCAABBgDQJmlCzA1bOAAAAABJRU5ErkJggg==');
}
.jcarousel_nav .jcarousel_next {
  background-position: 13px 10px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGZJREFUeNpi+P//fxcQswExAzpmYmBgUAXi40CszoAOoKrSgPg1lIbrRDZGHYjPAvE6IBZGl2SA2t0NxI+BWIyJAQ9AllSHOkwZiA2A+BVBB62HOkQd3Z8sQO23gTgciH+h2wkQYACZKovXib/FWwAAAABJRU5ErkJggg==');
}
.jcarousel_nav .jcarousel_next:hover {
  background-position: 12px 10px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJZJREFUeNpi+P//P0NFRcXJuXPn8oDYyJiJAQg+fPggu3fv3pfTpk3zYEAGMFUtLS2LXV1d/4JomBgjiIABkM6jR4+u5ePj+2BkZOSAIgkC8+bN47l9+/a+y5cvGzEx4AEokiBjQQ4DOlDa399fE6+DwERGRsazqKior1OnTvVA9icLyDgBAYHHpqamaklJSV+QrQEIMADFrnNuQ1hrkwAAAABJRU5ErkJggg==');
}

/* sbuilder-text-style: (http://xn--b1adsqwl6e.com/wp-content/plugins/sbuilder/assets/css/shortcodes/text.css) */
.module-sbuilder_text .textwidget.dropcaps:first-letter {
  float: left;
  padding: 0 .2em .2em 0;
  vertical-align: top;
  line-height: 1em;
  font-size: 3em;
}
.module-sbuilder_text .textwidget.dropcaps.dropcaps-type-rec:first-letter {
  width: 1.2em;
  margin: .2em .2em .2em 0;
  padding: 0;
  border-radius: 2px;
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
}
.module-sbuilder_text .textwidget.dropcaps.dropcaps-type-round:first-letter {
  width: 1.2em;
  margin: .2em .2em .2em 0;
  padding: 0;
  border-radius: 50%;
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
}
.module-sbuilder_text .textwidget.dropcaps.dropcaps-style-red:first-letter {
  color: #428bca;
}
.module-sbuilder_text .textwidget.dropcaps.dropcaps-style-red.dropcaps-type-rec:first-letter,
.module-sbuilder_text .textwidget.dropcaps.dropcaps-style-red.dropcaps-type-round:first-letter {
  color: #ffffff;
  background-color: #428bca;
}
.module-sbuilder_text .textwidget.dropcaps.dropcaps-style-dark:first-letter {
  color: #000000;
}
.module-sbuilder_text .textwidget.dropcaps.dropcaps-style-dark.dropcaps-type-rec:first-letter,
.module-sbuilder_text .textwidget.dropcaps.dropcaps-style-dark.dropcaps-type-round:first-letter {
  color: #ffffff;
  background-color: #000000;
}

