body {
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 15px;
    color: #5e657a
}

.intro {
	background: url("/img/intro-bg.jpg") fixed center top no-repeat;
	background-size: cover;
}

.intro .boxy {
	display: flex;
	align-items: stretch;
	margin-top: 120px;
}

.intro .boxy a {
	height: 100%;
    display: flex;
    align-items: center;
	justify-content: space-between;
	padding: 30px;
	background: url("/img/box-bg.jpg") center top no-repeat;
	background-size: cover;
	border-radius: 12px;
	box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.2);
	transition: ease-in-out .2s;
	border: 5px solid white;
}

.intro .boxy a:hover {
	transform: scale(1.02);
	box-shadow: 0 20px 50px -16px rgba(0, 0, 0, 0.5);
}

.intro .boxy a img {
	transition: ease-in-out .4s;
}
	
.intro .boxy a:hover img {
	transform: translateX(10px);
}

.intro .boxy a span {
	width: 70%;
	color: white;
	text-transform: none;
	font-family: 'Teko', sans-serif;
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
}

.intro .boxy a span strong {
	font-weight: 500;
}

.person img {
    border-radius: 50%;
    padding: 10%;
    overflow: hidden;
    background: white;
    box-shadow: 20px 0px 0px #00000001;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Teko', sans-serif;
	font-weight: medium;
    color: #0a122a;
    text-transform: uppercase
}

h1, .h1 {
    font-size: 72px;
}

h2, .h2 {
    font-size: 44px;
}

h3, .h3 {
    font-size: 33px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 19px;
}

h6, .h6 {
    font-size: 14px;
}

.btn-def {
    background: #0d355d;
	border-radius: 0px;
	display: flex;
    align-items: center;
	justify-content: center;
    color: white;
    transition: all 0.25s ease 0s;
	font-family: "Teko", san-serif;
	font-size: 24px;
    font-weight: 300;
	padding: 20px 30px;
	line-height: 1;
	border: none;
}

.btn-def:hover {
    text-decoration: none;
    background: #ed1d25;
}



.lead {
	color: #0a122a;
	font-size: 24px;
}

