body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 100px;
    background: white
}
header, article, footer {
    overflow: hidden
}
.navbar {
    height: 100px;
    background: #fff
}
.navbar .nav {
    margin-top: 23px
}
.navbar .nav img {
    margin-top: -4px;
    float: left
}
.navbar .nav>li>a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #333;
    margin-left: 5px;
    float: left;
    transition: all .2s
}
.navbar .nav>.active>a {
    color: #ff7500
}

.affix {box-shadow: 0 2px 6px rgba(0,0,0,.2)}

.kontakt-info {
    margin-top: 11px;
    padding: 0px 0 0px 40px;
    margin-left: 60px;
    border-left: 1px solid #ddd
}
.kontakt-info span, .kontakt-info strong {
    float: left;
    clear: left
}
.kontakt-info span {
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    color: #333
}
.kontakt-info strong {
    color: #ff7500;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
	line-height: 1em;
    font-size: 24px
}
.navbar-brand {
    margin-top: 8px;
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-brand--text {
    margin-left: 15px;
    font-size: 14px;
    color: #ff7500;
}


header {
    position: relative;
    height: 480px;
    padding-bottom: 15px
}
header .container {
    position: relative
}
.text {
    position: absolute;
    top: 130px;
    left: 15px;
    z-index: 50
}
.text p {
    font-size: 50px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    color: #333;
    line-height: 1em
}
.text p small {
    font-size: 24px;
    color: #666;
    line-height: 1em
}
.btn-default {
    background: #ff7500;
    color: white !important;
    text-shadow: none;
    box-shadow: none;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 16px;
    border-radius: 3px;
    padding: 10px 15px;
    border: 0;
    transition: all .2s
}
.btn-default:hover {
    background: #ff8b29;
    transform: scale(1.03);
    color: white
}
.btn-default:focus {
    background: #ff8b29;
    transform: scale(1.03);
    color: white
}
.btn-default:focus:hover {
    background: #ff8b29;
    transform: scale(1.03);
    color: white
}

.bg-primary h3 {color: white !important;}

.kontakt footer .dark {padding-top: 0 !important;}

.cycle-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 480px
}
.sub header, .sub .cycle-slideshow {
    height: 300px
}
.sub .text {
    top: 30px
}
h2 {
	font-family: 'Titillium Web', sans-serif;
	color: #333;
    font-weight: 300;
    font-size: 36px;
}
.home .main .col-md-6 {
    margin-top: 15px;
    margin-bottom: 15px
}
.stellar {
    height: 300px;
    margin-top: 15px;
    margin-bottom: 30px;
	background-size: 102% auto !important;
    background: url(../img/panorama.jpg) center bottom no-repeat
}
.oferta .col-xs-12 {
    text-align: center;
    margin: 0 0 30px
}
.oferta .col-md-4 {
    text-align: center;
    margin-bottom: 30px
}
.oferta .col-md-4 strong {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 18px;
    display: inline-block;
    line-height: 1.2em;
    margin-top: 10px
}

.oferta a strong,
.oferta a,
.oferta a img {
	transition: all .2s;
}

.oferta a:hover strong {
	color: #F58220;
}

.oferta a:hover img {
	transform: scale(.9);
	opacity: .8;
}






header, article {
	position: relative;
	z-index: 500;
}

article {
	background: white;
}


footer .dark {
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	z-index: 10;
	margin:0;
}


