
  html,
  body {
  	height: 100%;
  	font-size:16px;
  	background: url(../img/rockywall.png);
  }

  body {
  	font: 400 15px/1.8 'Roboto Condensed', sans-serif;
  	color: #455A64;
  }

  a{
  	color: #455A64;
  }

  a:hover{
  	color: #212121;
  }

  a:focus, 
  a:hover {
  	text-decoration: none;
  }

  h2{
  	font-size: 1.7em;
  	font-weight: 700;
  	color:rgba(11, 114, 181, 1);
  }
  h3{
  	color:rgba(11, 114, 181, 1);
  }

  h3, h4 {
  	margin: 10px 0 30px 0;
  	font-size: 1.2em;
  	letter-spacing: 5px;
  	line-height: 1.4em;
  	font-weight: 700;
  }

  hr{
  	margin-top: 40px;
  	border-top: 1px solid #bdbdbd;
  }

  blockquote{
  	font-size: 1em;
  	border-left: 5px solid rgba(11, 114, 181, 0.5);
  }

  blockquote p{
  	font-style: italic;
  }

  blockquote footer{
  	background-color: transparent;
  	text-align: right;
  	padding:0;
  }

  textarea {
  	resize: none;
  }

  sup {
    font-size: 50%!important;
    }

  footer {
  	background-color: #455A64;
  	color: #fff;
  	padding: 28px;
  }

  footer a {
  	color: #f5f5f5;
  }
  footer a:hover {
  	color: #0B72B5;
  }

  /*************************************************************************************************/
  #myNavbar,
  #navbarBottom{
  	background: rgba(0,0,0,0.3);
  	background: -webkit-linear-gradient(left,rgba(0,0,0, 0.3),rgba(0,0,0,0.1),rgba(0,0,0, 0.3));
  	background: -o-linear-gradient(right,rgba(0,0,0, 0.3),rgba(0,0,0,0.1),rgba(0,0,0, 0.3));
  	background: -moz-linear-gradient(right,rgba(0,0,0, 0.3),rgba(0,0,0,0.1),rgba(0,0,0, 0.3));
  	background: linear-gradient(to right,rgba(0,0,0, 0.3),rgba(0,0,0,0.1),rgba(0,0,0, 0.3));
  }
  #myNavbar a,
  #navbarBottom a {
  	text-shadow: 0 1px 0 #000;
  }
  #myNavbar a:hover,
  #navbarBottom a:hover,
  #myNavbar .active a,
  #navbarBottom .active a  {
  	text-shadow:none;
  }


  .container {
  	padding: 50px 120px;
  	background: rgba(255,255,255,0.5);
  	background: -webkit-linear-gradient(left,rgba(69,90,100,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),
  		rgba(69,90,100,0.5));
  	background: -o-linear-gradient(right,rgba(69,90,100,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),
  		rgba(69,90,100,0.5));
  	background: -moz-linear-gradient(right,rgba(69,90,100,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),
  		rgba(69,90,100,0.5));
  	background: linear-gradient(to right,rgba(69,90,100,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),rgba(255,255,255,0.5),
  		rgba(69,90,100,0.5));
  	border-left: 1px solid rgba(255,255,255,0.5);
  	border-right: 1px solid rgba(255,255,255,0.5);
  }

  .btn {
  	background-color: #455A64;
  	color: #fff;
  	padding: 10px 20px;
  	border-radius: 0;
  	-webkit-transition: .2s;
  	transition: .2s;
  }
  .btn:hover, .btn:focus {
  	border: 1px solid #BDBDBD;
  	background-color: #0B72B5;
  	color: #ddd;
  }

  .form-control {
  	border-radius: 2px;
  }

  .dropdown-menu {

  	top: 103%;
  	background-color: rgba(69, 90, 100, 0.5);
  	border: 1px solid #ccc;
  }

  .shadow-bottom{
  	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.32);
  	border-bottom: 1px solid #bdbdbd;
  }

  .shadow-top{
  	box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.2), 0 -2px 10px 0 rgba(0, 0, 0, 0.32);
  	border-top: 1px solid #bdbdbd;
  }

  .shadow-bottom:hover {
  	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16), 0 2px 30px 0 rgba(0, 0, 0, 0.12);  
  }

  .shadow-top:hover {
  	box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.16), 0 -2px 30px 0 rgba(0, 0, 0, 0.12);  
  }

  .shadow-skew:after {
  	z-index: -1;
  	position: absolute;
  	content: "";
  	bottom: 12px;
  	left: 12px;
  	right: 10px;
  	width: 90%;
  	top: 80%;
  	max-width: 300px;
  	background: #777;
  	box-shadow: 0 12px 15px rgba(0, 0, 0, 0.5);
  	transform: skewX(-20deg) rotate(-3deg);
  	-webkit-transform: skewX(-20deg) rotate(-3deg);
  	-moz-transform: skewX(-20deg) rotate(-3deg);
  	-o-transform: skewX(-20deg) rotate(-3deg);
  	-ms-transform: skewX(-20deg) rotate(-3deg);
  }
  /*** bg-1 - tło realizacji *********************************************************************************/
  .bg-1 {  
  	background-image: 
  	url("../img/photo.jpg");
  	background-image: -webkit-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0),rgba(0,0,0,0.8)), 
  	url("../img/photo.jpg");
  	background-image: -o-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0),rgba(0,0,0,0.8)), 
  	url("../img/photo.jpg");
  	background-image: -moz-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0),rgba(0,0,0,0.8)), 
  	url("../img/photo.jpg");
  	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0),rgba(0,0,0,0.8)), 
  	url("../img/photo.jpg");
  	color: #fff;  
  	min-height: 500px;
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  }

  .bg-1 p {
  	font-style: italic;
  	line-height: 1.4em;
  	font-size: 0.95em;
  	padding: 0 10px;
  	margin-bottom: 15px;
  }

  /*** tabela *********************************************************************************************/
  .table-striped>tbody>tr:nth-of-type(odd) {
  	background-color: #cfd8dc;
  }
  .table-striped>tbody>tr:nth-of-type(even) {
  	background-color: #eee;
  }
  /****galeria ********************************************************************************************/


  #realizacje a.gallery-item.active, 
  #realizacje a.gallery-item:focus, 
  #realizacje a.gallery-item:hover {
  	border-color: #455A64;
  }

  #realizacje .gallery-item {
  	float: left;
  	width: 160px!important;
  	height: 160px;
  	border-radius: 2px 2px 0 0;
  	background-clip: padding-box;
  	position: relative;
  	margin: 5px 10px 25px 10px!important;
  	padding:5px;
  	border: 1px solid #efefef;
  	border-radius:1px ;
  	box-shadow:0px 1px 5px rgba(0,0,0,.4) ;
  	-moz-box-shadow:0px 1px 5px rgba(0,0,0,.4) ;
  	-webkit-box-shadow:0px 1px 5px rgba(0,0,0,.4) ;
  	-webkit-filter: grayscale(50%);
  	filter: grayscale(50%);
  	-webkit-transition: all 0.5s ease-in;
  	transition: all 0.5s ease-in;
  	transform: scale(0.8);

  }



  #realizacje .gallery-item:hover {
  	box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  	filter: grayscale(0%);
  	-webkit-transition: all 0.5s ease-in;
  	transition: all 0.5s ease-in;
  	-webkit-transform:scale(1.15);	
  	transform:scale(1);
  }

  <!-- #realizacje .modal-header {
  	padding: 0;
  	border-bottom: 0; 
  }
  #realizacje .close {

  	color: #fff;

  	opacity: 1;
  }
  #realizacje   .modal-header .close {
  	margin-top: -24px;
  	} -->

  	/**** navbar ********************************************************************************************/

  	.navbar {

  		font-weight: bold;
  		margin-bottom: 0;
  		border-bottom: 1px solid #BDBDBD;
  		font-size: 11px !important;

  	}
  	.navbar-fixed-top{
  		background-color: rgba(69, 90, 100, 0.5);
  		font-family: Montserrat, sans-serif;
  		letter-spacing: 2px;
  	} 

  	.navbar-fixed-top a{
  		text-transform: uppercase;
  	}

  	.navbar-fixed-top .navbar-right li{
  		height:50px;
  		float: right;
  	}
  	.navbar-fixed-top .navbar-right li a:focus{
  		height:50px;

  	}

  	.navbar-fixed-top .navbar-header:after{
  		clear:none;
  	}

  	.navbar-fixed-bottom{
  		background-color: rgba(69, 90, 100,1);
  		font: 400 16px 'Roboto Condensed', sans-serif;
  		letter-spacing: 1px;
  	}

  	.navbar>.container{
  		background-color: transparent;
  	}
  	.navbar-default .navbar-brand {
  		color:#fff;
  	}
  	.navbar-default .navbar-brand:hover {
  		color:#0B72B5;
  	}
  	.navbar-default .navbar-nav>li>a {
  		color: #fff;
  	}

  	.navbar-default .navbar-nav>li>a:hover,
  	.navbar-default .navbar-nav>li>a:focus {
  		color: #ddd;
  	}

  	.navbar-default .navbar-nav>li:hover,
  	.navbar-default .navbar-nav>li>a:focus {
  		background-color: #0B72B5;
  	}

  	.navbar-default .navbar-toggle .icon-bar {
  		background-color: #fff;
  	}

  	.navbar-toggle:hover, 
  	.navbar-toggle:focus {
  		background-color: #0B72B5!important;
  	}

  	.navbar-nav>li {
  		margin: 0 2px;
  	}

  	.navbar-nav li.active a {
  		color: #ddd !important;
  		background-color: #0B72B5!important;
  	}
  	.navbar-default .navbar-toggle {
  		border-color: transparent;
  	}

  	.open .dropdown-toggle {
  		color: #fff;
  		background-color: #0B72B5 !important;
  	}
  	.dropdown-menu li a {
  		color: #fff !important;
  		letter-spacing: 0;
  		font-size: 12px;
  	}
  	.dropdown-menu li a:hover {
  		background-color: #0B72B5 !important;
  	}
  	.navbar-right {
  		padding-right: 20px;
  	}

  	.navbar-header {
  		padding-left:10px;
  	}
  	.navbar-brand {
  		float: left;
  		height: 50px;
  		padding: 19px;
  		font-size: 10px;
  		line-height: 20px;
  	}

  	/**** headers *************************************************************************************************/

  	@-webkit-keyframes slides {
  		0% { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in; }
  		10.7% { opacity: 1; -webkit-transform: scale(1.0); transform: scale(1.0); }
  		25% { opacity: 1; -webkit-transform: scale(1.0); transform: scale(1.0); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}
  		35.7% { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1);}
  		100% { opacity: 0; }
  	}

  	@keyframes slides {
  		0% { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in; }
  		10.7% { opacity: 1; -webkit-transform: scale(1.0); transform: scale(1.0); }
  		25% { opacity: 1; -webkit-transform: scale(1.0); transform: scale(1.0); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}
  		35.7% { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1);}
  		100% { opacity: 0; }
  	}
  	@-webkit-keyframes titles {
  		0% { opacity: 0;width:100%;-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in; }
  		10.7% { opacity: 1; left:0;width:100%; }
  		25% {opacity: 1; left:0;width:100%; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}
  		35.7% { opacity: 0; left:0;width:100%;}
  		100% { opacity: 0; }
  	}
  	@keyframes titles {
  		0% { opacity: 0;width:100%;-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in; }
  		10.7% { opacity: 1; left:0;width:100%; }
  		25% {opacity: 1; left:0;width:100%; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}
  		35.7% { opacity: 0; left:0;width:100%;}
  		100% { opacity: 0; }
  	}

  	@keyframes titles-kat {
  		0% {opacity:0; transform:scale(0);animation-timing-function: ease-out;}
  		100% {opacity:1; transform:scale(1);}
  	}

  	@keyframes subtitles-kat {
  		0% {opacity:0; transform:translateY(100px);animation-timing-function: ease-out;}
  		100% {opacity:1; transform:translateY(0);}
  	}


  	.z-header{
  		background-color: #455A64;
  		padding:0;
  		height: 50vh;
  	}

  	#kategoria{
  		height:50vh;
  	}

  	.z-header>.ramka{
  		position: relative;
  		width: 100%;
  		height: 100%;
  		overflow: hidden;
  	} 

  	.z-header .ramka>.item {
  		width: 100%;
  		height:  100%;
  		position: absolute;
  		color: transparent;
  		background-size: cover;
  		background-position: center center;
  		background-repeat: none;
  		z-index: 0;

  	}

  	#slides .ramka>.item{
  		opacity: 0;
  		-webkit-animation: slides 28s linear infinite 0s;
  		animation: slides 28s linear infinite 0s;
  	}

  	#slides .ramka>.item:nth-child(2), 
  	#slides .caption>.slide-subtitle>h3:nth-child(2), 
  	#slides .caption>.slide-title>h2:nth-child(2),
  	#slides .caption>.slide-subtitle>a:nth-child(2)>h3, 
  	#slides .caption>.slide-title>a:nth-child(2)>h2 {
  		-webkit-animation-delay: 7s;
  		animation-delay: 7s;
  	}
  	#slides .ramka>.item:nth-child(3), 
  	#slides .caption>.slide-subtitle>h3:nth-child(3),
  	#slides .caption>.slide-title>h2:nth-child(3),
  	#slides .caption>.slide-subtitle>a:nth-child(3)>h3, 
  	#slides .caption>.slide-title>a:nth-child(3)>h2 {
  		-webkit-animation-delay: 14s;
  		animation-delay: 14s;
  	}
  	#slides .ramka>.item:nth-child(4), 
  	#slides .caption>.slide-subtitle>h3:nth-child(4),
  	#slides .caption>.slide-title>h2:nth-child(4),
  	#slides .caption>.slide-subtitle>a:nth-child(4)>h3, 
  	#slides .caption>.slide-title>a:nth-child(4)>h2 {
  		-webkit-animation-delay: 21s;
  		animation-delay: 21s;
  	}
  	.z-header .caption{
  		width: 100%;
  		margin: auto;
  		position: absolute;
  		bottom: 0px;
  		text-align: center;
  	}

  	#kategoria .caption{
  		bottom: 15%;
  	}

  	.z-header .slide-title,
  	.z-header .slide-subtitle{
  		width: 100%;
  		margin: auto;
  		position: relative;
  		height: 80px;

  	}

  	#kategoria .slide-title{
  		width: 30%;
  		font-size: 200%;
  		text-align: center;
  		height: 165px;
  		animation: titles-kat 2s 1;
  	}
  	#kategoria .slide-subtitle{
  		text-align: center;
  		width: 50%;
  		animation: subtitles-kat 2s 1;
  	}

  	.z-header .slide-title h2,
  	.z-header .slide-subtitle h3  {
  		border: 1px solid #bdbdbd;
  		color: #fff;
  		position: absolute;	
  		padding:15px 20px;
  		letter-spacing: 1px;
  		width:100%;
  	}
  	.z-header .slide-title h2{
  		text-shadow: 1px 2px 4px #455A64;
  	}


  	#slides .slide-title h2,
  	#slides .slide-subtitle h3 {
  		opacity: 0;
  		-webkit-animation: titles 28s linear infinite 0s;
  		animation: titles 28s linear infinite 0s;
  	}

  	#slides .slide-title h2{
  		left:-2000px;
  	}

  	#slides .slide-subtitle h3{
  		left:2000px;
  	}

  	.z-header .slide-title h2 {
  		background-color: rgba(11, 114, 181, 0.5) !important;

  	}


  	.z-header .slide-subtitle h3 {
  		background-color: rgba(69, 90, 100,0.5) !important;
  		margin: 10px 0 10px 0;
  		line-height: 1.2em;
  	}

  	#slides .ramka>.item:nth-child(1),
  	#kategoria .item-0 { 

  		background-image:  
  		url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budownictwo-mieszkaniowe.jpg);
