/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

body {
	font-family: 'expresswaylight';
	color:#261d16;
}

body.single-apartamenty{
	background: #fff;
}

.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	text-decoration:none!important;
}
a:hover {
	text-decoration:none!important;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p{
	font-size: 24px;
	line-height: 34px;
}

.c-button{
	display: inline-block;
}

.c-button.white{
	background: transparent;
}

.c-button.white:hover{
	background: transparent;
}

.c-button.back{
	padding-left: 55px;
}


.c-button.back:before{
	content: "";
	width: 55px;
	height: 100%;
	background: url(../img/back.png) no-repeat 60% center;
	background-size: 15%;
	position: absolute;
	left:0;
	top:0;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1380px;
	width: 100%;
	margin:0 auto;
	position:relative;
	padding-right: 65px;
	padding-left: 65px;
}
/* header */
.header {

}
/* logo */
.logo {
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	left:50px;
	display: flex;
	align-items: center;

}

.logo a{
	text-decoration: none;
}
.logo-img-1 {
	width: 115px;
	height: auto;
	margin-right: 25px;
	top: -5px;
	position: relative;
}

.logo-img-2 {
	width: 75px;
	height: auto;
}


.nav {
	width: 100%;
	height: 100%;
}

.nav > div{
	display: block;
	height: 100%;
	width: 100%;
}

.nav ul{
	padding: 0;
	margin: 0;
	height: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
}

.nav li{
	height: 100%;
	list-style: none;
}

.nav li a{
	font-size: 16px;
	color:#787a7d;
	display: block;
	text-transform: uppercase;
	height: 100%;
	display:flex;
	align-items: flex-end;
	text-decoration: none;
	position: relative;
	padding: 0 30px 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	transition: .3s;
}


.nav li a:before{
	position: absolute;
	top:-3px;
	width: 100%;
	left: 0px;
	background: #003b6c;
	height: 3px;
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}


.nav li a:hover,
.nav li.current-menu-item a,
.nav li.current-page-ancestor a{
	color:#252525;
}

.nav li a:hover:before,
.nav li.current-menu-item a:before,
.nav li.current-page-ancestor a:before{
	top:0;
	opacity: 1;
	visibility: visible;
}

#tel{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color:#003b6c;
	font-size: 16px;
	position: absolute;
	right:100px;
	bottom:30px;
}

#tel a{
	color:inherit;
	display: block;
	padding-left: 35px;
	position: relative;
}

#tel a:after{
	position: absolute;
	left:0;
	width: 30px;
	height: 30px;
	background: url(../img/tel.png) no-repeat center;
	background-size:70%;
	content: "";
	top:-3px;
}

#newsy{
	position: absolute;
	top:0;
	right: 100px;
}

#newsy a{
	background: #efefef;
	color:#787a7d;
	display: inline-block;
	line-height: 20px;
	font-size: 12px;
	padding: 6px 18px;
	font-family: "Roboto", sans-serif;
	transition: .3s;
}

#newsy a:hover{
	color:#003b6c;
}

#right{
	position: fixed;
	height: 100%;
	width: 50px;
	right:0;
	top:0;
	background: #251c15;
	z-index: 100;
	font-family: 'Roboto', sans-serif;
	transition: .3s;
	transition-delay: .2s;
}

#right:hover,
#right.active{
	width: 260px;
}

#right button{
	background: transparent;
	outline: 0;
	border:0;
	display: inline-block;
	width: 18px;
	height: 15px;
	position: absolute;
	top:70px;
	right: 16px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#right button span{
	position: absolute;
	left:0;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 0;
}

#right button .sp1{
	top:1px;
}

#right button .sp2{
	top:50%;
	margin-top: -1px;
}

#right button .sp3{
	bottom:0;
}

#right ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-right: 21px;
	padding-left: 30px;
}

#right li{
	margin: 12px 0;
	width: 100%;
}

#right li a .tit{
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

#right:hover li a .tit,
#right.active li a .tit{
	opacity: 1;
	visibility: visible;
	transition-delay: .3s;
}

#right li a{
	color:#fff;
	opacity: .5;
	transition: .2s;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	max-height: 20px;
	overflow: hidden;
}

#right li.active a{
	opacity: 1;

}

#right li span.dot{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right:0;
	top:5px;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 10px 10px 0;
}
.wp-caption.alignleft {
	margin:5px 10px 10px 0;
}
.wp-caption.alignright {
	margin:5px 0 10px 10px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

#masthead{
	height: 120px;
	position: relative;
	background: #fff;
	left:0;
	top:0;
	width: 100%;
	z-index: 99;
}

#masthead > div{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1);
	background: #fff;
	height: 120px;
}

#masthead .inner{
	width: 100%;
	padding: 0 100px 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#social{
	position: absolute;
	right:100px;
	top:4px;
	display: none;
}

#social ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#social ul li{
	display: inline-block;
}

#social ul a{
	display: block;
	width: 26px;
	height: 26px;
	color:#003b6c;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1, h2, h3,
.title{
	font-family: 'le_havre_layersprimary';
	margin: 0;
}

h1, .title{
	color:#3a3b3e;
	text-transform: uppercase;
}

h2{
	text-transform: uppercase;
}

.swiper-pagination .swiper-pagination-bullet{
	margin-left: 12px;
	font-size: 16px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	width:auto;
	height: auto;
	background: transparent;
	opacity: 1;
	outline: 0;
	transition: .3s;
	line-height: 24px;
}

.swiper-pagination .swiper-pagination-bullet-active{
	transform: scale(1.6);
	top: -1px;
	position: relative;
}

.swiper-pagination .swiper-pagination-bullet:first-child{
	margin-left: 0;
}

/* s1*/

.s1{
	height:calc(100vh - 120px);
	background-image:url(../img/bg_s1.png);
	background-size: cover;
	background-position: center;
}


.s1 h1{
	font-size: 66px;
	line-height: 60px;
}

.s1 h2{
	color:#957773;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2;
	margin-bottom: 35px;
}

#toBottom{
	height: 70px;
	width: 70px;
	position: absolute;
	left:40px;
	bottom:-35px;
	z-index: 9;
	background: #957773;
	cursor: pointer;
	transition: .3s;
}

