@import url('https://fonts.googleapis.com/css?family=Lato:300, 400, 700, 900');
body {
  margin: 0;
  font-family: 'Lato',  sans-serif;
  width: 100%;
  overflow-x: hidden;
}

header {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -50px;
}

header nav {
  width: 50%;
}

.slicknav_menu {
  font-size: 16px;
  background: #fff;
  padding: 5px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}

section {
  margin-top: 50px;
}

section#maps {
  margin-top: 0px;
}

footer {
  font-size: 16px;
  color: #fff;
  background-image: -moz-linear-gradient(90deg,  rgb(7, 7, 7) 1%,  rgb(29, 30, 30) 46%,  rgb(51, 52, 52) 100%);
  background-image: -webkit-linear-gradient(90deg,  rgb(7, 7, 7) 1%,  rgb(29, 30, 30) 46%,  rgb(51, 52, 52) 100%);
  background-image: -ms-linear-gradient(90deg,  rgb(7, 7, 7) 1%,  rgb(29, 30, 30) 46%,  rgb(51, 52, 52) 100%);
  padding-top: 20px;
  padding-bottom: 50px;
}

ul#menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

ul#menu li a {
  padding: 15px;
  text-decoration: none;
  color: #000;
  transition: background ease-in-out .25s;
  font-size: 20px;
  position: relative;
}

ul#menu li a:hover {
  color: #f88034;
}

ul#menu li a:hover:after {
  color: #f88034;
  position: absolute;
  content: "";
  width: 78%;
  height: 2px;
  background-color: #f88034;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

#navfooter a {
  padding: 15px;
  color: #fff;
}

#navfooter a:hover {
  color: #e9722a;
  text-decoration: none;
}

#phonenav {
  font-size: 26px;
}

#phonenav a {
  color: #000;
}

#phonenav a:active {
  color: #dd060a;
}

#phonenav a:hover {
  color: #e9722a;
  text-decoration: none;
}

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

#about {
  background-image: url("../img/background.jpg");
  min-height: 526px;
  position: relative;
}

#backgroundtext {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%,  -50%);
  text-align: left;
  display: flex;
  align-items: left;
  flex-direction: column;
}

#backgroundtext h1 {
  text-transform: uppercase;
}

#about h1 {
  font-size: 44px;
  margin-bottom: 50px;
  font-weight: 900;
  position: relative;
}

.car50 {
  position: absolute;
  height: 100%;
  left: 50%;
  width: 50%;
}

#car {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0,  40%);
  max-width: 550px;
  height: auto;
}

h1::after {
  content: '';
  width: 104px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -30px;
  left: 0;
}

h2 {
  font-weight: 300;
  font-size: 48px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

h2::after {
  content: '';
  width: 366px;
  height: 5px;
  background: #fc9306;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2.5px;
}

#map h2 {
  font-weight: 300;
  font-size: 42px;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}

#map h2::after {
  display: none;
}

#about h2::after {
  display: none;
  text-transform: none;
}

h3 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

h4 {
  font-size: 18px;
  font-weight: 300px;
  line-height: 32px;
}

hr {
  border-top: 2px solid #fc9306;
  margin-right: 50px;
}
#about h2 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}

ul.citiesul {
  list-style: none;
  font-size: 18px;
  font-weight: 300px;
  line-height: 32px;
  padding: 0;
}

ul.citiesul li {
  list-style: none;
  font-size: 18px;
  font-weight: 300px;
  line-height: 32px;
}

ul.citiesul li a {
  color: #000;
}

ul.citiesul li a:hover {
  color: #fc9306;
  text-decoration: none;
}

#map h3 {
  font-weight: 700;
  text-align: left;
}
#mission {
  background-image: url(../img/mission-bg.jpg);
  min-height: 334px;
  color: #fff;
  text-align: justify;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 100px;
}

#mission h2 {
  color: #fff;
}

#mission h3 {
  margin-bottom: 50px;
}

#offer {
  margin-top: 100px;
}

#offer h4 {
  position: relative;
}

#offer h4::after {
  content: '';
  width: 100%;
  height: 2px;
  background: rgb(174,  173,  175);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#pricelist {
  margin-top: 100px;
}

#price-list {
  background-image: url(../img/cennik-bg.jpg);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 200px;
  margin-top: 50px;
}

#pricelistablebg {
  border-radius: 14px;
  background-color: rgb(255,  255,  255);
  box-shadow: 0px 2px 18px 0px rgba(0,  0,  0,  .2);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.buy-car-1st {
  background-image: url(../img/bground-key.png);
  background-position: left;
}

.buy-car-2nd {
  background-image: url(../img/bground-cars.png);
  background-position: right;
}

.buy-car-1st,  .buy-car-2nd {
  background-repeat: no-repeat;
  background-size: contain;
}

.buy-car-1st h2 {
  padding-top: 50px;
}

.rectanglered {
  color: #fff;
  background-image: url(../img/button-bg1.png);
  display: block;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center;
  max-width: 989px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 14px;
}

.rectanglered2 {
  color: #fff;
  background-image: url(../img/button-bg2.png);
  display: block;
  margin: 0 auto;
  line-height: 43px;
  font-size: 28px;
  text-transform: none;
  background-size: cover;
  background-position: center;
  max-width: 989px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 14px;
}

.rectanglegray {
  background-image: url(../img/rectanglegray.png);
  display: block;
  margin: 0 auto;
  color: #5b5a5a;
  font-size: 18px;
  padding-top: 20px;
  margin-top: 20px;
  padding-left: 20px;
  background-size: cover;
  background-position: center;
  max-width: 989px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 14px;
}

.tablegray {
  background-image: url(../img/graytablebg.png);
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  max-width: 989px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 14px;
  margin-left: 20px;
  margin-right: 20px;
}

