html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Montserrat', Arial;
	color: #212121;
    font-weight: 400;
	font-size:17px;
	line-height:26px;
	background:#fff;
}
	
a {
	color: #212121;
	text-decoration: none;
	outline: 0px;
}

b, strong {
    font-weight: 600
}

a:hover {
	color: #777;
}

a img {
	border: 0px;
}

p { margin: 0 0 15px; }

p.big {
    font-size:19px;
    line-height: 28px;
}
p.bold {
    font-weight: bold;
}
h1 {
	color: #000;
	font-family: 'Montserrat', Arial, Tahoma;
	font-size: 40px;
	font-weight: 900;
	line-height: 42px;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	color: #000;
	font-family: 'Montserrat', Arial, Tahoma;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px;
	margin: 0 0 20px 0;
	padding: 0;
}

h3 {
	color: #000;
	font-family: 'Montserrat', Arial, Tahoma;
	font-size: 23px;
	font-weight: 900;
    text-transform: uppercase;
	line-height: 32px;
	margin: 0 0 14px 0;
	padding: 0 0 0;
}


h4 {
	color: #000;
	font-family: 'Montserrat', Arial, Tahoma;
	font-size: 19px;
    text-transform: uppercase;
	font-weight: 900;
    border-bottom: 1px solid #eee;
	line-height: 20px;
	margin: 35px 0 15px 0;
	padding: 0 0 5px;
}

h5 {
	color: #008cc8;
	font-family: 'Montserrat', Arial, Tahoma;
	font-size: 19px;
	font-weight: 900;
	line-height: 25px;
	margin: 0 0 12px 0;
	padding: 0;
}

.titleBox {
    width:100%;
    margin-bottom: 25px;
    font-size: 20px;
}

.titleBox h2, .titleBox h3 {
	margin: 0 0 30px 0;
    color: #221f1f;
    padding-bottom: 27px;
    text-transform: uppercase;
    font-size: 35px;
    background: url(img/titleBg.png) no-repeat left bottom;
    font-weight: 900;
}

.titleBox h2 span, .titleBox h3 span {
    font-weight: 300;
}

#sample-apartments .titleBox h2 {
    text-align: center;
    background: url(img/titleBgCenter.png) no-repeat center bottom;
}

.simpleList ul {
    margin:0;
    padding:0;
    overflow: hidden
}

.simpleList ul li {
    background: url(img/dot.png) no-repeat 0 10px;
    list-style: none;
    margin-bottom: 15px;
    width: 98%;
    padding:0 0 0 25px;
}

.centerRow {
    width: 100%;
    text-align: center;
    float: left;
}
.more {
    color:#fff !important;
    font-size:17px;
    background:#1a1e29;
    display:block;
    font-weight: 300;
    text-transform: uppercase;
    margin:35px 0 0;
    line-height: 18px;
    float:left;
    padding: 13px 15px 13px;
}
.centerRow .more {
    float: none;
    width: 165px;
    text-align: center;
    margin: 0 auto 0;
}
.more:hover {
	background:#000;
}

.more.backLink {
    margin-top:40px
}

.more.small {
    float: right;
    background: #215ea3;
    padding: 7px 12px;
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: 0;
}
.more.small:hover {
    background: #259e42;
}
header {
    display: block;
    float: left;
	position:relative;
    height: 145px;
    position: fixed;
    transition: height 0.3s ease 0s;
    width: 100%;
    z-index: 101;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(255,255,255,0.7211659663865546) 0%, rgba(255,255,255,0) 100%);
	-moz-box-shadow: 0 0 18px RGB(0,0,0,0.0);
	-webkit-box-shadow: 0 0 18px RGB(0,0,0,0.0);
	box-shadow: 0 0 18px RGB(0,0,0,0.0);
}

header.smaller {
    height: 90px;
    background: #fff;
	-moz-box-shadow: 0 0 14px RGB(0,0,0,0.3);
	-webkit-box-shadow: 0 0 14px RGB(0,0,0,0.3);
	box-shadow: 0 0 14px RGB(0,0,0,0.3);
}

