body {
  background: #fff;
}

/* for equal height */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.center-block {
  float: none;
}

.column-centered {
  margin: 0px auto;
  float: none;
}

.flush {
  padding: 0px;
}

.flush-left {
  padding-left: 0px;
}

.flush-right {
  padding-right: 0px;
}

.tablerow {
  display: table;
  width: 100%;
  height: 100%;
}

.tablecell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

img {
  max-width: 100%;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  font-family: "Open Sans", sans-serif;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background: #fff;
}

.navbar-default {
  background: #fff;
  min-height: 70px;
  border: none;
  border-radius: 0px;
  margin: 0px;
}

.navbar-brand {
  height: 70px;
  padding: 0px 15px;
}

.navbar-brand img {
  display: inline-block;
  max-height: 70px;
}

.navbar-right {
  margin-right: 0px;
}

.navbar-nav > li {
  margin-top: 10px;
}

.navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a .fa {
  color: #a6a6a6;
}

.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #ccc;
  color: #000000;
  background-color: transparent;
  border-bottom: 4px solid #0099d9;
}

.navbar-nav > li > .dropdown-menu {
  border: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 15px 30px -10px rgb(0 0 0 / 20%);
  color: #6c7778;
  padding: 2px 0 2px 16px;
  padding: 0;
  text-align: left;
  padding: 15px 36px 15px 16px;
  min-width: 207px;
}

.navbar-nav > li > .dropdown-menu li a {
  color: #6c7778;
  font-size: 14px;
  margin: 0 0 4px;
}

section {
  float: left;
  width: 100%;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

/* Main Styles */
#header {
  padding: 15px 20px 30px 10px;
}

.parallax-window {
  background: transparent;
}

/*** ***/
#banner-photo {
  padding: 10px 0 20px 0;
}

#banner-photo .position {
  position: relative;
  margin-bottom: 10px;
}

#banner-photo .align {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#banner-photo h2 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  border: 5px solid #fff;
  display: inline-block;
  padding: 10px 15px;
}

/*** ***/
#auto-info {
  padding: 40px 0px 10px 0px;
  background: #f9f9f9;
}

#auto-info .label {
  display: inline-block;
  width: 100%;
  background: #126eb7;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-radius: 0;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}

#auto-info h3 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}

#auto-info ul {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

#auto-info ul li {
  margin-bottom: 5px;
}

#auto-info ul li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
}

#auto-info p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

/*** ***/
#footer {
  background: #f9f9f9;
}

#footer hr {
  border-color: #ececec;
}

#footer .logo {
  margin-bottom: 15px;
}

#footer p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

/*** ***/
#banner-info {
  padding: 30px 0;
}

#banner-info h2 {
  margin: 0;
  color: #000;
  font-size: 37px;
  font-weight: bold;
}

#banner-info h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}

#banner-info p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}

/*** ***/
#contact-info {
  padding: 0px 0 50px 0;
}

#contact-info h2 {
  color: #b90206;
  font-size: 30px;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 30px;
}

#contact-info h3 {
  color: #4e626d;
  font-size: 20px;
  margin-bottom: 12px;
}

#contact-info p {
  color: #4e626d;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0px;
}

#contact-info h3 span {
  font-weight: bold;
}

#contact-info p span {
  font-weight: bold;
}

#contact-info p span.cl {
  color: #252f38;
}

#contact-info .mapi {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -9;
}

.radius {
  border-radius: 5px;
}

.fullwidth {
  width: 100%;
}

#contact-info .red-btn {
  display: inline-block;
  color: #b90206;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}

/*** ***/
#product-info {
}

#product-info .bread p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 50px;
}

#product-info h3 {
  color: #2a2a2a;
  font-size: 19px;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 0px;
}

#product-info h4 {
  color: #2a2a2a;
  font-size: 27px;
  line-height: 1.4;
  margin: 0px;
  margin-bottom: 20px;
}

