/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020-02-05, 22:43:12
    Author     : Wojciech
*/

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

@import url('https://fonts.googleapis.com/css?family=Saira+Semi+Condensed:300,400,500,600&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap&subset=latin-ext');

body {
    color:#000 !important;
     -webkit-font-smoothing: antialiased;
     font-smooth: auto;
}
.image-wrapper {
    position: relative;
    display: inline-block;  
    width:100%;
    min-height:740px;
}

.image-wrapper img {
    width: auto !important;
    min-height: 740px;
}

.content-slider {
    display: flex;
    justify-content: center;
}

.content-slider-wrap {
    width: 100% !important;
}

.navbar-dark {
  /*  background-color: #1a293c !important;*/
  background-color: #ffffff !important;
}
/*
.navbar {
    font-family: 'Open Sans condensed';
    color:#048b48;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0.15em 0.35em 0
    rgba(0,0,0,0.135);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 1.5em;
}

.navbar-nav {
    padding: 10px;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
   background-color: #048b48;
   color:#fff !important;
   
}
.navbar-dark .navbar-nav .nav-link {
    color:#048b48;
}
.menu-item {
    font-weight:300;
    font-family: 'Saira Semi Condensed', sans-serif;
    color:#048b48;
    
    padding-left:10px;
    padding-right:10px;
    padding:10px;
}
.nav-item {
   padding-right:20px;
}
.menu-item:hover {
    background-color: #048b48;
    color:#fff !important;
}


.navbar-toggler-icon {
    width:2.5em;
    height:2.5em;
}

*/
.filter-btn {
    padding:5px 15px;
    font-family: 'Open Sans condensed';
    font-weight:600;
    color:#fff;
    border:1px solid #fff;;
    display:inline-block;
    cursor:pointer;
    font-size:14px;
    letter-spacing: 1px;
    margin-right:10px;
}

.filter-btn:hover {
     border:1px solid #fff;
     background-color:#fff;
     color:#000;
}

.active {
   /*  border:1px solid #fff;*/
     background-color:#fff;
     color:#000;
}
/* for slider */
html, body, .container {
	height: 100%;
}

.js .boxgallery,
.js .boxgallery div {
	position: absolute;
}

.js .boxgallery,
.bg-tile,
.bg-img {
	overflow: hidden;
}