#topRow .container-wide {
    position: relative;
    width: auto;
    padding: 0 65px
}

header.smaller #topRow {
    height: 90px;
}


#mainLink {
    position:absolute;
    top: 40px;
    left: 40px;
    width: 271px;
    height: 94px;
    background: url(img/mainLink.png) no-repeat bottom center;
	transition: all 0.3s ease-in-out 0s;
    background-size: 271px auto;
	z-index: 100;
}

#mainLink:hover {
    top: 35px;
}

header.smaller #mainLink {
    top: 15px;
    height: 60px;
    width: 190px;
    background-size: 190px auto;
}

.socialBox {
  position: absolute;
    top: 55px;
    right: 25px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.socialBox a {
  float: left;
  background: #000;
  width: 43px;
  margin-left: 12px;
  height: 43px;
  text-align: center;
  font-size: 21px;
  line-height: 43px;
  color: #fff;
}


header.smaller .socialBox {
    top: 24px;
}


.container {
	width:1350px;
	margin: auto;
}

a.fadeLink {
	transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
	 -moz-opacity: 1.0; opacity: 1.0; filter: alpha(opacity=100);
}

a:hover.fadeLink {
	-moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70);
}

.zoomLink {
	transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
}

.zoomLink:hover {
	transform: scale(1.07);
}

#mainMenu {
    z-index: 100;
    float: right;
    margin-right: 145px;
    margin-top: 55px;
    transition: all 0.3s ease-in-out 0s;
}

header.smaller #mainMenu {
    margin-top: 24px;
}

#mainMenu ul {
    padding: 0;
    margin: 0;
}

#mainMenu ul {
	padding: 0;
	margin: 0;
}

#mainMenu li {
	display: inline;
	float: left;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding:0;
}

#mainMenu li:last-child {
	border-right:none;
}

#mainMenu li a {
	font-size: 19px;
	color: #1a1e29;
    line-height: 1;
	font-family: 'Montserrat', Arial;
	float: left;
    text-shadow: 0 1px 0 RGB(255,255,255,0.2);
	transition: padding 0.4s ease 0s;
	font-weight: bold;
	padding: 12px 16px 12px;
	margin: 0;
}

#mainMenu li:hover a.menuTop {
	color: #fff;
	background:#1a1e29;
	cursor:pointer;
}