background-image: -webkit-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budownictwo-mieszkaniowe.jpg);
background-image: -o-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budownictwo-mieszkaniowe.jpg);
background-image: -moz-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budownictwo-mieszkaniowe.jpg);
background-image: linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budownictwo-mieszkaniowe.jpg);

}
#slides .ramka>.item:nth-child(2),
#kategoria .item-1 {
	background-image:  
	url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budownictwo-przemyslowe.jpg);
background-image: -webkit-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budownictwo-przemyslowe.jpg);
background-image: -o-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budownictwo-przemyslowe.jpg);
background-image: -moz-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budownictwo-przemyslowe.jpg);
background-image: linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budownictwo-przemyslowe.jpg);

}
#slides .ramka>.item:nth-child(3),
#kategoria .item-2 {
	background-image:  
	url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budynek-zabytkowy.jpg);
background-image: -webkit-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budynek-zabytkowy.jpg);
background-image: -o-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budynek-zabytkowy.jpg);
background-image: -moz-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budynek-zabytkowy.jpg);
background-image: linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-budynek-zabytkowy.jpg);

}
#slides .ramka>.item:nth-child(4),
#kategoria .item-3 {
	background-image:  
	url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-inwestycje-deweloperskie.jpg);
background-image: -webkit-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-inwestycje-deweloperskie.jpg);
background-image: -o-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-inwestycje-deweloperskie.jpg);
background-image: -moz-linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-inwestycje-deweloperskie.jpg);
background-image: linear-gradient(rgba(69, 90, 100,0.8),rgba(11, 114, 181, 0.5),rgba(11, 114, 181, 0.1),
	rgba(11, 114, 181, 0.1),rgba(11, 114, 181, 0.5),rgba(69, 90, 100,0.8)), 