#product-info p {
  color: #2a2a2a;
  font-size: 14px;
  margin-bottom: 20px;
}

#product-info .bt {
  margin-bottom: 32px;
}

#product-info .bts {
  margin-bottom: 30px;
}

/*** ***/
#cecy-info {
  padding: 30px 0 50px 0;
}

#cecy-info p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}

#cecy-info h2 {
  color: #383234;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

#cecy-info .table > tbody > tr > td {
  border: none;
  width: 50%;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

#cecy-info .table > tbody > tr > td:first-child {
  text-align: right;
  font-weight: 700;
}

#cecy-info .table > tbody > tr:nth-child(odd) {
  background: #f8f8f8;
}

#cecy-info .table > tbody > tr:nth-child(even) {
  background: #fff;
}

#cecy-info .tt h2 {
  margin: 40px 0 30px 0;
  color: #000;
  font-size: 37px;
  font-weight: bold;
  text-transform: inherit;
  letter-spacing: 0px;
}

#cecy-info h4 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}

/*** ***/
#banner {
  padding: 0px 0px 20px 0;
  background: #e6e6e6;
}

#banner h2 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

#banner h3 {
  color: #fe0100;
  font-size: 32px;
  font-weight: bold;
  margin: 25px 0 12px 0;
}

#banner p {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

#banner .bg {
  background: #fff;
  border: 1px solid #b0b0b0;
  padding: 0 25px 15px 25px;
}

#banner .bg p {
  margin-bottom: 10px;
}

#banner h4 {
  color: #000;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  margin: 25px 0 0px 0;
}

#banner h5 {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 0px;
  margin-bottom: 15px;
}

#banner h5 span {
  color: #fe0100;
  font-weight: bold;
}

/*** ***/
#naj-info {
  padding: 25px 0;
}

#naj-info h2 {
  color: #041543;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

#naj-info p {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

#naj-info .bt {
  margin-bottom: 50px;
}

/*** ***/
#num-info {
  padding-bottom: 20px;
}

#num-info h2 {
  margin: 40px 0 30px 0;
  color: #000;
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
}

#num-info p {
  margin: 0px 0 0px 0;
  color: #050505;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

#num-info p span {
  color: #f6a901;
  font-size: 74px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 15px;
  border-right: 2px solid #d2d2d2;
  line-height: 0.9;
  font-weight: bold;
}

#num-info p em {
  font-style: normal;
  display: inline-block;
  margin-top: 10px;
}

#num-info p b {
  font-weight: 900;
}

/*** ***/
#jest-info {
  padding: 1px 0;
}

#jest-info .bt {
  margin-bottom: 40px;
}

#jest-info h3 {
  color: #041543;
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

#jest-info p {
  color: #2a2a2a;
  font-size: 17px;
  line-height: 2;
  margin-bottom: 20px;
}

#img-info {
  padding-bottom: 40px;
}

#img-info .bt {
  margin-bottom: 20px;
}

#img-info .bts {
  margin-bottom: 30px;
}

/*** ***/
#user-info {
  padding-bottom: 30px;
}

#user-info h2 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 20px 0 40px 0;
}

#user-info h3 {
  color: #041543;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}

#user-info h3 span {
  color: #9c9ba3;
  font-size: 14px;
  font-weight: 600;
}

/*** ***/
#logo-info {
  background: #f7f7f7;
  padding: 25px 0;
}

#logo-info .logo img {
  max-height: 45px;
}

#logo-info .logo a {
  display: inline-block;
  margin: 20px 30px;
}

/*** ***/
#rider-info {
  padding: 10px 0 10px 0;
}

#rider-info .bg {
  background: #3c3d38;
  padding: 70px 90px;
}

#rider-info h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0px;
  margin: 20px 0 30px 0;
}

#rider-info p {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  display: inline-block;
  width: 90%;
  margin-bottom: 0px;
}

/*** ***/
#zme-info {
  padding: 20px 0;
}