body {
  /* These styles don't have to be on body,
     they could be on an element that wraps around
     the left-flyout-nav and the content. 
     This is to prevent a problem on Chrome that
     leaves the width of the container with the 
     added width of the flyout nav even after it's been
     hidden. */
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.layout-left-flyout {
  height: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 0;
  -moz-transition: visibility 0 linear 0.2s;
  -o-transition: visibility 0 linear 0.2s;
  -webkit-transition: visibility 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: visibility 0 linear 0.2s;
  background: #1a1e29;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
  visibility: visible;
  z-index: 1;
  -moz-transition: z-index 0 linear 0.2s;
  -o-transition: z-index 0 linear 0.2s;
  -webkit-transition: z-index 0 linear;
  -webkit-transition-delay: 0.2s;
  transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 270px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cbFlyNav-wrap > nav {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0 ease-in-out;
  -o-transition: -o-transform 0 ease-in-out;
  -webkit-transition: -webkit-transform 0 ease-in-out;
  transition: transform 0 ease-in-out;
  /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.layout-right-content {
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;

  z-index: 1;
  /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
  background: #fff;
  /*background: #E72534;*/
}

.layout-right-content.isCbFlyNavActive {
  -moz-transform: translate3d(270px, 0, 0);
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
  min-width: 320px;
}

.icon-cbmore {
    box-shadow: 1px -1px 0 0 #fff inset;
    content: "";
    float: right;
    margin-top: 4.5px;
    padding: 4.5px;
    transform: rotate(225deg);
}

.nav-flyout-navmask, .nav-flyout-contentmask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-flyout-contentmask {
  z-index: 1;
    height: 100vh;
}

.nav-flyout-navmask {
  right: 180px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
/* Menu Toggle */
.btn-navbar {
	display: block;
    height: 32px;
    padding: 6px 0;
    position: absolute;
    width: 60px;
    z-index: 1;
}

.btn-navbar-navtoggle {
	background: #000;
}

.btn-navbar .icon-bar {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #fff;
  margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
}
@media screen and (min-width: 767px) {
  .btn-navbar {
    display: none;
  }
}
/* Navbar Styles */
.navbar {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .navbar .nav-collapse {
    display: none;
  }
  #mainMenu { left: 15px; right:auto }
}
@media screen and (min-width: 321px) {
  .navbar {
    height: auto;
    position: relative;
    width: auto;
	transition: all 0.3s ease 0s;
    padding: 0;
  }
}
/* Mobile First Nav */
.the-nav ul.nav-flyout {
  display: block;
  margin-bottom: 15px;
  float: none;
  padding:10px 0 0 0;
  height: 100%;
}
.the-nav ul.nav-flyout > li {
  float: none;
  display: block;
  width: 270px;
}
.the-nav ul.nav-flyout li a {
  color: #FFF !important;
  display: block;
  text-decoration: none;
  width:auto;
  font-size:17px;
  padding: 11px 15px;
  text-transform: uppercase;
  margin-right: 0;
}
.the-nav ul.nav-flyout li ul li a {
    float: left;
	padding:0 !important;
    font-size: 17px !important;
    font-weight: normal !important;
    width: 155px !important;
}
.the-nav ul.nav-flyout li a:hover {
  color:#e68022;
}
.the-nav ul.nav-flyout .dropdown {
  position: static;
}
.the-nav ul.nav-flyout .dropdown .subnav {
  float: none;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding:10px 0 0 0 !important;
  left: auto;
  width: 0;
  min-width: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  background: #ff0000;
  transition: width .2s ease-in-out;
}
.the-nav ul.nav-flyout .dropdown .subnav a {
  color:#fff !important
}
.the-nav ul.nav-flyout .dropdown .subnav > li {
  width: 180px;
  padding:6px 0 6px 15px;
  border-bottom: 1px dashed #999;
}
.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
  width: 180px;
  padding-top: 30px;
  padding-left:0;
  
}
.the-nav.is-inactive ul.nav-flyout > li > a {
  opacity: .2;
   
}
.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
  opacity: 1;
  color:
 
}

/* Large Screen Styles*/
@media screen and (min-width: 321px) {
 
  .the-nav {
    display: table;   /* Allow the centering to work */
	margin: 0;
  }

  .the-nav .nav {
    display: block;
  }

  .the-nav .nav-pill:after {
    content: "";
    display: table;
    clear: both;
  }

  .the-nav > .nav {
    margin: 0;
    line-height: normal;
  }
/* Active State */
  .the-nav > .nav > li:hover > a {
    color: #303030;
  }

  .the-nav > .nav > li:hover .subnav {

  }

  .the-nav > .nav > li:hover .caret {
    border-top-color: #303030;
    border-bottom-color: #303030;
  }

  /* Subnav */
  .nav > li > .subnav {
    display: none;
    position: absolute;
    top: 99%;
    left: 0;
    margin: 0;
    background:#ff0000;
  }
    
  .nav li ul.subnav {
    padding: 15px 0 15px 15px !important;
    width: 265px;
      
  }

  .nav li .subnav li {
    margin: 0 !important;
	display:block !important;
	float:left;
    border-right:none !important;
	border-bottom:1px solid RGB(255,255,255,0.2);
	width:100%;
  }
  .nav li .subnav li:last-child {
	border-bottom:none;
  }

  .nav li.dropdown .subnav li a {
    color: #fff !important;
	display:block !important;
	font-size:17px !important;
	line-height: 23px !important;
	width:100%;
	font-weight:300 !important;
	text-transform:none !important;
	border-right:none !important;
	padding: 7px 0px 7px 0 !important;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
  }
    .nav li.dropdown .subnav.long li a {
	width:290px;
  }
  .nav li .subnav li:hover a {
    color: #fff68d !important;
  }

}

.wrapper {
	width:100%;
	float:left;
}

.wrapper.padding {
	padding:75px 0 60px;
}

#inwestycja {
    background: #fff url(img/mainBg.jpg) no-repeat;
    background-position: 30% 0;
}

#gallery {
    background: #ff0000;
    color:#fff;
}

