body {
    color: #8395A0;
    background: white;
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'montserratregular';
    font-weight: normal;
    font-style: normal;
    padding-top: 120px
}

body strong {
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
}

.sub footer {margin-top: 60px;}

body .light {
    font-family: 'montserratlight';
    font-weight: normal;
    font-style: normal
}

.navbar {
    background: white;
    height: 120px;
    margin: 0
}

.navbar .nav {
    margin-top: 35px
}

.navbar .nav>li>a {
    padding: 10px 12px;
    color: #646a73;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .2s;
    text-shadow: none
}

.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: #dfe3eb
}

.navbar-brand {
    padding-top: 8px
}

.tel {
    margin: 35px 0 0 30px;
    padding-left: 50px;
    background: url(../img/tel.png) left center no-repeat;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #646a73;
    letter-spacing: 1px
}

header, main, footer {
    overflow: hidden;
    position: relative
}

header {
    height: 720px;
    z-index: 10
}

main {
    z-index: 100;
    margin-top: -85px
}

.boxes .col-md-3 {
    padding: 0
}

.boxes .media {
    padding: 15px;
    color: white
}

.boxes .media a {
    color: white
}

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

.boxes h4 {
    margin: 0 0 10px
}

.boxes h4 a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal
}

.boxes p {
    line-height: 1.3em;
    font-size: 14px;
    margin-bottom: 0
}

.boxes .box1 {
    background: #4c6575
}

.boxes .box2 {
    background: #5bc9c5
}

.boxes .box3 {
    background: #f86759
}

.boxes .box4 {
    background: #7b848c
}

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

.oferta {
    padding: 30px 0
}

.oferta .col-md-4 {
    padding: 0
}

.oferta .col-md-4 a {
    float: left;
    width: 100%;
    border: 1px solid white;
    background: black;
    position: relative
}

.oferta .col-md-4 a img {
    max-width: 100%;
    opacity: .4;
    transition: all .2s;
    position: relative;
    z-index: 10;
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.oferta .col-md-4 a .opis {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: white;
    text-align: center
}

.oferta .col-md-4 a .opis strong {
    font-size: 18px;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 40px
}

.oferta .col-md-4 a .opis span {
    border: 1px solid white;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 15px;
    transition: all .3s;
    font-size: 13px
}

.oferta .col-md-4 a:hover img {
    opacity: .7
}

.oferta .col-md-4 a:hover .opis span {
    background: white;
    color: black;
    transform: scale(1.1)
}

.zespol {
    background: #f86759
}

.zespol h2 {
    color: white;
    font-size: 30px;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    margin: 30px 0 15px;
    text-transform: uppercase
}

.zespol .media {
    float: left;
    width: 100%;
    border-radius: 25px;
    transition: all .2s;
    height: 51px;
    margin-top: 10px
}

.zespol .media .media-body {
    height: 51px;
    vertical-align: middle;
    line-height: 1em
}

.zespol .media .media-body h4 {
    margin: 0 0 5px
}

.zespol .media .media-body h4 a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    transition: all .2s;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal
}

.zespol .media .media-body small {
    color: white;
    font-size: 13px;
    transition: all .2s
}

.zespol .media:hover {
    cursor: pointer;
    background: white
}

.zespol .media:hover h4 a, .zespol .media:hover small {
    color: #f86759;
    text-decoration: none
}

.info {
    background: #4c6575
}

.info h2 {
    color: white;
    font-size: 30px;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    margin: 120px 0 30px;
    text-transform: uppercase
}

.info .nav li {
    margin: 0;
    padding: 0;
    list-style: none
}

.info .nav a {
    color: white;
    font-size: 13px;
    padding: 15px 0 15px 35px;
    background: url(../img/bullet.png) 10px center no-repeat;
    border-bottom: 1px dotted #698ca1;
    transition: all .2s
}

.info .nav a:hover {
    background: rgba(255, 255, 255, 0.05) url(../img/bullet.png) 10px center no-repeat
}

.info .nav li:first-child a {
    border-top: 1px dotted #698ca1
}

footer {
    background: #11161a;
    padding: 40px 0
}

footer span {
    color: white;
    font-size: 13px
}

footer span strong {
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal
}

.madeby {
    line-height: 1em;
    float: right
}

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

.madeby small {
    font-size: 11px;
    color: #ccc;
    margin: 2px 3px 0 0;
    font-family: 'montserratlight';
    font-weight: normal;
    font-style: normal
}