#zme-info .bg {
  background: #eec537;
  padding: 55px 15px 50px 15px;
}

#zme-info h2 {
  margin: 0;
  color: #000;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

#zme-info p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 32px;
}

.l-btn {
  display: inline-block;
  background: #142831;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  min-width: 150px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

/*** ***/
#super-info {
  padding: 1px 0;
}

#super-info-le-grand {
  padding: 1px 0;
}

#super-info .align {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 100px;
}

#super-info-le-grand .align {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 100px;
}

#super-info .bg-img {
  background: url(../images/setting.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 80px 65px;
}
#super-info.super2 .bg-img {
  background: url(../images/image_64383441-obrobka-02.jpg) 50% 50% no-repeat;
}
#super-info.quady-polaris .bg-img {
  background: url(../images/najlepsze-quady-do-kupienia.jpg) 50% 50% no-repeat;
}
#super-info.quady-linhai .bg-img {
  background: url(../images/wyjatkowe-quady-linhai-andzik.jpg) 50% 50% no-repeat;
}
#super-info.quady-tgb .bg-img {
  background: url(../images/quady-tgb-dostepne-w-andzik-bialystok.jpg) 50% 50% no-repeat;
}
#super-info.rowery-main .bg-img {
  background: url(../images/rowery-kross-dla-calej-rodziny.jpg) 50% 50% no-repeat;
}
#super-info.rowery-damskie .bg-img {
  background: url(../images/voucher-jako-prezent.jpg) 50% 50% no-repeat;
}
#super-info.rowery-meskie .bg-img {
  background: url(../images/rowery-meskie-andzik-sklep-rowerowy.jpg) 50% 50% no-repeat;
}
#super-info.rowery-dzieciece .bg-img {
  background: url(../images/rowery-dzieciece-andzik-bialystok-elk.jpg) 50% 50% no-repeat;
}
#super-info.rowery-kross .bg-img {
  background: url(../images/sklep-rowerowy-kross-bialystok.jpg) 50% 50% no-repeat;
}
#super-info.rowery-orbea .bg-img {
  background: url(../images/orbea-rowery-andzik.jpg) 50% 50% no-repeat;
}
#super-info.rowery-firm-roznych .bg-img {
  background: url(../images/sklep-rowerowy-bialystok-andzik.jpg) 50% 50% no-repeat;
}
#super-info.motocykle .bg-img {
  background: url(../images/skutery-bialystok-andzik.jpg) 50% 50% no-repeat;
}
#super-info.skutery .bg-img {
  background: url(../images/skutery-bialystok-andzik.jpg) 50% 50% no-repeat;
}
#super-info.motorowery .bg-img {
  background: url(../images/motorower-bialystok-andzik.jpg) 50% 50% no-repeat;
}
#super-info.motocykle-oferta .bg-img {
  background: url(../images/voucher-jako-zaliczka-zadatek.jpg) 50% 50% no-repeat;
}
#super-info.quady-segway .bg-img {
  background: url(../images/quady-segway-bialystok-podlaskie-andzik.jpg) 50% 50% no-repeat;
}

#super-info-le-grand .bg-img {
  background: url(../images/rowery-le-grand-tlo.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 80px 65px;
}

#super-info .bg {
  background: #ffcd02;
  padding: 35px 75px 40px 35px;
}

#super-info-le-grand .bg {
  background: #ffcd02;
  padding: 35px 75px 40px 35px;
}

#super-info h2 {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

#super-info-le-grand h2 {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

#super-info h3 {
  margin: 0;
  color: #000;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

#super-info-le-grand h3 {
  margin: 0;
  color: #000;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

#super-info p {
  color: #000;
  font-size: 11px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 0px;
}

#super-info-le-grand p {
  color: #000;
  font-size: 11px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 0px;
}

/*** ***/
#quady-info {
  padding: 50px 0;
}

#quady-info .bg {
  background: #003640;
  padding: 0px 15px 0px 15px;
}