.navbar {
    background: #0a122a top no-repeat;
    height: 85px;
    margin-top: -120px;
    transition: all .3s
}
.navbar .navbar-brand img {
    width: 46px;
}
.navbar .nav {
    margin-top: 8px
}
.navbar .nav li>a {
    color: white;
    font-family: 'Teko', sans-serif;
    font-size: 24px; 
	font-weight: 300;
    padding: 10px 30px;
}
.navbar .nav li>a hr {
    width: 30px;
    margin: 10px 0 0 0;
    border-color: #4a6c8e;
    transition: all .4s
}
.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: none
}
.navbar .nav li>a:hover hr, .navbar .nav li>a:focus hr, .navbar .nav .active>a:hover hr, .navbar .nav .active>a:focus hr, .navbar .nav .open>a:hover hr, .navbar .nav .open>a:focus hr, .navbar .nav .active>a hr, .navbar .nav .open>a hr {
    width: 100%;
    border-color: white
}
.affix {
    margin-top: 0
}
header {
    background: url(../img/top.jpg) top no-repeat;
    height: 675px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

header .logo, .intro .logo {
    margin-top: 0px;
    padding: 3px 15px;
    width: 200px;
    background: white;
}

header .logo:after {
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 100px;
    border-right-width: 100px;
    border-top: 30px solid white;
    position: absolute;
    top: 233px;
    left: 15px;
}



.intro .logo:after {
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 100px;
    border-right-width: 100px;
    border-top: 30px solid white;
    position: absolute;
    top: 233px;
    margin-left: -15px;
    display: block;
}

header .list-inline {
    margin-left: 50px;
	max-width: 610px;
}

.list-inline>li {
    padding-left: 30px;
}

header .list-inline li>a {
    color: white;
    font-family: 'Teko', sans-serif;
	font-weight: 300;
    font-size: 30px;
    padding: 0;
    width: 165px;
    float: left;
}
header .list-inline li>a hr {
    width: 30px;
    margin: 10px 0 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    transition: all .4s;
}

header .list-inline li>a:hover, header .list-inline li>a:focus, header .list-inline .active>a:hover, header .list-inline .active>a:focus, header .list-inline .open>a:hover, header .list-inline .open>a:focus, header .list-inline .active>a, header .list-inline .open>a {
    background: none;
    text-decoration: none
}
header .list-inline li>a:hover hr, header .list-inline li>a:focus hr, header .list-inline .active>a:hover hr, header .list-inline .active>a:focus hr, header .list-inline .open>a:hover hr, header .list-inline .open>a:focus hr, header .list-inline .active>a hr, header .list-inline .open>a hr {
    width: 100%;
    border-color: white
}
header .list-inline:first-of-type {
    margin-top: 15px
}
.info {
    float: left;
    clear: left;
    margin-top: 50px;
	max-width: 730px;
}
.info h1 {
    color: white;
    float: left;
    clear: left;
    line-height: 1em;
    text-transform: uppercase;
}
.info .quote {
    color: white;
	margin-top: 25px;;
}

.info .quote p {
	font-family: 'Caveat', cursive;
	font-size: 40px;
    line-height: 1em;
}

.info .quote small {
	opacity: .6;
}

main {
    position: relative;
    overflow: hidden;
    z-index: 100
}
main {
    margin-top: 455px;
    padding-top: 220px;
    background: url(../img/topmaska.png) top no-repeat
}
/*
.start {
	background: white;
}*/

	.title h2 {
	text-align: center;
	margin-bottom: 40px;
}

	.sub .title h2 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.home .title h2 {
	margin-top: 90px;
	}
	
.title hr {
    border-color: #0a122a;
    width: 170px
}

.home section {
    background: #F0F1F6 url(../img/white.jpg) top no-repeat;
}

.home section:nth-child(even) {
	background: #fff url(../img/blue.jpg) top no-repeat;
}

.offer .col-md-3 {
	align-items: center;
	display: flex;
	flex-flow: column;
	text-align: center;
}
 
.offer img {
	height: 90px;
	max-width: 90px;
	margin-bottom: 10px;
}



.oferta .que {
	display: flex;
	justify-content: space-evenly;
	flex-flow: row;
	margin-left:-5px;
	margin-right:-5px;
}

.oferta .que .label {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    height: 60px;
    padding: .5em;
	border-radius: 0px;
	font-family: "Teko", san-serif;
	font-size: 24px;
    font-weight: 300;
}

.oferta .que .label img {
	margin-right: 5px;
}

.oferta .que .label-1 {
  background-image: -moz-linear-gradient( 90deg, rgb(64,72,83) 0%, rgb(94,98,112) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(64,72,83) 0%, rgb(94,98,112) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(64,72,83) 0%, rgb(94,98,112) 100%);
}

.oferta .que .label-2 {
  background-image: -moz-linear-gradient( 90deg, rgb(125,30,95) 0%, rgb(237,21,133) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(125,30,95) 0%, rgb(237,21,133) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(125,30,95) 0%, rgb(237,21,133) 100%);
}

.oferta .que .label-3 {
  background-image: -moz-linear-gradient( 90deg, rgb(1,167,219) 0%, rgb(53,194,217) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(1,167,219) 0%, rgb(53,194,217) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(1,167,219) 0%, rgb(53,194,217) 100%);
}

.oferta .que .label-4 {
  background-image: -moz-linear-gradient( 90deg, rgb(110,161,65) 0%, rgb(167,199,57) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(110,161,65) 0%, rgb(167,199,57) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(110,161,65) 0%, rgb(167,199,57) 100%);
}


.oferta .que .label-5 {
  background-image: -moz-linear-gradient( 90deg, rgb(226,93,9) 0%, rgb(243,154,46) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(226,93,9) 0%, rgb(243,154,46) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(226,93,9) 0%, rgb(243,154,46) 100%);
}

.kancelaria {
    text-align: center
}
.kancelaria .col-md-3 {
    margin-top: 30px
}
.kancelaria .col-md-3 img {
    display: inline-block;
    margin-bottom: 30px
}
.kancelaria .col-md-3 span {
    text-align: left !important;
    display: inline-block
}

.cursos .row {
	margin-right: -5px;
	margin-left: -5px;
}

.cursos .title {
    margin-top: 120px
}
.cursos h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 15px 0 30px
}
.cursos p {
    margin-bottom: 30px
}
.cursos .col-md-3 {
    margin-bottom: 10px;
	padding-left: 5px;
    padding-right: 5px;

}

