@charset "UTF-8";
#ba_socialmedia_links {
position: fixed;
top: 45%;
left: 0;
z-index: 9999;
transition: 0.5s;
}
#ba_socialmedia_links div.profile-item {
position: relative;
width: 42px;
height: 42px;
}
#ba_socialmedia_links div.profile-item a {
text-decoration: none;
}
#ba_socialmedia_links div.profile-item img:hover {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-transform: perspective(1000px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
-moz-transform: perspective(1000px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
-o-transform: perspective(1000px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
-ms-transform: perspective(1000px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
transform: perspective(1000px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
}
#ba_socialmedia_links div.profile-item img {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
float: left;
transition: 0.5s;
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
-moz-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
-o-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
-ms-transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
transform: perspective(1000px) rotateX(0deg) rotateY(deg) rotateZ(0deg);
}
#ba_socialmedia_links div.close-socialmedia-links {
background-color: rgba(255, 255, 255, 0.3);
overflow: hidden;
cursor: pointer;
}
#ba_socialmedia_links div.close-socialmedia-links img {
position: absolute;
top: 15px;
left: 15px;
}
#ba_socialmedia_links div.close-socialmedia-links img.hide {
display: block !important;
position: absolute;
left: 15px;
}
#ba_socialmedia_links div.close-socialmedia-links img.open {
display: block !important;
position: absolute;
left: 57px;
}
#ba_socialmedia_links div.close-socialmedia-links.closed {
overflow: hidden;
cursor: pointer;
margin-left: 30px;
}
#ba_socialmedia_links div.close-socialmedia-links.closed img {
position: absolute;
top: 15px;
left: 22px;
}
#ba_socialmedia_links div.close-socialmedia-links.closed img.hide {
display: block !important;
position: absolute;
left: -15px;
}
#ba_socialmedia_links div.close-socialmedia-links.closed img.open {
display: block !important;
position: absolute;
left: 22px;
}
#ba_socialmedia_links::after {
display: block;
content: ' ';
clear: both;
}
#ba_socialmedia_links.closed {
transition: 0.5s;
position: fixed;
top: 45%;
left: -42px;
}
@media (max-width: 990px) {
#ba_socialmedia_links {
transform: scale(0.7);
left: -7px;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide img,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-inline-container{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:none;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(//www.szpitalnaklinach.pl/wp-content/plugins/responsive-lightbox/assets/swipebox/img/loader.gif) no-repeat center center}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:0.5s;transition:0.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-prev,#swipebox-next,#swipebox-close{background-image:url(//www.szpitalnaklinach.pl/wp-content/plugins/responsive-lightbox/assets/swipebox/img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-prev.disabled,#swipebox-next.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring 0.3s;animation:rightSpring 0.3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring 0.3s;animation:leftSpring 0.3s}.swipebox-touch #swipebox-container:before,.swipebox-touch #swipebox-container:after{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before{opacity:1}.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px black;background:#000;opacity:.95}#swipebox-top-bar{color:white!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}.ba_cookie_bar{position:fixed;bottom:0;width:100%;left:0;background-color:#f7f7f7;text-align:center;padding:53px;z-index:9999}.ba_cookie_bar button{margin:0 11px;background-color:#2c92d0;color:#fff;border:none;padding:16px 32px}.ba_cookie_bar a{color:#000;text-decoration:none;border-bottom:1px solid;margin:0 19px}.ba_cookie_bar img.close_notification{max-width:30px;position:absolute;right:30px;top:30px;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.ba_cookie_bar img.close_notification:hover{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}.mega-menu-last-modified-1751974262 { content: 'Tuesday 8th July 2025 11:31:02 UTC'; }
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
transition: none;
border-radius: 0;
box-shadow: none;
background: none;
border: 0;
bottom: auto;
box-sizing: border-box;
clip: auto;
color: #666;
display: block;
float: none;
font-family: inherit;
font-size: 14px;
height: auto;
left: auto;
line-height: 1.7;
list-style-type: none;
margin: 0;
min-height: auto;
max-height: none;
min-width: auto;
max-width: none;
opacity: 1;
outline: none;
overflow: visible;
padding: 0;
position: relative;
pointer-events: auto;
right: auto;
text-align: left;
text-decoration: none;
text-indent: 0;
text-transform: none;
transform: none;
top: auto;
vertical-align: baseline;
visibility: inherit;
width: auto;
word-wrap: break-word;
white-space: normal;
}
#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:after {
display: none;
}
#mega-menu-wrap-primary {
border-radius: 0;
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary {
background: rgba(51, 51, 51, 0);
}
}
#mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus {
outline: 3px solid #109cde;
outline-offset: -3px;
}
#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
outline-offset: 2px;
}
#mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
background: rgba(51, 51, 51, 0);
color: #fff;
font-weight: normal;
text-decoration: none;
border-color: #fff;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
color: #fff;
background: #333;
}
}
#mega-menu-wrap-primary #mega-menu-primary {
visibility: visible;
text-align: right;
padding: 0px 0px 0px 0px;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
cursor: pointer;
display: inline;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {
vertical-align: middle;
display: inline-block;
transition: none;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
transition: none;
line-height: 1.5;
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
font-style: italic;
font-size: 0.8em;
text-transform: none;
font-weight: normal;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
display: flex;
align-items: center;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
flex: 0 0 auto;
align-self: flex-start;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link {
display: table-cell;
vertical-align: middle;
line-height: initial;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
display: block;
margin: 0 0 6px 0;
text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
display: inline-block;
transition: none;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
display: block;
line-height: 40px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
display: inline-block;
margin: 0 6px 0 0;
text-align: left;
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
float: right;
margin: 0 0 0 6px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-animating > ul.mega-sub-menu {
pointer-events: none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
cursor: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
cursor: pointer;
}
#mega-menu-wrap-primary #mega-menu-primary p {
margin-bottom: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {
max-width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
display: block;
visibility: hidden;
opacity: 1;
pointer-events: auto;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
display: none;
visibility: visible;
opacity: 1;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
display: none;
}
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {
opacity: 0;
transition: opacity 200ms ease-in, visibility 200ms ease-in;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
opacity: 1;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
opacity: 0;
transform: translate(0, 10px);
transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
opacity: 1;
transform: translate(0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
transform: translate(0, 10px);
transition: transform 200ms ease-in, visibility 200ms ease-in;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
transform: translate(0, 0);
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
display: none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
visibility: visible;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
visibility: inherit;
opacity: 1;
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {
float: left;
width: 16.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^='dashicons']:before {
font-family: dashicons;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
display: inline-block;
font: inherit;
font-family: dashicons;
position: static;
margin: 0 6px 0 0px;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: inherit;
background: transparent;
height: auto;
width: auto;
top: auto;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
margin: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
margin: 0 6px 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {
right: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
position: static;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
margin: 0 0px 0 0;
display: inline-block;
height: auto;
vertical-align: middle;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
float: right;
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
margin: 0 0 0 0px;
}
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-float-left {
float: left;
}
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
background: rgba(51, 51, 51, 0);
color: #fff;
font-weight: normal;
text-decoration: none;
border-color: #fff;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
background: rgba(51, 51, 51, 0);
color: #fff;
font-weight: normal;
text-decoration: none;
border-color: #fff;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
color: #fff;
background: #333;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
background: rgba(51, 51, 51, 0);
color: #fff;
font-weight: normal;
text-decoration: none;
border-color: #fff;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
color: #fff;
background: #333;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
line-height: 42px;
height: 42px;
padding: 0px 7px 0px 7px;
vertical-align: baseline;
width: auto;
display: block;
color: #fff;
text-transform: none;
text-decoration: none;
text-align: left;
text-decoration: none;
background: rgba(0, 0, 0, 0);
border: 0;
border-radius: 0;
font-family: inherit;
font-size: 16px;
font-weight: normal;
outline: none;
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
line-height: inherit;
display: table-cell;
vertical-align: middle;
}
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
display: none;
}
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
display: list-item;
margin: 0;
clear: both;
border: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {
float: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
border-radius: 0;
border: 0;
margin: 0;
line-height: 40px;
height: 40px;
padding: 0 10px;
background: transparent;
text-align: left;
color: #fff;
font-size: 14px;
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
width: 100%;
float: left;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
float: left;
min-height: 1px;
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
width: 40%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
width: 60%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
width: 80%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
width: 16.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
width: 83.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
width: 14.28571%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
width: 28.57143%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
width: 42.85714%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
width: 57.14286%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
width: 71.42857%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
width: 85.71429%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
width: 12.5%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
width: 37.5%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
width: 62.5%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
width: 87.5%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {
width: 11.11111%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {
width: 22.22222%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {
width: 44.44444%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {
width: 55.55556%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {
width: 77.77778%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {
width: 88.88889%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {
width: 10%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
width: 30%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {
width: 40%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {
width: 60%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
width: 70%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {
width: 80%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {
width: 90%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {
width: 9.09091%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {
width: 18.18182%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {
width: 27.27273%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {
width: 36.36364%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {
width: 45.45455%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {
width: 54.54545%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {
width: 63.63636%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {
width: 72.72727%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {
width: 81.81818%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {
width: 90.90909%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
width: 8.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
width: 16.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
width: 41.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
width: 58.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
width: 83.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
width: 91.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
width: 100%;
}
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
width: 100%;
clear: both;
}
}
#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: 5px 0px 5px 0px;
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
z-index: 999;
border-radius: 10px 10px 10px 10px;
background: #fff;
border: 0;
padding: 0px 0px 30px 0px;
position: absolute;
width: 100%;
max-width: none;
left: 0;
padding-left: 5%;
padding-right: 5%;
box-shadow: 0px 0px 30px 10px rgba(51, 51, 51, 0.3);
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
float: left;
position: static;
width: 100%;
}
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
width: 40%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
width: 60%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
width: 80%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
width: 16.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
width: 83.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
width: 14.28571%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
width: 28.57143%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
width: 42.85714%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
width: 57.14286%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
width: 71.42857%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
width: 85.71429%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
width: 12.5%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
width: 37.5%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
width: 62.5%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
width: 87.5%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
width: 11.11111%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
width: 22.22222%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
width: 44.44444%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
width: 55.55556%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
width: 77.77778%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
width: 88.88889%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
width: 10%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
width: 20%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
width: 30%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
width: 40%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
width: 60%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
width: 70%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
width: 80%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
width: 90%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
width: 9.09091%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
width: 18.18182%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
width: 27.27273%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
width: 36.36364%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
width: 45.45455%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
width: 54.54545%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
width: 63.63636%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
width: 72.72727%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
width: 81.81818%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
width: 90.90909%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
width: 8.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
width: 16.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
width: 33.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
width: 41.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
width: 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
width: 58.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
width: 66.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
width: 75%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
width: 83.33333%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
width: 91.66667%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
width: 100%;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
margin: 5px 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
clear: both;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
margin-left: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
margin-left: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #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 {
color: #666;
font-family: inherit;
font-size: 14px;
display: block;
float: left;
clear: none;
padding: 5px 0px 5px 0px;
vertical-align: top;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #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.mega-menu-clear {
clear: left;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #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 h4.mega-block-title {
color: #555;
font-family: inherit;
font-size: 14px;
text-transform: none;
text-decoration: none;
font-weight: normal;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
vertical-align: top;
display: block;
visibility: inherit;
border: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #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 h4.mega-block-title:hover {
border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #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 { color: #555;
font-family: inherit;
font-size: 14px;
text-transform: none;
text-decoration: none;
font-weight: normal;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 40px;
vertical-align: top;
display: block;
border: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #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:hover {
border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #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:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #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:focus { color: #555;
font-weight: bold;
text-decoration: none;
background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #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:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below, #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:focus > span.mega-title-below {
text-decoration: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #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 li.mega-menu-item > a.mega-menu-link { color: #666;
font-family: inherit;
font-size: 14px;
text-transform: none;
text-decoration: none;
font-weight: normal;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
vertical-align: top;
display: block;
border: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #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 li.mega-menu-item > a.mega-menu-link:hover {
border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #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 li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
display: flex;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #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 li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #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 li.mega-menu-item > a.mega-menu-link:focus { color: #666;
font-weight: normal;
text-decoration: none;
background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
border: 0;
padding: 10px;
border-radius: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
width: 100%;
clear: both;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
color: #666;
font-family: inherit;
font-size: 14px;
text-transform: none;
text-decoration: none;
font-weight: normal;
margin: 0;
border: 0;
padding: 0px 0px 0px 0px;
vertical-align: top;
display: block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
color: #666;
font-weight: normal;
text-decoration: none;
background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
z-index: 999;
position: absolute;
width: auto;
max-width: none;
padding: 10px 10px 10px 10px;
border-top: 2px solid #fff;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
background: #fff;
border-radius: 50px 50px 50px 50px;
box-shadow: 0px 0px 30px 10px rgba(51, 51, 51, 0.3);
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
float: left;
position: static;
width: 100%;
padding: 0;
border: 0;
border-radius: 0;
}
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
white-space: nowrap;
min-width: 150px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-has-description > a.mega-menu-link {
white-space: normal;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-has-description > a.mega-menu-link > .mega-description-group > .mega-menu-title {
white-space: nowrap;
}
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
clear: both;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
display: block;
background: #fff;
color: #666;
font-family: inherit;
font-size: 14px;
font-weight: normal;
padding: 0px 10px 0px 10px;
line-height: 1.4em;
text-decoration: none;
text-transform: none;
vertical-align: baseline;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
background: #ddd;
font-weight: normal;
text-decoration: none;
color: #666;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
position: absolute;
left: 100%;
top: 0;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
position: static;
left: 0;
width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
padding-left: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
padding-left: 30px;
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
content: '';
font-family: dashicons;
font-weight: normal;
display: inline-block;
margin: 0 0 0 6px;
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: rotate(0);
color: inherit;
position: relative;
background: transparent;
height: auto;
width: auto;
right: auto;
line-height: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
display: inline;
height: auto;
width: auto;
background: transparent;
position: relative;
pointer-events: auto;
left: auto;
min-width: auto;
line-height: inherit;
color: inherit;
font-size: inherit;
padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
float: right;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
content: '\f142';
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
float: right;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
content: '\f142';
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
display: none;
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
display: none;
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
content: '\f139';
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
text-align: right;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {
float: left;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
content: '\f141';
margin: 0 6px 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
float: right;
margin: 0 0 0 6px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
left: -100%;
top: 0;
}
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
float: right;
}
}
#mega-menu-wrap-primary #mega-menu-primary li[class^='mega-lang-item'] > a.mega-menu-link > img {
display: inline;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.iclflag {
display: inline;
margin-right: 8px;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #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.mega-hide-on-mobile {
display: none;
}
}
@media only screen and (min-width: 601px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #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.mega-hide-on-desktop {
display: none;
}
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary:after {
content: "";
display: table;
clear: both;
}
}
#mega-menu-wrap-primary .mega-menu-toggle {
display: none;
z-index: 1;
cursor: pointer;
background: #222;
border-radius: 2px 2px 2px 2px;
line-height: 40px;
height: 40px;
text-align: left;
user-select: none;
-webkit-tap-highlight-color: transparent;
outline: none;
white-space: nowrap;
}
#mega-menu-wrap-primary .mega-menu-toggle img {
max-width: 100%;
padding: 0;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary .mega-menu-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-preferred-size: 33.33%;
-webkit-flex-basis: 33.33%;
flex-basis: 33.33%;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left {
-webkit-box-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
margin-left: 6px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
margin-right: 6px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
margin-left: 3px;
margin-right: 3px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
-webkit-box-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
margin-right: 6px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
margin-left: 6px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
height: 100%;
outline: 0;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-ms-flex-negative: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
background: #222;
padding: 0px 0px 0px 0px;
display: none;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
display: block;
}
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 {
cursor: pointer;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
content: '\f333';
font-family: 'dashicons';
font-size: 24px;
color: #ddd;
margin: 0 0 0 5px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
color: #ddd;
font-size: 14px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {
display: none;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
display: inline;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
content: '\f153';
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {
display: inline;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-closed {
display: none;
}.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
} .wpp-post-title {
} .wpp-excerpt {
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
}
.wpp-meta:empty, .post-stats:empty {
display: none;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}
  html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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 {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
margin: 0.67em 0;
font-size: 2em; }
mark {
color: #000;
background: #ff0; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
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 {
padding: 0;
border: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-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-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
padding: 0.35em 0.625em 0.75em;
margin: 0 2px;
border: 1px solid #c0c0c0; }
legend {
padding: 0;
border: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-spacing: 0;
border-collapse: collapse; }
td,
th {
padding: 0; } @media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.navbar {
display: none; }
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important; }
.label {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important; } }
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/fonts/glyphicons-halflings-regular.eot);
src: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/fonts/glyphicons-halflings-regular.woff) format("woff"), url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.glyphicon-asterisk:before {
content: "\002a"; }
.glyphicon-plus:before {
content: "\002b"; }
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac"; }
.glyphicon-minus:before {
content: "\2212"; }
.glyphicon-cloud:before {
content: "\2601"; }
.glyphicon-envelope:before {
content: "\2709"; }
.glyphicon-pencil:before {
content: "\270f"; }
.glyphicon-glass:before {
content: "\e001"; }
.glyphicon-music:before {
content: "\e002"; }
.glyphicon-search:before {
content: "\e003"; }
.glyphicon-heart:before {
content: "\e005"; }
.glyphicon-star:before {
content: "\e006"; }
.glyphicon-star-empty:before {
content: "\e007"; }
.glyphicon-user:before {
content: "\e008"; }
.glyphicon-film:before {
content: "\e009"; }
.glyphicon-th-large:before {
content: "\e010"; }
.glyphicon-th:before {
content: "\e011"; }
.glyphicon-th-list:before {
content: "\e012"; }
.glyphicon-ok:before {
content: "\e013"; }
.glyphicon-remove:before {
content: "\e014"; }
.glyphicon-zoom-in:before {
content: "\e015"; }
.glyphicon-zoom-out:before {
content: "\e016"; }
.glyphicon-off:before {
content: "\e017"; }
.glyphicon-signal:before {
content: "\e018"; }
.glyphicon-cog:before {
content: "\e019"; }
.glyphicon-trash:before {
content: "\e020"; }
.glyphicon-home:before {
content: "\e021"; }
.glyphicon-file:before {
content: "\e022"; }
.glyphicon-time:before {
content: "\e023"; }
.glyphicon-road:before {
content: "\e024"; }
.glyphicon-download-alt:before {
content: "\e025"; }
.glyphicon-download:before {
content: "\e026"; }
.glyphicon-upload:before {
content: "\e027"; }
.glyphicon-inbox:before {
content: "\e028"; }
.glyphicon-play-circle:before {
content: "\e029"; }
.glyphicon-repeat:before {
content: "\e030"; }
.glyphicon-refresh:before {
content: "\e031"; }
.glyphicon-list-alt:before {
content: "\e032"; }
.glyphicon-lock:before {
content: "\e033"; }
.glyphicon-flag:before {
content: "\e034"; }
.glyphicon-headphones:before {
content: "\e035"; }
.glyphicon-volume-off:before {
content: "\e036"; }
.glyphicon-volume-down:before {
content: "\e037"; }
.glyphicon-volume-up:before {
content: "\e038"; }
.glyphicon-qrcode:before {
content: "\e039"; }
.glyphicon-barcode:before {
content: "\e040"; }
.glyphicon-tag:before {
content: "\e041"; }
.glyphicon-tags:before {
content: "\e042"; }
.glyphicon-book:before {
content: "\e043"; }
.glyphicon-bookmark:before {
content: "\e044"; }
.glyphicon-print:before {
content: "\e045"; }
.glyphicon-camera:before {
content: "\e046"; }
.glyphicon-font:before {
content: "\e047"; }
.glyphicon-bold:before {
content: "\e048"; }
.glyphicon-italic:before {
content: "\e049"; }
.glyphicon-text-height:before {
content: "\e050"; }
.glyphicon-text-width:before {
content: "\e051"; }
.glyphicon-align-left:before {
content: "\e052"; }
.glyphicon-align-center:before {
content: "\e053"; }
.glyphicon-align-right:before {
content: "\e054"; }
.glyphicon-align-justify:before {
content: "\e055"; }
.glyphicon-list:before {
content: "\e056"; }
.glyphicon-indent-left:before {
content: "\e057"; }
.glyphicon-indent-right:before {
content: "\e058"; }
.glyphicon-facetime-video:before {
content: "\e059"; }
.glyphicon-picture:before {
content: "\e060"; }
.glyphicon-map-marker:before {
content: "\e062"; }
.glyphicon-adjust:before {
content: "\e063"; }
.glyphicon-tint:before {
content: "\e064"; }
.glyphicon-edit:before {
content: "\e065"; }
.glyphicon-share:before {
content: "\e066"; }
.glyphicon-check:before {
content: "\e067"; }
.glyphicon-move:before {
content: "\e068"; }
.glyphicon-step-backward:before {
content: "\e069"; }
.glyphicon-fast-backward:before {
content: "\e070"; }
.glyphicon-backward:before {
content: "\e071"; }
.glyphicon-play:before {
content: "\e072"; }
.glyphicon-pause:before {
content: "\e073"; }
.glyphicon-stop:before {
content: "\e074"; }
.glyphicon-forward:before {
content: "\e075"; }
.glyphicon-fast-forward:before {
content: "\e076"; }
.glyphicon-step-forward:before {
content: "\e077"; }
.glyphicon-eject:before {
content: "\e078"; }
.glyphicon-chevron-left:before {
content: "\e079"; }
.glyphicon-chevron-right:before {
content: "\e080"; }
.glyphicon-plus-sign:before {
content: "\e081"; }
.glyphicon-minus-sign:before {
content: "\e082"; }
.glyphicon-remove-sign:before {
content: "\e083"; }
.glyphicon-ok-sign:before {
content: "\e084"; }
.glyphicon-question-sign:before {
content: "\e085"; }
.glyphicon-info-sign:before {
content: "\e086"; }
.glyphicon-screenshot:before {
content: "\e087"; }
.glyphicon-remove-circle:before {
content: "\e088"; }
.glyphicon-ok-circle:before {
content: "\e089"; }
.glyphicon-ban-circle:before {
content: "\e090"; }
.glyphicon-arrow-left:before {
content: "\e091"; }
.glyphicon-arrow-right:before {
content: "\e092"; }
.glyphicon-arrow-up:before {
content: "\e093"; }
.glyphicon-arrow-down:before {
content: "\e094"; }
.glyphicon-share-alt:before {
content: "\e095"; }
.glyphicon-resize-full:before {
content: "\e096"; }
.glyphicon-resize-small:before {
content: "\e097"; }
.glyphicon-exclamation-sign:before {
content: "\e101"; }
.glyphicon-gift:before {
content: "\e102"; }
.glyphicon-leaf:before {
content: "\e103"; }
.glyphicon-fire:before {
content: "\e104"; }
.glyphicon-eye-open:before {
content: "\e105"; }
.glyphicon-eye-close:before {
content: "\e106"; }
.glyphicon-warning-sign:before {
content: "\e107"; }
.glyphicon-plane:before {
content: "\e108"; }
.glyphicon-calendar:before {
content: "\e109"; }
.glyphicon-random:before {
content: "\e110"; }
.glyphicon-comment:before {
content: "\e111"; }
.glyphicon-magnet:before {
content: "\e112"; }
.glyphicon-chevron-up:before {
content: "\e113"; }
.glyphicon-chevron-down:before {
content: "\e114"; }
.glyphicon-retweet:before {
content: "\e115"; }
.glyphicon-shopping-cart:before {
content: "\e116"; }
.glyphicon-folder-close:before {
content: "\e117"; }
.glyphicon-folder-open:before {
content: "\e118"; }
.glyphicon-resize-vertical:before {
content: "\e119"; }
.glyphicon-resize-horizontal:before {
content: "\e120"; }
.glyphicon-hdd:before {
content: "\e121"; }
.glyphicon-bullhorn:before {
content: "\e122"; }
.glyphicon-bell:before {
content: "\e123"; }
.glyphicon-certificate:before {
content: "\e124"; }
.glyphicon-thumbs-up:before {
content: "\e125"; }
.glyphicon-thumbs-down:before {
content: "\e126"; }
.glyphicon-hand-right:before {
content: "\e127"; }
.glyphicon-hand-left:before {
content: "\e128"; }
.glyphicon-hand-up:before {
content: "\e129"; }
.glyphicon-hand-down:before {
content: "\e130"; }
.glyphicon-circle-arrow-right:before {
content: "\e131"; }
.glyphicon-circle-arrow-left:before {
content: "\e132"; }
.glyphicon-circle-arrow-up:before {
content: "\e133"; }
.glyphicon-circle-arrow-down:before {
content: "\e134"; }
.glyphicon-globe:before {
content: "\e135"; }
.glyphicon-wrench:before {
content: "\e136"; }
.glyphicon-tasks:before {
content: "\e137"; }
.glyphicon-filter:before {
content: "\e138"; }
.glyphicon-briefcase:before {
content: "\e139"; }
.glyphicon-fullscreen:before {
content: "\e140"; }
.glyphicon-dashboard:before {
content: "\e141"; }
.glyphicon-paperclip:before {
content: "\e142"; }
.glyphicon-heart-empty:before {
content: "\e143"; }
.glyphicon-link:before {
content: "\e144"; }
.glyphicon-phone:before {
content: "\e145"; }
.glyphicon-pushpin:before {
content: "\e146"; }
.glyphicon-usd:before {
content: "\e148"; }
.glyphicon-gbp:before {
content: "\e149"; }
.glyphicon-sort:before {
content: "\e150"; }
.glyphicon-sort-by-alphabet:before {
content: "\e151"; }
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152"; }
.glyphicon-sort-by-order:before {
content: "\e153"; }
.glyphicon-sort-by-order-alt:before {
content: "\e154"; }
.glyphicon-sort-by-attributes:before {
content: "\e155"; }
.glyphicon-sort-by-attributes-alt:before {
content: "\e156"; }
.glyphicon-unchecked:before {
content: "\e157"; }
.glyphicon-expand:before {
content: "\e158"; }
.glyphicon-collapse-down:before {
content: "\e159"; }
.glyphicon-collapse-up:before {
content: "\e160"; }
.glyphicon-log-in:before {
content: "\e161"; }
.glyphicon-flash:before {
content: "\e162"; }
.glyphicon-log-out:before {
content: "\e163"; }
.glyphicon-new-window:before {
content: "\e164"; }
.glyphicon-record:before {
content: "\e165"; }
.glyphicon-save:before {
content: "\e166"; }
.glyphicon-open:before {
content: "\e167"; }
.glyphicon-saved:before {
content: "\e168"; }
.glyphicon-import:before {
content: "\e169"; }
.glyphicon-export:before {
content: "\e170"; }
.glyphicon-send:before {
content: "\e171"; }
.glyphicon-floppy-disk:before {
content: "\e172"; }
.glyphicon-floppy-saved:before {
content: "\e173"; }
.glyphicon-floppy-remove:before {
content: "\e174"; }
.glyphicon-floppy-save:before {
content: "\e175"; }
.glyphicon-floppy-open:before {
content: "\e176"; }
.glyphicon-credit-card:before {
content: "\e177"; }
.glyphicon-transfer:before {
content: "\e178"; }
.glyphicon-cutlery:before {
content: "\e179"; }
.glyphicon-header:before {
content: "\e180"; }
.glyphicon-compressed:before {
content: "\e181"; }
.glyphicon-earphone:before {
content: "\e182"; }
.glyphicon-phone-alt:before {
content: "\e183"; }
.glyphicon-tower:before {
content: "\e184"; }
.glyphicon-stats:before {
content: "\e185"; }
.glyphicon-sd-video:before {
content: "\e186"; }
.glyphicon-hd-video:before {
content: "\e187"; }
.glyphicon-subtitles:before {
content: "\e188"; }
.glyphicon-sound-stereo:before {
content: "\e189"; }
.glyphicon-sound-dolby:before {
content: "\e190"; }
.glyphicon-sound-5-1:before {
content: "\e191"; }
.glyphicon-sound-6-1:before {
content: "\e192"; }
.glyphicon-sound-7-1:before {
content: "\e193"; }
.glyphicon-copyright-mark:before {
content: "\e194"; }
.glyphicon-registration-mark:before {
content: "\e195"; }
.glyphicon-cloud-download:before {
content: "\e197"; }
.glyphicon-cloud-upload:before {
content: "\e198"; }
.glyphicon-tree-conifer:before {
content: "\e199"; }
.glyphicon-tree-deciduous:before {
content: "\e200"; }
.glyphicon-cd:before {
content: "\e201"; }
.glyphicon-save-file:before {
content: "\e202"; }
.glyphicon-open-file:before {
content: "\e203"; }
.glyphicon-level-up:before {
content: "\e204"; }
.glyphicon-copy:before {
content: "\e205"; }
.glyphicon-paste:before {
content: "\e206"; }
.glyphicon-alert:before {
content: "\e209"; }
.glyphicon-equalizer:before {
content: "\e210"; }
.glyphicon-king:before {
content: "\e211"; }
.glyphicon-queen:before {
content: "\e212"; }
.glyphicon-pawn:before {
content: "\e213"; }
.glyphicon-bishop:before {
content: "\e214"; }
.glyphicon-knight:before {
content: "\e215"; }
.glyphicon-baby-formula:before {
content: "\e216"; }
.glyphicon-tent:before {
content: "\26fa"; }
.glyphicon-blackboard:before {
content: "\e218"; }
.glyphicon-bed:before {
content: "\e219"; }
.glyphicon-apple:before {
content: "\f8ff"; }
.glyphicon-erase:before {
content: "\e221"; }
.glyphicon-hourglass:before {
content: "\231b"; }
.glyphicon-lamp:before {
content: "\e223"; }
.glyphicon-duplicate:before {
content: "\e224"; }
.glyphicon-piggy-bank:before {
content: "\e225"; }
.glyphicon-scissors:before {
content: "\e226"; }
.glyphicon-bitcoin:before {
content: "\e227"; }
.glyphicon-btc:before {
content: "\e227"; }
.glyphicon-xbt:before {
content: "\e227"; }
.glyphicon-yen:before {
content: "\00a5"; }
.glyphicon-jpy:before {
content: "\00a5"; }
.glyphicon-ruble:before {
content: "\20bd"; }
.glyphicon-rub:before {
content: "\20bd"; }
.glyphicon-scale:before {
content: "\e230"; }
.glyphicon-ice-lolly:before {
content: "\e231"; }
.glyphicon-ice-lolly-tasted:before {
content: "\e232"; }
.glyphicon-education:before {
content: "\e233"; }
.glyphicon-option-horizontal:before {
content: "\e234"; }
.glyphicon-option-vertical:before {
content: "\e235"; }
.glyphicon-menu-hamburger:before {
content: "\e236"; }
.glyphicon-modal-window:before {
content: "\e237"; }
.glyphicon-oil:before {
content: "\e238"; }
.glyphicon-grain:before {
content: "\e239"; }
.glyphicon-sunglasses:before {
content: "\e240"; }
.glyphicon-text-size:before {
content: "\e241"; }
.glyphicon-text-color:before {
content: "\e242"; }
.glyphicon-text-background:before {
content: "\e243"; }
.glyphicon-object-align-top:before {
content: "\e244"; }
.glyphicon-object-align-bottom:before {
content: "\e245"; }
.glyphicon-object-align-horizontal:before {
content: "\e246"; }
.glyphicon-object-align-left:before {
content: "\e247"; }
.glyphicon-object-align-vertical:before {
content: "\e248"; }
.glyphicon-object-align-right:before {
content: "\e249"; }
.glyphicon-triangle-right:before {
content: "\e250"; }
.glyphicon-triangle-left:before {
content: "\e251"; }
.glyphicon-triangle-bottom:before {
content: "\e252"; }
.glyphicon-triangle-top:before {
content: "\e253"; }
.glyphicon-console:before {
content: "\e254"; }
.glyphicon-superscript:before {
content: "\e255"; }
.glyphicon-subscript:before {
content: "\e256"; }
.glyphicon-menu-left:before {
content: "\e257"; }
.glyphicon-menu-right:before {
content: "\e258"; }
.glyphicon-menu-down:before {
content: "\e259"; }
.glyphicon-menu-up:before {
content: "\e260"; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none; }
a:hover,
a:focus {
color: #23527c;
text-decoration: underline; }
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.img-circle {
border-radius: 50%; }
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit; }
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777; }
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px; }
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%; }
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px; }
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%; }
h1,
.h1 {
font-size: 36px; }
h2,
.h2 {
font-size: 30px; }
h3,
.h3 {
font-size: 24px; }
h4,
.h4 {
font-size: 18px; }
h5,
.h5 {
font-size: 14px; }
h6,
.h6 {
font-size: 12px; }
p {
margin: 0 0 10px; }
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4; }
@media (min-width: 768px) {
.lead {
font-size: 21px; } }
small,
.small {
font-size: 85%; }
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
.text-nowrap {
white-space: nowrap; }
.text-lowercase {
text-transform: lowercase; }
.text-uppercase {
text-transform: uppercase; }
.text-capitalize {
text-transform: capitalize; }
.text-muted {
color: #777; }
.text-primary {
color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
color: #286090; }
.text-success {
color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
color: #2b542c; }
.text-info {
color: #31708f; }
a.text-info:hover,
a.text-info:focus {
color: #245269; }
.text-warning {
color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
color: #66512c; }
.text-danger {
color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
color: #843534; }
.bg-primary {
color: #fff;
background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090; }
.bg-success {
background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3; }
.bg-info {
background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee; }
.bg-warning {
background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5; }
.bg-danger {
background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9; }
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee; }
ul,
ol {
margin-top: 0;
margin-bottom: 10px; }
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none; }
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px; }
dl {
margin-top: 0;
margin-bottom: 20px; }
dt,
dd {
line-height: 1.42857143; }
dt {
font-weight: bold; }
dd {
margin-left: 0; }
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap; }
.dl-horizontal dd {
margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777; }
.initialism {
font-size: 90%;
text-transform: uppercase; }
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0'; }
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0; }
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: ''; }
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014'; }
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143; }
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px; }
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none; }
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px; }
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@media (min-width: 992px) {
.container {
width: 970px; } }
@media (min-width: 1200px) {
.container {
width: 1170px; } }
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.row {
margin-right: -15px;
margin-left: -15px; }
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left; }
.col-xs-12 {
width: 100%; }
.col-xs-11 {
width: 91.66666667%; }
.col-xs-10 {
width: 83.33333333%; }
.col-xs-9 {
width: 75%; }
.col-xs-8 {
width: 66.66666667%; }
.col-xs-7 {
width: 58.33333333%; }
.col-xs-6 {
width: 50%; }
.col-xs-5 {
width: 41.66666667%; }
.col-xs-4 {
width: 33.33333333%; }
.col-xs-3 {
width: 25%; }
.col-xs-2 {
width: 16.66666667%; }
.col-xs-1 {
width: 8.33333333%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-pull-11 {
right: 91.66666667%; }
.col-xs-pull-10 {
right: 83.33333333%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-8 {
right: 66.66666667%; }
.col-xs-pull-7 {
right: 58.33333333%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-5 {
right: 41.66666667%; }
.col-xs-pull-4 {
right: 33.33333333%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-2 {
right: 16.66666667%; }
.col-xs-pull-1 {
right: 8.33333333%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-push-12 {
left: 100%; }
.col-xs-push-11 {
left: 91.66666667%; }
.col-xs-push-10 {
left: 83.33333333%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-8 {
left: 66.66666667%; }
.col-xs-push-7 {
left: 58.33333333%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-5 {
left: 41.66666667%; }
.col-xs-push-4 {
left: 33.33333333%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-2 {
left: 16.66666667%; }
.col-xs-push-1 {
left: 8.33333333%; }
.col-xs-push-0 {
left: auto; }
.col-xs-offset-12 {
margin-left: 100%; }
.col-xs-offset-11 {
margin-left: 91.66666667%; }
.col-xs-offset-10 {
margin-left: 83.33333333%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-8 {
margin-left: 66.66666667%; }
.col-xs-offset-7 {
margin-left: 58.33333333%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-5 {
margin-left: 41.66666667%; }
.col-xs-offset-4 {
margin-left: 33.33333333%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-2 {
margin-left: 16.66666667%; }
.col-xs-offset-1 {
margin-left: 8.33333333%; }
.col-xs-offset-0 {
margin-left: 0; }
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left; }
.col-sm-12 {
width: 100%; }
.col-sm-11 {
width: 91.66666667%; }
.col-sm-10 {
width: 83.33333333%; }
.col-sm-9 {
width: 75%; }
.col-sm-8 {
width: 66.66666667%; }
.col-sm-7 {
width: 58.33333333%; }
.col-sm-6 {
width: 50%; }
.col-sm-5 {
width: 41.66666667%; }
.col-sm-4 {
width: 33.33333333%; }
.col-sm-3 {
width: 25%; }
.col-sm-2 {
width: 16.66666667%; }
.col-sm-1 {
width: 8.33333333%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-pull-11 {
right: 91.66666667%; }
.col-sm-pull-10 {
right: 83.33333333%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-8 {
right: 66.66666667%; }
.col-sm-pull-7 {
right: 58.33333333%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-5 {
right: 41.66666667%; }
.col-sm-pull-4 {
right: 33.33333333%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-2 {
right: 16.66666667%; }
.col-sm-pull-1 {
right: 8.33333333%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-push-12 {
left: 100%; }
.col-sm-push-11 {
left: 91.66666667%; }
.col-sm-push-10 {
left: 83.33333333%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-8 {
left: 66.66666667%; }
.col-sm-push-7 {
left: 58.33333333%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-5 {
left: 41.66666667%; }
.col-sm-push-4 {
left: 33.33333333%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-2 {
left: 16.66666667%; }
.col-sm-push-1 {
left: 8.33333333%; }
.col-sm-push-0 {
left: auto; }
.col-sm-offset-12 {
margin-left: 100%; }
.col-sm-offset-11 {
margin-left: 91.66666667%; }
.col-sm-offset-10 {
margin-left: 83.33333333%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-8 {
margin-left: 66.66666667%; }
.col-sm-offset-7 {
margin-left: 58.33333333%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-5 {
margin-left: 41.66666667%; }
.col-sm-offset-4 {
margin-left: 33.33333333%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-2 {
margin-left: 16.66666667%; }
.col-sm-offset-1 {
margin-left: 8.33333333%; }
.col-sm-offset-0 {
margin-left: 0; } }
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left; }
.col-md-12 {
width: 100%; }
.col-md-11 {
width: 91.66666667%; }
.col-md-10 {
width: 83.33333333%; }
.col-md-9 {
width: 75%; }
.col-md-8 {
width: 66.66666667%; }
.col-md-7 {
width: 58.33333333%; }
.col-md-6 {
width: 50%; }
.col-md-5 {
width: 41.66666667%; }
.col-md-4 {
width: 33.33333333%; }
.col-md-3 {
width: 25%; }
.col-md-2 {
width: 16.66666667%; }
.col-md-1 {
width: 8.33333333%; }
.col-md-pull-12 {
right: 100%; }
.col-md-pull-11 {
right: 91.66666667%; }
.col-md-pull-10 {
right: 83.33333333%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-8 {
right: 66.66666667%; }
.col-md-pull-7 {
right: 58.33333333%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-5 {
right: 41.66666667%; }
.col-md-pull-4 {
right: 33.33333333%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-2 {
right: 16.66666667%; }
.col-md-pull-1 {
right: 8.33333333%; }
.col-md-pull-0 {
right: auto; }
.col-md-push-12 {
left: 100%; }
.col-md-push-11 {
left: 91.66666667%; }
.col-md-push-10 {
left: 83.33333333%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-8 {
left: 66.66666667%; }
.col-md-push-7 {
left: 58.33333333%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-5 {
left: 41.66666667%; }
.col-md-push-4 {
left: 33.33333333%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-2 {
left: 16.66666667%; }
.col-md-push-1 {
left: 8.33333333%; }
.col-md-push-0 {
left: auto; }
.col-md-offset-12 {
margin-left: 100%; }
.col-md-offset-11 {
margin-left: 91.66666667%; }
.col-md-offset-10 {
margin-left: 83.33333333%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-8 {
margin-left: 66.66666667%; }
.col-md-offset-7 {
margin-left: 58.33333333%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-5 {
margin-left: 41.66666667%; }
.col-md-offset-4 {
margin-left: 33.33333333%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-2 {
margin-left: 16.66666667%; }
.col-md-offset-1 {
margin-left: 8.33333333%; }
.col-md-offset-0 {
margin-left: 0; } }
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left; }
.col-lg-12 {
width: 100%; }
.col-lg-11 {
width: 91.66666667%; }
.col-lg-10 {
width: 83.33333333%; }
.col-lg-9 {
width: 75%; }
.col-lg-8 {
width: 66.66666667%; }
.col-lg-7 {
width: 58.33333333%; }
.col-lg-6 {
width: 50%; }
.col-lg-5 {
width: 41.66666667%; }
.col-lg-4 {
width: 33.33333333%; }
.col-lg-3 {
width: 25%; }
.col-lg-2 {
width: 16.66666667%; }
.col-lg-1 {
width: 8.33333333%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-pull-11 {
right: 91.66666667%; }
.col-lg-pull-10 {
right: 83.33333333%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-8 {
right: 66.66666667%; }
.col-lg-pull-7 {
right: 58.33333333%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-5 {
right: 41.66666667%; }
.col-lg-pull-4 {
right: 33.33333333%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-2 {
right: 16.66666667%; }
.col-lg-pull-1 {
right: 8.33333333%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-push-12 {
left: 100%; }
.col-lg-push-11 {
left: 91.66666667%; }
.col-lg-push-10 {
left: 83.33333333%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-8 {
left: 66.66666667%; }
.col-lg-push-7 {
left: 58.33333333%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-5 {
left: 41.66666667%; }
.col-lg-push-4 {
left: 33.33333333%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-2 {
left: 16.66666667%; }
.col-lg-push-1 {
left: 8.33333333%; }
.col-lg-push-0 {
left: auto; }
.col-lg-offset-12 {
margin-left: 100%; }
.col-lg-offset-11 {
margin-left: 91.66666667%; }
.col-lg-offset-10 {
margin-left: 83.33333333%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-8 {
margin-left: 66.66666667%; }
.col-lg-offset-7 {
margin-left: 58.33333333%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-5 {
margin-left: 41.66666667%; }
.col-lg-offset-4 {
margin-left: 33.33333333%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-2 {
margin-left: 16.66666667%; }
.col-lg-offset-1 {
margin-left: 8.33333333%; }
.col-lg-offset-0 {
margin-left: 0; } }
table {
background-color: transparent; }
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left; }
th {
text-align: left; }
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd; }
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0; }
.table > tbody + tbody {
border-top: 2px solid #ddd; }
.table .table {
background-color: #fff; }
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px; }
.table-bordered {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9; }
.table-hover > tbody > tr:hover {
background-color: #f5f5f5; }
table col[class*="col-"] {
position: static;
display: table-column;
float: none; }
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none; }
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5; }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8; }
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8; }
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6; }
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7; }
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3; }
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3; }
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc; }
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede; }
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc; }
.table-responsive {
min-height: 0.01%;
overflow-x: auto; }
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd; }
.table-responsive > .table {
margin-bottom: 0; }
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap; }
.table-responsive > .table-bordered {
border: 0; }
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; } }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5; }
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold; }
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal; }
input[type="file"] {
display: block; }
input[type="range"] {
display: block;
width: 100%; }
select[multiple],
select[size] {
height: auto; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555; }
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
color: #999;
opacity: 1; }
.form-control:-ms-input-placeholder {
color: #999; }
.form-control::-webkit-input-placeholder {
color: #999; }
.form-control::-ms-expand {
background-color: transparent;
border: 0; }
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1; }
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed; }
textarea.form-control {
height: auto; }
input[type="search"] {
-webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px; }
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px; }
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px; } }
.form-group {
margin-bottom: 15px; }
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px; }
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px; }
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px; }
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px; }
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed; }
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed; }
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed; }
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0; }
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0; }
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
select.input-sm {
height: 30px;
line-height: 30px; }
textarea.input-sm,
select[multiple].input-sm {
height: auto; }
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.form-group-sm select.form-control {
height: 30px;
line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto; }
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5; }
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px; }
select.input-lg {
height: 46px;
line-height: 46px; }
textarea.input-lg,
select[multiple].input-lg {
height: auto; }
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px; }
.form-group-lg select.form-control {
height: 46px;
line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto; }
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333; }
.has-feedback {
position: relative; }
.has-feedback .form-control {
padding-right: 42.5px; }
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none; }
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px; }
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px; }
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d; }
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d; }
.has-success .form-control-feedback {
color: #3c763d; }
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b; }
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b; }
.has-warning .form-control-feedback {
color: #8a6d3b; }
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442; }
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442; }
.has-error .form-control-feedback {
color: #a94442; }
.has-feedback label ~ .form-control-feedback {
top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0; }
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373; }
@media (min-width: 768px) {
.form-inline .form-group { vertical-align: middle; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-static {
display: inline-block; }
.form-inline .input-group {
display: inline-table;
vertical-align: middle; }
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto; }
.form-inline .input-group > .form-control {
width: 100%; }
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0; }
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.form-inline .has-feedback .form-control-feedback {
top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0; }
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px; }
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px; }
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
right: 15px; }
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px; } }
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px; } }
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px; }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none; }
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: 0.65; }
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none; }
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc; }
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c; }
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c; }
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none; }
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc; }
.btn-default .badge {
color: #fff;
background-color: #333; }
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40; }
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40; }
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none; }
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary .badge {
color: #337ab7;
background-color: #fff; }
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625; }
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625; }
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none; }
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success .badge {
color: #5cb85c;
background-color: #fff; }
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85; }
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85; }
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none; }
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info .badge {
color: #5bc0de;
background-color: #fff; }
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d; }
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d; }
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none; }
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff; }
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19; }
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19; }
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none; }
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger .badge {
color: #d9534f;
background-color: #fff; }
.btn-link {
font-weight: normal;
color: #337ab7;
border-radius: 0; }
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent; }
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent; }
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none; }
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px; }
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 5px; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
.fade.in {
opacity: 1; }
.collapse {
display: none; }
.collapse.in {
display: block; }
tr.collapse.in {
display: table-row; }
tbody.collapse.in {
display: table-row-group; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility; }
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent; }
.dropup,
.dropdown {
position: relative; }
.dropdown-toggle:focus {
outline: 0; }
.dropdown-menu {
position: absolute;
width: 235px;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
.dropdown-menu.pull-right {
right: 0;
left: auto; }
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5; }
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5; }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0; }
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777; }
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
.open > .dropdown-menu {
display: block; }
.open > a {
outline: 0; }
.dropdown-menu-right {
right: 0;
left: auto; }
.dropdown-menu-left {
right: auto;
left: 0; }
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap; }
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990; }
.pull-right > .dropdown-menu {
right: 0;
left: auto; }
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px; }
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto; }
.navbar-right .dropdown-menu-left {
right: auto;
left: 0; } }
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2; }
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px; }
.btn-toolbar {
margin-left: -5px; }
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left; }
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0; }
.btn-group > .btn:first-child {
margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.btn-group > .btn-group {
float: left; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; }
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0; }
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px; }
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px; }
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none; }
.btn .caret {
margin-left: 0; }
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0; }
.dropup .btn-lg .caret {
border-width: 0 5px 5px; }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%; }
.btn-group-vertical > .btn-group > .btn {
float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate; }
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%; }
.btn-group-justified > .btn-group .btn {
width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu {
left: auto; }
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: table;
border-collapse: separate; }
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0; }
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0; }
.input-group .form-control:focus {
z-index: 3; }
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px; }
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px; }
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto; }
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px; }
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px; }
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto; }
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0; }
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle; }
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px; }
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px; }
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0; }
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group-addon:first-child {
border-right: 0; }
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group-addon:last-child {
border-left: 0; }
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap; }
.input-group-btn > .btn {
position: relative; }
.input-group-btn > .btn + .btn {
margin-left: -1px; }
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2; }
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px; }
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px; }
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.nav > li {
position: relative;
display: block; }
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px; }
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eee; }
.nav > li.disabled > a {
color: #777; }
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent; }
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
border-color: #337ab7; }
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5; }
.nav > li > a > img {
max-width: none; }
.nav-tabs {
border-bottom: 1px solid #ddd; }
.nav-tabs > li {
float: left;
margin-bottom: -1px; }
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
border-color: #eee #eee #ddd; }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent; }
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0; }
.nav-tabs.nav-justified > li {
float: none; }
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center; }
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto; }
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%; }
.nav-tabs.nav-justified > li > a {
margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px; }
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd; }
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; }
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff; } }
.nav-pills > li {
float: left; }
.nav-pills > li > a {
border-radius: 4px; }
.nav-pills > li + li {
margin-left: 2px; }
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7; }
.nav-stacked > li {
float: none; }
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0; }
.nav-justified {
width: 100%; }
.nav-justified > li {
float: none; }
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center; }
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto; }
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%; }
.nav-justified > li > a {
margin-bottom: 0; } }
.nav-tabs-justified {
border-bottom: 0; }
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px; }
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd; }
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; }
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff; } }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent; }
@media (min-width: 768px) {
.navbar {
border-radius: 4px; } }
@media (min-width: 768px) {
.navbar-header {
float: left; } }
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
.navbar-collapse.in {
overflow-y: auto; }
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none; }
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important; }
.navbar-collapse.in {
overflow-y: visible; }
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px; } }
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px; }
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0; } }
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px; }
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030; }
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0; } }
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px; }
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0; }
.navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px; }
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none; }
.navbar-brand > img {
display: block; }
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px; } }
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px; }
.navbar-toggle:focus {
outline: 0; }
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px; }
@media (min-width: 768px) {
.navbar-toggle {
display: none; } }
.navbar-nav {
margin: 7.5px -15px; }
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px; }
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none; }
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px; }
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px; }
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none; } }
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0; }
.navbar-nav > li {
float: left; }
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px; } }
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.navbar-form .form-control-static {
display: inline-block; }
.navbar-form .input-group {
display: inline-table;
vertical-align: middle; }
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto; }
.navbar-form .input-group > .form-control {
width: 100%; }
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0; }
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.navbar-form .has-feedback .form-control-feedback {
top: 0; } }
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px; }
.navbar-form .form-group:last-child {
margin-bottom: 0; } }
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px; }
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px; }
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px; }
.navbar-text {
margin-top: 15px;
margin-bottom: 15px; }
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px; } }
@media (min-width: 768px) {
.navbar-left {
float: left !important; }
.navbar-right {
float: right !important;
margin-right: -15px; }
.navbar-right ~ .navbar-right {
margin-right: 0; } }
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7; }
.navbar-default .navbar-brand {
color: #777; }
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent; }
.navbar-default .navbar-text {
color: #777; }
.navbar-default .navbar-nav > li > a {
color: #777; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent; }
.navbar-default .navbar-toggle {
border-color: #ddd; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
background-color: #888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #e7e7e7; }
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent; } }
.navbar-default .navbar-link {
color: #777; }
.navbar-default .navbar-link:hover {
color: #333; }
.navbar-default .btn-link {
color: #777; }
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333; }
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc; }
.navbar-inverse {
background-color: #222;
border-color: #080808; }
.navbar-inverse .navbar-brand {
color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-text {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808; }
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent; }
.navbar-inverse .navbar-toggle {
border-color: #333; }
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #080808; }
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808; }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent; } }
.navbar-inverse .navbar-link {
color: #9d9d9d; }
.navbar-inverse .navbar-link:hover {
color: #fff; }
.navbar-inverse .btn-link {
color: #9d9d9d; }
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff; }
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444; }
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px; }
.breadcrumb > li {
display: inline-block; }
.breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0"; }
.breadcrumb > .active {
color: #777; }
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px; }
.pagination > li {
display: inline; }
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px; }
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd; }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd; }
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px; }
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px; }
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none; }
.pager li {
display: inline; }
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px; }
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eee; }
.pager .next > a,
.pager .next > span {
float: right; }
.pager .previous > a,
.pager .previous > span {
float: left; }
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777;
cursor: not-allowed;
background-color: #fff; }
.label {
display: inline;
padding: 0.2em 0.6em 0.3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25em; }
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer; }
.label:empty {
display: none; }
.btn .label {
position: relative;
top: -1px; }
.label-default {
background-color: #777; }
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e; }
.label-primary {
background-color: #337ab7; }
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090; }
.label-success {
background-color: #5cb85c; }
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44; }
.label-info {
background-color: #5bc0de; }
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5; }
.label-warning {
background-color: #f0ad4e; }
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f; }
.label-danger {
background-color: #d9534f; }
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c; }
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #777;
border-radius: 10px; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px; }
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer; }
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff; }
.list-group-item > .badge {
float: right; }
.list-group-item > .badge + .badge {
margin-right: 5px; }
.nav-pills > li > a > .badge {
margin-left: 3px; }
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eee; }
.jumbotron h1,
.jumbotron .h1 {
color: inherit; }
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200; }
.jumbotron > hr {
border-top-color: #d5d5d5; }
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px; }
.jumbotron .container {
max-width: 100%; }
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px; }
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px; }
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px; } }
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out; }
.thumbnail > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto; }
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7; }
.thumbnail .caption {
padding: 9px;
color: #333; }
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px; }
.alert h4 {
margin-top: 0;
color: inherit; }
.alert .alert-link {
font-weight: bold; }
.alert > p,
.alert > ul {
margin-bottom: 0; }
.alert > p + p {
margin-top: 5px; }
.alert-dismissable,
.alert-dismissible {
padding-right: 35px; }
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit; }
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6; }
.alert-success hr {
border-top-color: #c9e2b3; }
.alert-success .alert-link {
color: #2b542c; }
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1; }
.alert-info hr {
border-top-color: #a6e1ec; }
.alert-info .alert-link {
color: #245269; }
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc; }
.alert-warning hr {
border-top-color: #f7e1b5; }
.alert-warning .alert-link {
color: #66512c; }
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1; }
.alert-danger hr {
border-top-color: #e4b9c0; }
.alert-danger .alert-link {
color: #843534; }
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
to {
background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
to {
background-position: 0 0; } }
@keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
to {
background-position: 0 0; } }
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease; }
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px; }
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; }
.progress-bar-success {
background-color: #5cb85c; }
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-info {
background-color: #5bc0de; }
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-warning {
background-color: #f0ad4e; }
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-danger {
background-color: #d9534f; }
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.media {
margin-top: 15px; }
.media:first-child {
margin-top: 0; }
.media,
.media-body {
overflow: hidden;
zoom: 1; }
.media-body {
width: 10000px; }
.media-object {
display: block; }
.media-object.img-thumbnail {
max-width: none; }
.media-right,
.media > .pull-right {
padding-left: 10px; }
.media-left,
.media > .pull-left {
padding-right: 10px; }
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top; }
.media-middle {
vertical-align: middle; }
.media-bottom {
vertical-align: bottom; }
.media-heading {
margin-top: 0;
margin-bottom: 5px; }
.media-list {
padding-left: 0;
list-style: none; }
.list-group {
padding-left: 0;
margin-bottom: 20px; }
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd; }
.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; }
a.list-group-item,
button.list-group-item {
color: #555; }
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333; }
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5; }
button.list-group-item {
width: 100%;
text-align: left; }
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee; }
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit; }
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777; }
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit; }
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef; }
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8; }
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d; }
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit; }
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6; }
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d; }
.list-group-item-info {
color: #31708f;
background-color: #d9edf7; }
a.list-group-item-info,
button.list-group-item-info {
color: #31708f; }
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit; }
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3; }
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f; }
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3; }
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b; }
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit; }
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc; }
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b; }
.list-group-item-danger {
color: #a94442;
background-color: #f2dede; }
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442; }
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit; }
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc; }
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442; }
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px; }
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3; }
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body {
padding: 15px; }
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle {
color: inherit; }
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit; }
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit; }
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0; }
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0; }
.list-group + .panel-footer {
border-top-width: 0; }
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0; }
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0; }
.panel > .table-responsive {
margin-bottom: 0;
border: 0; }
.panel-group {
margin-bottom: 20px; }
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px; }
.panel-group .panel + .panel {
margin-top: 5px; }
.panel-group .panel-heading {
border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd; }
.panel-group .panel-footer {
border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd; }
.panel-default {
border-color: #ddd; }
.panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd; }
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; }
.panel-primary {
border-color: #337ab7; }
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7; }
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7; }
.panel-success {
border-color: #d6e9c6; }
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6; }
.panel-info {
border-color: #bce8f1; }
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1; }
.panel-warning {
border-color: #faebcc; }
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc; }
.panel-danger {
border-color: #ebccd1; }
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1; }
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.embed-responsive-16by9 {
padding-bottom: 56.25%; }
.embed-responsive-4by3 {
padding-bottom: 75%; }
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15); }
.well-lg {
padding: 24px;
border-radius: 6px; }
.well-sm {
padding: 9px;
border-radius: 3px; }
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: 0.2; }
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: 0.5; }
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0; }
.modal-open {
overflow: hidden; }
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0; }
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%); }
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 10px; }
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0; }
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0.5; }
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5; }
.modal-header .close {
margin-top: -2px; }
.modal-title {
margin: 0;
line-height: 1.42857143; }
.modal-body {
position: relative;
padding: 15px; }
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5; }
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px; }
.modal-footer .btn-group .btn + .btn {
margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
margin-left: 0; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto; }
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
.modal-sm {
width: 300px; } }
@media (min-width: 992px) {
.modal-lg {
width: 900px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto; }
.tooltip.in {
filter: alpha(opacity=90);
opacity: 0.9; }
.tooltip.top {
padding: 5px 0;
margin-top: -3px; }
.tooltip.right {
padding: 0 5px;
margin-left: 3px; }
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px; }
.tooltip.left {
padding: 0 5px;
margin-left: -3px; }
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px; }
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000; }
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
line-break: auto; }
.popover.top {
margin-top: -10px; }
.popover.right {
margin-left: 10px; }
.popover.bottom {
margin-top: 10px; }
.popover.left {
margin-left: -10px; }
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0; }
.popover-content {
padding: 9px 14px; }
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.popover > .arrow {
border-width: 11px; }
.popover > .arrow:after {
content: "";
border-width: 10px; }
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0; }
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0; }
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0; }
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0; }
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25); }
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff; }
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff; }
.carousel {
position: relative; }
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden; }
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px; }
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block; }
.carousel-inner > .active {
left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%; }
.carousel-inner > .next {
left: 100%; }
.carousel-inner > .prev {
left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0; }
.carousel-inner > .active.left {
left: -100%; }
.carousel-inner > .active.right {
left: 100%; }
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50);
opacity: 0.5; }
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x; }
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x; }
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: 0.9; }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
font-family: serif;
line-height: 1; }
.carousel-control .icon-prev:before {
content: '\2039'; }
.carousel-control .icon-next:before {
content: '\203a'; }
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none; }
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px; }
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff; }
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn {
text-shadow: none; }
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px; }
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px; }
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px; }
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px; }
.carousel-indicators {
bottom: 20px; } }
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " "; }
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
clear: both; }
.center-block {
display: block;
margin-right: auto;
margin-left: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important; }
@media (max-width: 767px) {
.visible-xs {
display: block !important; }
table.visible-xs {
display: table !important; }
tr.visible-xs {
display: table-row !important; }
th.visible-xs,
td.visible-xs {
display: table-cell !important; } }
@media (max-width: 767px) {
.visible-xs-block {
display: block !important; } }
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important; } }
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important; }
table.visible-sm {
display: table !important; }
tr.visible-sm {
display: table-row !important; }
th.visible-sm,
td.visible-sm {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important; }
table.visible-md {
display: table !important; }
tr.visible-md {
display: table-row !important; }
th.visible-md,
td.visible-md {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important; } }
@media (min-width: 1200px) {
.visible-lg {
display: block !important; }
table.visible-lg {
display: table !important; }
tr.visible-lg {
display: table-row !important; }
th.visible-lg,
td.visible-lg {
display: table-cell !important; } }
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important; } }
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important; } }
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important; } }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-lg {
display: none !important; } }
.visible-print {
display: none !important; }
@media print {
.visible-print {
display: block !important; }
table.visible-print {
display: table !important; }
tr.visible-print {
display: table-row !important; }
th.visible-print,
td.visible-print {
display: table-cell !important; } }
.visible-print-block {
display: none !important; }
@media print {
.visible-print-block {
display: block !important; } }
.visible-print-inline {
display: none !important; }
@media print {
.visible-print-inline {
display: inline !important; } }
.visible-print-inline-block {
display: none !important; }
@media print {
.visible-print-inline-block {
display: inline-block !important; } }
@media print {
.hidden-print {
display: none !important; } }   .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s; }
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s; }
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0); }
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0); }
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0); }
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0); }
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0); } }
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom; }
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1; }
25%,
75% {
opacity: 0; } }
@keyframes flash {
from,
50%,
to {
opacity: 1; }
25%,
75% {
opacity: 0; } }
.flash {
-webkit-animation-name: flash;
animation-name: flash; } @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse; }
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1); }
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1); }
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1); }
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1); }
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1); }
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1); }
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1); }
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1); }
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand; }
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); } }
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); } }
.shake {
-webkit-animation-name: shake;
animation-name: shake; }
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0); }
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg); }
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg); }
50% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0); }
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg); }
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg); }
50% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake; }
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg); }
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg); }
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg); }
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg); }
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg); }
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg); }
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg); }
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg); }
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing; }
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.tada {
-webkit-animation-name: tada;
animation-name: tada; } @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none; }
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes wobble {
from {
-webkit-transform: none;
transform: none; }
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
to {
-webkit-transform: none;
transform: none; } }
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble; }
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none; }
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg); }
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none; }
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg); }
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center; }
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03); }
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03); }
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn; }
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0); }
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0); }
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0); }
to {
-webkit-transform: none;
transform: none; } }
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0); }
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0); }
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); }
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0); }
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); }
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0); }
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0); }
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0); }
to {
-webkit-transform: none;
transform: none; } }
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight; }
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0); }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp; }
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9); }
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut; }
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0); }
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown; }
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft; }
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight; }
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0); }
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp; }
@-webkit-keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn; }
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown; }
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig; }
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft; }
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig; }
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight; }
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig; }
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp; }
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig; }
@-webkit-keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes fadeOut {
from {
opacity: 1; }
to {
opacity: 0; } }
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown; }
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig; }
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft; }
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig; }
@-webkit-keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight; }
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig; }
@-webkit-keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; }
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig; }
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; } }
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; } }
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip; }
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX; }
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0; }
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1; }
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
to {
-webkit-transform: perspective(400px);
transform: perspective(400px); } }
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY; }
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0; } }
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important; }
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px); }
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1; }
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0; } }
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY; }
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1; }
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1; }
to {
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1; }
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1; }
to {
-webkit-transform: none;
transform: none;
opacity: 1; } }
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; }
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1; }
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
@keyframes lightSpeedOut {
from {
opacity: 1; }
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; }
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn; }
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight; }
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1; } }
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight; }
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1; }
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0; } }
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut; }
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0; } }
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft; }
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight; }
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1; }
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0; } }
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft; }
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1; }
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0; } }
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight; }
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0; } }
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; }
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0; } }
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge; } @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn; } @-webkit-keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
from {
opacity: 1; }
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut; }
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn; }
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown; }
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft; }
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight; }
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp; }
@-webkit-keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
@keyframes zoomOut {
from {
opacity: 1; }
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut; }
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown; }
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center; } }
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center; } }
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft; }
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center; } }
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center; } }
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight; }
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp; }
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown; }
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight; }
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp; }
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); } }
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown; }
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft; }
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight; }
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); } }
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp; } .swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
z-index: 1; }
.swiper-container-no-flexbox .swiper-slide {
float: left; }
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column; }
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap; }
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto; }
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative; }
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto; }
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform, height; }
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000; }
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y; }
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x; }
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-moz-background-size: 27px 44px;
-webkit-background-size: 27px 44px;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat; }
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none; }
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto; }
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto; }
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10; }
.swiper-pagination.swiper-pagination-hidden {
opacity: 0; }
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%; }
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2; }
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer; }
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff; }
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff; }
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff; }
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000; }
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
-o-transform: translate(0, -50%);
-ms-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0); }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px; }
.swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute; }
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top; }
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top; }
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0; }
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0; }
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5); }
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff; }
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000; }
.swiper-container-3d {
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px; }
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
-ms-perspective: 1200px; }
.swiper-container-cube,
.swiper-container-flip {
overflow: visible; }
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1; }
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden; }
.swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%; }
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0; }
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible; }
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none; }
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto; }
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center; }
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
object-fit: contain; }
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1); }
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%; }
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%; }
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0; }
.swiper-scrollbar-cursor-drag {
cursor: move; }
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite; }
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
-webkit-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat; }
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg); } }   .pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; } .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden; }
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; } .pswp__button {
width: 44px;
height: 44px;
position: relative;
background: 0;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus,
.pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: 0;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; }
.pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/css/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/css/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: 0; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; }
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; }
.pswp__button--arrow--left,
.pswp__button--arrow--right {
background: 0;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; }
.pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child {
border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3e5c9a;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3e5c9a; }
a.pswp__share--twitter:hover {
background: #55acee;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #ce272d; }
a.pswp__share--download:hover {
background: #DDD; }
.pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; }
.pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; }
.pswp__caption--fake {
visibility: hidden; }
.pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn {
background: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/css/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: 0;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: 0;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
.pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; }
.pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); }
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); }
.pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; }
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
opacity: 0.001; }
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: 0; }    body {
position: relative;
overflow-x: hidden; }
body,
html {
height: 100%; }
.nav .open > a {
background-color: transparent; }
.nav .open > a:hover {
background-color: transparent; }
.nav .open > a:focus {
background-color: transparent; }   #wrapper {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
padding-left: 0;
transition: all 0.5s ease; }
#wrapper.toggled { }
#wrapper.toggled #sidebar-wrapper {
left: 0; }
@media (max-width: 1024px) and (min-width: 768px) {
#wrapper.toggled #sidebar-wrapper {
width: 70%; } }
@media (max-width: 767px) {
#wrapper.toggled #sidebar-wrapper {
width: 85%; } }
#wrapper.toggled .sidebar-nav ul li,
#wrapper.toggled .contactinfos ul li {
visibility: visible;
animation-name: fadeIn;
animation-duration: 0.9s; }
#wrapper.toggled #page-content-wrapper {
margin-right: -220px;
position: absolute; }
#sidebar-wrapper {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;  height: 100%; left: -100%;
overflow-x: hidden;
overflow-y: auto;
transition: all 0.5s ease; width: 70%;
z-index: 99999;
position: fixed;
top: 0; }
#sidebar-wrapper ul li.current_page_item,
#sidebar-wrapper ul li.current-menu-item {
background-color: transparent !important; }
#sidebar-wrapper ul li.current_page_item a,
#sidebar-wrapper ul li.current-menu-item a {
background-color: transparent !important;
font-weight: 900; }
#sidebar-wrapper ul li.current_page_item ul li a,
#sidebar-wrapper ul li.current-menu-item ul li a {
font-weight: normal; }
#sidebar-wrapper ul li a:hover {
background-color: transparent !important; }
#sidebar-wrapper::-webkit-scrollbar {
display: none; }
#page-content-wrapper {
padding-top: 70px;
width: 100%; }   .contactinfos ul li {
visibility: hidden; }
.sidebar-nav {
list-style: none;
margin: 0;
padding: 0; top: 0;
width: auto; }
.sidebar-nav ul {
padding: 0px;
margin: 0px; }
.sidebar-nav ul li {
visibility: hidden;
display: inline-block;
line-height: 20px;
position: relative;
width: 100%; }
.sidebar-nav ul li a {
font-size: 14px;
color: #DDDDDD;
display: block;
padding: 10px 15px 10px 5px;
text-decoration: none; }
.sidebar-nav ul li .sub-menu {
padding-left: 10px; }
.sidebar-nav ul li.open:hover before {
transition: width 0.2s ease-in;
width: 100%; }   .hamburger {
background: transparent;
border: none;
display: block;
height: 32px;
margin-left: 15px;
position: fixed;
top: 36px;
width: 32px;
right: 25px;
z-index: 99999; }
.hamburger:hover {
outline: none; }
.hamburger:focus {
outline: none; }
.hamburger:active {
outline: none; }
.hamburger.is-closed:before {
-webkit-transform: translate3d(0, 0, 0);
-webkit-transition: all 0.35s ease-in-out;
color: #FFFFFF;
content: '';
display: block;
font-size: 14px;
line-height: 32px;
opacity: 0;
text-align: center;
width: 100px; }
.hamburger.is-closed:hover before {
-webkit-transform: translate3d(-100px, 0, 0);
-webkit-transition: all 0.35s ease-in-out;
display: block;
opacity: 1; }
.hamburger.is-closed:hover .hamb-top {
-webkit-transition: all 0.35s ease-in-out;
top: 0; }
.hamburger.is-closed:hover .hamb-bottom {
-webkit-transition: all 0.35s ease-in-out;
bottom: 0; }
.hamburger.is-closed .hamb-top {
-webkit-transition: all 0.35s ease-in-out;
background-color: #32c6f4;
top: 5px; }
.hamburger.is-closed .hamb-middle {
background-color: #32c6f4;
margin-top: -2px;
top: 50%; }
.hamburger.is-closed .hamb-bottom {
-webkit-transition: all 0.35s ease-in-out;
background-color: #32c6f4;
bottom: 5px; }
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
height: 4px;
left: 0;
position: absolute;
width: 100%; }
.hamburger.is-open .hamb-top {
-webkit-transform: rotate(45deg);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
background-color: #FFFFFF;
margin-top: -2px;
top: 50%; }
.hamburger.is-open .hamb-middle {
background-color: #FFFFFF;
display: none; }
.hamburger.is-open .hamb-bottom {
-webkit-transform: rotate(-45deg);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
background-color: #FFFFFF;
margin-top: -2px;
top: 50%; }
.hamburger.is-open:before {
-webkit-transform: translate3d(0, 0, 0);
-webkit-transition: all 0.35s ease-in-out;
color: #FFFFFF;
content: '';
display: block;
font-size: 14px;
line-height: 32px;
opacity: 0;
text-align: center;
width: 100px; }
.hamburger.is-open:hover before {
-webkit-transform: translate3d(-100px, 0, 0);
-webkit-transition: all 0.35s ease-in-out;
display: block;
opacity: 1; }   .overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
z-index: 9999; }
.sidebar-nav .dropdown-menu > .active > a {
background: #528E37 !important; }
* {
box-sizing: border-box; }
::selection {
background-color: #32c6f4;
color: #FFFFFF; }
p {
font-size: 16px; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Merriweather Sans', sans-serif; }
.title_h1,
.title_h2,
.title_h3,
.title_h4,
.title_h5,
.title_h6 {
margin-top: 20px;
margin-bottom: 10px;
font-family: 'Merriweather Sans', sans-serif; }
.title_h1 {
font-size: 36px;
font-weight: 500;
line-height: 1.1; }
.title_h2 {
font-size: 28px; }
.title_h3 {
font-size: 24px; }
.title_h4 {
font-size: 18px; }
.title_h5 {
font-size: 16px; }
.title_h6 {
font-size: 16px; }
html,
body {
height: auto;
margin: 0px;
padding: 0px;
line-height: 1.7;
font-family: 'Lato', sans-serif; }
@media (min-width: 1440px) {
html.wide_grid .container,
body.wide_grid .container {
width: 81%;
max-width: 1440px; } }
html.full_width .container,
body.full_width .container {
width: 100%; }
html .container,
body .container {
padding: 0px 15px; }
#wrapper.blurred {
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px); }
#wrapper.frame {
border: 60px solid #FFFFFF;
border-top: none;
overflow: hidden; }
.ba_page_content {
margin: 0px;
padding: 0px; }
.loader {
position: fixed;
top: 0;
left: 0;
width: 4px;
background-color: #32c6f4;
height: 5px;
transition: all 0.5s cubic-bezier(0.25, 0.75, 0.5, 1); }
.scrollbar {
position: fixed;
top: 0;
left: 0; height: 5px;
background: #00AFE0;
z-index: 99;
transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
section.single_page {
padding: 50px 0px 80px; }
section.single_page img {
margin: 0 auto 30px auto; }
section.single_page p {
margin: 0 auto 30px auto;
max-width: 960px; }
section.single_page h1,
section.single_page h2,
section.single_page h3,
section.single_page h4,
section.single_page h5,
section.single_page h6 {
max-width: 960px;
margin: 0 auto 30px auto; }
.ba-gmap {
width: 100%;
height: 400px;
border: #CCCCCC solid 1px;
margin: 20px 0; }
.ba-gmap img {
max-width: inherit !important; }  header.navigation-I { padding: 0px 0px 0px 0px;
position: relative; }
@media (max-width: 767px) {
header.navigation-I { height: auto !important; } }
header.navigation-I.fixed .container .row {
position: fixed;
top: 0;
width: inherit;
height: 70px;
z-index: 99;
padding-top: 0px; }
header.navigation-I.fixed .container .row .menu {
margin-top: 5px; }
header.navigation-I.fixed .container .row:before {
border-bottom: 1px solid #E0E0E0;
content: '';
display: block;
height: inherit;
width: 100%;
left: 0px;
position: fixed;
background: #FFFFFF;
z-index: -1; }
header.navigation-I .container .row {
padding-top: 20px;
padding-bottom: 20px; }
header.navigation-I .logo img {
height: 70px;
width: auto; }
header.navigation-I .menu {
margin-top: 8px; }
header.navigation-I .menu ul {
padding: 0px;
text-align: right; }
@media (max-width: 991px) {
header.navigation-I .menu ul {
display: none; } }
header.navigation-I .menu ul li {
text-align: center;
display: inline-block;
position: relative;
padding: 10px;
border-bottom: 2px solid #FFFFFF; }
header.navigation-I .menu ul li:not(:last-child) { }
header.navigation-I .menu ul li:before {
content: '';
width: 100%;
top: 0;
height: 0px;
position: absolute;
background-color: #58585a;
left: 0px;
transition: all 0.3s; }
header.navigation-I .menu ul li:hover,
header.navigation-I .menu ul li.current_page_ancestor {
border-bottom: 2px solid #58585a; }
header.navigation-I .menu ul li:hover a,
header.navigation-I .menu ul li.current_page_ancestor a {
color: #FFFFFF;
font-weight: bold; }
header.navigation-I .menu ul li:hover:before,
header.navigation-I .menu ul li.current_page_ancestor:before {
height: 100%; }
header.navigation-I .menu ul li a {
transition: all 0.3s;
position: relative;
text-decoration: none;
color: #000000;
font-size: 16px;
text-transform: uppercase; }
header.navigation-I .menu ul li.current-menu-item {
font-weight: bold;
border-bottom: 2px solid #58585a; }
header.navigation-I .menu ul li.menu-item-has-children {
position: relative; }
header.navigation-I .menu ul li.menu-item-has-children:after {
content: "\f0d7";
font-family: "FontAwesome";
color: #000000; }
header.navigation-I .menu ul li.menu-item-has-children .sub-menu { position: absolute !important;
top: 44px;
padding: 0px;
background: #FFFFFF;
border: 2px solid #58585a;
display: none;
z-index: 999999;
left: 0px; }
header.navigation-I .menu ul li.menu-item-has-children .sub-menu li {
width: 290px !important; display: block !important;
padding: 15px;
text-align: left;
overflow: visible; }
header.navigation-I .menu ul li.menu-item-has-children .sub-menu li.current-menu-item {
background-color: #58585a; }
header.navigation-I .menu ul li.menu-item-has-children .sub-menu li.current-menu-item a {
color: #FFFFFF;
font-weight: bold; }
header.navigation-I .menu ul li.menu-item-has-children .sub-menu li:hover a {
color: #FFFFFF; }
header.navigation-I .menu ul li.menu-item-has-children .sub-menu li:not(:last-child) {
border-bottom: 1px solid #58585a; }
header.navigation-I .menu ul li.menu-item-has-children .sub-menu li a {
display: block;
color: #000000;
font-weight: 300; }
header.navigation-I .menu ul li.menu-item-has-children:hover .sub-menu {
display: table; }
header.navigation-I .social_bar {
background-color: #F3F3F3; }
header.navigation-I .social_bar ul {
padding: 0px;
margin: 0px;
text-align: right; }
header.navigation-I .social_bar ul li {
display: inline-block;
padding: 7px;
width: 31px;
text-align: center; }
header.navigation-I .social_bar ul li:hover {
background-color: #F9F9F9; }
header.navigation-I .social_bar ul li:hover a i {
color: #32c6f4; }
header.navigation-I .social_bar ul li a i {
color: #000000; }
header.navigation-I .infobar {
z-index: 99;
transition: 0.5s all;
background-color: #32c6f4; }
@media (min-width: 1200px) {
header.navigation-I .infobar {
position: relative;
top: 30px;
margin: 0px 30px 0px 30px;
margin-top: -20px; } }
@media (max-width: 1199px) {
header.navigation-I .infobar {
position: absolute; left: 0;
right: 0;
margin: 0px; }
header.navigation-I .infobar:before,
header.navigation-I .infobar:after {
content: none !important; }
header.navigation-I .infobar li:before,
header.navigation-I .infobar li:after {
content: none !important; } }
@media (max-width: 767px) {
header.navigation-I .infobar {
display: none; } }
header.navigation-I .infobar:before {
position: absolute;
left: -41px;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 31px 41px 29px 0;
border-color: transparent #32c6f4 transparent transparent;
line-height: 0; }
header.navigation-I .infobar:after {
content: '';
position: absolute;
right: -41px;
top: 0px;
width: 0;
height: 0;
border-style: solid;
border-width: 31px 0 29px 41px;
border-color: transparent transparent transparent #32c6f4;
line-height: 0px; }
header.navigation-I .infobar ul {
margin-bottom: 0px;
padding: 0px;
display: table;
width: 100%; }
header.navigation-I .infobar ul li {
display: table-cell;
color: #FFFFFF;
margin-right: 15px;
padding: 19px;
text-align: center;
background-repeat: no-repeat;
background-size: 30px; }
@media (min-width: 1200px) {
header.navigation-I .infobar ul li {
background-position: 6% 50%; } }
@media (min-width: 992px) and (max-width: 1199px) {
header.navigation-I .infobar ul li {
background-position: 10% 50%; } }
@media (min-width: 768px) and (max-width: 991px) {
header.navigation-I .infobar ul li {
background-position: 0px 50%; } }
header.navigation-I .infobar ul li a {
color: #FFFFFF;
text-decoration: none; }
header.navigation-I .infobar ul li.phone {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/menu-I-smartphone.png); }
header.navigation-I .infobar ul li.mail {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/menu-I-mail.png); }
header.navigation-I .infobar ul li.address {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/menu-I-map.png); }
header.navigation-I .infobar ul li:last-child {
text-transform: uppercase;
background-color: #58585a;
position: relative; }
header.navigation-I .infobar ul li:last-child a {
color: #FFFFFF;
text-decoration: none; }
header.navigation-I .infobar ul li:last-child:before {
position: absolute;
left: -41px;
top: 0;
z-index: 2;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 31px 41px 29px 0;
border-color: transparent #58585a transparent transparent;
line-height: 0; }
header.navigation-I .infobar ul li:last-child:after {
content: '';
position: absolute;
z-index: 2;
right: -41px;
top: 0px;
width: 0;
height: 0;
border-style: solid;
border-width: 31px 0 29px 41px;
border-color: transparent transparent transparent #58585a;
line-height: 0px; } header.navigation-II.navigation {
padding-top: 35px;
position: relative;
background-color: #FFFFFF; }
@media (max-width: 991px) {
header.navigation-II.navigation {
border-bottom: 2px solid #1F1916;
padding-bottom: 35px; } }
header.navigation-II.navigation.fixed .site_menu {
position: fixed;
top: 0;
width: inherit;
height: 70px; }
header.navigation-II.navigation.fixed .site_menu:before {
content: '';
display: block;
height: inherit;
width: 100%;
left: 0px;
position: fixed;
background: #32c6f4;
z-index: -1; }
header.navigation-II .row {
display: flex;
align-items: center;
flex-wrap: wrap; }
@media (min-width: 992px) {
header.navigation-II .row {
flex-direction: row; } }
@media (max-width: 991px) {
header.navigation-II .logo {
max-width: 310px; } }
header.navigation-II .logo .row { }
header.navigation-II .logo .cert {
max-width: 126px;
height: auto; }
header.navigation-II .company_info {
display: flex;
justify-content: space-between;
padding-right: 0px; }
@media (max-width: 1199px) {
header.navigation-II .company_info .company__socials {
display: none; } }
@media (max-width: 991px) {
header.navigation-II .company_info {
padding: 15px 15px 0px; } }
@media (min-width: 992px) {
header.navigation-II .company_info {
padding-left: 93px; } }
header.navigation-II .company_info ul {
padding: 0px;
margin: 0px; }
@media (max-width: 401px) {
header.navigation-II .company_info ul {
display: none; } }
header.navigation-II .company_info ul li {
display: inline-block;
margin-right: 12px; }
header.navigation-II .company_info ul li img {
float: left;
padding: 7px;
height: 35px;
width: 36px;
border: 2px solid #000000; border-radius: 5px;
margin-right: 10px; }
header.navigation-II .company_info ul li .holder {
line-height: 1.2;
float: left; }
header.navigation-II .company_info ul li .holder p {
margin: 0px; }
header.navigation-II .company_info ul li .holder a {
color: #333; }
header.navigation-II .company_info ul li .holder i {
color: #333;
border: 1px solid #333;
border-radius: 5px; }
header.navigation-II .company_info ul li a {
color: #333; }
header.navigation-II .company_info ul li i {
color: #333;
border: 2px solid #333;
border-radius: 5px;
padding: 7px 3px;
width: 36px;
text-align: center;
height: 35px;
font-size: 19px;
transition: all 0.5s cubic-bezier(0.25, 0.75, 0.5, 1.25); }
header.navigation-II .company_info ul li i:hover {
background-color: #32c6f4;
color: #FFFFFF;
border-color: #32c6f4; }
header.navigation-II .company_info ul li i.fa-facebook:hover {
background-color: #3B5998;
color: #FFFFFF;
border-color: #3B5998; }
header.navigation-II .company_info ul li i.fa-twitter:hover {
background-color: #1DA1F2;
color: #FFFFFF;
border-color: #1DA1F2; }
header.navigation-II .company_info ul li i.fa-linkedin:hover {
background-color: #0077B5;
color: #FFFFFF;
border-color: #0077B5; }
header.navigation-II .company_info ul li i.fa-google-plus:hover {
background-color: #DB4437;
color: #FFFFFF;
border-color: #DB4437; }
header.navigation-II .site_menu {
position: relative;
top: 28px;
z-index: 99;
background-color: #32c6f4; }
@media (max-width: 991px) {
header.navigation-II .site_menu {
display: none; } }
header.navigation-II .site_menu nav ul {
margin: 0px;
padding: 0px; }
header.navigation-II .site_menu nav ul li {
padding: 0px;
display: inline-block;
width: auto !important; }
header.navigation-II .site_menu nav ul li a {
padding: 27px 21px;
text-decoration: none;
color: #FFFFFF;
line-height: 1;
text-transform: uppercase;
font-size: 16px;
display: inherit; }
header.navigation-II .site_menu nav ul li.current-menu-item a {
font-weight: bold; }
header.navigation-II .site_menu nav ul li.current-menu-item,
header.navigation-II .site_menu nav ul li:hover,
header.navigation-II .site_menu nav ul li.current_page_ancestor,
header.navigation-II .site_menu nav ul li:focus {
background-color: #58585a; }
header.navigation-II .site_menu nav ul li.current-menu-item.menu-item-has-children:after,
header.navigation-II .site_menu nav ul li:hover.menu-item-has-children:after,
header.navigation-II .site_menu nav ul li.current_page_ancestor.menu-item-has-children:after,
header.navigation-II .site_menu nav ul li:focus.menu-item-has-children:after {
color: #FFFFFF; }
header.navigation-II .site_menu nav ul li.menu-item-has-children {
position: relative; }
header.navigation-II .site_menu nav ul li.menu-item-has-children:after {
content: "\f0d7";
font-family: "FontAwesome";
color: #000000;
position: relative;
left: -18px; }
header.navigation-II .site_menu nav ul li.menu-item-has-children .sub-menu { position: absolute !important;
top: 69px;
padding: 0px;
background: #32c6f4;
display: none;
z-index: 999999;
left: 0px; }
header.navigation-II .site_menu nav ul li.menu-item-has-children .sub-menu li {
width: 290px !important; display: block !important;
padding: 0px;
text-align: left;
overflow: visible; }
header.navigation-II .site_menu nav ul li.menu-item-has-children .sub-menu li.current-menu-item {
background-color: #58585a; }
header.navigation-II .site_menu nav ul li.menu-item-has-children .sub-menu li.current-menu-item a {
color: #FFFFFF;
font-weight: bold; }
header.navigation-II .site_menu nav ul li.menu-item-has-children .sub-menu li:hover a {
color: #FFFFFF; }
header.navigation-II .site_menu nav ul li.menu-item-has-children .sub-menu li:not(:last-child) {
border-bottom: 1px solid #58585a; }
header.navigation-II .site_menu nav ul li.menu-item-has-children .sub-menu li a {
display: block;
color: #FFFFFF;
font-weight: 300; }
header.navigation-II .site_menu nav ul li.menu-item-has-children:hover .sub-menu {
display: table; } header.navigation-III {
position: absolute;
top: 0;
z-index: 99;
left: 0;
right: 0;
margin: 0 auto;
transition: all 0.5s cubic-bezier(0.25, 0.75, 0.5, 1); }
@media (min-width: 992px) and (max-width: 1199px) {
header.navigation-III {
width: 970px; } }
@media (min-width: 768px) and (max-width: 991px) {
header.navigation-III {
width: 750px; } }
@media (max-width: 767px) {
header.navigation-III {
width: auto;
margin: 0px 15px; } }
header.navigation-III.is_sticky {
position: fixed; }
header.navigation-III.fixed {
width: 100%;
top: -85px;
background: #FFFFFF;
box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.3); }
@media (max-width: 767px) {
header.navigation-III.fixed {
margin: 0px; } }
header.navigation-III.fixed ~ button.hamburger {
top: 24px; }
header.navigation-III .row {
min-height: 85px; }
header.navigation-III .menu_bar {
display: flex;
min-height: auto;
background-color: #FFFFFF; }
header.navigation-III .menu_bar .menu {
padding-right: 0px; }
header.navigation-III .menu_bar .logo {
align-self: center; }
header.navigation-III .menu_bar .logo img {
max-height: 83px; }
@media (max-width: 991px) {
header.navigation-III .menu_bar .logo img {
margin: 10px 0px; } }
header.navigation-III .menu_bar .menu {
text-align: right; }
header.navigation-III .menu_bar .menu ul {
padding: 0px;
margin: 0px; }
@media (max-width: 991px) {
header.navigation-III .menu_bar .menu ul {
display: none; } }
header.navigation-III .menu_bar .menu ul li {
list-style-type: none;
display: inline-block;
padding: 30px 13px; }
header.navigation-III .menu_bar .menu ul li a {
text-transform: uppercase;
color: #000000;
font-weight: bold;
text-decoration: none; }
@media (max-width: 1199px) and (min-width: 991px) {
header.navigation-III .menu_bar .menu ul li {
padding: 30px 5px; }
header.navigation-III .menu_bar .menu ul li:last-child {
padding: 30px 5px;
margin-left: 10px; }
header.navigation-III .menu_bar .menu ul li:last-child:before {
top: -1px; }
header.navigation-III .menu_bar .menu ul li a {
font-size: 13px; } }
header.navigation-III .menu_bar .menu ul li:hover,
header.navigation-III .menu_bar .menu ul li.current-menu-item,
header.navigation-III .menu_bar .menu ul li.current_page_ancestor {
background-color: #F5F4F4; }
header.navigation-III .menu_bar .menu ul li.menu-item-has-children {
position: relative; }
header.navigation-III .menu_bar .menu ul li.menu-item-has-children:after {
content: "\f0d7";
font-family: "FontAwesome";
color: #000000; }
header.navigation-III .menu_bar .menu ul li.menu-item-has-children .sub-menu { position: absolute !important;
top: 83px;
padding: 0;
text-align: left;
background: #F5F4F4;
display: none;
z-index: 999999;
left: 0px; }
header.navigation-III .menu_bar .menu ul li.menu-item-has-children .sub-menu li {
width: 290px; display: block !important;
background: #F5F4F4;
padding: 0px; }
header.navigation-III .menu_bar .menu ul li.menu-item-has-children .sub-menu li:hover,
header.navigation-III .menu_bar .menu ul li.menu-item-has-children .sub-menu li.current-menu-item {
background-color: #32c6f4; }
header.navigation-III .menu_bar .menu ul li.menu-item-has-children .sub-menu li:hover a,
header.navigation-III .menu_bar .menu ul li.menu-item-has-children .sub-menu li.current-menu-item a {
color: #FFFFFF; }
header.navigation-III .menu_bar .menu ul li.menu-item-has-children .sub-menu li:not(:last-child) {
border-bottom: 1px solid #C1C1C1; }
header.navigation-III .menu_bar .menu ul li.menu-item-has-children .sub-menu li:last-child:before {
display: none; }
header.navigation-III .menu_bar .menu ul li.menu-item-has-children .sub-menu li a {
line-height: 1.3;
display: block;
color: #000000;
font-weight: bold;
padding: 20px; }
header.navigation-III .menu_bar .menu ul li.menu-item-has-children:hover .sub-menu {
display: table; }
header.navigation-III .site_socials {
margin-top: 25px;
margin-bottom: 25px; }
header.navigation-III .site_socials ul {
padding: 0px;
margin: 0px; }
header.navigation-III .site_socials ul li {
display: inline-block;
margin-right: 10px; }
header.navigation-III .site_socials ul li a i {
color: #FFFFFF;
border: 2px solid #FFFFFF;
border-radius: 5px;
padding: 7px 3px;
width: 36px;
text-align: center;
height: 35px;
font-size: 19px;
transition: all 0.5s cubic-bezier(0.25, 0.75, 0.5, 1.25); }
header.navigation-III .site_socials ul li a i:hover {
background-color: #32c6f4;
color: #FFFFFF;
border-color: #32c6f4; }
header.navigation-III .site_socials ul li a i.fa-facebook:hover {
background-color: #3B5998;
color: #FFFFFF;
border-color: #3B5998; }
header.navigation-III .site_socials ul li a i.fa-twitter:hover {
background-color: #1DA1F2;
color: #FFFFFF;
border-color: #1DA1F2; }
header.navigation-III .site_socials ul li a i.fa-linkedin:hover {
background-color: #0077B5;
color: #FFFFFF;
border-color: #0077B5; }
header.navigation-III .site_socials ul li a i.fa-google-plus:hover {
background-color: #DB4437;
color: #FFFFFF;
border-color: #DB4437; }
header.navigation-III .contact-infos {
text-align: right; }
header.navigation-III .contact-infos div {
margin-top: 6px;
color: #FFFFFF; }
header.navigation-III .contact-infos ul {
padding: 0px;
margin: 0px;
margin-bottom: 7px; }
header.navigation-III .contact-infos ul li {
list-style-type: none;
line-height: 1;
position: relative;
background-repeat: no-repeat;
background-position: 100% 50%;
padding-right: 45px; }
header.navigation-III .contact-infos ul li.tel {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/images/menu_III_phone.svg); }
header.navigation-III .contact-infos ul li.mail {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/images/menu_III_mail.svg); }
header.navigation-III .contact-infos ul li:after {
content: '';
height: 100%;
width: 1px;
position: absolute;
background-color: #FFFFFF;
right: 32px;
top: 0px; }
header.navigation-III .contact-infos ul li a {
color: #FFFFFF;
font-size: 25px;
font-weight: bold;
text-decoration: none; }
@media (max-width: 375px) {
header.navigation-III .contact-infos ul li {
background-size: 19px; }
header.navigation-III .contact-infos ul li a {
font-size: 17px; } } header.navigation-IV .topheader .logo {
padding-left: 0px; }
header.navigation-IV .topheader .logo img {
max-width: 200px;
margin-top: 40px; }
header.navigation-IV .topheader .topbar {
padding: 15px 0;
border-bottom: 1px solid #C0C5CA; }
@media (max-width: 991px) {
header.navigation-IV .topheader .topbar {
display: none; } }
header.navigation-IV .topheader .topbar ul {
font-size: 14px;
display: inline-block; }
header.navigation-IV .topheader .topbar ul li {
display: inline-block; }
header.navigation-IV .topheader .topbar ul li i {
color: #32c6f4;
margin-right: 6px; }
header.navigation-IV .topheader .topbar ul li a {
text-decoration: none;
color: #576573; }
header.navigation-IV .topheader .topbar ul li a:hover {
color: #32c6f4; }
header.navigation-IV .topheader .topbar ul.contactinfo li {
padding: 0 12px;
border-right: 1px solid #576573; }
header.navigation-IV .topheader .topbar ul.contactinfo li:first-child {
padding-left: 0; }
header.navigation-IV .topheader .topbar ul.socials {
padding: 0px 12px;
border-right: 1px solid #576573; }
header.navigation-IV .topheader .topbar ul.socials li {
padding: 0px 5px; }
header.navigation-IV .topheader .topbar ul.socials li a i {
color: #576573; }
header.navigation-IV .topheader .topbar ul.socials li a i:hover {
color: #32c6f4; }
header.navigation-IV .topheader .topbar span {
padding: 0px 12px; }
header.navigation-IV .topheader .bottombar {
padding: 32px 0; }
header.navigation-IV .topheader .bottombar a {
color: #58585A;
text-decoration: none; }
header.navigation-IV .topheader .bottombar ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: wrap;
flex-direction: row;
justify-content: space-between; }
header.navigation-IV .topheader .bottombar ul li {
font-weight: 600;
color: #58585a;
display: inline-block;
height: 45px;
transition: all 0.2s;
word-break: break-word;
overflow: hidden; }
@media (max-width: 991px) {
header.navigation-IV .topheader .bottombar ul li {
font-size: 13px; } }
@media (min-width: 992px) {
header.navigation-IV .topheader .bottombar ul li {
font-size: 13px; } }
@media (max-width: 767px) {
header.navigation-IV .topheader .bottombar ul li:last-child {
margin-top: 20px;
width: 100%; } }
@media (min-width: 768px) {
header.navigation-IV .topheader .bottombar ul li {
width: 33%; } }
header.navigation-IV .topheader .bottombar ul li:hover {
color: #32c6f4; }
header.navigation-IV .topheader .bottombar ul li p {
font-weight: normal;
font-size: 15px;
color: #6A6A6A; }
@media (max-width: 767px) {
header.navigation-IV .topheader .bottombar ul li p {
font-size: 10px; } }
header.navigation-IV .topheader .bottombar ul li span {
width: 45px;
height: 45px;
float: left;
margin: 0 10px 0 0;
line-height: 43px;
border-radius: 3px;
text-align: center;
border: 1px solid #2D3E50; }
header.navigation-IV .topheader .bottombar ul li span i {
color: #32c6f4;
display: block;
font-size: 25px;
line-height: 43px; }
header.navigation-IV .topheader .bottombar ul li i {
color: #32c6f4;
display: block;
font-size: 25px;
line-height: 43px; }
header.navigation-IV .topheader .bottombar ul li:last-child {
border-radius: 3px;
border: 1px solid #2D3E50;
padding-left: 8px; }
header.navigation-IV .topheader .bottombar ul li:last-child span {
width: auto;
height: 45px;
float: left;
border: none; }
header.navigation-IV .topheader .bottombar ul li:last-child span.appoitment {
font-size: 13px;
text-transform: uppercase; }
header.navigation-IV .bottomheader {
background-color: #58585a;
color: #FFFFFF; }
@media (max-width: 991px) {
header.navigation-IV .bottomheader {
display: none; } }
header.navigation-IV .bottomheader .navigation {
overflow: visible; }
header.navigation-IV .bottomheader .navigation ul {
padding: 0;
margin: 0;
position: relative; }
header.navigation-IV .bottomheader .navigation ul li {
display: inline-block;
padding: 0px;
width: auto !important; }
header.navigation-IV .bottomheader .navigation ul li:first-child {
padding-left: 0px; }
header.navigation-IV .bottomheader .navigation ul li:first-child a {
padding-left: 0px; }
header.navigation-IV .bottomheader .navigation ul li a {
font-size: 16px;
font-weight: 600;
color: #FFFFFF;
padding: 20px 10px;
text-decoration: none;
display: block;
text-transform: uppercase; }
header.navigation-IV .bottomheader .navigation ul li a:hover {
color: #32c6f4; }
header.navigation-IV .bottomheader .navigation ul li.menu-item-has-children:hover > ul.sub-menu {
display: grid; }
header.navigation-IV .bottomheader .navigation ul li ul.sub-menu {
grid-template-columns: 1fr 1fr 1fr;
column-gap: 5px;
row-gap: 5px;
background: #58585a; position: absolute;
left: 0px;
width: 1140px;
padding: 15px;
z-index: 99;
display: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear; }
header.navigation-IV .bottomheader .navigation ul li ul.sub-menu li {
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
border: 1px solid #535355;
width: 100%; }
header.navigation-IV .bottomheader .navigation ul li ul.sub-menu li:hover,
header.navigation-IV .bottomheader .navigation ul li ul.sub-menu li.current-menu-item {
border: 1px solid #4b4b4d;
background-color: #535355; }
header.navigation-IV .bottomheader .navigation ul li ul.sub-menu li:hover a,
header.navigation-IV .bottomheader .navigation ul li ul.sub-menu li.current-menu-item a {
color: #FFFFFF;
padding-left: 25px !important; }
header.navigation-IV .bottomheader .navigation ul li ul.sub-menu li a {
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
padding: 10px !important; }
header.navigation-IV .bottomheader .searchbar {
padding: 34px 20px;
z-index: 1;
width: 25%;
float: left;
position: relative; }
header.navigation-IV .bottomheader .searchbar:before {
background-color: #32c6f4;
top: 0;
left: 2px;
content: '';
height: 100%;
z-index: -1;
width: 9999px;
position: absolute; }
div#page_header {
position: relative; }
div#page_header.style_I {
margin-bottom: 30px; }
div#page_header.style_I figure {
height: 448px;
position: relative; }
div#page_header.style_I figure .page_header__bg {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
@media (max-width: 991px) {
div#page_header.style_I figure .container {
width: 100%;
padding: 0; } }
div#page_header.style_I figure figcaption {
position: absolute;
left: 0px;
top: 0px;
width: 35%;
height: 100%;
background-color: #58585a;
display: flex;
flex-direction: column;
justify-content: center;
text-align: right;
padding-right: 50px; }
div#page_header.style_I figure figcaption h1 {
color: #FFFFFF;
position: relative;
margin: 0px 0px 15px 0px;
padding: 0px 0px 15px 0px;
text-transform: uppercase;
font-weight: bold; }
div#page_header.style_I figure figcaption h1:after {
content: '';
position: absolute;
bottom: 0px;
width: 70px;
height: 5px;
background-color: #FFFFFF;
right: 0px; }
div#page_header.style_I figure figcaption #breadcrumbs_bar {
background: none;
text-align: right;
color: #FFFFFF; }
div#page_header.style_I figure figcaption #breadcrumbs_bar a {
color: #FFFFFF !important;
margin-right: 5px; }
div#page_header.style_I figure figcaption #breadcrumbs_bar span {
margin-left: 5px;
color: #FFFFFF; }
div#page_header.style_I figure figcaption #breadcrumbs_bar span strong {
color: #FFFFFF; }
div#page_header.style_I figure figcaption #breadcrumbs_bar span.current {
font-weight: bold; }
div#page_header.style_I figure figcaption #breadcrumbs_bar .container {
border: none !important; }
@media (max-width: 991px) {
div#page_header.style_I figure figcaption {
position: static;
width: 100%;
padding: 20px; }
div#page_header.style_I figure figcaption h1 {
text-align: center; }
div#page_header.style_I figure figcaption h1:after {
margin: 0 auto;
left: 0; }
div#page_header.style_I figure figcaption #breadcrumbs_bar {
text-align: center; }
div#page_header.style_I figure figcaption #breadcrumbs_bar a,
div#page_header.style_I figure figcaption #breadcrumbs_bar span {
text-align: center; } }
div#page_header {
position: relative; }
div#page_header.style_II figure {
height: 448px;
position: relative; }
div#page_header.style_II figure .page_header__bg {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
div#page_header.style_II figure .container {
position: absolute;
height: 100%;
left: 0;
right: 0; }
@media (max-width: 991px) {
div#page_header.style_II figure .container {
width: 100%;
padding: 0; } }
div#page_header.style_II figure img {
width: 100%; }
div#page_header.style_II figure figcaption {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: right;
padding-right: 50px;
padding-left: 30px;
z-index: 2; }
div#page_header.style_II figure figcaption h1 {
color: #FFFFFF;
position: relative;
margin: 0px 0px 15px 0px;
padding: 0px 0px 15px 0px;
text-transform: uppercase;
font-weight: bold;
text-align: left; }
div#page_header.style_II figure figcaption h1:after {
background-color: #FFFFFF;
content: '';
position: absolute;
bottom: 0px;
width: 70px;
height: 5px;
left: 0; }
div#page_header.style_II figure figcaption .ba_breadcrumbs {
background: none;
text-align: left;
color: #FFFFFF; }
div#page_header.style_II figure figcaption .ba_breadcrumbs a {
color: #FFFFFF;
margin-right: 5px; }
div#page_header.style_II figure figcaption .ba_breadcrumbs span {
color: #FFFFFF; }
div#page_header.style_II figure figcaption .ba_breadcrumbs span:not(:first-child) {
margin-left: 5px; }
div#page_header.style_II figure figcaption .ba_breadcrumbs span strong {
margin-left: 5px;
color: #FFFFFF; }
div#page_header.style_II figure figcaption .ba_breadcrumbs span.current {
font-weight: bold; }
div#page_header.style_II figure figcaption .ba_breadcrumbs .container {
border: none !important; }
@media (max-width: 991px) {
div#page_header.style_II figure figcaption {
position: static;
width: 100%;
padding: 20px; }
div#page_header.style_II figure figcaption h1 {
text-align: center; }
div#page_header.style_II figure figcaption h1:after {
margin: 0 auto;
left: 0; }
div#page_header.style_II figure figcaption #breadcrumbs_bar {
text-align: center; }
div#page_header.style_II figure figcaption #breadcrumbs_bar a,
div#page_header.style_II figure figcaption #breadcrumbs_bar span {
text-align: center; } }
div#page_header.style_II.dark h1 {
color: #FFFFFF; }
div#page_header.style_II.dark h1:after {
background-color: #FFFFFF; }
div#page_header.style_II.dark .ba_breadcrumbs {
color: #FFFFFF; }
div#page_header.style_II.dark .ba_breadcrumbs a {
color: #FFFFFF; }
div#page_header.style_II.dark .ba_breadcrumbs span {
color: #FFFFFF; }
div#page_header.style_II.dark .ba_breadcrumbs span strong {
color: #FFFFFF; }
div#page_header.style_II.light h1 {
color: #000000; }
div#page_header.style_II.light h1:after {
background-color: #000000; }
div#page_header.style_II.light .ba_breadcrumbs {
color: #000000; }
div#page_header.style_II.light .ba_breadcrumbs a {
color: #000000; }
div#page_header.style_II.light .ba_breadcrumbs span {
color: #000000; }
div#page_header.style_II.light .ba_breadcrumbs span strong {
color: #000000; }
footer {
background-color: #32c6f4; }
footer ~ .copyright .container span,
footer ~ .copyright .container a {
align-self: center; }
footer ~ .copyright .container span img.b4after-logo,
footer ~ .copyright .container a img.b4after-logo {
max-height: 33px; }
footer.style-I {
padding: 60px 0px; }
footer.style-I .row {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
justify-content: center; }
footer.style-I .row:after,
footer.style-I .row:before {
display: none; }
footer.style-I .footer__column:nth-child(n+5) {
margin-top: 50px; }
footer.style-I .footer__column .column_title {
color: #FFFFFF;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
margin: 0px 0px 30px; }
footer.style-I .footer__column ul,
footer.style-I .footer__column ul.menu,
footer.style-I .footer__column ul#recentcomments {
padding-left: 0px; }
footer.style-I .footer__column ul li,
footer.style-I .footer__column ul.menu li,
footer.style-I .footer__column ul#recentcomments li {
list-style-type: none; }
footer.style-I .footer__column ul li a,
footer.style-I .footer__column ul.menu li a,
footer.style-I .footer__column ul#recentcomments li a {
color: #FFFFFF; }
footer.style-I .footer__column ul li .children,
footer.style-I .footer__column ul.menu li .children,
footer.style-I .footer__column ul#recentcomments li .children,
footer.style-I .footer__column ul li .sub-menu,
footer.style-I .footer__column ul.menu li .sub-menu,
footer.style-I .footer__column ul#recentcomments li .sub-menu {
padding-left: 15px; }
footer.style-I .footer__column ul li.current_page_item a,
footer.style-I .footer__column ul.menu li.current_page_item a,
footer.style-I .footer__column ul#recentcomments li.current_page_item a {
font-weight: bold;
border-bottom: 1px solid #FFFFFF; }
footer.style-I .footer__column ul li.current_page_item ul li a,
footer.style-I .footer__column ul.menu li.current_page_item ul li a,
footer.style-I .footer__column ul#recentcomments li.current_page_item ul li a {
font-weight: normal;
border-bottom: none; }
footer.style-I .footer__column ul li:hover a,
footer.style-I .footer__column ul.menu li:hover a,
footer.style-I .footer__column ul#recentcomments li:hover a,
footer.style-I .footer__column ul li:focus a,
footer.style-I .footer__column ul.menu li:focus a,
footer.style-I .footer__column ul#recentcomments li:focus a {
text-decoration: none; }
footer.style-I .footer__column ul#recentcomments li span.comment-author-link {
margin-right: 5px; }
footer.style-I .footer__column ul#recentcomments li span.comment-author-link ~ a {
margin-left: 5px !important; }
footer.style-I ~ .copyright {
background-color: #0cb3e7;
padding: 10px 0px; }
footer.style-I ~ .copyright .container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between; }
footer.style-I ~ .copyright .container:after,
footer.style-I ~ .copyright .container:before {
display: none; }
footer.style-I ~ .copyright .container span,
footer.style-I ~ .copyright .container a {
color: #FFFFFF; } .ba_slider {
margin-bottom: 1px;
overflow: hidden;
position: relative; }
.ba_slider.cut_off:after {
content: '';
position: absolute;
bottom: -98px;
width: 106%;
left: -18px;
height: 195px;
background-color: #FFFFFF;
transform: rotate(5deg);
z-index: 9; }
@media (max-width: 991px) {
.ba_slider.cut_off:after {
display: none; } }
@media (max-width: 819px) {
.ba_slider .swiper-button-next,
.ba_slider .swiper-button-prev {
display: none; } }
.ba_slider .swiper-button-next {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-arrow-right.png); }
.ba_slider .swiper-button-prev {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-arrow-left.png); }
.ba_slider .banner-pagination {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
text-align: center;
z-index: 2; }
.ba_slider .banner-pagination .swiper-pagination-bullet {
background-color: #FFFFFF;
opacity: 1;
border: 1px solid #32c6f4; }
.ba_slider .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #58585a; }
.ba_slider .slide-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
opacity: 0.3;
z-index: 2; }
.slider_I {
overflow: hidden;
z-index: 20;
background: #F9F9F9;
height: 100%; width: 100%; }
.slider_I .slide-progress-container {
position: absolute;
height: 1px;
z-index: 3;
bottom: 50px;
right: 0;
left: 0; }
@media (max-width: 1199px) {
.slider_I .slide-progress-container {
bottom: 90px; } }
.slider_I .slide-progress-container .slide-progress-content {
margin: 0 auto;
max-width: 1040px;
position: relative; }
@media (max-width: 1199px) and (min-width: 992px) {
.slider_I .slide-progress-container .slide-progress-content {
max-width: 90%; } }
@media (max-width: 991px) {
.slider_I .slide-progress-container .slide-progress-content {
max-width: 80%; } }
.slider_I .slide-progress-container .slide-progress-content .slide-progress-warp {
position: relative;
max-width: 750px;
height: 1px;
background: rgba(255, 255, 255, 0.41);
z-index: 10;
bottom: 0;
width: 100%; }
@media (max-width: 991px) {
.slider_I .slide-progress-container .slide-progress-content .slide-progress-warp {
max-width: 80%; } }
.slider_I .slide-progress-container .slide-progress-content .slide-progress-warp .slide-progress {
position: absolute;
top: 50%;
left: 0;
height: 4px;
border-radius: 6px;
margin-top: -2.5px;
width: 0;
max-width: 100%;
background: #000000; }
.slider_I .swiper-pagination-bullets {
z-index: 100;
right: 0;
width: auto;
left: inherit;
bottom: 0;
background: #FFFFFF;
padding: 20px 15px;
border-bottom: 1px solid #EEEEEE; }
.slider_I .swiper-pagination-bullets .swiper-pagination-bullet {
border-radius: 0;
background: transparent !important;
padding: 10px 12px;
border: none !important;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
position: relative;
color: #000000;
font-weight: 800;
font-size: 13px;
opacity: 1;
float: left;
margin-top: 0;
line-height: 0; }
.slider_I .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
color: #999999;
padding-right: 50px; }
.slider_I .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
width: 30px; }
.slider_I .swiper-pagination-bullets .swiper-pagination-bullet:before {
content: '';
position: absolute;
bottom: 50%;
left: 30px;
width: 0;
height: 1px;
margin-bottom: -1px;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
background: #CCCCCC; }
.slider_I .swiper-wrapper .swiper-slide { height: 100vh; }
.slider_I .swiper-wrapper .swiper-slide .container { }
.slider_I .swiper-wrapper .swiper-slide .bg {
background-repeat: no-repeat;
position: fixed; width: 100%;
background-size: cover;
background-position: center; }
@media (max-width: 992px) {
.slider_I .swiper-wrapper .swiper-slide .bg {
height: 100%;
bottom: 0px; } }
@media (min-width: 991px) {
.slider_I .swiper-wrapper .swiper-slide .bg { height: 100%; } }
.slider_I .swiper-wrapper .swiper-slide .hero-wrap {
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
flex-direction: column;
position: relative;
z-index: 99; }
.slider_I .swiper-wrapper .swiper-slide .hero-wrap .hero-item {
padding: 20px 30px;
position: relative; }
.slider_I .swiper-wrapper .swiper-slide .hero-wrap .hero-item span.small-title {
padding-bottom: 20px;
color: rgba(255, 255, 255, 0.71);
text-align: left;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
display: block; }
.slider_I .swiper-wrapper .swiper-slide .hero-wrap .hero-item h3 {
font-size: 56px;
line-height: 1.1;
letter-spacing: -2px;
text-align: left;
font-weight: bold;
padding-bottom: 20px;
color: #FFFFFF;
margin: 0px; }
@media (max-width: 767px) {
.slider_I .swiper-wrapper .swiper-slide .hero-wrap .hero-item h3 {
font-size: 35px; } }
.slider_I .swiper-wrapper .swiper-slide .hero-wrap .hero-item h3 span {
display: block; }
.slider_I .swiper-wrapper .swiper-slide .hero-wrap .hero-item p {
color: #FFFFFF;
font-size: 18px;
font-weight: 800; }
.slider_I .swiper-wrapper .swiper-slide .hero-wrap .hero-item a.btn-standard-I {
display: inline-block; }
.slider_I .swiper-wrapper .swiper-slide .hero-wrap .hero-item a.btn-standard-II {
color: #FFFFFF;
margin-right: 10px; }
.slider_I .swiper-wrapper .swiper-slide .hero-wrap .hero-item:before {
content: '';
position: absolute;
top: -20px;
bottom: -20px;
left: 0;
width: 1px;
background: rgba(255, 255, 255, 0.41);
z-index: 5; } .slider_II > div {
background-repeat: no-repeat;
background-size: cover;
background-position: center; }
.slider_II .swiper-slide {
background-color: #32c6f4;
background-repeat: no-repeat;
background-size: cover; }
.slider_II figure {
height: inherit;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: column;
justify-content: center; }
.slider_II figure figcaption {
position: relative;
z-index: 9999; }
.slider_II figure figcaption span.small-title {
color: #FFFFFF; }
.slider_II figure figcaption h3 {
margin: 0px;
font-size: 110px;
font-weight: bold;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 30px; }
.slider_II figure figcaption h3 span {
font-size: 80px;
font-weight: 300; }
.slider_II figure figcaption p {
margin: 0px;
color: #FFFFFF;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 30px; }
.slider_II figure figcaption a {
text-decoration: none; }
.slider_II figure figcaption a.btn-standard-I {
display: inline; }
.slider_II figure figcaption a.btn-standard-II {
color: #FFFFFF;
margin-right: 10px; }
.slider_II figure figcaption a button {
background-color: #FFFFFF;
padding: 10px 50px;
color: #333333;
text-transform: uppercase;
font-size: 16px;
border: none;
font-weight: bold;
outline: none; }
div.sidebar-title {
position: relative;
margin: 0 0 30px 0;
text-align: center;
letter-spacing: 2px;
text-transform: uppercase;
font-size: 12px;
font-weight: 400;
color: #DDDDDD;
padding: 10px;
background-color: #58585a; }
form[role=search] {
margin-bottom: 30px; }
form[role=search] label.screen-reader-text {
display: none; }
form[role=search] div {
position: relative; }
form[role=search] input[type="text"] {
font-weight: 400;
height: 45px;
border: 1px solid #DDDDDD;
background: #F8F8F8;
outline: none;
padding: 10px;
padding-right: 90px;
width: 100%;
display: block; }
form[role=search] input[type="submit"] {
position: absolute;
top: 5px;
color: #FFFFFF;
right: 5px;
height: 35px;
line-height: 37px;
background: #32c6f4;
border-radius: 5px;
padding: 0 10px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
border: none;
outline-color: transparent; }
section.widget.widget_recent_entries ul,
section.widget.widget_recent_comments ul,
section.widget.widget_archive ul,
section.widget.widget_categories ul,
section.widget.widget_meta ul {
margin-bottom: 30px;
padding-left: 0px; }
section.widget.widget_recent_entries ul li,
section.widget.widget_recent_comments ul li,
section.widget.widget_archive ul li,
section.widget.widget_categories ul li,
section.widget.widget_meta ul li {
padding-left: 15px;
position: relative;
list-style-type: none;
color: #333333; }
section.widget.widget_recent_entries ul li:before,
section.widget.widget_recent_comments ul li:before,
section.widget.widget_archive ul li:before,
section.widget.widget_categories ul li:before,
section.widget.widget_meta ul li:before {
content: "■";
position: absolute;
top: 2px;
left: 0px;
line-height: 1;
color: #32c6f4; }
section.widget.widget_recent_entries ul li a,
section.widget.widget_recent_comments ul li a,
section.widget.widget_archive ul li a,
section.widget.widget_categories ul li a,
section.widget.widget_meta ul li a {
color: #000000; }
.entry-content img {
margin: 0 0 1.5em 0; }
.alignleft,
img.alignleft {
margin-right: 1.5em;
display: inline;
float: left; }
.alignright,
img.alignright {
margin-left: 1.5em;
display: inline;
float: right; }
.aligncenter,
img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both; }
.alignnone,
img.alignnone { }
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
width: auto !important; }
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0; }
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
text-align: left; }
.wp-smiley {
margin: 0 !important;
max-height: 1em; }
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left; }
.padding50 {
padding: 50px 0px; }
blockquote.testimonial {
position: relative;
font-size: 17px;
font-weight: 400;
color: #A6A7AA;
border-left: none;
margin-left: 20px; }
blockquote.testimonial:before {
position: absolute;
top: 0;
left: -20px;
font-size: 60px;
display: inline-block;
color: #58585a;
content: '“'; }
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right; }
section.search_results div.no_results {
text-align: center; }
section.search_results form.searchform {
margin-top: 60px;
margin-bottom: 30px; }
section.search_results form.searchform label.screen-reader-text {
display: none; }
section.search_results form.searchform div {
position: relative; }
section.search_results form.searchform input[type="text"] {
font-weight: 400;
height: 45px;
border: 1px solid #DDDDDD;
background: #F8F8F8;
outline: none;
padding: 10px;
padding-right: 90px;
width: 100%;
display: block; }
section.search_results form.searchform input[type="submit"] {
position: absolute;
top: 5px;
color: #FFFFFF;
right: 5px;
height: 35px;
line-height: 37px;
background: #32c6f4;
border-radius: 5px;
padding: 0 10px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
border: none;
outline-color: transparent; }
section.search_results h1 {
margin: 0px 0px 30px; }
section.search_results .found_post_type:not(:last-child) {
border-bottom: 2px solid #E2E2E2;
margin-bottom: 15px;
padding-bottom: 15px; }
section.search_results .search_results__title {
margin-bottom: 15px;
font-size: 18px;
text-transform: uppercase; }
section.search_results .search_results__content article.search_result {
background-color: #FFFFFF;
border: 1px solid rgba(128, 128, 128, 0.2);
margin-bottom: 40px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
section.search_results .search_results__content article.search_result h3 {
font-size: 29px;
text-transform: uppercase;
margin-bottom: 30px;
position: relative;
margin-top: 0px; }
section.search_results .search_results__content article.search_result h3 a {
color: inherit;
text-decoration: none; }
section.search_results .search_results__content article.search_result p {
margin-bottom: 30px;
font-size: 14px; }
section.search_results .search_results__content article.search_result .image_holder {
align-self: center;
text-align: center; }
@media (max-width: 991px) {
section.search_results .search_results__content article.search_result .image_holder {
order: 1;
width: 100%;
padding: 0px; } }
@media (min-width: 992px) and (max-width: 1199px) {
section.search_results .search_results__content article.search_result .image_holder {
order: 1;
width: 100%;
padding: 0px 0px 0px 0px; } }
@media (min-width: 1200px) {
section.search_results .search_results__content article.search_result .image_holder {
width: 35%;
padding: 0px 20px 0px 0px; } }
section.search_results .search_results__content article.search_result .image_holder img {
margin: 0 auto; }
section.search_results .search_results__content article.search_result .content {
background-color: #FFFFFF;
background-size: cover;
padding: 22px 0;
height: auto; }
@media (max-width: 991px) {
section.search_results .search_results__content article.search_result .content {
order: 2;
width: 100%;
text-align: center; } }
@media (min-width: 992px) and (max-width: 1199px) {
section.search_results .search_results__content article.search_result .content {
width: 100%;
text-align: center; } }
@media (min-width: 1200px) {
section.search_results .search_results__content article.search_result .content {
width: 65%; } }
.ba_breadcrumbs p#breadcrumbs span,
.ba_breadcrumbs p#breadcrumbs a,
.ba_breadcrumbs p#breadcrumbs strong {
color: #FFFFFF; }
section.page_not_found {
text-align: center; }
section.page_not_found a {
margin-top: 30px; }
.content_posts {
padding: 50px 0px 80px; }
.content_posts .blog_style_1 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between; }
.content_posts .blog_style_1 .content_post {
width: 48%;
margin-bottom: 30px; }
.content_posts .blog_style_1 .content_post .article-image img {
width: 100%; }
.content_posts .blog_style_1 .content_post .article-content {
background-color: #FFFFFF;
padding: 14px;
border: 1px solid #EEEEEE; }
.content_posts .blog_style_1 .content_post .article-content .article-content_excerpt p {
line-height: 1.7;
margin: 0px; }
.content_posts .blog_style_1 .content_post .article-content .article-content_excerpt span.read_more {
display: block; }
.content_posts .blog_style_1 .content_post .article-content header {
padding: 10px 0; }
.content_posts .blog_style_1 .content_post .article-content header h3 {
text-transform: uppercase;
color: inherit;
position: relative;
font-size: 21px;
margin: 0 0 20px;
display: initial;
z-index: 2; }
.content_posts .blog_style_1 .content_post .article-content header h3 a {
color: #333; }
.content_posts .blog_style_1 .content_post .article-meta,
.content_posts .blog_style_1 .content_post .article-author {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
margin: 10px 0px 0px; }
.content_posts .blog_style_1 .content_post .article-meta span,
.content_posts .blog_style_1 .content_post .article-author span {
font-size: 12px; }
.content_posts .blog_style_1 .content_post .article-meta a,
.content_posts .blog_style_1 .content_post .article-author a {
font-size: 12px;
color: #333;
text-decoration: none; }
@media (max-width: 991px) {
.content_posts .blog_style_1 .content_post .article-meta,
.content_posts .blog_style_1 .content_post .article-author {
display: none; } }
.content_posts .blog_style_1 .content_post .article-meta .article-meta_categories a,
.content_posts .blog_style_1 .content_post .article-author .article-meta_categories a {
margin: 0px 5px; }
section.content_posts {
padding: 50px 0px 80px; }
section.content_posts .blog_style_2 .content_post {
background-color: #FFFFFF;
box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
margin-bottom: 40px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
section.content_posts .blog_style_2 h3 {
font-size: 29px;
text-transform: uppercase;
margin-bottom: 30px;
position: relative;
margin-top: 0px; }
section.content_posts .blog_style_2 h3 a {
color: inherit;
text-decoration: none; }
section.content_posts .blog_style_2 p {
margin-bottom: 30px;
font-size: 14px; }
section.content_posts .blog_style_2 .content_post__image-holder {
align-self: center;
text-align: center; }
@media (max-width: 991px) {
section.content_posts .blog_style_2 .content_post__image-holder {
order: 1;
width: 100%;
padding: 0px; } }
@media (min-width: 992px) and (max-width: 1199px) {
section.content_posts .blog_style_2 .content_post__image-holder {
order: 1;
width: 100%;
padding: 0px 0px 0px 0px; } }
@media (min-width: 1200px) {
section.content_posts .blog_style_2 .content_post__image-holder {
width: 35%;
padding: 0px 20px 0px 0px; } }
section.content_posts .blog_style_2 .content_post__image-holder img {
margin: 0 auto;
width: 100%; }
section.content_posts .blog_style_2 .content_post__content {
background-color: #FFFFFF;
background-size: cover;
padding: 22px 0;
height: auto; }
@media (max-width: 991px) {
section.content_posts .blog_style_2 .content_post__content {
order: 2;
width: 100%;
text-align: center; } }
@media (min-width: 992px) and (max-width: 1199px) {
section.content_posts .blog_style_2 .content_post__content {
width: 100%;
text-align: center; } }
@media (min-width: 1200px) {
section.content_posts .blog_style_2 .content_post__content {
width: 65%; } }
section.content_posts .blog_style_2 .content_post__metadata {
width: 100%;
background: #F5F5F5;
padding: 10px;
justify-content: space-between;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap; }
section.content_posts .blog_style_2 .content_post__metadata span {
float: right;
font-size: 11px; }
section.content_posts .blog_style_2 .content_post__metadata span strong {
margin-right: 5px; }
section.content_posts .blog_style_2 .content_post__metadata span a {
margin-right: 5px;
margin-left: 5px;
color: #333333; }
section.content_posts .blog_style_2 .content_post__metadata span a:last-child:after {
display: none; }
.article-navigation {
margin: 40px 0px;
padding: 40px 0px;
border-top: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0; }
.article-navigation .controls {
justify-content: space-between;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.article-navigation .controls .link {
display: flex;
align-items: center;
padding: 20px;
width: 49%; position: relative; }
.article-navigation .controls .link.prev {
padding-left: 0;  }
.article-navigation .controls .link.prev .fa-chevron-left {
margin-right: 25px; }
.article-navigation .controls .link.next {
padding-right: 0;
text-align: right;  }
.article-navigation .controls .link.next .fa-chevron-right {
margin-left: 25px; }
.article-navigation .controls .link span {  }
.article-navigation .controls .link a {
color: #333;
text-decoration: none; }
.blog__share {
background: #19BDF2;
display: flex;
color: #fff;
padding: 15px;
align-items: center;
margin-bottom: 35px; }
.blog__share .share__title {
line-height: 1;
font-size: 14px;
margin-right: 15px;
margin-bottom: 0; }
.blog__share a:not(:last-child) {
margin-right: 15px; }
.single_page .article-meta {
margin-top: 40px;
padding-top: 40px;
border-top: 1px solid #E0E0E0; }
.single_page .article-meta .autor .row,
.single_page .article-meta .post_categories .row,
.single_page .article-meta .post_tags .row,
.single_page .article-meta .post_date .row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
margin-bottom: 30px; }
.single_page .article-meta .autor .title_h5,
.single_page .article-meta .post_categories .title_h5,
.single_page .article-meta .post_tags .title_h5,
.single_page .article-meta .post_date .title_h5 {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
margin: 0px; }
.single_page .article-meta .autor a,
.single_page .article-meta .post_categories a,
.single_page .article-meta .post_tags a,
.single_page .article-meta .post_date a {
display: inline-block;
padding: 9px 10px;
margin-right: 2px;
margin-bottom: 2px;
border: 1px solid #DDDDDD;
color: #4A4A4A;
line-height: 14px;
text-decoration: none; }
.single_page .article-meta .autor a:hover,
.single_page .article-meta .post_categories a:hover,
.single_page .article-meta .post_tags a:hover,
.single_page .article-meta .post_date a:hover {
background-color: #32c6f4;
color: #FFFFFF;
border-color: #32c6f4; }
.related_posts {
position: relative;
overflow: hidden;
z-index: 1;
margin: 30px auto;
padding: 30px 0px; }
.related_posts .title_h3 {
text-transform: uppercase;
margin-bottom: 30px;
margin-top: 0px;
font-weight: bold; }
.related_posts .related_post {
position: relative; }
.related_posts .related_post img {
margin: 0px;
width: 100%; }
.related_posts .related_post .related_post__content {
padding: 10px 0px; }
.related_posts .related_post .related_post__content .title_h4 {
margin: 20px 0px;
font-size: 16px; }
.related_posts .related_post .related_post__content p {
font-size: 12px;
margin: 0px 0px 10px; }
.related_posts .related_post .related_post__content a {
color: #000000;
border-bottom: 1px solid #000000;
position: relative;
padding: 5px;
transition: all 0.5s cubic-bezier(0.25, 0.75, 0.5, 1); }
.related_posts .related_post .related_post__content a:hover,
.related_posts .related_post .related_post__content a:focus {
border-color: #32c6f4;
text-decoration: none; }
.related_posts .related_post .related_post__content .related_post__meta a {
margin: 0px 5px;
font-size: 12px;
color: #000000;
border: none; }
.related_posts .related_post .related_post__content .related_post__meta a:first-child {
margin-left: 0px; }
.related_posts .related_pagination {
margin-top: 30px;
text-align: center; }
.related_posts .related_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #58585a; }
.pagination_posts nav {
margin-top: 60px; }
.pagination_posts nav.pagination {
display: block;
clear: both;
text-align: center; }
.pagination_posts nav.pagination h2 {
font-size: 16px;
display: none; }
.pagination_posts nav.pagination .nav-links a {
color: #333;
padding: 5px 10px;
border: 1px solid #32c6f4;
background-color: transparent;
text-decoration: none;
transition: all 0.2s linear; }
.pagination_posts nav.pagination .nav-links a:hover {
background-color: #32c6f4;
color: #FFFFFF; }
.pagination_posts nav.pagination .nav-links span.current {
padding: 5px 10px;
border: 1px solid;
background-color: #32c6f4;
color: #FFFFFF; }
div.ba_gallery {
margin-bottom: 30px; }
div.ba_gallery.gallery_1 #gallery_filter {
margin-bottom: 30px;
padding: 10px;
background: whitesmoke; }
div.ba_gallery.gallery_1 #gallery_filter ul {
padding: 0px;
margin: 0px;
list-style-type: none; }
div.ba_gallery.gallery_1 #gallery_filter ul li {
display: inline-block; }
div.ba_gallery.gallery_1 #gallery_filter ul li button {
background-color: transparent;
border: none;
color: #8E8E8E;
outline-color: transparent;
outline: none;
text-transform: uppercase;
font-weight: bold; }
div.ba_gallery.gallery_1 #gallery_filter ul li button.active {
color: #000000; }
div.ba_gallery.gallery_1 .gallery_grid .gallery_grid__single {
padding: 0px;
border: 15px solid transparent; }
div.ba_gallery.gallery_1 .gallery_grid .gallery_grid__single img {
margin: 0px;
width: 100%; }
div.ba_gallery.gallery_1 .gallery_grid .gallery_grid__single img.blurred {
-webkit-filter: blur(3px); filter: grayscale(3px); }
img.blurred {
-webkit-filter: blur(3px); filter: grayscale(3px); }
.ba_carousel {
position: relative;
margin-bottom: 30px; }
.ba_carousel.carousel_1 {
overflow: hidden; }
.ba_carousel.carousel_1 .carousel_single img {
width: 100%; }
.ba_carousel.carousel_1 .carousel_single img.blurred {
-webkit-filter: blur(3px); filter: grayscale(3px); }
.ba_carousel.carousel_1 .carousel-pagination {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
text-align: center;
z-index: 2; }
.ba_carousel.carousel_1 .carousel-pagination .swiper-pagination-bullet {
background-color: #FFFFFF;
opacity: 1;
border: 1px solid #32c6f4; }
.ba_carousel.carousel_1 .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #58585a; }
.ba_carousel.carousel_1 .swiper-button-next {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-arrow-right.png); }
.ba_carousel.carousel_1 .swiper-button-prev {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-arrow-left.png); }
.feature_boxes {
margin-bottom: 30px; }
.feature_boxes.feature_I .single_feature {
text-align: center; }
.feature_boxes.feature_I .single_feature img {
max-width: 100px; }
.feature_boxes.feature_I .single_feature .single_feature__title {
text-transform: uppercase;
letter-spacing: 1.5px;
color: #000000;
margin-bottom: 15px;
font-weight: bold; }
.feature_boxes.feature_I .single_feature .single_feature__desc p {
margin-bottom: 15px; }
.feature_boxes.feature_I .single_feature a {
color: inherit;
text-decoration: none; }
.feature_boxes.feature_I .single_feature a.small_button {
display: table;
margin: 0 auto;
color: #FFFFFF;
margin-bottom: 15px; }
.feature_boxes.feature_II .single_feature {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: row;
margin: 0px 0px 30px; }
.feature_boxes.feature_II .single_feature a {
flex: 1; }
.feature_boxes.feature_II .single_feature a img {
max-width: 100px; }
.feature_boxes.feature_II .single_feature .holder {
flex: 3; }
.feature_boxes.feature_II .single_feature .holder .single_feature__title {
text-transform: uppercase;
letter-spacing: 1.5px;
color: #000000;
margin-bottom: 15px;
font-weight: bold; }
.feature_boxes.feature_II .single_feature .holder .single_feature__desc p {
margin-bottom: 15px; }
.feature_boxes.feature_II .single_feature .holder a {
color: inherit;
text-decoration: none; }
.feature_boxes.feature_II .single_feature .holder a.small_button {
display: table;
margin: 0 auto;
color: #FFFFFF;
margin-bottom: 15px; }
div.ba_form_block {
margin-bottom: 30px; }
div.ba_form_block p,
div.ba_form_block h1,
div.ba_form_block h2,
div.ba_form_block h3,
div.ba_form_block h4,
div.ba_form_block h5,
div.ba_form_block h6 {
width: auto;
margin: auto;
max-width: 100%; }
div.ba_form_block h3 {
margin: 0px 0px 15px; }
div.ba_form_block h3 ~ p {
margin: 0 0 15px; }
form.wpcf7-form label {
width: 100%;
display: block;
margin-bottom: 10px; }
form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
width: 100%;
padding: 5px;
outline: none;
border: 1px solid #CACACA; }
form.wpcf7-form input:focus,
form.wpcf7-form select:focus,
form.wpcf7-form textarea:focus {
border: 1px solid #32c6f4; }
form.wpcf7-form input[type=submit] {
width: auto;
background-color: #32c6f4;
color: #FFFFFF;
border: none;
padding: 14px 20px;
line-height: 1; }
.wpcf7-not-valid {
border-color: red !important; }
span.wpcf7-not-valid-tip {
position: relative; }
.wpcf7-response-output {
margin: 10px 0px 0px 0px !important; }
.wpcf7-validation-errors {
border-color: red !important;
display: block;
width: 100%;
text-align: left;
float: left;
margin: 10px 0 0 0; }
.modal-open {
overflow: auto !important; }
.video_section {
margin-bottom: 80px; }
.video_section iframe {
width: 100% !important; }
.video_section .btn-video {
background: #75d0ff;
color: #fff;
transition: 0.3s;
border: none;
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px; }
.video_section .btn-video:hover { }
.video_section .btn-video::after {
content: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/play-button-small.png);
line-height: 1;
margin-left: 10px; }
.video_section .col-centered { }
.video_section .video_section__cta {
background: transparent;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: none;
color: #fff;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column; }
.video_section .video_section__cta span {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
border-radius: 100%;
background: #19bdf2; }
.video_section .video_section__cta span::after {
content: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/play-button-big.png);
line-height: 1; }
.video_section .video_section__cta:focus {
outline: none; }
.video_section .modal {
z-index: 99999999; }
.video_section .modal .modal-dialog {
width: auto; }
.video_section .in {
display: flex !important;
align-items: center;
justify-content: center;
flex-direction: column; }
.video_section .close {
align-self: flex-end;
font-size: 55px;
color: #fff;
text-shadow: none;
opacity: 1; }
.video_section__title { font-size: 23px; }
.video_section__title--blue {
color: #75d0ff;
display: block;
font-size: 20px;
font-weight: 399;
margin-top: 20px; }
.video_section__roller {
height: 1px;
width: 50%;
background: #3c94bc;
margin: 25px 0; }
.video_section__btns {
display: flex;
justify-content: flex-end; }
.video_section__opinion {
display: flex; }
.video_section__opinion .swiper-pagination,
.video_section__opinion .video_section__option-border {
display: none; }
.video_section__opinion img {
width: 43px;
height: 68px;
margin-right: 15px; }
.video_section__option-triangle,
.swiper-pagination {
display: none; }
@media (min-width: 992px) {
.video_section__opinion-author p {
margin-left: 58px;
line-height: 1.2;
margin-top: 6px; } }
@media (max-width: 1024px) {
.video_section .swiper-pagination {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
margin-top: 30px; }
.video_section .swiper-pagination .swiper-pagination-bullet {
margin-right: 14px;
background: #fff;
border: 2px solid #000;
width: 15px;
height: 15px;
border-radius: 100%;
transition: 0.3s;
opacity: 1; }
.video_section .swiper-pagination .swiper-pagination-bullet:focus {
outline: none; }
.video_section .swiper-pagination .swiper-pagination-bullet-active {
background: #000; } }
@media (max-width: 991px) {
.video_section .swiper-slide {
padding-bottom: 20px; }
.video_section .modal {
display: block;
opacity: 1;  z-index: 1;
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
margin: 25px 0; }
.video_section .modal iframe,
.video_section .modal object,
.video_section .modal embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.video_section .modal:focus .vp-sidedock,
.video_section .modal:focus .vp-controls {
display: block; }
.video_section iframe {
display: flex;
align-items: flex-start;
justify-content: flex-start; }
.video_section .video_section__cta { }
.video_section .video_section__title {
margin-bottom: 0; }
.video_section .video_section__background { display: none; }
.video_section .col-centered { }
.video_section .video_section__roller {
display: none; }
.video_section .video_section__btns {
display: none; }
.video_section .video_section__background img {
display: none; }
.video_section__opinion {
padding: 15px;
background: #fff; }
.video_section__opinion img {  }
.video_section__opinion p {
font-size: 13px;
margin-bottom: 0;
line-height: 1.2; }
.video_section__opinion-author {
position: absolute; width: calc(100% - 75px);
right: 0;
padding: 0 10px;
margin-top: 5px; }
.video_section__opinion-author p {
font-weight: bold; }
.video_section__option-border {
display: block;
background: linear-gradient(to top, #4bc1ec, #369abf 98%);
padding: 3px; }
.video_section__option-triangle {
display: block;
width: 0;
height: 0;
border-top: 55px solid #4bc1ec;
border-left: 37px solid transparent;
position: relative;
left: 17px; }
.video_section__option-triangle--white {
position: absolute;
bottom: 32px;
border-top: 46px solid #fff;
border-left: 30px solid transparent;
left: 20px; }
.video_section__title--blue {
margin-top: 0; } }
a.btn-standard-I {
border: 1px solid #000000;
color: #FFFFFF;
background: #292929;
padding: 15px 30px;
position: relative;
margin-top: 10px;
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
display: table;
text-decoration: none;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear; }
a.btn-standard-I.small_button {
padding: 10px 30px; }
a.btn-standard-I:hover {
padding-left: 60px; }
a.btn-standard-I:hover:before {
width: 30px; }
a.btn-standard-I:before {
content: '';
background: #FFFFFF;
position: absolute;
top: 50%;
left: 20px;
height: 1px;
width: 0;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear; }
a.btn-standard-II {
display: inline-block;
background-color: transparent;
border: 3px solid #32c6f4;
color: #000000;
text-align: center;
text-decoration: transparent;
padding: 12px 30px;
position: relative;
text-transform: uppercase;
font-weight: bold;
z-index: 2; }
a.btn-standard-II.small_button {
padding: 10px; }
a.btn-standard-II.btn-small {
padding: 6px 30px; }
a.btn-standard-II:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
height: 100%;
width: 0px;
background-color: #32c6f4;
transition: all 0.5s cubic-bezier(0.25, 0.75, 0.5, 1);
z-index: -1; }
a.btn-standard-II:hover {
color: #FFFFFF; }
a.btn-standard-II:hover:before {
width: 100%; }
a.btn-standard-III {
color: #FFFFFF;
text-decoration: none;
font-size: 16px;
padding: 15px 20px;
background: #32c6f4;
border: 2px solid #32c6f4;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
line-height: 1; }
a.btn-standard-III:hover {
color: #32c6f4;
background-color: transparent;
border: 2px solid #32c6f4; }
a.btn-standard-III.small_button {
padding: 10px 30px; }   header.navigation-V {
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear; }
header.navigation-V.is_sticky {
position: fixed;
top: 0px;
z-index: 7;
left: 0;
right: 0;
padding: 35px 0px; }
@media (max-width: 1024px) {
header.navigation-V.is_sticky {
background: #fff;
padding: 10px 0px; } }
header.navigation-V.no-slider,
header.navigation-V.fixed {
padding: 10px 0px;
box-shadow: 0px 0px 59px 0px #EBEEF5;
top: 0px;
background-color: #FFFFFF;
border-bottom: 1px solid #ECECEC; }
header.navigation-V.no-slider a,
header.navigation-V.fixed a,
header.navigation-V.no-slider span,
header.navigation-V.fixed span,
header.navigation-V.no-slider p,
header.navigation-V.fixed p {
color: #000000 !important; }
header.navigation-V.no-slider ul li a,
header.navigation-V.fixed ul li a {
color: #000000 !important; }
header.navigation-V.no-slider .contact-infos img,
header.navigation-V.fixed .contact-infos img {
filter: invert(100%); }
@media (max-width: 1024px) {
header.navigation-V.no-slider .contact-infos img,
header.navigation-V.fixed .contact-infos img {
filter: none; } }
header.navigation-V.no-slider .contact-infos .contact-pop__icon,
header.navigation-V.fixed .contact-infos .contact-pop__icon {
filter: none; }
header.navigation-V.no-slider .contact-infos p,
header.navigation-V.fixed .contact-infos p {
line-height: 1; }
header.navigation-V.no-slider .contact-infos #menu-menu-jezykowe img,
header.navigation-V.fixed .contact-infos #menu-menu-jezykowe img {
filter: none; }
header.navigation-V.no-slider .contact-infos .contact-pop__icon {
filter: none; }
header.navigation-V ul {
list-style-type: none; }
header.navigation-V ul li {
display: inline-block; }
header.navigation-V .logo img {
max-width: 248px; }
header.navigation-V .contact-infos {
text-align: right;
margin-bottom: 15px; }
@media (min-width: 1025px) {
header.navigation-V .contact-infos img {
max-width: 24px; } }
header.navigation-V .contact-infos ul {
padding: 0px;
margin: 0px; }
header.navigation-V .contact-infos ul li {
display: inline-flex;
flex-direction: row;
align-items: center; }
header.navigation-V .contact-infos ul li:not(:last-child) {
margin-right: 10px; }
header.navigation-V .contact-infos ul li span,
header.navigation-V .contact-infos ul li p,
header.navigation-V .contact-infos ul li a {
font-family: 'Montserrat', sans-serif;
font-weight: bold;
font-size: 18px;
color: #FFFFFF;
text-decoration: none; }
header.navigation-V .contact-infos ul li > span {
margin-right: 10px; }
header.navigation-V .contact-infos ul li p {
margin: 0px; }
@media (max-width: 991px) {
header.navigation-V .navigation {
display: none; } }
header.navigation-V .navigation ul {
text-align: right; }
header.navigation-V .navigation ul.sub-menu {
display: none; }
header.navigation-V .navigation ul li a {
font-size: 18px;
color: #FFFFFF;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
padding-bottom: 20px !important; }
header.navigation-V .navigation ul li:not(:last-child) {
margin: 0px 22px 0px 0px; }
@media (min-width: 1200px) {
header.navigation-V .navigation ul li:not(:last-child) {
margin: 0px 5px 0px 0px !important; } }
header.navigation-V .navigation ul li:hover .sub-menu {
display: block; }
header.navigation-V .navigation ul li.menu-item-has-children {
position: relative; }
header.navigation-V .navigation ul li ul.sub-menu {
top: 39px;
position: absolute;
display: none;
background: #FFFFFF;
border-radius: 8px;
z-index: 10; }
header.navigation-V .navigation ul li ul.sub-menu li {
margin: 0px;
margin: 0px 0px 0px 0px !important;
display: block;
border-left: 1px solid #EFEBEB;
border-right: 1px solid #EFEBEB; }
header.navigation-V .navigation ul li ul.sub-menu li:first-child {
border-top: 1px solid #EFEBEB;
border-radius: 6px 6px 0px 0px; }
header.navigation-V .navigation ul li ul.sub-menu li:last-child {
border-radius: 0px 0px 6px 6px;
border-bottom: 1px solid #EFEBEB; }
header.navigation-V .navigation ul li ul.sub-menu li.current-menu-item,
header.navigation-V .navigation ul li ul.sub-menu li:hover,
header.navigation-V .navigation ul li ul.sub-menu li:focus {
background-color: #62CAF3;
border-color: #62CAF3; }
header.navigation-V .navigation ul li ul.sub-menu li.current-menu-item a,
header.navigation-V .navigation ul li ul.sub-menu li:hover a,
header.navigation-V .navigation ul li ul.sub-menu li:focus a {
color: #FFFFFF !important; }
header.navigation-V .navigation ul li ul.sub-menu li a {
padding: 10px !important;
color: #000000;
display: block;
text-align: left;
line-height: 1;
font-size: 14px;
width: 280px; }
header.navigation-V.fixed ~ button.hamburger span {
background-color: #32C6F4 !important; }
header.navigation-V ~ button.hamburger {
top: 42px;
width: 32px;
right: 42px; }
header.navigation-V ~ button.hamburger span {
background-color: #FFFFFF !important; }
.wpml-ls-item img {
filter: none !important; } .neo_slider {
background: transparent;
position: relative; }
.neo_slider .buttons-holder {
position: relative; }
.neo_slider .buttons-holder .slider-buttons-holder {
position: absolute;
width: 130px;
display: block;
height: 50px;
z-index: 6;
right: 0px;
bottom: 0px; }
@media (max-width: 1199px) and (min-width: 1025px) {
.neo_slider .buttons-holder {
bottom: -101px; } }
@media (max-width: 1024px) {
.neo_slider .buttons-holder {
bottom: 0px; }
.neo_slider .buttons-holder .slider-buttons-holder {
position: relative;
margin-left: auto; } }
.neo_slider .slider-buttons-holder .swiper-button-next {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-nex.png) !important; }
.neo_slider .slider-buttons-holder .swiper-button-prev {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-prev.png) !important; }
.neo_slider .slider-buttons-holder .swiper-button-next,
.neo_slider .slider-buttons-holder .swiper-button-prev {
background-size: contain;
width: 50px;
height: 50px; }
.neo_slider .swiper-wrapper .swiper-slide {
height: 690px;
display: flex;
flex-direction: column;
justify-content: center; }
@media (max-width: 991px) {
.neo_slider .swiper-wrapper .swiper-slide {
justify-content: flex-start;
align-items: flex-start; } }
.neo_slider .swiper-wrapper .swiper-slide .bg {
background-repeat: no-repeat;
position: fixed;
width: 100%;
background-size: 64%;
background-position: top right !important;
text-align: right;
height: 100%; }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .with-image {
display: flex;
flex-direction: row;
align-items: start; }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .with-image img {
margin-right: 10px;
height: 57px; }
@media (max-width: 1024px) {
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .with-image img {
height: auto; } }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-sup-title {
font-size: 24px;
color: #75D0FF;
font-weight: bold;
display: block;
line-height: 1.1; }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-title {
font-size: 24px;
color: #000000;
font-weight: 900;
margin: 0px;
line-height: 1.1; }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-desc {
margin-top: 20px;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
font-weight: normal; }
@media (max-width: 991px) {
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-desc {
margin-top: 34px; } }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap a {
font-size: 14px;
color: #000;
display: inline-block;
border: 1px solid #1bbdec;
border-radius: 7px;
padding: 10px;
background: #1bbdec;
color: #fff; }
.contact-pop__open.intext {
width: 60%;
display: block;
text-align: center;
background-color: #2cc2f3;
padding: 10px 0;
border-radius: 10px;
border-bottom: 2px solid #098bb5;
margin: 30px auto 20px auto;
color: #fff;
font-weight: 300;
font-size: 20px; }
form.wpcf7-form#filterDoctors .search-input,
form#filterDoctors .search-input {
position: relative; }
form.wpcf7-form#filterDoctors .search-input i,
form#filterDoctors .search-input i {
position: absolute;
right: 3px;
color: #32C6F4;
top: 5px;
border-left: 1px solid;
padding: 5px;
font-size: 12px; }
form.wpcf7-form#filterDoctors .search-input i.loading,
form#filterDoctors .search-input i.loading {
position: absolute;
right: 6px;
color: #32C6F4;
top: 34%;
font-size: 15px;
border: none;
padding: 0px; }
form.wpcf7-form#filterDoctors input,
form#filterDoctors input,
form.wpcf7-form#filterDoctors select,
form#filterDoctors select,
form.wpcf7-form#filterDoctors textarea,
form#filterDoctors textarea {
border: 1px solid #32C6F4 !important;
padding: 8px 30px 8px 10px;
border-radius: 6px;
margin: 0px; }
form.wpcf7-form textarea,
form textarea {
resize: vertical;
height: 180px; }
form.wpcf7-form input,
form input,
form.wpcf7-form textarea,
form textarea,
form.wpcf7-form select,
form select {
border-color: #CFD1D5;
position: relative;
width: 100%;
margin-top: 11px;
border-bottom: 4px solid #E0DEDF;
padding: 20px 10px 10px;
margin-bottom: 17px;
color: #000000;
outline-color: transparent; }
form.wpcf7-form input:focus,
form input:focus,
form.wpcf7-form textarea:focus,
form textarea:focus,
form.wpcf7-form select:focus,
form select:focus {
border-color: #75D0FF; }
form.wpcf7-form input[type="submit"],
form input[type="submit"] {
background-color: #75D0FF;
font-size: 14px;
line-height: 1;
display: block;
margin-left: auto;
padding: 20px 62px;
border-radius: 3px; }
form.wpcf7-form input[type="checkbox"],
form input[type="checkbox"] {
width: 25px;
height: 25px;
outline: none;
background-color: #FFFFFF;
position: relative; }
form.wpcf7-form input[type="checkbox"]:checked:before,
form input[type="checkbox"]:checked:before {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/check.svg);
background-position: center; }
form.wpcf7-form input[type="checkbox"]:before,
form input[type="checkbox"]:before {
content: '';
position: absolute;
border: 1px solid #E0DEDF;
border-radius: 3px;
background-color: #FFFFFF;
width: 25px;
height: 25px;
background-repeat: no-repeat;
visibility: visible; }
form.wpcf7-form label,
form label {
line-height: 1;
font-weight: 300;
transform: translate(6px, 20px);
font-size: 14px;
color: #B9B9B9;
transition: all 0.5s cubic-bezier(0.25, 0.75, 0.5, 1);
margin: 0px;
position: absolute;
z-index: 9; }
form.wpcf7-form label.focused,
form label.focused {
transform: translate(0, -10px);
font-size: 16px;
color: #000000; }
form.wpcf7-form #expandPolicy,
form #expandPolicy {
margin-bottom: 10px; }
form.wpcf7-form span.wpcf7-list-item,
form span.wpcf7-list-item {
font-size: 12px;
position: relative; }
form.wpcf7-form span.wpcf7-list-item a,
form span.wpcf7-list-item a {
color: #000000; }
form.wpcf7-form span.wpcf7-list-item .wpcf7-list-item-label,
form span.wpcf7-list-item .wpcf7-list-item-label {
font-size: 14px; }
@media (max-width: 500px) {
form.wpcf7-form span.wpcf7-list-item .wpcf7-list-item-label,
form span.wpcf7-list-item .wpcf7-list-item-label {
font-size: 12px; } }
form.wpcf7-form span.wpcf7-list-item label,
form span.wpcf7-list-item label {
position: static;
line-height: 1.4;
display: flex;
flex-wrap: wrap; }
form.wpcf7-form span.wpcf7-list-item label input[type="checkbox"],
form span.wpcf7-list-item label input[type="checkbox"] {
visibility: hidden;
margin-right: 14px; }
form.wpcf7-form span.wpcf7-list-item label .wpcf7-list-item-label,
form span.wpcf7-list-item label .wpcf7-list-item-label {
flex: 1;
margin-right: 15px; }
img.phone-icon {
margin-top: -8px; }
a.btn-standard-IV {
background-color: #75D0FF;
border-radius: 4px;
padding: 10px 24px;
text-decoration: none;
color: #FFFFFF;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; }
a.btn-standard-IV:hover {
background-color: #32C6F4; }
.btn.btn-primary {
background-color: #19BDF2;
border: 1px solid #19BDF2; }
.latests-posts h2 {
margin-bottom: 100px !important; }
.latests-posts time {
font-size: 12px; }
.content_post__texies a {
font-size: 12px; color: #9d9d9d;
font-style: italic;
line-height: 2; }
#ba_builder.ba_blog_cpt-template-default,
#ba_builder.tax-ba_blog_cpt_tax,
#ba_builder.post-type-archive-ba_blog_cpt,
#ba_builder.historie_pacjentow-template-default,
#ba_builder.post-type-archive-historie_pacjentow {
padding-top: 150px; }
#ba_builder.knowledge {
padding-top: 170px; }
@media (max-width: 990px) {
#ba_builder.knowledge {
padding-top: 130px; } }
#ba_builder.ba_blog_cpt-template-default h1,
#ba_builder.tax-ba_blog_cpt_tax h1,
#ba_builder.post-type-archive-ba_blog_cpt h1 {
margin-bottom: 35px;
font-size: 2.5rem; }
.ba_blog_cpt-template-default header.navigation-V,
.tax-ba_blog_cpt_tax header.navigation-V,
.post-type-archive-ba_blog_cpt header.navigation-V {
border-bottom: 3px solid #19BDF2; }
.ba_blog_cpt-template-default .content_posts,
.tax-ba_blog_cpt_tax .content_posts,
.post-type-archive-ba_blog_cpt .content_posts {
padding-top: 150px;
justify-content: center;
flex-direction: column;
align-items: center;
background: none;
flex-wrap: no-wrap; }
.ba_blog_cpt-template-default .blog-posts-big,
.tax-ba_blog_cpt_tax .blog-posts-big,
.post-type-archive-ba_blog_cpt .blog-posts-big {
display: flex;
flex-wrap: wrap; }
.ba_blog_cpt-template-default .blog-posts-big article,
.tax-ba_blog_cpt_tax .blog-posts-big article,
.post-type-archive-ba_blog_cpt .blog-posts-big article {
width: 48%;
background-color: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
justify-content: center; }
.ba_blog_cpt-template-default .blog-posts-big article:nth-child(n),
.tax-ba_blog_cpt_tax .blog-posts-big article:nth-child(n),
.post-type-archive-ba_blog_cpt .blog-posts-big article:nth-child(n) {
margin-right: 2%; }
@media (max-width: 991px) {
.ba_blog_cpt-template-default .blog-posts-big article:nth-child(n),
.tax-ba_blog_cpt_tax .blog-posts-big article:nth-child(n),
.post-type-archive-ba_blog_cpt .blog-posts-big article:nth-child(n) {
margin-right: 0; } }
@media (max-width: 991px) {
.ba_blog_cpt-template-default .blog-posts-big article,
.tax-ba_blog_cpt_tax .blog-posts-big article,
.post-type-archive-ba_blog_cpt .blog-posts-big article {
width: 100%; } }
.ba_blog_cpt-template-default .blog-posts-big article:first-child,
.tax-ba_blog_cpt_tax .blog-posts-big article:first-child,
.post-type-archive-ba_blog_cpt .blog-posts-big article:first-child {
width: 100%; }
.ba_blog_cpt-template-default .blog-posts-big article:first-child .box_content-excerpt,
.tax-ba_blog_cpt_tax .blog-posts-big article:first-child .box_content-excerpt,
.post-type-archive-ba_blog_cpt .blog-posts-big article:first-child .box_content-excerpt,
.ba_blog_cpt-template-default .blog-posts-big article:first-child .content_post__content h3,
.tax-ba_blog_cpt_tax .blog-posts-big article:first-child .content_post__content h3,
.post-type-archive-ba_blog_cpt .blog-posts-big article:first-child .content_post__content h3 {
height: auto; }
@media (max-width: 1024px) {
.ba_blog_cpt-template-default .blog-posts-big article .box_content-excerpt,
.tax-ba_blog_cpt_tax .blog-posts-big article .box_content-excerpt,
.post-type-archive-ba_blog_cpt .blog-posts-big article .box_content-excerpt,
.ba_blog_cpt-template-default .blog-posts-big article .content_post__content h3,
.tax-ba_blog_cpt_tax .blog-posts-big article .content_post__content h3,
.post-type-archive-ba_blog_cpt .blog-posts-big article .content_post__content h3 {
height: auto; } }
.ba_blog_cpt-template-default .blog-posts-big .content_post__image-holder,
.tax-ba_blog_cpt_tax .blog-posts-big .content_post__image-holder,
.post-type-archive-ba_blog_cpt .blog-posts-big .content_post__image-holder {
padding: 0;
width: 100%;
height: 333px;
margin-bottom: -50px;
position: relative;
z-index: 0; }
.ba_blog_cpt-template-default .blog-posts-big .content_post__image-holder a,
.tax-ba_blog_cpt_tax .blog-posts-big .content_post__image-holder a,
.post-type-archive-ba_blog_cpt .blog-posts-big .content_post__image-holder a {
width: 100%;
height: 100%; }
.ba_blog_cpt-template-default .blog-posts-big .content_post__image-holder a img,
.tax-ba_blog_cpt_tax .blog-posts-big .content_post__image-holder a img,
.post-type-archive-ba_blog_cpt .blog-posts-big .content_post__image-holder a img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 15%; }
.ba_blog_cpt-template-default .blog-posts-big .content_post__content,
.tax-ba_blog_cpt_tax .blog-posts-big .content_post__content,
.post-type-archive-ba_blog_cpt .blog-posts-big .content_post__content {
width: 95%;
background: #fff;
background-color: #FFFFFF;
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
border-radius: 6px;
padding: 20px 20px 20px 35px;
position: relative; }
@media (max-width: 1100px) {
.ba_blog_cpt-template-default .blog-posts-big .content_post__content,
.tax-ba_blog_cpt_tax .blog-posts-big .content_post__content,
.post-type-archive-ba_blog_cpt .blog-posts-big .content_post__content {
padding: 15px; } }
.ba_blog_cpt-template-default .blog-posts-big .content_post__btn-holder,
.tax-ba_blog_cpt_tax .blog-posts-big .content_post__btn-holder,
.post-type-archive-ba_blog_cpt .blog-posts-big .content_post__btn-holder {
display: flex;
justify-content: flex-end; }
.sidebar-title {
display: none; }
.big-text {
font-size: 24px;
color: #fff;
text-decoration: none;
line-height: 1; }
@media (min-width: 768px) {
.blog-posts-latest .first {
padding-right: 0px; } }
.blog-posts-latest .first .content_post__image-holder {
height: 484px;
flex: unset; }
@media (min-width: 1300px) {
.blog-posts-latest .first .content_post__image-holder {
width: 445px;
padding-right: 43px !important; } }
.blog-posts-latest .first .content_post__image-holder img {
height: 100%;
object-fit: cover; }
.blog-posts-latest .first article {
-webkit-box-shadow: 0px 0px 59px 0px #EBEEF5;
-moz-box-shadow: 0px 0px 59px 0px #EBEEF5;
box-shadow: 0px 0px 59px 0px #EBEEF5;
margin-bottom: 40px; }
.blog-posts-latest .first .content_post__content {
padding: 40px 40px 40px 0px; }
.blog-posts-latest article {
background-color: #FFFFFF;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
border-radius: 5px;
margin-bottom: 15px; }
.blog-posts-latest .content_post__image-holder {
flex: 1;
padding-right: 15px; }
.blog-posts-latest .content_post__image-holder img {
border-radius: 6px;
width: 100%;
margin: 0px !important;
height: 234px;
object-fit: cover; }
.blog-posts-latest .content_post__content {
flex: 1;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: end;
justify-content: space-between; }
.blog-posts-latest .content_post__content h3 {
margin: 0px !important;
color: #000000;
font-size: 18px;
font-weight: bold; }
.blog-posts-latest .content_post__content h3 a {
line-height: 1.3;
color: inherit; }
.blog-posts-latest .content_post__content p {
font-size: 14px; }
.blog-posts-latest a.btn-standard-IV {
padding: 5px 21px;
display: block;
margin-left: auto; }
.blog-posts-big article {
background-color: #FFFFFF;
-webkit-box-shadow: 0px 0px 59px 0px #EBEEF5;
-moz-box-shadow: 0px 0px 59px 0px #EBEEF5;
box-shadow: 0px 0px 59px 0px #EBEEF5;
margin-bottom: 40px;
display: -webkit-box;
display: flex;
flex-wrap: wrap; }
.blog-posts-big time {
margin: 0px 0px 39px;
display: block; }
.blog-posts-big .content_post__image-holder {
padding-right: 34px;
width: 35%; }
.blog-posts-big .content_post__image-holder img {
width: 100%;
border-radius: 6px; }
.blog-posts-big .content_post__content {
width: 65%;
padding: 38px 0px; }
.blog-posts-big .content_post__content h3 {
font-size: 18px;
color: #000000;
margin-bottom: 25px;
font-weight: bold;
height: auto; }
.blog-posts-big .content_post__content h3 a {
color: inherit; }
.blog-posts-big .box_content-excerpt {
margin-bottom: 36px; }
.blog-posts-big .box_content-excerpt p {
margin: 0px; }
.blog-posts-big a.btn-standard-IV {
background-color: #19BDF2; }
.blog-posts-small article {
display: flex;
flex-wrap: wrap;
margin-bottom: 40px; }
.blog-posts-small time {
margin: 0px 0px 10px;
display: block;
font-size: 12px; }
.blog-posts-small .content_post__image-holder {
padding-right: 13px;
flex: 1; }
.blog-posts-small .content_post__image-holder img {
margin: 0px;
border-radius: 6px; }
.blog-posts-small .content_post__content {
flex: 1;
padding: 0px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start; }
.blog-posts-small .content_post__content a {
color: inherit; }
.blog-posts-small .content_post__content a.btn-standard-IV {
color: #FFFFFF;
padding: 5px 24px;
display: table;
margin-left: auto; }
.blog-posts-small .content_post__content h3 {
width: 100%;
font-size: 18px;
color: #000000;
margin-bottom: 10px;
font-weight: bold; }
.blog-posts-small .box_content-excerpt {
margin-bottom: 0px; }
.blog-posts-small .box_content-excerpt p {
margin: 0px; }
.blog-posts-small a.btn-standard-IV {
background-color: #19BDF2;
color: #FFFFFF; }
.post-type-archive-ba_blog_cpt .blog-posts-big .box_content-excerpt {
height: 175px; }
.post-type-archive-ba_blog_cpt .blog-posts-big .content_post__content h3 {
height: 65px; }
.single-ba_blog_cpt #ba_builder ul:not(.neo_specs) li {
margin-left: 0; }
.single-ba_blog_cpt #ba_builder ul:not(.neo_specs) li::after {
content: none; }
.single-ba_blog_cpt #ba_builder .news__sidebar ul:not(.neo_specs) li::before {
content: none; }
.single-ba_blog_cpt .ba_text_block ul {
list-style: square;
margin: initial;
padding: 20px; }
.single-ba_blog_cpt .ba_text_block ul li {
padding: 0 0 0 20px;
background: transparent no-repeat left top; }
.single-ba_blog_cpt .ba_text_block ul {
list-style: square;
margin: initial;
padding: 20px; }
.single-ba_blog_cpt .ba_text_block ul li {
padding: 0 0 0 20px;
background: transparent no-repeat left top; }
body.single-ba_blog_cpt #ba_builder .ba_text_block ul {
column-count: 1; }
footer {
background-color: #2CC2F3;
padding-bottom: 45px;
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/footer-decoration.jpg);
background-repeat: no-repeat;
background-position: right bottom; }
footer.style-III div.title {
font-size: 18px;
color: #FFFFFF;
margin-bottom: 17px; }
@media (max-width: 991px) {
footer.style-III div.title {
font-size: 16px;
color: #FFFFFF;
margin-bottom: 17px;
font-weight: bold; } }
@media (max-width: 374px) {
footer.style-III div.title {
font-size: 13px; } }
footer.style-III div.data {
border-left: 1px solid #61D1F6;
padding: 14px 15px; }
footer.style-III div.data.with-white-logo {
background-repeat: no-repeat;
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/logo-white.png);
background-position: right top; }
footer.style-III ul {
padding: 0px;
margin: 0px;
list-style-type: none; }
footer.style-III ul.specs_list {
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 280px; }
footer.style-III ul li {
font-size: 14px;
color: #FFFFFF; }
footer.style-III ul li:not(:last-child) {
margin-bottom: 7px; }
footer.style-III ul li a, footer.style-III .neo_contact_data a {
color: #FFFFFF;
font-size: 14px;
text-decoration: none; }
@media (max-width: 991px) {
footer.style-III ul li a {
font-size: 13px; } }
footer.style-III .footer-contact-infos ul {
border-bottom: 1px solid #FFFFFF;
list-style-type: none;
display: flex;
flex-direction: row;
align-items: center;
padding: 43px 0px;
margin-bottom: 69px; }
footer.style-III .footer-contact-infos ul li,
footer.style-III .footer-contact-infos ul p,
footer.style-III .footer-contact-infos ul a,
footer.style-III .footer-contact-infos ul span {
font-size: 24px;
color: #FFFFFF;
text-decoration: none;
line-height: 1; }
footer.style-III .footer-contact-infos ul li {
display: flex;
flex-direction: row;
align-items: center; }
footer.style-III .footer-contact-infos ul li:not(:last-child) {
margin-right: 20px; }
footer.style-III .footer-contact-infos ul li img {
margin-right: 5px;
max-width: 24px; }
footer.style-III .footer-contact-infos ul li p,
footer.style-III .footer-contact-infos ul li a {
margin: 0px; }
footer .neo_contact_data .data {
color: #FFFFFF; }
.contact-column {
padding: 50px 0; }
.contact-div {
margin: 20px 0; }
.contact-div a {
color: #000;
font-size: 18px; }
section.departments_section {
padding: 40px 0px; }
section.departments_section h1,
section.departments_section h2,
section.departments_section h3,
section.departments_section h4,
section.departments_section h5,
section.departments_section h6 {
margin: 0px 0px 74px; }
section.departments_section .row-flex {
justify-content: space-between; }
section.departments_section .departments_grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
float: right; }
section.departments_section .departments_grid .departments__column {
margin-right: 15px; }
section.departments_section .departments_grid .departments__column a.takeMeToDepartment {
text-decoration: none;
display: block; }
section.departments_section .departments_grid .departments__column a.takeMeToDepartment:not(:last-child) {
margin-bottom: 15px; }
section.departments_section .departments_grid .department_banner {
width: 270px;
background-size: cover;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: space-between;
flex-wrap: wrap;
border-radius: 8px; }
section.departments_section .departments_grid .department_banner .title {
color: #FFFFFF;
font-size: 24px;
font-weight: bold;
line-height: 1.1;
padding: 46px 30px;
text-transform: uppercase; }
section.departments_section .departments_grid .department_banner a {
display: block;
width: 100%;
background-color: #1E6CB5;
color: #FFFFFF;
text-align: center;
font-size: 18px;
padding: 9px 0px;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-radius: 0px 0px 6px 6px; }
section.departments_section .departments_grid .department_banner a:hover {
background-color: #32C6F4; }
section.departments_section .departments_grid .department {
border-radius: 8px;
border: 1px solid #eee;
width: 270px;
height: 270px;
box-shadow: 0px 0px 59px 0px #EBEEF5;
padding: 44px;
background-color: #FFFFFF; }
section.departments_section .departments_grid .department:not(:last-child) {
margin-bottom: 15px; }
section.departments_section .departments_grid .department .department__thumbnail {
margin-bottom: 28px; }
section.departments_section .departments_grid .department .department__title {
font-size: 18px;
color: #000000;
line-height: 1.2; }
section.our-doctors-section .row-flex {
display: block; }
section.our-doctors {
padding: 40px 0px; }
section.our-doctors .swiper-container {
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto; }
section.our-doctors .swiper-wrapper {
margin: 33px 0px 33px 33px; }
section.our-doctors .doctors.-inline { }
section.our-doctors .swiper-scrollbar {
height: 3px;
background-color: #32C6F4; }
section.our-doctors .swiper-scrollbar .swiper-scrollbar-drag {
height: 10px;
top: -4px;
background: #32C6F4;
border-radius: 0px; }
section.our-doctors .swiper-scrollbar .swiper-scrollbar-drag:hover {
cursor: grab;
height: 13px; }
section.our-doctors .box-bg {
background-image: url(http://localhost/szpital/wp-content/uploads/robert-balawender.jpg);
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
top: 0;
left: 0; background-repeat: no-repeat;
background-position: center center;
justify-content: flex-end;
background-size: contain;
border-radius: 6px; }
section.our-doctors .title,
section.our-doctors .position {
z-index: 1;
position: relative; }
section.our-doctors .controls-holder {
position: relative;
display: block;
width: 190px;
height: 50px;
margin: 0 auto 40px; }
section.our-doctors .controls-holder .swiper-button-next,
section.our-doctors .controls-holder .swiper-button-prev {
background-size: contain;
width: 50px;
height: 50px; }
section.our-doctors .controls-holder .swiper-button-next {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-nex.png) !important; }
section.our-doctors .controls-holder .swiper-button-prev {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-prev.png) !important; }
.doctors_filter {
margin-top: 43px; }
.doctors_filter .title {
color: #000000;
font-weight: 800;
font-size: 24px;
margin-bottom: 20px;
line-height: 1.1; }
.doctors_filter .subtitle {
font-size: 13px; }
.doctors_filter .search-input {
margin-top: 15px;
margin-bottom: 19px; }
.doctors_filter .search-select {
margin-top: 19px; }
.box {
border-radius: 6px;
width: 262px;
height: 262px;
box-shadow: 0 0 59px 0 #EBEEF5;
padding: 44px;
background-color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
border: 1px solid #F1F1F1;
margin: 7.5px;
background-repeat: no-repeat; }
.box.single-box {
padding: 44px !important;
color: #000000;
text-decoration: none; }
.box.single-box img {
margin-bottom: 20px;
max-width: 77px; }
@media (max-width: 768px) {
.box.single-box img {
max-width: 40%; } }
.box.single-box .single-box__title {
font-size: 17px;
color: #000000;
line-height: 1.2; }
.box.single-doctor {
display: flex;
flex-direction: column;
padding: 21px;
background-repeat: no-repeat;
background-position: center center;
justify-content: flex-end;
background-size: contain;
box-shadow: 0 0 59px 0 #ECECEC; }
.box.single-doctor .title,
.box.single-doctor .position {
color: #000000;
line-height: 1.4; }
.box.single-doctor .title {
font-weight: bold;
font-size: 15px; }
.box.single-doctor .position {
font-size: 13px; }
.rounded-box-blue {
background: #1cbef2;
color: #fff;
padding: 20px;
border-radius: 30px; }
.rounded-box-blue h4 {
color: #fff !important;
padding: 0px !important;
font-size: 24px !important;
margin: 0px 0 30px 0px !important; }
.banner_section .row-flex {
border-radius: 6px;
margin: 0px 0px; }
.banner_section.-with-bg {
background-color: #32C6F4; }
.banner_section .col-60.-banner-desc-holder {
padding: 57px 50px;
color: #FFFFFF; }
.banner_section .banner__title {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 37px; }
.banner_section .banner__title img {
margin-right: 22px; }
.banner_section .banner__title span.title {
font-size: 24px;
color: #FFFFFF;
font-weight: 900; }
.banner_section ul.neo_specs {
margin-top: 30px;
display: flex;
flex-direction: column;
max-height: 188px;
flex-wrap: wrap; }
@media (max-width: 991px) {
.banner_section ul.neo_specs {
max-height: none; } }
.banner_section ul.neo_specs li {
margin-bottom: 17px;
list-style-type: none;
padding-left: 20px;
position: relative; }
.banner_section ul.neo_specs li a {
text-decoration: none; }
.banner_section ul.neo_specs li:after {
content: '';
position: absolute !important;
width: 1px !important;
height: 132% !important;
background-color: #FFFFFF !important;
left: 9.5px !important;
bottom: -25px !important; }
.banner_section ul.neo_specs li.end:after {
content: none; }
.banner_section ul.neo_specs li:before {
content: '';
position: absolute !important;
width: 12px !important;
height: 100% !important;
left: 4px !important;
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/dot.svg) !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-size: contain !important;
top: auto !important;
background-color: transparent !important; }
.banner_section ul.neo_specs li a {
color: #FFFFFF; }
.-banner-desc-holder {
padding: 57px 50px;
color: #FFFFFF; }
.swiper-button-next,
.swiper-button-prev {
outline: none !important; }
.desc_block {
position: relative;
z-index: 1; }
@media (max-width: 1024px) {
header.navigation-V .contact-infos {
display: none; } }
@media (max-width: 1024px) {
header.navigation-V .navigation {
display: none; } }
@media (min-width: 1025px) {
button.hamburger {
display: none !important; } }
@media (min-width: 1300px) and (max-width: 1399px) {
.container {
width: 1250px; } }
@media (min-width: 1400px) and (max-width: 1660px) {
.container {
width: 1350px; } }
@media (min-width: 1600px) {
.container {
width: 1410px; } }
@media (min-width: 768px) and (max-width: 991px) {
.container {
width: 100%; } }
@media (max-width: 1299px) {
.accordion-section .nav-tabs .single-accordion-title {
align-items: center;
font-size: 13px !important; }
.latests-posts .content_post__content h3 {
margin: 10px 0px !important;
display: block; }
footer .neo_specs_list {
margin-bottom: 20px; }
footer .footer-contact-infos {
width: 100%; }
footer .data.with-white-logo {
background-image: none !important; }
.neo_slider .swiper-wrapper .swiper-slide .bg {
background-size: 75%; }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-sup-title,
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-title {
font-size: 24px !important; }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-desc {
font-size: 12px !important; }
.neo_slider .swiper-wrapper .swiper-slide .desc_column {
position: relative;
z-index: 1;
padding-top: 120px; }
.neo_slider .swiper-wrapper .swiper-slide .desc_column .with-image {
flex-direction: column; }
.neo_slider .swiper-wrapper .swiper-slide .desc_column .with-image img {
margin-bottom: 25px; }
.banner_section .container {  }
.banner_section .-with-bg {
background: #18c3fc !important;
background-image: linear-gradient(to right, #005da2, #00a3fe) !important; }
.banner_section .row-flex {
border-radius: 0; }
.banner_section .banner__title {
margin-bottom: 20px; }
.banner_section .banner__title .title {
font-size: 18px !important; }
.banner_section .col-40 {
display: none; }
.banner_section .col-60 {
width: 100% !important;
border-radius: 0;
padding: 25px 0; }
.banner_section.-with-bg {
background-image: linear-gradient(to right, #005DA2, #00A3FE) !important; }
.banner_section .banner__desc p {
color: #fff; }
header.navigation-V .logo {
display: flex;
align-items: center; }
header.navigation-V .logo img {
max-width: 200px; }
p {
font-size: 13px !important; } }
@media (max-width: 1299px) and (max-width: 991px) {
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-sup-title,
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-title {
font-size: 18px !important; } }
@media (max-width: 991px) and (min-width: 768px) {
.feature_II .single_feature {
min-height: 120px !important;
width: 49% !important; } }
@media (min-width: 501px) and (max-width: 767px) {
.my-gallery .single-photo {
width: 49% !important; }
.feature_II .single_feature {
width: 100% !important; } }
@media (max-width: 500px) {
.feature_II .single_feature {
width: 100% !important; }
.my-gallery .single-photo {
width: 100% !important; }
.cta-row .cta_boxes .cta_box__info span,
.cta-row .cta_boxes .cta_box__info a {
font-size: 12px !important; }
.faq-section .single-faq-item {
height: auto !important; }
.more-offers-section .offers--desc .col-40,
.more-offers-section .offers--desc .col-60 {
width: 100% !important; }
.more-offers-section .offers--holder .single-more-offer {
flex-direction: column; }
.more-offers-section .offers--holder .single-more-offer .offer--icon {
margin-bottom: 15px; }
.-banner-desc-holder {
padding: 15px !important; }
.banner_section ul.neo_specs {
max-height: 100% !important; }
footer .neo_menu_list,
footer .neo_contact_data { }
footer .neo_contact_data {
margin-top: 20px; } }
@media (max-width: 1024px) {
header.navigation-V { }
header.navigation-V.fixed {
position: fixed !important; }
.accordion-section .accordion-row {
flex-wrap: wrap !important; }
.accordion-section .nav-tabs,
.accordion-section .tabs-desc {
border-color: #B4DDEC !important;
width: 100% !important; }
.accordion-section .nav-tabs {
display: flex;
flex-direction: row;
border-radius: 6px 6px 0px 0px !important; }
.accordion-section .nav-tabs .single-accordion-title {
border-radius: 6px 6px 0px 0px !important; }
.accordion-section .tabs-desc {
border-radius: 0px 0px 6px 6px !important;
margin: 0px !important; }
.cta_box .cta_boxes span,
.cta_box .cta_boxes a {
font-size: 15px !important; }
footer .neo_menu_list,
footer .neo_contact_data {
width: 49%;
float: left; } }
#wrapper {
overflow: hidden; }
@media (max-width: 767px) {
.accordion-section .nav-tabs {
overflow: scroll; }
.accordion-section .nav-tabs .single-accordion-title {
text-align: center;
flex-direction: column; }
.accordion-section .nav-tabs .single-accordion-title .icon {
margin: 0px !important; }
.accordion-section .tabs-desc {
padding: 10px !important; }
.cta-row .cta_box {
margin: 50px 15px 0px;
height: 270px; }
.cta-row .col-60,
.cta-row .col-40 {
width: 100% !important; }
.faq-section h2,
.more-offers-section h2,
.our-doctors-section h2,
.cta-row h2,
.cpt_grid h2,
.accordion-sectionm h2,
.faq-section h3,
.more-offers-section h3,
.our-doctors-section h3,
.cta-row h3,
.cpt_grid h3,
.accordion-sectionm h3,
.faq-section h4,
.more-offers-section h4,
.our-doctors-section h4,
.cta-row h4,
.cpt_grid h4,
.accordion-sectionm h4,
.faq-section h5,
.more-offers-section h5,
.our-doctors-section h5,
.cta-row h5,
.cpt_grid h5,
.accordion-sectionm h5,
.faq-section h6,
.more-offers-section h6,
.our-doctors-section h6,
.cta-row h6,
.cpt_grid h6,
.accordion-sectionm h6,
.faq-section .video_section__title,
.more-offers-section .video_section__title,
.our-doctors-section .video_section__title,
.cta-row .video_section__title,
.cpt_grid .video_section__title,
.accordion-sectionm .video_section__title {
font-size: 18px !important;
margin-bottom: 16px !important; }
.faq-section .desc_block,
.more-offers-section .desc_block,
.our-doctors-section .desc_block,
.cta-row .desc_block,
.cpt_grid .desc_block,
.accordion-sectionm .desc_block {
margin: 0px !important;
padding: 5px !important; }
.more-offers-section .row-flex {
grid-template-columns: 1fr !important; }
.our-doctors-section .desc_block {
width: 100% !important;
margin-bottom: 25px !important; }
footer .footer-contact-infos ul {
flex-direction: column !important; }
footer .footer-contact-infos ul li {
width: 100%; }
footer .footer-contact-infos ul li:not(:last-child) {
margin: 0px 0px 20px !important; } .departments_section h2,
.departments_section h3,
.departments_section h4,
.departments_section h5,
.departments_section h6 {
font-size: 18px;
margin-bottom: 20px !important; }
.departments_section .department_banner {
width: 100% !important;
background-position: center; }
.departments_section .departments__column {
width: 100%;
margin: 0px !important; }
.departments_section .departments__column a {
margin: 0px !important; }
.departments_section .departments__column .department {
width: 100% !important;
margin-bottom: 15px; }
.department__title {
font-size: 16px !important; }
.desc_col {
margin-bottom: 20px; }
.desc_col,
.departments_col {
width: 100% !important; }
.department_banner {
height: 270px; }
.department_banner .title {
padding: 30px !important; }
.departments_grid {
float: none !important; }
.banner_section ul.neo_specs {
max-height: 350px; }
.our-doctors .swiper-wrapper {
margin: 20px 0px !important; }
.our-doctors .filter_col,
.our-doctors .slider_col {
width: 100% !important; }
.latests-posts img {
display: none !important; }
.latests-posts .first img {
display: inline !important; }
.latests-posts .blog-posts-latest .col-60,
.latests-posts .blog-posts-latest .col-40 {
width: 100% !important; }
.latests-posts .content_post {
border: 1px solid #EFEFEF;
flex-direction: column; }
.latests-posts .content_post .content_post__image-holder {
padding: 0px; }
.latests-posts .content_post .content_post__content {
padding: 20px; }
.about-us h2,
.about-us h3,
.about-us h4,
.about-us h5,
.about-us h6 {
font-size: 18px !important;
margin-bottom: 20px !important; }
.latests-posts h2 {
font-size: 18px !important;
margin-bottom: 20px !important; }
.doctors_filter .title {
font-size: 18px !important; }
.about-us {
background-image: none !important; }
.about-us .col-40 {
display: none; }
.about-us .col-60 {
width: 100% !important; } }
@media (min-width: 768px) and (max-width: 1299px) {
.latests-posts img {
display: none !important; }
.latests-posts .first img {
display: inline !important; }
.latests-posts .content_post {
border: 1px solid #EFEFEF;
flex-direction: column; }
.latests-posts .content_post .content_post__image-holder {
padding: 0px; }
.latests-posts .content_post .content_post__content {
padding: 20px; }
.about-us h2,
.our-doctors-section h2,
.more-offers-section h2,
.faq-section h2,
.cta-row h2,
.cpt_grid h2,
.about-us h3,
.our-doctors-section h3,
.more-offers-section h3,
.faq-section h3,
.cta-row h3,
.cpt_grid h3,
.about-us h4,
.our-doctors-section h4,
.more-offers-section h4,
.faq-section h4,
.cta-row h4,
.cpt_grid h4,
.about-us h5,
.our-doctors-section h5,
.more-offers-section h5,
.faq-section h5,
.cta-row h5,
.cpt_grid h5,
.about-us h6,
.our-doctors-section h6,
.more-offers-section h6,
.faq-section h6,
.cta-row h6,
.cpt_grid h6 {
font-size: 18px !important;
margin-bottom: 20px !important; }
.latests-posts h2 {
font-size: 18px !important;
margin-bottom: 20px !important; }
.doctors_filter .title {
font-size: 18px !important; }
.about-us {
background-image: none !important; }
.about-us .col-40 {
display: none; }
.about-us .col-60 {
width: 100% !important; } }
@media (min-width: 768px) and (max-width: 1299px) and (max-width: 991px) {
.about-us h2,
.our-doctors-section h2,
.more-offers-section h2,
.faq-section h2,
.cta-row h2,
.cpt_grid h2,
.about-us h3,
.our-doctors-section h3,
.more-offers-section h3,
.faq-section h3,
.cta-row h3,
.cpt_grid h3,
.about-us h4,
.our-doctors-section h4,
.more-offers-section h4,
.faq-section h4,
.cta-row h4,
.cpt_grid h4,
.about-us h5,
.our-doctors-section h5,
.more-offers-section h5,
.faq-section h5,
.cta-row h5,
.cpt_grid h5,
.about-us h6,
.our-doctors-section h6,
.more-offers-section h6,
.faq-section h6,
.cta-row h6,
.cpt_grid h6 {
font-size: 18px !important;
margin-bottom: 28px !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
.departments_section h2,
.departments_section h3,
.departments_section h4,
.departments_section h5,
.departments_section h6 {
font-size: 18px;
margin-bottom: 20px !important; }
.department__title {
font-size: 16px !important; }
.desc_col {
margin-bottom: 20px; }
.desc_col,
.departments_col {
width: 100% !important; }
.department_banner .title {
padding: 30px !important; }
.departments_grid {
float: none !important; } }
@media (min-width: 1300px) {
.neo_slider {
margin-bottom: 30px; }
.neo_slider .swiper-wrapper .swiper-slide {
height: 600px; }
.neo_slider .swiper-wrapper .swiper-slide .row {
align-items: center;
display: flex;
flex-direction: row; }
.neo_slider .swiper-wrapper .swiper-slide .row:after,
.neo_slider .swiper-wrapper .swiper-slide .row:before {
display: none; }
.neo_slider .swiper-wrapper .swiper-slide .desc_column {
padding-top: 120px;
position: relative;
z-index: 1; }
.neo_slider .swiper-wrapper .swiper-slide .slide_column {
position: relative;
left: -160px; } }
@media (min-width: 1025px) and (max-width: 1299px) {
.neo_slider {
margin-bottom: 100px; }
.neo_slider .swiper-wrapper .swiper-slide {
height: 383px; }
.neo_slider .swiper-wrapper .swiper-slide .row {
align-items: center;
display: flex;
flex-direction: row; }
.neo_slider .swiper-wrapper .swiper-slide .row:after,
.neo_slider .swiper-wrapper .swiper-slide .row:before {
display: none; }
.neo_slider .swiper-wrapper .swiper-slide .desc_column {
padding-top: 180px;
position: relative;
z-index: 1; }
.neo_slider .swiper-wrapper .swiper-slide .slide_column {
position: relative;
left: -160px; }
.departments_section h2,
.departments_section h3,
.departments_section h4,
.departments_section h5,
.departments_section h6 {
font-size: 18px;
margin-bottom: 20px !important; }
.departments_section .department__title {
font-size: 16px !important; }
.departments_section .desc_col {
margin-bottom: 20px; }
.departments_section .desc_col,
.departments_section .departments_col {
width: 100% !important; }
.departments_section .department_banner .title {
padding: 30px !important; }
.departments_section .departments_col .departments_grid {
float: none; }
.departments_section .departments_col .departments_grid .departments__column {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 270px;
margin-right: 15px; }
.departments_section .departments_col .departments_grid .departments__column .department {
margin-right: 15px; }
header.navigation-V.is_sticky {
padding: 10px 0px; }
header.navigation-V .navigation ul li:not(:last-child),
header.navigation-V .contact-infos ul li:not(:last-child) {
margin-right: 5px; }
header.navigation-V .navigation ul li a,
header.navigation-V .contact-infos ul li a {
font-size: 13px !important; }
section.about-us.-with-bg {
background-position: -68% 100% !important; } }
@media (min-width: 1200px) and (max-width: 1299px) {
footer.style-III .footer-contact-infos ul li,
footer.style-III .footer-contact-infos ul p,
footer.style-III .footer-contact-infos ul a,
footer.style-III .footer-contact-infos ul span {
font-size: 18px; }
footer.style-III .footer-contact-infos ul li:not(:last-child) {
margin-bottom: 0; }
p {
font-size: 14px !important; }
.about-us h2,
.about-us h3,
.about-us h4,
.about-us h5,
.about-us h6 {
font-size: 18px !important;
margin-bottom: 20px !important; }
.latests-posts h2 {
font-size: 18px !important;
margin-bottom: 20px !important; }
.doctors_filter .title {
font-size: 18px !important; }
.banner_section .banner__title {
margin-bottom: 20px; }
.banner_section .banner__title .title {
font-size: 18px !important; }
.departments_section h2,
.departments_section h3,
.departments_section h4,
.departments_section h5,
.departments_section h6 {
font-size: 18px;
margin-bottom: 20px !important; }
.departments_section .department__title {
font-size: 16px !important; }
.departments_section .desc_col,
.departments_section .departments_col {
width: 50% !important; } header.navigation-V .navigation ul li a,
header.navigation-V .contact-infos ul li a {
font-size: 15px; }
.neo_slider .swiper-wrapper .swiper-slide .bg {
background-size: 72%; }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-sup-title,
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-title {
font-size: 24px !important; }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .slide-desc {
font-size: 12px !important; }
section.about-us.-with-bg {
background-position: -68% 100% !important; } }
@media (max-width: 425px) {
header.navigation-V .logo {
padding-left: 12px; }
header.navigation-V .logo img {
max-width: 136px; } }
@media (min-width: 1300px) and (max-width: 1399px) {
.departments_section .desc_col,
.departments_section .departments_col {
width: 50% !important; }
header.navigation-V .navigation ul li a,
header.navigation-V .contact-infos ul li a {
font-size: 16px; }
.neo_slider .swiper-wrapper .swiper-slide .bg {
background-size: 72%; }
section.about-us.-with-bg {
background-position: -41% 100% !important; }
footer .data.with-white-logo {
background-size: 49%; } }
@media (min-width: 1400px) and (max-width: 1660px) {
.neo_slider .swiper-wrapper .swiper-slide .bg {
background-size: 72%; }
section.about-us.-with-bg {
background-position: -29% 100% !important; } }
@media (max-width: 1024px) {
footer.style-III .footer-contact-infos ul li:not(:last-child) {
margin-bottom: 0; }
footer.style-III .footer-contact-infos ul li,
footer.style-III .footer-contact-infos ul p,
footer.style-III .footer-contact-infos ul a,
footer.style-III .footer-contact-infos ul span {
font-size: 15px; }
.home .latests-posts .row-flex .col-60,
.home .latests-posts .row-flex .col-40 {
width: 100%; }
.home .latests-posts .row-flex .col-60 img,
.home .latests-posts .row-flex .col-40 img {
display: block !important;
object-position: top;  border-radius: 0;
max-width: 260px;
height: auto; }
.home .latests-posts .content_post {
flex-direction: row;
border: none;
background: none;
justify-content: flex-start; }
.home .blog-posts-latest a.btn-standard-IV {
display: none; }
.home .blog-posts-latest .content_post__content {
justify-content: center; }
.home .blog-posts-latest .blog-posts-latest .content_post__image-holder {
flex: unset; }
.home .blog-posts-latest .first .content_post__image-holder {
height: auto; }
.home .blog-posts-latest .first article {
box-shadow: none;
-webkit-box-shadow: none;
margin-bottom: 20px; }
.home .blog-posts-latest .first article .box_content-excerpt {
display: none; }
.home section.about-us {
padding: 20px 0 20px; }
footer.style-III div.data {
padding: 0;
border-left: none; }
footer.style-III .footer-contact-infos ul {
margin-bottom: 0;
border: none; }
footer.style-III .container .row:nth-child(2) {
display: flex; flex-wrap: wrap; }
footer.style-III .container .row:nth-child(2) .neo_menu_list {
order: 1; }
footer.style-III .container .row:nth-child(2) .neo_contact_data {
order: 3; }
footer.style-III .container .row:nth-child(2) .neo_specs_list {
order: 2; }
footer.style-III .container .row:nth-child(2) .specs_list {
max-height: unset; }
footer.style-III .container .row:nth-child(2) .neo_menu_list,
footer.style-III .container .row:nth-child(2) .neo_specs_list,
footer.style-III .container .row:nth-child(2) .neo_contact_data {
width: 50%; }
footer.style-III .container .row:nth-child(2) .neo_contact_data {
margin-top: -221px; } }
@media (max-width: 991px) {
.partners-slider .controls-holder {
display: none !important; }
section.our-doctors .swiper-wrapper {
overflow: auto;
margin: 10px 0;    }
section.our-doctors .swiper-wrapper::-webkit-scrollbar {
width: 15px; }
section.our-doctors .swiper-wrapper::-webkit-scrollbar-track {
background: #f1f1f1; }
section.our-doctors .swiper-wrapper::-webkit-scrollbar-thumb {
background: #19BDF2; }
section.our-doctors .swiper-wrapper::-webkit-scrollbar-thumb:hover {
background: #19BDF2; }
section.our-doctors .row-flex .filter_col,
section.our-doctors .row-flex .slider_col {
width: 100%; }
section.our-doctors .box {
border: none;
box-shadow: none; }
section.our-doctors .controls-holder,
section.our-doctors .swiper-scrollbar {
display: none; }
.cpt_grid .banner_block.-vertical {
display: none; }
.cpt_grid .row-flex .box {
width: calc(33% - 15px); }
.banner_section .container {
background: #18c3fc !important;
padding: 0; }
.banner_section .row-flex.-with-bg {
background: none !important; }
.banner_section .col-60.-banner-desc-holder {
padding: 25px 15px; }
.banner_section ul.neo_specs {
flex-direction: row;
justify-content: space-between; }
.banner_section ul.neo_specs li {
background: #fff;
padding: 10px 5px;
margin-right: 4px;
border-radius: 4px;
width: 19%; }
.banner_section ul.neo_specs li::before,
.banner_section ul.neo_specs li::after {
content: none; }
.banner_section ul.neo_specs li a {
color: #000; }
.banner_section .banner__title span.title {
font-size: 18px !important; }
.home section.our-doctors .swiper-wrapper { }
.home section.our-doctors .box.single-doctor {
position: relative;
margin: 0;
height: 50%;
padding: 0;
background-position: top center;
margin-right: 10px; }
.home section.our-doctors .box.single-doctor .title {
margin-top: 100%;
font-size: 18px !important; } }
@media (max-width: 768px) {
.home section.our-doctors .box.single-doctor .title {
font-size: 12px !important; }
.cpt_grid .container .row-flex {
display: flex;
flex-wrap: wrap; }
.cpt_grid .container .row-flex .box.single-box {
box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
width: calc(33% - 8px);
padding: 10px !important;
display: flex;
flex-direction: column;
justify-content: space-between;
height: auto;
margin: 4px; }
.cpt_grid .container .row-flex .box.single-box .single-box__title {
font-size: 14px; }
.banner_section ul.neo_specs li {
width: 48%; } }
@media (max-width: 768px) {
.home .content_post__image-holder {
display: flex;
align-items: center; }
.home .blog-posts-latest .first .content_post__image-holder,
.home .blog-posts-latest .blog-posts-latest .content_post__image-holder {
width: 33%; }
.home .blog-posts-latest .content_post__content {
width: 66%; }
.home section.our-doctors .box {
width: 155px; }
.home .box.single-doctor .title {
font-size: 12px; }
.home .box.single-doctor .position {
font-size: 11px; }
.home .blog-posts-latest .content_post__content h3 {
font-size: 13px; } }
@media (max-width: 374px) {
.cpt_grid .container .row-flex .box.single-box {
width: calc(50% - 8px); } }
.ham {
-webkit-tap-highlight-color: transparent;
transition: transform 400ms;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
height: 100%;
cursor: pointer;
width: 60px; }
@media (max-width: 425px) {
.ham {
width: 40px; } }
.hamRotate.active {
transform: rotate(45deg); }
.hamRotate180.active {
transform: rotate(180deg); }
.line {
fill: none;
transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
stroke: #3c93bc;
stroke-width: 5.5;
stroke-linecap: round; }
.ham6 .top {
stroke-dasharray: 40 172; }
.ham6 .middle {
stroke-dasharray: 40 111; }
.ham6 .bottom {
stroke-dasharray: 40 172; }
.ham6.active .top {
stroke-dashoffset: -132px; }
.ham6.active .middle {
stroke-dashoffset: -71px; }
.ham6.active .bottom {
stroke-dashoffset: -132px; }
footer .mobile-call-icon,
.navbar .mobile-call-icon {
display: none; }
header.navigation-V .row-flex {
justify-content: space-between; }
@media (max-width: 425px) {
header.navigation-V .row-flex > * {
padding: 0px; } }
@media (max-width: 425px) {
header.navigation-V .row-flex .logo {
padding-left: 12px; } }
@media (min-width: 1025px) {
header.navigation-V .mobile-call-icon {
display: none; } }
@media (max-width: 1024px) {
header.navigation-V .desktop-menu {
display: none; } }
header.navigation-V .mobile-menu { padding-right: 0;
display: flex; }
@media (min-width: 1025px) {
header.navigation-V .mobile-menu {
display: none; } }
@media (max-width: 425px) {
header.navigation-V .mobile-menu {
margin-right: -15px; } }
header.navigation-V .mobile-menu .contact-infos {
display: flex !important;
width: calc(100% - 60px);
align-items: center;
justify-content: flex-end;
margin-bottom: 0 !important; }
header.navigation-V .mobile-menu .contact-infos div {
margin-right: 10px; }
header.navigation-V .mobile-menu .contact-infos .contact-pop__icon {
filter: none; }
@media (max-width: 1024px) {
header.navigation-V .mobile-menu .contact-infos .mobile-call-desktop {
display: none; } }
header.navigation-V .mobile-menu .contact-infos div:first-child a img {
width: 34px !important;
height: 23px !important; }
header.navigation-V .mobile-menu .contact-infos div:nth-child(2) a img {
width: 22px !important;
height: 30px !important; }
header.navigation-V .mobile-menu .contact-infos div:last-child a img {
width: 27px !important;
height: 27px !important; }
.fixed .mobile-menu img {
filter: none !important; }
.navbar {
padding: 25px 35px; }
@media (min-width: 1025px) {
.navbar {
display: none; } }
.navbar .nav .menu-item-has-children {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between; }
.navbar .nav > li {
padding-left: 0;
padding-bottom: 12px;
padding-top: 0;
margin-bottom: 12px; }
.navbar .nav > li:not(:last-child) {
border-bottom: 1px solid #ffffff29; }
.navbar .nav > li > a {
padding: 0; }
.navbar .siteLogo--white { }
.navbar .contact-infos img {
margin-right: 10px; }
.navbar .contact-infos .contact-pop__open span:last-child {
margin-left: -5px; }
.navbar .contact-infos ul {
display: flex;
align-items: flex-start; flex-direction: column; }
.navbar .contact-infos ul li {
display: inline-flex;
flex-direction: row;
align-items: center;
margin-bottom: 15px; }
.navbar .contact-infos ul li:first-child {
font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.45;
letter-spacing: normal;
text-align: left;
color: #ffffff;
margin-top: 25px; }
.navbar .contact-infos ul li p {
margin-bottom: 0; }
.navbar .menu-item-has-children .sub-menu {
display: none;
opacity: 0;
transition: opacity 0.3s 0.1s;
width: 100%; }
.navbar .menu-item-has-children .sub-menu--visible {
display: block;
opacity: 1; }
.navbar .menu-item-has-children .show-more-items--rotate {
transform: rotate(180deg); }
@media (max-width: 1024px) {
.menu-menu-container {
margin-top: 25px; } }
.show-more-items {
cursor: pointer;
transition: 0.2s;
display: none; }
@media (max-width: 1024px) {
.show-more-items {
display: block; } }
#sidebar-wrapper {
background: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/mobile-bg.jpg) 100% 100% no-repeat #236794; }
.neo_slider .swiper-wrapper {
height: auto !important; }
.title-holder a {
display: block; }
@media (max-width: 991px) {
.neo_slider { margin-top: 91px; }
.neo_slider .buttons-holder {
position: absolute;
width: 100%; }
.neo_slider .swiper-wrapper {
align-items: stretch !important; }
.neo_slider .swiper-wrapper .swiper-slide {
height: auto; }
.neo_slider .swiper-wrapper .swiper-slide .desc_column {
order: 2;
padding-top: 0;
margin-top: 15px; }
.neo_slider .swiper-wrapper .swiper-slide .desc_column .title-holder .slide-sup-title,
.neo_slider .swiper-wrapper .swiper-slide .desc_column .title-holder .slide-title {
margin-left: 70px; }
.neo_slider .swiper-wrapper .swiper-slide .desc_column .title-holder a {
display: inline-block;
max-width: 50%;
background: #18c3fc;
color: #fff;
border-radius: 2px;
margin-right: 10px;
padding: 10px;
border: 1px solid #18c3fc;
cursor: pointer;
transition: 0.2s;
line-height: 1; }
.neo_slider .swiper-wrapper .swiper-slide .desc_column .title-holder a:hover {
color: #000;
background: transparent; }
.neo_slider .swiper-wrapper .swiper-slide .slide_column {
order: 1; }
.neo_slider .swiper-wrapper .swiper-slide .slide_column img {
max-width: 150%;
height: auto;
position: relative;
left: -25%; }
.neo_slider .swiper-wrapper .swiper-slide .hero-wrap .with-image .icon {
position: absolute;
max-width: 50px; }
.neo_slider .row {
display: flex;
flex-direction: column; } }
.home .top-filter {
margin-top: 100px;
background-color: #3c93bc;
padding: 15px 0;
position: relative;
z-index: 90; }
.home .top-filter .container {
display: flex;
align-items: center;
justify-content: center; }
.home .top-filter p {
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.86;
letter-spacing: normal;
text-align: left;
color: #ffffff;
margin-right: 15px;
margin-bottom: 0; }
@media (min-width: 1025px) {
.home .top-filter {
display: none; } }
@media (max-width: 1024px) and (min-width: 992px) {
.home .neo_slider {
margin-top: -14px !important; } }
@media (max-width: 991px) {
.home .neo_slider {
margin-top: 0 !important; } }
@media (max-width: 425px) {
.neo_slider {
margin-top: 68px; }
.home .top-filter {
margin-top: 68px; } }
.cpt_grid .row-flex .text-banner {
padding: 20px; }
.cpt_grid .row-flex .banner_block {
background-color: #379DC1;
border-radius: 6px 6px !important; }
.cpt_grid .row-flex .banner_block .banner__title {
font-size: 22px; }
@media (max-width: 1024px) {
.cpt_grid .row-flex .desc_block {
width: 100%; } }
@media (max-width: 500px) {
.cpt_grid .row-flex { } }
@media (min-width: 501px) and (max-width: 539px) {
.cpt_grid .row-flex .banner_block {
height: 534px !important; }
.cpt_grid .row-flex .box,
.cpt_grid .row-flex .banner_block {
width: 47% !important;
margin: 5px; } }
@media (min-width: 540px) and (max-width: 800px) {
.cpt_grid .row-flex .banner_block {
height: 534px !important; }
.cpt_grid .row-flex .box,
.cpt_grid .row-flex .banner_block {
margin: 5px; } }
@media (min-width: 801px) and (max-width: 1024px) {
.cpt_grid .row-flex .banner_block {
height: 534px !important; }
.cpt_grid .row-flex .box,
.cpt_grid .row-flex .banner_block {
margin: 5px; } }
@media (max-width: 1440px) and (min-width: 1200px) {
.cpt_grid .row-flex .banner_block {
height: 534px !important; }
.cpt_grid .row-flex .box,
.cpt_grid .row-flex .banner_block,
.cpt_grid .row-flex .desc_block {
margin: 5px; }
.cpt_grid .row-flex .desc_block {
width: 39%; }
.cpt_grid .row-flex .box,
.cpt_grid .row-flex .banner_block {
width: 19% !important; } }
@media (max-width: 1599px) and (min-width: 1440px) {
.cpt_grid .row-flex .box,
.cpt_grid .row-flex .banner_block,
.cpt_grid .row-flex .desc_block {
margin: 5px; }
.cpt_grid .row-flex .banner_block {
height: 534px !important; }
.cpt_grid .row-flex .desc_block {
width: 519px; }
.cpt_grid .row-flex .box,
.cpt_grid .row-flex .banner_block {
width: 255px !important; } }
ul#spec-list {
padding: 0px 0px; }
ul#spec-list li.spec-single-box:before,
ul#spec-list li.spec-single-box:after {
display: none; }
ul#spec-list li.spec-single-box {
cursor: pointer;
display: block;
width: 116px;
height: 116px;
padding: 70px 4px 4px 4px;
float: left;
border-radius: 5px;
border: 1px solid #ccc;
background: #fff;
font-weight: 600;
font-style: normal;
font-size: 13px;
box-shadow: 0px 0px 15px #d4d4d4;
position: relative;
margin: 5px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; }
ul#spec-list li.spec-single-box img {
max-height: 45px;
position: absolute;
top: 8px;
left: 4px; }
ul#spec-list li.spec-single-box span {
display: block;
position: absolute;
bottom: 6px;
left: 6px; }
ul#spec-list li.spec-single-box.active img {
filter: brightness(200%); }
ul#spec-list li.spec-single-box.active {
color: #fff;
background: #4bc1ec; background: -moz-linear-gradient(45deg, #4bc1ec 0%, #39a1c6 99%); background: -webkit-linear-gradient(45deg, #4bc1ec 0%, #39a1c6 99%); background: linear-gradient(45deg, #4bc1ec 0%, #39a1c6 99%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4bc1ec', endColorstr='#39a1c6', GradientType=1); }
ul#spec-list:after {
content: ' ';
clear: both;
display: block; }
@media (max-width: 500px) {
ul#spec-list li.spec-single-box {
width: 100px;
height: 100px;
font-size: 11px; }
body.page-id-1649 .box.single-doctor {
width: 157px;
height: 221px;
padding: 7px;
background-position: top; }
body.page-id-1649 .our-doctors-section {
padding: 0px 0px; }
.box.single-doctor .title {
font-weight: bold;
font-size: 13px; }
.box.single-doctor .position {
font-size: 11px; }
div.spec-container {
background-color: #fff;
position: fixed;
left: -100%;
top: 0px;
width: 100%;
z-index: 99999;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; } }
h2 {
font-size: 24px; }
h3 {
font-size: 32px; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 800;
color: #000000;
font-family: 'Open Sans', sans-serif !important;
line-height: 1.1;
position: relative;
z-index: 1; }
h1.-white,
h2.-white,
h3.-white,
h4.-white,
h5.-white,
h6.-white {
color: #FFFFFF; }
ul {
padding: 0px;
list-style-type: none; }
.row-flex {
display: flex;
flex-direction: row;
margin-right: -15px;
margin-left: -15px;
flex-wrap: wrap; }
.row-flex > * {
padding: 0px 15px; }
.row-flex .col-10 {
width: 10%; }
.row-flex .col-15 {
width: 15%; }
.row-flex .col-20 {
width: 20%; }
@media (min-width: 992px) {
.row-flex .col-20 {
float: left;
width: 20%; } }
.row-flex .col-21 {
width: 21%; }
.row-flex .col-25 {
width: 25%; }
.row-flex .col-30 {
width: 30%; }
.row-flex .col-35 {
width: 35%; }
.row-flex .col-40 {
width: 40%; }
.row-flex .col-45 {
width: 45%; }
.row-flex .col-50 {
width: 50%; }
.row-flex .col-55 {
width: 55%; }
.row-flex .col-60 {
width: 60%; }
.row-flex .col-65 {
width: 65%; }
.row-flex .col-70 {
width: 70%; }
.row-flex .col-75 {
width: 75%; }
.row-flex .col-79 {
width: 79%; }
.row-flex .col-80 {
width: 80%; }
.row-flex .col-85 {
width: 85%; }
.row-flex .col-90 {
width: 90%; }
.row-flex .col-95 {
width: 95%; }
.row-flex .col-100 {
width: 100%; }
.row-flex.-with-bg {
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover; }
nav.navigation {
margin-top: 0px;
margin-bottom: 85px; }
nav.navigation .nav-links {
display: flex;
flex-wrap: wrap;
justify-content: center; }
nav.navigation .nav-links span.current {
color: #32C6F4 !important;
background-color: #FFFFFF !important;
border: none !important;
font-weight: bold; }
nav.navigation .nav-links a {
font-weight: bold;
border-radius: 4px;
border: none !important; }
nav.navigation .nav-links a:hover {
background-color: #FFFFFF !important;
color: #32C6F4 !important; }
nav.navigation .nav-links a.next,
nav.navigation .nav-links a.prev {
margin: 0px 15px;
background-color: #32C6F4;
color: #FFFFFF;
padding: 5px 12px; }
nav.navigation .nav-links a.next:hover,
nav.navigation .nav-links a.prev:hover {
background-color: #75D0FF !important;
color: #FFFFFF !important; }
body {
font-family: 'Open Sans', sans-serif !important;
font-size: 14px;
color: #000000; }
body .hamburger {
top: 0px;
width: 32px;
right: 5px; }
@media (max-width: 991px) {
body { }
body .slide-progress-container {
display: none; }
body .ba_slider .banner-pagination {
position: relative; }
body .slider_I .swiper-pagination-bullets {
border-bottom: none; } }
@media (max-width: 1070px) and (min-width: 991px) {
body section.cta a {
position: absolute;
left: -10px; } }
body .cta-section-intext-wide {
width: 100%;
padding: 0 0px 20px 0px; }
body .cta-section-intext .btn.btn-primary {
margin-top: 15px; }
body .cta-section h2 {
margin-top: -25px;
background-color: #fff;
display: inline-block;
padding: 0px 20px 40px 20px; }
body .ba_cookie_bar {
padding: 15px; }
@media (max-width: 576px) {
body .ba_cookie_bar p {
font-size: 12px; }
body .ba_cookie_bar img.close_notification {
max-width: 30px;
position: absolute;
right: 7px;
top: -34px; }
body .ba_cookie_bar div:last-child {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column; }
body .ba_cookie_bar div:last-child a {
margin-bottom: 15px;
display: block;
font-size: 90%; }
body .ba_cookie_bar button {
padding: 7px 32px; } }
p {
font-size: 15px; }
#ba_builder {
padding: 0px; }
#ba_builder.single-ba_neospec_cpt h4,
#ba_builder.single-ba_department_cpt h4,
#ba_builder.single-ba_neospec_exam_cpt h4 {
color: #000000;
padding: 9px;
line-height: 1;
display: flex;
flex-direction: row;
align-items: center;
font-size: 25px; }
#ba_builder.single-ba_neospec_cpt h4 img,
#ba_builder.single-ba_department_cpt h4 img,
#ba_builder.single-ba_neospec_exam_cpt h4 img {
margin: 0px 17px 0px 0px; }
#ba_builder h1,
#ba_builder h2,
#ba_builder h3,
#ba_builder h4,
#ba_builder h5,
#ba_builder h6,
#ba_builder p {
max-width: 100%; }
#ba_builder .col-md-4 h3, #ba_builder .col-sm-4 h3, #ba_builder .col-xs-4 h3 {
margin-top: 0px; }
#ba_builder h4 {
margin: 20px 0px 30px; }
#ba_builder ul:not(.neo_specs) li {
position: relative;
list-style-type: none;
margin-left: 20px;
line-height: 1.5;
margin-bottom: 10px; }
#ba_builder ul:not(.neo_specs) li:before {
content: '';
position: absolute;
width: 12px;
height: 100%;
left: -20px;
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/dot-blue.png);
background-repeat: no-repeat;
background-position: top;
background-size: contain;
top: 5px;
background-color: transparent;
z-index: 3; }
#ba_builder ul:not(.neo_specs) li:not(:last-child):after {
content: '';
position: absolute;
width: 1px;
height: 100%;
background-color: #32C6F4;
left: -14.5px;
bottom: -15px;
z-index: 1; }
#ba_builder ul:not(.neo_specs) li.cat-item:not(:last-child):after {
content: none; }
#ba_builder ul:not(.neo_specs) li ul {
padding: 10px 0px 0px 0px; }
#ba_builder ul:not(.neo_specs) li ul li:after {
content: none;
display: none; }
#ba_builder ul:not(.neo_specs) li ul li:before {
content: '';
display: block;
width: 12px;
height: 12px;
position: absolute;
left: -17px;
background-repeat: no-repeat;
-webkit-background-size: contain;
background-size: contain;
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/check-o.png); }
section.offer {
padding: 0px 0px 80px; }
section.offer.offer-home {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/section-pattern.png);
background-repeat: repeat-y;
background-position: left;
background-attachment: fixed;
padding: 80px 0px 80px; }
section.offer.offer-home--departments {
background-image: none !important;
background-color: #FAFBFC; }
section.offer.offer-home--badania-diagnostyczne {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/badania-bg.jpg) !important;
background-repeat: no-repeat;
background-attachment: scroll; }
section.offer.offer-home--badania-diagnostyczne .offer_spec .offer_spec__box:hover a {
background-color: #0a8db6; }
section.offer.offer-home--badania-diagnostyczne .offer_spec .offer_spec__box a {
background-color: #32C6F4; }
section.offer.offer-home--badania-diagnostyczne .offer_spec .offer_spec__box a p {
color: #FFFFFF; }
section.offer .offer_spec {
display: flex;
flex-wrap: wrap; }
@media (max-width: 768px) {
section.offer .offer_spec .offer_spec__box {
width: 50%; } }
@media (max-width: 576px) {
section.offer .offer_spec .offer_spec__box {
width: 100%; } }
section.offer .offer_spec:after,
section.offer .offer_spec:before {
display: none; }
section.offer .offer_spec .offer_spec__box {
margin-bottom: 20px; }
section.offer .offer_spec .offer_spec__box:hover a {
background-color: rgba(50, 198, 244, 0.4); }
section.offer .offer_spec .offer_spec__box:hover .content-holder p {
color: #15367A; }
section.offer .offer_spec .offer_spec__box a {
justify-content: space-evenly;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
overflow: auto;
transition: all 0.3s ease-in-out;
background: #F0F3F4;
padding: 14px;
-webkit-box-align: center;
text-decoration: none;
flex-direction: column;
text-align: center;
min-height: 140px;
align-items: center; }
section.offer .offer_spec .offer_spec__box .img-holder {
margin-right: 15px; }
section.offer .offer_spec .offer_spec__box .img-holder img {
max-width: 60px; }
section.offer .offer_spec .offer_spec__box .content-holder {
text-align: center; }
section.offer .offer_spec .offer_spec__box .content-holder p {
font-size: 15px;
text-transform: uppercase;
font-weight: 800;
margin: 7px 0px;
letter-spacing: 1.5px;
color: #373542; }
section.offer h2 {
text-transform: uppercase;
margin: 0px 0px 40px 0px;
color: #58585A;
font-size: 36px;
line-height: 1.7;
font-weight: bold; }
@media (max-width: 991px) {
section.offer h2 {
text-align: center; } }
section.offer h2 strong {
color: #32C6F4; }
@media (max-width: 768px) {
section.offer h2 {
font-size: 26px; } }
@media (max-width: 576px) {
section.offer h2 {
font-size: 22px; } }
section.offer .offer__title {
font-size: 19px;
text-transform: uppercase;
font-weight: bold;
margin: 30px 0 35px;
letter-spacing: 1.5px;
color: #373542; }
section.offer p {
margin: 0;
color: #667788;
font-size: 16px; }
section.offer p.sectiondesc {
padding: 0 0 45px;
margin-bottom: 45px; }
@media (min-width: 992px) {
section.offer .row {
margin-bottom: 20px; } }
.ba_slider .slide-progress {
background: #C1C0C0 !important; }
.ba_slider .hero-item {
padding: 20px 0px !important; }
.ba_slider .hero-item:before {
content: none !important; }
.ba_slider .hero-item .small-title {
font-size: 41px !important;
line-height: 0.3;
color: #58585A !important; }
.ba_slider .hero-item h3 {
font-size: 68px !important;
color: #32C6F4 !important;
text-transform: uppercase; }
@media (max-width: 1199px) and (min-width: 768px) {
.ba_slider .hero-item h3 {
font-size: 48px !important; } }
.ba_slider .hero-item p {
color: #58585A !important;
font-size: 17px;
letter-spacing: 1px;
margin-bottom: 30px; }
.ba_slider .hero-item a {
color: #FFFFFF;
padding: 0 50px;
position: relative;
text-align: center;
display: inline-block;
vertical-align: middle;
text-decoration: none;
text-transform: uppercase;
font: bold 15px/40px 'Open Sans', Arial, Helvetica, sans-serif;
float: left;
margin: 0 15px 0 0;
background-color: #32C6F4; }
.ba_slider .hero-item a:hover {
background-color: transparent;
color: #32C6F4 !important; }
.ba_slider .hero-item a:before {
content: none !important; }
.ba_slider .hero-item a:nth-child(2) {
background-color: #58585A !important; }
@media (max-width: 768px) {
.ba_slider .hero-item .small-title {
font-size: 20px !important; }
.ba_slider .hero-item h3 {
font-size: 30px !important; }
.ba_slider .hero-item p {
font-size: 16px !important; }
.ba_slider .hero-item a {
margin-bottom: 20px !important; } }
@media (max-width: 520px) {
.ba_slider .hero-item .small-title {
font-size: 20px !important; }
.ba_slider .hero-item h3 {
font-size: 29px !important; }
.ba_slider .hero-item p {
font-size: 16px !important; }
.ba_slider .hero-item a {
margin-bottom: 20px !important; } }
@media (max-width: 991px) {
#page_header figcaption {
position: absolute !important;
background: #E4EDF4; }
#page_header figcaption h1:after {
right: 0px; }
#page_header figcaption .ba_breadcrumbs {
text-align: center !important; } }
@media (max-width: 991px) and (max-width: 520px) {
#page_header figcaption h1 {
font-size: 24px !important; } }
section.aboutus {
background: #FFFFFF;
position: relative;
padding: 80px 0px; }
section.aboutus .col-md-6 {
padding-right: 35px; }
section.aboutus .col-md-9 {
position: relative;
z-index: 2;
background: #FFFFFF; }
section.aboutus .onas {
position: static; }
section.aboutus .onas img {
height: 100%;
width: auto;
position: absolute;
max-height: 667px;
right: 0px;
padding: 33px;
margin: 0 auto;
bottom: 0px; }
@media (max-width: 991px) {
section.aboutus .onas img {
width: 100%;
margin: 30px auto;
position: static; } }
section.aboutus h2 {
text-transform: uppercase;
margin: 0px 0px 40px 0px;
color: #58585A;
font-size: 36px;
line-height: 28px;
font-weight: 800; }
@media (max-width: 991px) {
section.aboutus h2 {
text-align: center; } }
section.aboutus .desc {
font-size: 16px;
line-height: 1.7;
text-align: justify; }
@media (max-width: 991px) {
section.aboutus .desc {
padding: 10px; } }
section.aboutus .desc strong {
color: #58585A; }
section.aboutus .desc span.dropcap {
font-size: 86px;
color: #58585A;
line-height: 60px;
float: left;
padding: 3px; }
section.aboutus .desc p.signature {
margin-top: 50px;
margin-bottom: 20px;
text-align: right;
font-weight: bold; }
section.aboutus .desc img {
width: 140px;
float: right; }
@media (max-width: 991px) {
section.aboutus .desc img {
margin-left: auto;
float: none !important; } }
section.cta {
background: linear-gradient(rgba(50, 198, 244, 0.9), rgba(50, 198, 244, 0.9)), url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/cta-image.jpg);
background-repeat: no-repeat;
padding: 80px 0px;
background-size: cover; }
@media (max-width: 991px) {
section.cta {
text-align: center; }
section.cta a {
float: none !important; } }
section.cta--onOfferPage {
margin-top: 80px;
margin-bottom: -80px; }
@media (max-width: 991px) {
section.cta--onOfferPage p {
text-align: center !important;
margin-top: 20px !important; } }
section.cta--grey {
background: linear-gradient(rgba(88, 88, 90, 0.9), rgba(88, 88, 90, 0.9)), url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/cta-image.jpg); }
section.cta h2 {
text-transform: uppercase;
margin: 0px;
color: #FFFFFF;
font-size: 36px;
line-height: 1;
font-weight: bold; }
section.cta h2 strong {
color: #32C6F4; }
section.cta p {
margin-top: 20px;
color: #FFFFFF;
margin-bottom: 0px;
font-size: 19px; }
section.cta a {
color: #FFFFFF;
padding: 5px 50px;
position: relative;
text-align: center;
display: inline-block;
vertical-align: middle;
border: 2px solid #FFFFFF;
text-transform: uppercase;
font: bold 18px/40px 'Open Sans', Arial, Helvetica, sans-serif;
float: left;
margin: 13px 15px 0 0;
text-decoration: none; }
section.cta a:hover {
background-color: #58585A;
border-color: #58585A; }
.feature_boxes {
padding: 40px 0px; }
.feature_boxes.feature_I .single_feature img.emoji {
padding: 0px !important;
margin: 0px !important; }
.feature_boxes .row {
display: flex;
flex-direction: row;
flex-wrap: wrap; }
.feature_boxes .row:before,
.feature_boxes .row:after {
content: none; }
.feature_boxes img {
margin: 0px 23px 0px 0px !important;
width: 50px;
height: 50px; }
.feature_boxes .single_feature {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
margin: 10px !important;
border: 2px solid rgba(25, 189, 242, 0.2);
border-radius: 9px;
padding: 20px;
background: #FAFEFF;
box-shadow: 0px 0px 59px 0px #EBEEF5; }
.feature_boxes .single_feature.col-md-4 {
width: 31%; }
.feature_boxes .single_feature.col-md-3 {
width: 23%;
max-width: 48%;
width: auto; }
.feature_boxes .single_feature.col-md-6 {
width: 48%; }
.feature_boxes .single_feature p {
margin: 0px; }
.feature_boxes .single_feature img {
max-width: none;
width: auto; }
@media (max-width: 768px) {
.feature_boxes .single_feature {
width: 100%; } }
footer .textwidget {
color: #FFFFFF; }
footer .textwidget p {
font-size: 14px; }
footer .menu li {
width: auto !important; }
footer .menu li.current-menu-item a {
border-bottom: 1px solid #FFFFFF;
font-weight: bold; }
.ba_breadcrumbs {
padding-bottom: 20px; }
section.contact {
padding: 50px 0px 0px; }
section.contact h2 {
text-transform: uppercase;
font-weight: 800;
padding: 0px 0px 19px;
margin: 0px 0px 55px;
font-size: 24px;
border-bottom: 1px solid #F9FAFB; }
section.contact .content-holder {
padding-bottom: 50px; }
section.contact .content-holder ul {
list-style-type: none; }
section.contact .content-holder ul.contact-circle-data {
padding: 0px;
margin: 0px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 64%; }
section.contact .content-holder ul.contact-circle-data li {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 50%;
align-items: center;
margin-bottom: 30px; }
@media (max-width: 767px) {
section.contact .content-holder ul.contact-circle-data li {
width: 100%; } }
section.contact .content-holder ul.contact-circle-data li p,
section.contact .content-holder ul.contact-circle-data li a,
section.contact .content-holder ul.contact-circle-data li span {
color: #000000;
font-size: 14px;
text-decoration: none; }
section.contact .content-holder ul.contact-circle-data li p {
margin: 0px 0px 0px 15px; }
nav#sidebar-wrapper ul li.current-menu-item a {
background: #269CC1; }
nav#sidebar-wrapper ul li a {
color: #FFFFFF;
font-size: 18px !important; }
nav#sidebar-wrapper ul li ul {
padding-left: 10px; }
div.cta.-onOfferPage {
position: fixed;
right: 0;
top: 50%;
background: #29ADD6;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-align: center;
align-items: center;
border-radius: 46px 0px 0px 46px;
padding-right: 22px;
z-index: 99;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
transform: translateX(77%); }
div.cta.-onOfferPage.is_visible {
transform: translateX(0%); }
div.cta.-onOfferPage .icons i {
padding: 19px;
max-height: 75px;
max-width: 75px;
border: 2px dotted #FFFFFF;
margin: 11px;
border-radius: 50%;
font-size: 39px;
color: #FFFFFF;
line-height: 1 !important; }
div.cta.-onOfferPage div.desc .contact-us {
color: #FFFFFF;
font-size: 24px; }
div.cta.-onOfferPage div.desc .contact-us a {
color: #FFFFFF;
text-decoration: none; }
div.cta.-onOfferPage p.title {
color: #FFFFFF;
font-size: 23px;
margin: 0;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.4px; }
#expandPolicy {
color: #000000;
font-weight: bold;
display: block; }
#privacyPolicy {
margin-top: -22px;
display: none; }
#privacyPolicy.show {
display: block;
margin-bottom: 12px; }
div[data-map-id="232"] {
height: 386px; }
div.sidebar-title {
background-color: #FFFFFF;
color: #32C6F4;
text-align: left;
border-bottom: 1px solid #E6E6E6; }
section.about-us {
padding: 80px 0 20px;
background-size: initial !important; }
section.about-us h2 {
margin-bottom: 65px; }
section.about-us.-with-bg {
background-repeat: no-repeat;
background-position: left bottom;
background-size: contain;
margin-bottom: -40px; }
section.about-us h3 {
font-size: 24px; }
section.about-us h3.partners_title {
margin-top: 40px;
margin-bottom: 40px; }
.partners-slider .swiper-wrapper {
margin: 33px 0px 33px 33px; }
.partners-slider .swiper-scrollbar {
height: 3px;
background-color: #32C6F4; }
.partners-slider .swiper-scrollbar .swiper-scrollbar-drag {
height: 10px;
top: -4px;
background: #32C6F4;
border-radius: 0px; }
.partners-slider .swiper-scrollbar .swiper-scrollbar-drag:hover {
cursor: grab;
height: 13px; }
.partners-slider .controls-holder {
position: relative;
display: block;
width: 190px;
height: 50px;
margin: 0 auto 40px; }
.partners-slider .controls-holder .swiper-button-next,
.partners-slider .controls-holder .swiper-button-prev {
background-size: contain;
width: 50px;
height: 50px; }
.partners-slider .controls-holder .swiper-button-next {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-nex.png) !important; }
.partners-slider .controls-holder .swiper-button-prev {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-prev.png) !important; }
.our-doctors-section {
padding: 40px 0px; }
.our-doctors-section .row-flex {
align-items: flex-end; }
@media (max-width: 1199px) {
.our-doctors-section .row-flex {
justify-content: center; } }
.our-doctors-section .desc_block {
width: calc(270px * 2);
margin: 7.5px;
padding: 0px;
display: flex;
flex-direction: column;
justify-content: center;
height: 262px; }
.our-doctors-section .desc_block h2 {
margin: 0px 0px 40px; }
.ba_row {
padding: 10px 0px; }
.ba_row .row-title {
padding: 0px 15px; }
.cta-section .cta-slider {
overflow: hidden;
position: relative; }
.cta-section .cta-slider .swiper-slide {
position: relative;
height: 321px; }
.cta-section .cta-slider .swiper-slide .bg {
background-size: cover;
width: 100%;
height: 100%; }
.cta-section .cta-slider .swiper-slide .title {
position: absolute;
top: 0; }
.cta-section .cta-slider:hover .swiper-pagination,
.cta-section .cta-slider:focus .swiper-pagination,
.cta-section .cta-slider:hover .swiper-button-next,
.cta-section .cta-slider:focus .swiper-button-next,
.cta-section .cta-slider:hover .swiper-button-prev,
.cta-section .cta-slider:focus .swiper-button-prev {
opacity: 1; }
.cta-section .cta-slider:hover .swiper-button-next,
.cta-section .cta-slider:focus .swiper-button-next {
right: 0px; }
.cta-section .cta-slider:hover .swiper-button-prev,
.cta-section .cta-slider:focus .swiper-button-prev {
left: 0px; }
.cta-section .cta-slider:hover .swiper-pagination,
.cta-section .cta-slider:focus .swiper-pagination {
bottom: 0px; }
.cta-section .cta-slider .swiper-pagination,
.cta-section .cta-slider .swiper-button-next,
.cta-section .cta-slider .swiper-button-prev {
opacity: 0;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; }
.cta-section .cta-slider .swiper-pagination {
bottom: -20px; }
.cta-section .cta-slider .swiper-pagination .swiper-pagination-bullet {
opacity: 1;
background-color: #FFFFFF; }
.cta-section .cta-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: #FFFFFF;
width: 12px;
height: 12px;
top: 1px;
position: relative; }
.cta-section .cta-slider .swiper-button-next {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-nex.png) !important;
right: -20px; }
.cta-section .cta-slider .swiper-button-prev {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-prev.png) !important;
left: -20px; }
.cta-section .cta-slider .swiper-button-next,
.cta-section .cta-slider .swiper-button-prev {
background-size: contain;
width: 50px;
height: 50px; }
.cta-row {
align-items: flex-start;
padding: 40px 0px; }
.cta-row h2 {
font-size: 36px;
margin: 0px 0px 40px; }
.cta-row h2,
.cta-row h3,
.cta-row h4,
.cta-row h5,
.cta-row h6,
.cta-row h1 {
font-weight: 900; }
.cta-row .cta-slider {
min-height: 321px; }
.cta-row .cta-slider .swiper-slide:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-image: linear-gradient(90deg, rgba(50, 198, 244, 0.6) 14%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 98%); }
@media (max-width: 500px) {
.cta-row .cta-slider .swiper-slide:before {
background-image: none;
background-color: rgba(50, 198, 244, 0.2); } }
.cta-row .cta_box {
height: auto;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border-radius: 6px;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 0px;
padding: 0px 15px; }
.cta-row .cta_box .title {
color: #FFFFFF;
text-transform: uppercase;
font-size: 24px;
line-height: 1.1;
padding: 21px 18px;
width: 50%; }
@media (max-width: 500px) {
.cta-row .cta_box .title {
width: 100%; } }
@media (max-width: 1200px) {
.cta-row .cta_box .title {
font-size: 20px; } }
.cta-row .cta_box .cta_box__info {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 9px;
align-items: center; }
.cta-row .cta_box .cta_box__info:first-child {
background-color: #32C6F4; }
.cta-row .cta_box .cta_box__info:nth-child(2) {
background-color: #1E6AB2; }
.cta-row .cta_box .cta_box__info:last-child {
border-radius: 0px 0px 6px 6px; }
.cta-row .cta_box .cta_box__info img {
margin: 0px 13px 0px 0px; }
.cta-row .cta_box .cta_box__info a {
font-weight: bold; }
.cta-row .cta_box .cta_box__info span,
.cta-row .cta_box .cta_box__info a,
.cta-row .cta_box .cta_box__info img {
color: #FFFFFF;
text-decoration: none;
font-size: 18px; }
.more-offers-section {
padding: 40px 0px; }
.more-offers-section .offers--desc {
margin-bottom: 40px; }
.more-offers-section .offers--desc .row-flex {
align-items: center; }
.more-offers-section .offers--holder {
margin: 0px 15px; }
.more-offers-section .offers--holder .row-flex {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 12px; }
.more-offers-section .row-flex .single-more-offer {
background-color: #32C6F4;
border-radius: 6px;
display: flex;
flex-wrap: wrap;
padding: 22px;
width: 100%; }
.more-offers-section .row-flex .single-more-offer .offer--icon {
margin-right: 20px; }
.more-offers-section .row-flex .single-more-offer .offer--icon img {
margin: 0px;
max-width: 58px; }
.more-offers-section .row-flex .single-more-offer .offer--desc__holder {
flex: 1; }
.more-offers-section .row-flex .single-more-offer .offer--desc__holder .title {
font-weight: bold;
color: #FFFFFF; }
.more-offers-section .row-flex .single-more-offer .offer--desc__holder .desc {
color: #FFFFFF; }
.contact_box {
text-align: center;
margin-bottom: 50px; }
.contact_box img {
width: 40px;
height: 40px;
max-width: 100px;
margin: 0 auto 40px; }
.contact_box h2 {
text-transform: uppercase;
letter-spacing: 1.5px;
color: #000000;
margin-bottom: 15px;
font-weight: bold;
font-size: 18px; }
@media (max-width: 767px) {
.contact_box {
width: 100% !important; } }
.faq-section {
padding: 40px 0px; }
.faq-section .faq--desc {
margin-bottom: 40px; }
.faq-section .faq--desc h2,
.faq-section .faq--desc h3,
.faq-section .faq--desc h4,
.faq-section .faq--desc h5,
.faq-section .faq--desc h6 {
font-weight: 900;
margin-bottom: 40px; }
.faq-section .faq-holder {
flex-direction: row;
position: relative; }
.faq-section .faq-holder img {
width: 45px;
height: 47px; }
.faq-section .faq-holder .ba_row strong {
display: block; }
.faq-section .single-faq-item {
border-radius: 6px;
border: 2px solid #32C6F4;
padding: 15px;
box-shadow: 0px 0px 59px 0px #EBEEF5;
height: 57px;
margin-bottom: 12px;
width: 100%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.faq-section .single-faq-item.active {
height: 100%; }
.faq-section .single-faq-item.active .desc {
display: block; }
.faq-section .single-faq-item.active .title:before {
transform: rotate(90deg);
top: -8px; }
.faq-section .single-faq-item .title {
font-weight: bold;
display: block;
width: 100%;
background-color: #FFFFFF;
border: none;
text-align: left;
cursor: pointer;
user-select: none;
position: relative;
padding-left: 50px; }
.faq-section .single-faq-item .title:before {
content: '';
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/slider-nex.png);
width: 40px;
height: 40px;
background-position: center center;
-webkit-background-size: contain;
background-size: contain;
display: block;
position: absolute;
left: 0px;
top: -9px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.faq-section .single-faq-item .desc {
border-top: 1px solid #DCDCDC;
padding: 17px 0px 0px 0px;
margin: 15px 0px 0px 0px;
display: none; }
.faq-section .single-faq-item .desc p {
margin: 0px; }
.faq-holder .ba_row strong {
display: block; }
.accordion-section {
padding: 40px 0px;
margin: 0px 15px; }
.accordion-section .accordion--desc {
margin-bottom: 70px; }
.accordion-section .accordion--desc h1,
.accordion-section .accordion--desc h2,
.accordion-section .accordion--desc h4,
.accordion-section .accordion--desc h5,
.accordion-section .accordion--desc h5,
.accordion-section .accordion--desc h6 {
font-weight: 900;
font-size: 36px; }
.accordion-section .accordion-row {
flex-wrap: unset;
margin: 0px 0px; }
.accordion-section .accordion-row .nav-tabs {
border: 1px solid #B4DDEC;
border-radius: 6px 0px 0px 6px;
padding: 0px;
box-shadow: -13px 0px 59px 0px #EBEEF5;
position: relative;
width: 389px;
border-right: 0px;
background-color: #F9F9F9; }
@media (max-width: 1024px) {
.accordion-section .accordion-row .nav-tabs {
overflow: scroll; } }
.accordion-section .accordion-row .nav-tabs .single-accordion-title {
font-weight: 900;
font-size: 16px;
display: flex;
flex-wrap: wrap;
padding: 10px 12px;
cursor: pointer;
border-radius: 0px 6px 6px 0px; }
.accordion-section .accordion-row .nav-tabs .single-accordion-title:first-child {
border-radius: 6px 0px 6px 0px; }
.accordion-section .accordion-row .nav-tabs .single-accordion-title:last-child {
border-radius: 0px 6px 0px 6px; }
.accordion-section .accordion-row .nav-tabs .single-accordion-title:hover,
.accordion-section .accordion-row .nav-tabs .single-accordion-title.active {
background-image: linear-gradient(to right, #379DC1, #4BC0EB);
color: #FFFFFF; }
.accordion-section .accordion-row .nav-tabs .single-accordion-title:hover .icon img,
.accordion-section .accordion-row .nav-tabs .single-accordion-title.active .icon img {
filter: brightness(100); }
.accordion-section .accordion-row .nav-tabs .single-accordion-title span.icon {
margin-right: 15px; }
.accordion-section .accordion-row .nav-tabs .single-accordion-title span.icon img {
margin: 0px; }
.accordion-section .accordion-row .tabs-desc {
background-color: #FFFFFF;
width: 992px;
margin-left: -1px;
box-shadow: 20px 0px 59px 0px #EBEEF5;
padding: 33px 30px;
border: 1px solid #B4DDEC;
border-radius: 0px 6px 6px 0px; }
.accordion-section .accordion-row .tabs-desc .single-accordion-desc {
display: none; }
.accordion-section .accordion-row .tabs-desc .single-accordion-desc.active {
display: block; }
.accordion-section .accordion-row .tabs-desc .container {
width: auto; }
.ba_gallery {
padding: 40px 0px;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear; }
.ba_gallery .my-gallery:hover .single-photo img {
opacity: 0.6; }
.ba_gallery .my-gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.ba_gallery figure.single-photo {
width: 24%;
margin-bottom: 15px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
position: relative;
z-index: 1; }
.ba_gallery figure.single-photo:hover {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
z-index: 6;
box-shadow: 0px 0px 59px 0px #EBEEF5; }
.ba_gallery figure.single-photo:hover img {
opacity: 1 !important; }
.ba_gallery figure.single-photo img {
margin: 0px;
width: 100%; }
#ba_builder {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/body-decoration.png);
background-repeat: no-repeat;
background-position: left top;
padding-bottom: 40px;
padding-top: 30px; }
.cpt_grid {
padding: 40px 0px; }
.cpt_grid .row-flex {
display: block;
margin: 0px -7.5px; }
.cpt_grid .single-box {
float: left;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out; }
.cpt_grid .single-box:hover {
background-color: #32C6F4; }
.cpt_grid .single-box:hover img {
filter: brightness(100); }
.cpt_grid .single-box:hover .single-box__title {
color: #FFFFFF; }
.cpt_grid .banner_block {
float: left;
padding: 0px;
box-shadow: 0px 0px 59px 0px #EBEEF5;
background-color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
margin: 7.5px;
background-repeat: no-repeat;
display: flex;
flex-wrap: wrap; }
.cpt_grid .banner_block.-horizontal {
width: 816px;
height: 262px;
border: 1px solid #F1F1F1;
flex-direction: row; }
.cpt_grid .banner_block.-horizontal .banner__url {
width: 262px;
border-radius: 0px 6px 6px 0px;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%; }
.cpt_grid .banner_block.-vertical {
width: 262px;
height: 539px;
flex-direction: column;
justify-content: space-between;
border-radius: 0px 0px 6px 6px;
background-size: cover; }
.cpt_grid .banner_block.-vertical .banner__url {
padding: 13px 19px;
border-radius: 0px 0px 6px 6px;
font-size: 18px;
text-align: center; }
.cpt_grid .banner_block .banner_block__bg {
flex: 1;
background-size: cover;
background-repeat: no-repeat;
border-radius: 6px 0px 0px 6px;
background-position: center; }
.cpt_grid .banner_block .banner__url {
color: #FFFFFF;
text-decoration: none;
background-color: #1E6CB5;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear; }
.cpt_grid .banner_block .banner__url:hover {
background-color: #32C6F4; }
.cpt_grid .banner_block .banner_url__title {
padding: 20px; }
.cpt_grid .banner_block .banner__title {
color: #FFFFFF;
font-size: 18px;
font-weight: bold;
line-height: 1.1;
padding: 44px 20px;
text-transform: uppercase; }
.cpt_grid .desc_block {
float: left;
width: calc(538px);
height: auto;
margin: 7.5px;
padding: 0; }
.cpt_grid .desc_block h2 {
margin: 0px 0px 40px; }
div.clear {
clear: both; }
a.btn-standard-IV {
background-color: #19BDF2; }
.feature_I .single_feature {
flex-direction: column;
align-items: center; }
.feature_I .single_feature img {
margin: 0px 0px 20px !important; }
@media (max-width: 1199px) and (min-width: 768px) {
.feature_I .single_feature {
width: 47% !important; } }
@media (max-width: 767px) {
.feature_I .single_feature {
width: 100% !important; } }
.page-id-294 .ba_row {
display: flex;
flex-wrap: wrap; }
.page-id-294 .ba_row:before,
.page-id-294 .ba_row:after {
content: none; }
.page-id-294 .col-md-1 {
text-align: center;
min-width: 75px !important; }
@media (max-width: 767px) {
.page-id-294 .col-md-1 {
text-align: left;
margin-bottom: 20px; } }
.page-id-294 .col-md-1 img {
margin-right: 10px; }
.page-id-848 .feature_I {
display: flex;
flex-wrap: wrap;
flex-direction: row; }
.page-id-167 .feature_boxes {
padding-top: 20px;
display: flex;
flex-direction: row;
flex-wrap: wrap; }
.page-id-167 .feature_boxes:before,
.page-id-167 .feature_boxes:after {
content: none; }
.page-id-167 .feature_boxes .single_feature {
flex-direction: column;
width: 23% !important; }
.page-id-167 .feature_boxes .single_feature img {
display: block !important;
margin: 20px auto !important; }
@media (max-width: 991px) and (min-width: 768px) {
.page-id-167 .feature_boxes .single_feature {
width: 47% !important; } }
@media (max-width: 767px) {
.page-id-167 .feature_boxes .single_feature {
width: 100% !important; } }
@media (max-width: 991px) {
header.navigation-IV .topheader .bottombar ul li span {
line-height: 1; }
header.navigation-IV .topheader .bottombar ul li:last-child span.appoitment {
float: none; } }
.sticky {
left: 0; background: #2cc2f3;
width: 100%; }
.sticky .container {
border-bottom: 1px solid #fff;
background: #2cc2f3; }
.sticky a {
font-family: 'Montserrat', sans-serif;
padding: 10px 25px;
font-weight: bold;
font-size: 25px;
cursor: pointer;
color: #fff !important; }
.sticky--fixed {
position: fixed;
bottom: 0;
z-index: 999;
background: transparent; }
.sticky--fixed .container {
border-bottom: 0 solid #fff; }
@media (max-width: 991px) {
.sticky a {
padding: 0;
font-size: 1.5rem; } }
#umawianie-wizyty iframe {
height: 800px !important;
background: #EEEEEE; }
@media (max-width: 991px) {
.navigation--language {
display: none; } }
.navigation--language .menu-menu-jezykowe-container ul {
width: auto;
height: auto;
max-width: 100%;
background: none;
border: none;
box-shadow: none;
left: 0; }
.navigation--language .menu-menu-jezykowe-container ul li:hover {
background: none !important; }
.navigation--language .menu-menu-jezykowe-container .sub-menu {
background: none !important; }
.navigation--language li {
border: none !important; }
.navigation--language a {
width: auto !important;
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important; }
header.navigation-V .navigation--language ul li ul.sub-menu li a {
padding: 0 !important;
padding-bottom: 15px !important; }
header.navigation-V .navigation--language ul li ul.sub-menu li a:hover {
background: none !important; }
.single-ba_career_cpt #ba_builder {
background-image: none; }
@media (max-width: 768px) {
.single-ba_career_cpt #ba_builder {
padding-bottom: 0; } }
.single-ba_career_cpt .job__description {
padding: 25px 100px;
margin-bottom: 50px;
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
background: #fff;
border-radius: 25px; }
@media (max-width: 768px) {
.single-ba_career_cpt .job__description {
padding: 0;
box-shadow: none; } }
.single-ba_career_cpt .btn {
font-size: 12px;
font-family: "Montserrat";
color: #ffffff;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
line-height: 3.376;
text-align: center;
background: #4cc2f0;
box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.25);
margin: 50px auto;
padding: 4px 33px 4px 33px;
display: flex;
align-items: center;
justify-content: space-between; }
@media (max-width: 576px) {
.single-ba_career_cpt .btn {
letter-spacing: 0;
padding: 10px;
margin: 25px auto; } }
.single-ba_career_cpt .btn::after {
content: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/arwow-job-white.png);
margin-left: 30px;
line-height: 1; }
@media (max-width: 576px) {
.single-ba_career_cpt .btn::after {
margin-left: 10px; } }
.single-ba_career_cpt .job__lists {
display: flex;
flex-wrap: wrap; }
.single-ba_career_cpt .job__lists .job__offer,
.single-ba_career_cpt .job__lists .job__needs {
width: 50%;
padding: 50px 30px 50px 10px; }
@media (max-width: 991px) {
.single-ba_career_cpt .job__lists .job__offer,
.single-ba_career_cpt .job__lists .job__needs {
width: 100%;
padding: 25px 0; } }
.single-ba_career_cpt #ba_builder ul {
margin-top: 25px; }
.single-ba_career_cpt #ba_builder ul:not(.neo_specs) li {
margin-left: 27px;
margin: 25px 0 25px 25px; }
.single-ba_career_cpt #ba_builder ul:not(.neo_specs) li::before {
content: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/checked.png);
background-image: none;
left: -27px; }
.single-ba_career_cpt #ba_builder ul:not(.neo_specs) li::after {
content: none; }
.single-ba_career_cpt .job__aplly {
padding: 50px;
padding-top: 87px;
margin-bottom: 15px;
background: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/jumbotron.png) center no-repeat;
text-align: center;
display: flex;
justify-content: center;
align-items: center; }
.single-ba_career_cpt .job__frame {
padding: 0;
border: 3px solid #fff;
border-top: none;
margin: 0 auto; display: flex;
align-items: center;
justify-content: center;
flex-direction: column; }
@media (max-width: 576px) {
.single-ba_career_cpt .job__frame {
border: none; } }
.single-ba_career_cpt .job__frame h3 {
margin-top: -19px;
display: block;
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 0;
padding-bottom: 15px; }
@media (max-width: 576px) {
.single-ba_career_cpt .job__frame h3 {
margin: 0; } }
.single-ba_career_cpt .job__frame h3::before,
.single-ba_career_cpt .job__frame h3::after {
content: '';
height: 3px;
width: 200px;
background: #fff;
position: absolute;
top: 38%; }
@media (max-width: 576px) {
.single-ba_career_cpt .job__frame h3::before,
.single-ba_career_cpt .job__frame h3::after {
content: none; } }
.single-ba_career_cpt .job__frame h3::before {
left: -105px; }
.single-ba_career_cpt .job__frame h3::after {
right: -105px; }
.single-ba_career_cpt .job__frame .btn {
margin: 35px;
margin-top: 50px;
margin-bottom: 35px;
background: #fff;
color: #4cc2f0; }
.single-ba_career_cpt .job__frame .btn::after {
content: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/arwow-job-blue.png); }
.post-type-archive-ba_career_cpt .blog-posts-big {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; }
.post-type-archive-ba_career_cpt .blog-posts-big article {
width: 48%;
padding: 20px; }
.post-type-archive-ba_career_cpt .blog-posts-big article:not(:nth-child(2n)) {
margin-right: 2%; }
@media (max-width: 991px) {
.post-type-archive-ba_career_cpt .blog-posts-big article {
width: 100%; }
.post-type-archive-ba_career_cpt .blog-posts-big article:not(:nth-child(2n)) {
margin-right: 0; } }
.post-type-archive-ba_career_cpt .content_post__content {
width: 100%; }
body .wpcf7 form.wpcf7-form .applyTo .wpcf7-acceptance label {
display: flex;
flex-wrap: nowrap; }
div.wpcf7 input[type="file"] {
border-bottom: none;
margin-top: 0;
padding: 0; }
.news__sidebar {
margin-bottom: 40px; }
.news__sidebar .widget__title {
font-size: 18px;
font-family: 'Open Sans', sans-serif;
color: #000000;
font-weight: bold;
line-height: 1.333;
margin-bottom: 25px; }
.news__sidebar:not(:last-child) {
border-radius: 5px;
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
background: #fff;
padding: 25px; }
.news__sidebar a {
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #000000;
display: block; }
.news__sidebar li:not(:last-child) a {
border-bottom: 1px solid #007095;
margin-bottom: 10px;
padding-bottom: 10px; }
.news__sidebar .fb_iframe_widget {
width: 100% !important; }
@media (min-width: 1025px) {
.navigation--language .menu-menu-jezykowe-container ul {
width: auto;
height: auto;
max-width: 100%;
background: none;
border: none;
box-shadow: none;
left: 0; }
.navigation--language .menu-menu-jezykowe-container ul li:hover {
background: none !important; }
.navigation--language .menu-menu-jezykowe-container .sub-menu {
background: none !important; }
.navigation--language li {
border: none !important; }
.navigation--language a {
width: auto !important;
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important; }
header.navigation-V .navigation--language ul li ul.sub-menu li a {
padding: 0 !important;
padding-bottom: 15px !important; }
header.navigation-V .navigation--language ul li ul.sub-menu li a:hover {
background: none !important; }
header.navigation-V .navigation--language .menu-menu-jezykowe-container ul,
header.navigation-V .navigation--language .menu-menu-jezykowe-ukrainski-container ul,
header.navigation-V .navigation--language .menu-menu-jezykowe-niemiecki-container ul,
header.navigation-V .navigation--language .menu-menu-jezykowe-angielski-container ul {
width: auto;
height: auto;
max-width: 100%;
background: none;
border: none;
box-shadow: none;
left: 0; }
header.navigation-V .navigation--language .menu-menu-jezykowe-container ul li:hover,
header.navigation-V .navigation--language .menu-menu-jezykowe-ukrainski-container ul li:hover,
header.navigation-V .navigation--language .menu-menu-jezykowe-niemiecki-container ul li:hover,
header.navigation-V .navigation--language .menu-menu-jezykowe-angielski-container ul li:hover {
background: none !important; }
header.navigation-V .navigation--language .menu-menu-jezykowe-container ul li:hover .sub-menu,
header.navigation-V .navigation--language .menu-menu-jezykowe-ukrainski-container ul li:hover .sub-menu,
header.navigation-V .navigation--language .menu-menu-jezykowe-niemiecki-container ul li:hover .sub-menu,
header.navigation-V .navigation--language .menu-menu-jezykowe-angielski-container ul li:hover .sub-menu {
display: flex; }
header.navigation-V .navigation--language .menu-menu-jezykowe-container ul .wpml-ls-current-language,
header.navigation-V .navigation--language .menu-menu-jezykowe-ukrainski-container ul .wpml-ls-current-language,
header.navigation-V .navigation--language .menu-menu-jezykowe-niemiecki-container ul .wpml-ls-current-language,
header.navigation-V .navigation--language .menu-menu-jezykowe-angielski-container ul .wpml-ls-current-language {
padding: 0 5px; }
header.navigation-V .navigation--language .menu-menu-jezykowe-container ul .wpml-ls-current-language:hover,
header.navigation-V .navigation--language .menu-menu-jezykowe-ukrainski-container ul .wpml-ls-current-language:hover,
header.navigation-V .navigation--language .menu-menu-jezykowe-niemiecki-container ul .wpml-ls-current-language:hover,
header.navigation-V .navigation--language .menu-menu-jezykowe-angielski-container ul .wpml-ls-current-language:hover {
background: #fff !important;
border-radius: 6px; }
header.navigation-V .navigation--language .menu-menu-jezykowe-container ul .wpml-ls-current-language > a .wpml-ls-native,
header.navigation-V .navigation--language .menu-menu-jezykowe-ukrainski-container ul .wpml-ls-current-language > a .wpml-ls-native,
header.navigation-V .navigation--language .menu-menu-jezykowe-niemiecki-container ul .wpml-ls-current-language > a .wpml-ls-native,
header.navigation-V .navigation--language .menu-menu-jezykowe-angielski-container ul .wpml-ls-current-language > a .wpml-ls-native {
display: none; }
header.navigation-V .navigation--language .menu-menu-jezykowe-container .sub-menu,
header.navigation-V .navigation--language .menu-menu-jezykowe-ukrainski-container .sub-menu,
header.navigation-V .navigation--language .menu-menu-jezykowe-niemiecki-container .sub-menu,
header.navigation-V .navigation--language .menu-menu-jezykowe-angielski-container .sub-menu {
background: none !important;
width: auto !important;
max-width: none !important;
left: unset;
right: 0;
border-radius: 6px; background-color: #FFFFFF !important;
display: none; flex-direction: column;
justify-content: center;
align-items: flex-end;
padding: 5px;
top: 25px !important; }
header.navigation-V .navigation--language .menu-menu-jezykowe-container .sub-menu li,
header.navigation-V .navigation--language .menu-menu-jezykowe-ukrainski-container .sub-menu li,
header.navigation-V .navigation--language .menu-menu-jezykowe-niemiecki-container .sub-menu li,
header.navigation-V .navigation--language .menu-menu-jezykowe-angielski-container .sub-menu li {
display: flex !important;
align-items: center !important;
justify-content: flex-end; }
header.navigation-V .navigation--language .menu-menu-jezykowe-container .sub-menu li a,
header.navigation-V .navigation--language .menu-menu-jezykowe-ukrainski-container .sub-menu li a,
header.navigation-V .navigation--language .menu-menu-jezykowe-niemiecki-container .sub-menu li a,
header.navigation-V .navigation--language .menu-menu-jezykowe-angielski-container .sub-menu li a {
display: flex !important;
align-items: center !important;
flex-direction: row-reverse !important;
justify-content: space-between !important; }
header.navigation-V .navigation--language .menu-menu-jezykowe-container .sub-menu li a span,
header.navigation-V .navigation--language .menu-menu-jezykowe-ukrainski-container .sub-menu li a span,
header.navigation-V .navigation--language .menu-menu-jezykowe-niemiecki-container .sub-menu li a span,
header.navigation-V .navigation--language .menu-menu-jezykowe-angielski-container .sub-menu li a span {
color: #000000 !important;
font-weight: normal;
font-size: 14px; }
.wpml-ls-menu-item .wpml-ls-flag + span {
margin-right: 0.3em;
margin-left: 0; }
.navigation--language li {
border: none !important; }
.navigation--language a {
width: auto !important;
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important; }
header.navigation-V .navigation--language ul li ul.sub-menu li a { padding: 7px 0 !important; }
header.navigation-V .navigation--language ul li ul.sub-menu li a:hover {
background: none !important; } }
@media (min-width: 1025px) and (max-width: 991px) {
.navigation--language {
display: none; } }
@media (min-width: 1025px) and (max-width: 991px) {
.navigation--language {
display: none; } }
@media (max-width: 1199px) and (min-width: 1025px) {
.container {
width: auto; }
header.navigation-V .navigation ul li:not(:last-child) {
margin: 0px 5px 0px 0px !important; } }
.page-id-1207 .feature_boxes .single_feature.col-md-4 {
width: 31%;
background: #19bdf2;
color: #FFF;
height: 217px; }
.page-id-1207 .feature_boxes .single_feature.col-md-4 .single_feature__title {
color: #fff; }
.page-id-1207 .feature_boxes .single_feature.col-md-4 img {
filter: brightness(4); }
.intext-contact-icon {
width: 29px;
margin-right: 10px; }
.page-id-1699 .cta-section,
.cta-section-intext {
width: 60%;
margin: 50px auto;
border: 2px solid #098bb5;
text-align: center;
padding: 0 20px 20px 20px;
border-radius: 10px;
position: relative; }
body.page-id-848 .feature_boxes.feature_I .single_feature img.media-link {
width: 500px !important;
max-width: 100% !important;
height: auto; }
@media (max-width: 1024px) {
.page-id-1303 .neo_slider,
.video_section__opinions {
display: none; }
#ba_builder.page-id-1303 {
padding-top: 50px !important; }
#lekarze {
display: block;
margin-bottom: 50px; } } div.blog-header {
background: #fcfdfe;
padding: 10px 20px;
margin-top: -37px;
margin-bottom: 30px;
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
border-radius: 5px; }
body.post-type-archive-ba_blog_cpt div.blog-header {
margin-top: -50px; }
div.blog-header h1 {
font-size: 18px;
font-family: 'Open Sans', sans-serif;
color: #000000;
font-weight: bold;
line-height: 1.333; }
.blog-posts-big .content_post__content h2, .blog-posts-big .content_post__content h2 a {
font-size: 18px;
color: #000000 !important;
margin-bottom: 25px;
font-weight: bold; }
p#breadcrumbs, p#breadcrumbs a {
font-size: 12px;
color: #90949c; }
.wp-image-5589, .wp-image-6898 {
border-radius: 5px;
box-shadow: 0px 0px 15px #e3e3e3; }
@media (min-width: 501px) {
.postid-715 .box.single-doctor .title, .postid-715 .box.single-doctor .position,
.postid-744 .box.single-doctor .title,
.postid-744 .box.single-doctor .position, .box.single-doctor[data-name="Daniel Płomiński"] .position, .box.single-doctor[data-name="Daniel Płomiński"] .title,
.box.single-doctor[data-name="Wojciech Karcz"] .position, .box.single-doctor[data-name="Wojciech Karcz"] .title,
.box.single-doctor[data-name="Jakub Kłącz"] .title,
.box.single-doctor[data-name="Marcin Barczyński"] .position, .box.single-doctor[data-name="Marcin Barczyński"] .title {
color: #fff;
text-shadow: 0px 0px 5px #000; } }
div.gallery-columns-4 figure.gallery-item {
display: inline-block;
margin: 5px; }
.cta-doctor {
width: 50%;
float: left; font-size: 12px; }
@media (max-width: 501px) {
.cta-doctor {
width: 100%;
float: none; } }
.cta-doctor a.intext {
width: 60%;
display: block;
text-align: center;
background-color: #2cc2f3;
padding: 10px 0;
border-radius: 10px;
border-bottom: 2px solid #098bb5;
margin: 10px auto 50px auto;
color: #fff;
font-weight: 300;
font-size: 20px; }
span.cta-doctor-title {
font-size: 15px;
font-weight: 700;
display: block; }
span.cta-doctor-desc {
display: block;
padding: 0 10px 0 10px; }
.single-ba_blog_cpt .cta-section-intext {
width: 100%; }
div.mejs-video {
width: 360px !important;
height: 360px !important; }
div.mejs-video video {
height: 100% !important; }
img.imgpr {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
div.kodeks-etyki ol {
padding-left: 15px; }
img.nomargin {
margin: 0;
height: 148px; }
@media (max-width: 1599px) {
img.nomargin {
height: 140px; } }
@media (max-width: 1399px) {
img.nomargin {
height: 130px; } }
@media (max-width: 1299px) {
img.nomargin {
height: 120px; } }
@media (max-width: 1130px) {
img.nomargin {
height: 110px; } }
@media (max-width: 1025px) {
img.nomargin {
height: 100px; } }
@media (max-width: 945px) {
img.nomargin {
display: none; } }
@media (min-width: 946px) {
.steps-mobile {
display: none; } }
.form-consult {
padding: 20px 40px;
box-shadow: 0px 0px 15px 15px #ececec;
border-radius: 25px; }
.form-consult input, .form-consult textarea {
border: 0px;
border-bottom: 2px solid #000;
background-color: #f7f7f7; }
.form-consult label {
color: #000; }
.form-consult input[type="file"] {  }
.form-consult input[type="button"] {
color: #fff; }
.form-consult input[type="button"] {
background-color: #4cc2f1;
padding: 10px;
display: inline-block;
width: auto;
border: 0px;
color: #FFF;
cursor: pointer !important; }
.form-consult input[type="checkbox"] {
margin: 0px;
float: left;
display: block;
width: 9%;
margin-right: 1%;
position: relative; }
.form-consult label[for="@r33m3nt"], .form-consult label[for="@r33m3nt2"], .form-consult label[for="@r33m3nt3"], .form-consult #expandKl, .form-consult .klauzula-konsultacje {
display: block;
width: 95%;
position: relative;
transform: none !important;
font-size: 12px;
line-height: 14px; }
.form-consult #expandKl {
font-weight: 800; }
.form-consult input[type="checkbox"]::before {
position: relative;
content: none; }
.form-consult-submit {
width: 80%;
margin-left: 10%;
margin-right: 10%;
background-color: #4cc2f0;
color: #ffffff;
font-size: 16px !important;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 3px;
border: 0px; }
.form-consult .form-error {
border: 2px solid #ff1616;
background-color: #ff8a8a;
color: #fff; }
.form-consult .form-error-label {
font-weight: 900;
color: #ff1616; }
div.send-status div.success {
width: 80%;
margin-left: 10%;
margin-right: 10%;
background-color: #4cc2f0;
color: #ffffff;
font-size: 16px !important;
font-weight: 900;
padding: 20px 40px; }
div.send-status div.error {
width: 80%;
margin-left: 10%;
margin-right: 10%;
background-color: #ff8a8a;
color: #fff;
font-size: 16px !important;
font-weight: 900;
padding: 20px 40px; }
.form-consult .klauzula-konsultacje {
display: none; }
.banner_section ul.neo_specs {
margin-top: 30px;
display: flex;
flex-direction: column;
max-height: 250px;
flex-wrap: wrap; }
.row-flex.-with-bg {
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: initial;
background-color: #93d6e6;
background-position: bottom left;
background-position-x: -30px; }
.banner_section .col-60.-banner-desc-holder {
padding: 40px 50px 0px 50px;
color: #FFFFFF; } header.navigation.navigation-V ul li.mega-menu-item {
margin: 0px !important; }
.textwidget hr {
margin-top: 10px;
margin-bottom: 10px; }
.mega-menu-header-b4 {
font-size: 18px;
color: #4cc2f1;
font-weight: bold;
display: block;
line-height: 1.1;
margin: 20px 0; }
#mega-menu-wrap-primary ul#mega-menu-primary li ul li.mega-menu_ikona {
background-size: 3em auto;
background-repeat: no-repeat;
background-position: left;
padding-left: 25px !important; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu_ikona > a.mega-menu-link {
padding-bottom: 12px !important;
font-family: 'Montserrat', sans-serif !important; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
font-family: 'Montserrat', sans-serif !important; }
.linie2 {
height: 82px !important; }
.linie2 a {
margin-top: calc(41px - 1em - 12px) !important; }
.linie3 {
height: 100px !important; }
.linie3 a {
margin-top: calc(50px - 1em - 12px) !important; } #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_onas {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/doktor.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_nasz {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/atuty.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_aktu {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/aktualnosci.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_blog {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/przy-kawie-o-zdrowiu.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_film {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/filmy.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_historie {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/historie.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_medi {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/aktualnosci.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_odpo {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/odpowiedzialnosc-spoleczna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_kari {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/aktualnosci.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_kode {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/kodeks-etyki.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_kont {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/kontakt-dla-mediow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_rodo {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/rodo.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona1_zarz {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/zarzad.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_gine {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/ginekologia-1.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_polo {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/bocian-porod-dziecko.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_chdzie {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-dziecieca.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_chkreg {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-kregoslupa-krakow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_chogol {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-ogolna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_chonko {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-onkologiczna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_chnacz {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-naczyniowa-krakow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_chplas {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-plastyczna-krakow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_orto {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/ortopedia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_urol {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/urologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_choroby_tarczycy {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/endokrynolog.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_leczenie_piersi {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/centrum-leczenia-piersi-1.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_przepukliny {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/centrum-leczenia-przepuklin-2.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_klo {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/klinika-leczenia-otylosci.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_cle {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/centrum-leczenia-endometriozy.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_aler {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/alergologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_bari {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/bariatria.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_chor {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/oddzial-zakazny.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_chdzie {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-dziecieca.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_chkreg {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-kregoslupa-krakow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_chnacz {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-naczyniowa-krakow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_chogol {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-ogolna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_chonko {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-onkologiczna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_chplas {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-plastyczna-krakow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_derm {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/dernatologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_diet {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-dietetyczna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_endo {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_gine {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/ginekologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_inte {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/internistyczny-1.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_kard {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/kardiologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_neur {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/neurologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_neur_kreg {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/neurochirurgia-w-zakresie-leczenia-chorob-kregoslupa.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_orto {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/ortopedia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_pedi {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/pediatria.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_pora {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/jedzenie-food.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona67_pora {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/reumatolog.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_psychi {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-psychiatria.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_rehabilitacja {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/rehabilitacja.png); } 
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_psycho {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-psychiatria.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_urol {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/urologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_bcyto {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_bfuzy {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_bmamm {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_burod {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_busg {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_cyst {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_dkard {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_dlabo {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_gast {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_kolo {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_ktg {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_prog {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona6_davinci {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/chirurgia-robotyczna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_praw {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/bezpieczenstwo.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_waru {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/bed-kopia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_kwal {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/poradnia-chirurgia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_wyma {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/wyniki-medyczne.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_przy {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/przyjecie-do-szpitala.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_plat {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/wallet.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_wypi {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/wypis-ze-szitala.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_fina {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/wallet.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_plik {
background-image: url(https://szpitalnaklinach.pl/wp-content/uploads/pliki-do-pobrania.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_ankieta {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/ankieta.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_br {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/badania-i-rozwoj.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_zamowienia {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/zamowienia.png); } header.navigation.navigation-V ul li.mega-menu-item {
margin: 0px !important; }
.mega-menu-header-b4 {
font-size: 18px;
color: #4cc2f1;
font-weight: bold;
display: block;
line-height: 1.1;
margin: 25px 0; }
#mega-menu-wrap-primary ul#mega-menu-primary li ul li.mega-menu_ikona {
background-size: 3em auto;
background-repeat: no-repeat;
background-position: left;
padding-left: 25px !important; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu_ikona > a.mega-menu-link {
padding-bottom: 12px !important;
font-family: 'Montserrat', sans-serif !important; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
font-family: 'Montserrat', sans-serif !important; } #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona_1 {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/doktor.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona_2 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/internistyczny.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona_3 {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/aktualnosci.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona_4 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/internistyczny.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona_5 {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/aktualnosci.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona_6 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/internistyczny.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona_7 {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/przy-kawie-o-zdrowiu.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona_8 {
background-image: url(https://www.szpitalnaklinach.pl/wp-content/uploads/bezpieczenstwo.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_1 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/ginekologia-1.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_2 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/bocian-porod-dziecko.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_3 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/chirurgia-ogolna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_4 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/chirurgia-onkologiczna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_5 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/chirurgia-naczyniowa-krakow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_6 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/chirurgia-plastyczna-krakow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_7 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/ortopedia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona2_8 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/urologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_1 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/chirurgia-naczyniowa-krakow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_2 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/chirurgia-ogolna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_3 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/chirurgia-onkologiczna.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_4 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/chirurgia-plastyczna-krakow.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_5 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/dernatologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_6 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_7 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/ginekologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_8 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/internistyczny-1.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_9 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/kardiologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_10 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/neurologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_11 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/ortopedia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_12 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/pediatria.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_13 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/jedzenie-food.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_14 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-psychiatria.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_15 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-psychiatria.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona3_16 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/urologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_1 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_2 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_3 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_4 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_5 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_6 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_7 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_8 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_9 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona4_10 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-endokrynologia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_1 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/bezpieczenstwo.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_2 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/bed-kopia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_3 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/poradnia-chirurgia.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_4 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/wyniki-medyczne.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_5 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/przyjecie-do-szpitala.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_6 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/wallet.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_7 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/wypis-ze-szitala.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_8 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/wallet.png); }
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.menu_ikona5_9 {
background-image: url(http://projekty.b4after.pl/neo/szpital/wp-content/uploads/pliki-do-pobrania.png); } section.blog_post_author {
margin-top: 40px;
padding-top: 40px;
border-top: 1px solid #E0E0E0; }
section.blog_post_author_intro {
width: 38%;
float: left;
padding: 0 20px 20px 0;
border-right: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
margin: 0 20px 20px 0; }
@media (max-width: 1024px) {
section.blog_post_author_intro {
width: 100%; } }
a.cta-btn {
position: relative;
z-index: 9999;
display: block;
width: 100%;
background-color: #19BDF2;
color: #fff;
padding: 10px;
text-align: center;
font-weight: 800;
border-radius: 5px;
transition-duration: 0.5s;
margin: 5px 0; }
a.cta-btn.konsultacje {
background-color: #0da2d2; }
a.cta-btn:hover {
text-decoration: none;
background-color: #337ab7; }
a.cta-btn img {
filter: brightness(300);
padding: 0 10px 0 0;
width: 32px; }
img.author_portrait {
border-radius: 5px; }
span.author_name {
display: block;
font-weight: 800; }
span.author_bio {
padding: 10px 0;
color: #4c4c4c;
display: block;
margin: 10px 0;
border-top: 1px solid #20bef2; }
span.author_header {
display: block;
margin: 10px;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
color: #000000;
font-weight: bold;
text-transform: uppercase; }
img.doctor_sm {
margin-right: 10px; }
body.page-id-611 .cpt_grid .row-flex .text-banner,
body.page-id-131 .cpt_grid .row-flex .text-banner {
width: 95% !important; }
.btn.edit-btn {
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 250px;
padding: 10px;
background: #00770a;
color: #fff;
font-weight: 900;
z-index: 99999; }
.cta-btn-widget {
display: block;
position: fixed;
bottom: 30px;
right: 20px;
width: 247px;
height: 82px;
z-index: 99999;
border-radius: 3px;
background: #4bc1ec;
background: -moz-linear-gradient(66deg, #4bc1ec 0%, #369abf 100%);
background: -webkit-linear-gradient(66deg, #4bc1ec 0%, #369abf 100%);
background: linear-gradient(66deg, #4bc1ec 0%, #369abf 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4bc1ec",endColorstr="#369abf",GradientType=1);
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3); }
@media (max-width: 990px) {
.cta-btn-widget {
transform: scale(0.7);
bottom: 28px;
right: -51px; }
footer {
padding-bottom: 90px; } }
.cta-btn-widget .left-side img {
position: absolute;
top: 20px;
left: 20px; }
.cta-btn-widget .left-side span.wave {
width: 40px;
height: 40px;
display: block;
position: absolute;
border-radius: 100%;
left: 20px;
top: 20px;
border: 1px solid #d3d3d3;
transform-origin: center;
-webkit-animation: scale-up-center 3s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
animation: scale-up-center 3s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both; }
@-webkit-keyframes scale-up-center {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 1;
border: 1px solid #d3d3d3; }
100% {
-webkit-transform: scale(3.5);
transform: scale(3.5);
opacity: 0;
border: 1px solid #b5b5b5; } }
@keyframes scale-up-center {
0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 1;
border: 1px solid #d3d3d3; }
100% {
-webkit-transform: scale(3.5);
transform: scale(3.5);
opacity: 0;
border: 1px solid #b5b5b5; } }
.cta-btn-widget .left-side span.wave.wave_1 {
animation-delay: 0s; }
.cta-btn-widget .left-side span.wave.wave_2 {
animation-delay: 1s; }
.cta-btn-widget .left-side span.wave.wave_3 {
animation-delay: 2s; }
.right-side {
width: 183px;
left: 72px;
top: 16px;
position: absolute;
color: #fff;
font-size: 14px;
font-family: 'Montserrat', sans-serif !important;
font-weight: 700; }
.right-side a {
text-decoration: none;
color: #fff;
display: block;
font-size: 22px;
font-family: 'Montserrat', sans-serif !important;
font-weight: 700;
position: absolute;
top: 15px;
left: 2px; }
body.page-id-152 .our-doctors-section .desc_block {
width: calc(270px * 0.97); }
form.wpcf7-form label, form label {
z-index: 5; }
@media (max-width: 1399px) {
footer.style-III .footer-contact-infos ul li, footer.style-III .footer-contact-infos ul p, footer.style-III .footer-contact-infos ul a, footer.style-III .footer-contact-infos ul span {
font-size: 21px; } }
@media (max-width: 1141px) {
footer.style-III .footer-contact-infos ul li, footer.style-III .footer-contact-infos ul p, footer.style-III .footer-contact-infos ul a, footer.style-III .footer-contact-infos ul span {
font-size: 20px; } }
@media (max-width: 1097px) {
footer.style-III .footer-contact-infos ul li, footer.style-III .footer-contact-infos ul p, footer.style-III .footer-contact-infos ul a, footer.style-III .footer-contact-infos ul span {
font-size: 18px; } }
@media (max-width: 1024px) {
footer.style-III .footer-contact-infos ul li, footer.style-III .footer-contact-infos ul p, footer.style-III .footer-contact-infos ul a, footer.style-III .footer-contact-infos ul span {
font-size: 16px; } }
@media (max-width: 767px) {
footer.style-III .footer-contact-infos ul li, footer.style-III .footer-contact-infos ul p, footer.style-III .footer-contact-infos ul a, footer.style-III .footer-contact-infos ul span {
font-size: 21px; } }
body.page-id-8029 .ba_gallery figure.single-photo {
width: 32%; }
.rounded-doc {
border-radius: 5px;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
transform-origin: center center;
transition: 0.2s ease-in-out;
cursor: pointer; }
.rounded-doc:hover {
transform: scale(1.2); }
@media (max-width: 990px) {
.rounded-doc {
float: none !important;
clear: both;
margin: 10px;
width: 90%; } }
.online-consultations .consult-box {
box-shadow: 0 0 13px rgba(0, 0, 0, 0.33);
border-radius: 5px;
margin-top: 40px; }
.online-consultations .box-header, .online-consultations .box-footer {
background-color: #4cc2f1;
margin: 0px 0px 0px 0px;
color: #FFF;
text-align: center;
padding: 20px 10px; }
.online-consultations .box-header {
border-top-left-radius: 5px;
border-top-right-radius: 5px; }
.online-consultations .box-header img {
height: 40px;
margin-right: 10px; }
.online-consultations .box-header h3 {
color: #fff;
font-size: 20px;
margin: 0px;
display: inline; }
.online-consultations .box-footer {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px; }
.online-consultations .box-footer span.entry {
font-size: 20px;
display: block; }
.online-consultations .box-footer span.doc-name {
font-size: 22px;
font-weight: 900;
display: block; }
.online-consultations .box-footer p {
font-size: 14px;
line-height: 16px;
margin-top: 10px; }
@media (max-width: 1399px) {
.online-consultations .box-header h3 {
font-size: 18px; } }
.show-more-consult {
text-align: center;
margin-top: 40px; }
.show-more-consult a {
display: inline-block;
padding: 15px 70px 15px 15px;
box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
color: #000;
font-weight: 800;
background: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/link-btn.png) no-repeat 96% center;
transition-duration: 0.2s; }
.show-more-consult a:hover {
background-color: #4cc2f1;
color: #fff; }
.online-consultations-desc {
text-align: center; }
.online-consultations-desc p {
display: inline-block;
width: 70%; }
.online-consultations-title {
margin: 40px 0 40px 0; }
.online-consultations-title img {
margin: 0 auto 20px auto; }
img.blog-poster {
margin: 0px 0 20px;
width: 100%;
border-radius: 7px;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.blog__share {
border-radius: 7px; }
.blog__share.has-thumb {
margin-bottom: 0px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
h2.smaller {
font-size: 18px;
font-weight: 900; }
h3.smaller {
font-size: 18px; }
.bordered_text_block {
margin: 50px 12%;
padding: 50px;
border: 1px solid #4cc2f1;
border-radius: 15px; }
.bordered_text_block.styl2, .bordered_text_block.styl3 {
margin: 0px;
padding: 30px;
border: 15px solid #4cc2f1;
border-radius: 15px; }
.bordered_text_block.styl2 {
margin: 60px 0; }
.bordered_text_block.styl2 h2 {
margin-top: -85px;
text-align: center;
margin-bottom: 65px; }
.bordered_text_block.styl1 h2 {
margin-top: -65px;
text-align: center;
margin-bottom: 65px; }
.bordered_text_block.styl1 h2 span {
background-color: #fff;
display: inline-block;
padding: 0 20px; }
.cta-rounded-box {
padding: 40px 40px 40px 32px;
margin: 0 20%;
background-color: #2cc2f3;
color: #fff;
background: #4bc1ec;
background: -moz-linear-gradient(66deg, #4bc1ec 0%, #369abf 100%);
background: -webkit-linear-gradient(66deg, #4bc1ec 0%, #369abf 100%);
background: linear-gradient(66deg, #4bc1ec 0%, #369abf 100%);
border-radius: 10px; }
.cta-rounded-box img {
filter: invert(1);
margin-top: -10px; }
.cta-rounded-box a {
color: #fff;
font-weight: 900; }
@media (max-width: 1366px) {
.cta-rounded-box {
margin: 0 10%; } }
.wp-image-5589, .wp-image-6898, .wp-image-6949 {
border-radius: 5px;
box-shadow: 0px 0px 15px #e3e3e3; }
footer.style-III ul li {
margin-left: 0px !important; }
footer.style-III ul li:before {
content: '' !important;
background-image: none !important;
display: none !important; }
.single-accordion-desc figure.gallery-item {
width: 29%;
float: left;
margin: 10px 1% 10px 10px; }
.single-accordion-desc figure.gallery-item img {
width: 100%;
height: auto; }
div.inside-menu {
width: 450px;
float: left;
background: #fff;
border: 1px solid #ccc;
margin: 0 15px 15px 0;
padding: 20px;
border-top: 5px solid #4bc1ec; }
div.inside-menu span {
display: block;
font-weight: 900;
font-size: 18px; }
body.page-id-10037 h2 {
display: inline-block; }
.gallery-columns-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 5px; }
.gallery-columns-3 figure img {
width: 99%;
height: auto; }
body.page-id-11792 div.row_section:nth-child(11), body.page-id-11792 div.row_section:nth-child(10) {
background-color: #ff9298;
color: #fff; }
body.page-id-11792 h3 {
font-size: 18px; }
body.page-id-11792 div.row_section:nth-child(11) .ba_row,
body.page-id-11792 div.row_section:nth-child(11) .ba_row p {
padding: 0 !important;
margin: 0; }
body.page-id-11792 div.row_section:nth-child(10) h2 {
color: #fff; }
.cta-box {
border: 2px solid #2cc2f3;
border-radius: 10px;
padding: 0px 30px 20px 30px; }
.cta-href {
font-size: 16px;
font-weight: 700; }
.cta-href a {
display: block;
font-size: 32px;
padding: 0;
margin: 0;
line-height: 20px; }
.cta-href {
margin-bottom: 20px; }
@media (min-width: 991px) {
body.page-id-11894 .col-md-6 {
width: 65%; }
body.page-id-11894 .col-md-6:nth-child(2) {
width: 35%; } }
@media (max-width: 1089px) {
.cta-href a {
font-size: 22px; } }
@media (min-width: 1090px) and (max-width: 1399px) {
.cta-href a {
font-size: 25px; } }
p.more {
border: 3px solid #1abced;
padding: 20px;
font-weight: 900; }
.blue-icon-link {
padding: 18px 63px 18px 25px;
background: #4bc1ec url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/historie-pacjentow-btn.png) no-repeat 94% center;
color: #fff;
border-radius: 7px;
transition-duration: 300ms;
display: inline-block;
margin: auto; }
.blue-icon-link:hover {
background-color: #2ca2cd;
color: #fff;
text-decoration: none; }
.align-center {
text-align: center;
margin: 40px 0; }
ul.two-columns {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2; }
div.price {
text-align: center;
font-size: 24px; }
.header_with_columns {
display: grid;
grid-template-columns: 1fr 2.5fr;
grid-template-rows: 1fr;
gap: 0px 20px;
grid-template-areas: ". .";
margin: 40px 0; }
.columns {
column-gap: 40px;
column-rule: 1px solid lightblue; }
.heading_column {
padding-right: 10px; }
.heading_column h2 {
margin: 0;
line-height: 34px; }
.heading_column h2::after, .image_text_block h2::after, h2.border-bottom::after {
content: ' ';
display: flex;
background-color: #19BDF2;
width: 200px;
height: 5px;
margin-top: 15px;
margin-bottom: 40px; }
@media (max-width: 990px) {
.heading_column h2::after, .image_text_block h2::after, h2.border-bottom::after {
margin-bottom: 20px; } }
.image_text_block {
display: flex; }
.image_block img {
width: 100%;
height: auto; }
.image_text_block div:first-child {
margin-right: 10px; }
.image_text_block div:last-child {
margin-left: 10px; }
@media (max-width: 990px) {
.header_with_columns {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
gap: 0px 20px;
grid-template-areas: ".";
margin: 40px 0; }
.heading_column {
margin-bottom: 20px; }
.columns {
column-count: 1 !important; }
.image_text_block {
display: block; } }
.btn-success {
background-color: #4cc2f1;
border-color: #4cc2f1; }
.btn-success:hover {
background-color: #477b90;
border-color: #477b90; }
span.read-more {
display: block;
padding: 20px;
border: 5px solid #4cc2f1;
margin: 20px 0; }
.row_section.cta_person {
background: white;
background: -moz-linear-gradient(0deg, white 0%, white 10%, #eeeeee 10%, #eeeeee 90%, white 91%, white 100%);
background: -webkit-linear-gradient(0deg, white 0%, white 10%, #eeeeee 10%, #eeeeee 90%, white 91%, white 100%);
background: linear-gradient(0deg, white 0%, white 10%, #eeeeee 10%, #eeeeee 90%, white 91%, white 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
.row_section.cta_person .container {
width: 900px; }
@media (max-width: 990px) {
.row_section.cta_person .container {
width: auto; } }
.row_section.cta_person .container .content {
display: grid;
grid-template-columns: 0.6fr 1.4fr;
grid-template-rows: 1fr;
gap: 0px 20px;
grid-auto-flow: row;
grid-template-areas: ". ."; }
@media (max-width: 990px) {
.row_section.cta_person .container .content {
grid-template-columns: 1fr;
grid-template-areas: ".";
padding: 0 10px; } }
.row_section.cta_person .container .content .text {
padding-top: 60px; }
.row_section.cta_person .container .content .text h2 {
font-size: 34px; }
.row_section.cta_person .container .content .text h2::after {
content: ' ';
display: flex;
background-color: #19bdf2;
width: 50%;
height: 5px;
margin-top: 15px;
margin-bottom: 40px; }
@media (max-width: 990px) {
.row_section.cta_person .container .content .text h2 {
font-size: 24px; } }
.row_section.cta_person .container .content .text p {
font-size: 24px; }
.row_section.cta_person .container .content .text a.btn_cta_mail, .row_section.cta_person .container .content .text a.btn_cta_tel {
padding: 5px 15px 5px 45px;
background-color: #19bdf2;
background-repeat: no-repeat;
background-position: 10px center;
color: #fff;
font-size: 24px;
display: inline-block;
margin-bottom: 10px; }
.row_section.cta_person .container .content .text .btn_cta_mail {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/envelope-white.png); }
.row_section.cta_person .container .content .text .btn_cta_tel {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/phone-white.png); }
.ba_text_block h3 {
font-size: 20px; }
.bordered_text_block .gallery {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr;
gap: 20px 20px;
grid-template-areas: ". . . .";
margin-top: 20px; }
.bordered_text_block .gallery-columns-5 {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: ". . . . ."; }
@media (max-width: 990px) {
.bordered_text_block .gallery-columns-5 {
grid-template-columns: 1fr 1fr;
grid-template-areas: ". ."; } }
.bordered_text_block figure.gallery-item img {
width: 100%;
height: auto; }
.image_text_block_deco .text_block {
padding-left: 20px; }
.image_text_block_deco .image_block {
border-right: 3px solid #19bdf2;
position: relative; }
.image_text_block_deco .image_block img {
width: 50%; }
.image_text_block_deco .image_block .caption {
position: absolute;
background-color: #fff;
color: #19bdf2;
font-size: 20px;
padding: 20px;
bottom: 40px;
right: 10px;
line-height: 24px;
width: 70%; }
body.page-id-15972 .row_section {
margin: 20px auto; }
body.page-id-15972 .row_section h2.border-bottom {
margin: 0px; }
body.page-id-15972 .row_section h2.border-bottom:after {
margin-bottom: 0px; }
.gallery.galleryid-16214.gallery-columns-1 figure img {
width: 100%;
height: auto;
transition: all 0.2s; }
.gallery.galleryid-16214.gallery-columns-1 figure img:hover {
transform: scale(1.06);
z-index: 999; }/*/*/@media screen and (max-width: 1007px) {
.desktop-only {
display: none !important; } }
.mobile-only {
display: none !important; }
@media screen and (max-width: 1007px) {
.mobile-only {
display: block !important; } }
.ba_patients_stories {
margin: 40px 0;
width: 100%;
background: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/historie-pacjentow-front.jpg) no-repeat top right;
padding-bottom: 100px; }
@media screen and (max-width: 1007px) {
.ba_patients_stories {
background: transparent; } }
.ba_patients_stories .container {
display: grid;
grid-template-columns: 0.68fr 1fr;
grid-template-rows: 1fr;
gap: 0px 20px;
grid-template-areas: ". ."; }
@media screen and (max-width: 1007px) {
.ba_patients_stories .container {
grid-template-columns: 1fr;
gap: 0px 0px;
grid-template-areas: "."; } }
.ba_patients_stories .container:before {
display: none; }
.ba_patients_stories .container h2 {
margin-bottom: 40px; }
.ba_patients_stories .container p {
margin-bottom: 30px; }
.ba_patients_stories .stories_front {
padding: 0 40px;
display: flex;
align-items: center;
justify-content: center; }
@media screen and (max-width: 1007px) {
.ba_patients_stories .stories_front {
padding: 0px; } }
.ba_patients_stories .stories_front .story {
font-size: 24px; }
.ba_patients_stories .stories_front .story .content .desc {
font-size: 26px; }
.story {
border-radius: 7px;
background-color: #fff;
padding: 0;
margin: 0;
font-size: 20px;
box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.35);
display: grid;
grid-template-columns: 0.37fr 1fr;
grid-template-rows: 1fr;
gap: 0px 40px;
grid-template-areas: ". ."; }
@media screen and (max-width: 1007px) {
.story {
grid-template-columns: 1fr;
gap: 0px 0px; } }
.story a {
color: inherit;
text-decoration: none; }
.story a:hover {
text-decoration: none; }
@media screen and (max-width: 1007px) {
.story .thumb {
display: none; } }
.story .thumb img {
border-top-left-radius: 7px;
border-bottom-left-radius: 7px; }
.story .content {
padding: 33px 0; }
@media screen and (max-width: 1007px) {
.story .content {
padding: 20px !important; } }
.story .content .name {
font-weight: 900; }
.story .content .desc {
font-size: 16px;
padding-right: 47px; }
@media screen and (max-width: 1007px) {
.story .content .desc {
padding: 0px !important;
margin-top: 20px; } }
.single_story {
box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.35);
background-color: #fff;
border-radius: 7px; }
.single_story .intro {
overflow: hidden;
position: relative;
height: 312px; }
.single_story .intro .story_hero {
text-align: center;
height: 312px;
background-color: #4bc1ec;
border-top-left-radius: 7px;
color: #fff;
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 270px;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center; }
.single_story .intro .story_hero h3 {
color: #fff;
font-size: 22px; }
.single_story .intro .story_hero span.illness {
font-size: 22px; }
@media screen and (max-width: 1007px) {
.single_story .intro .story_hero {
width: 100%;
position: relative;
border-top-right-radius: 7px;
height: 250px; } }
.single_story .intro .story_cover {
position: absolute;
z-index: 1;
top: 0;
right: 0; }
.single_story .intro .story_cover img {
border-top-right-radius: 7px;
opacity: 0.9; }
@media screen and (max-width: 1007px) {
.single_story .intro .story_cover img {
display: none; } }
.single_story .intro .story_cover span.excerpt {
position: absolute;
top: 90px;
left: 100px;
padding-right: 142px;
text-shadow: 0 0 20px #ffffff; }
.single_story .intro .story_cover span.excerpt p {
font-size: 32px;
font-weight: 900; }
@media screen and (max-width: 1299px) {
.single_story .intro .story_cover span.excerpt p {
font-size: 32px !important;
font-weight: 900; } }
@media screen and (max-width: 1007px) {
.single_story .intro .story_cover span.excerpt p {
font-size: 24px !important;
font-weight: 900; } }
@media screen and (max-width: 1299px) {
.single_story .intro .story_cover span.excerpt {
top: 90px;
left: 320px; } }
@media screen and (max-width: 1007px) {
.single_story .intro .story_cover span.excerpt {
top: initial;
left: initial;
position: relative;
padding: 20px 20px 0 20px;
display: block; } }
@media screen and (max-width: 1007px) {
.single_story .intro .story_cover {
width: 100%;
position: relative; } }
@media screen and (max-width: 1007px) {
.single_story .intro {
height: auto; } }
.single_story .story_content {
padding: 46px; }
@media screen and (max-width: 1007px) {
.single_story .story_content {
padding: 20px; } }
.single_story .story_content blockquote {
background: #4bc1ec;
background: -moz-linear-gradient(90deg, #4bc1ec 0%, #39a0c5 100%);
background: -webkit-linear-gradient(90deg, #4bc1ec 0%, #39a0c5 100%);
background: linear-gradient(90deg, #4bc1ec 0%, #39a0c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4bc1ec",endColorstr="#39a0c5",GradientType=1);
padding: 40px 65px;
border-radius: 7px;
color: #fff;
border: 0;
margin: 20px 0; }
.historie_pacjentow {
width: 100%;
background: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/historie-pacjentow-header.jpg) no-repeat center top;
padding: 100px 15px 0 15px; }
.historie_pacjentow .container-hp {
background: #fff;
padding: 80px;
box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.35);
border-radius: 7px; }
@media screen and (max-width: 1007px) {
.historie_pacjentow .container-hp {
padding: 20px; } }
.historie_pacjentow .container-hp .heading-hp {
display: flex;
align-items: center;
justify-content: left;
column-gap: 30px;
margin-bottom: 40px; }
.historie_pacjentow .container-hp h1 {
font-size: 24px; }
.historie_pacjentow .container-hp blockquote {
background: #4bc1ec;
background: -moz-linear-gradient(90deg, #4bc1ec 0%, #39a0c5 100%);
background: -webkit-linear-gradient(90deg, #4bc1ec 0%, #39a0c5 100%);
background: linear-gradient(90deg, #4bc1ec 0%, #39a0c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4bc1ec",endColorstr="#39a0c5",GradientType=1);
padding: 60px;
border: none;
margin: 25px 0;
border-radius: 7px; }
@media screen and (max-width: 1007px) {
.historie_pacjentow .container-hp blockquote {
padding: 20px; } }
.historie_pacjentow .container-hp blockquote p {
font-size: 21px;
line-height: 36px; }
.historie_pacjentow .container-hp .stories-list {
margin-top: 40px;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
gap: 20px 20px;
grid-template-areas: ". ."; }
@media (max-width: 990px) {
.historie_pacjentow .container-hp .stories-list {
grid-template-columns: 1fr;
grid-template-areas: "."; } }
.historie_pacjentow .container-hp .stories-list .col p {
margin-bottom: 20px; }
.historie_pacjentow .container-hp .stories-list .col h3 {
font-size: 24px;
margin: 30px 0;
font-weight: 700; }
.historie_pacjentow .container-hp .stories-list .col h3:after {
content: ' ';
display: block;
background: #4bc1ec;
background: -moz-linear-gradient(90deg, #4bc1ec 0%, #39a0c5 100%);
background: -webkit-linear-gradient(90deg, #4bc1ec 0%, #39a0c5 100%);
background: linear-gradient(90deg, #4bc1ec 0%, #39a0c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4bc1ec",endColorstr="#39a0c5",GradientType=1);
width: 50%;
height: 3px;
margin: 20px 0 20px 0; }
.historie_pacjentow .container-hp .stories-list .story {
grid-template-columns: 0.2fr 1fr; }
@media screen and (max-width: 1299px) {
.historie_pacjentow .container-hp .stories-list .story {
grid-template-columns: 0.15fr 1fr;
gap: 0px 20px; } }
@media screen and (max-width: 1007px) {
.historie_pacjentow .container-hp .stories-list .story {
grid-template-columns: 1fr;
gap: 0px 0px; } }
@media screen and (max-width: 1299px) {
.historie_pacjentow .container-hp .stories-list .story .content {
padding: 20px 0; } }
.historie_pacjentow .container-hp .stories-list .story .desc {
margin-top: 36px;
display: block; }
.single-historie_pacjentow .stories-list {
padding: 0 15%;
margin: 40px 0; }
@media screen and (max-width: 1007px) {
.single-historie_pacjentow .stories-list {
padding: 0px; } }
.single-historie_pacjentow .stories-list h2 {
margin: 40px 0; }
.stories-list .story {
margin-bottom: 40px; }
.stories-list .story:last-child {
margin-bottom: 0px; }
#ba_builder.single-ba_blog_cpt h3 {
font-size: 16px; }
#ba_builder.single-ba_blog_cpt h2 {
display: contents; }
#ba_builder.single-ba_blog_cpt h2::after {
content: ' ';
display: flex;
background-color: #19BDF2;
width: 10%;
height: 5px;
margin: 15px 0 20px 0; }
#ba_builder.single-ba_blog_cpt .blog_cta {
width: 346px;
height: 520px;
position: relative;
border-radius: 7px;
float: left;
margin: 0px 20px 20px 0px;
background: #199dd3; }
#ba_builder.single-ba_blog_cpt .blog_cta img.background {
position: absolute;
bottom: 0;
left: 0;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px; }
@media (max-width: 990px) {
#ba_builder.single-ba_blog_cpt .blog_cta img.background {
left: initial;
right: 0; } }
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content {
padding: 34px 35px;
border-radius: 7px;
background: #1a3b75;
background: -moz-linear-gradient(180deg, #1a3b75 0%, #1a5e96 50%, rgba(19, 127, 179, 0.3029586835) 64%, rgba(0, 212, 255, 0.3) 100%);
background: -webkit-linear-gradient(180deg, #1a3b75 0%, #1a5e96 50%, rgba(19, 127, 179, 0.3029586835) 64%, rgba(0, 212, 255, 0.3) 100%);
background: linear-gradient(180deg, #1a3b75 0%, #1a5e96 50%, rgba(19, 127, 179, 0.3029586835) 64%, rgba(0, 212, 255, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a3b75",endColorstr="#00d4ff",GradientType=1);
width: 100%;
height: 520px;
position: absolute;
top: 0;
left: 0; }
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content h4.heading {
font-family: 'Open Sans', sans-serif;
font-size: 24px;
color: #fff;
font-weight: 400;
margin: 0 0 20px 0;
text-transform: uppercase; }
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content h4.heading b {
font-weight: 900; }
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content .content {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: 400;
color: #fff;
margin-bottom: 22px;
display: block;
line-height: 22px; }
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content a.cta_btn {
display: block;
background-color: #fff;
background-repeat: no-repeat;
background-position: 18px center;
border-radius: 7px;
color: #1f4079;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: 700;
margin-bottom: 16px;
padding: 10px 16px 10px 55px;
box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.45); }
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content a.cta_btn_phone {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/cta_phone.png); }
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content a.cta_btn_web {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/cta_web.png?v=3); }
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content a.cta_btn_clean {
padding: 10px;
font-size: 14px; }
@media (max-width: 990px) {
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content a.cta_btn_clean {
font-size: 18px;
text-align: center; } }
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content a.cta_btn_mail {
background-image: url(//www.szpitalnaklinach.pl/wp-content/themes/neo-hospital/assets/images/cta_mail.png); }
@media (max-width: 990px) {
#ba_builder.single-ba_blog_cpt .blog_cta {
float: none;
height: 350px;
width: 100%; }
#ba_builder.single-ba_blog_cpt .blog_cta .cta_content {
background: #1a3b75;
background: -moz-linear-gradient(168deg, #1a3b75 0%, #1a5e96 42%, rgba(0, 212, 255, 0.3) 100%);
background: -webkit-linear-gradient(168deg, #1a3b75 0%, #1a5e96 42%, rgba(0, 212, 255, 0.3) 100%);
background: linear-gradient(168deg, #1a3b75 0%, #1a5e96 42%, rgba(0, 212, 255, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a3b75",endColorstr="#00d4ff",GradientType=1);
height: 100%;
padding: 34px 30px 40px 30px; } }
.post-type-archive-ba_blog_cpt.ba_blog_cpt_widget .blog-posts-big h2 {
text-align: center;
margin-top: 40px;
display: block;
width: 100%; }
.post-type-archive-ba_blog_cpt.ba_blog_cpt_widget .blog-posts-big p.desc {
text-align: center;
margin-bottom: 40px;
display: block;
width: 100%; }
.post-type-archive-ba_blog_cpt.ba_blog_cpt_widget .blog-posts-big .container {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px; }
@media (max-width: 990px) {
.post-type-archive-ba_blog_cpt.ba_blog_cpt_widget .blog-posts-big .container {
grid-template-columns: 1fr; } }
.post-type-archive-ba_blog_cpt.ba_blog_cpt_widget .blog-posts-big .container:before {
display: none; }
.post-type-archive-ba_blog_cpt.ba_blog_cpt_widget .blog-posts-big .container article {
width: 100%; }
.post-type-archive-ba_blog_cpt.ba_blog_cpt_widget .blog-posts-big .container article:first-child {
width: 100%; }
.post-type-archive-ba_blog_cpt.ba_blog_cpt_widget .blog-posts-big .container article:first-child .content_post__content {
margin-top: -100px; }
@media (max-width: 990px) {
#ba_builder.knowledge .content {
padding: 0 20px; } }
#ba_builder.knowledge .news__sidebar {
border-radius: 5px;
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
background: #fff;
padding: 25px; }
#ba_builder.knowledge .news__sidebar ul li {
margin-left: 0; }
#ba_builder.knowledge .news__sidebar ul li:before, #ba_builder.knowledge .news__sidebar ul li:after {
display: none; }
.topics {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr;
gap: 10px 10px;
grid-auto-flow: row;
grid-template-areas: ". . . .";
margin-top: 40px; }
@media (max-width: 990px) {
.topics {
grid-template-columns: 1fr 1fr;
grid-template-areas: ". .";
gap: 5px 5px; } }
.topics .single_topic {
border-radius: 5px;
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
background: #fff;
padding: 25px; }
.topics .single_topic h3 {
font-size: 15px;
font-weight: 900; }
body .ba_form_block_intext {
padding: 20px 40px;
box-shadow: 0px 0px 15px 15px #ececec;
border-radius: 25px; }
body .ba_form_block_intext .wpcf7 {
position: static;
opacity: 1;
overflow: unset; }
body .ba_form_block_intext .wpcf7 form.wpcf7-form {
box-shadow: 0 40px 84px 0 rgba(0, 0, 0, 0);
padding: 0;
margin: 0;
width: 100%; }
body .ba_form_block_intext .wpcf7 form.wpcf7-form .contact-pop__close {
display: none; }
body .ba_form_block_intext .wpcf7 form.wpcf7-form input[type=submit] {
width: auto; }/**/