/*  --------------------
	VC layout styles
--------------------  */
.rb-content {
  position: relative;
  width: 100%;
}

.rb-content.absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.rb-content.absolute>.vc_row {
  margin-left: 0;
  margin-right: 0;
}

.rb-content .rb_layer {
  position: absolute !important;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rb-content .rb_layer>div {
  position: absolute;
  top: 0;
  height: 100%;
}

.rb-content .vc_row[data-vc-full-width]:not([data-vc-parallax]) {
  overflow: visible !important;
  margin-top: 0;
  margin-bottom: 0;
}

.rb_header_template .vc_row>* {
  z-index: auto;
}

.vc_row {
  position: relative;
}

.vc_row:before {
  content: '';
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vc_row.vc_row-o-content-middle {
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
}

.vc_row.vc_row-o-content-bottom {
  -webkit-align-items: flex-end !important;
  -moz-align-items: flex-end !important;
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

.vc_row.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

.vc_row>* {
  position: relative;
  z-index: 1;
}

.rb_column_wrapper.fade_left {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.rb_column_wrapper.fade_left.loaded {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.rb_column_wrapper.fade_right {
  opacity: 0;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.rb_column_wrapper.fade_right.loaded {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.rb_column_wrapper.fade_bottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.rb_column_wrapper.fade_bottom.loaded {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.rb_column_wrapper.grow_left {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.rb_column_wrapper.grow_left.loaded {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.rb_column_wrapper.grow_right {
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.rb_column_wrapper.grow_right.loaded {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.rb_column_wrapper.grow_bottom {
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.rb_column_wrapper.grow_bottom.loaded {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.rb_column_wrapper>.wpb_column {
  width: calc(100% + 30px);
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.rb_column_wrapper>.wpb_column>.vc_column-inner {
  height: 100%;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}







/*  --------------------
	RB VC Filter Products styles
--------------------  */
.rb_filter_products .rb_filter_products_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}

.rb_filter_products .rb_filter_products_wrapper.loading {
  cursor: wait;
}

.rb_filter_products .rb_filter_products_wrapper.loading .rb_filter_product {
  pointer-events: none;
}

.rb_filter_products .rb_filter_products_wrapper .rb_filter_product {
  font-size: 18px;
  line-height: 24px;
  margin: 0 10px 10px;
  cursor: pointer;
}

.rb_filter_products .rb_filter_products_wrapper .rb_filter_product:before {
  display: none;
}

.rb_filter_products .rb_filter_products_content {
  position: relative;
}











/*  --------------------
	RB VC Menu List styles
--------------------  */
.rb_menu_list_module .menu-item a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.rb_menu_list_module .menu-item .mm_tag {
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  padding: 1px 3px 0;
  font-size: 9px;
  line-height: 13px;
  position: relative;
  top: -1px;
}

/*  --------------------
	RB VC Milestone styles
--------------------  */
.rb_milestone_module {
  line-height: 0px;
  position: relative;
}

.rb_milestone_module>svg {
  transform-origin: left top;
}

.rb_milestone_module.align_left .milestone_content_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.rb_milestone_module.align_left .milestone_content_wrapper .milestone_icon {
  margin-right: 30px;
}

.rb_milestone_module.align_right .milestone_content_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.rb_milestone_module.align_right .milestone_content_wrapper .milestone_icon {
  margin-left: 30px;
}

.rb_milestone_module .milestone_content_wrapper {
  line-height: initial;
}

.rb_milestone_module .milestone_content_wrapper .milestone_icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  line-height: 1;
}

.rb_milestone_module .milestone_content_wrapper .milestone_icon:not(.shape_none) {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.rb_milestone_module .milestone_content_wrapper .milestone_icon:not(.shape_none) i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rb_milestone_module .milestone_content_wrapper .milestone_icon>svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.rb_milestone_module .milestone_content_wrapper .milestone_icon i {
  -webkit-text-fill-color: transparent;
  font-size: 50px;
}

.rb_milestone_module .milestone_content_wrapper .milestone_icon i:before {
  font-size: 50px;
}

.rb_milestone_module .milestone_content_wrapper .count_wrapper {
  font-size: 100px;
  -webkit-text-fill-color: transparent;
}

.rb_milestone_module .milestone_content_wrapper .milestone_divider {
  display: inline-block;
  width: 64px;
  height: 16px;
  margin: 5px 0 10px;
  mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  mask-image: url(../img/dash-divider.svg);
  -webkit-mask-image: url(../img/dash-divider.svg);
}