#toTop2{
	width: 50px;
	height: 50px;
	right:0;
	top:100%;
	margin-top: -50px;
	background: #d2d5db;
	cursor: pointer;
	transition: opacity .3s;
	position: fixed;
	opacity: 0;
	visibility: hidden;
}

#toTop2.active{
	opacity: 1;
	visibility: visible;
}

#toTop2.active2{
	position: absolute;
	top:-50px;
	margin-top:0;
}

.touch #toTop2{
	position: fixed!important;
	top:initial!important;
	bottom:0!important;
}

#toTop2:hover,
#toBottom:hover{
	background: #003b6c;
}

#toTop2 img,
#toBottom img{
	max-width: 16px;
	height: auto;
}

/* s2 */

.s2{
	height: calc(100vh - 120px);
	margin-top: 120px;
	padding-top: 200px;
	position: relative;
	min-height: 600px;
}

.page-id-277 .s2{
	height: 100vh;
}

.s2 .bg{
	top:0;
	left:0;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.s2 .title{
	color:#fff;
	font-family: "Roboto",sans-serif;
	font-size: 60px;
	line-height: 70px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.16);
	text-transform: initial;
}

.s2 .title span{
	font-weight: 300;
}

/* s3 */

.s3{
	padding: 160px 0 120px;
	position: relative;
	overflow: hidden;
}

.s3.bg{
	background: #957773 url(../img/bg_s3.png);
	background-size: cover;
	background-position:center;
}

.s3 .title{
	font-size: 44px;
	line-height: 50px;
}

.s3.color2 .title{
	color:#7eaad2;
}

.s3.font2 .title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

.s3.bg .title{
	color:#372826;
}

.s3.bg p{
	color:#fff;
}

.color2{
	position: relative;
}

.color2:after{
	content: "";
	height: 100%;
	background: #f1ece7;
	position: absolute;
	left:0%;
	top:0;
	z-index: -1;
	width: 530px;
	max-width: 100%;
}

/* s4 */

.s4{
	padding: 230px 0;
	margin-bottom: 170px;
	position: relative;
	overflow: hidden;
}

.s4.atmosfera{
	padding-bottom: 560px;
}

.s4 .bg{
	padding: 0px 75px 0px;
	height: 584px;
	background: #3a3b3e;
	z-index: 9;
}


.s4 .title{
	color:#fff;
	line-height: 50px;
	font-size: 44px;
	margin-bottom: 35px;
}

.s4 p{
	color:#b7b8bc;
	font-size: 18px;
	line-height: 24px;
}

.s4 .img-block{
	position: absolute;
	left:50%;
	right: 50%;
	top:50%;
	bottom: 50%;
	transform: translate(-50%, -50%);
}

.s4 .img-block-1{
	transform: translate(-200%, -200%);
	z-index: 8;
}

.s4 .img-block-2{
	transform: translate(-130%, -50%);
	z-index: 7;
}

.s4.galeria-historia .img-block-2{
	width: 585px;
	height: 462px;
}

.s4.galeria-historia .img-block-3{
	width: 300px;
	height: auto;
	transform: translate(340px, 190px);
}

.s4.galeria-historia .img-block-4{
	width: 300px;
	height: auto;
	transform: translate(220px, -30px);
}


.s4.galeria-historia .img-block-6{
	width: 400px;
	height: auto;
	transform: translate(10%, -190%);
}

.s4.galeria-historia .img-block-7{
	width: 200px;
	height: auto;
	transform: translate(-110%, -180%);
}

.s4.atmosfera .img-block-2{
	transform: translate(-180%, -25%);
}

.s4 .img-block-3{
	transform: translate(-175%, 100%);
	z-index: 6;
}

.s4.atmosfera .img-block-3{
	transform: translate(-100%, 0%);
}

.s4 .img-block-4{
	transform: translate(85%, -30%);
	z-index: 5;
}

.s4.atmosfera .img-block-4{
	transform: translate(15%, 70%);
}

.s4 .img-block-5{
	transform: translate(35%, -100%);
	z-index: 4;
}

.s4.atmosfera .img-block-5{
	transform: translate(-105%, 120%);
}

.s4 .img-block-6{
	transform: translate(-50%, -150%);
	z-index: 3;
}

.s4.atmosfera .img-block-6{
	transform: translate(55%, -10%);
}

.s4.atmosfera .img-block-7{
	transform: translate(95%, -100%);
	z-index: 2;
}

.s4.atmosfera .img-block-8{
	transform: translate(-15%, -230%);
	z-index: 1;
}


.s5 {
	margin-bottom: 50px;
}

.s5 .title{
	font-size: 24px;
	line-height: 34px;
}

.s5 .after-before{
	padding-top:70px;
	position: relative;
	height: auto;
}

.s5 .after-before .description{
	padding-bottom: 70px;
	position: relative;
}

.s5 .after-before:nth-child(2n+2){
	margin-top: 120px;
}

.s5 .after-before:before,
.s5 .after-before .description:after{
	content: "";
	position: absolute;
	left:15px;
	background: #957773;
	width: 1px;
	height:50px;
}

.s5 .after-before:before{
	top:0;
}

.s5 .after-before .description:after{
	bottom:0;
	left:0;
}

.s5 p{
	min-height: 120px;
	font-size: 18px;
	line-height: 30px;
}


/* s6 i s8 */
.s6, .s8 {
	padding: 115px 0;
	background: #fff;
}

.s6{
	padding-bottom: 0;
}

.s6 .title,
.s8 .title,
.s20 .title{
	color:#3a3b3e;
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 70px;
}

.s6 .status{
	position: absolute;
	left:35px;
	top:15px;
	color:#81bd81;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 10;
	font-family: 'le_havre_layersprimary';
}

.s6 .status.Zarezerwowany,
.s6 .status.Sprzedany{
	color:#ad7368;
}

.s6 .wdh{
  width: 70%;
  display: inline-block;
}


.s8 .title{
	margin-bottom: 120px;
}

