@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:400,400i,600,600i,700,700i|Lato:300,300i,400,400i,700,700i&display=swap&subset=latin-ext');
/* main */

body {
    font-family: 'Lato', sans-serif;
    color: #333333;
    font-weight: 300;
    background-color: #fff;
    padding-top: 82px;
    font-size: 16px;
    line-height: 24px;
}
a {
    color: #f23e43;
}
a:hover {
    color: #f23e43;
    text-decoration: underline;
    transition: all 0.5s ease;
}
strong {
    font-weight: 700;
}
.container {
    padding: 0 20px;
}
.red {
    color: #d60000;
}
.grey {
    color: #D1D1D1;
}
section {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

/* Typografia */

h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 72px;
    margin: 0;
}
h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin: 0 auto 30px auto;
}
h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}


/* menu */

#menu {
    margin: 0;
    height: 88px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}
.info-top h3 {
    float: right;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;  
    color: #ffffff;
    text-align: right;   
}
.info-top {
    margin: -2px 0 -10px 0;
	transition: all 0.3s ease;
}
.info-top-shrink {
    margin: -8px 0 -14px 0;
}
.call {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 10px 0 22px;
	margin: 0 2px 0 0;
	background: #fff url("../gfx/bgPhone.png") no-repeat right center;
}
.navbar-outer {
    width: 1200px;
}
.navbar {
    background-color: transparent;
    font-size: 16px;
    border: none;
    margin: 0;
}
.navbar-default .navbar-toggle {
    background-color: #f23e43;
    border: none;
    margin: -26px 20px 19px 0;
    padding: 7px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}
.navbar-default .navbar-toggle:link, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f23e43;
}
.navbar-default .navbar-nav > ul {
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
	color: #8f8f8f;
	letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 4px 7px 4px;
    margin: 12px 14px 15px 6px;
    border-bottom: 5px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent;
    transition: all 0.5s ease;
    border-bottom: 5px solid #f23e43;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent;
    transition: all 0.5s ease;
    border-bottom: 5px solid #f23e43;
}
.logo img {
    display: block;
    float: none;
    width: 220px;
    transition: all 0.5s ease;
}
.logoSm img {
	width: 190px;
}
.shrink-nav {
    height: 78px !important;
    position: fixed;
    transition: all 0.5s ease;
}
/* jumbotron */

.jumbotron {
    position: relative;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../gfx/snj-sandecki-1-toyota.jpg") center center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 370px 0;
    text-align: center;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.jumbotron h1 {
    color: #fff;
    text-shadow: 0 0 7px #000000;
}
.jumbotron p {
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 7px #000000;
    margin: 10px 0 0 0;
}
.jumbotron h2 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 7px #000000;
    margin: 20px 0 0 0;
}

/* o nas */

#onas {
    background-color: #414141;
}
#onas h2 {
    color: #fff;
}
#onas p {
    color: #e2e2e2;
}

#bg-snj-1 {
    background: #000 url("../gfx/bg-snj-sandecki-1.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 220px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

/* oferta */

#oferta img {
    margin: 20px auto 30px auto;
}
.skz-wrapper {
    display: flex;
    flex-direction: row;
}
.skz-wrapper > div {
    width: 50%;
}
#oferta h3 {
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 600;
    color: #007ce5;
}
#oferta h4 {
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-weight: 600;
    color: #000;
}
#oferta h5 {
    font-size: 18px;
    margin: 20px 0 0 0;
    color: #000;
}
#oferta p {
    font-size: 14px;
    line-height: 19px;
    margin: 5px 0 0 0;
}
.big {
    font-family: 'Barlow', sans-serif;
    font-size: 24px !important;
    line-height: 30px;
    font-weight: 600;
    color: #f23e43;
    margin: 6px 0 30px 0 !important;
}
.small {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #f23e43;
}
.express {
    margin: 30px 0 0 0 !important; 
}
.absence {
    margin: 20px 0 0 0 !important; 
}
.account {
    background-color: #f7f7f7;
    padding: 30px; 
    margin: 40px 0 0 0;
    border-radius: 10px;
    border: 1px solid #ebebeb;
}
.account h4 {
    margin: 0 !important; 
}
.account h3 {
    font-size: 32px;
    text-transform: none !important;
    margin: 10px 0 0 0 !important; 
}

#bg-snj-2 {
    background: #000 url("../gfx/bg-snj-sandecki-2.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 220px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

/* dokumenty */

#dokumenty {
    background-color: #414141;
}
#dokumenty h2 {
    color: #fff;
}
#dokumenty p {
    color: #e2e2e2;
}

/* lokalizacja */

#map {
    padding: 0;
    height: 500px;
}
#googleMap {
    width: 100%;
    height: 500px;
}

/* kontakt */

#kontakt {
    background-color: #414141;
}
#kontakt strong {
    color: #fff;
}
#kontakt h2 {
    color: #bfbfbf;
}
#kontakt h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}
#kontakt h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 3px 0 12px 0;
}
#kontakt h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
#kontakt p {
    color: #e4e4e4;
}
.small-contact {
    font-size: 14px !important;
    line-height: 18px !important;
    margin: 5px 0 6px 0;
    padding: 0 10px; 
}
#kontakt a {
    color: #e4e4e4;
    text-decoration: none;
}
#kontakt a:hover {
    color: #ffffff;
    text-decoration: underline;
}
footer {
    margin-top: 25px;
}
.contact-wrapper {
    display: flex;
    flex-direction: row;
}
.contact-wrapper > div {
    width: 50%;
    padding: 0 15px;
}
.fb {
    border-top: 1px solid #585858;
    margin: 20px auto 0 auto;
    padding: 15px 0;
    width: 90%;
}
.fb a {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff !important;
}
.fb a:hover {
    color: #00a2ff !important;
    text-decoration: none !important;
}
#kontakt input {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0;
    font-size: 14px;
}
#kontakt textarea {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0;
    font-size: 14px;
}
#kontakt textarea:focus, input:focus, .uneditable-input:focus {
    border-color: #000000 !important;
    outline: 0 none !important;
}
.btn-lg {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #e4e4e4;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #e4e4e4;
    padding: 6px 20px;
    transition-duration: 0.3s;
    float: left;
}
.btn-lg:hover, .btn-lg:focus, .btn-lg:active:focus {
    background-color: #e4e4e4;
    color: #464646;
    border: 2px solid #e4e4e4;
}
#blauge {
    padding: 5px 0 10px 0;
    background-color: #2a2a2a;
    text-transform: uppercase;
}
#blauge h6 {
    font-size: 10px;
    text-align: center;
    color: #5a5a5a;
}
#blauge a {
    color: #5a5a5a;
    text-decoration: none;
}
#blauge a:hover {
    color: #ffffff;
    transition-duration: 0.3s;
}
