@import 'responsive.css';
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Arial;
 }
 .clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.wrapper {
  margin: 0 auto;
  width: 1010px;
}
a {
  outline: none !important;
  text-decoration: none;
  transition: all .3s linear;
}
/* 
  Header
*/
header {
  padding: 10px 0;
}
.logo,
.menu,
.callTop {
  float: left;
}
.logo,
.menu {
  padding-top: 10px;
}
.menu {
  padding: 12px 0 0 4%;
}
.menu ul {
  padding: 0;
  margin: 0;
}
.menu li {
  list-style-type: none;
  float: left;
}
.menu li:nth-child(2n+2) {
  border-left: 1px solid #FE7F24;
  border-right: 1px solid #FE7F24;
}
.menu a {
  padding: 10px 20px;
  display: block;
  color: #333;
  font-size: 16px;
}
.menu a:hover {
  background-color: #FE7F24;
  color: #fff;
  text-decoration: none;
}
.callTop {
  float: right;
  text-align: right;
}
.callTop p {
  text-transform: uppercase;
  margin: 0;
}
.glyphicon,
.callTop span {
  color: #FE7F24;
  font-size: 22px;
}
.callTop span {
  font-size: 28px;
}
/* 
  Slider
*/
.contentSlider::before,
.whyUs::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  background-color: rgba(0, 0, 0, .3); /* PRZEZROCZYSTOŚĆ CZARNEGO */
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
  content: "";
}
.contentSlider {
  position: relative;
}
.imgSlider {
  height: 630px;
  box-sizing: border-box;
  width: 100%;
}
.textSlider {
  position: absolute;
  top: 3vw;
  left: 7%;
  width: 38%;
}
.textTopSlider {
  width: 65%;
}
.textTopSlider p {
  text-shadow: 4px 3px 5px #000;
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
}
.textTopSlider span {
  text-transform: uppercase;
  font-size: 55px;
  color: #FE7F24;
  font-weight:bold;
}
.textDownSlider {
  width: 77%;
}
.textDownSlider p {
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
}
.buttonSlider a {
  display: inline-block;
  color: #fff;
  text-shadow: 4px 3px 5px #000;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 15px 30px;
}
.buttonSlider a:hover {
  text-decoration: none;
  background-color: #FE7F24;
  border: 1px solid #FE7F24;
  color: #fff;
}
/* 
  Section why us
*/
.whyUs {
  position: relative;
  padding: 50px 0;
}
.leftWhyUs,
.rightWhyUs {
  float: left;
}
.leftWhyUs {
  width: 40%;
  position: relative;
}
.headlineLeftWhyUs {
  border-left: 7px solid #FE7F24;
  line-height: 1;
}
.headlineLeftWhyUs h2 {
  position: relative;
  color: #1B3E6E;
  font-size: 45px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: normal;
  padding-left: 15px;
}
.imgLeftWhyUs {
  padding: 20px 0 25px 20%
}
.textLeftWhyUs {
  padding-left: 7%;
}
.textLeftWhyUs span {
  color: #1B3E6E;
  text-transform: uppercase;
  font-size: 18px;
}
.rightWhyUs {
  width: 55%;
  float: right;
}
.rightWhyUs ul {
  padding: 0;
  margin: 0;
}
.rightWhyUs li {
  list-style-type: none; 
  position: relative;
  padding-left: 20px;
  float: left;
  width: 47%;
  height: 100px;
  font-size: 12px;
  box-sizing: border-box;
}
.rightWhyUs li:nth-child(2n+2) {
  margin-left: 6%;
}
.rightWhyUs li:before {
  background-color: #FE7F24;
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.rightWhyUs span {
  color: #1B3E6E;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
}
/*
  Logotype
*/
.logo_carousel {
  background-color: #fff;
  height: 180px;
}
.headlineLogo {
  text-align: center;
}
.headlineLogo p {
  text-transform: uppercase;
  color: #FE7F24;
  font-size: 18px;
  margin-bottom: 0;
}
.logo_carousel .caroufredsel_wrapper {
  width: auto !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}
.logo_carousel_instance {
  padding: 15px 0 15px 40px;
}
.logo_carousel_instance img {
  display: block;
  float: left;
  margin: 0 10px;
}
.logotypeBox {
  float: left;
  padding: 30px 20px;
  text-align: center;
}
.logotypeBox a {
  display: block;
}
/* 
  Section about
*/
.about {
  background-color: #6B6863;
  padding: 30px 0;
  color: #fff;
}
.headlineAbout {
  text-align: center;
}
.headlineAbout h1,
.headlineOffert h2,
.headlineContact h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 40px;
  text-shadow: 2px 2px 3px #000;
  font-weight: normal;
}
.boxAbout {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
}
.headlineBoxAbout {
  background-color: #363636;
  border-left: 7px solid #FE7F24;
}
.headlineBoxAbout h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 10px 20px;
  font-weight: normal;
}
.textBoxAbout p {
  font-size: 18px;
}
/* 
  Section camp
*/
.camp {
  padding: 30px 0 50px;
  text-align: center;
}
.textCamp p {
  font-size: 24px;
}
.moreCamp a {
  padding: 20px;
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
}
.moreCamp a:hover {
  background-color: #FE7F24;
  border: 1px solid #FE7F24;
  color: #fff;
  text-decoration: none;
}
/* 
  Section offert 
*/
.offert {
  background: url('../img/bg_map_orange.jpg') no-repeat center center;
  padding: 50px 0;
  color: #fff;
  height: 660px;
}
.headlineOffert {
  text-align: center;
} 
.textOffert ul {
  padding: 0;
  margin: 0;
  font-size: 24px;
}
.textOffert li:first-child {
  padding-top: 20px;
}
.textOffert li {
  padding-left: 15px;
  margin-left: 25px;
  line-height: 1.2;
}
/* 
  Section insurance
*/
.insurance {
  padding: 50px 0;
  text-align: center;
}
.headlineInsurance h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
}
.textInsurance p {
  font-size: 26px;
}
/* 
  Section contact
*/
.contact {
  background-color: #6B6863;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
.contentContact {
  display: flex;
  justify-content: space-between;
}
.boxContact img {
  padding-bottom: 20px;
}
.boxContact p {
  text-align: left;
  font-size: 16px;
}
.phoneBoxContact p {
  font-size: 20px;
}
.phoneBoxContact p:last-child {
  margin-top: 100px;
}
.pointboxContact p {
  padding-left: 20%;
}
.pointboxContact p:not(*:root) {
  padding-left: 0;
}
.boxContact a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding-top: 10px;
}
.boxContact a:last-child {
  margin-top: 100px;
}
.boxContact a:hover {
  color: #FE7F24;
}
/* 
  Section gps 
*/
.gps {
  padding: 50px 0;
  text-align: center;
}
.headlineGps h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
}
.textGps p {
  font-size: 24px;
}
/* 
  Section map
*/
.map {
  width: 100%;
  height: 385px;
}
/* 
  Footer
*/
footer {
  background-color: #3D3A37;
  padding: 10px 0;
  color: #fff;
}
.copy,
.bonadi {
  float: left;
}
.copy p {
  margin: 0;
  font-size: 12px;
}
.bonadi {
  float: right;
  padding-top: 5px;
}
.bonadi a {
  display: block;
}
/* 
  Subpage camp
*/
.subpageImgTop {
  background: url('../img/bg_map_gray.jpg') no-repeat center center;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  height: 600px;  
}
.headlineSubpageImgTop {
  border-bottom: 1px solid #FFD233;
}
.headlineSubpageImgTop h1 {
  text-transform: uppercase;
  text-shadow: 4px 3px 5px #000;
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 0;
  padding-top: 50px;
}
.textSubpageImgtop p {
  font-size: 30px;
}
.placeSubpageImgTop {
  padding-top: 50px;
}
.placeSubpageImgTop p {
  font-size: 18px;
}
.subpageCamp {
  padding: 35px 0 10px;
}
.imgBoxCamp,
.contentBoxCamp,
.leftContentCamp,
.rightContentCamp {
  float: left;
  box-sizing: border-box;
}
.boxSubpageCamp {
  padding-bottom: 35px;
}
.imgBoxCamp {
  padding-right: 8%;
  border-right: 1px solid #bbb;
  width: 41%;
}
.contentBoxCamp {
  padding-left: 8%;
  width: 59%;
}
.headlineBoxCamp h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 10px;
}
.rightContentCamp {
  float: right;
}
.smallWrapp {
  padding-bottom: 40px;
}
.smallWrapp img {
  padding-right: 15px;
}
.leftContentCamp .smallWrapp:first-child img {
  padding-right: 25px;
}
/* 
  Subpage rental
*/
.rentalImgTop {
  padding: 50px 0;
  background: url('../img/bg_wypozyczalnia.jpg') no-repeat center center;
  height: 600px;
}
.headlineRentalImgTop {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-top: 280px;
}
.headlineRentalImgTop h1 {
  text-shadow: 4px 3px 5px #000;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  font-size: 50px;
  margin: 0;
}
.headlineRentalImgTop span {
  text-transform: none;
  text-shadow: none;
  font-size: 24px;
  display: block;
}
.headlineCarFleet {
  text-align: center;
  width: 365px;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #fff;
}
.headlineCarFleet h2 {
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 3px 3px 3px #777;
  margin: 0;
  font-size: 30px;
}
.contentColumns {
  display: flex;
  margin: 0 auto;
  justify-content: space-beetween;
}
.column {
  border-left: 1px solid #333;
  box-sizing: border-box;
}
.column:last-child {
  border-right: 1px solid #333;
}
.headlineColumn {
  text-align: center;
}
.headlineColumn h3 {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  font-size: 20px;
}
.boxColumn {
  padding-left: 25px;
}
.itemColumn {
  padding-bottom: 10px;
}
.itemColumn img {
  padding-right: 15px;
}
.priceColumn p {
  text-align: center;
  background-color: #FFCB56;
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
}
.priceColumn strong {
  text-transform: uppercase;
  font-size: 26px;
  display: block;
}
.carContent {
  display: flex;
  justify-content: space-beetween;
  margin: 0 auto;
  border-top: 1px solid #333;
  padding: 20px 0;
  margin-top: 50px;
}
.carContentRwd {
  display: none;
}
.leftCarContent,
.rightCarContent {
    box-sizing: border-box;
    width: 50%;
}
.headlineLeftCarcontent h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 22px;
  font-weight: normal;
}
.rightCarContent {
  position: relative;
}
.boxRightCarContent {
  position: absolute;
  bottom: 30px;
}
.itemBoxRightCarContent {
  padding-bottom: 15px;
}
.priceBoxrightCarContent {
  right: 0;
  top: 0;
  position: absolute;
}
.priceBoxrightCarContent p {
  margin: 0;
}
.needCar {
  padding: 70px 0;
  background-color: #1A76BE;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.headlineNeedCar h2 {
  text-shadow: 4px 3px 5px #333;
  font-weight: normal;
  font-size: 50px;
  margin-top: 0;
}
.callNeedCar p {
  font-size: 20px;
  line-height: 1.1;
}
.callNeedCar span {
  display: block;
  font-size: 60px;
}
.carOffert {
  padding: 50px 0;
  text-align: center;
}
.textCarOffert p {
  font-size: 24px;
}
/*
  Button up
*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* 
    image replacement properties 
  */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(254, 127, 36, 1) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #8f6d07;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*
  Style for button to drop down menu
*/
.dropDownMenu {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 35px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.dropDownMenu:focus {
  outline: none;
}
.dropDownMenu span {
  display: block;
  position: absolute;
  top: 15px;
  left: 6px;
  right: 6px;
  height: 5px;
  background: white;
}
.dropDownMenu span::before,
.dropDownMenu span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}
.dropDownMenu span::before {
  top: -10px;
}
.dropDownMenu span::after {
  bottom: -10px;
}
.dropDownMenu--htx {
  background-color: #fe7f24;
}
.dropDownMenu--htx span {
  transition: background 0s 0.3s;
}
.dropDownMenu--htx span::before,
.dropDownMenu--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.dropDownMenu--htx span::before {
  transition-property: top, transform;
}
.dropDownMenu--htx span::after {
  transition-property: bottom, transform;
}
/* 
  active state, i.e. menu open
*/
.dropDownMenu--htx.is-active {
  background-color: #cb651c;
}
.dropDownMenu--htx.is-active span {
  background: none;
}
.dropDownMenu--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.dropDownMenu--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.dropDownMenu--htx.is-active span::before,
.dropDownMenu--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}