.cursos .col-md-3 a {
    background: #0d355d;
	border-radius: 0px;
    height: 140px;
	width: 100%;
	display: flex;
    align-items: center;
	justify-content: flex-start;
    color: white;
    transition: all 0.25s ease 0s;
	font-family: "Teko", san-serif;
	font-size: 24px;
    font-weight: 300;
	padding: 0px 82px 0px 30px;
	line-height: 1;
}

.cursos .col-md-3 a:after {
content: "";
    width: 16px;
    height: 30px;
    background: url(/img/arrow.png) no-repeat;
    background-size: contain;
    top: 60px;
    right: 42px;
    position: absolute;
	transition: all 0.25s ease 0s;
}

.cursos .col-md-3 a:hover:after {
    right: 32px;
}

.cursos .col-md-3 a:hover {
    text-decoration: none;
    background: #ed1d25;
}

.cursos2 {
    background: #fff top no-repeat;
    text-align: center
}
.cursos2 .title {
    margin-top: 120px
}
.cursos2 h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 15px 0 30px
}
.cursos2 p {
    margin-bottom: 30px
}
.cursos2 .col-md-3 {
    margin-bottom: 30px
}
.cursos2 .col-md-3 a {
    background: #0d355d;
    height: 100px;
    width: 270px;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
    transition: ease-out .1s
}
.cursos2 .col-md-3 a:hover {
    text-decoration: none;
    background: #184979;
    transform: scale(1.05)
}
.porady {
    text-align: center
}
.porady .title {
    margin-top: 120px
}
.porady p:first-of-type {
    margin: 30px 0
}
.porady form {
    text-align: left
}
.porady label {
    font-size: 13px
}
.porady .btn-primary {
    background: #eff1f7;
    border: 1px solid #d9deea;
    color: #8a97b6;
    width: 100%
}
.porady textarea {
    height: 273px
}
.porady .checkbox label {
    color: #8e9bb8;
    font-size: 10px !important
}
.porady button {
    background: #0d355d;
    color: white;
    border: 0;
    width: 100%;
    padding: 20px 0;
    transition: all .2s
}
.porady button:hover {
    background: #0a2642;
    cursor: pointer
}
.porady h4 {
    margin: 20px 0 20px
}
.akordeon {
    width: 100%
}
.akordeon .odd td {
    background: white
}
.akordeon .odd td p {
    margin: 0
}
.akordeon td {
    background: #eff1f7 url(../img/ako.png) 95% center no-repeat;
    border: 1px solid #d9deea;
    border-top: 0;
    text-align: left;
    padding: 15px
}
.akordeon td h3 {
    font-size: 14px;
    color: #5e657a;
    font-family: 'Teko', sans-serif;
    margin: 0;
    cursor: pointer
}
.akordeon .active td {
    background: #eff1f7 url(../img/ako2.png) 95% center no-repeat
}
.akordeon tr:first-child td {
    border-top: 1px solid #d9deea
}


.swiper-container {
  width: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 80px 80px 80px;
}


.onas .title {
    text-align: center;
    margin-top: 120px
}
.onas h3, .onas h4 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px
}

.onas h4 {
    color: #8d99ae;
    margin-bottom: 30px
}
.onas p {
    margin-bottom: 30px
}
.onas img {
    margin-top: -30px
}


.wynagrodzenie .title {
    text-align: center;
    margin-top: 120px
}

.wynagrodzenie {
	padding-bottom: 100px;
}


