/*

    COLORS:

    White: #fff;
    Gray: #1f1f1f;
    Light-Gray: #9a9a9a;
    Dark-gray: #0a0b0d;
    Red: #f04033;
    Black #000;
    Bakcground-gray: #f2f2f2;
    gray2: #b3b3b3;

*/

/* MAIN */

*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

body {
  background: #f2f2f2;
}

.footer-a2 {
  transition: all 0.4s linear;
}

.footer-a2:hover {
  filter: brightness(1.3);
  -webkit-filter: brightness(1.4);
}

.a4:hover {
  color: #000;
}

html {
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

ul li {
  list-style-type: circle;
  margin-top: 2px;
  margin-bottom: 2px;
}

a {
  color: #9a9a9a;
  transition: all 0.4s linear;
}

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

.a2:hover {
  color: #f04033 !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}

.navbar-dark .navbar-toggler {
  border-color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  transition: all 0.4s linear;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  box-shadow: 0px 1px #f04033;
}

/* REUSABLE CLASSESS */

.rent-on-hover {
  background: url("img/icons/Wynajmij2.png");
  background-size: cover;
}

.buy-on-hover {
  background: url("img/icons/Kup2.png");
  background-size: cover;
}

.rent-on-hover-2 {
  background: url("img/icons/Wynajmij1.png");
  background-size: cover;
}

.buy-on-hover-2 {
  background: url("img/icons/Kup1.png");
  background-size: cover;
}

.light-hover,
.light-hover3,
.light-hover2 {
  transition: all 0.4s linear;
  cursor: pointer;
}

.light-hover:hover {
  filter: brightness(1.3);
  -webkit-filter: brightness(1.3);
}

.light-hover2:hover,
.light-hover3:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}

.light-hover3 {
  transition: all 0.5s linear;
}

.light-hover3:hover {
  background: #f04033;
}

.light-hover3:hover {
  background: rgba(1);
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.hr-center {
  margin-left: 30%;
  width: 40%;
  border-top: 1px solid #9a9a9a;
}

.product-list-single:hover {
  transition: all 0.4s linear;
  background: #f2f2f2;
  border-radius: 2px;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.l-s-1 {
  letter-spacing: 1px;
}

.l-s-2 {
  letter-spacing: 2px;
}

.l-s-3 {
  letter-spacing: 3px;
}

.bg-gray {
  background: #1f1f1f;
}

.bg-light-gray {
  background: #9a9a9a;
}

.bg-dark-gray {
  background: #0a0b0d;
}
.clear-on-hover {
  transition: all 0.4s linear;
}

.clear-on-hover:hover {
  opacity: 0;
}

.bg-red {
  background: #f04033;
}

.bg-black {
  background: #000;
}

.text-gray {
  color: #1f1f1f;
}

.text-gray-2 {
  color: #504848;
}

.c-pointer {
  cursor: pointer;
}

.w-10 {
  width: 10%;
}

.text-light-gray {
  color: #9a9a9a;
}

.text-red {
  color: #f04033;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.list-style-type-none {
  list-style-type: none;
}

/* ANIMATED HEADER */

#animated-header {
  height: 19px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

#animated-header div {
  font-size: 15px;
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 0;
  animation-name: anim-header;
  animation-duration: 18s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

i {
  font-family: "Josefin Sans", sans-serif !important;
}

.a-none-hover-menu:hover {
  box-shadow: none;
}

.a-none-hover-menu:hover {
  color: #d1362b;
}

.border-white-2 {
  border: 5px solid #fff;
  border-radius: 3px;
}

/* PRODUCTS BACKGROUNDS */

.bg-p1 {
  background: url("img/gallery/m3.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-p2 {
  background: url("img/gallery/m5.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#gallery-huge-exit {
  cursor: pointer;
  position: absolute;
  top: 12%;
  left: 77.8%;
  width: 40px;
  height: 40px;
  color: #fff;
  z-index: 9999;
  transition: all 0.4s linear;
}

@media only screen and (max-width: 900px) {
  #gallery-huge-exit {
    left: 84%;
  }
}

#gallery-huge-exit:hover {
  filter: brightness(1.3);
  -webkit-filter: brightness(1.2);
}

.gallery-huge-buttons {
  cursor: pointer;
  height: 60px;
  box-shadow: 2px 2px 4px #000;
  transition: all 0.4s linear;
}

.gallery-huge-buttons:hover {
  filter: brightness(1.3);
  -webkit-filter: brightness(1.2);
}

.bg-p3 {
  background: url("img/gallery/IMG_6964.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-p4 {
  background: url("img/gallery/IMG_6966.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-p5 {
  background: url("img/gallery/IMG_6961.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-p6 {
  background: url("img/gallery/IMG_6976.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#gallery-buttons-container {
  position: absolute;
  top: 20%;
  left: 82%;
  width: 12%;
}

.h-33 {
  height: 450px;
}

.h-332 {
  height: 700px;
}

.main-product {
  transition: all 0.4s linear;
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
}

.main-product:hover {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.p-l-0 {
  left: 65%;
}

.p-l-02 {
  left: 38.5%;
}

.p-t-65 {
  top: 80%;
}

.w-30 {
  width: 30%;
}

@media only screen and (min-width: 992px) {
  .w-md-25 {
    width: 25% !important;
  }
}

@media only screen and (max-width: 992px) {
  .p-l-02 {
    left: 25%;
  }
}

.a-red {
  background: #f04033;
  transition: all 0.4s linear;
}

#menu-2 ul li {
  display: inline-block;
}

.a-red:hover {
  box-shadow: none;
  background: #d1362b;
}

.a-product-hover {
  border-radius: 12px;
  transition: all 0.4s linear;
  background: #f04033;
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
}

.a-product-hover:hover {
  background: none;
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.a-alert:hover {
  color: #000;
  box-shadow: 0px 2px #000;
}

.a-chart-return:hover {
  background: #504848;
}

.a-chart-hover {
  background: #f04033;
  transition: all 0.4s linear;
}

.a-chart-hover:hover {
  background: #504848;
}

.footer-a {
  transition: all 0.4s linear;
}

.footer-a:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}

/* RESPONSIVE CSS */

/* ANIMATIONS */

@keyframes anim-header {
  0% {
    transform: translateX(0);
  }
  8% {
    transform: translateX(0);
  }
  16% {
    transform: translateX(-100%);
  }
  24% {
    transform: translateX(-100%);
  }
  32% {
    transform: translateX(-200%);
  }
  40% {
    transform: translateX(-200%);
  }
  48% {
    transform: translateX(-300%);
  }
  56% {
    transform: translateX(-300%);
  }
  64% {
    transform: translateX(-400%);
  }
  72% {
    transform: translateX(-400%);
  }
  80% {
    transform: translateX(-500%);
  }
  88% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 1200px) {
  .h-33,
  .h-332 {
    height: 500px;
  }
}

@media only screen and (max-width: 540px) {
  .h-33,
  .h-332 {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .h-33,
  .h-332 {
    height: 550px;
  }
}

.rf25 {
  font-size: 50px;
}

@media only screen and (max-width: 800px) {
  #headerlist1,
  #menu1 {
    display: none !important;
  }

  .rf25 {
    font-size: 30px;
  }

  #gallery-huge img {
    margin-top: 25% !important;
    width: 90% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 950px) {
  #gallery-huge img {
    margin-top: 25% !important;
    width: 90% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 780px) {
  #videomain {
    height: 350px !important;
  }
}

@media only screen and (min-width: 781px) {
  #videomain {
    display: block;
  }
}

#content p {
  text-align: left !important;
}

/* MD CSS */
.row {
  justify-content: center;
}

.menuFlex a{
    font-size:16px;
    color:#FFF;
}

.menuFlex a:hover{
    color:#9a9a9a;
}

.menuFlex a.highlight {
  color: #f04033;
  font-size: 18px;
}

.menuFlex a.highlight:hover{
    color:#FFF;
}

.bannerBg {
  height: 16vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cloud {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 10px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.cloud::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #fff;
}

.menuFlex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* Rozszerzenie .navbar */
.navbar-nav {
  justify-content: space-around;
  width: 100%;
}

.listTwoEl {
  display: inline-block;
  width: 100%;
  list-style-position: inside;
  vertical-align: top;
  max-width: 500px;
  list-style-image: url("./img/icons/check-mark20.png");
}

.listTwoEl li {
  text-align: left;
}

.blackHover:hover {
  color: black;
}

#content iframe{
    padding-top:20px;
}


@media only screen and (max-width:650px){
    .rentImgCatalog,.buyImgCatalog{
        margin-left: 30% !important;
        width: 40% !important;
    }
    
    .h-33, .h-332 {
        height: 450px !important;
    }
}