body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #888;
    background: white;
    padding-top: 162px
}

.home .news .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    gap: 30px;
}

.home .news .row::before,
.home .news .row::after {display: none;}

.home .news .row .col-md-4 {
	width: 100%;
}

main iframe[src*="youtube"] {
    display: block;
    margin: 30px 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.main img.col-md-6.pull-right {
    margin: 0 0 30px 30px;
    padding: 0;
}

.alert-info {
	display: block;
	float: left;
	background: #e70000;
	border:0;
	width: 100%;
	text-align: center;
	color: white;
	margin-top: 15px;

	font-size: 22px;
    font-family: 'cooper_hewittbook';
    font-weight: 700;
	text-decoration: none !important;

	transition: all .2s;
}

.alert-info:hover {
	color: white;
	background: #0072ac;
}



.navbar {
    height: 162px;
    background: white
}

.navbar .navbar-header {
    width: 100%
}

.navbar .navbar-header .navbar-right {
    color: #008dd5;
    margin: 15px 0;
    font-size: 22px;
    font-family: 'cooper_hewittbook';
    font-weight: normal;
    line-height: 1.5em
}

.navbar .navbar-header .navbar-right .list-inline li {
    float: left;
    display: block;
    margin: 0 0 0 30px;
    padding: 0
}

.navbar .navbar-header .navbar-right span {
    float: left;
    margin-top: 15px
}

.navbar .navbar-header .navbar-right small, .navbar .navbar-header .navbar-right strong {
    clear: left;
    float: left
}

.navbar .navbar-header .navbar-right small {
    font-size: 14px;
    color: #909090
}

.navbar .navbar-header .navbar-right strong {
    font-family: 'cooper_hewittbold';
    font-weight: normal;
    font-size: 24px
}

.navbar .nav {
    width: 100%;
    height: 65px;
    background: #008dd5;
    display: flex;
}

.navbar .nav>li {
    flex: auto;
    float: none;
}

.navbar .nav>li>a {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'cooper_hewittbook';
    font-weight: normal;
    /* padding: 21.5px 38.76px; */
    padding: 21.5px 0;
    transition: all .2s;
    border: 1px solid #008dd5;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.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, .navbar .nav>.active>a, .navbar .nav>.open>a {
    background: white;
    color: #008dd5
}

.navbar .nav > li:last-of-type > a {
    background-color: #db0721;
    color: white;
}

.navbar .nav > li:last-of-type > a:hover {
    background-color: #f01932;
}

.navbar-brand {
    height: auto
}

.navbar-brand img {
    float: left
}

.navbar-brand span {
    margin: 10px 0 0 30px;
    float: left;
    line-height: 1.5em;
    color: #909090;
    font-size: 22px;
    font-family: 'cooper_hewittbook';
    font-weight: normal
}

header {
    position: relative;
    overflow: hidden
}

header .container {
    position: relative;
    z-index: 100
}

header .container h1 {
    position: absolute;
    top: 170px;
    left: 15px;
    z-index: 100
}

header .container h1 span {
    float: left;
    clear: left;
    color: white;
    font-family: 'cooper_hewittbook';
    font-weight: normal;
    font-size: 37px;
    background: #008dd5;
    padding: 8px 10px;
    margin-bottom: 10px
}

.cycle-slideshow {
    z-index: 10;
    width: 100%
}

.title {
    color: #008dd5;
    text-align: center;
    margin: 60px 0px 30px 0px
}

.title h2, .title h1 {
    font-family: 'cooper_hewittlight';
    font-weight: normal;
    font-size: 60px;
    margin: 0
}

.sub .title {
    text-align: left
}

.media small {
    margin: 10px 0;
    padding: 3px 0 3px 25px;
    background: url(../img/data.png) left 1px no-repeat;
    font-size: 14px;
    color: #888;
    line-height: 18px !important;
    display: inline-block
}

.media h4 a {
    color: #008dd5;
    font-size: 22px;
    font-family: 'cooper_hewittbook';
    font-weight: normal
}

.media p {
    font-size: 14px;
    color: #888;
    line-height: 1.3em
}

.more {
	float: right;
	line-height: 1.2;
	transition: all .2s;
}

.more:hover {
	color: #172983;
	text-decoration: none;
}

.more span {
	color: #db0721
}

.oferta .col-md-3 {
    padding: 1px
}

.oferta .media-body {
    position: relative;
    vertical-align: middle;
    height: 271px;
    text-align: center;
    background: black
}

.oferta .media-body span {
    color: white;
    font-size: 26px;
    font-family: 'cooper_hewittbook';
    font-weight: normal;
    position: relative;
    z-index: 20;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3)
}