.sub main strong {
    color: #4c6575
}

.sub header {
    height: 300px
}

.sub main {
    margin-top: 0
}

.sub h1, .sub h2, .sub h3, .sub h4, .sub h5, .sub h6 {
    margin: 30px 0 15px;
    font-family: 'montserratbold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #4c6575
}

.sub h1 {
    font-size: 45px
}

.sub h2 {
    font-size: 35px
}

.sub h3 {
    font-size: 27px
}

.sub h4 {
    font-size: 23px
}

.sub h5 {
    font-size: 20px
}

.sub h6 {
    font-size: 17px
}

.sub a {
    color: #4c6575
}

.thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0
}

.fancy {
    transition: all .2s
}

.fancy:hover {
    opacity: .9;
    transform: scale(1.05);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2)
}

aside .nav {
    margin-top: 30px
}

aside .nav li {
    margin: 0;
    padding: 0;
    list-style: none
}

aside .nav a {
    color: #698ca1;
    font-size: 13px;
    padding: 15px 0 15px 35px;
    background: url(../img/bullet.png) 10px center no-repeat;
    border-bottom: 1px dotted #698ca1;
    transition: all .2s;
    line-height: 1.3em
}

aside .nav .active a,
aside .nav a:hover {
    background: rgba(0, 0, 0, 0.05) url(../img/bullet.png) 10px center no-repeat
}

aside .nav li:first-child a {
    border-top: 1px dotted #698ca1
}

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

.marginminus {
    margin-top: 0px!important;
}


/* GODZINY OTWARCIA */

#timeDiv {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}

.otwarte {
    color: #27ae60;
    border: 1px solid #27ae60;
}

.closed {
    color: rgba(231, 76, 60, 0.85);
    border: 1px solid rgba(231, 76, 60, 0.8);
}

.viewOpen {
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 2px solid rgba(70, 70, 70, 0.7);
    max-width: 170px;
    background: #fff;
    width: 100%;
    color: rgba(70, 70, 70, 0.8);
    margin: 0 auto;
    top: 50%;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 16px -8px #adadad;
    -moz-box-shadow: 0 8px 16px -8px #adadad;
    box-shadow: 0 8px 16px -8px #adadad;
    cursor: pointer;
}

.viewOpen i {
    color: rgba(70, 70, 70, 0.8);
}

@media all and (max-width: 600px) {
    #timeDiv {
        margin-bottom: 20px;
    }
}

@media all and (min-width: 601px) {
    #timeDiv {
        margin-right: 15px;
    }
}

.dateTime {
    height: 30px;
    margin-bottom: -23px;
    border-bottom: 1px solid #e2e2e2;
}

.day {
    display: inline-block;
    float: left;
}

.time {
    display: inline-block;
    float: right
}

.today {
    color: #F86759;
    font-weight: 600;
}

@media all and (max-height: 420px) {
    #timeDiv, .viewOpen {
        top: 60%;
    }
}

.greybox {
    padding: 15px;
    background: #f4f4f4;
    margin-top: 30px;
    margin-bottom: 30px;
	float: left;
	width: 100%;
}

.greybox .dateTime:last-of-type {border:0;}

.map {
    padding: 0px!important;
}


/* Wlotki */

.fade-content>* {
    transition: ease opacity .25s, ease transform .25s;
}


/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row. */

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

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

.fade-content-fast>* {
    transition: ease opacity .25s, ease transform .25s;
}

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

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


.kontakt input,
.kontakt textarea {
	border:0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	box-shadow: none !important;
	background: #f8f8f8;
	outline: none !important;
	padding: 10px !important;
	height: auto;
}

.kontakt input:focus,
.kontakt textarea:focus {
	border-color: #774546;
	background: #f5f5f5;
}

.kontakt textarea {
	height: 208px;
}

.kontakt form {margin-bottom: 30px;}