.s8.font .title{
	font-family: "Roboto",sans-serif;
	text-transform: initial;
}

.s8.font2 .title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

.s8.color2 .title{
	color:#7eaad2;
}

.s8.color .title{
	color:#003b6c;
}

.s6 .col-xl-3{
	margin-bottom: 30px;
}

.s6 .border2 a{
	position: relative;
	z-index: 9;
	text-decoration: none;
	color:inherit;
	display: block;
	border:1px solid #dcd7d6;
	transition: .3s;
}

.s6 .border2 a:hover{
	border-color: #3a3b3e;
}

.s6 .content{
	border-top:1px solid #dcd7d6;
	background: #f7f4f3;
	padding: 15px 30px 30px;
	transition: .3s;
}

.s6 a:hover .content{
	background: #3a3b3e;
	border-color: #3a3b3e;
}

.s6 .image{
	height: 290px;
}

.s6 .image img{
	max-width: 95%;
	height: auto;
	max-height: 90%;
	width: auto;
}


.s6 h3{
	color:#3a3b3e;
	font-size: 20px;
	line-height:20px;
	margin-bottom: 20px;
	transition: .3s;
}

.s6 a:hover h3{
	color:#fff;
}

.s6 .content p{
	color:#261d16;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	transition: .3s;
}

.s6 a:hover p{
	color:#fff;
}

.s7{
	background: #fff;
	padding-top: 115px;
}

.s7 .row-title{
	margin-bottom: 70px;
}

.s7 .title{
	color:#3a3b3e;
	font-size: 46px;
	line-height: 50px;
}

.s7.color2 .title{
	color:#7eaad2;
}

.s7.font2 .title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

.s7 #map{
	height: 100vh;
	max-height: 1080px;
	min-height: 350px;
}

.s7 .col-8 > div{
	margin-left: 30px;
}

.s7 .col-8 > div:first-child{
	margin-left: 0;
}

.s7 label{
	margin-bottom: 0;
}

.s7 img{
	margin: 0 10px;
}

.wpcf7 .row{
	margin-bottom: 25px;
}

.font2 .wpcf7 .row{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

.wpcf7 #toTop{
	margin-top: -50px;
}

.wpcf7-form-control-wrap{
	display: block;
	position: relative;
}

.wpcf7 textarea,
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
	width: 100%;
	padding: 20px 0px 15px;
	border:0;
	outline: 0;
	border-bottom:1px solid #babec6;
	font-size: 18px;
	line-height: 18px;
	color:#babec6;
	transition: .3s;
	position: relative;
	display: block;
	border-radius: 0;
}

.wpcf7 textarea{
	height: 300px;
}

.c-button,
.wpcf7 button{
	background: #4a4d57;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border:0;
	outline: 0;
	padding: 0 25px;
	position: relative;
	transition: .3s;
	letter-spacing: 2px;
	overflow: hidden;
}

.color2 .wpcf7 button{
	background: #bb9b73
}

.c-button:after,
.wpcf7 button:after{
	content: "";
	width: 30px;
	height: 100%;
	background: url(../img/left.png) no-repeat center;
	background-size: 25%;
	position: absolute;
	right:0px;
	top:0;
	opacity: 1;
	transform:translateX(0px);
}

.c-button:hover:after,
.wpcf7 button:hover:after{
	animation: trackBallSlide 0.6s linear 1;
}




@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform:translateX(0px);
  }

	60% {
		opacity: 1;
	}

  99% {
		opacity: 0;
    transform: translateX(55px);
  }
  100% {
		transform: translateX(0px);
  }



}


span.c-button{
		padding-right: 25px;
}

span.c-button:after{
	display: none;
}

.c-button:hover,
.wpcf7 button:hover{
	background:#003b6c;
}

.color .wpcf7 button{
	background: #00aeef;
}

.color2 .wpcf7 button:hover{
	background: #7eaad2;
}

.wpcf7 textarea:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus{
	border-color:#252525;
	color:#252525;
}

.color .wpcf7 textarea:focus,
.color .wpcf7 input[type="tel"]:focus,
.color .wpcf7 input[type="text"]:focus,
.color .wpcf7 input[type="email"]:focus{
	border-color:#003b6c;
}

.addlabel2{
	font-size: 12px;
	line-height: 12px;
	color:#3a3b3e;
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}

.wpcf7 input[type="tel"]:focus + .addlabel2,
.wpcf7 input[type="text"]:focus + .addlabel2,
.wpcf7 input[type="email"]:focus + .addlabel2{
	opacity: 1;
	visibility: visible;
}


.wpcf7-acceptance{
	color:#252525;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.wpcf7-acceptance .wpcf7-list-item{
	margin-left: 0;
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio]{
	display: none;
}

.wpcf7-acceptance .wpcf7-list-item-label{
	padding-left: 44px;
	position: relative;
	display: block;
}

.wpcf7-acceptance .wpcf7-list-item-label:before{
	position: absolute;
	left:0;
	content: "";
	top:3px;
	background: #d2d5db;
	width: 22px;
	height: 12px;
	transition: .3s;
}

.wpcf7-acceptance .wpcf7-list-item-label:after{
	position: absolute;
	left:1px;
	top:4px;
	width: 10px;
	height: 10px;
	background: #fff;
	content: "";
	transition: .3s;
}

.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before{
	border-color:#261d16;
	background: #261d16;
}

.color .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before{
	border-color:#00aeef;
	background: #00aeef;
}

.color2 .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before{
	border-color:#7eaad2;
	background: #7eaad2;
}


.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after{
	left:11px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #babec6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #babec6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #babec6;
}
:-moz-placeholder { /* Firefox 18- */
  color: #babec6;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.wpcf7 .wpcf7-not-valid-tip{
	font-size: 12px;
	line-height: 16px;
	color:#b94a48;
	font-family: 'Roboto', sans-serif;
}


