/* fonts */
@import url("https://use.typekit.net/xql4zms.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126  License: none (public domain)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

header {
	background-color: #000;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: 1px solid #000;
}
strong {
    font-weight: 700;
}
/* bootstrap */
.no-padding, .no-padding [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}
/* General
==================================================*/
html, body {
    /*background: rgba(16,116,166,1);
background: -moz-linear-gradient(-45deg, rgba(16,116,166,1) 0%, rgba(0,8,115,1) 73%, rgba(0,8,115,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(16,116,166,1)), color-stop(73%, rgba(0,8,115,1)), color-stop(100%, rgba(0,8,115,1)));
background: -webkit-linear-gradient(-45deg, rgba(16,116,166,1) 0%, rgba(0,8,115,1) 73%, rgba(0,8,115,1) 100%);
background: -o-linear-gradient(-45deg, rgba(16,116,166,1) 0%, rgba(0,8,115,1) 73%, rgba(0,8,115,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(16,116,166,1) 0%, rgba(0,8,115,1) 73%, rgba(0,8,115,1) 100%);
background: linear-gradient(135deg, rgba(16,116,166,1) 0%, rgba(0,8,115,1) 73%, rgba(0,8,115,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1074a6', endColorstr='#000873', GradientType=1 ); */
    background-color: #fff;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.5;
    /*	text-shadow: 1px 1px 0px rgba(0,0,0,0.7); */
}
.no-padding, .no-padding [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.main-container {
    padding: 100px 0;
}
a {
    -webkit-transition: all .3s;
    transition: all .3s
}
/* typo */
h1, h2, h3, h4, h5 {
    color: #000;
    line-height: 1;
	
}
h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 2.2em;
    padding-bottom: 0.5em;
}
h3, h4 {
    font-size: 3.5em;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
}
h3 {
    padding-left: 15px;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.2em;
}
a {
    text-decoration: none;
}
a:hover {
    color: red;
}
.clear {
    clear: both;
}
/* header */
#logo img {
    padding: 20px 0 10px;
}
#logo p {
	color: #fff;
    display: inline-block;
    font-size: 0.7em;
    line-height: 1;
    margin-left: -10px;
    padding-top: 25px;
    text-transform: uppercase;
    vertical-align: top;
    width: 50px;
}
@media (max-width: 1024px) {
    #logo p {
        font-size: 1.2em;
        width: auto;
        padding-top: 28px;
    }
}
#offer, #contact {
    padding-bottom: 20vh;
    padding-top: 15vh;
    z-index: 10;
}
#offer h4 {
    padding-top: 60px;
    font-size: 1.8em;
}
#offer p {
    font-size: 1.4em;
    padding-left: 10px;
    padding-right: 10px;
}
.offer_list {
	margin-top: 60px;
}
.offer_list ul {
    list-style: square;
}
@media (min-width: 980px) {
    #offer p {
        padding-left: 0;
        padding-right: 0;
    }
  
}
.split_2 {
    column-count: 2;
}
@media (max-width: 760px) {
    .split_2 {
        column-count: 1;
    }
	  #offer h4 {
		  margin-left: 5vw;
    }
	#offer ul li {
    margin-left: 5vw;
}
}
#offer ul {
    list-style: outside square;
    padding-left: 2em;
}
#offer ul li {
    padding-top: 10px;
    font-size: 1.2em;
}
#slider {
    min-height: 40vh;
    padding: 10px 0;
}
#slider p {
    color: #000;
    font-size: 6em;
    line-height: 0.8;
}
.stripes {
    background-image: repeating-linear-gradient(45deg, #000, #000 2px, #062135 2px, #062135 4px);
}
#contact .container {
    margin-top: 10vh !important;
}
#contact h4 {
    padding-bottom: 50px;
}
#contact p {
    padding-bottom: 14px;
}
/* FORM */
#formularz {
    border-radius: 1px;
    margin: 0 2vh 30vh;
    padding: 5px;
    width: 95%;
}
#formularz label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#formularz textarea, #formularz input {
    background-color: #000;
    border: 1px solid #000;
    color: #B5B5B5;
    opacity: 0.8;
    padding: 10px;
    margin-bottom: 25px;
    width: 100%;
}
#formularz input#submit {
    background: linear-gradient(-45deg, #000 12.5%, #333 12.5%, #333 37.5%, #000 37.5%, #000 62.5%, #333 62.5%, #333 87.5%, #000 87.5%);
    background-size: 10px 10px;
    background-position: 50px 50px;
    border: 0;
    color: #B5B5B5;
    cursor: pointer;
    opacity: 1;
    margin-top: 15px;
    width: 50%;
}
#keepintouch {
    background: linear-gradient(-45deg, #000 12.5%, #333 12.5%, #333 37.5%, #000 37.5%, #000 62.5%, #333 62.5%, #333 87.5%, #000 87.5%);
    background-size: 10px 10px;
    background-position: 50px 50px;
    min-height: 140px;
}
#keepintouch h2 {
    color: #C9C9C9;
    font-size: 3em;
    margin: 10vh 15px 9vh;
}
/* FOOTER */
footer {
    background-color: #000;
    color: #FFF;
    min-height: 60px;
    padding: 20px 2vh 2vh;
    padding: 40px;
}
footer .logo img {
    padding: 20px 0 10px;
}
footer .logo p {
    display: inline-block;
    font-size: 0.7em;
    line-height: 1;
    margin-left: -10px;
    padding-top: 26px;
    text-transform: uppercase;
    vertical-align: top;
    width: 50px;
}
@media (max-width: 1024px) {
    footer .logo p {
        font-size: 1.2em;
        width: auto;
        padding-top: 28px;
    }
}
.copyright {
    color: #333;
    font-size: 0.8em;
    letter-spacing: 0.4px;
    text-align: right;
}
@media (max-width: 1024px) {
    .copyright {
        letter-spacing: 0.4px;
        padding-top: 20px;
        text-align: left;
    }
}
footer li {
    color: #999;
    text-transform: uppercase;
}
footer li a {
    color: #999;
}