#gallery h2 {
    color:#ffee2d;
}

#gallery .centerRow .more {
    background:#ffee2d;
    color: #2e2e2e !important;
}

#gallery .centerRow .more:hover {
    background:#008cc8;
    color: #fff !important;
}

body.subpage .wrapper.padding, .paddingSub {
	padding:65px 0 35px;
}

body.subpage.inwestycja .paddingSub {
    padding: 0;
}

.paddingSub .container ul {
    margin-bottom: 35px;
}
.paddingSub .container ul li {
    margin-bottom: 6px;
}
.wrapper.paddingBottom {
	padding:0 0 75px 0;
}

#contentWrapper {
	background:#eee url(img/subBg.jpg) bottom center;
	padding: 150px 0 35px;
}

#contentWrapper h1 {
	margin:0 50px 0 0;
	font-weight:900;
	color:#fff;
	font-size:37px;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #000;
	line-height:37px;
}

#contentWrapper h1 p {
	margin:0;
}

.fluid-wrapper {
    height: 0;
    padding-bottom:18%;
    position: relative;
}

.fluid-wrapper iframe {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/****** SLIDER *******/
.owl-dots { position:absolute; right:2%; bottom:20px; display:block; z-index:1000 }
	.owl-dots .owl-dot { display:inline; margin:0 5px; float:left }
		.owl-dots .owl-dot span { width:23px; height:23px; background:#fff; border-radius:100%; float:left }
			.owl-dots .owl-dot.active span { background:#1f4266; }

.slider-wrap{ position:relative; }
#slider .item { width:100%; height: 100vh; background-size: cover; position: relative}
#slider .item a { display:block;line-height:1;}
#slider-wrap .slider-nav { position:absolute;right:0;bottom:0;z-index:}
.slider-nav a{color:#000;cursor:pointer;text-decoration:none;display:inline-block;margin:0px;font-size:2em;padding:10px; background:rgba(255,255,255,0.4);line-height:1;opacity:0.5;}
.slider-nav a:hover{opacity:1;}
.slider-nav a:first-child{margin:0 1px 0 0;}

.price-badge { position: absolute; bottom: 30%; right: 0; font-size:30px; line-height:1.0; text-transform: uppercase; color:#fff; text-shadow:0 2px 0 #000; font-weight: 300; padding: 13px 25px 15px; background: rgb(0,0,0); background: linear-gradient(270deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);  }
.captionWrapper {position:absolute; bottom:0; left:0; width:100%;display:block;}
		.captionBox {display:block; float:left; max-width:800px; padding: 30px 50px 30px 35px; background: url(img/sliderBg.png) repeat-y top left;}
            .captionBox h4 {font-size:30px; line-height:1.0; text-transform: uppercase; color:#fff; margin:0; text-align: left; text-shadow:0 2px 0 #000; font-weight: 800; border:none; padding: 0; }
            .captionBox h4 span { color:#fff; text-shadow:0 1px 0 #000; font-weight:300; }

.animate-me{
   opacity:1;
   -webkit-transition: opacity 1500ms linear;
   -moz-transition: opacity 1500ms linear;
   -o-transition: opacity 1500ms linear;
   -ms-transition: opacity 1500ms linear;
   transition: opacity 1500ms linear;
}

/* 
* 	Core Owl Carousel CSS File
*	v1.24
*/
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel {display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing { cursor:url(grabbing.png) 8 8, move;}
.owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x : 50%;-webkit-perspective-origin-y : 50%;-moz-perspective : 1200px;-moz-perspective-origin-x : 50%;-moz-perspective-origin-y : 50%;perspective : 1200px;}
.owl-fade-out {z-index: 10;-webkit-animation: fadeOut .7s both ease;-moz-animation: fadeOut .7s both ease;animation: fadeOut .7s both ease;}
.owl-fade-in {-webkit-animation: fadeIn .7s both ease;-moz-animation: fadeIn .7s both ease;animation: fadeIn .7s both ease;}
.owl-backSlide-out {-webkit-animation: backSlideOut 1s both ease;-moz-animation: backSlideOut 1s both ease;animation: backSlideOut 1s both ease;}
.owl-backSlide-in {-webkit-animation: backSlideIn 1s both ease;-moz-animation: backSlideIn 1s both ease;animation: backSlideIn 1s both ease;}
.owl-goDown-out {-webkit-animation: scaleToFade .7s ease both;-moz-animation: scaleToFade .7s ease both;animation: scaleToFade .7s ease both;}
.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}
.owl-fadeUp-in {-webkit-animation: scaleUpFrom .5s ease both;-moz-animation: scaleUpFrom .5s ease both;animation: scaleUpFrom .5s ease both;}
.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both;-moz-animation: scaleUpTo .5s ease both;animation: scaleUpTo .5s ease both;}

@-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}

.slider-wrap .owl-theme .owl-controls{ position:absolute; bottom:10px; right:0; width:100% }
	.slider-wrap .owl-pagination { width:1170px; margin:auto; text-align:right }
.slider-wrap .owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */margin: 5px;padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
border-radius: 30px;background: #869791;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.slider-wrap .owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.slider-wrap .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.slider-wrap .owl-theme .owl-controls .owl-page span{background:#fff;display: block;width: 12px;height: 12px;margin: 5px 7px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}

.slider-wrap .owl-theme .owl-controls .owl-page.active span,
.slider-wrap .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#ff9902;}

.slider-wrap .owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.slider-wrap .owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center;}

/****** END OF SLIDER *******/



/****** CONTENT GRID CSS *******/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 3% 4%;
}

body.index .container .col { margin-bottom:0 }

body.index .container .col.teamIntro  { margin-bottom:30px }

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
	margin:0 0 3% 0;
}

.span_11_of_12 {
  	width: 91.33%;
}
.span_10_of_12 {
  	width: 82.66%;
}

.span_9_of_12 {
  	width: 74%;
}

.span_8_of_12 {
  	width: 65.33%;
}

.span_7_of_12 {
  	width: 56.66%;
}

.span_6_of_12 {
  	width: 48%;
}

.span_5_of_12 {
  	width: 39.33%;
}

.span_4_of_12 {
  	width: 30.66%;
}

.span_3_of_12 {
  	width: 22%;
}

.span_2_of_12 {
  	width: 13.33%;
}

.span_1_of_12 {
  	width: 4.666%;
}
.first {
	margin-left:0;
}
.last {
	margin-right:0;
}

.padding {
	padding:45px 0 10px;
}

.col.right { float:right }

.col.pull-right { text-align:right }

.col img { max-width:100%; height:auto }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom:25px;
	margin-top:25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	
	left: 0;
	width: 100%;
	height: 100%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}

