@media screen and (min-width: 1280px) {
    .container {
        width: 1200px
    }
}

body {
    background: #00b83f url(../img/bg.jpg) top no-repeat;
    font-family: 'latoregular';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5em;
    color: white
}

.media-top {margin-bottom: 10px;}

.navbar {
    margin-top: 30px;
    height: 85px
}

.navbar .nav {
    width: 100%;
    height: 85px
}

.navbar .nav>li {
    width: 11.1%;
    background: black
}

.navbar .nav>li>a {
    color: white;
    font-family: 'museo700';
    font-weight: normal;
    font-style: normal;
    height: 85px;
    line-height: 85px;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    font-size: 15px;
    padding: 0;
    width: 100%;
    text-align: center;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    transition: all .2s
}

.navbar .nav>li:first-child {
    border-radius: 10px 0 0 10px
}

.navbar .nav>li:last-of-type {
    border-radius: 0 10px 10px 0
}

.navbar .nav>li:first-child>a {
    border-radius: 10px 0 0 10px
}

.navbar .nav>li:last-of-type>a {
    border-radius: 0 10px 10px 0
}

.navbar .nav>li>a:hover, .navbar .nav>li>a:focus, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus, .navbar .nav>.open>a:hover, .navbar .nav>.open>a:focus {
    opacity: .95;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 15px
}

.navbar .nav>.active>a, .navbar .nav>.open>a {
    border-color: white
}

.nav1>a {
    background: #f75544 !important;
    border-color: #f34235
}

.nav2>a {
    background: #fea300 !important;
    border-color: #fe9700
}

.nav3>a {
    background: #fec106 !important;
    border-color: #fec006
}

.nav4>a {
    background: #3b9b3a !important;
    border-color: #4bae4f
}

.nav5>a {
    background: #0296f0 !important;
    border-color: #02a8f3;
}

.nav6>a {
    background: #3e4fb2 !important;
    border-color: #3e50b4;
}

/*
.nav7 > a:hover {
	font-size: 18.5px !important;
}
*/

.nav7>a {
    background: #af2ebf !important;
    border-color: #9b26af;
	/*line-height: 1.3em !important;
	padding-top: 18px !important;*/
}

.nav8>a {
    background: #ef257e !important;
    border-color: #e81d62
}

.nav9>a {
    background: #6aa08f !important;
    border-color: #4b7e6e
}

.navbar-brand {
    width: 600px;
    height: 140px;
    margin: 335px auto !important;
    display: block;
    float: none
}

.affix .navbar-brand {
    display: none
}

main {
    margin-top: 550px
}

.home h2, .sub h1 {
    font-family: 'museo700';
    font-weight: normal;
    font-style: normal;
    font-size: 72px;
    color: white;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    margin: 30px 0
}

.news .d-flex {
	display:flex;
	flex-wrap: wrap;
}

.news .col-md-3 {
	flex: 0 0 1;
}

.news .media-left {
    padding-right: 30px
}

.news .media-object {
    border-radius: 10px
}

.news .media {
    margin-bottom: 30px
}

.news .media-left,
.news .media-body {
    vertical-align: middle
}

.news small {
    font-size: 12px !important
}

.news h4 {
    margin: 0 0 15px !important;
    font-size: 18px;
    font-family: 'museo300';
    font-weight: normal;
    font-style: normal
}

.news h4 a {
    font-size: 18px !important;
    color: white !important
}

.news p {
    font-size: 14px;
    line-height: 1.3em
}