.wpcf7 .wpcf7-response-output{
	padding: 10px 15px 10px 15px;
	margin-bottom: 18px;
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.wpcf7 .wpcf7-mail-sent-ok{
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.s9{
	padding: 120px 0 0;
	background: #fff;
}

.main-container .s9:first-child{
	padding-top: 100px;
}



.s9 .title{
	color:#003b6c;
	font-size: 60px;
	line-height: 70px;
	font-family: "Roboto", sans-serif;
	text-transform: initial;
}

.s9 .description{
	margin-top: 65px;
}

.s9 .description p{
	font-size: 18px;
	line-height: 29px;
	color:#252525;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

.s10{
	padding-top: 120px;
	padding-bottom: 65px;
}

.s10 .title{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
	font-family: "Roboto", sans-serif;
	color:#003b6c;
	font-weight: 400;
	text-transform: initial;
	height: 28px;
}

.s10 .bl{
	padding: 55px 0 55px 55px;
	border-left: 3px solid #d2d5db;
}

.s10 p{
	font-size: 18px;
	line-height: 29px;
	color:#252525;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

.s10 p span{
	font-weight: 400;
	color:#003b6c;
}

.s11{
	position: relative;
	padding-top: 80px;
	margin-top: 70px;
}

.s11.padding-150{
	padding-bottom: 150px;
}

.s11 .wrapper_news{
	margin-bottom: 80px;
}

.s11 .wrapper_news .title{
	color:#003b6c;
	font-size: 60px;
	line-height: 70px;
	font-family: "Roboto", sans-serif;
	text-transform: initial;
	font-weight: 400;
}

.s11 .swiper-slide{
	border:1px solid #d2d5db;
	height: auto;
}

.s11 .swiper-slide .date{
	bottom:30px;
}

.page-template-page-aktualnosci .s11 .col-md-6{
	margin-bottom: 30px;
}

.page-template-page-aktualnosci .s11 .swiper-slide{
	height: 100%;
}

.page-template-page-aktualnosci .s11 .date{
	bottom: 45px;
}

/*.s11 .swiper-slide > a{

	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 12;
}*/

.s11 .content{
	padding: 30px 30px 60px;
	background: #fff;
	transition: .3s;
	z-index: 10;
}

/*.s11 .swiper-slide:hover .content{
	top:0;
	background: transparent;
}*/

.s11 .title{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-transform: initial;
	color:#252525;
	transition: .3s;
}

/*.s11 .swiper-slide:hover .title{
	color:#fff;
}*/

.date{
	position: absolute;
	bottom:45px;
	left:30px;
	padding-left: 22px;
	font-size: 12px;
	line-height: 14px;
	font-family: "Roboto", sans-serif;
	color:#252525;
	transition: .3s;
}

/*.swiper-slide:hover .date{
	color:#fff;
}*/

.date:before,
.date:after{
	position: absolute;
	left:0;
	top:0;
	width: 22px;
	height: 12px;
	background: url(../img/calendar_color.png) no-repeat left center;
	content: "";
	transition: .3s;
	opacity: 1;
	visibility: visible;
}

.date:after{
	background: url(../img/calendar_white.png) no-repeat left center;
	opacity: 0;
	visibility: hidden;
}


/*.swiper-slide:hover .date:before{
	opacity: 0;
	visibility: hidden;
}*/

/*.swiper-slide:hover .date:after{
	opacity: 1;
	visibility: visible;
}*/


.s11 .b{
	position: absolute;
	left:30px;
	bottom:30px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

/*.s11 .swiper-slide:hover .b{
	opacity: 1;
	visibility: visible;
	z-index: 10;
}*/

.s11 .c-button{
	color:#fff;
	background: #00aeef;
}

.s11 .bg{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 59, 108, 0.95);
	transition: .3s;
	z-index: 9;
}


/*.swiper-slide:hover .bg{
	opacity: 1;
	visibility: visible;
}*/

.s11 .swiper-pagination{
	margin-top: 35px;
	position: static;
	text-align: left;
}

.s11 .swiper-pagination .swiper-pagination-bullet{
	color:#787a7d;
}


.s11 .swiper-pagination .swiper-pagination-bullet-active{
	color:#252525;
}

.swiper-button-next,
.swiper-button-prev{
	background-color:#00aeef;
	background-image: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	position: static;
	margin: 0;
	outline: 0!important;
}

.swiper-button-next{
	margin-bottom:1px;
}

.swiper-button-next img{
	margin-top: 2px;
	margin-left: 2px;
}

.swiper-button-prev img{
	margin-top: -2px;
	margin-left: -2px;
	transform: rotate(180deg);
}

#news_navigation{
	position: absolute;
	left:50%;
	right: 50%;
	top:230px;
	margin-left: -740px;
}

.home #news_navigation{
	top: 80px;
}

.s12{
	background: #fff;
	padding-top: 120px;
}

.s12 .row{
	margin: 0;
}

.s12 .col-6{
	padding-left: 0;
}

.s12 .col-6:nth-child(2n+2){
	padding-left:15px;
	padding-right: 0;
}


.s12 .image{
	position: relative;
}

.s12 .title{
	position: absolute;
	left:50px;
	top:50px;
	color:#fff;
	font-family: "Roboto", sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 36px;
	text-transform: initial;
}

.s12 .button{
	position: absolute;
	left:50px;
	bottom:50px;
}

.s12 .c-button{
	background: #3ac9ff;
	color:#fff;
}

.s13{
	background: #fff;
	padding-top: 120px;
	padding-bottom: 30px;
}

.s13 .image{
	height: 70px;
	margin-bottom: 20px;
}

.s13 .description p{
	color:#003b6c;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}

.s14{
	padding-top: 60px;
}

.main-container .s14:first-child{
	padding-top: 90px;
}

.s9 + .s14 {
	padding-top: 150px;
}

.s14 .title{
	font-family: "Roboto", sans-serif;
	color:#003b6c;
	font-size: 40px;
	line-height: 46px;
	text-transform: initial;
}

.s15{
	padding-top: 60px;
	overflow: hidden;
}

.s15 .row:first-child{
	margin-bottom: 25px;
}

.s15 .row:nth-child(2) {
	margin: 0;
}

.s15 .row:nth-child(2) .col-lg-4{
	border-left:2px solid #1d3054;
	padding-left: 25px;
}

.s15 .left{
	padding-left: 0;
}

.s15 .title{
	color:#1d3054;
	font-size: 36px;
	text-transform: initial;
	font-family: "Roboto", sans-serif;
	margin-bottom: 30px;
	font-weight: 300;
}

.s15 p{
	margin-bottom: 0;
	line-height: 24px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.s15 p.strong{
	color:#003b6c;
	font-size: 20px;
	font-weight: 400;
}

.s15 .c-button{
	background: #00aeef;
	color:#fff;
}

.s15 img{
	max-width: 770px;
	width:100%;
	height:auto;
}

.s16{
	position: relative;
	height: calc(100vh - 155px);
}

.s16 .swiper-slide{
	background-size: cover;
	background-position:center;
}

.s16 h1{
	color: #fff;
	font-family: "Roboto",sans-serif;
	font-size: 60px;
	line-height: 70px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.16);
	text-transform: initial;
	margin-bottom: 25px;
}

.s16 h1 span{
	font-weight: 300;
}

.s16 .description{
	margin-bottom: 55px;
}

.s16 .description p{
	margin-bottom: 0;
	font-size: 18px;
	line-height: 28px;
	color:#fff;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.16);
}

.s16 .c-button{
	background: #00aeef;
	color:#fff;
}

.s16 #toBottom{
	background: #032f57;
}

.s16 #toBottom:hover{
	background: #00aeef;
}

.s16 .abs{
	position: absolute;
	bottom:70px;
	left:0;
	width: 100%;
	z-index: 12;
}

.s16 .abs .wrapper{
	height: 24px;
}

.s16 .abs2{
	height: 100%;
	bottom: initial;
	top:0;
	width: 100%;
}

.s16 .abs3{
	z-index: 15;
}

.s16 .swiper-pagination{
	width: 100%;
	position: static;
	text-align: right;
}

.s16 .swiper-pagination .swiper-pagination-bullet{
	color:#fff!important;
}

.s17 .row{
	position: relative;
	z-index: 3;
}

.s17{
	height: 100vh;
	position: relative;
	margin-top: 120px;
	background-size: cover;
	min-height: 660px;
	overflow: hidden;
}

.s17 .title{
	color: #fff;
	font-family: "Roboto",sans-serif;
	font-size: 60px;
	line-height: 70px;
	color:#003b6c;
	text-transform: initial;
	margin-top: 120px;
	margin-bottom: 25px;
}

.s17 .description{
	margin-bottom: 55px;
}

.s17 .description p{
	margin-bottom: 0;
	color:#252525;
	font-size: 18px;
	line-height: 28px;
	font-family: "Roboto",sans-serif;
	font-weight: 300;
}

.s17 .c-button{
	background: #00aeef;
	color:#fff;
}

.s17 .abs{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
}

.s17 .c-border{
	padding: 35px 0 35px 40px;
	border-left:1px solid #fff;
}

.s17 .ikony .description{
	margin-bottom: 0;
}

.s17 .ikony .description p{
	color:#003b6c;
	line-height: 24px;
}


.s17 .ikony  .image {
	height: 70px;
	margin-bottom: 20px;
}

.s17 .bg{
	top:0;
	left:0;
	background-size: cover;
	background-position: center;
}

.s18{
	padding-top: 90px;
}


.s18 .wrapper{
	overflow: hidden;
}

.s18 .boxed{
	float: left;
	width: calc(50% - 15px);
	margin-right: 30px;
	text-align: right;
	margin-bottom: 30px;
}

.s18 .boxed:nth-child(2n+2){
	margin-right: 0;
	text-align: left;
}

.s18 .boxed:nth-child(3){
	margin-top: -90px;
	text-align: right;
}

.s18 .boxed:nth-child(5){
	margin-top: -70px;
}

.s18 .boxed:nth-child(3) .inner,
.s18 .boxed:nth-child(4) .inner,
.s18 .boxed:nth-child(5) .inner,
.s18 .boxed:nth-child(6) .inner{
	max-width: 550px;
}

.s18 .boxed_2{
	margin-top: 120px;
}

.s18 .boxed .inner{
	position: relative;
	display: inline-block;
}

.s18 .boxed .inner:after{
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.2);
	content: "";
}