/****** END OF CONTENT GRID CSS *******/

.fluid-wrapper {
    height: 0;
    padding-bottom:21%;
    position: relative;
}

.fluid-wrapper iframe {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.feature.map {
  height:100%;
}
.feature.map iframe {
    height:100%;
    width:100%;
    border:0;
 }

.socialLink {
    color: #fff;
    margin-right: 12px;
    display: inline;
    float:left;
    border-radius: 100%;
    margin-top: -7px;
    background: #000000;
    transition: all 0.3s ease 0s;
    padding: 5px 11px;
    font-size: 20px;
    width: 17px;
    text-align: center;
}

.socialLink em {
    color: #fff;
}

.socialLink:hover {
    background: #c80122;
}

body.subpage #gallery {
	overflow:hidden;
	width:100%;
    background: none;
}

#gallery .miniatureWrapper {
	display:inline;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
	position:relative
}

#gallery .miniatureWrapper span {
	position:absolute;
	bottom:0; left:0;
	background:#877762;
	color:#fff;
	padding:5px 10px
} 
#gallery .miniatureWrapper a img {
	display:block;
	float:left;
}

.parallaxBox { padding:105px 0 95px; background: url(img/parallax.jpg) 50% 100% no-repeat; background-attachment: fixed; border-top: 1px solid #fff; font-size: 17px; line-height: 27px; color:#fff; }
.parallaxTitle { overflow: hidden }
	.parallaxBox h3 { float:left; width: 100%; text-transform:uppercase; color:#fff; font-size:55px; line-height:55px; font-weight:900; border:none; padding:0; margin:0 0 25px } 
    .parallaxBox h3 span { color:#fff; font-size:45px; line-height:45px; text-transform: uppercase; font-weight:300; } 

#contactBox { float:left; width:460px }

#formBox { float:right; width:100%; margin-top:30px; }

#sample-apartments {
    background: #f6f6f6;
}

.newsIntro {
    transition: all 0.3s ease 0s;
    background-size: 100% auto;
}
.newsIntro:hover {
    -moz-box-shadow: 0 0 19px #b7b7b7;
	-webkit-box-shadow: 0 0 19px #b7b7b7;
	box-shadow: 0 0 19px #b7b7b7;
    background-size: 103% auto;
}
.newsIntro .inner {
    height: 210px;
    position: relative;
}

.newsIntro .inner .newsTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color:#fff;
    text-shadow: 0 1px 0 #000;
    padding:8px 0 10px;
    font-size:16px;
    background: RGB(181,123,73,0.8)
}

.promoIntro {
    transition: all 0.3s ease 0s;
    background-size: 100% auto;
}
.promoIntro:hover {
    -moz-box-shadow: 0 0 19px #eee;
	-webkit-box-shadow: 0 0 19px #eee;
	box-shadow: 0 0 19px #eee;
    background-size: 103% auto;
}
.promoIntro .inner {
    height: 290px;
    position: relative;
}
.promoIntro.col {
    margin-bottom: 3% !important;
}
.promoIntro .inner .promoTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:17px 0 15px;
    width: 100%;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
    background:#c1901d;
}
.promoIntro .inner .promoTitle p{
    margin:0;
    padding:0;
}
.promoIntro .inner .promoTitle p img {
    display:block;
    margin:auto;
}
.mainIntro.col {
	margin-bottom:0
}
.mainIntro.col:first-child {
	margin:0
}
.mainIntro .description {
	font-size:17px;
	line-height:27px;
}
.mainIntro .description p{
	margin:0;
}