.oferta .media-body img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: .4;
    width: 100%;
    transition: all .2s
}

.oferta .media-body:hover {
    text-decoration: none
}

.oferta .media-body:hover img {
    opacity: .8
}

.placowka {
    background: #f4f4f4
}

.placowka p {
    font-size: 28px;
    font-family: 'cooper_hewittlight';
    font-weight: normal;
    color: #008dd5;
    line-height: 1.3em;
    margin: 45px 0
}

.btn-primary {
    background: #008dd5;
    padding: 8px 60px;
    border: 0;
    font-size: 16px;
    font-family: 'cooper_hewittbook';
    font-weight: normal;
    transition: all .2s
}

#mapagoogle {
    background: #ddd;
    height: 450px;
    width: 100%
}

.contact {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #373f51
}

.contact h4 {
    color: white;
    margin: 0 0 30px;
    font-size: 24px;
    font-family: 'cooper_hewittbook';
    font-weight: normal
}

.contact p {
    color: white;
    font-size: 16px;
    line-height: 1.3em
}

.contact p strong {
    color: white!important
}

.contact p small {
    font-size: 12px
}

.contact ul {
    padding: 0
}

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

.contact a {
    color: #95a0ba;
    font-size: 16px
}

footer {
    background: #262c39;
    padding: 30px 0
}

footer .col-md-5 span {
    float: left;
    margin-top: 20px;
    font-size: 14px;
    color: white;
    font-family: 'cooper_hewittbook';
    font-weight: normal
}

footer .col-md-5 span strong {
    font-family: 'cooper_hewittbold';
    font-weight: normal
}

footer .text-center img {
    display: inline-block;
    float: left
}

footer .text-center span {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #95a0ba;
    text-align: left;
    line-height: 1.3em;
    margin-top: 10px
}

.madeby {
    float: right;
    margin-top: 20px;
    line-height: 1em
}

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

.madeby small {
    font-size: 10px;
    color: #95a0ba;
    margin: 2.5px 3px 0 0
}

.sub main {
    background: url(../img/subbg.jpg) top no-repeat
}

.sub .main h2, .sub .main h3 {
    font-family: 'cooper_hewittbook';
    font-weight: normal;
    color: #008dd5;
    margin: 30px 0 15px
}

.sub .main a {
    color: #008dd5
}

.sub #mapagoogle {
    margin-top: 30px
}

.thumbnail {
    border: 0;
    border-radius: 0;
    padding: 0;
    transition: all .2s
}

.thumbnail:hover {
    opacity: .8;
    transform: scale(1.03)
}


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

aside {
    margin-top: 40px
}

aside h3 {
    font-family: 'cooper_hewittlight';
    font-weight: normal;
    color: #008dd5;
    font-size: 32px;
    margin-left: 0 0 15px;
    float: left;
    width: 100%
}

aside ul {
    float: left;
    width: 100%
}

aside ul a {
    font-size: 16px;
    color: #333 !important;
    background: rgba(0, 0, 0, 0.05);
    transition: all .2s
}

aside ul .active > a, aside ul a:hover {
    background: #008dd5 !important;
    color: white !important
}

aside .lvl2 {
	float: none;
	padding: 0;
	width: 100%;
	clear: both;
	background: #f1f1f1;
	display: none;
}

aside .active > .lvl2 {display: block}

aside .lvl2 li {
	list-style: none;
}