footer .light {
    background: #e6e3e1;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-bottom: 471px;
	position: relative;
	z-index: 500;
}
footer .light h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    color: #5e5e5e;
    line-height: 1.1em
}
footer .light h2 strong {
    font-size: 36px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 1em
}
footer .light h4 {
    font-size: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin: 15px 0 30px
}
footer .firma {
    background: url(../img/firma.png) 0 2px no-repeat;
    padding-left: 30px
}
footer .adres {
    background: url(../img/adres.png) 1px 2px no-repeat;
    padding-left: 30px
}
footer .tel {
    background: url(../img/tel.png) 0 0 no-repeat;
    padding-left: 30px
}
footer form input, footer form textarea {
    border-color: #ddd;
    padding: 25px !important
}
footer form textarea {
    height: 187px !important;
    padding: 10px !important
}
footer form button {
    margin-bottom: 10px !important
}
footer form button img {
    float: left;
    margin: 5px 5px 0 0
}
footer .mapagoogle {
    width: 100%;
    height: 400px;
	margin-bottom: 25px;
}
footer .dark {
    background: black;
	padding-bottom: 25px;
}
footer .dark span {
    color: white
}
footer .dark .madeby {
    float: right
}
footer .dark .madeby small {
    float: left;
    color: white;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    margin: 3px 3px 0 0
}
.sub article {
    padding: 15px 0 30px
}
.sub article a {
    color: #ff7500
}
.sub h1 {
    font-size: 42px;
	color: #333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    padding-bottom: 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd
}
.sub h2, .sub h3, .sub h4, .sub h5, .sub h6 {
    font-family: 'Titillium Web', sans-serif;
	color: #333;
    font-weight: 300
}
.sub .thumbnail {
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: none
}
.fancy {
    transition: all .2s
}
.fancy:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 10px 8px -8px rgba(0, 0, 0, 0.3)
}
.download {
    float: left
}
.download ul {
    margin: 0;
    padding: 0
}
.download .plik {
    display: none;
    color: #fff
}
.download a:hover {
    text-decoration: none
}
.type_text .plik {
    display: inline
}
.type_icons li {
    list-style: none !important
}
.type_icons a {
    text-decoration: none !important;
    padding: 1px 0 2px 27px;
    background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
    background-position: 0 3px !important
}
.type_icons .pdf {
    background: url(../img/modules/download/acrobat.png) 0 0 no-repeat
}
.type_icons .swf {
    background: url(../img/modules/download/flash.png) 0 0 no-repeat
}
.type_icons .txt, .rtf {
    background: url(../img/modules/download/text.png) 0 0 no-repeat
}
.type_icons .doc, .type_icons .docx, .type_icons .odf, .type_icons .ott, .type_icons .sxw, .type_icons .stw {
    background: url(../img/modules/download/word.png) 0 0 no-repeat
}
.type_icons .jpg, .type_icons .jpe, .type_icons .jfif, .type_icons .png, .type_icons .jpeg, .type_icons .gif, .type_icons .tif, .type_icons .tiff, .type_icons .ico, .type_icons .bmp, .type_icons .raw, .type_icons .dcs {
    background: url(../img/modules/download/picture.png) 0 0 no-repeat
}
.type_icons .flv, .type_icons .mov, .type_icons .mpeg, .type_icons .avi, .type_icons .divx {
    background: url(../img/modules/download/movie.png) 0 0 no-repeat
}
.type_icons .ods, .type_icons .sxc, .type_icons .xls, .type_icons .xlt {
    background: url(../img/modules/download/excel.png) 0 0 no-repeat
}
.type_icons .odg, .type_icons .sxd, .type_icons .psd {
    background: url(../img/modules/download/paint.png) 0 0 no-repeat
}
.type_icons .cdr, .type_icons .ai {
    background: url(../img/modules/download/vector.png) 0 0 no-repeat
}
.type_icons .php, .type_icons .html, .type_icons .css, .type_icons .js, .type_icons .less, .type_icons .asp, .type_icons .c {
    background: url(../img/modules/download/code.png) 0 0 no-repeat
}
.type_icons .sql, .type_icons .db, .type_icons .dbf, .type_icons .dbk {
    background: url(../img/modules/download/database.png) 0 0 no-repeat
}
.type_icons .zip, .type_icons .tar, .type_icons .gz, .type_icons .gzip, .type_icons .rar {
    background: url(../img/modules/download/zip.png) 0 0 no-repeat
}
.type_icons .rb {
    background: url(../img/modules/download/ruby.png) 0 0 no-repeat
}
.type_icons .as {
    background: url(../img/modules/download/actionscript.png) 0 0 no-repeat
}
.type_icons .cf {
    background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat
}
.type_icons .odp, .type_icons .sxi, .type_icons .ppt {
    background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat
}
.type_icons .iso, .type_icons .nrg {
    background: url(../img/modules/download/dvd.png) 0 0 no-repeat
}
form .alert {
    display: none;
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 0
}
form * {
    border-radius: 0 !important
}
.map iframe {
    width: 100%
}
form label {
    font-weight: normal
}
.form {
    margin-bottom: 1.5em
}
.forform {
    margin-top: 1em
}
#pages {
    margin: 0 0 15px
}
.jPaginate {
    height: 34px;
    position: relative;
    color: #a5a5a5;
    font-size: small;
    width: 100%
}
.jPaginate a {
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0 10px !important;
    margin: 0 2px;
    float: left;
    text-decoration: none !important
}
.jPag-control-back {
    position: absolute;
    left: 0px
}
.jPag-control-front {
    position: absolute;
    top: 0px
}
.jPaginate span {
    cursor: pointer
}
ul.jPag-pages {
    float: left;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px
}
ul.jPag-pages li {
    display: inline;
    float: left;
    padding: 0px;
    margin: 0px
}
ul.jPag-pages li a {
    float: left;
    padding: 2px 5px
}
span.jPag-current {
    cursor: default;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    margin: 0 2px;
    float: left
}
ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-next, span.jPag-sprevious, span.jPag-snext, ul.jPag-pages li span.jPag-previous-img, ul.jPag-pages li span.jPag-next-img, span.jPag-sprevious-img, span.jPag-snext-img {
    height: 34px;
    margin: 0 2px;
    float: left;
    line-height: 26px
}
ul.jPag-pages li span.jPag-previous, ul.jPag-pages li span.jPag-previous-img {
    margin: 2px 0px 2px 2px;
    font-size: 12px;
    font-weight: bold;
    width: 10px
}
ul.jPag-pages li span.jPag-next, ul.jPag-pages li span.jPag-next-img {
    margin: 2px 2px 2px 0px;
    font-size: 12px;
    font-weight: bold;
    width: 10px
}
span.jPag-sprevious, span.jPag-sprevious-img {
    margin: 2px 0px 2px 2px;
    font-size: 14px;
    width: 15px;
    text-align: right
}
span.jPag-snext, span.jPag-snext-img {
    margin: 2px 2px 2px 0px;
    font-size: 14px;
    width: 15px;
    text-align: right
}
ul.jPag-pages li span.jPag-previous-img {
    background: transparent url(../images/previous.png) no-repeat center right
}
ul.jPag-pages li span.jPag-next-img {
    background: transparent url(../images/next.png) no-repeat center left
}
span.jPag-sprevious-img {
    background: transparent url(../images/sprevious.png) no-repeat center right
}
span.jPag-snext-img {
    background: transparent url(../images/snext.png) no-repeat center left
}
.jPag-last, .jPag-first {
    line-height: 30px !important;
    font-size: 14px
}