.articleLink {
	float:left;
	margin-bottom:20px;
	width:100%;
}

.articleLink a {
	font-size:20px;
	font-weight:bold;
	color:#404040;
}

.articleLink a:hover {
	color:#3f3e98;
}

.articleLink a span {
	color:#3f3e98;
}

.newsMore a {
    background:#3f3e98;
    color:#fff;
    font-weight: bold;
    padding:6px 15px;
    float:right;
    margin-top:20px;
}
.newsMore a:hover {
    background:#e1a400;
}
.scrollup { width:40px; height:40px; text-indent:-9999px;  position:fixed; bottom:35px; right:40px; display:none; background: url('img/icon_top.png') no-repeat; }	

body.subpage .container img { max-width:100%; height:auto; }

.simpleTable { border-collapse:collapse; border:1px solid #CCC; width:100% }
	.simpleTable td { border:1px solid #CCC; padding:6px 5px; text-align:center; }
	.simpleTable th { border:1px solid #CCC; padding:6px 5px; text-align:center; font-weight:bold; line-height:23px; font-size:17px; }

.scrollup { width:40px; height:40px; text-indent:-9999px;  position:fixed; bottom:35px; right:40px; display:none; background: url('img/icon_top.png') no-repeat;}


#formWrapper {
    background: #f5f5f5;
    padding-bottom:25px;
    z-index: 99;
    position: relative
}

.iconsBox {
    margin-top: 80px;
    float: left;
    width: 100%;
}
.iconIntro:hover .iconTitle, .iconIntro:hover .iconMore {
    color: #000
}
.iconTitle {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.35;
    color:#1f4266;
    margin: 10px 0 2px;
}
.iconDate {
    font-weight: normal;
    font-size: 14px;
    color:#838383;
    margin: 0 0 7px;
}
.iconDesc {
    font-size: 15px;
    line-height: 22px;
    color:#000;
    margin: 0 0 25px;
}
.iconMore {
    font-size: 18px;
    color:#000;
    text-decoration: underline;
}


.box.gallery {
    padding: 25px 0 30px;
    text-align: center;
}

.box.gallery h3 {
    color: #000;
}
.box .col {
    margin-bottom: 0;
}

ul.arrowList {
    padding-left:10px;
    margin-top:10px !important;
}

ul.arrowList li {
    padding-left:25px;
    list-style: none;
    margin-bottom:19px;
    background: url(img/arrow.png) 0 5px no-repeat;
    font-size:17px;
    line-height: 26px;
}

.simpleTable {
    border:1px solid #ccc;
    width:100%;
    border-collapse: collapse
}

.simpleTable th {
    padding:10px 5px 10px 15px; font-size:17px; text-align:left; font-weight:bold; background-color:#ebf2f8; border:1px solid #ccc; line-height: 23px;
}

.simpleTable td {
    padding:15px 15px 10px 15px; font-size:16px; text-align:left; line-height:21px; border:1px solid #ccc 
}

select {
    width: 100%;
    margin-bottom: 20px;
}
.owl-carousel.karuzela .owl-stage-outer {
    padding: 10px 0;
}

.container-carousel {
    padding: 0 100px;
}
.container-carousel  .owl-carousel .owl-nav.disabled {
    display: block;
}

.carouselIntro {
    width: 400px;
    margin: auto;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.carouselIntro img {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.carouselIntro:hover img {
    -moz-box-shadow: 0 0 13px RGB(0,0,0,0.2);
    -webkit-box-shadow: 0 0 13px RGB(0,0,0,0.2);
    box-shadow: 0 0 13px RGB(0,0,0,0.2);
}

.carouselIntro .carouselPic img, .carouselIntro .carouselPic {
    float:left;
    display:block;
}

.carouselContent {
    width: 100%;
    padding:20px 0 0;
    text-align: center;
    float:left;
    font-size:21px;
    line-height: 1.37;
    color: #000;
}

.carouselContent .description{
    float:left;
    width:100%;
    font-size:17px;
    line-height: 24px;
}
.carouselIntro:hover .description  {
    color:#000
}


.paginatorContainer {
    display: none
}

#footer {
    background: #1a1e29;
    padding: 55px 0 50px;
    color:#fff;
}

#footer .col,
#copyright .col {
    margin-bottom: 0;
}


#footerLogo {
    margin-top: 20px;
    display: block;
}

#contact {
    width: 100%;
    line-height: 30px;
    float: right;
    font-size: 19px;
}