aside .lvl2 a {
	width: 100%;
	display: block;
	padding: 5px 0 5px 30px;
	text-decoration: none !important;
}

aside .media {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 0 2px !important;
    padding: 20px
}

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

aside .media .media-left {
    padding-right: 20px
}

aside .media h4 {
    margin: 0
}

aside .media h4 a {
    color: #333;
    font-size: 16px
}

aside .media h4 a:hover {
    color: #008dd5
}

.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 li {
    padding: 10px;
    border-top: 1px solid #ddd;
}

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

.download li:hover {
    background: #f4f4f4
}

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

.oferta {
    margin-bottom: 60px;
}

.oferta .media-body img {
    width: 100%;
}

.oferta .media-body span {
    font-size: 21px;
}

.navbar {
    transition: all .2s;
}

.affix {
    margin-top: -130px;
}

.sub .media-heading {
    margin: 0 0 10px !important;
}

.sub .media-top img {
    width: 100%;
    margin-bottom: 10px;
}

.sub main {
    padding-top: 33px
}

.gallery {
    margin-top: 50px;
}

.sub .main h4, .sub .main h5, .sub .main h6 {
    font-family: 'cooper_hewittbook';
    font-weight: normal;
    color: #333333;
    margin: 0px 0 15px;
    line-height: 1.4em
}

.sub .main h4 {
    font-size: 22px;
}

.well {
    border: none
}

.well p {
    margin-bottom: 0px;
}

.sub p strong {
    color: #333;
}

.sub .main .btn-primary {
    color: white!important
}

.sub .main .btn-primary a {
    color: white!important
}

.w-100 {
    width: 100%!important
}


/* Flatten das boostrap */

.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border-collapse: collapse !important;
    background-image: none !important;
}

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

.akordeon {
    width: 100%;
    margin: 0;
}

.akordeon>tbody>tr>td {
    padding: 0;
    border-top: 1px solid #e2e2e2;
}

.akordeon .odd>td {
    padding: 15px;
    background: #f8f8f8;
}

.akordeon .table td {
    width: 50%;
    vertical-align: middle;
}

.akordeon h3 {
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 8px 15px;
    margin: 1px 0;
    cursor: pointer;
    transition: all .2s;
}

.akordeon h3:hover {
    background: rgba(0, 0, 0, 0.1);
}

.akordeon .active h3 {
    background: #008dd5;
    color: white;
}

.akordeon h3, .akordeon h3 strong {
    font-size: 18px;
    font-weight: 300 !important;
    margin: 0px!important;
}







.person {
	margin-top: 60px;
}

.person .col-md-4 {
	margin-bottom: 30px;
}

.person .img-responsive {
	display: inline;
}

.person h3 {margin-top: 15px;}

.person h3 small {
	font-size: 12px;
	display:inline-block;
	line-height: 1.3em;
}

div.more {display: none}

.person .col-md-4 > a:first-of-type img {transition: all .2s;}

.person .col-md-4 > a:first-of-type:hover img {
	transform: scale(1.03);
	opacity:.9
}

.person .table {margin-bottom: 0;}


article {
    padding-bottom: 60px;
}

h3.mt-0 {margin-top: 0;}

.specjalista {
    padding: 3rem;
    border-radius: 1rem;
    border: 2px solid #ccc;
}

.specjalista .media-object {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 150px;
}

.specjalista .media-body {
    text-align: center;
    display: block;
    width: 100%;
}

.specjalista .media-body small {
    background: none;
    padding: 0;
}

.specjalista .tytul_nauk {
    font-weight: bold;
    color: #008dd5;
}

.specjalista .media-heading {
    font-weight: bold;
    color: #262c39;
}









/*

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

*/


/* height: 1050px */

@media screen and (max-width: 1680px) {
    header .cycle-slideshow img {
        width: 100%;
    }
}


/* height: 900px */

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


/* height: 864px */

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


/* height: 900px */

@media screen and (max-width: 1440px) {
    header .container h1 {
        top: 110px;
    }
}


/* height: 768px */

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