.js .boxgallery,
.js .panel {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.panel {
	z-index: 0;
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.bg-tile {
	width: 50%;
	height: 50%;
}

.bg-tile:nth-child(2),
.bg-tile:nth-child(4) {
	left: 50%;
}

.bg-tile:nth-child(3),
.bg-tile:nth-child(4) {
	top: 50%;
}

.bg-img {
	width: 100%;
	height: 100%;
	background: #999;
}

.bg-img img {
	position: absolute;
	display: block;
	height: 200%;
}

@media screen and (min-aspect-ratio: 1280/850) {
	.bg-img img {
		width: 200%;
		height: auto;
	}
}

.bg-tile:nth-child(2) .bg-img img,
.bg-tile:nth-child(4) .bg-img img {
	left: -100%;
}

.bg-tile:nth-child(3) .bg-img img,
.bg-tile:nth-child(4) .bg-img img {
	top: -100%;
}

/* Navigation Arrow */
.boxgallery > nav span {
	position: absolute;
	top: 50%;
	z-index: 1000;
	display: block;
	width: 100px;
	height: 100px;
	outline: none;
	text-align: left;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.boxgallery > nav span.prev {
	left: 0;
}

.boxgallery > nav span.next {
	right: 0;
}

.boxgallery > nav i {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.boxgallery > nav span::before,
.boxgallery > nav span::after,
.boxgallery > nav i::before,
.boxgallery > nav i::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	outline: 1px solid transparent;
	background: #dbccd0;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.boxgallery > nav i::before,
.boxgallery > nav i::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.boxgallery > nav span::before,
.boxgallery > nav i::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.boxgallery > nav span.next::before,
.boxgallery > nav span.next i::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.boxgallery > nav span::after,
.boxgallery > nav i::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.boxgallery > nav span.next::after,
.boxgallery > nav span.next i::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.no-touch .boxgallery > nav span:hover i::before,
.no-touch .boxgallery > nav span:hover i::after {
	height: 50%;
}

.no-touch .boxgallery > nav span:hover::before,
.no-touch .boxgallery > nav span:hover i::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.no-touch .boxgallery > nav span.next:hover::before,
.no-touch .boxgallery > nav span.next:hover i::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.no-touch .boxgallery > nav span:hover::after,
.no-touch .boxgallery > nav span:hover i::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.no-touch .boxgallery > nav span.next:hover::after,
.no-touch .boxgallery > nav span.next:hover i::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}

/* Transitions and individual delays/effects */
/* The "active" class is given to the panel that is coming */

.panel.current {
	z-index: 2;
}

.panel.active {
	z-index: 1;
}

.panel.current .bg-img {
	-webkit-transition: -webkit-transform 1.1s ease-in-out;
	transition: transform 1.1s ease-in-out;
}

.boxgallery[data-effect="effect-1"] .panel.active .bg-tile,
.boxgallery[data-effect="effect-2"] .panel.active .bg-tile {
	-webkit-animation: scaleDown 1.1s ease-in-out;
	animation: scaleDown 1.1s ease-in-out;
}

@-webkit-keyframes scaleDown {
	from { -webkit-transform: translate3d(0,0,380px); transform: translate3d(0,0,380px); }
	to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes scaleDown {
	from { -webkit-transform: translate3d(0,0,380px); transform: translate3d(0,0,380px); }
	to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

/* Variation 2 */
.boxgallery[data-effect="effect-2"] .panel.current .bg-img {
	-webkit-transition: -webkit-transform 0.9s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.9s cubic-bezier(0.7,0,0.3,1);
}

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(2) .bg-img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(3) .bg-img {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(4) .bg-img {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

/* Variation 3 */
.boxgallery[data-effect="effect-3"] .panel::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	content: '';
	-webkit-transition: opacity 1.1s ease-in-out;
	transition: opacity 1.1s ease-in-out;
}

.boxgallery[data-effect="effect-3"] .panel.current::after,
.boxgallery[data-effect="effect-3"] .panel.active::after {
	opacity: 0;
}

.boxgallery[data-effect="effect-3"] .panel.current::after {
	-webkit-transition: none;
	transition: none;
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-img {
	-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.7,0,0.3,1);
	transition: transform 1.1s cubic-bezier(0.7,0,0.3,1);
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(2) .bg-img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(3) .bg-img {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(4) .bg-img {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

@media screen and (max-width: 380px) {
	.boxgallery > nav span {
		width: 50px;
		height: 50px;
	}
        
        .investment-kafel-title {
            font-size:1rem; 
            font-family: 'Open Sans', sans-serif;
            font-weight:300;
        }
        
        .investment-kafel {
            background-color: rgba(255,255,255, 0.8);
            padding:20px;
            position: absolute;
            top:10px;
            right:10px;
        }
        .investment-kafel-main {
            background-color: rgba(255,255,255, 0.8);
            padding:20px !important;
            position: absolute;
            top:15% !important;
            left:0;
            right:0;
            margin-left:auto;
            margin-right:auto;
    
        }
        .investment-button {
            display:none !important;
        }

        
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #333;
	color: #fff;
	font-weight: 200;
	font-size: 1em;
	/*font-family: 'Raleway', 'Arial', sans-serif;*/
       font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif; 
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
	font-weight: 600;
}

a:hover, a:focus {
	color: #debcc3;
}

section {
	padding: 1em;
	text-align: center;
}

/* Header */
.codrops-header {
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	max-width: 500px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 200;
	font-size: 3em;
	line-height: 1;
}

.codrops-header h1 span {
	display: block;
	padding: 0.5em 0 0.6em 0.1em;
	font-size: 40%;
	line-height: 1.2;
	opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.69em;
	line-height: 2.2;
	position: relative;
	z-index: 2000;
}

.codrops-top a {
	display: inline-block;
	padding: 0.3em 0.7em;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 5px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 2em;
	font-size: 0.8em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	border: 2px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 165px;
        background-color: #fff;
        color:#048b48;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #debcc3;
	border-color: #debcc3;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}
/*slider end */


/* table */

.investment-table {
    font-family: 'Open Sans Light';
    font-weight:300 !important;
    color:#000;
    width:100%;
}
.investment-table th {
    text-align: center;
    font-family: 'Open Sans';
    height:50px;
    padding:0px 5px;
    text-align: center;
    letter-spacing: 1px;
    font-size:1.0em;
}
table.investment-table tr th:hover {
    background-color: #fff;
}
.investment-table tr {
    border-bottom: 1px solid #c3c3c3;
    /*font-family: 'Open Sans condensed';*/
    font-family: 'Source Sans Pro';
    cursor:pointer;
}

.investment-table tbody tr:hover {

    background-color: #f9f9f9;
}

.investment-table td {
    height:40px;
    padding:0px 5px;
    text-align: center;
    letter-spacing: 1px;
    font-size:1.1em;
}

.investment-table .pobierz {
    border:1px solid #000;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left:20px;
    color:#000;
    font-weight:300;
    text-decoration: none;
    padding-right: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: border-color 350ms,background-color 350ms,color 350ms;
    -o-transition: border-color 350ms,background-color 350ms,color 350ms;
    transition: border-color 350ms,background-color 350ms,color 350ms;
}
.pobierz:hover {
    background-color:#048b48;
    color:#fff;
}

.investment-more, .goto-investment {
    border:1px solid #000;
    padding-top:15px;
    padding-bottom: 15px;
    padding-left:20px;
    padding-right:20px;
    color:#000;
    font-weight:300;
    text-decoration: none !important;
    padding-right: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: border-color 350ms,background-color 350ms,color 350ms;
    -o-transition: border-color 350ms,background-color 350ms,color 350ms;
    transition: border-color 350ms,background-color 350ms,color 350ms;
    margin-top:5px;
    display: inline-block;
    margin-right:10px;
    width:100%;
}
.investment-more:hover, .goto-investment:hover {
    background-color: #048b48;
    color:#fff;
     border:1px solid #048b48;
}

.investment-more2, .goto-investment2 {
    border:1px solid #000;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left:20px;
    padding-right:20px;
    color:#000;
    font-weight:300;
    text-decoration: none !important;
    padding-right: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: border-color 350ms,background-color 350ms,color 350ms;
    -o-transition: border-color 350ms,background-color 350ms,color 350ms;
    transition: border-color 350ms,background-color 350ms,color 350ms;
    margin-top:5px;
    display: inline-block;
    margin-right:10px;
    font-size:14px;
}
.investment-more2:hover, .goto-investment2:hover {
    background-color: #048b48;
    color:#fff;
     border:1px solid #048b48;
}

.investment-header {
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    padding-top:30px;
    padding-bottom:30px;
    font-size: 24px;
}


.go-back {
   /* border:1px solid #cecece;*/
    padding-top:30px;
    padding-bottom: 15px;
    padding-left:20px;
    color:#cecece;
    font-weight:300;
    text-decoration: none !important;
    padding-right: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: border-color 350ms,background-color 350ms,color 350ms;
    -o-transition: border-color 350ms,background-color 350ms,color 350ms;
    transition: border-color 350ms,background-color 350ms,color 350ms;
}
.go-back:hover {
    color:#000;
}



.investment-about {
    line-height: 150%;
     font-family: 'Open Sans', sans-serif;
    font-weight:300 !important;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:50px;
    padding-right:50px;
    
}

.invest_link {
    padding: 0px;
    border-style: solid;
border-width: 10px 10px 10px 10px;
border-color:
hsl(0, 0%, 100%);
/*width:49.5%;*/
}

.img-hover-zoom {
 
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

.img-hover-zoom img {
  transition: transform 2s, filter 1.5s ease-in-out;
  filter: brightness(80%);
}
.img-hover-zoom:hover img {
  transform: scale(1.2);
    filter: brightness(100%);
}
.img-responsive {
   width: 100%;
  height: auto;
}

.investment-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1010;
    max-height: 400px;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1020; 
}

.investment-button {
    
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 1010;
    transform: translate(-50%, 0%);
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    background:
        rgba(0, 0, 0, 0.8);
        padding: 20px 40px;
        text-align: center;
        display: block;
        cursor: pointer;
        z-index: 1020;
}   

.investment-kafel {
    background-color: rgba(255,255,255, 0.8);
    padding:80px;
    position: absolute;
    top:40px;
    right:40px;
}

.investment-kafel-title {
    border-bottom:1px solid #ccc;
    font-size:3rem; 
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    
}
.investment-kafel-main {
    background-color: rgba(255,255,255, 0.8);
    padding:80px;
    position: absolute;
    top:25%;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    
}




/*video*/
/* Default to hide the video on all devices */
#video{display:none}

/* Default to display the image on all devices */
#videosubstitute{display:block;width:auto;height:100%;}


#fullScreenDiv{
    width:100%;
    min-height: 100%; 
   /* Set the height to match that of the viewport. */
    height: 100vh;
    width: auto;
    padding:0!important;
    margin: 0!important;
    background-color: gray;
    position: relative;
    overflow:hidden;
}
#video{    
    width: 100vw; 
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
}

@media (min-aspect-ratio: 16/9) {
  #video{
    height: 150%;
    top: -100%;
  }
  #videosubstitute{
    display:block;
    width: 100%;
    height: auto;}
}

@media (max-aspect-ratio: 16/9) {
  #video {
    width: 150%;
    left: -100%;
  }
  #videosubstitute{display:block;width:auto;height:100%;}
  
  
}
/*if there is 992  pixels or more, then display the video but hide the image*/
@media only screen and (min-width : 992px) {
#video{display:block;}
#videosubstitute{display:none}
}   

/* The container for our text and stuff */
#messageBox{
    position: absolute;  top: 0;  left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:100%;
}
 










            
#video-container  {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner h1 {
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}

#video-container .video-content .inner em {
  font-style: normal;
  font-weight: 200;
}


#video-container .video-content .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

#video-container .video-content .inner a {
  color: #fff;
  text-decoration: underline;
}

#video-container .video-content .inner .scroll-icon {
  margin-top: 45px;
}