.s18 .boxed .b,
.s18 .boxed .title,
.s18 .boxed .subtitle{
	position: absolute;
	z-index: 1;
}

.s18 .boxed .title{
	top:64px;
	left:40px;
	color:#fff;
	font-size: 36px;
	line-height: 42px;
	font-family: "Roboto",sans-serif;
	font-weight: 300;
	text-transform: initial;
	padding-right: 30px;
}

.s18 .boxed .subtitle{
	line-height: 16px;
	font-size: 14px;
	font-family: "Roboto",sans-serif;
	color:#fff;
	text-transform: uppercase;
	font-weight: 300;
	left:40px;
	top:40px;
	letter-spacing: 2px;
}


.s18 .boxed .b{
	bottom:40px;
	left:40px;
}

.s18 .boxed .c-button{
	background: #00aeef;
	color:#fff;
}

.s19{
	padding-top: 60px;
}

.s19 img{
	border:0!important;
	height: auto;

}

.s19 .gallery-item{
	width: calc((100% / 3) - 10px)!important;
	margin-right: 15px;
}

.s19 .gallery-item:nth-child(3n+3){
	margin-right: 0;
}

.swiper-pagination{
	background: none;
}

#colophon{
	background: #d2d5db;
	padding: 55px 0;
	position: relative;
	z-index: 101;
}

#colophon p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 15px;
}

#colophon p:last-child{
	margin-bottom: 0;
}

#colophon a{
	font-size: inherit;
	line-height:inherit;
	color: inherit;
}

#colophon ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#colophon .nota .small{
	font-size: 12px;
	line-height: 20px;
}

#colophon .copy{
	margin-top: 40px;
	font-size: 12px;
	line-height: 16px;
}

#colophon .copy ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#colophon .copy li{
	display: inline-block;
	margin-left: 45px;
}

#colophon .copy li:first-child{
	margin-left: 0;
}

#colophon .copy li a{
	color:#252525;
	font-size: 12px;
	line-height: 16px;
}