/* height: 768px */

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


/* height: 1024 & 720px */

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


/* height: 768px, 600px */

@media screen and (max-width: 1199px) {
    header .container h1 {
        top: 60px;
    }
    .navbar .nav>li>a {
        padding: 21.5px 25px;
    }
    header .container h1 span {
        font-size: 25px;
    }
    .inc span {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
	main img {max-width: 100%; height: auto; margin: 0 0 15px 0; padding:0 !important;}

	.table,
	.table tr,
	.table td {
		display:block;
		width: 100%;
	}
	.table {border:0;}
	.table td {
		padding: 10px;
		border:0 !important;
		white-space:normal;
	}
	.table tr {
		padding: 10px 0;
		border:0;
		border-bottom: 1px solid #ddd;
	}

    .navbar-header .navbar-right {
        display: none;
    }

    .navbar-toggle {
        border-color: #172983;
        margin-top: 40px;
        transition: all .2s;
    }
    .icon-bar {
        background: #db0721
    }
    .navbar {
        height: 115px;
    }
    body {
        padding-top: 115px;
    }
    .affix {
        height: 80px;
        margin-top: 0;
        box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .2);
    }
    .affix .navbar-toggle {
        margin-top: 23px;
    }
    .navbar-brand, .navbar-brand img {
        transition: all .2s;
    }
    .affix .navbar-brand {
        padding-top: 8px;
        padding-bottom: 8px
    }
    .navbar-brand img {
        height: 83px;
    }
    .affix .navbar-brand img {
        height: 63px;
    }
    .affix .navbar-brand span {
        display: none;
    }
    #navbar {
        background: white;
        height: auto;
    }
    .navbar .nav {
        height: auto;
        width: auto;
    }
    .navbar .dropdown-menu a {
        color: white
    }
    .placowka {
        padding-bottom: 60px;
        margin-top: 60px;
    }
    .inc {
        display: none
    }
    .navbar .nav>li>a {
        padding: 10px 15px;
    }
    .contact .col-sm-6 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .navbar-toggle {
        margin-right: 0;
    }
}

@media screen and (max-width: 800px) {
    header .container h1 {
        top: 30px;
    }
    header .container h1 span {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

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

@media screen and (max-width: 640px) {
    header .container h1 {
        top: 15px;
    }
    header .container h1 span {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .media-top img {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .navbar-brand span {
        margin: 22px 0 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .navbar-brand span {
        display: none;
    }
    header .container h1 {
        top: 5px;
    }
    header .container h1 span {
        font-size: 16px;
        padding: 5px 10px;
        margin-bottom: 3px;
    }
    .title h2, .title h1 {
        font-size: 40px;
    }
    .title {
        margin: 30px 0;
    }
    .placowka .list-inline li {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
    }
    .placowka .btn-primary {
        margin-top: 15px;
        width: 100% !important;
        display: block;
        float: left;
        padding: 15px 0;
    }
    footer .col-md-5, footer .col-md-2 {
        text-align: center;
    }
    footer .col-md-5 span {
        float: none;
    }
    .madeby {
        float: none;
        display: inline-block;
    }
}

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

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

@media screen and (max-width: 414px) {
    header .container h1 {
        top: 15px;
        margin: 0;
    }
}

@media screen and (max-width: 375px) {
    header .container h1 {
        top: 8px;
        margin: 0;
    }
}

@media screen and (max-width: 360px) {
    header .container h1 {
        top: 5px;
        margin: 0;
    }
    .navbar-brand img {
        height: 70px;
        margin-top: 5px;
    }
    .affix .navbar-brand img {
        margin-top: 0;
    }
}

@media screen and (max-width: 320px) {
    header .container h1 {
        top: 5px;
        margin: 0;
    }
    .navbar-brand img {
        height: 65px;
        margin-top: 8px;
    }
    .affix .navbar-brand img {
        margin-top: 0;
    }
    header .container h1 span {
        font-size: 15px;
        padding: 4px 8px;
        margin-bottom: 2px;
    }
}