url(https://deweloper.nowyswiat11.pl/wp-content/uploads/2016/08/slide-inwestycje-deweloperskie.jpg);

}

/**** cards **********************************************************************************************/

.cards {
	margin-top: 10px;
	border-radius: 2px;
	background-clip: padding-box;
}

.cards .card-ico {
	padding-top: 37px;
	padding-bottom: 37px;
}

.cards .card-image {
	position: relative;
	overflow: hidden;
	border: 10px solid transparent;
	height: 300px;
}
.cards .card-image div {
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	position: relative;
	width: auto;
	height: 380px;
	-webkit-transition: all 1s ease-in-out;	
	transition: all 1s ease-in-out;
}
.cards:hover .card-image div{
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform:scale(1.25);	
	transform:scale(1.25);
}

.cards .card-content {
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;

}

.cards h4{
	padding: 15px 10px;
	margin: 0;
	letter-spacing: 2px;
	font-family: Montserrat, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	line-height: 18px;
	background-color: #455A64;
	border: 5px solid #fff;
}

.cards i{
	font-size: 6em;
	color: #455A64;
}

.cards:hover i{
	color: #0B72B5;
}

/**** obrót kart ****/
.rotate-container{
	-webkit-perspective: 800;
	-o-perspective: 800;
	-ms-perspective: 800;
	perspective: 800;
	position: relative;
	height: 242px;
	/*width*/
	margin-bottom: 30px;
	z-index: 1;
}
.rotate-container .rotate {     
	-webkit-transition: -webkit-transform 1.5s ease-in-out;
	transition: -webkit-transform 1.5s ease-in-out;
	transition: transform 1.5s ease-in-out;
	transition: transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	height: 100%;
	position:absolute;
}