.vertical-center {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-around;
}




/*

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/



.sub footer .dark {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 30px;
}



/* RWD */

/* height: 1050px */
@media screen and (max-width: 1680px) {

}


/* height: 900px */
@media screen and (max-width: 1600px) {

}


/* height: 864px */
@media screen and (max-width: 1536px) {

}



/* height: 900px */
@media screen and (max-width: 1440px) {
}


/* height: 768px */
@media screen and (max-width: 1366px) {
	.cycle-slideshow img {width: 100%;}
	.cycle-slideshow, .home header {height: 330px;}
	.text {top:43px;}
}



/* height: 768px */
@media screen and (max-width: 1360px) {

}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	.cycle-slideshow, .home header {height: 316px;}
	.text {top:37px;}
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.cycle-slideshow, .home header {height: 252px;}
	.text {top:23px;}
	.text p {font-size: 40px;}

	.sub header, .sub .cycle-slideshow {height: 252px;}
}





@media screen and (max-width: 980px) {
	.cycle-slideshow, .home header {height: 241px;}
	.text {top:20px;}

	.navbar-toggle {
		border-color: #ff7500;
		margin-top: 33px;
	}

	.icon-bar {background: #ff7500;}

	#navbar {
		background: white;
		box-shadow: 0 5px 10px rgba(0,0,0,.2);
	}

	.kontakt-info {
	    margin-top: 15px;
	    padding: 15px 0;
	    margin-left: 0;
	    border-left: 0;
	    width: 100%;
	    float: left;
	}

	.navbar .nav {
	    margin: 0 0 10px;
	    float: left;
	    width: 100%;
	}

	.navbar .nav > li {
		width: 100%;
		float: left;
	}

	.navbar .nav > li > a {
		float: left;
		width: 100%;
		margin:0;
		padding: 10px 15px;
		border-top: 1px solid #e2e2e2;
	}

	.sub header, .sub .cycle-slideshow {height: 241px;}
	.sub .text {top: 20px;}

	.sub .main .col-md-4 {
		width: 100%;
		float: left;
		margin-bottom: 30px;
	}

	.sub .col-md-4 .img-circle {float: left; margin-right: 15px;}

	.lekarze .col-sm-12 {
		text-align: center;
	}

	.lekarze .img-circle {
		display: inline-block;
	}
}





