body {
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    background: #eee;
    font-size: 16px;
    line-height: 1.4em;
    color: #666
}

.sub .main ul li {
	list-style: none;
	list-style-image: url(../img/li.png);
}

p strong {
	color: #333
}

.home .main .center-block {
	transition: all .2s;
	opacity: 0;
}

.home .main .center-block:hover {
	transform: scale(.95);
	opacity: .9
}

header, main {
    float: left;
    width: 100%;
    overflow: hidden
}

.runa {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 20
}

.navbar {
    height: 314px;
    background: url(../img/navbar.png) top no-repeat;
    transition: all .2s
}

.navbar .navbar-header {
    width: 100%;
    float: left;
    height: 180px
}

.navbar .nav {
    background: #5b006e;
    width: 100%;
    float: left;
    border-radius: 30px;
    padding: 5px 0;
    height: 60px;
    text-align: center
}

.navbar .nav>li {
    display: inline !important;
    float: none
}

.navbar .nav>li>a {
    color: white;
    text-shadow: none;
    font-size: 22px;
    font-weight: 300;
    float: none;
    display: inline;
    line-height: 52px;
    padding: 0 30px;
    transition: all .2s
}

.navbar .nav .active>a, .navbar .nav .active>a:hover, .navbar .nav .active>a:focus, .navbar .nav .open>a, .navbar .nav .open>a:hover, .navbar .nav .open>a:focus, .navbar .nav li>a:hover, .navbar .nav li>a:focus {
    background: #3e064a;
    border-radius: 25px
}

.affix {
    margin-top: -180px
}

.info {
    color: #5b006e;
    line-height: 2em;
    font-weight: 300;
    margin: 50px 15px 0 100px
}

.info small {
    font-size: 24px
}

.info span {
    font-size: 35px;
    letter-spacing: -0.5px
}

.info strong {
	font-family: 'Hind', sans-serif;
    font-weight: 700
}

.slogan {
    font-size: 28px;
    font-weight: 700;
    color: #005f42;
    width: 400px;
    margin-top: 30px
}

.slogan span {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    text-indent: -100px;
    margin: 28px 0
}

.slogan span:first-of-type {
    text-align: left;
    text-indent: 0;
    margin: 0
}

.slogan span:last-of-type {
    text-align: right;
    text-indent: 0;
    margin: 0
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

main {
    position: relative;
    z-index: 100;
    margin-top: 470px
}

aside {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
    padding-top: 60px;
    padding-bottom: 60px
}

aside li {
	background: url(../img/bullet.png) left 0px no-repeat;
    padding-left: 35px !important;
    color: #5b006e;
    font-size: 28px;
    font-weight: 300;
    /* margin-bottom: 10px; */
    padding-bottom: 30px;
}

aside .nav>li>a:hover, aside .nav>li>a:focus {
    color: #005f42;
    background-color: transparent !important
}

.sub article a, .sub article h1, .sub article h2, .sub article h3, .sub article h4, .sub article h5, .sub article h6 {
    color: #5b006e
}

.sub article h1, .sub article h2, .sub article h3, .sub article h4, .sub article h5, .sub article h6 {
    font-weight: 300;
    margin: 0px 0 15px
}

.sub article h1 strong, .sub article h2 strong, .sub article h3 strong, .sub article h4 strong, .sub article h5 strong, .sub article h6 strong {
    font-weight: 600
}

main {
    padding-bottom: 60px
}

main .title {
    margin-top: 30px;
    margin-bottom: 30px
}

main .title h1, main .title h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #005F42;
    font-size: 40px;
    margin: 0;
    padding-bottom: 15px;
    font-weight: 300
}

main .title h1 strong, main .title h2 strong {
    font-weight: 600
}

main .title .hr {
    height: 7px;
    width: 40px;
    background: #5b006e;
    border-radius: 5px;
    float: left;
    margin-top: -3.5px
}

main .title:first-of-type {
    margin-top: 0
}

footer {
    float: left;
    width: 100%;
    background: #575757;
    position: relative;
    z-index: 100;
    overflow: hidden;
    color: #b3b3b3
}

footer h4 {
    color: white;
    font-size: 24px;
    margin: 0 0 15px;
    font-weight: 300
}

footer label {
    font-size: 16px
}

footer input, footer textarea {
    background: #434343 !important;
    border: 0 !important;
    border-radius: 4px !important
}

footer .has-error label {
    color: red !important
}

footer .has-error input, footer .has-error textarea {
    border-color: red !important
}

footer .alert {
    margin-bottom: 15px !important;
    float: left;
    width: 100%
}

footer textarea {
    height: 186px !important
}