.full-screen-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .full-screen-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.full-screen-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.full-screen-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

 .full-screen-portfolio .portfolio-item {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
 overflow: hidden;
}

.full-screen-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }

.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 5px;
    left: 0;
}



.popup-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 300;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.popup-icon button {
  background-color: transparent;
  outline: none;
  border: none;
}

.modal-btn img {
  width: 60px;
  height: 60px;
}

/* Modal */
/*
.modal {
  background-color: rgba(0,0,0,.95);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: all 0.6s;
  overflow: scroll;
}

.modal::-webkit-scrollbar {
  display: none;
}

/* Modal Content 
.modal-content {
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
.modal-animated-in {
  animation: totop-in .6s ease;
}
.modal-animated-out {
  animation: totop-out .6s ease forwards;
}
.modal-header {
  border-bottom: none;
}
.modal-header h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 64px;
  margin-top: 5%;
  border-bottom: none;
  margin-bottom: 20px;
}

.modal-header em {
  font-style: normal;
  font-weight: 200;
}

.modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 38px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.modal-body {
  text-align: center;
  margin: 0 auto;
}

.modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 25px;
}

.modal-body button {
  border-radius: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  transition: all 0.5s;
  border-top: none;
  border-right: none;
  border-left: none;
}

.modal-body button:hover {
  color: rgba(250,250,250,0.5);
  border-color: rgba(250,250,250,0.5);
  outline: none;
}
*/
/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}