footer {
    background: url(../img/subkontakt.jpg) top no-repeat;
    margin-top: -60px;
    color: #9ba2ba;
	background-color: #0b122d;
}
footer .title {
    margin-top: 160px;
    text-align: center
}
footer .title h2 {
    color: white
}
footer .title hr {
    border-color: #ca054d
}
footer .col-xs-12 p {
    margin-bottom: 60px;
	font-weight: 300;
    font-size: 18px;
    line-height: 3em;
}
footer h4, footer h3 {
    color: #9ba2ba
}
footer h4 {
    margin: 0
}
footer h3 {
    margin: 5px 0 15px
}

footer img {
	margin-right: 10px;
}

footer .madeby {
    float: right;
    margin: 30px 0
}
footer .madeby small {
    color: white;
    font-size: 10px;
    float: left;
    margin: 3px 3px 0 0
}

footer .col-xs-12 {
	margin-top: 70px;
}

.sub {
    padding-top: 120px
}
.sub .navbar {
    margin-top: 0
}
.sub main {
    background: white;
    margin-top: 30px;
    padding-top: 0
}
.sub main .title {
    text-align: center
}
.sub footer {
        background: url(../img/subkontakt2.jpg) top no-repeat;
		    margin-top: -60px;
    color: #9ba2ba;
	background-color: #0b122d;
}

.fb_slider_right {
    position: fixed;
    top: 180px;
    right: -320px;
    z-index: 1000;
    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;
    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-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-weight: bold;
    width: 10px
}
span.jPag-sprevious, span.jPag-sprevious-img {
    margin: 2px 0px 2px 2px;
    width: 15px;
    text-align: right
}
span.jPag-snext, span.jPag-snext-img {
    margin: 2px 2px 2px 0px;
    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;
}




footer .cycle-slideshow {
	width: 100% !important;
}

footer .cycle-slideshow .cycle-slide {width: 230px !important; float:none !important;}

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



.vertical-center {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}


.sub .vertical-center {
	margin-top: 30px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    margin-top: 18px;
    max-height: 450px;
}

/* strzałka */


.arrow {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 130px;
  transform-origin: 50% 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 999;
}