#colophon a:hover{
	color:#00aeef;
}

#cookie-notice{
	box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.2);
}

#cookie-notice .cookie-notice-container{
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
	padding-right: 65px;
	padding-left: 65px;
	text-align: left;
}

#cookie-notice #cn-notice-text{
		display: block;
}

#cookie-notice #cn-accept-cookie{
	margin-left: 0;
	margin-top: 10px;
	padding-right: 25px;
	color:#fff;
}

#cookie-notice #cn-accept-cookie:after{
	display: none;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
	padding-right: 0!important;
}

.pum-container .popmake-title{
	color: #7eaad2!important;
	margin: 30px auto 0;
	font-family: 'Roboto Condensed', sans-serif!important;
	font-weight: 300!important;
	text-transform: uppercase;
	padding: 0 60px;
}

.pum-container .s8{
	padding-top: 60px;
	padding-bottom: 60px;
}

/* page-template-default */

.page-template-default #right button{
	display: none!important;
}

.page-template-default .content{
	margin-top: 170px;
	margin-bottom: 120px;
}

.page-template-default .content header{
	margin-bottom: 35px;
}

.page-template-page-aktualnosci .s11{
	margin-top: 0px;
	margin-bottom: 80px;
}

.page-template-page-aktualnosci .s11 .swiper-slide{
	margin-bottom: 30px;
}

.page-template-page-aktualnosci #right{
	background: #003b6c;
}

.page-template-page-aktualnosci #right button{
	display: none;
}

.single-post #right{
	background: #003b6c;
}

.single-post #right button{
	display: none;
}

.single-post .date{
	position: relative;
	left:initial;
	top:initial;
	bottom: initial;
	margin-top: 20px;
}

.single-post .content{
	margin-top: 30px;
}


.single-post .content p{
	font-family: "Roboto",sans-serif;
	font-size: 18px;
	line-height: 29px;
	color:#252525;
	font-weight: 300;
}

.single-post #colophon{
	margin-top: 150px;
}

/*sekcja */

.single-apartment{
	padding-top: 155px;
	font-family: 'Roboto', sans-serif!important;
}

.single-apartment .images{
	margin-top: 80px;
}

.single-apartment h1{
	font-size: 60px;
	line-height: 70px;
	text-transform: initial;
	color:#3a3b3e;
	font-family: 'Roboto', sans-serif;
	margin-top: 30px;
}

.single-apartment .cena{
	color:#3a3b3e;
	font-size: 24px;
	line-height: 70px;
	margin-bottom: 20px;
}

.single-apartment .cena a{
	color: inherit;
}

.single-apartment .bb{
	font-size: 18px;
	line-height: 60px;
	border-bottom:1px solid #d2d5db;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#3a3b3e;
}


.single-apartment .plany{
	margin-top: 55px;
}

.single-apartment .c-button{
	padding-right: 25px;
	color:#fff;
}

.single-apartment .c-button:after{
	display: none;
}

.single-apartment .c-button.white{
	color:#252525;
}

.single-apartment .c-button.back{
	padding-right: 0;
}

.single-post #post{
	padding-top: 155px;
	font-family: "Roboto", sans-serif;
}

.single-post .c-button{
	color:#00aeef;
}

.single-post h1{
	font-family: "Roboto",sans-serif;
	font-size: 60px;
	line-height: 70px;
	color:#003b6c;
	text-transform: initial;
}

@media only screen and (max-width: 1480px) {

	#news_navigation{
		margin-left: -695px;
	}

}

@media only screen and (max-width: 1440px) {

	.nav ul{
		padding-left: 60px;
	}

	.nav li a{
		padding-left:20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1390px) {

	.nav li a{
		padding-left:10px;
		padding-right: 10px;
	}

	.s17{
		background-position: 60% bottom;
		background-color: #dbe7e0;
	}

	#news_navigation{
		display: none;
	}
}


@media only screen and (max-width: 1280px) {

	.logo-img-1{
		margin-right: 10px;
	}

	.nav li a{
		font-size: 15px;
	}

	.single-apartment h1{
		font-size: 42px;
		line-height: 52px;
	}

}

