/*
background: #00c3ff;
background: -webkit-linear-gradient(to right, #ffff1c, #00c3ff);
background: linear-gradient(to right, #ffff1c, #00c3ff);
*/

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  line-height: 1.7;
  color: #6f6f6f;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
  font-weight: normal;
  color: #000;
}

.probootstrap-nav {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.probootstrap-nav .site-brand {
  font-size: 20px;
}

.probootstrap-nav .site-brand a {
  color: #fff;
}

.probootstrap-nav .probootstrap-toggle {
  color: #fff !important;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
}

.probootstrap-nav .probootstrap-main-nav {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.probootstrap-nav .probootstrap-main-nav ul {
  padding: 0;
  margin: 0;
}

.probootstrap-nav .probootstrap-main-nav ul li {
  display: inline;
  list-style: none;
}

.probootstrap-nav .probootstrap-main-nav ul li a {
  padding: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-nav .probootstrap-main-nav ul li.seperator {
  position: relative;
}

.probootstrap-nav .probootstrap-main-nav ul li.seperator:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 768px) {
  .probootstrap-nav .probootstrap-main-nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 100vh;
    background: black;
    width: 300px;
    right: 0;
    top: 0;
    padding-top: 50px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1;
  }
  .probootstrap-nav .probootstrap-main-nav.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .probootstrap-nav .probootstrap-main-nav ul li {
    display: block;
    padding: 10px;
  }
  .probootstrap-nav .probootstrap-main-nav ul li a:hover {
    color: #fff;
  }
}

.bg-image,
.probootstrap-cover,
.probootstrap-img-item>div,
.probootstrap-section-feature {
  background-size: cover;
  background-repeat: no-repeat;
}

.probootstrap-cover {
  background-image: url('../images/header.jpg');
  background-position: center center;
}

.probootstrap-cover .probootstrap-text .probootstrap-heading {
  font-size: 70px;
  line-height: 1;
}

.probootstrap-cover .probootstrap-text .probootstrap-subheading p {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .probootstrap-cover .btn {
    width: 100% !important;
    border: 1px solid red;
  }
}

.btn {
  border-radius: 40px;
  padding: 20px 30px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
 background: #00c3ff;
  border-color: #00c3ff;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #ffff1c;
  border-color: #ffff1c;
  color: #333;
}

.btn.btn-outline-white {
  border-color: #fff;
  background: none;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
  background: #fff;
  color: #000;
}

.form-control {
  border: 1px solid #ccc;
  height: 55px;
  background: rgba(255, 255, 255, 0.5);
}

.form-control:focus,
.form-control:active {
  border: 1px solid #00c3ff;
  background: rgba(255, 255, 255, 0.5);
}

textarea {
  height: inherit !important;
}

.probootstrap-vh-100 {
  height: 100vh;
}
/*
@media screen and (max-width: 768px) {
  .probootstrap-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}*/

.probootstrap-vh-75 {
  height: 75vh;
}

@media screen and (max-width: 768px) {
  .probootstrap-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.bg-primary {
  background: #00c3ff !important;
}

.probootstrap-section,
.probootstrap-footer {
  padding: 1em 0;
}

.probootstrap-footer {
  background: #000;
}

.probootstrap-footer a {
  color: #fff;
}

.probootstrap-footer a:hover {
  color: #00c3ff;
}

.probootstrap-footer .probootstrap-heading {
  color: #fff;
  font-size: 24px;
}

.probootstrap-footer .probootstrap-heading-2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.probootstrap-item {
  display: block;
}

.probootstrap-image-grid>div {
  padding-left: 0;
  padding-right: 0;
}

.probootstrap-image-grid>div>div {
  padding-left: 0;
  padding-right: 0;
}

.probootstrap-img-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.probootstrap-img-item .icon {
  position: absolute;
  color: #fff;
  z-index: 9;
  top: 50%;
  font-size: 30px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.probootstrap-img-item>div {
  height: 280px;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 1140px) {
  .probootstrap-img-item>div {
    height: 200px;
  }
}

@media screen and (max-width: 576px) {
  .probootstrap-img-item>div {
    height: 280px;
  }
}

.probootstrap-img-item>div:before {
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.probootstrap-img-item:hover .icon {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.probootstrap-img-item:hover>div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.probootstrap-img-item:hover>div:before {
  opacity: 1;
  visibility: visible;
}

.probootstrap-section-feature {
  background-image: url(../images/cover_bg.svg);
  background-position: center center;
}

.probootstrap-section-feature .probootstrap-heading {
  color: #fff;
}

.probootstrap-section-feature .probootstrap-device {
  top: 0;
  position: absolute;
  max-width: 470px;
}

@media screen and (max-width: 768px) {
  .probootstrap-section-feature .probootstrap-device {
    position: relative;
    top: inherit;
    margin-bottom: -330px;
  }
}

.probootstrap-section-feature h3 {
  color: #fff;
}

.probootstrap-section-feature p {
  color: rgba(255, 255, 255, 0.4);
}

.probootstrap-navabr-dark {
  background: rgba(0, 0, 0, 0.2) !important;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (max-width: 960px) {
  .probootstrap-navabr-dark {
    background: #000 !important;
    top: 0;
    position: relative;
  }
}

.probootstrap-navabr-dark .navbar-nav>.nav-item>.nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .probootstrap-navabr-dark .navbar-nav>.nav-item>.nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-cta a {
  color: #fff;
}

.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}

.probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
  .probootstrap-navabr-dark .navbar-nav>.nav-item.probootstrap-seperator:before {
    display: none;
  }
}

.probootstrap-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.probootstrap-footer-social li a {
  height: 70px;
  width: 70px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
}

.probootstrap-footer-social li a span {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-small-nav>li {
  font-size: 13px;
  display: inline-block;
}

.footer-small-nav>li a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
  color: #00c3ff;
}

.media .probootstrap-icon {
  width: 100px;
}

.media .probootstrap-icon span {
  color: #00c3ff;
}

.probootstrap-overflow-hidden {
  overflow: hidden;
}

/* --------------------------------- */
img.logo_bawer{
  height: 150px !important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all .25s cubic-bezier(.27, .01, .38, 1.06);
}

img.logo_partners{
  max-height: 85px !important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all .25s cubic-bezier(.27, .01, .38, 1.06);
}

img.gazpodszklem{
  max-height: 125px !important;
}

img:hover.logo_partners,
img:hover.logo_bawer {
  -webkit-filter: none;
  filter: none;
}

footer, footer h1{
  color: #fff;
}

.background_white{
  background: rgba(255, 255, 255, 0.5);
}

.color_333{
  color: #333 !important;
}

label.rodolabel{
  font-size: 0.8rem;
  line-height: 1.5;
}

label.rodolabel input{
  margin-right: 0.5rem;
}

.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  width: 34px;
  height: 55px;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}


.mail-svg
{
  max-width: 110px;
  opacity: 0.9;
}
.align-center
{
  text-align: center;
}