.spec_col0 {
    color: #fff;
    background-color: #603790;
}

.spec_col1 {
    color: #fff;
    background-color: #373a90;
}

.spec_col2 {
    color: #fff;
    background-color: #1b8bbf;
}

.spec_busy {
    color: #fff;
    background-color: #ff9933;
}

.spec_unavail {
    color: #fff;
    background-color: #f30606;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #f7f9fd;
	background-image: url('/stzimg/bg-blur3.jpg');
}

* {
	font-family: 'Ubuntu', sans-serif;
}

body.boxed .body {
/* 	background: #f7f9fd; */
	-webkit-box-shadow: none;
	-moz-box-shadow:  none;
	-o-box-shadow:  none;
	box-shadow:  none;
	margin:0 auto;
}

header {
	background: #fff;
	padding: 5px 0 5px 0;
	border-bottom: 2px solid #f3f5f9;
	position: inherit;
	width: 100%;
	z-index: 1000;
}

section {
	padding: 20px 0 50px 0;
/*	border-top: 5px solid #8dcdf1;*/
/*	border-top: 5px solid #fff;*/
}

section.text_content {
	padding: 5px 0 50px 0;
	color: #000;
}

section.text_content b {
	font-weight: 700;
}

section.text_content table[border="1"] td {
	border: 1px solid rgba(102,42,140,0.3);
	padding: 10px;
}

section.text_content table[border="1"] td p {
	margin: 0;
	padding: 0;
}

section.text_content ul, section.text_content ul li {
	list-style: inherit;
	padding: 0 0 0 10px;
	margin: 10px 0 0 5px;
}

section.text_content .content {
	background: rgba(255,255,255,0.75);
/*	padding: 20px 60px 60px 60px;*/
	text-align: justify;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #f3f5f9;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #702c88;
  text-shadow:
   -2px -2px 0 #fff,  
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
     2px 2px 0 #fff;
}

#slider {
    z-index: -1;
}

.parallaxjsscreen {
	width: 100%;
	height: 100%;
}

.padding-tb25 {
	padding: 25px 0;
}

.logoImg {
	margin-top: 5px;
	max-height: 100px;
}

.logoImg.visible-xs {
    margin-top: 5px;
    max-height: 60px;
}

#tinymce {
	padding: 20px;
}

.text-content  ul, #tinymce ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
}

.bg-twhite {
	background-color: rgba(255,255,255,0.7);
}

.topmenu {
	margin: 20px 20px 0 0;
    z-index:500;
}
	

.topmenu li, .topmenu.active:hover, .topmenu   {
	color: #702c88;
	background-color: #fff;
	padding: 10px 20px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: 0.25s;
}

.topmenu li:hover, .topmenu li.active, .topmenu li.inprogress, .topmenu.active:hover {
	background-color: #803c98;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	text-decoration: none;
}
.topmenu li:hover a, .topmenu li.active a, .topmenu li.inprogress a, .topmenu.active:hover a {
	color: #fff;
}

.topmenu li.inprogress {
	background-color: rgba(128,58,164,0.3);
}

.topmenu li {
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 0px;
	cursor: pointer;
}

.topmenu .submenu {
	position: absolute;
	margin: 0px;
/* 	border-bottom: 1px solid #702c88; */
    z-index:100;
}

.topmenu .submenu li {
	clear: left;
	width: 240px;
	text-align: left;
	border-left: 1px solid #702c88;
	border-right: 1px solid #702c88;
	border-bottom: 1px dotted #702c88;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.topmenu .submenu li:first-child {
	border-top: 1px solid #702c88;
}

.topmenu .submenu li:last-child {
	border-bottom: 1px solid #702c88;
}

.topmenu .submenu li {
	padding: 0px;
}

.topmenu .submenu li a {
	color: #702c88;
	padding: 15px 15px 15px 25px;
}

.topmenu .submenu li:hover a {
	color: #fff;
}

.topmenu li a {
	color: #702c88;
	text-decoration: none;
	padding: 8px 25px;
	display: block;
}

.btn-powitanie.disabled {
	background-color: #702c88;
	color: #fff;
	border-color: #fff;
}

.btn-registration {
	display: block;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: none;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 15px;
	font-weight: 700;
	background-color: #702c88;
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1200;
/* 	overflow: hidden; */
}