.btn-primary {
	background: #fff;
	border:1px solid #333;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	padding: 10px 25px;

	transition: all .2s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:hover {
	background: #333;
	color: white;
}


.navbar-brand img {height: 101px;}

.navbar,
.navbar-brand,
.navbar-brand img,
.navbar .tel,
.navbar .nav {
	transition: all .2s;
}

.affix {
	height: 80px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.affix .navbar-brand {padding-top: 5px;}
.affix .navbar-brand img {height: 68px;}

.affix .nav {margin-top: 20px;}

.affix .tel {margin-top: 20px;}


.main img.pull-right {margin-left: 30px;}
.main img.pull-left {margin-right: 30px;}

.main .pull-right img {margin-left: 30px;}
.main .pull-left img {margin-right: 30px;}



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

.vertical-center h1, .vertical-center h2, .vertical-center h3, .vertical-center h4, .vertical-center h5, .vertical-center h6 {
	margin: 0px 0 15px;
}


.zespol .img-circle {
	max-width: 50px;
}






/*

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

*/


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


/* RWD */

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

	.zespol .col-md-8 img {max-width: 140%}

	.sub header {
    	height: auto;
	}
}


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


/* height: 864px */
@media screen and (max-width: 1536px) {
	header {height: 570px;}
	.zespol .col-md-8 img {max-width: 135%}
}



/* height: 900px */
@media screen and (max-width: 1440px) {
	header {height: 534px;}
	.zespol .col-md-8 img {max-width: 125%}
}


/* height: 768px */
@media screen and (max-width: 1366px) {
	header {height: 506px;}
	.zespol .col-md-8 img {max-width: 120%}
}



/* height: 768px */
@media screen and (max-width: 1360px) {
	header {height: 506px;}
	.zespol .col-md-8 img {max-width: 110%}
}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	header {height: 474px;}
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	header {height: 378px;}

	.tel {
	    margin: 35px 0 0 10px;
	    padding-left: 0;
	    background: none;
	    font-size: 14px;
	    letter-spacing: 0;
	}

	.navbar .nav>li>a {
	    padding: 10px 8px;
	    font-size: 13px;
	}

	.boxes .media-left, .boxes .media-body {
	    vertical-align: middle;
	    display: block;
	    width: 100%;
	    text-align: center;
	    padding: 0;
	    margin: 0;
	    height: auto !important;
	}

	.boxes .media-left {
		height: 80px !important;
	}

	.boxes .media-object {
		display: inline-block;
	}

	.info h2 {margin-top: 30px; margin-bottom: 15px; font-size: 24px;}

	.info .col-md-8 img {max-width: 110%}

	.info .nav a {padding: 8px 0 8px 35px;}

}




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

	.navbar-toggle {
		border-color: #4c6575;
		margin-top: 40px;
		border-radius: 0;
	}

	.icon-bar {
		background: #f86759;
	}

	#navbar {background: white}

	.tel {display: none;}

	.navbar .nav>li>a {
	    padding: 8px 15px;
	    font-size: 14px;
	    border-top: 1px solid #ddd;
	}

	.navbar .nav>li:first-child>a {border-top:0;}

	.navbar .dropdown-menu {
		background: #e9edf7 !important;
	}

	.navbar .dropdown-menu a:hover,
	.navbar .dropdown-menu a:focus,
	.navbar .dropdown-menu .active > a:focus,
	.navbar .dropdown-menu .active > a:hover,
	.navbar .dropdown-menu .acitve > a {
		background: #d5dceb !important;
	}

	.info .col-md-8 img,
	.zespol .col-md-8 img {
    	max-width: 100%;
    	margin: 30px 0;
	}

	footer {
		text-align: center;
	}

	.madeby {
		display: inline-block;
		float: none;
		margin-top: 15px;
	}

	.affix .navbar-toggle {margin-top: 22px;}
}




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



@media screen and (max-width: 640px) {
	.home header {height: 234px;}
	main {margin-top: 15px;}

	.oferta .col-md-4 a img {
	    max-width: 500%;
	    width: 100%;
	}

	.col-small-4 {
		width: 100%;
	}

	.pull-right img {width: 100%; max-width: 500%; margin:0 0 15px 0 !important;}


}



@media screen and (max-width: 600px) {
	.home header {height: 219px;}
}



@media screen and (max-width: 480px) {
	.home header {height: 174px;}

	.sub h1 {
    	font-size: 26px;
	}
}



@media screen and (max-width: 435px) {
	.home header {height: 157px;}
}



@media screen and (max-width: 425px) {
	.home header {height: 153px;}
}

@media screen and (max-width: 414px) {
	.home header {height: 149px;}
}



@media screen and (max-width: 375px) {
	.home header {height: 134px;}
}



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

@media screen and (max-width: 320px) {
	.home header {height: 114px;}
}
