/*Slideshow CK
div.camera_caption.fadeIn > div {
  border: 2px solid #FF0000;
  z-index: 10000;
}*/
/*BA Float Menu
div.ba__floatmenu-wrapper-inside {
  padding: 200px 0 0 0 !important;
}*/
/*PageBuilder CK*/
.blogck-image a figure {
cursor: pointer;
}
/*Convert Forms*/
.convertforms .cf-form-wrap {
  padding: 20px;
  color: #8b8b8b;
}
/*Imageeffect CK*/
figure.effectck-rollup-bottom figcaption {
	bottom: 0;
	top: calc(100% - 50px);
	padding: 1em;
	height: auto;
	background: rgba(255,255,255,0.75);
	color: #3c4a50;
	transition: all 0.35s;
}
/*Tabs & Accordions*/
element="container"][data-rlta-theme="colorful"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-color="yellow"] {
  background-color: #f7a941 !important;
  border-color: #f7a941 !important;
}
[data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-color="yellow"] {
  background-color: #f7a941 !important;
  border-color: #f7a941 !important;
}
.grp-widget-box-head {
  display:none;
  /*padding: 0 20px 20px 0;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;*/
}
/*Google Reviews*/
div.grp-widget-box-request {
  padding: 11px 20px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  border-radius: 10px;
}
div.grp-reviews-container-inner {
  padding: 20px;
  background-color: #FFF;
}
span.grp-btn.grp-btn-link {
  display: none;
}
/*SobiPro*/
div#spctrl-category-container-show.sp-category-container {
  background-color: #F7A941;
}

div.sp-category-name {
  border-right: 2px solid #FFF;
  color: #FFF;
  margin: 0 0 0 0 !important;
  text-align: center;
}

.SobiPro.dermaz a.sp-category-title,
.SobiPro.dermaz a.sp-category-title:hover {
 color: #FFF !important; 
}

div.visi {
  border: 2px solid #dde0e3;
  width: 346px;
  margin: 0 20px 20px 0;
}

div.visi-img {
  border-bottom: 4px solid #f7a941;
}

h3.visi {
  padding: 10px;
  font-size: 20px !important;
  height: 100px;
}

.SobiPro.dermaz a:not(.btn):not(.badge):not(.page-link):not(.dropdown-item):not(.dropdown-menu li a):not(.alert-link):not(.sp-topmenu-link):not(.nav-link):not(.treeNode):not(.table-link):not(.list-group-item):not(.sp-title):not(.sp-category-title) {
  color: #8b8b8b !important;
}

div.visi-kb {
  padding: 10px;
  height: 100px;
}

a.visi-more {
  text-decoration: none !important;
  font-size: 50px;
  font-weight: bold;
  color: #f7a941 !important;
  letter-spacing: -10px;
}

/*OSM*/
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none !important;
  touch-action:  none !important;
}