.btn-primary {
    background: #febc00;
    color: white;
    border: 0;
    padding: 13px 30px;
    font-size: 18px;
    font-family: 'museo700';
    font-weight: normal;
    font-style: normal;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border-bottom: 3px solid #f56f03;
    transition: all .2s
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:focus:hover {
    background: #f56f03;
    color: white;
    border-bottom: 3px solid transparent;
    transform: scale(0.97)
}

.zapisz {
    background: url(../img/zapisz.png) center center no-repeat;
    width: 100%;
    height: 65px;
    display: block;
    color: white;
    text-align: center;
    line-height: 65px;
    margin: 60px 0;
    transition: all .2s
}

.zapisz>span {
    margin-top: 5px;
    display: inline-block;
    transform: rotate(-1deg);
    transition: all .3s
}

.zapisz small {
    font-size: 23px;
    font-family: 'museo700';
    font-weight: normal;
    font-style: normal;
    float: left
}

.zapisz strong {
    font-size: 38.6px;
    font-family: 'museo700';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    float: left;
    margin: 0 10px
}

.zapisz .glyphicon {
    float: left;
    margin-top: 22px
}

.zapisz:hover {
    transform: scale(0.95);
    color: white;
    text-decoration: none
}

.galerie .col-md-3 {
    margin-bottom: 30px
}

.galerie a img {
    width: 100%;
    border-radius: 10px
}

.galerie a .caption {
    font-family: 'museo300';
    font-weight: normal;
    font-style: normal;
    color: white;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    display: block
}

.home .main {
    padding-top: 60px;
    padding-bottom: 60px
}

.home .main img {
    border-radius: 10px
}

.home .main h1 {
    margin: 30px 0 15px
}

.home .main h1 span {
    font-size: 40px;
    font-family: 'museo300';
    font-weight: normal;
    font-style: normal
}

.home .main h1 strong {
    font-size: 72px;
    font-family: 'museo700';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase
}

.home .main p {
    font-size: 16px
}

footer {
    height: 102px;
    background: #005a2f;
    color: white
}

footer .pull-left, footer .pull-right {
    margin-top: 40px
}

footer .totop {
    width: 282px;
    display: block;
    margin: -46px auto 0
}

.madeby small, .madeby img {
    float: left
}

.madeby small {
    font-size: 10px;
    color: white;
    margin: 0 3px 0 0
}

.sub main {
    padding: 30px 0 90px;
    font-size: 16px;
    line-height: 1.7em
}

.sub main a {
    color: #ffd75e
}

.sub main h2, .sub main h3, .sub main h4, .sub main h5, .sub main h6 {
    font-family: 'museo700';
    font-weight: normal;
    font-style: normal;
    margin: 30px 0 15px
}

.sub .gallery .fancy {
    margin-bottom: 30px;
    transition: all .2s;
    float: left;
    width: 100%;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px
}

.sub .gallery .fancy img {
    width: 100%;
    border-radius: 10px
}

.sub .gallery .fancy:hover {
    transform: scale(1.05)
}

.landing {
    padding-top: 550px
}

.landing a {
    color: white;
    line-height: 4em;
    transition: all .2s
}

.landing a:hover {
    transform: scale(0.95);
    opacity: 0.9
}

.landing a strong {
    font-size: 60px;
    font-family: 'museo700';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-top: 80px
}

.landing a span {
    font-size: 30px
}

.landing .przedszkole {
    width: 570px;
    height: 251px;
    background: url(../img/przedszkole.jpg);
    border-radius: 10px;
    display: block
}

.landing .zlobek {
    width: 570px;
    height: 251px;
    background: url(../img/zlobek.jpg);
    border-radius: 10px;
    display: block
}


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

.vertical-center h3 {
	margin-top: 0px
}

.dziewczynka {
	    margin-bottom: -133px;
}
.fade-content>* {
    transition: ease opacity .25s, ease transform .25s
}

.fade-content>*:nth-child(3n+2) {
    transition-delay: .1s
}

.fade-content>*:nth-child(3n+3) {
    transition-delay: .2s
}

.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 {
    margin-bottom: 30px;
}

.download ul {
    margin: 0;
    padding: 0
}

.download li {
	padding: 10px;
	border-top: 1px solid rgba(0,0,0,.2);
	transition: all .2s;
}

.download li:first-child {border:0}

.download li:hover {
	background: rgba(0,0,0,.05);
}

.download .plik {
    display: none;
    color: #fff
}

.download a {color: white !important;}

.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.html) no-repeat center right
}

ul.jPag-pages li span.jPag-next-img {
    background: transparent url(../images/next.html) no-repeat center left
}

span.jPag-sprevious-img {
    background: transparent url(../images/sprevious.html) no-repeat center right
}

span.jPag-snext-img {
    background: transparent url(../images/snext.html) no-repeat center left
}