#quady-info .tp {
  margin-top: -35px;
  margin-bottom: -35px;
}

#quady-info h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

#quady-info p {
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 20px;
}

.round-btn {
  display: inline-block;
  border: 3px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 35px;
  min-width: 150px;
  border-radius: 35px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.round-btn:hover {
  background: #fff;
  color: #000;
}

/*** ***/
#cen-info {
  padding: 70px 0;
}

#cen-info .bg {
  background: url(../images/bg-cen.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 150px 65px;
}
#cen-info.rowery-damskie .bg {
  background: url(../images/voucher-to-idealny-prezent.jpg) 50% 50% no-repeat;
}
#cen-info.rowery-meskie .bg {
  background: url(../images/andzik-poleca-rowery-dla-mezczyzn.jpg) 50% 50% no-repeat;
}
#cen-info.rowery-dzieciece .bg {
  background: url(../images/andzik-poleca-rowery-dla-calej-rodziny.jpg) 50% 50% no-repeat;
}
#cen-info.quady-linhai .bg {
  background: url(../images/quady-linhai-andzik-bialystok.jpg) 50% 50% no-repeat;
}
#cen-info.quady-tgb .bg {
  background: url(../images/serwis-quady-tgb-andzik-bialystok.jpg) 50% 50% no-repeat;
}
#cen-info.skutery .bg {
  background: url(../images/skutery-bialystok-podlaskie-andzik.jpg) 50% 50% no-repeat;
}
#cen-info.motocykle-oferta .bg {
  background: url(../images/motocykle-skutery-bialystok-andzik.jpg) 50% 50% no-repeat;
}
#cen-info.motorowery .bg {
  background: url(../images/motorowery-andzik-bialystok-elk.jpg) 50% 50% no-repeat;
}


#cen-info h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 35px;
}

#cen-info p {
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 30px;
}

/*** ***/
#zme-info.down {
  padding: 20px 0;
}

#zme-info.down .bg.grey {
  background: #96a8b2;
}

#zme-info.down .bg.grey h2,
#zme-info.down .bg.grey p {
  color: #fff;
}

#zme-info.down .bg.grey .l-btn {
  background: #eec537;
  color: #142833;
  font-weight: 700;
}

/*** ***/
#nas-info {
  padding: 60px 0;
}

#nas-info h2 {
  margin: 0;
  color: #000;
  font-size: 37px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 30px;
}

#nas-info p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}

#nas-info .link {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

#nas-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

#nas-info ul li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

#nas-info ul li a {
  display: inline-block;
  width: 100%;
  background: #f3f3f3;
  padding: 12px 0;
}

/*** ***/

/*** ***/
/*** ***/

/*** ***/
.bx-wrapper img {
  display: inline-block;
}

ul.bxslider {
  list-style: none;
}

.bx-wrapper {
  margin-bottom: 0px;
}

.bx-wrapper .bx-controls-direction a {
  width: 28px;
  height: 34px;
}

.bx-wrapper .bx-next {
  background: url(../images/arrow-right.png) no-repeat;
}

.bx-wrapper .bx-prev {
  background: url(../images/arrow-left.png) no-repeat;
}

.s-right {
  padding-right: 5px;
}

.s-middle {
  padding: 0 10px;
}

.s-left {
  padding-left: 5px;
}

#naj-info .label {
  display: inline-block;
  background: #415786;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 27px;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  width: 80%;
  margin-bottom: 30px;
}

#naj-info .align {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

#naj-info .align .label {
  margin: 0;
}