.rotate-container .rotate .front, 
.rotate-container .rotate .back {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block; 
	z-index: 2;   
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rotate-container .rotate .front {
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 1px); 
}

.rotate-container .rotate .back {      
	-webkit-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}

.rotate-container .rotate.flipped {
	-webkit-transform: rotateY( 180deg );
	transform: rotateY( 180deg );              
}

.rotate-container .rotate.flipped .front, 
.rotate-container .rotate.flipped .back{
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

/*******************************************************************************************************/

#firma{
	margin-bottom: 1px;
}

#info a{
	color: #fff;
}

#info a:hover{
	color: #bdbdbd;
}



#info .panel-card{
	height: 242px;
	border:1px solid #bdbdbd;
}

#info .panel-card ul{
	padding: 12px 5px 20px 23px;
}


#info .panel-card ul li{
	color: #455A64;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: left;	
  font-size: 0.8em;
}
#info .panel-card p{
	color: #455A64;
	line-height: 1.5em;
	padding: 5px;
	/*background-color: #fff;*/
	/*height: 232px;*/
	display: table-cell;
	vertical-align: middle;
      font-size: 0.8em;
}

#realizacje{
	border-top: 1px solid #bdbdbd;  
}

#realizacje .cards{
	background-color: #fff;  
}

#realizacje .container-fluid{
	padding: 50px 70px; 
}