.tablegraybg {
  background-color: #f0efef;
}

.nextcenter {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  margin: auto;
}

table,  th,  td {
  border: 2px solid #fc9306;
  color: #6e6b6b;
  font-size: 18px;
  font-weight: 400;
}

td.class:after {
  content: attr(data-title);
  float: left;
}

table {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  color: #6e6b6b;
  text-align: center;
}

.bold {
  font-weight: bold;
}

.pricered {
  color: #dd060a;
}

.fa {
  margin-right: 5px;
}

footer p {
  margin-top: 0;
  margin-bottom: 0;
}

.rectangleform1 {
  height: 32px;
  margin-bottom: 3px;
  width: 315px;
  border: 0;
  background-color: rgba(255,  255,  255,  0.60);
  color: #363737;
}

.rectangleform2 {
  width: 315px;
  height: 70px;
  overflow: hidden;
  resize: none;
  margin-bottom: 5px;
  border: 0;
  background-color: rgba(255,  255,  255,  0.60);
  color: #363737;
}

#contact h2 {
  color: #fff;
  text-align: center;
  padding-top: 114px;
}

.contact-header {
  margin-bottom: 94px;
}

.contact-main {
  padding-bottom: 90px;
}

.contact-main > .row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#contact {
  background-image: url(../img/contact-bg.jpg);
  color: #fff;
  text-align: justify;
  margin-top: 0;
  background-color: #2e2e2e;
  background-size: cover;
}

#googlemap {
  height: 350px;
  width: 100%;
}

form {
  padding-left: 10px;
}

textarea[name="wiadomosc"] {
  padding-left: 10px;
  padding-top: 5px;
  font-size: 14px;
}

input[type="email"] {
  padding-left: 10px;
  font-size: 14px;
}

input[type="text"] {
  padding-left: 10px;
  font-size: 14px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
::placeholder { /* Most modern browsers support this now. */
  color:    #000;
}
button#upload_button{
  border-radius: 15px;
  border: 4px solid #fc8510 !important;
  background-color: #fff0;
  font-size: 16px;

  color: #fff;
  border: 0px;
  overflow: hidden;
  padding: 7px 13px;
  width: 315px;
  margin-left: -15px;
  text-align: center;
  cursor: pointer;
}
.sendbutton {
  border-radius: 15px;
  border: 4px solid #fc8510 !important;
  background-color: #fff0;
  font-size: 16px;

  color: #fff;
  border: 0px;
  overflow: hidden;
  padding: 7px 13px;
  width: 315px;
  margin-left: -15px;
  text-align: center;
}

#image-form {
  width: 0;
  height: 0;
}

#image-form-label, 
.sendbutton {
  cursor: pointer;
}

.contact-data p {
  font-size: 25px;
}

#contact .fa {
  color: #fc8510;
  font-size: 30px;
  margin-right: 15px;
  min-width: 30px;
  text-align: center;
}

.slicknav_nav {
  padding-top: 20px;
}

.slicknav_nav a:hover {
  background: #3aa1d1;
}

.slicknav_btn {
  background: #fff;
  color: #000;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #000;
  font-weight: 700;
  text-shadow: none;
}

.slicknav_nav a {
  text-decoration: none;
  color: #000;
}

.slicknav_nav a:hover {
  color: #fff;
  background: #dd060a;
}


@media only screen and (max-width:1300px){
  #phonenav a {
    color: #000;
    font-size: 20px;
}
}

@media only screen and (max-width:1200px) {
  .rectanglered {
    margin-left: 20px;
    margin-right: 20px;
  }

  .rectanglered2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .rectanglegray {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tablegray {
    margin-left: 20px;
    margin-right: 20px;
  }

  #navfooter a {
    padding: 0;
    display: block;
  }

  #navfooter .linea {
    display: none;
  }

  .sendbutton,
  button#upload_button
  {
    width: 100%;    
    margin: 0 auto;
  }
}



@media only screen and (max-width:991px) {
  .car50 {
    display: none;
  }

  nav {
    display: none;
  }

  #logo {
    display: none;
  }

  #phonenav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: white;
    width: 100%;
    padding:10px 0;
  }

  .row {
    justify-content: center;
    text-align: center;
  }

  #backgroundtext {
    align-items: initial;
    text-align: center;
    transform: translate(-50%, -50%);
    display: block;
  }

  h1::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .mt50 {
    margin-top: 50px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  #cities {
    margin-top: 50px;
  }

  #cities h3 {
    text-align: center;
  }
  .sendbutton, button#upload_button {
    width: 50%;
    margin: 0 auto;
  }


}
@media only screen and (max-width:500px) {
  table,  th,  td {
    font-size: 12px;
  }

  .img-full {
    width: 100%;
  }

  #about h1 {
    font-size: 36px;
  }

  hr {
    width: 100%;
  }


  
  h2::after {
    content: '';
    width: 100%;
  }


  .sendbutton,
  button#upload_button
  {
    width: 100%;    
    margin: 0 auto;
  }
  input, textarea {
    width: 100%;
    max-width: 100%;

  }
  .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .row .col-lg-12{
    padding-right: 0;
    padding-left: 0;
  }

}
@media only screen and (min-width:992px) {
  .slicknav_menu {
    display: none;
  }

}
.bordermap {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-uppercase {
  text-transform: uppercase;
}

table tr:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

table tr:nth-child(2) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.nodisplay {
  display: none;
}

.woj {
  display: none;
}

.text-justify {
  text-align: justify;
}

.nomarginleftright {
  margin-left: 0;
  margin-right: 0;
}


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

  input,
  textarea{
    width: 100%;
  }

  #phonenav a {
    font-size: 17px;
  }

}