#contact a {
    color: #fff;
    font-weight: bold;
}
#contact a:hover {
    text-decoration: underline
}
#contact div.row {
    padding: 7px 0;
    font-size: 18px;
}
#contact em {
    font-size: 21px;
    width:27px;
    color: #fff;
}

#copyright {
    font-size:15px;
    width: 100%;
    background: #1a1e29;
    padding: 25px 0;
    text-align: center;
    float: left;
    border-top: 1px solid #38352e;
    color:#6f7076;
}

#copyright a {
    color:#6f7076;
}

#copyright a:hover {
    color:#fff;
}

@media screen and (min-width: 1920px) { 
    #slider .item img {
        width: 100%;
    }
    .parallaxBox, #footer {
        background-size: cover;
    }
}

.inwest {
    padding: 85px 0 50px;
    overflow: hidden;
    background-position: top left;
    background-repeat: no-repeat;
}
.inwest p {
    font-size:17px;
    line-height: 25px;
}

.inwest h3 {
    font-size: 35px;
	font-weight: 300;
	line-height: 40px;
	margin: 0 0 25px 0;
    width:100%;
	padding: 0 0 20px;
    background: url(img/titleBg.png) no-repeat 0 100%;
}

.inwest.grey h3 {
    background: url(img/decorGrey.png) no-repeat 0 100%;
}
.inwest#sekcja-1 {
    background-image: url(img/inwestycja-01.jpg);
    border-top:1px solid #fff;
}
.inwest#sekcja-2 {
    background-image: url(img/inwestycja-04.jpg);
    background-position: top right;
}
.inwest#sekcja-3 {
    background-image: url(img/inwestycja-03.jpg);
}
.inwest#sekcja-4 {
    background-image: url(img/inwestycja-02.jpg);
    background-position: top right;
    border-bottom:1px solid #fff;
}
.inwest#model {
    background-image: url(img/model.jpg);
}