#realizacje h3 {
	font-weight: 700;
	border-bottom: 1px solid #bdbdbd;
	padding: 15px 5px;
	margin-bottom: 20px;
	margin-top: 0;
	clear: both;
	text-align: center;
}



#realizacje .up-arrow>span{
	color:#fff;

}

#realizacje .row{
	padding-bottom: 20px;
}

#realizacje .tags{
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	margin: 10px 0;
	text-align: center;
	background: rgba(0,0,0,0.3);
	background: -webkit-linear-gradient(left,rgba(0,0,0, 0),rgba(11, 114, 181, 0.3),rgba(0,0,0, 0));
	background: -o-linear-gradient(right,rgba(0,0,0, 0),rgba(11, 114, 181, 0.3),rgba(0,0,0, 0));
	background: -moz-linear-gradient(right,rgba(0,0,0, 0),rgba(11, 114, 181, 0.3),rgba(0,0,0, 0));
	background: linear-gradient(to right,rgba(0,0,0, 0),rgba(11, 114, 181, 0.3),rgba(0,0,0, 0));
	clear:both;
}
#realizacje table {
    border: 1px solid #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

#real1 h3, #real2 h3, 
#real3 h3, #real4 h3, 
#real5 h3, #real6 h3, 
#real7 h3, #real8 h3 {
	background-color: #fff;
	color:#455A64;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