.masonry-portfolio .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry .col-md-4, .masonry .col-md-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry {
  width: 100%;
  background-color: transparent;
  position: relative;
}

.masonry .item {
  display: inline-block;
  float: left;
}

.masonry .first-item {
  margin-bottom: -0.5px;
}

.masonry .last-item {
  float: left;
}

.masonry .item img {
  width: 100%;
  overflow-y: hidden;
}

.masonry .item .thumb {
  position: relative;
}

.masonry .item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 5px;
    left: 0;
}


.masonry .item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

.masonry .item em {
  font-style: normal;
  font-weight: 200;
 }

.masonry .item:hover h1 {
  transform: translateY(0);
 }

.masonry .item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.masonry .item {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
}

.masonry .item:hover p {
  opacity: 1;
  transform: translateY(0);
 }




.grid-portfolio {
  padding: 65px 0px;
  background-color: #232323;
}

.grid-portfolio .portfolio-item {
  margin: 15px 0px;
}

.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 5px;
    left: 5px;
}


.grid-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .grid-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.grid-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.grid-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.grid-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }

 .grid-portfolio .load-more-button {
  margin-top: 15px;
 }

 .grid-portfolio .load-more-button a {
  width: 100%;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  background-color: #313131;
  transition: all 0.5s;
 }

 .grid-portfolio .load-more-button a:hover {
  color: rgba(250,250,250,0.5);
 }


 .mieszkania, .domy {
    /* padding-left: 0px; */
    /* padding-right: 0px; */
 }
 
.mieszkania .hover-content h1{
    background-color: #048b48;
    font-family: 'Open Sans condensed';
    color:#fff;
    font-size:24px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:5px;
    font-weight:600;
}
 
/*tr:hover {
    background-color: #ffff99;
    
}
*/
 
.domy .hover-content h1{
    background-color: #048b48;
    font-family: 'Open Sans condensed';
    color:#fff;
    font-size:24px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:5px;
    font-weight:600;
}

.element-item {
    padding:5px;
 }

 .grid.col-md-4 {
     padding:0px;
 }
 
.investment_link {
     
 }
 
.investment_link:hover {
    -webkit-filter: brightness(150%);
    transform: scale(1.1);
      transition: .5s ease-in-out;
}


.wyslij_zgloszenie {
  border-radius: 0px;
  line-height: 200%;
  font-size:18px;
  font-weight:300;
  margin-top:40px;
  margin-right:40px;
  color: #fff;
 
  display: inline-block;
  padding: 5px 25px 5px 25px;
  transition: all 0.3s;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #3e6257;
  cursor:pointer;
  border: 1px solid transparent;
}

.wyslij_zgloszenie:hover {
  background-color: #fff; 
  outline: none;
  color:#3e6257;
  border: 1px solid #3e6257;
}