/* Media Css */
@media only screen and (min-width: 767px) {
  .navbar-nav > li.dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* Media Css */
@media only screen and (max-width: 767px) {
  .row-eq-height {
    display: inline-block;
  }

  .small-text-center {
    text-align: center;
  }

  .small-text-left {
    text-align: left;
  }

  .small-text-right {
    text-align: right;
  }

  .navbar-brand {
    width: 50%;
    height: 60px;
    line-height: 60px;
    padding: 0px 15px;
  }

  .navbar-default {
    min-height: 60px;
  }

  .navbar-right {
    margin-right: -15px;
  }

  .navbar-default .navbar-toggle {
    margin-top: 15px;
    margin-right: 7px;
    border: none;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    border: none;
    background: none;
  }

  .navbar-nav > li {
    margin-top: 10px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
    padding: 5px 15px;
  }

  #header {
    padding: 15px 0px 20px 0px;
  }

  #header .navbar-default .navbar-nav > li > a {
    text-align: center;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #000;
  }

  #banner-photo .position img {
    min-height: 150px;
  }
  #banner-photo h2 {
    font-size: 30px;
    padding: 8px 12px;
  }

  #auto-info h3 {
    margin-top: 25px;
  }

  #footer p {
    margin-top: 15px;
  }

  #banner-info h2 {
    font-size: 22px;
  }

  #banner-info h3 {
    font-size: 16px;
  }

  #contact-info h2 {
    font-size: 23px;
  }

  #contact-info p {
    font-size: 13px;
  }

  #contact-info .red-btn {
    margin-bottom: 30px;
  }

  #cecy-info h2 {
    font-size: 21px;
  }

  #cecy-info .tt h2 {
    font-size: 22px;
  }

  #rider-info .bg {
    padding: 1px 15px;
  }

  h2 {
    font-size: 24px !important;
  }

  #jest-info h3 {
    font-size: 24px;
  }

  #num-info p span {
    font-size: 30px;
    min-width: 91px;
    text-align: right;
  }

  #num-info p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  #num-info p em {
    font-style: normal;
    display: inline-block;
    margin-top: -2px;
  }

  #user-info h3 {
    margin-bottom: 35px;
  }

  #super-info .bg-img {
    padding: 80px 15px;
  }

  #super-info .bg-img {
    padding: 80px 15px;
  }

  #super-info-le-grand .bg {
    background: #ffcd02;
    padding: 35px 15px 40px 15px;
  }

  #super-info h3 {
    font-size: 20px;
  }

  #super-info-le-grand h3 {
    font-size: 20px;
  }

  #quady-info .bg {
    background: #003640;
    padding: 20px 15px 0px 15px;
  }

  #cen-info .bg {
    padding: 100px 15px;
  }

  #zme-info.down .bg.grey {
    margin-bottom: 20px;
  }

  #nas-info .link {
    margin-bottom: 20px;
  }

  #nas-info ul li {
    width: 50%;
    padding: 0 10px;
  }

  #banner-photo h2 {
    font-size: 11px !important;
    border: 1px solid #fff;
    padding: 10px 10px;
    margin: 0;
  }

  #naj-info .position {
    margin-top: 30px;
  }

  #naj-info .bt {
    margin-bottom: 20px;
  }

  #quady-info .tp {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
  .navbar-header {
  }

  #header {
    padding: 15px 20px 20px 10px;
  }

  #banner-photo h2 {
    font-size: 30px;
    padding: 8px 12px;
  }

  h2 {
    font-size: 24px !important;
  }

  #jest-info h3 {
    font-size: 24px;
  }

  #banner h3 {
    font-size: 24px;
  }

  #logo-info .logo a {
    margin: 20px 12px;
  }

  #logo-info .logo img {
    max-height: 40px;
  }

  #rider-info .bg {
    padding: 20px 30px;
  }

  #quady-info h2 {
    margin-top: 15px;
  }

  #quady-info .round-btn {
    margin-bottom: 15px;
  }

  #cen-info {
    padding: 50px 0;
  }

  #nas-info ul li a img {
    max-height: 50px;
  }

  #num-info p {
    font-size: 11px;
  }

  #num-info p span {
    font-size: 27px;
    margin-right: 10px;
  }

  #num-info p em {
    margin-top: 0px;
  }

  #user-info h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
