@charset "UTF-8";
@charset 'UTF-8';
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: calc(50% - 20px);
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: #000;
border: none;
outline: none;
background: transparent;
}
.galeria-slider > .slick-next, .galeria-slider > .slick-prev {
top: 110px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: 25px;
z-index: 1000;
}
[dir='rtl'] .slick-prev
{
right: 25px;
left: auto;
}
.slick-prev:before
{
content: url(//holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/arrow-left.png);
}
[dir='rtl'] .slick-prev:before
{
content: url(//holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/arrow-left.png);
}
.slick-next
{
right: 55px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: 55px;
}
.slick-next:before
{
content: url(//holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/arrow-right.png);
}
[dir='rtl'] .slick-next:before
{
content: url(//holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/arrow-right.png);
}
.galeria-slider > .slick-prev {
left: -35px;
}
.galeria-slider > .slick-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/arrow-blue-right.png);
}
.galeria-slider > .slick-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/arrow-blue-left.png);
} .slick-dotted.slick-slider
{
}
.slick-dots
{
position: absolute;
bottom: 35px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
color: transparent;
width: 12px;
height: 12px;
margin: 0 5px;
padding: 0;
background-color: #fff;
cursor: pointer;
border-radius: 10px;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
background-color: red;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
color: transparent;
content: '•';
text-align: center;
opacity: .01;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: transparent;
background-color: #199bd8;
width: 12px;
height: 12px;
border-radius: 10px;
}
  body {
font-family: "Nunito", sans-serif;
font-weight: 300;
font-size: 15px;
margin: 0;
-webkit-font-smoothing: auto;
color: #24195d;
overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
color: #24195d;
background-color: transparent;
-webkit-transition: all 0.3s; transition: all 0.3s;
}
a:active,
a:hover {
outline: 0;
color: #199bd8;
-webkit-transition: all 0.3s; transition: all 0.3s;
text-decoration: none;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 2.5rem;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
b,
strong {
font-weight: 800;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox],
input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 600;
margin-top: 24px;
margin-bottom: 15px;
}
h1 {
font-size: 32px;
padding-bottom: 10px;
}
h2 {
font-size: 24px;
padding-bottom: 0.3em;
line-height: 1.25;
}
h3 {
font-size: 18px;
line-height: 25px;
}
h4 {
font-size: 16px;
line-height: 20px;
}
h5 {
font-size: 14px;
line-height: 17.5px;
}
p {
margin-bottom: 1.5em;
}
h1.entry-title {
font-size: 1.31rem;
border-bottom: 1px solid #eaecef;
}
h2.entry-title {
border-bottom: 1px solid #eaecef;
}
h3.widget-title {
font-size: 16px;
font-weight: 800;
line-height: 13px;
} body {
background: #fff; }
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}  header#masthead {
margin-bottom: 0;
background-color: #fff;
padding: 0px 15px 10px 15px;
position: sticky;
top: 0px;
z-index: 9999;
}
.navbar-brand > a {
color: rgba(0, 0, 0, 0.9);
font-size: 1.1rem;
outline: medium none;
text-decoration: none;
color: #fff;
font-weight: 700;
}
.navbar-brand > a:visited,
.navbar-brand > a:hover {
text-decoration: none;
}
#page-sub-header {
position: relative;
padding-top: 5rem;
padding-bottom: 0;
text-align: center;
font-size: 1.25rem;
background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
line-height: 1.6;
font-size: 4rem;
color: #563e7c;
margin: 0 0 1rem;
border: 0;
padding: 0;
}
#page-sub-header p {
margin-bottom: 0;
line-height: 1.4;
font-size: 1.25rem;
font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
color: #333;
font-size: 2.6rem;
display: inline-block;
margin-top: 2rem;
}
@media screen and (min-width: 768px) {
body:not(.theme-preset-active) #page-sub-header h1 {
font-size: 3.75rem;
}
body:not(.theme-preset-active) #page-sub-header {
font-size: 1.25rem;
}
}
@media screen and (min-width: 992px) {
#page-sub-header p {
max-width: 43rem;
margin: 0 auto;
}
}  #masthead nav {
padding-left: 0;
padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
color: #cdbfe3;
padding: 0.5rem;
font-weight: 500;
font-size: 0.875rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
color: #fff;
font-weight: 600; }
.navbar-brand {
height: auto;
}
.navbar-toggle .icon-bar {
background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
border-top: 0.3em solid transparent;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.dropdown-item {
line-height: 1.2;
padding-bottom: 0.313rem;
padding-top: 0.313rem;
}
.dropdown-menu {
min-width: 12.5rem;
}
.dropdown .open .dropdown-menu {
display: block;
left: 12.25em;
top: 0;
}
.dropdown-menu .dropdown-item {
white-space: normal;
background: transparent;
line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
background: transparent;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
}
@media screen and (min-width: 769px) {
.dropdown-menu li > .dropdown-menu {
right: -9.875rem;
top: 1.375rem;
}
}
@media screen and (max-width: 991px) {
.navbar-nav .dropdown-menu {
border: medium none;
margin-left: 1.25rem;
padding: 0;
}
.dropdown-menu li a {
padding: 0;
}
#masthead .navbar-nav > li > a {
padding-bottom: 0.625rem;
padding-top: 0.313rem;
}
.navbar-light .navbar-toggler {
border: medium none;
outline: none;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.comment-content.card-block {
padding: 20px;
}
.navigation.post-navigation {
padding-top: 1.875rem;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
border: 1px solid #ddd;
border-radius: 0.938rem;
display: inline-block;
padding: 0.313rem 0.875rem;
text-decoration: none;
}
.post-navigation .nav-next a::after {
content: " →";
}
.post-navigation .nav-previous a::before {
content: "←";
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
background: #eee none repeat scroll 0 0;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus { background-color: #fff;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 0.313rem;
line-height: normal;
padding: 0.938rem 1.438rem 0.875rem;
text-decoration: none;
top: 0.313rem;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
a img.alignright {
float: right;
margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
float: left;
margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption.alignnone {
margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
margin: 0.313rem 0 1.25rem 1.25rem;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
font-size: 0.875rem; }
.widget select {
max-width: 100%;
}
.widget_search .search-form input[type=submit] {
display: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
background-color: #eee;
text-decoration: none;
}
.half-rule {
width: 6rem;
margin: 2.5rem 0;
}
.widget_categories .nav-link {
display: inline-block;
}  #content.site-content {
padding-bottom: 3.75rem;
padding-top: 4.125rem;
}
.sticky .entry-title::before {
content: "\f08d";
font-family: "Font Awesome 5 Free";
font-size: 1.563rem;
left: -2.5rem;
position: absolute;
top: 0.375rem;
font-weight: 900;
}
.sticky .entry-title {
position: relative;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
margin-top: 0;
}
.post.hentry {
margin-bottom: 4rem;
}
.posted-on,
.byline,
.comments-link {
color: #9a9a9a;
}
.entry-title > a {
color: inherit;
} .dots {
margin-top: 10px;
}
.dot {
display: inline-block;
margin: 0px 4px;
width: 9px;
height: 9px;
border-radius: 50%;
background-color: #199bd8;
} #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover { font-weight: 800;
-webkit-transition: all 0.3s; transition: all 0.3s;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link {
padding-left: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
display: block;
top: 0px;
content: attr(title);
font-weight: 800;
margin-top: -40px;
visibility: hidden;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
display: block;
top: 0px;
content: attr(title);
font-weight: 800;
margin-top: -40px;
visibility: hidden;
}
.left-border {
border-left: 2px dotted #e5e5e5 !important;
}
.top-header {
text-align: right;
position: relative;
margin-bottom: 10px;
}
.top-header-light {
display: inline-block;
background-color: #199bd8;
color: #fff;
padding: 12px 20px 12px 30px;
border-radius: 0px 0px 15px 15px;
position: relative;
z-index: 15;
top: 0px;
}
.top-header-light p {
margin: 0px;
font-size: 12px;
}
.top-header-light p span {
display: inline-block;
margin-left: 20px;
}
.top-header-light p a {
display: inline-block;
margin-left: 15px;
color: #fff;
}
.top-header-light p a:hover {
text-decoration: underline;
}
.top-header-dark {
display: inline-block;
background-color: #24195d;
padding: 12px 20px 12px 50px;
border-radius: 0px 0px 15px 0px;
margin-left: -30px;
color: #fff;
font-size: 12px;
position: relative;
z-index: 9;
top: 0px;
}
.top-header-dark a {
color: #fff;
}
.top-header-dark a:hover {
text-decoration: underline;
}
.logo-link {
display: block;
margin-top: 15px;
}
.menu-top-header-container {
display: inline-block;
}
#menu-top-header,
#menu-top-header-1 {
padding: 0px;
margin: 0px;
}
#menu-top-header li,
#menu-top-header-1 li {
display: inline-block;
}
#menu-top-header :not(:last-child):after,
#menu-top-header-1 :not(:last-child):after {
content: " ";
height: 4px;
width: 4px;
background-color: #fff;
border-radius: 50%;
display: inline-block;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 2px;
}
.header-search {
display: inline-block;
margin-left: 15px;
padding: 0px;
padding-left: 20px;
background-color: #fff;
border-radius: 10px;
position: relative;
}
.header-search input {
background-color: transparent;
border: 0px;
color: #24195d;
outline: none;
}
.header-search:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/search-icon.png);
display: inline-block;
position: absolute;
left: 7px;
}
.main-menu-under {
display: none;
}
.top-header-over {
display: none;
} .main-slider {
overflow: hidden;
}
.main-slide {
min-height: 565px;
background-position: center center;
}
.slider-content .specjalisci-link img {
margin-top: 20px;
margin-bottom: 25px;
}
.specjalisci-link.link-no img {
margin-top: 0px;
margin-bottom: 3px;
}
.slider-content-margin {
margin-top: 200px;
}
.main-slider h1 {
color: #fff;
font-size: 65px;
margin-left: 110px;
margin-bottom: 60px;
margin-top: 60px;
}
.main-slider h2 {
font-size: 27px;
margin-bottom: 15px;
margin-top: 15px;
padding: 0px;
}
.main-slider p {
font-size: 15px;
}
.slider-content {
position: relative;
margin-left: 80px;
}
.slider-box {
color: #fff;
background-color: #24195d;
max-width: 410px;
padding: 30px 30px 30px 50px;
border-radius: 15px;
margin-bottom: 60px;
margin-top: 60px;
}
.slider-box p img {
margin-bottom: 15px;
}
.with-h1 {
padding: 70px 30px 30px 50px;
margin-top: -140px;
}
.slider-link {
color: #fff;
font-size: 15px;
font-weight: 800;
position: relative;
padding-right: 10px;
display: inline-block;
}
.slider-link:hover {
color: #199bd8;
}
.slider-link-img {
display: inline-block !important;
margin-right: 15px;
margin-left: 5px;
margin-top: -5px !important;
margin-bottom: 0px !important;
} .modul-naglowek {
text-align: center;
}
.modul-title {
font-size: 38px;
padding: 0px;
margin: 0px;
word-wrap: break-word;
}
.modul-title-img {
text-align: center;
margin-top: 15px;
margin-bottom: 0px;
}
.modul-naglowek { }
.last-p p:last-child {
margin-bottom: 0px;
}
.first-p p:first-child {
margin-top: 25px;
} .modul-tekst-i-zdjecie-col {
padding-left: 67px;
}
.modul-tekst-i-zdjecie-img {
width: 100%;
position: relative;
}
.modul-tekst-i-zdjecie-kropki {
position: absolute;
top: 55%;
left: 0px;
}
.slick-arrow {
z-index: 8000;
} .modul-boxy-informacyjne h3 {
margin-top: 0px;
min-width: 230px;
}
.box-informacyjny {
position: relative;
text-align: center;
}
.big-dot-col {
display: inline-block;
vertical-align: top;
}
.box-informacyjny-tekst {
display: inline-block;
text-align: left;
}
.big-dot {
margin-right: 20px;
width: 25px;
height: 25px;
background-color: #199bd8;
border-radius: 50%;
} @media (min-width: 1200px) {
.container.modul-boxy-ofertowe {
max-width: 1100px;
}
}
.bottom-30 {
margin-bottom: 30px;
}
.modul-boxy-ofertowe h3 {
font-size: 38px;
line-height: 1.2em;
margin-top: 30px;
margin-bottom: 30px;
}
h3.box-h2-28 {
font-size: 28px;
}
h3.box-h2-24 {
font-size: 24px;
}
.box-ofertowy span {
display: block;
max-width: 230px;
margin: auto;
}
.box-ofertowy {
background-color: #fff;
border-radius: 15px;
height: 100%;
padding: 40px 20px 120px 20px;
position: relative;
-webkit-transition: all 0.3s; transition: all 0.3s;
}
.box-ofertowy-blue {
background-color: #24195d;
color: #fff;
-webkit-transition: all 0.3s; transition: all 0.3s;
}
.box-ofertowy a {
color: #24195d;
font-weight: 800;
margin-right: 10px;
}
.box-ofertowy.box-ofertowy-blue a {
color: #fff;
}
.box-ofertowy a:hover {
color: #199bd8;
}
.modul-ofertowy-link {
position: absolute;
bottom: 30px;
right: 30px;
}
.box-ofertowy .dot {
width: 8px;
height: 8px;
}
.box-ofertowy .dots {
margin-top: -25px;
margin-bottom: 10px;
} .modul-cta-col {
text-align: center;
}
.modul-cta-photo img {
width: 100%;
}
.form-cta {
max-width: 400px;
background-color: #24195d;
color: #fff;
border-radius: 15px;
margin-top: 30px;
padding: 40px 40px 10px 40px;
margin-left: auto;
margin-right: auto;
}
.form-cta .form-title {
font-size: 27px;
max-width: 350px;
line-height: 1.2em;
margin-top: 0px;
margin-bottom: 20px;
}
.form-cta .wpcf7-form-control-wrap input,
.form-cta .wpcf7-form-control-wrap textarea {
padding: 15px;
margin-bottom: 0px;
margin-top: 10px;
}
.form-cta .wpcf7-form-control-wrap textarea {
height: 100px;
}
.form-cta .wpcf7-form-control-wrap select {
padding: 15px;
margin-bottom: 0px;
margin-top: 10px;
}
.wpcf7-form-control-wrap select {
width: 100%;
text-align: center;
padding: 8px 15px;
color: #24195d;
border-radius: 10px;
border: 0px;
margin-bottom: 10px;
font-size: 12px;
font-weight: 400;
-moz-text-align-last: center;
text-align-last: center;
}
.form-zgody {
text-align: left;
font-size: 10px;
}
span.zgoda {
position: relative;
top: -3px;
}
.form-cta .wpcf7-submit {
width: 100%;
float: none;
padding: 12px 30px 12px 30px;
}
.wpcf7-submit:hover {
opacity: 0.8;
-webkit-transition: all 0.3s; transition: all 0.3s;
} .modul-zdjecie-i-box {
background-position: top center;
min-height: 700px;
}
.modul-box-padding {
padding-top: 115px;
}
.modul-box {
padding: 60px 60px 30px 60px;
background-color: #24195d;
border-radius: 15px;
color: #fff;
}
.modul-box .text-right {
margin-top: 30px;
}
.modul-box h2 {
font-size: 45px;
margin-top: 0px;
margin-bottom: 35px;
position: relative;
}
.modul-box .dots {
position: absolute;
bottom: -20px;
right: -161px;
} .blog-naglowek {
text-align: center;
}
.blog-naglowek .dots {
margin-bottom: 40px;
}
.blog-link {
position: relative;
margin-top: 45px;
bottom: 0px;
right: 10px;
}
.blog-wpis {
padding-left: 30px;
padding-right: 30px;
}
.blog-link a {
margin-right: 10px;
font-weight: 800;
}
.blog-wpis a img {
width: 100%;
}
.blog-link a img {
width: inherit;
}
.blog-wpis h3 {
font-size: 27px;
margin-top: 5px;
text-transform: uppercase;
line-height: 27px;
}
.blog-date {
margin-top: 30px;
display: block;
}
.blog-col-1 {
border-right: 4px dotted #e5e5e5;
padding-bottom: 20px;
}
.blog-col-2 { border-right: 4px dotted #e5e5e5;
padding-bottom: 20px;
}
.blog-col-3 { padding-bottom: 20px;
}
.button-big {
margin-top: 60px;
background-color: #199bd8;
display: inline-block;
}
.button-big {
color: #fff;
font-weight: 800;
padding: 15px 20px 15px 30px;
border-radius: 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
webkit-transition: all 0.3s;
}
.button-big img {
margin-left: 10px;
margin-right: 0px;
}
.button-big:hover {
opacity: 0.9;
webkit-transition: all 0.3s;
} .modul-aktualnosci h4 {
font-size: 27px;
margin-top: 0px;
margin-bottom: 15px;
line-height: 27px;
}
.modul-aktualnosci .blog-link {
position: relative;
margin-top: 20px;
margin-bottom: 10px;
top: 0px;
right: 0px;
}
.aktualnosc-tekst {
padding-left: 100px;
padding-right: 50px;
}
.aktualnosc-prawa .aktualnosc-zdjecie img {
margin-top: 0px;
}
.aktualnosc-prawa .aktualnosc-tekst {
padding-left: 60px;
padding-top: 60px;
padding-right: 100px;
}
.aktualnosc-lewa .dots {
text-align: right;
right: -150px;
position: relative;
z-index: 2000;
}
.aktualnosc-prawa .dots {
text-align: left;
left: -155px;
position: relative;
z-index: 2000;
}
.modul-specjalisci { position: relative;
margin-bottom: 60px;
}
.button-big.specjalisci {
margin-top: 0px;
}
.specjaliscj-naglowek {
text-align: center;
padding-top: 0px;
}
.specjalisci-zdjecie {
text-align: right;
}
.specjalisci-slide img {
display: inline-block;
}
.specjalisci-slide .slider-box {
margin-bottom: 0px;
margin-top: 0px;
}
.white-stripe {
height: 60px;
width: 100%;
background-color: #fff;
position: absolute;
bottom: 0px;
}
.modul-specjalisci .slick-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/arrow-big-right.png);
}
.modul-specjalisci .slick-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/arrow-big-left.png);
}
.modul-specjalisci .slick-next {
right: 90px;
}
.modul-specjalisci .slick-next,
.modul-specjalisci .slick-prev {
top: calc(35% - 20px);
}
.modul-specjalisci .slick-dots li {
background-color: #e5e5e5;
}
.modul-specjalisci .slick-dots {
bottom: -40px;
}
.specjalisci3-zdjecie {
width: 100%;
text-align: center;
}
.specjalisci3-zdjecie img {
max-height: 300px;
}
.specjalisci-slider-3 .slider-content {
margin-left: 0px;
padding: 30px 15px 0px 15px;
}
.specjalisci3-tekst .slider-box {
padding: 20px 30px 20px 30px;
min-height: 175px;
}
.specjalisci3-tekst h2 {
font-size: 18px;
margin-top: 0px;
}
.specjalisci-slider-3 .slick-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/arrow-right.png);
}
.specjalisci-slider-3 .slick-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/inc/assets/js/arrow-left.png);
}
.specjalisci-slider-3 .slick-next {
right: 0px;
height: 41px;
width: 56px;
}
.specjalisci-slider-3 .slick-prev {
left: 0px;
height: 41px;
width: 56px;
}
.specjalisci-slider-3 .slick-next,
.specjalisci-slider-3 .slick-prev {
top: calc(40% - 20px);
}
.specjalisci-link {
color: #fff;
font-size: 15px;
font-weight: 800;
position: relative;
padding-right: 10px;
display: inline-block;
}
.specjalisci-link:hover {
color: #199bd8;
}
.specjalisci-link-img {
display: inline-block !important;
margin-left: 5px;
margin-right: 10px;
}
.specjalisci-slide .specjalisci-link-img {
margin-top: 13px;
} .cennik-tekst {
background-color: #24195d;
border-radius: 15px;
color: #fff;
max-width: 990px;
margin-left: auto;
margin-right: auto;
padding: 80px 100px 50px 100px;
font-weight: 400;
}
.cennik-tekst table {
font-size: 15px;
font-weight: 400;
}
.cennik-tekst table tr td:last-child {
text-align: right;
min-width: 80px;
}
.cennik-tekst table tr:not(:last-child) {
border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
}
.cennik-tekst table tr:first-child {
border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
}
.cennik-tekst table td {
padding-top: 5px;
padding-bottom: 5px;
}
.cennik-tekst .button-big {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.button-cennik {
width: 100%;
text-align: center;
}
.modul-cennik,
.modul-zespol {
margin-top: -120px;
padding-top: 120px;
}
.cennik-bialy .cennik-tekst table {
font-size: 15px;
}
.cennik-bialy .cennik-tekst {
background-color: #fff;
border-radius: 15px;
color: #24195d;
font-weight: 400;
}
.cennik-bialy .cennik-tekst table tr:not(:last-child) {
border-bottom: 2px dotted rgba(206, 206, 206, 0.9);
}
.cennik-bialy .cennik-tekst table tr:first-child {
border-bottom: 2px dotted rgba(206, 206, 206, 0.9) !important;
}
.cennik-tekst table tr td:last-child {
font-weight: 800;
}
.cennik-bialy .cennik-tekst table td {
padding-top: 5px;
padding-bottom: 5px;
} .cennik-button {
margin: 5px;
min-width: 150px;
padding: 10px 15px;
text-align: center;
background-color: #f0f0f0;
display: inline-block;
border-radius: 25px;
-webkit-transition: all 0.3s; transition: all 0.3s;
}
.cennik-button:hover {
background-color: #24195d;
color: #fff;
-webkit-transition: all 0.3s; transition: all 0.3s;
} .galeria-col {
padding: 15px;
}
.galeria-link:hover {
opacity: 0.7;
}
.fbx-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/arrow-right.png);
}
.fbx-rounded .fbx-next {
right: 75px;
}
.fbx-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/arrow-left.png);
}
.fbx-rounded .fbx-prev {
left: 20px;
}
.fbx-rounded .fbx-next,
.fbx-rounded .fbx-prev {
border: 0px;
background-color: transparent;
width: 1px;
}
.fbx-rounded .fbx-next.fbx-btn-shadow,
.fbx-rounded .fbx-next.fbx-btn-shadow:hover {
-webkit-box-shadow: 0px 0 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0 0px rgba(0, 0, 0, 0);
}
.fbx-rounded .fbx-prev.fbx-btn-shadow,
.fbx-rounded .fbx-prev.fbx-btn-shadow:hover {
-webkit-box-shadow: 0px 0 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0 0px rgba(0, 0, 0, 0);
}
.fbx-close:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/gallery-close.png);
}
.fbx-rounded.fbx-light .fbx-close {
border: 0px;
background-color: transparent;
-webkit-box-shadow: 0px 0 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0 0px rgba(0, 0, 0, 0);
right: 30px;
top: 20px;
} .row-obrazek-top {
min-height: 250px; padding-top: 30px;
padding-bottom: 30px;
}
.modul-obrazek-top {
background-position: 50% 50%; height: 250px;
}
.row-obrazek-top h1 {
color: #fff;
margin: 0px;
padding: 0px;
font-size: 50px;
}
.modul-obrazek-top h3 {
font-size: 28px;
font-weight: 400;
color: #fff;
margin-top: 15px;
} h3.zabiegi-title {
font-size: 28px;
}
.modul-zabiegi .dot {
margin-left: 0px;
margin-right: 8px;
}
.modul-zabiegi .dots {
margin-bottom: 10px;
}
.modul-zabiegi {
max-width: 1000px;
}
.zabiegi-lista {
margin-top: 30px;
}
.zabiegi-tlo {
background-color: #fff;
border-radius: 15px;
margin-left: 0px;
margin-right: 0px;
padding: 15px 30px;
position: relative;
height: 100%;
}
.zabiegi-lista h4 {
text-align: center;
font-size: 28px;
margin-bottom: 0px;
}
ul.zabiegi {
list-style: none;
padding-left: 0px;
margin-left: 0px;
padding-right: 0px;
}
.zabiegi li:first-child {
margin-top: 20px;
}
.zabiegi li:not(:last-child) {
border-bottom: 2px dotted #d9d9d9;
}
.zabiegi li {
padding: 7px 0px 7px 30px;
line-height: 25px;
}
.zabiegi li:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/small-arrow-dot.png);
background-color: #199bd8;
border-radius: 50%;
height: 25px;
width: 25px;
display: inline-block;
padding-left: 8px;
padding-top: 0px;
margin-right: 10px;
position: absolute;
left: 28px;
-webkit-transition: all 0.3s; transition: all 0.3s;
}
.zabiegi li:hover:before {
background-color: #24195d !important;
-webkit-transition: all 0.3s; transition: all 0.3s;
} .modul-lekarz-img {
max-height: 320px;
}
.modul-lekarz .slider-box {
margin-top: 0px;
margin-bottom: 0px;
padding: 20px 25px;
text-align: left;
}
.modul-lekarz .slider-box h2 {
font-size: 18px;
margin-top: 0px;
margin-bottom: 0px;
} .blog-post {
margin-top: 30px;
}
.ssbp--theme-1 .ssbp-btn {
background-color: #199bd8 !important;
color: #fff !important;
}
.ssbp--theme-1 .ssbp-btn:hover {
background-color: #24195d !important;
}
.sidebar .ssbp-list li {
margin-left: 0px !important;
margin-right: 10px !important;
margin-top: 0px !important;
}
#category-posts-2-internal .cat-post-title {
font-size: 14px !important;
line-height: 14px !important;
}
.sidebar #category-posts-2-internal .cat-post-current .cat-post-title {
font-weight: 400;
text-transform: none;
}
.sidebar {
font-size: 14px;
}
.blog-sidebar .form-cta {
border-radius: 15px;
padding: 20px 15px 0px 15px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
position: sticky;
top: 120px;
}
.blog-sidebar .wpcf7-not-valid-tip {
font-size: 13px;
text-align: center;
}
.blog-sidebar .wpcf7-response-output {
margin-top: -25px;
margin-bottom: 15px;
font-size: 12px;
text-align: center;
border: 0px;
}
.blog-sidebar .wpcf7-validation-errors,
.blog-sidebar .pcf7-acceptance-missing {
color: yellow;
padding-bottom: 10px;
}
.blog-sidebar .form-cta .form-title {
font-size: 20px;
text-align: center;
margin-bottom: 10px;
}
.blog-sidebar .form-cta .wpcf7-form-control-wrap input {
padding: 8px 13px;
}
ul.dcw,
.sidebar ul {
padding: 0px;
list-style: none;
display: block;
}
.dcw_c1 {
float: none !important;
}
.category-posts-internal {
margin: 0px;
padding: 0px;
}
.sidebar #category-posts-2-internal .cat-post-item {
border-bottom: 0px;
list-style: none;
list-style-type: none;
margin: 3px 0;
padding: 0px 0;
}
.post-date {
margin-top: 30px;
display: block;
}
h1.post-title {
font-size: 27px;
text-transform: uppercase;
margin: 0px;
padding-bottom: 0px;
}
.blog-content {
padding-right: 40px;
margin-bottom: 80px;
}
.blog-content .dots {
margin-top: 5px;
margin-bottom: 10px;
}
.blog-content .dots .dot {
margin-left: 0px;
margin-right: 10px;
}
.post-excerpt {
font-size: 20px;
}
.blog-content a {
color: #199bd8;
}
.blog-content a:hover {
color: #24195d;
} .blog-container {
margin-top: 60px;
}
.blog-przyciski {
padding-top: 60px;
padding-bottom: 60px;
background-color: #f0f0f0;
}
.blog-przyciski .cennik-button {
background-color: #fff;
padding: 10px 15px;
min-width: 150px;
}
.blog-przyciski .cennik-button:hover {
background-color: #24195d;
}
.blog-przyciski .cennik-button.aktywna {
background-color: #24195d;
color: #fff;
}
.blog-thumb-wrapper {
position: relative;
overflow: hidden;
}
.blog-cat-icon {
position: absolute;
bottom: -16px;
left: -5px;
}
.blog-wpis-cat {
padding-bottom: 70px;
position: relative;
}
.blog-wpis-cat .blog-link {
position: absolute;
bottom: 50px;
}
.blog-wpis-cat.blog-1 {
padding-top: 0px;
border-right: 4px dotted #e5e5e5;
}
.blog-wpis-cat.blog-2 {
padding-top: 0px;
border-right: 4px dotted #e5e5e5;
}
.blog-wpis-cat.blog-3 {
padding-top: 0px;
border-right: 0px dotted #e5e5e5;
} .modul-kontakt .form-cta {
margin-top: 0px;
}
.modul-kontakt .form-cta .wpcf7-submit {
margin-bottom: 15px;
}
.modul-kontakt .box-informacyjny {
margin-bottom: 20px;
} .zespol-tekst {
padding: 20px 20px;
text-align: center;
font-size: 11px;
margin-top: 10px;
margin-bottom: 0px;
}
.zespol-tekst h2 {
font-size: 13px;
margin: 0px;
}
.zespol-tekst .specjalisci-link {
font-size: 12px;
}
.zespol-tekst .specjalisci-link-img {
height: 15px;
margin-top: -5px;
}
.zespol-zdjecie {
text-align: center;
background-color: #fff;
border-radius: 15px;
padding-top: 15px;
margin-top: 40px;
} .pagination {
margin-top: 40px;
margin-bottom: 40px;
text-align: center;
display: block;
}
.page-numbers {
color: #b0b0b0;
background-color: #fff;
padding-top: 4px;
text-align: center;
border-radius: 15px;
min-height: 30px;
min-width: 30px;
display: inline-block;
font-weight: 400;
}
.next.page-numbers,
.prev.page-numbers {
background-color: transparent;
color: transparent;
}
.next.page-numbers:hover,
.prev.page-numbers:hover {
background-color: transparent;
}
.next.page-numbers:after {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/btn-arrow-blue.png);
position: relative;
top: 6px;
}
.prev.page-numbers:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/btn-arrow-blue-left.png);
position: relative;
top: 7px;
}
.page-numbers:hover {
color: #fff;
background-color: #24195d;
}
.page-numbers.current {
color: #fff;
font-weight: 600;
background-color: #199bd8;
}
.page-numbers.current:hover {
background-color: #199bd8;
}
#catapult-cookie-bar.rounded-corners {
border-radius: 15px;
}
button#catapultCookie {
border-radius: 15px !important;
font-weight: 800;
padding: 10px 15px 10px 15px !important;
}
.search-wynik {
margin-top: 20px;
}
.wpgmza_map {
float: none !important;
}  .holsaSPORT .dot {
background-color: #e20613;
}
.holsaSPORT .slick-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaSPORT.png);
}
.holsaSPORT .slick-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaSPORT.png);
}
.holsaSPORT .slick-dots li.slick-active button:before {
background-color: #e20613;
}
.holsaSPORT .big-dot {
background-color: #e20613;
}
.holsaSPORT a:hover {
color: #e20613;
}
.holsaSPORT .button-big {
background-color: #e20613;
}
.holsaSPORT .wpcf7-submit {
background-color: #e20613;
}
.holsaSPORT .fbx-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaSPORT.png);
}
.holsaSPORT .fbx-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaSPORT.png);
}
.holsaSPORT .fbx-close:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/gallery-close-holsaSPORT.png);
}
.holsaSPORT .zabiegi li:before {
background-color: #e20613;
} .holsaLADY .dot {
background-color: #e6007e;
}
.holsaLADY .slick-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaLADY.png);
}
.holsaLADY .slick-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaLADY.png);
}
.holsaLADY .slick-dots li.slick-active button:before {
background-color: #e6007e;
}
.holsaLADY .big-dot {
background-color: #e6007e;
}
.holsaLADY a:hover {
color: #e6007e;
}
.holsaLADY .button-big {
background-color: #e6007e;
}
.holsaLADY .wpcf7-submit {
background-color: #e6007e;
}
.holsaLADY .fbx-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaLADY.png);
}
.holsaLADY .fbx-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaLADY.png);
}
.holsaLADY .fbx-close:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/gallery-close-holsaLADY.png);
}
.holsaLADY .zabiegi li:before {
background-color: #e6007e;
} .holsaLAB .dot {
background-color: #00c1b5;
}
.holsaLAB .slick-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaLAB.png);
}
.holsaLAB .slick-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaLAB.png);
}
.holsaLAB .slick-dots li.slick-active button:before {
background-color: #00c1b5;
}
.holsaLAB .big-dot {
background-color: #00c1b5;
}
.holsaLAB a:hover {
color: #00c1b5;
}
.holsaLAB .button-big {
background-color: #00c1b5;
}
.holsaLAB .wpcf7-submit {
background-color: #00c1b5;
}
.holsaLAB .fbx-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaLAB.png);
}
.holsaLAB .fbx-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaLAB.png);
}
.holsaLAB .fbx-close:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/gallery-close-holsaLAB.png);
}
.holsaLAB .zabiegi li:before {
background-color: #00c1b5;
} .holsaCARE .dot {
background-color: #009640;
}
.holsaCARE .slick-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaCARE.png);
}
.holsaCARE .slick-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaCARE.png);
}
.holsaCARE .slick-dots li.slick-active button:before {
background-color: #009640;
}
.holsaCARE .big-dot {
background-color: #009640;
}
.holsaCARE a:hover {
color: #009640;
}
.holsaCARE .button-big {
background-color: #009640;
}
.holsaCARE .wpcf7-submit {
background-color: #009640;
}
.holsaCARE .fbx-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaCARE.png);
}
.holsaCARE .fbx-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaCARE.png);
}
.holsaCARE .fbx-close:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/gallery-close-holsaCARE.png);
}
.holsaCARE .zabiegi li:before {
background-color: #009640;
} .holsaKIDS .dot {
background-color: #f39200;
}
.holsaKIDS .slick-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaKIDS.png);
}
.holsaKIDS .slick-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaKIDS.png);
}
.holsaKIDS .slick-dots li.slick-active button:before {
background-color: #f39200;
}
.holsaKIDS .big-dot {
background-color: #f39200;
}
.holsaKIDS a:hover {
color: #f39200;
}
.holsaKIDS .button-big {
background-color: #f39200;
}
.holsaKIDS .wpcf7-submit {
background-color: #f39200;
}
.holsaKIDS .fbx-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaKIDS.png);
}
.holsaKIDS .fbx-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaKIDS.png);
}
.holsaKIDS .fbx-close:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/gallery-close-holsaKIDS.png);
}
.holsaKIDS .zabiegi li:before {
background-color: #f39200;
} .holsaWORK .dot {
background-color: #7d32cc;
}
.holsaWORK .slick-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaWORK.png);
}
.holsaWORK .slick-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaWORK.png);
}
.holsaWORK .slick-dots li.slick-active button:before {
background-color: #7d32cc;
}
.holsaWORK .big-dot {
background-color: #7d32cc;
}
.holsaWORK a:hover {
color: #7d32cc;
}
.holsaWORK .button-big {
background-color: #7d32cc;
}
.holsaWORK .wpcf7-submit {
background-color: #7d32cc;
}
.holsaWORK .fbx-next:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-right-holsaWORK.png);
}
.holsaWORK .fbx-prev:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/arrow-left-holsaWORK.png);
}
.holsaWORK .fbx-close:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/kolory/gallery-close-holsaWORK.png);
}
.holsaWORK .zabiegi li:before {
background-color: #7d32cc;
} .right-panel {
position: fixed;
right: 0px;
top: 130px;
z-index: 999;
}
.panel {
background-color: #199bd8;
padding: 15px;
border-radius: 5px 0px 0px 5px;
margin-bottom: 5px;
position: relative;
right: -187px;
-webkit-transition: all 0.3s; transition: all 0.3s;
color: #fff;
font-weight: 600;
}
.panel:hover {
background-color: #24195d;
-webkit-transition: all 0.3s; transition: all 0.3s;
}
.panel img {
margin-right: 15px;
}
.panel-link {
position: absolute;
background-color: transparent;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
} .footer {
background-color: #24195d;
color: #fff;
padding-top: 50px;
padding-bottom: 70px;
font-size: 11px;
}
.footer a {
color: #fff;
}
.footer a:hover {
color: #199bd8;
}
.logo-footer {
margin-bottom: 15px;
}
.footer ul.menu {
padding: 0px;
list-style: none;
}
.form-title {
font-size: 19px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
width: 100%;
text-align: center;
padding: 8px 15px;
color: #199bd8;  border-radius: 10px;
border: 0px;
margin-bottom: 10px;
font-size: 12px;
font-weight: 400;
}
.wpcf7-form-control-wrap input[type=checkbox] {
width: auto;
margin-top: 0px;
}
span.wpcf7-list-item,
.wpcf7-list-item label {
margin: 0px;
}
.zgoda-wrap {
position: relative;
}
.zgoda-tooltip {
position: absolute;
top: 27px;
color: #fff;
background-color: #0a0635;
z-index: 999;
padding: 15px 20px;
border-radius: 15px;
display: none;
}
.zgoda-tooltip:before {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/tooltip-arrow.png);
position: absolute;
top: -12px;
left: 40px;
} .wpcf7-submit {
border: 0px;
background-color: #199bd8;
color: #fff;
font-size: 12px;
padding: 8px 50px 8px 30px;
font-weight: 800;
border-radius: 15px;
float: right;
position: relative;
margin-top: 15px;
}
.wpcf7-submit:after {
content: url(//holsamed.pl/wp-content/themes/mbtmedia/img/btn-arrow-white.png);
position: absolute;
right: 20px;
}
@media screen and (max-width: 767px) {
#masthead .navbar-nav > li > a {
padding-bottom: 0.938rem;
padding-top: 0.938rem;
}
}  @media only screen and (max-width: 1280px) {
html {
font-size: 95%;
}
}
@media screen and (max-width: 1199px) {
.navbar-dark .dropdown-item {
color: #fff;
}
.navbar-nav .dropdown-menu {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.main-menu {
display: none;
}
.main-menu-under {
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary {
text-align: center;
}
.top-header-light {
display: block;
border-radius: 0px;
}
.top-header-dark {
display: block;
margin-left: 0px;
border-radius: 0px 0px 15px 15px;
}
.aktualnosc-prawa .aktualnosc-zdjecie img {
margin-top: -20px;
}
.right-panel {
top: 160px;
}
} @media only screen and (max-width: 1024px) {
html {
font-size: 90%;
}
} @media only screen and (max-width: 991px) {
html {
font-size: 85%;
}
.main-menu {
display: inline-block;
}
.main-menu-under {
display: none;
}
.top-header {
display: none;
}
.top-header-over {
display: block;
background-color: #24195d;
}
.top-header-light {
display: inline-block;
border-radius: 0px 0px 15px 0px;
padding-left: 15px;
}
.top-header-dark {
display: inline-block;
margin-left: 0px;
border-radius: 0px;
float: right;
}
#mega-menu-wrap-primary {
margin-top: 20px;
}
.left-border {
border: 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link {
padding-left: 10px;
}
#mega-menu-primary {
margin-top: 20px !important;
}
.top-header-light p span {
margin-left: 5px;
}
.top-header-light p a {
margin-left: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
padding: 0px 0px 0px 0px;
width: 100%;
}
.mega-menu-column {
padding-left: 10px !important;
border-left: 2px dotted #e5e5e5 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
font-size: 14px;
padding-bottom: 5px;
padding-top: 10px;
}
#mega-menu-primary a {
font-size: 16px !important;
}
.main-slider h1 {
margin-left: 50px;
margin-top: 50px;
}
.slider-content {
margin-left: 40px;
}
.slick-dots {
bottom: 15px;
}
.box-informacyjny-tekst {
max-width: 160px;
}
.blog-col-1 {
padding-top: 20px;
border-right: 4px dotted #e5e5e5;
padding-bottom: 20px;
}
.blog-col-2 {
padding-top: 20px;
border-right: 0px dotted #e5e5e5;
padding-bottom: 20px;
}
.blog-col-3 {
padding-top: 20px;
padding-bottom: 20px;
border-right: 4px dotted #e5e5e5;
}
.aktualnosc-prawa .aktualnosc-zdjecie img {
margin-top: 60px;
}
.modul-aktualnosci .dots {
display: none;
}
.aktualnosc-tekst {
padding-left: 15px;
padding-right: 15px;
}
.aktualnosc-prawa .aktualnosc-tekst {
padding-left: 15px;
padding-top: 60px;
padding-right: 15px;
}
.modul-specjalisci .slick-next,
.modul-specjalisci .slick-prev {
display: none !important;
}
.cennik-tekst {
padding: 60px 50px 50px 50px;
}
.modul-obrazek-top {
background-position: 60% 50%;
}
.row-obrazek-top h1 {
font-size: 40px;
max-width: 550px;
}
.form-cta .form-title {
font-size: 22px;
}
.blog-wpis-cat {
border-right: 0px !important;
}
}
@media only screen and (max-width: 850px) {
.top-header-dark {
display: block;
float: none;
text-align: center;
padding: 12px 0px 12px 0px;
}
.top-header-light {
display: block;
border-radius: 0px;
text-align: center;
}
.right-panel {
top: 180px;
}
} @media only screen and (max-width: 768px) {
html {
font-size: 80%;
}
#mega-menu-wrap-primary {
margin-top: 15px;
}
#mega-menu-primary {
margin-top: 10px !important;
}
.footer-form {
margin-bottom: 30px;
}
.wpcf7-submit {
float: left;
}
.main-slider h1 {
font-size: 40px;
margin-bottom: 0px;
margin-left: 30px;
}
.slider-content {
margin-left: 0px;
margin-right: 0px;
}
.slider-box {
max-width: 100%;
width: 100%;
}
.slick-prev,
.slick-next {
display: none !important;
}
.with-h1 {
margin-top: 20px;
}
.slider-box {
padding: 30px;
}
.modul-tekst-i-zdjecie-col {
padding-left: 15px;
}
.modul-tekst-i-zdjecie-kropki {
display: none;
}
.box-informacyjny {
text-align: left;
}
.modul-tekst-i-zdjecie-img {
margin-top: 25px;
}
.modul-tekst-i-zdjecie p,
.modul-tekst-i-zdjecie h5,
.modul-tekst-i-zdjecie table {
text-align: center;
}
.modul-cta-photo {
display: none;
}
.modul-box .dots {
display: none;
}
.modul-box {
padding: 30px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.modul-zdjecie-i-box {
min-height: 0px;
}
.modul-box-padding {
padding-top: 50px;
padding-bottom: 50px;
}
.modul-box h2 {
font-size: 30px;
}
.blog-col-1 {
border-right: 0px dotted #e5e5e5;
}
.blog-col-2 {
border-right: 0px dotted #e5e5e5;
}
.blog-col-3 {
border-right: 0px dotted #e5e5e5;
}
.blog-wpis {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 60px;
}
.aktualnosc-zdjecie img {
display: none;
}
.specjalisci-zdjecie img {
max-height: 250px;
}
.modul-tekst-2-kolumna {
margin-top: 30px;
}
.specjalisci-slider-3 .slider-content {
padding: 30px 5px 0px 5px;
}
.cennik-tekst {
padding: 30px 20px 40px 20px;
}
.fbx-next.fbx-btn-transition.fbx-btn-shadow,
.fbx-prev.fbx-btn-transition.fbx-btn-shadow,
.fbx-close.fbx-btn-transition.fbx-btn-shadow {
background-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
}
.right-panel {
display: none;
}
.zabiegi-tlo {
padding: 15px 15px;
}
.zabiegi li:before {
left: 13px;
}
.modul-lekarz-img {
margin-top: 30px;
}
.cennik-tekst table {
font-size: 15px;
}
.blog-content {
padding-right: 15px;
}
} @media only screen and (max-width: 575px) {
#mega-menu-wrap-primary {
margin-top: 20px;
}
.header-search {
display: block;
margin: 5px 15px 0px 15px;
}
.header-search input {
width: 100%;
}
.modul-obrazek-top {
background-position: 70% 50%;
}
.row-obrazek-top h1 {
font-size: 30px;
max-width: 350px;
}
}
@media only screen and (max-width: 480px) {
#mega-menu-wrap-primary {
margin-top: 15px;
}
}
@media only screen and (max-width: 480px) {
span.wpcf7-list-item-label {
min-width: 250px;
}
} .hc-video-carousel-cointainer .hc-video-carouser--item img {
margin: 0 auto;
}
.hc-video-carousel-cointainer .slick-prev {
left: -2.5rem;
}
.hc-video-carousel-cointainer .slick-next {
right: 0rem;
}
.hc-video-carouser--item {
position: relative;
}
.hc-video-carouser--item {
height: 12rem;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-webkit-transition: 0.2s linear;
transition: 0.2s linear;
}
.hc-video-carousel-cointainer .slick-slide {
margin: 0 20px !important;
}
.hc-video-carousel-cointainer .slick-list {
margin: 20px 20px;
}
.hc-video-carouser--item:before { width: 100%;
height: 100%;
position: absolute;
z-index: 1;
content: "";
opacity: 0.4;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.hc-video-carouser--item:hover {
-webkit-transition: 0.2s linear;
transition: 0.2s linear;
}
.hc-video-carouser--item span {
top: 50%;
top: calc(50% - 17px);
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
color: #fff;
font-weight: 600;
z-index: 2;
-webkit-transition: 0.2s linear;
transition: 0.2s linear;
}
.hc-video-carouser--item:hover:before { -webkit-transition: 0.2s linear;
transition: 0.2s linear;
display: none;
}
.hc-video-carouser--item:hover span { -webkit-transition: 0.2s linear;
transition: 0.2s linear;
display: none;
}
.hc-video-carousel-cointainer .hc-video-carouser--item img {
position: absolute;
top: 50%;
top: calc(50% - 24px);
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
opacity: 0.9;
-webkit-transition: 0.2s linear;
transition: 0.2s linear;
width: 68px;
height: auto;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.hc-video-carouser--item:hover {
cursor: pointer;
}
.hc-video-carouser--item:hover img {
opacity: 1;
-webkit-transition: 0.2s linear;
transition: 0.2s linear;
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.hc-video-carouser--item iframe {
width: 100% !important;
height: 100% !important;
}
.hc-video-active:before,
.hc-video-active span,
.hc-video-active img {
display: none !important;
}
.hc-video-carousel__btn-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 3rem;
margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
.hc-video-carouser--item {
height: 15rem;
}
}
@media screen and (max-width: 768px) {
.hc-video-carouser--item {
height: 16rem;
}
} .footer-form,
#form-umow { }
.slick-list {
height: auto !important;
}
.grecaptcha-badge { visibility: hidden; }
.google-recaptcha-info {
text-align: center;
margin-top: 2rem;
margin-bottom: -3rem;
}
.google-recaptcha-info a {
text-decoration: underline;
}@import url("//fonts.googleapis.com/css?family=Montserrat:100");
@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content:focus{outline:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important} .pum-theme-11709, .pum-theme-motyw-domyslny { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-11709 .pum-container, .pum-theme-motyw-domyslny .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-11709 .pum-title, .pum-theme-motyw-domyslny .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-11709 .pum-content, .pum-theme-motyw-domyslny .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-11709 .pum-content + .pum-close, .pum-theme-motyw-domyslny .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } .pum-theme-11710, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-11710 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-11710 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-11710 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } 
.pum-theme-11710 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } .pum-theme-11711, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-11711 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-11711 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-11711 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-11711 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } .pum-theme-11712, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-11712 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-11712 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-11712 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-11712 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-11713, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-11713 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-11713 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-11713 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-11713 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } .pum-theme-11714, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-11714 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-11714 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-11714 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-11714 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } .pum-theme-11715, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-11715 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-11715 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-11715 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-11715 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } .pum-theme-11716, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-11716 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } 
.pum-theme-11716 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-11716 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-11716 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } 
#pum-11720 {z-index: 1999999999}
#pum-11717 {z-index: 1999999999}