.arrow-first {
  animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-second {
  animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
  background: #fff;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}

.arrow:before {
  transform: rotate(45deg) translateX(-23%);
  transform-origin: top left;
}

.arrow:after {
  transform: rotate(-45deg) translateX(23%);
  transform-origin: top right;
}

@keyframes arrow-movement {
  0% {
    opacity: 0;
    bottom: 170px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.galerie {
  margin: 0;
}
.galerie a {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.galerie a .text {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 60px 30px;
  color: white;
  transition: all .2s;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 62%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 62%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 62%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}
.galerie a .text strong, .galerie a .text span {
  display: block;
  width: 100%;
}
.galerie a .text strong {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-style: italic;
  font-size: 30px;
}
.galerie a .text span {
  font-size: 15px;
  opacity: .5;
  font-weight: 300;
  font-family: 'Hind', sans-serif;
}

.galerie a img {
  position: relative;
  z-index: 10;
  max-width: 1000%;
  height: 100%;
  transition: all 5s;
}
.galerie a:hover img {
  opacity: .9;
  transform: scale(1.1);
}
.galerie a:hover .text {
  padding-bottom: 40px;
}


.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.card h3 {
	margin-top: 0px;
}

.card h6 {
	margin-bottom: 0px;
	margin-top: 20px;
}

.pakiety {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.pakiety .col-md-4 {
  margin-bottom: 30px;
}
.pakiety .col-md-4 a {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all .5s;
}
.pakiety .col-md-4 a img {
  position: relative;
  z-index: 10;
  transition: all 6s;
  width: 100%;
}
.pakiety .col-md-4 a:hover {
  opacity: .9;
  box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.2);
}
.pakiety .col-md-4 a:hover img {
  transform: scale(1.5);
}
.pakiety .col-md-4 a span {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 20;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  border-left: 5px solid #d3bc6c;
  color: white;
	font-family: "Teko", sans-serif;
	font-size: 24px;
  font-weight: 300;
}

.my-3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.my-5 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.p-3 {
	padding: 15px;
} 

.p-5 {
	padding: 30px;
}

.bg-light {
	background: #f4f4f4;
}

.bg-blue {
	background: #deebf7;
}

.bg-green {
	background: #c5e0b4;
}

.bg-grey {
	background: #c9c9c9;
}	
	

.table-hover>tbody>tr:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.overlay {
	background: black;
}
/*

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

*/


/* 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) {

}



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

}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	h1 {font-size: 64px}
	header .list-inline {margin-left: 30px;}
}



/* height: 768px, 600px */
@media screen and (max-width: 1024px) {
	.navbar .nav li>a {padding: 0 20px;}
}

@media screen and (min-width: 981px) {

	.arrow {
		display: none
	}
}

@media screen and (max-width: 980px) {
	.intro .logo {
    width: 150px;
	}
	
	.intro .logo::after {
	border-left-width: 75px;
    border-right-width: 75px;
	top: 166px;
}

	.intro .boxy {
	flex-flow: column;
	margin-top: 50px;
	}
	
	.intro .boxy a {
	padding: 20px;
	margin-bottom: 15px;
	}
	
	.intro .boxy a span {
		font-size: 30px;
	}

	header .logo, header .list-inline {display: none;}

	header {
    background: #0b4f9b url(../img/top-sm.jpg) bottom no-repeat;
		background-size: 100% auto;
		top: 85px;
		height: 100vh;
		padding: 40px 40px 350px 40px;
		align-items: center;
		display: flex;
	}
	
	header .col-xs-12 {
		display: flex;
	justify-content: center;
	}

	.info {
	text-align: center;
	margin-top: 0px;
	}

	.info h1 span {
	    padding-right: 0;
	}

	.navbar {margin-top: 0;}

	main {
    margin-top: 100vh;
}

	.navbar-toggle {
		border-color: white;
		margin-top: 25px;
	}

	.icon-bar {background: white;}

	#navbar {
		background: #0a122a;
	}

	.navbar .nav li>a {
    	padding: 20px;
	}

	.navbar .nav {
    	margin-top: 7.5px;
	}

	.onas .col-md-4 {text-align: center}

	.onas img {
	    margin-top: 0;
	    display: inline-block;
		margin: 0 auto;
		max-width: 100%;
	}

	footer .row:last-of-type .col-md-2:first-of-type {
	    border-right: 0;
	}

	footer .col-xs-12 p {
    	text-align: left;
    	margin-bottom: 15px;
	}

	.sub main {margin-top: 0;}



}

@media screen and (max-width: 1200px) {
	.info {
    max-width: 620px;
	}
}

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

	header .list-inline {margin-left: -5px;}
	header .list-inline li>a {width: 130px; font-size: 24px;}

}

@media screen and (max-width: 980px) {
	.info {
		text-shadow: 1px 1px 2px rgba(17, 36, 71, 1);}
	
	h1 {
		font-size: 60px;
		}
	
	.oferta .que {
	flex-flow: column;
	}
	
	.oferta .que .label {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	}
}



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

}



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

	.kancelaria .col-md-3 img {
		margin-bottom: 10px;
	}
	
	.pakiety .col-md-4 {
    margin-bottom: 0px;
}

footer, footer .col-xs-12 p {
	text-align: center;
}
}



@media screen and (max-width: 640px) {
	
	header {
		    background-size: auto 450px;
	}
	
	footer .row:first-of-type .col {
		background: #0b122c
	}

	footer .row:first-of-type .col:first-of-type {
		background: transparent
	}

	footer .row:last-of-type {
    	padding-top: 0;
	}
}




@media screen and (max-width: 600px) {
	.intro .boxy a span {
    font-size: 24px;
}

	h1 {font-size: 36px;}
}



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

	.kancelaria .col-md-3 {
    	margin-top: 10px;
	}

	.sub .title h2 {
		margin-top: 0;
	}


}



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

	body {line-height: 1.4em;}

}






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



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


	body {line-height: 1.4em;}

	.kancelaria .container {background: white;}
}




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

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

	.sub main {margin-top: 0;}

	.sub .title h2 {
		margin-top: 0;
	}
}

@media screen and (max-height: 480px) {
	header {
		padding: 40px 40px 40px 40px;
	}
	
	}