#real1:hover h3, #real2:hover h3, 
#real3:hover h3, #real4:hover h3, 
#real5:hover h3, #real6:hover h3, 
#real7:hover h3, #real8:hover h3 {
	background-color: #455A64;
	color:#fff;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

#ref{
	margin-top: 1px;
}

#googleMap {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.wp_rp_wrap {
	text-align: center;

}

.wpmf_mfp-bottom-bar {
    display: none;
}

.zmdi-chevron-left,
 .zmdi-chevron-right{
    font-size: 7em!important;
    border: none;
    /*z-index:1100;*/
}

div#liczby {
    width: 80%;
    margin: 30px auto 0 auto;
}

#liczby p {
    line-height: 2em;
    padding-top: 54px;
}

span.liczba {
    font-weight: 700;
    color: rgba(11, 114, 181, 1);
    font-size: 6em;
}

#liczby hr {
    margin: 0;
}


  #opis {
    width: 80%;
    margin: 0 auto;

}

.white{
	color: #fff;
}

/**********************************************************************************************************/

@media (max-width: 480px) {
	#realizacje .container-fluid{
		padding: 50px 10px;  
	}

	.z-header .caption{
		bottom: 10px;
		font-size:70%;
	}
	.container{
		padding: 50px 20px;
	}
	.navbar{
		background-color: rgba(69, 90, 100, 1);
	}
	.navbar>.container {
		padding: 0 0 0 10px;
	}

	.navbar-nav>li {
		margin: 2px 0;
	}
	#kategoria .caption {
		bottom: 2%;
	}
	#kategoria .slide-title,
	#slides .slide-title {
		width: 65%;
		font-size: 150%;
		text-align: center;
		height: 110px;
	}
	#kategoria .slide-subtitle {
		text-align: center;
		width: 90%;
	}
}