.listHeader, .rowLink {
    width:100%;
}

.listHeader div {
    display: table-cell;
    background: #e9f0f7;
    padding:12px 1%;
    float:left;
    font-size: 16px;
    font-weight: bold;
}

.rowLink div {
    display: table-cell;
    padding:12px 1%;
    font-size:16px;
    float:left;
    color:#2e476d;
    border-bottom:1px solid #eee;
}

.rowLink div:nth-child(1), .listHeader div:nth-child(1) {
    width:18%
}

.rowLink div:nth-child(2), .listHeader div:nth-child(2) {
    width:18%
}

.rowLink div:nth-child(3), .listHeader div:nth-child(3) {
    width:18%
}

.rowLink div:nth-child(4), .listHeader div:nth-child(4) {
    width:18%
}

.rowLink div:nth-child(5), .listHeader div:nth-child(5) {
    width:18%
}

.rowLink:nth-child(odd) div {
    background: #f9fbff
}

.rowLink:hover div {
    background: #f9f6e5
}

.rowLink.reserved div {
    background: RGB(244,195,77,0.3);
}

.rowLink.reserved:nth-child(odd) div {
    background: RGB(244,195,77,0.2);
}

.rowLink.sold {
    pointer-events: none;
}

.rowLink.sold div {
    background: RGB(234,172,172,0.3);
}

.rowLink.sold:nth-child(odd) div {
    background: RGB(234,172,172,0.2);
}

.contact-link .name {
    font-weight: bold;
}
.greyRow { 
    padding:30px 40px;
    background: #eee;
    overflow: hidden;
}

.greyRow h3 { 
    margin-top:0;
    font-size: 25px;
}

.greyRow h6 { 
    margin:20px 0 0;
    font-size: 20px;
    padding-bottom:0;
    font-weight: 800;
    text-transform: uppercase;
}

.greyRow .more {
    margin: 25px 30px 0 0
}

.greyRow .extra-info {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.greyRow table { 
    width:100%;
    margin-bottom: 25px;
    text-align: left;
    font-size:16px;
}

.greyRow table td { 
    border-top:1px solid #fff;
    padding:4px 0 ;
}

.about .row {
    display: flex;
    overflow: hidden;
}

.about .aboutCol {
    width:50%;
    flex: 1;
}

.about #mainPic {
    
}

.about #aboutBox {
    background: #fff;
    padding:75px 0 65px;
}
.about #aboutBox h2 {
    color:#f6d84d;
    text-align: left;
    border-bottom:1px solid #6193b2;
    margin-bottom:28px;
    background-position: bottom left;
}
.about #aboutBox p.big {
    font-size:23px;
    line-height: 29px;
}

.about #aboutBox .content {
    padding:0 7%;
}

.map {
    overflow: hidden;
    margin: 20px 0 45px 0;
}

.legenda {
    width: 100%;
    float:left;
    margin-top: 30px;
    background: #ebeff2 url(img/kierunki.png) no-repeat 50% 50%;
    height: 88px;
}

.contact-page {
    padding: 5px 0 5px;
    font-size: 18px;
}

.contact-page em {
    font-size: 21px;
    width: 27px;
    color: #000;
}

div.infoRow {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #d6d6d6;
}

@media only screen and (max-width: 1350px) {
    
    .socialBox {
        right: 10px;
    }
    #mainMenu {
        margin-right: 120px;
    }
    #mainMenu li a {
        font-size: 17px;
        padding: 13px 9px 13px;
    }
}
    
@media screen and (min-width: 1920px) { 
    #inwestycja,
    .inwest#sekcja-2,
    .inwest#sekcja-3,
    .inwest#sekcja-4,
    .inwest#sekcja-1 {
        background-size: cover;
    }
}