.bg-blue {
  background-color: #1c458a;
}
.bg-eee {
	background-color: #eeeeee;
}
.blue-color {
	color: #1d458a;
}
.bg-green {
    background-color: #69af3b;
}
.nav-item {
  font-size: 12px;
}

@media (min-width: 992px) {
  .nav-item {
    font-size: 15px;
  }
}



/*.imgplay {
	 background: #555;
	 height: 100%;
	 min-height: 240px;
	 position: relative;
	 padding-bottom: 32px;
	 width: 100%;
}
 .imgplay img {
	 max-width: 100%;
}
 .imgplay canvas {
	 left: 0;
	 position: absolute;
	 top: 0;
}*/
 
.rez-but {
    background: #fff;
    border: 0;
    padding: 0.5rem 1rem;
    background-color: rgba(255,255,255,0.7);
    color: #000;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.close {
    float: right;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0 1rem;
    border: 0;
    background: transparent;
    margin: -1rem -1rem -1rem auto;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.gallery-item {
    position: relative;
    padding-top: 20px;
}
.ikona {
  height: 105px;
}
.form-check {
	text-align: left;
}
.numer {
  font-size: 150px;
  opacity: 0.3;
}

a.white {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	color: #fff;
	text-decoration: none;
}
.header {
    min-height: 100vh;
    overflow: hidden;
}

.header .caption h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
}
.slider .owl-item, .slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item, .slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption, .slider-fade .item .caption {
    z-index: 9;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.header .caption .o-hidden {
    display: inline-block;
}
.o-hidden {
    overflow: hidden;
}
.owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.95);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}


nav {
  transition: background 0.5s;
}
.navbar-nav a {
	color:#fff;
}

#spacer {
  height: 700px;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: contain !important;
}

#spacer-link {
  background-color: #1c458a;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
transform: scale(1);
transition: all 0.5s;
}
#spacer-link:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}

.hr {
  width: 200px;
  height: 2px;
  background-color: #3890d3;
  margin: 2rem 0;
}

.bg-green {
  background-color: #458a1c;
  color: #fff;
  padding: 3rem;
}

.green-text, .green-text:hover {
  color: #458a1c;
  text-decoration: none;
}

.contactinput, .contactinput:hover, .contactinput:focus {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  opacity: 1;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2rem 0;
}

*:focus {
  outline: none;
}

.contacttextarea, contacttextarea:focus, contacttextarea:hover {
  padding: 1rem 0;
  background: transparent !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  opacity: 1;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
	color: #fff;
}

.dostępny {
  color: #458a1c;
}

.border-link {
  color: #000;
  text-decoration: none;
  border: solid 1px #233389;
  padding: 0.2rem;
  margin: 0 0.2rem;
white-space: nowrap;
}
.border-link:hover {
	cursor: pointer;
}

tr td {
    padding: 2rem 0.5rem;
	border: 0;
}
tr td.check {
	background-color: #D3D3D3;
}
#map {
	height: 600px;
}
.wyslij {
	background-color: #fff;
	padding: 1rem;
	color: #000;
	border: 0;
	outline: 0;
	box-shadow: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff; opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff; opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff; opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff; opacity: 1;
}
.ico-position {
	height: 70px;
}
.map-ico {
	width: 80px;
	display: flex;
	justify-content: center;
}
.map-ico img {
	max-height: 30px;
}
.map-pozycja {
	color: #fff;
	font-size: 15px;
	text-align: left;
}
@media all and (min-width:992px){
	.map-pozycja {
	font-size: 12px;
	}
}
table {
	font-size: 10px;
}
.border-link {
	font-size: 12px;
}
.bord td {
		padding: 0.1;
	}
@media all and (min-width:992px) {
	table {
		font-size: 15px;
	}
	.border-link {
		font-size: 15px;
	}
	.bord td {
		padding: 2rem 1rem;
	}
}

.mobile-table {
	border-bottom: solid 1px #C3C3C3;
	outline: 0;
}

@media all and (min-width:992px) {
	.bord {
		border-bottom: solid 1px #C3C3C3;
	}
}

.mobile-table tr td {
	padding: 3rem auto !important;
}
.status {
	text-transform: uppercase;
}

.wolny {
	color:#68CD2B;
}
.zarezerwowany {
	color: #cf6b00;
}
.sprzedany {
	color: #c5001c;
}

.not-allowed:hover {cursor: not-allowed !important;}

::placeholder {
  color: #fff !important;
  opacity: 1 !important; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff !important;
}