@media (min-width: 481px) {
	#realizacje .container-fluid{
		padding: 50px 30px;
	}
	.z-header .caption{
		bottom: 10px;
		font-size:80%;
	}


	.container{
		padding: 50px 20px;
	}
	.navbar{
		background-color: rgba(69, 90, 100, 1);
	}
	.navbar>.container {
		padding: 0 0 0 10px;
	}

	.navbar-nav>li {
		margin: 2px 0;
	}

	#kategoria .caption {
		bottom: 2%;
	}
	#kategoria .slide-title,
	#slides .slide-title {
		width: 65%;
		font-size: 150%;
		text-align: center;
		height: 117px;
	}
	#kategoria .slide-subtitle {
		text-align: center;
		width: 90%;
	}
}

@media (min-width: 600px) {
	#realizacje .container-fluid{
		padding: 50px 70px;
	}
	.container{
		padding: 50px 20px;
	}
	
	.navbar>.container {
		padding: 0 0 0 10px;
	}

	.navbar-nav>li {
		margin: 2px 0;
	}
	#kategoria .slide-title,
	#slides .slide-title {
		width: 50%;

	}
}

@media (min-width: 768px) {
	.container,
	.z-header .slide-title, 
	.z-header .slide-subtitle  {
		width: 750px;
	}
	.container{
		padding: 50px 40px;
	}
	.navbar>.container{
		padding: 0;
	}
	.navbar-fixed-top{
		background-color: rgba(69, 90, 100, 0.5);
	}
	.navbar-fixed-bottom{
		background-color: rgba(69, 90, 100,1);
	}
	#kategoria .slide-title,
	#slides .slide-title {
		width: 40%;
	}
	.modal-dialog {

		margin: 100px auto;
		max-width: 70%;
		max-height:70%;
	}
	#loadMod .modal-dialog {

		width: 1000px;
	}

}
@media (max-width: 810px) {
	#nav-footer .navbar-header {
		float: none;
	}
	#nav-footer .navbar-left/*,.navbar-right*/ {
		float: none !important;
	}
	#nav-footer .navbar-toggle {
		display: block;
	}
	#nav-footer .navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	#nav-footer .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	#nav-footer .navbar-collapse.collapse {
		display: none!important;
	}
	#nav-footer .navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	#nav-footer .navbar-nav>li {
		float: none;
	}
	#nav-footer .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#nav-footer .collapse.in{
		display:block !important;
	}
}
@media (min-width: 992px) {
	.container,
	.z-header .slide-title, 
	.z-header .slide-subtitle  {
		width: 970px;
	}
	.z-header .caption{

		font-size:100%;
	}
	.navbar>.container{
		padding:  0;
	}
	#kategoria .caption {
		bottom: 5%;
	}
	#kategoria .slide-title,
	#slides .slide-title {
		width: 35%;
		font-size: 170%;
		height: 150px;
	}

}
@media (min-width: 1200px) {
	.container, 
	.z-header .slide-title, 
	.z-header .slide-subtitle  {
		width: 1170px;
	}
	.navbar>.container{
		padding: 0;
	}
	#kategoria .slide-title,
	#slides .slide-title{
		width: 30%;
		font-size: 200%;
		text-align: center;
		height: 165px;
	}
	#kategoria .slide-subtitle{
		text-align: center;
		width: 50%;
	}
}