@media screen and (max-width: 800px) {
	.cycle-slideshow, .home header {height: 196px;}
	.text {top:12px;}
	.text p {font-size: 35px;}
	.text p small {font-size: 20px;}
	.text .btn-default {padding: 10px 15px; font-size: 14px;}

	.sub header, .sub .cycle-slideshow {height: 196px;}
	.sub .text {top: 13px;}
}





@media screen and (max-width: 768px) {
	.cycle-slideshow, .home header {height: 188px;}
	.text {top:8px;}

	.sub header, .sub .cycle-slideshow {height: 188px;}
	.sub .text {top: 8px;}
}




@media screen and (max-width: 640px) {
	.cycle-slideshow, .home header {height: 188px;}
	.cycle-slideshow img {width: 125%;}
	.text {top:8px;}
	.text p {font-size: 35px;}
	.text p small {font-size: 20px;}
	.text .btn-default {padding: 10px 15px; font-size: 14px;}

	.home .main .col-md-6 img {
		width: 100%
	}

	footer .dark .col-xs-12 {text-align: center}
	.madeby {
		float: none !important;
		margin:10px auto 0;
		display: inline-block;
	}
}




@media screen and (max-width: 600px) {
	.cycle-slideshow img {width: 130%;}
}




@media screen and (max-width: 480px) {
	.cycle-slideshow, .home header {height: 150px;}
	.text {top:12px;}
	.text p {font-size: 25px;}
	.text p small {font-size: 18px;}
	.text .btn-default {padding: 7px 15px; font-size: 13px;}

	.sub header, .sub .cycle-slideshow {height: 150px;}
	.sub .text {top: 12px;}

	.sub .col-md-4 .img-circle {float: none; margin: 0 auto 15px;}

	.table.table-striped td:last-child {
		min-width: 120px;
	}
}



@media screen and (max-width: 435px) {
	.text p {font-size: 20px;}
	.text p small {font-size: 16px;}
	.cycle-slideshow, .home header {height: 136px;}

	.sub header, .sub .cycle-slideshow {height: 136px;}
	.sub .text {top: 12px;}
}



@media screen and (max-width: 414px) {
	.text {top: 10px;}
	h2 {font-size: 30px;}
	.cycle-slideshow, .home header {height: 129px;}

	.sub header, .sub .cycle-slideshow {height: 129px;}
	.sub .text {top: 10px;}
}




@media screen and (max-width: 375px) {
	.cycle-slideshow, .home header {height: 116px;}
	.text {top:8px;}
	.text p {font-size: 18px;}
	.text p small {font-size: 16px;}

	.oferta img {max-width: 100%;}

	footer .light h2 {font-size: 20px;}
	footer .light h2 strong {font-size: 30px;}

	.sub header, .sub .cycle-slideshow {height: 116px;}
	.sub .text {top: 8px;}
}



@media screen and (max-width: 360px) {
	.cycle-slideshow img {width: 140%;}
}


@media screen and (max-width: 320px) {
	.cycle-slideshow, .home header {height: 106px;}
	.text {top:5px;}
	.text p {font-size: 16px;}
	.text p small {font-size: 14px;}
	h2 {font-size: 25px;}

	footer .light h2 {font-size: 18px;}
	footer .light h2 strong {font-size: 25px;}

	.sub header, .sub .cycle-slideshow {height: 106px;}
	.sub .text {top: 5px;}
}



/*# sourceMappingURL=main.css.map */