footer p, footer a {
    font-size: 16px;
    font-weight: 400;
    color: #b3b3b3
}

footer a:hover {
    color: white
}

footer ul {
    padding: 0
}

footer li {
    list-style: none;
    margin-bottom: 10px
}

footer>.row {
    padding-top: 60px;
    padding-bottom: 60px
}

footer>.row:last-of-type {
    padding-top: 30px;
    padding-bottom: 30px
}

footer>.row:last-of-type span {
    font-size: 14px;
    font-weight: 300;
    color: white
}

footer>.row:last-of-type .madeby {
    float: right
}

footer>.row:last-of-type .madeby small {
    color: white;
    font-size: 10px;
    float: left;
    margin: 0 3px 0 0
}

.btn-primary {
    color: white;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 400;
    background: #5b006e;
    font-size: 14px;
    padding: 10px 30px 6px;
    line-height: 1.3em;
    border: 0;
    border-radius: 4px !important;
    transition: all .2s
}

.btn-primary:hover {
    background: #470455
}

.btn-primary:focus {
    background: #470455
}

.btn-primary:focus:hover {
    background: #470455
}

.fb_slider_right {
    position: fixed;
    top: 180px;
    right: -320px;
    z-index: 10000;
    width: 348px;
    height: 100px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.fb_slider_right .sliderbody {
    float: left;
    width: 320px
}

.fb_slider_right:hover {
    right: 0;
    height: 100%
}

.fb_slider_right .button, .fb_slider_right iframe {
    float: left;
    background: white
}

.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
}

blockquote {
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.akordeon {
    width: 100%;
    margin-top: 15px;
}

.akordeon td {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}

.akordeon tr {
    display: block;
    width: 100%;
    float: left;
}

.akordeon h3 {
    background: #f5f5f5;
    margin: 0 0 5px !important;
    padding: 10px 15px;
    font-size: 18px;
    width: 100%;
    color: #333;
    transition: all .2s;
}

.akordeon h3:hover, .akordeon h3:focus, .akordeon .active h3 {
    background: #5B006E;
    color: white;
    cursor: pointer;
}

.akordeon tr:nth-child(2n+2) {
    display: none;
}

.akordeon tr:nth-child(2n+2) td {
    padding: 15px;
}





/*

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

*/


.zespol .img-circle {margin-bottom: 15px;}
.zespol .col-md-4 {margin-bottom: 15px;}


/* RWD */


/* height: 768px, 600px */
@media screen and (max-width: 1024px) {
	.slogan {width: 187px;}

	aside a {font-size: 25px;}
}




@media screen and (max-width: 980px) {
	.slogan, .info {display: none !important;}

	.navbar-toggle {
		border-color: #5b006e;
		margin-top: 35px;
		background: white;
	}

	.icon-bar {
		background: #6aa08f
	}

	.navbar-brand img {
		width: 150px;
	}

	.navbar {
		height: 110px;
		background: rgba(226, 226, 226, .5);
	}

	.affix {
		background: rgba(255, 255, 255, 0.9);
		margin-top: 0;
	}

	.runa {width: 300px;}

	header .cycle-slideshow img {width: 100%;}

	main {margin-top: 255px;}

	main .title h1, main .title h2 {font-size: 30px;}

	aside {
		border-right: 0;
		border-top: 1px solid #999;
		box-shadow: 0 -1px 0 white;
		padding-top: 15px;
		margin-top: 30px;
		padding-bottom: 0;
	}

	.navbar .navbar-header {
    	width: auto;
    	float: none;
    	height: auto;
	}

	.navbar .nav {
	    background: none;
	    width: auto;
	    float: none;
	    border-radius: 0;
	    padding: 0 7.5px;
	    height: auto;
	    text-align: center;
	}

	#navbar {
		background: #f6f6f6;
	}

	.navbar .nav>li>a {
		color: #3e064a;
		width: 100%;
		float: left;
		padding:0;
		margin:2px 0;
		line-height: 40px;
	}

	.navbar .nav .active>a,
	.navbar .nav .active>a:hover, .navbar .nav .active>a:focus, .navbar .nav .open>a, .navbar .nav .open>a:hover, .navbar .nav .open>a:focus, .navbar .nav li>a:hover, .navbar .nav li>a:focus {
		color: white;
	}

	.map iframe {
		height: 250px
	}

}



@media screen and (max-width: 800px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 600px) {}



@media screen and (max-width: 480px) {
	.runa {width: 220px;}
	main .title h1, main .title h2 {font-size: 25px;}

	.home .main .col-md-4 .center-block {max-width: 150px !important;}
}




@media screen and (max-width: 435px) {}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}