.btn-registration span {
	display: block;
	position: absolute;
	top: 35px;
	right: 10px;
	width: 80px;
	white-space: normal;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.btn-registration span.desc {
	visibility: hidden;
	opacity:0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	border: 5px solid #803c98 !important;
	width: 410px;
	height: 355px;
	padding: 15px 20px 0 20px;
	-webkit-transition: all 0.47s;
	-moz-transition: all 0.67s;
	-o-transition: all 0.67s;
	transition: all 0.67s;
/* 	overflow: hidden; */
	top: 0px;
	right: 115px;
}

.btn-registration span.desc h3 {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #702c88;
}

.btn-registration i.arrow {
	position: absolute;
	top: 30px;
	right: -18px;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-top: 5px solid #803c98 !important;
	border-right: 5px solid #803c98 !important;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

.btn-registration p {
	color: #262626;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
	width: 365px;
	padding-top: 8px;
	margin: 0;
}

.btn-registration .fa {
	display: block;
	clear: both;
	margin: 3px;
	font-size: 14px;
	color: #fff;
}

.btn-registration:hover {
	color: #fff;
	background-color: #803c98;
}

.btn-registration:active {
	color: #fff;
}

.btn-registration:hover span.desc {
	visibility:visible;
	opacity:1;
	width: 415px;
	height: 360px;
}

.btn-registration:hover p {
	display: block;
}

.btn-registration:hover .fa {
	color: #803c98;
	opacity: 0;
}

.rev-slider-container {
	background: transparent;
}

.tp-caption {
	color: #702c88;
	font-size: 52px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}

footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	background: #fff;
	border-top: 2px solid #f3f5f9;
	height: 73px;
	z-index: 1000;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

footer.collapsed {
	height: 0px;
	padding: 8px 0 0 0;
}

footer:hover {
	height: 73px;
	padding: 10px;
}

footer span.expand {
	opacity: 1;
	display: none;
	text-align: center;
	line-height: 26px;
	width: 40px;
	height: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #702c88;
	color: #fff;
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -15px;
	z-index: 1200;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

footer.collapsed span.expand {
	display: block;
}

footer:hover span.expand {
	opacity: 0;
	height: 0px;
	margin-top: 15px;
}

footer .owl-carousel .item {
	margin: 8px 0 0 16px;
}

footer .fb_desc {
	vertical-align: bottom;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
}

.fbcontact {
}

.fb_page_link img {
	height: 48px;
	margin: 0px 7px;
}

.fb_page_link .fb_page_image {
	border: 1px solid rgba(112,42,140,0.5);
	overflow: hidden;
	float: left;
	padding: 2px;
	margin: 0 8px 0 0;
}

.fb_page_link .fb_page {
	float: left;
}

.fb_page_link .fb_page_title {
	display: block;
	color: #702c88;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	padding: 4px 0 4px;
}

.show_map, .more_btn {
	display: block;
	float: left;
	background-color: #702c88;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	padding: 10px 20px;
	margin: 6px 10px 0 0px;
	text-transform: none;
}

.show_map a {
	color: #fff;
	text-decoration: none;
}

.show_map:hover {
	color: #fff;
	background-color: #803c98;
}

.contact_phone a {
	display: inline-block;
	color: #702c88;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	padding: 15px 0 0 0;
	vertical-align: middle;
	text-decoration: none;
}

.contact_phone a i {
	display: inline-block;
	font-size: 24px;
	color: #262626;
	vertical-align: middle;
	margin-right: 3px;
}

#back-to-top {
	z-index: 20000;
}

.modal {
	z-index: 200000;
}

.text_content table td {
	padding: 3px 8px;
}

strong.medium {
	font-weight: 500;
}

table.cennik_rehabilitacja,
table.rejestracja {
/*
	border-left: 1px solid #d2cad4;
*/
	border-bottom: 1px solid #d2cad4;
}

table.cennik_specjalistyczna {
/*
	border-left: 1px solid #d2cad4;
	border-bottom: 1px solid #d2cad4;
*/
}

table.cennik_rehabilitacja td, table.rejestracja td {
	padding: 10px 20px;
	text-align: center;
	font-style: italic;
}

table.cennik_specjalistyczna td {
	padding: 5px 10px;
	text-align: center;
	font-style: italic;
	font-size: 10px;
}

table.cennik_rehabilitacja tr td:first-child {
	text-align: left;
	width: 200px;
}

table.cennik_specjalistyczna tr td:first-child {
	font-size: 12px;
/* 	font-style: normal; */
	text-align: left;
	width: 170px;
}

table.cennik_rehabilitacja tr td:last-child, table.rejestracja tr td:last-child {
	border-right: 1px solid #d2cad4;
}


table.cennik_rehabilitacja td.np, table.rejestracja td.np {
	font-weight: bold;
	border-left: 1px solid #d2cad4;
	border-right: 1px solid #d2cad4;
}

table.cennik_rehabilitacja td.head1, table.cennik_specjalistyczna td.head1, table.rejestracja td.head1 {
	background: #d2cad4;
	font-style: normal;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
	border-right: 0 !important;
}
table.cennik_rehabilitacja td.head2, table.cennik_specjalistyczna td.head2, table.rejestracja td.head2 {
	background: #efe8f1;
	font-style: normal;
}

table.cennik_rehabilitacja tr.odd td, table.cennik_specjalistyczna tr.odd, table.rejestracja tr.odd td {
	background: #f6f4f6;
}

table.cennik_specjalistyczna td.head1, table.rejestracja {
	font-weight: 600;
	width: 15%;
}

table.cennik_specjalistyczna td.nd {
/* 	background: #eee; */
	font-size: 8px;
}

table.rejestracja {
    width: 100%;
    border-top: 0;
}

table.rejestracja tr td {
	border-right: 1px solid #d2cad4;
}

table.rejestracja tr td.head1 {
	border-right: 1px solid #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    width: 20%;
    padding: 8px 0;
}

table.rejestracja tr td.head1 span {
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
}

table.rejestracja tr td.head1.current span {
    font-size: 10px;
    font-weight: 400;
}

table.rejestracja tr td.footer {
	border-top: 1px solid #d2cad4 !important;
    text-align: left;
}

table.rejestracja ul.legend {
    padding: 0px;
}

table.rejestracja ul.legend li {
    font-weight: 400;
    line-height: 16px;
    padding: 0px;
}

table.rejestracja ul.legend li div.legend {
    display: inline-block;
    width: 40px;
    height: 16px;
    margin: 0px 8px 0px 2px;
    vertical-align: top;
    
}

section.text_content ul.gallery_imagelist {
	list-style-type: none;
	margin-left: 0px;
}

section.text_content ul.gallery_imagelist li {
	float: left;
	list-style-type: none;
	margin: 10px 0px 10px 0px;
}

table.cennik_stomatologia tr.head td {
	background: #efe8f1;
	font-weight: bold;
}

table.cennik_stomatologia tr td {
	background: #f6f4f6;
	padding: 8px;
}

table.cennik_stomatologia tr.odd td {
	background: #fff;
}

table.cennik_stomatologia tr td p {
	margin: 0;
	padding: 0;
}

table.rejestracja td a.btn {
    margin: 2px 0;
    width: 100%;
    font-size: 12px;
    font-style: normal;
}

table.rejestracja td {
    vertical-align: top;
}

.popover.in.top strong {
	margin-top: 3px;
	display: inline-block;
}

.np-top-shadow {
	box-shadow: 0px 1px 3px rgba(199,199,233,0.55) !important;
}

.np-box-shadow {
	box-shadow: 2px 4px 10px rgba(199,199,233,0.85) !important;
}

.np-dialog {
	box-shadow: 3px 5px 15px rgba(199,199,233,0.95) !important;
	margin-top: 30px;
}

.promo {
	display:block;
	background: #fff;
	border: 2px solid #f3f5f9;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 400px;
	background: url('/img/promocja-lato-2016.png') no-repeat center center;
	padding: 0;
	margin: -200px 0 0 -300px;
	z-index: 100000;
}

.promo_close {
	position: absolute;
	right: 0px;
	width: 80px;
	height: 30px;
	cursor: pointer;
}

.promo_more {
	display: block;
	position: absolute;
	top: 40px;
	left: 40px;
	width: 520px;
	height: 320px;
	cursor: pointer;
}

.promo_wrapper {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 99999;
}

.cennik_specjalistyczna strike {
	font-size: 9px;
}

.promo_side {
	position: fixed;
	top: 50%;
	right: -600px;
	width: 645px;
	height: 400px;
	padding: 0;
	margin: -170px 0 0 0;
	z-index: 90000;
}

.promo_side_header {
	position: absolute;
	left: 0px;
	display: block;
	width: 48px;
	height: 150px;
	background: url('/img/promocja.png') no-repeat center center;
	border: 2px solid #6f398d;
	border-radius: 5px;
}

.promo_side_content {
	position: absolute;
	left: 48px;
	display:block;
	background: #fff;
	width: 600px;
	height: 400px;
	border: 2px solid #f3f5f9;
	background: url('/img/promocja-lato-2016.png') no-repeat center center;
}

.promo_close_side {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 80px;
	height: 30px;
	background: #fff;
}




.modal-visit label {
	line-height: 32px; 
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

h3.doctor_schedule {
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    margin: 10px 0 0 0;
    color: #222;
}

td h3.doctor_schedule:first-child {
    margin-top: 0px;
}

.btn-gray {
    background-color: gray;
}

.navbar-toggle {
    border-color: #702c88;
    margin: 20px 3px 8px 8px;
}

.navbar-toggle .icon-bar {
    background-color: #702c88;
}

.youtube-video {
	position: relative;
	width: 95%;
	padding-bottom: 54%;
}

.youtube-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 0 0 30px;
}

@media (max-width: 500px) {
    .youtube-video iframe {
	margin: 0;
    }
    table.rejestracja tr td {
        padding: 5px;
    }
    table.rejestracja td a.btn {
        font-size: 0.6em;
        padding: 5px 2px !important;
    }
}

@media (min-width: 501px ) and (max-width: 1000px) {
    .youtube-video iframe {
	margin: 0 0 0 5px;
    }
    table.rejestracja tr td {
        padding: 7px;
    }
    table.rejestracja td a.btn {
        font-size: 0.7em;
        padding: 7px 2px !important;
    }    
}

@media (min-width: 1001px ) {
    table.rejestracja tr td {
        padding: 10px;
    }
    table.rejestracja td a.btn {
/*        font-size: 0.7em;*/
        padding: 8px 2px !important;
    }    
}

@media (max-width: 749px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
	header {
/*		max-height: 100px;*/
	}
	.topmenu {
/*		margin-top: 15px;*/
        margin: 5px 0 0 0;
        height: 0px;
        width: 100%;
        overflow:hidden;
        padding: 0px;
	}
	.topmenu li {
/*		font-size: 8px;*/
		padding: 4px 8px;
	}
    .topmenu li.mainmenu {
        float: inherit;
        clear: both;
        width: 100%;
        padding: 0px;
/*        margin-right: 50px;*/
    }
    
    .topmenu li.mainmenu a {
        margin: 12px 0;
        display: block;
    }
	.topmenu li br:before {
        content: "-";
        color: white;
    }
    .topmenu li.mainmenu:hover br:before {
        color: #803c98;
    }
	.topmenu li br {
        display: inline-block;
        content: '';
    }
    .topmenu .submenu {
        margin: 0 0 0 0;
        width: 100%;
        position:inherit;
    }
    .topmenu .submenu li {
        width: 100%;
        text-align: center;
    }
    .topmenu .submenu li a {
        padding: 0px;
    }
    section.text_content .content {
    	padding: 20px 20px 20px 20px;
    }
    
    table.rejestracja tr td.footer {
        font-size: 0.7em;
    }
    table.rejestracja ul.legend li div.legend {
        width: 20px;
    }
    table.rejestracja tr td.head1 {
        font-size: 10px;
        line-height: 14px;
    }
    table.rejestracja tr td.head1 span {
        font-size: 8px;
    }
    table.rejestracja tr td.head1.current span {
        font-size: 8px;
    }
    h3.doctor_schedule {
        font-size: 0.65em;
        line-height: 1.2em;
    }
    .table_wrap {
	overflow-x: scroll;
    }
}

@media (min-width: 750px) and (max-width: 991px) {
    section.text_content .content {
    	padding: 20px 20px 20px 20px;
    }
	header {
		max-height: 130px;
	}
    .topmenu {
        margin: 0px;
	padding: 10px 0px;
    }
	.topmenu li {
		font-size: 10px;
/*		padding: 4px 10px;*/
	}

	.topmenu li a {
		padding: 8px 18px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.text_content .content {
    	padding: 20px 20px 40px 20px;
    }
	.topmenu li {
		font-size: 12px;
/*		padding: 6px 14px;*/
	}
    .topmenu {
        margin: 10px;
	padding: 10px 0px;
    }
}

@media (min-width: 1199px) {
    section.text_content .content {
    	padding: 20px 40px 60px 40px;
    }
}

@media (max-width: 1000px) { 
    footer {
        padding: 0;
        height: 40px;
    }
    .fb_page_link .fb_page_image {
        margin: 0 4px 0 0;
    }
    .fb_page_link img {
        height: 30px;
        margin: 0px 4px;
    }
    .fb_page iframe {
        margin-top: 10px;
    }
    .show_map {
        font-size: 10px;
        padding: 5px 10px !important;
        margin: 8px 5px 0 0px;
    }
    .contact_phone a {
        font-size: 14px;
        padding: 10px 0 0 0;
    }
    .contact_phone a i {
	   font-size: 16px;
    }
}