@media only screen and (max-width: 1200px) {

	p{
		font-size: 20px;
		line-height: 30px;
	}

	.s1{
		height: initial;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.s1 .col-xl-6:first-child{
		margin-bottom: 60px;
	}


	.s3 .title br{
		display: none;
	}

	.s3 .title{
		margin-bottom: 40px;
	}

	.s4 .bg{
		padding: 60px 30px;
		height: auto;
	}

	.s5 p{
		min-height: initial;
	}

	.s5 .after-before:nth-child(2n+2){
		margin-top: 60px;
	}

	.s7{
		padding-top: 60px;
		padding-bottom: 0;
	}

	.s7 .filters{
		margin-top: 30px;
	}

	.main-container .s9:first-child{
		padding-top: 170px;
	}

	.s10{
		padding-top: 60px;
		padding-bottom: 0;
	}

	.s11, .page-template-page-aktualnosci .s11{
		margin-top: 60px;
		padding-top: 0;
	}

	.s12{
		padding-top: 60px;
	}

	.s13 .description p{
		font-size: 16px;
		line-height: 22px;
	}

	.s15 .col-xl-4{
		padding-left: 15px;
		margin-bottom: 20px;
	}

	.s15 .col-xl-8 img{
		max-width: initial;
		width: 100%;
		height: auto;
	}

	.s15 .row:nth-child(2).info{
		margin-left: -15px;
		margin-right: -15px;
	}

	.s15 .info .col-lg-4{
		margin-bottom: 20px;
	}

	.s15 .info .col-lg-4:last-child{
		margin-bottom: 0
	}


	.s15 .title{
		margin-bottom: 10px;
	}

	.single-apartment .images{
		margin-top: 30px;
	}


}

@media only screen and (max-width: 992px){

	body.active .main-container{
		filter: blur(4px);
	}

	#masthead{
		height: 80px;
		z-index: 9999;
	}

	#masthead > div{
		height: 80px;
	}

	#masthead .inner{
		padding-left: 65px;
		padding-right: 65px;
	}

	.mobile_menu{
		position: absolute;
		right: 60px;
		border:0;
		outline: 0!important;
		background: transparent;
		width:30px;
		height: 20px;
		padding: 0;
		margin: 0;
		top:30px;
		z-index: 101;
	}

	.mobile_menu span{
		width: 100%;
		position: absolute;
		height: 2px;
		background: #003b6c;
		left:0;
		transition: .3s;
	}

	.mobile_menu span.sp1{
		top:2px;
	}

	.mobile_menu.active span.sp1{
		transform: rotate(-45deg) translateX(-10px);
	}

	.mobile_menu span.sp2{
		top:50%;
		margin-top: -1px;
	}

	.mobile_menu.active span.sp2{
		opacity: 0;
		visibility: hidden;
		transform: translateX(10px);

	}

	.mobile_menu span.sp3{
		bottom:2px
	}

	.mobile_menu.active span.sp3{
		transform: rotate(45deg) translateX(-10px);
	}

	.nav{
		opacity: 0;
		visibility: hidden;
		transform: translateY(-100%);
		position: absolute;
		top:0px;
		background: #fff;
		height: initial;
		padding-top: 80px;
		transition: .3s;
		padding-bottom: 30px;
		box-shadow: 0 3px 3px 3px rgba(0,0,0,0.1);
	}

	.nav.active{
		opacity: 1;
		visibility: visible;
		transform: translateY(0%);
	}

	.nav ul{
		display: block;
		height: initial;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.nav li {
		display: block;
		padding: 0 60px;
	}

	.nav li a{
		display: block;
		border-bottom:1px solid #efefef;
		padding: 15px 0;
	}

	.nav li:last-child a{
		border-bottom:0;
	}

	.nav li a:before{
		display: none;
	}

	.logo{
		left:65px;
	}

	.logo-img-1{
		width: 90px;
		margin-right: 15px;
	}

	.logo-img-2{
		width: 60px;
	}

	#newsy{
		opacity: 0;
		visibility: hidden;
		left:60px;
		right: initial;
		transform: translateY(-100px);
	}

	body.active #newsy{
		opacity: 1;
		visibility: visible;
		transition: .3s;
		transition-delay: .3s;
		transform: translateY(0px);
	}

	.s1{
		padding-top: 80px;
	}

	.page-id-277 .s1{
		height: 80vh;
	}

	.page-id-277 .s1 .col-xl-6:first-child{
		margin-bottom: 0;
	}

	.s2{
		height: initial;
		margin-top: 30px;
		padding-top: 30px;
		min-height: initial;
	}

	.page-id-277 .s2{
		margin-top: 0;
		padding-top: 0;
	}

	.s2 .bg{
		height: initial;
		position: static!important;
		padding-top: 56.25%;
	}

	.s2 .title{
		padding-top: 0;
		margin-bottom: 30px;
		color: #003b6c;
		text-shadow: none;
	}

	.page-id-277 .s6 .title{
		margin-bottom: 40px;
	}

	.s7 .row-title {
		margin-bottom: 30px;
	}

	.s7 .col-lg-3{
		margin-bottom: 20px;
	}

	.s7 .d-inline-block{
		width: 140px;
	}


	.s9{
		padding-top: 60px;
	}

	.main-container .s9:first-child{
		padding-top: 50px;
	}


	.s9 .description{
		margin-top: 25px;
	}

	.s9 .description p{
		margin-bottom: 0;
	}

	.s10 .bl{
		padding: 0;
		border-bottom: 3px solid #d2d5db;
	  border-left: 0;
	}

	.s10 .col-lg-4:first-child .bl{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.s10 .col-lg-4:nth-child(2) .bl,
	.s10 .col-lg-4:nth-child(3) .bl{
		border-bottom:0;
	}

	.s10 .title{
		font-size: 22px;
	}

	.s10 .title{
		height: auto;
	}

	.s10 p{
		margin-bottom: 0;
	}

	.s11 .swiper-slide{
		width: 280px!important;
	}

	.page-template-page-aktualnosci .s11 .swiper-slide{
		width: auto!important;

	}

	.s11 .swiper-pagination{
		text-align: center;
	}

	.s11.padding-150{
		padding-bottom: 60px;
	}

	.s12 .title{
		left: 60px;
		top:40px;
		padding-right: 50px;
	}

	.s13{
			padding-top: 60px;
			padding-bottom: 0;
	}

	.s13 .col-sm-6{
		margin-bottom: 30px;
	}

	.s13 .col-sm-6:nth-child(3),
	.s13 .col-sm-6:nth-child(4){
		margin-bottom: 0;
	}

	.main-container .s14:first-child {
    padding-top: 50px;
	}

	.s15{
		padding-top: 30px;
	}

	.s15 .row:nth-child(2) .col-lg-4{
		border-left:0;
		padding-left: 15px;
	}


  .s16{
    height: initial;
		overflow: hidden;
  }

  .s16 .swiper-slide{
    padding-top: 56.25%;
    height: auto;
  }

  .s16 .abs2{
    position: static;
    background: #0054a6;
    padding: 20px 0;
  }

  .s16 .abs3{
    bottom: initial;
    top:100%;
    margin-top: -60px;
    position: absolute;
  }

  .s16 .swiper-pagination{
    text-align: center;
  }

	.s17{
		height: initial;
		margin-top: 40px;
	}

	.s17 .title{
		margin-top: 60px;
	}

	.s17 .description{
		margin-bottom: 35px;
	}

	.s17 .abs{
		position: static;
		margin-top: 30px;
		padding-bottom: 40px;
	}

	.s17 .c-border{
		border:0;
		padding-left: 0;
		padding-bottom: 0;
	}

	.s17 .ikony .description p{
		font-size: 14px;
		line-height: 20px;
	}

	.s17 .bg{
		position: relative!important;
		padding-top: 56.25%;
		top:0;
		left:0;
		background-size: cover;
		background-position: center;
		height: initial!important;
	}

	.s17 .bg:after{
		content: "";
		width: 100%;
		height: 50px;
		top:0px;
		left:0;
		background: -moz-linear-gradient(top, rgba(219,231,224,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(219,231,224,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(219,231,224,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe7e0', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
		position: absolute;
	}

	.s18{
		padding-top: 60px;
	}

	.s18 .wrapper{
		padding-left: 0;
		padding-right: 0;
	}

	.s18 .boxed{
		width: 100%;
		margin-bottom: 20px;
	}

	.s18 .boxed_2{
		margin-top: 0px;
	}

	.s18 .boxed:nth-child(3), .s18 .boxed:nth-child(5){
		margin-top: 0;
	}

	#right{
		display: none!important;
	}

	#colophon{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#colophon .col-lg-3:first-child{
		margin-bottom: 30px;
	}

	.nota{
		margin-top: 30px;
	}

	.call{
		width: 50px;
		height: 50px;
		background: #003b6c;
		border-radius: 50%;
		left:10px;
		bottom:10px;
		z-index: 95;
	}


}


@media only screen and (max-width: 768px) {

		#masthead .inner {
			padding-left: 20px;
			padding-right: 20px;
		}

		.mobile_menu{
			right: 20px;
		}

		.logo{
			left:20px;
		}

		.wrapper{
			padding-left: 20px;
			padding-right: 20px;
		}

		.s2 .title{
			font-size: 40px;
	    line-height: 50px;
		}

		.s5 .after-before,
		.s5 .after-before:nth-child(2n+2){
			margin-top: 0px;
			margin-bottom: 60px;
		}


		.s5 .after-before:last-child{
			margin-bottom: 0!important;
		}

		.s5 .after-before:before, .s5 .after-before .description:after{
			left:50%;
			right:50%;
			margin-left: -0.5px;
		}

		.s4{
			padding-top: 80px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 600px;
			margin-bottom: 0;
		}

		.s4.atmosfera{
			padding-bottom: 600px;
		}

		.s4 .img-block-1{
    	transform: translate(-25%, -5%);
		}

		.s4 .img-block-2{
    	transform: translate(-105%, -20%);
		}

		.s4 .img-block-3{
			transform: translate(0%, 60%);
		}


		.s4 .img-block-4{
 			transform: translate(-86%, 113%);
		}

		.s4.atmosfera .img-block-2{
			transform: translate(-87%, -7%);
			z-index: 3;
		}

		.s4.atmosfera .img-block-4 {
    	transform: translate(15%, 70%);
			z-index: 5;
		}

		.s9 .title{
			font-size: 40px;
    	line-height: 50px;
		}

		.s9 .description p{
			font-size: 16px;
			line-height: 26px;
		}

		.s11 .wrapper_news{
			margin-bottom: 60px;
		}

		.s11 .wrapper_news .title{
			font-size: 40px;
			line-height: 50px;
		}

		.s12 .col-md-6:last-child{
			margin-top: 15px;
		}

		.s12 .title{
			left:20px;
			top:20px;
		}

		.s12 .button{
			left:20px;
			bottom:20px;
		}

    .s16 h1{
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 15px;
    }

    .s16 .description{
      margin-bottom: 20px;
    }

    .s16 .description p{
      font-size: 16px;
      line-height: 24px;
    }

		.s17 .title{
			font-size: 40px;
    	line-height: 50px;
			margin-top: 30px;
			margin-bottom: 10px;
		}

		.s17 .description {
			margin-bottom: 30px;
		}

		.s17 .description p{
			font-size: 16px;
			line-height: 24px;
		}

		.s18 .boxed .title{
			left:20px;
			top:44px;
		}

		.s18 .boxed .subtitle{
			left:20px;
			top:20px;
		}

		.s18 .boxed .b{
			left:20px;
			bottom:20px;
		}

		.img-block-5,
		.img-block-6,
		.img-block-7,
		.img-block-8{
			display: none;
		}

}



@media only screen and (max-width: 576px) {

	p{
		font-size: 16px;
		line-height: 26px;
	}

	.s1{
		padding-bottom: 60px;
	}

	.s1 .wrapper .row{
		padding-top: 60px;
	}

	.s1 h1 {
    font-size: 36px;
    line-height: 30px;
	}

	.s2 .title {
    font-size: 24px;
    line-height: 34px;
	}

	.s3{
		padding: 60px 0 40px;
	}

	.s3 .title {
	  font-size: 24px;
	  line-height: 34px;
	}


	.s4{
		padding-bottom: 500px;
	}

	.s4.atmosfera{
		padding-bottom: 400px;
	}

	.s4 .title {
    line-height: 36px;
    font-size: 32px;
	}

	.s4 p{
		font-size: 16px;
	}

	.s6 .wdh{
		width: 65%;
	}


	.s7 .title{
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.s7 .filters{
		margin-top: 10px;
	}

	.s6, .s8{
		padding: 60px 0;
	}

	.s6{
		padding-bottom: 0;
	}

	.s6 .title, .s8 .title, .s20 .title {
		font-size: 24px;
		line-height: 34px;
	}

	.s8 .title{
		margin-bottom: 60px;
	}

	.s8 .col-sm-6{
		margin-bottom: 10px;
	}

	.s9 .title {
    font-size: 24px;
    line-height: 32px;
	}

	.s11 .wrapper_news .title{
		font-size: 30px;
		line-height: 40px;
	}

	.s13 .col-sm-6:nth-child(3){
		margin-bottom: 30px;
	}

  .s16 h1{
    font-size: 24px;
    line-height: 32px;
  }

	.s17 .title{
		font-size:24px;
		line-height: 32px;
	}

	.s17 .ikony .description p{
		font-size: 14px;
		line-height: 18px;
	}

	.s17 .description br{
		display: none;
	}

	.s18 .c-button{
		padding-left: 0;;
		background: transparent!important;
		height: 16px;
		line-height: 16px;
		font-weight: 700;
	}

	.single-apartment{
		padding-top: 120px;
	}

	.wpcf7 .row:nth-child(1),
	.wpcf7 .row:nth-child(2){
		margin-bottom: 0;
	}

	.wpcf7 textarea{
		margin-bottom: 25px;
	}

	.wpcf7 br{
		display: none;
	}

}