.jPag-last, .jPag-first {
    line-height: 30px !important;
    font-size: 14px
}

.table-hover {
	border-radius: 6px!important;
	overflow: hidden;
}

.table-hover th {
	background: #007b2d;
}

.table-hover>tbody>tr:hover {
    background-color: #03A13D;
}

.table-bordered {
    border: 1px solid #03A13D;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th {
    border: 1px solid #03A13D;
}

/*

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

*/



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

	.list-inline>li {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.landing a {
		width: 100% !important;
		height: auto !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;

		padding: 30px 0 20px;
	}

	.landing a strong {margin-top: 0;}

	.navbar-toggle {
		border: 2px solid white;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
		background: #00b83f;
	}

	.icon-bar {
		background: white;
	}

	#navbar {
		background: white;
		padding: 15px;
		border-radius: 25px;
		max-height: 97vh;
	}

	.navbar .nav {
		width: auto;
		height: auto;
		margin:0;
	}

	.navbar .nav>li {width: 100%; background: none;}

	.navbar .nav>li>a {
		border-radius: 10px !important;
		margin: 2.5px 0;
		border:0;
		height: auto;
		line-height: 55px;
	}

	.navbar .nav>li>a:hover,
	.navbar .nav>li>a:focus,
	.navbar .nav>.active>a:hover,
	.navbar .nav>.active>a:focus,
	.navbar .nav>.open>a:hover,
	.navbar .nav>.open>a:focus {
		opacity: .8;
		transform: scale(.97);
	}

	.navbar-brand {display: none;}


	.zapisz {
		background-size: cover;
	}

	.home .main img {
		width: 100%;
		margin-bottom: 30px;
	}

	footer .totop {margin-top: 23px;}

	.totop,
	.totop img {width: 150px !important;}
}




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



@media screen and (max-width: 640px) {
	body {
		background-size: 200% auto;
	}

	main {margin-top: 350px;}

	.home .main h1 strong,
	.home h2, .sub h1 {font-size: 60px;}

	.totop {display: none !important;}

	footer .pull-left,
	footer .pull-right {
		margin:35px 15px 0;
	}
}




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

}




@media screen and (max-width: 480px) {
	.landing a strong {font-size: 40px;}

	main {margin-top: 270px;}

	.home .main h1 strong,
	.home h2, .sub h1 {font-size: 50px;}

	.news .media-object {max-width: 150px;}

	.news .media-left {padding-right: 15px;}

	.zapisz small {font-size: 18px;}
	.zapisz strong {font-size: 25px;}

	.zapisz {margin: 30px 0 15px;}

	footer .pull-left,
	footer .pull-right {
		text-align: center;
		width: 100%;
		margin: 10px 0;
	}

	.madeby {
		float: none;
		display: inline-block;
	}

	.dziewczynka {margin-bottom: 0;}
}





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

	.landing {
    	padding-top: 280px;
		background-size: 200% auto;
	}


	main {margin-top: 230px;}

}




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




@media screen and (max-width: 414px) {
	.zapisz small {font-size: 16px;}
	.zapisz strong {font-size: 21px;}

	.home .main h1 span {font-size: 25px;}
	.home .main h1 strong, .home h2, .sub h1 {
    	font-size: 40px;
	}
}




@media screen and (max-width: 375px) {
	.landing {
    	padding-top: 230px;
		background-size: 200% auto;
	}


	main {margin-top: 180px;}

	.news .media-left {
		display: block;
		width: 100%;
		margin:0 0 15px 0;
		padding: 0;
	}

	.news .media-object {width: 100%; max-width: 375px;}

	.zapisz {
		background: #831c98;
		width: 100%;
		height: auto;
		padding: 15px 0 10px;
		text-align: center;
		line-height: 2em;
		border-radius: 10px;
	}

	.zapisz small,
	.zapisz strong {
		width: 100%;
		text-align: center;
		float: left;
	}

	.zapisz span {margin:0;}

	.zapisz span span {display: none;}
}




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




@media screen and (max-width: 320px) {
	.landing a strong {font-size: 30px;}

	main {margin-top: 150px;}

	.home .galerie .col-xs-6 {
		width: 100%;
	}
}
