html,body {
	color: #000000;
	background-color: #fff;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

header {
	position: relative;
	background: url('assets/images/7.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 3;
}



.navbar-collapse ul {
	font-size: 2.5rem;
}

.navbar-collapse ul li {
	list-style-type: none;
}

.navbar-collapse ul li a {
	color: #fff;
}

.nav {
	padding: 0;
}

.navbar {
	position: relative;
	z-index: 1;
	background: none;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding-top: 4rem;
	border: none;
	margin: 0;
	width: 100%;
}

.navbar::after {
	content: "";
	position: absolute;
	z-index: -2;
/* 	background: #000; */
	width: 100%;
	height: 90px;
/* 	height: 130px; */
/* 	opacity: 0.5; */
	top: 0;
	
}

.nav > li > a{
	padding: 5px 15px;
}

.navbar-nav {
	margin: 0;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	border: 1px solid transparent;
	line-height: 1;
	margin: 0;
}

.navbar-inverse .navbar-toggle {
	border: 0;
	background: none;
	margin-top:0;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-collapse {
	position: absolute;
	width: 100%;
	border-top: 0;
	box-shadow: none;
	padding-bottom: 2rem;
	background: rgba(0,0,0,0.7);
/* 	margin-top: 10px; */
	
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus
	{
	background: none;
	border: 1px solid #333;
}

.logo img {
/* 	width: 100px; */
	height: 50px;
	margin-left: 20px;
	margin-top: -30px;
}

.text-photo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,0.3);
}

.text-photo h1 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.text-photo p {
	text-align: center;
	font-size: 1.3rem;
}

.button-header{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 150px;
	height: 40px;
	background: none;
	border: 2px solid #009bdc;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #fff;
}

	.text-photo a{
	text-decoration: none;
	color: #fff;
	}



.nav-bottom,.home-page-color,.homepage {
	padding-left: 0;
	padding-right: 0;
}

.home-page {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 300px;
    text-align: center;
}

.home-page-img {
	background: url('images/nav-bot.jpg');
	height: 300px;
     background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
   
}

.imgOne {
	background: url('images/1.png');
     background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.imgTwo {
	background: url('images/2.png');
     background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.imgThree {
	background: url('images/3.png');
     background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.imgFour {
	background: url('images/4.png');
     background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;    
}

.imgFive {
	background: url('images/5.png');
     background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.imgSix {
	background: url('images/6.png');
     background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-page:hover .border {
	display: block;
	opacity: 1;
}

.border {
	cursor: pointer;
	position: absolute;
	border: 3px solid #009bdc;
	width: 85%;
	height: 75%;
	opacity: 0;
	transition: 1s ease all;
	top: 50%;
	transform: translateY(-50%);
	left:7%;	
}

.home-page h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px #555;
}

.home-page h2 a{
	color: #fff;
}

.home-page hr {
	border-top: 1px solid #fff;
	width: 30px;
	margin-top: 10px;
}

.home-page-color {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 300px;
	background: #009bdc;
}

.home-page-color h2 {
	margin: 0;
	font-size: 2rem;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	margin-right: 30px;
}

.home-page-color h2 span {
	font-size: 3rem;
	font-weight: 700;
}

.home-page-color hr {
	margin-right: 30px;
	width: 30px;
}

.homepage {
	background: #fff;
	text-align: justify;
	color: #797979;
	height: auto;
	padding: 3rem;
}

.homepage h4 {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 3rem;
}

.homepage p {
	font-size: 1.2rem
}

footer {
	color: #f5f5f5;
	background: #262424;
	height: auto;
	text-transform: uppercase;
	    display: flex;
flex-flow: column;
justify-content: center;
}

  .footer-desktop h5 span{
    padding-right: 20px;
    padding-left: 20px;
   }
        
.footer-desktop{
text-align: center;
 }
        
.copy{          
text-align: right;
 }
        
.footer-mobile{
text-align: center;
padding-top: 5px;
padding-bottom: 5px;

        }


/* .footer-left h5 { */
/* 	padding-left: 4rem; */
/* 	padding-top: 1.5rem; */
/* 	font-size: 0.5rem; */
/* } */

/* .footer-left span { */
/* 	margin-right: 4rem; */
/* } */

/* .footer-right h5 { */
/* 	font-size: 0.5rem; */
/* 	text-align: right; */
/* 	padding-right: 4rem; */
/* 	padding-top: 1.5rem; */
/* } */

/* .footer-right span { */
/* 	color: #515151 */
/* } */

.container-fluid {
	margin: 0;
	padding: 0;
}

.propozycje-margin{
/* 	margin-top: 10px; */
	}
	
	#search {
		cursor: pointer;
	}
	
	.formstatic {
		background-color: #000;
	}
	
	.googlemapsblue {
		background-color: #009bdc;
	}
	
	.language{
	font-weight: 700;
	padding-right: 5px;
	padding-left: 5px;
	
	}
	
	.fa-search-desktop{
	display: none;
	}
	
.w-head-t{
	height: 90px;
}	

.proba{
	height: 400px;
}	

@media ( min-width :546px) and (max-width:767px)
	{
	.text-photo h1 {
		font-size: 2.5rem;
	}
	.footer-left h5,.footer-right h5 {
		font-size: 1rem;
	}
	.footer-left h5 {
		padding-left: 0;
	}
	.footer-right h5 {
		padding-right: 0;
	}
	.footer-left span {
		margin-right: 1rem;
	}
}



@media (min-width:768px)
{
	
	.logo img {
/* 	width: 200px; */
/* 	height:60px; */
	margin-top: -20px;
	}
	
	.navbar::after {
	height: 85px; 
	}
.navbar-collapse {
	position: relative;
	margin-top: 0;
}

.navbar-collapse ul {
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 1.8rem;
}

.navbar{
	
	padding-top: 1.5rem;
}

.nav > li > a{
	padding: 10px 5px;
}

.icon {
	padding-top: 1rem;
	color: #fff;
}

.navbar-collapse ul {
	margin-right: 5px;
}

.text-photo h1{
	font-size: 3.5rem;
}

.text-photo p {
	font-size: 2.5rem;
/* 	color: #000; */
}

.button-header{
	margin-top: 80px;
	margin-bottom: 50px;
	width: 200px;
	height: 50px;
	font-size: 1.5rem;
}

.home-page{
	height: 400px;
}
.home-page-color{
	height: 400px;
}

.home-page-img{
	height: 400px;
}

.home-page-color h2 {
	font-size: 2.8rem;
}

.home-page-color h2 span {
	font-size: 4rem;
}

.homepage {
	height: auto;
	padding: 6rem;
}

.homepage h4 {
	font-size: 1.8rem;
}

.homepage p {
	font-size: 1.6rem
}

.navbar-collapse {
	background: none;
	opacity: 1;
}

.footer-left h5,.footer-right h5 {
	font-size: 1.2rem;
}

.footer-left span {
	margin-right: 1rem;
}

.propozycje-margin{
/* 	margin-top: 15px; */
	}

.w-head-t{
	height: 75px;
}

.proba{
	height: 800px;
}	

}

@media ( min-width : 1000px){
	.navbar-collapse ul{
	font-size: 2.5rem;
	}
	
	.nav > li > a {
    padding: 10px;
}
	
	.home-page{
	height: 500px;
}

.homepage{
	height: auto;
}

.home-page-color,
.home_page{
	height: 500px;
}

.home-page-img{
	height: 500px;
}




	
	footer{
	height: 80px;
	}
	
}


@media ( min-width : 1200px) {
	.logo img {
		margin-top: -10px;;
	}
	.icon {
		padding-top: 1rem;
	}
	.icon i {
		font-size: 2rem;
	}
/* 	.navbar { */
/* 		padding-top: 3rem; */
/* 	} */
	.navbar-collapse ul {
		width: 70%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		
		font-size: 2.5rem;
	}
	.navbar-collapse ul li a {
		
		padding-right: ;
	}
	.nav > li > a {
    padding: 15px;
}
	
	.homepage {
		padding: 8rem;
	}
	.homepage h4 {
		font-size: 2;
	}
	.homepage p {
		font-size: 1.9rem
	}
	.text-photo h1 {
		font-size: 5rem;
/* 		color: #000; */
	}
	.button-header{
		width: 250px;
		height: 60px;
		background: none;
		border: 3px solid #009bdc;
		text-transform: uppercase;
		font-size: 2rem;
		color: #fff;
		text-decoration: none;
	}
	
	.text-photo a{
	text-decoration: none;
	color: #fff;
	}
	
	.home-page-color h2 {
		font-size: 3rem;
	}
	.home-page-color h2 span {
		font-size: 4rem;
	}
	.footer-left h5,.footer-right h5 {
		font-size: 1.6rem;
	}
	.footer-left span {
		margin-right: 4rem;
	}
	
	.propozycje-margin{
/* 	margin-top: 5px; */
	}
	
	.language{
	font-size: 2rem;
	}
	
	.w-head-t{
	height: 85px;
}


}

@media ( min-width : 1700px){
	
	.navbar-collapse ul {
	width: 80%;
	}
	
	.text-photo h1 {
		font-size: 8rem;
	}
	
	.home-page h2{
	   font-size: 4rem;
	}
}

/* Formularz-Wyszukiwarka */

form {
/* 	 background: #999; */
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: center;	
}



form .container{
    height: auto;
}

form .selectpicker,.customSelect {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: none;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	width: 220px;
	height: 60px;
}

form .custom-select-normal {
	font-size: 1.3rem;
}

form .custom-size {
	font-size: 1.1rem;
}

form .customSelect {
	color: #FFF;
	font-weight: normal;
	font-size: 1.3rem;
	text-transform: uppercase;
	border-bottom: 1px solid #797979;
}

form .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1.2rem;
	border: none;
	background: none;
	height: 60px;
	color: #fff;
}

form .fa-search {
	color: #009bdc;
	font-size: 1.5rem;
	height: 60px;
	padding-top: 1rem;
}

form .lineTwo {
	padding-top: 3rem;
}

form .lineThree {
	padding-top: 3rem;
}

form .border-form {
	border-bottom: 1px solid #797979;
}

form .lineThree .form-control {
	width: 30px;
	height: 30px;
	border: 1px solid #797979;
	border-radius: 2px;
	padding: 0;
	font-size: 1.3rem;
	text-align: center;
	color:#fff;
}

form .input {
	margin-right: -5px;
	padding-left: 0;
	padding-right: 0;
}

form .text-input {
	color: #797979;
	margin-top: 5px;
	padding-right: 0;
}

form .text-input h4 {
	font-size: 1.1rem;
}

form .button-form button {
	display: block;
	margin: 0 auto;
	height: 30px;
	width: 100px;
	font-size: 1rem;
	text-transform: uppercase;
	background: none;
	border: 1px solid #009bdc;
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-weight: 700;
	color: #fff;
}

form .close-form {
	font-size: 2rem;
	padding-top: 3rem;
}

form .pad {
	padding-right: 0;
}

form .fa-chevron-down {
	font-size: 1.2rem;
	color: #797979;
}

form .fa-color {
	color: #fff;
}


.icon .fa-search-mobile{
	display: inline-block!important;
}

.icon .search2{
	display: inline-block!important;
}



/* @media ( min-height : 300px) and (max-height: 500px) { */
/* 	header { */
/* 		height: auto; */
/* 		width: 100%; */
/* 	} */
/* 	form .button-form button { */
/* 		margin-bottom: 30px; */
/* 	} */
/* } */

@media ( min-width :768px) {
	form .container{
	margin-top: 100px;
	margin-bottom: 100px;
    height: 100%;
}
	
	form .lineThree .form-control {
		width: 40px;
		height: 40px;
	}
	form .selectpicker {
		font-size: 3rem;
	}
	form .form-control {
		font-size: 1.7rem;
	}
	form .customSelect {
		font-size: 1.7rem;
	}
	form .text-input h4 {
		font-size: 1.5rem;
		margin-top: 50px;
	}
	form .lineThree .form-control {
		fon-size: 1.5rem;
		margin-top: 40px;
	}
	form .button-form button {
		font-size: 1.5rem;
		height: 40px;
		margin-top: 5rem;
	}
	form .close-form {
		padding-top: 0;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	form .close-form .fa {
		font-size: 3rem;
	}
	
	#search-form{
/* 	margin-top: 40px; */
    margin-left: -5px;
}

.fa-search-desktop{
	display: inline-block;
	}
	
	
	
}


@media ( min-width : 1000px) {
	
		#search-form{
	margin-top: 20px;
    width: 100%;
    margin-left: -15px;
}



}



@media ( min-width : 1200px) {
	
		#search-form{
	margin-top: 30px;
}
	
	
	form .selectpicker,.customSelect {
		font-size: 4rem;
	}
	form .custom-select-normal {
		font-size: 2rem;
	}
	form .custom-size {
		font-size: 2rem;
	}
	form .customSelect {
		font-size: 2.5rem;
	}
	form .form-control {
		font-size: 3rem;
		height: 65px;
	}
	form .fa-search {
		font-size: 3rem;
		height: 65px;
	}
	form .lineOne {
		margin-bottom: 100px;
	}
	form .lineTwo {
		margin-bottom: 80px;
	}
	form .border-form {
		border-bottom: 1px solid #797979;
		padding-top: 7rem;
	}
	form .lineThree .form-control {
		width: 50px;
		height: 50px;
		font-size: 1.5rem;
	}
	form .text-input h4 {
		font-size: 2rem;
		margin-right: -40px;
	}
	form .button-form button {
		height: 50px;
		width: 150px;
		font-size: 2rem;
	}
	form .close-form .fa {
		font-size: 4rem;
	}
	form .fa-chevron-down {
		font-size: 1.8rem;
	}
	form .selectpicker option {
		background: none;
		
	}
}

@media ( min-width : 1300px){
	
#search-form{
	margin-top: 30px;
}

.navbar-collapse ul{
	font-size: 3rem;
}

}


/* mieszkania */
.header {
	margin-bottom: 100px;
}

.header h2 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 100px;
	margin-bottom: 40px;
	font-size: 2.5rem;
}

.header .border-hr {
	display: block;
	margin: 0 auto;
	border-bottom: 4px solid #009bdc;
	width: 50px;
}

.header hr {
	margin-top: -1px;
	margin-bottom: 100px;
}

.header p {
	text-align: center;
	font-size: 1.8rem;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 30px;
	color: #797979;
}

.header p span {
	font-weight: 700;
}

.photo-price,
.photo-price-right {
	height: 300px;
	padding-right: 0;
	padding-left: 0;
}



.photo-price img,
.photo-price-right img {
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.photo-price-pad {
	padding-right: 0;
	padding-left: 0;
	padding-top: 4rem;
	height: auto;
}

.photo-price-text {
	padding-left: 40px;
	padding-right: 40px;
}

.photo-price-text p {
	color: #797979;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.photo-price-text p span {
	font-weight: 700;
}

.photo-price-text h4 {
	margin-bottom: 50px;
	color: #009bdc;
	text-transform: uppercase;
	font-size: 1.8rem;
}

.photo-price-text h3 a{
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.5rem;
}

.text-right {
	text-align: right;
	padding-right: 40px;
}

.data {
	font-size: 1.6rem;
	text-transform: uppercase;
	padding-right: 40px;
	padding-left: 40px;
	color: #c5c5c5;
	margin-top: 20px;
}

.data span {
	color: #3c3c3c;
	font-weight: 700;
	text-transform: none;;
}

.con-fl {
	margin-bottom: 50px;
}

/* opacity na zdjeciu */
main{
	position:relative;
}

.photo-price {
    position: relative;
    padding: 0;
}

.text-opacity {
    position: absolute;
    color: #fff;
    font-size: 2rem;
    border-bottom: 2px solid #fff;
    z-index: 10;
    width: 25%;
    text-align: left;
    bottom: 40px;
    right: 1px;
}

.border-opacity a,
.border-opacity-right a{
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center; 
    
}
.photo-price .border-opacity {
    cursor: pointer;
    position: absolute;
    border: 3px solid #009bdc;
    width: 53%;
    height: 80%;
    opacity: 0;
    transition: 1s ease all;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.photo-price::after {
    content: " ";
    position: absolute;
    width: 35%;
    /* background: #000000ba; */
    background: rgba(0,0,0,0.7);
    z-index: 1;
    right: 0;
    top:0;
    bottom: 0;
}
  .photo-price:hover .border-opacity {
    opacity: 1;
  }


.photo-price-right{
	position: relative;
    padding: 0;
}


.photo-price-right::after{
  content: " ";
    position: absolute;
    width: 35%;
    /* background: #000000ba; */
    background: rgba(0,0,0,0.7);
    z-index: 1;
    left: 0;
    top:0;
    bottom: 0;
}


.text-opacity-right{
	  position: absolute;
    color: #fff;
    font-size: 2rem;
    border-bottom: 2px solid #fff;
    z-index: 10;
    width: 25%;
    text-align: right;
    bottom: 40px;
  
    
}


.photo-price-right:hover .border-opacity-right {
    display: block;
    opacity: 1;
}

.border-opacity-right{
 cursor: pointer;
    position: absolute;
    border: 3px solid #009bdc;
    width: 53%;
    height: 80%;
    opacity: 0;
    transition: 1s ease all;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}


.photo-price .border-opacity a,
.border-opacity-right a{
	 text-align: center;
     color: #fff;
     text-transform: uppercase;
     text-decoration: none;
     text-shadow: 2px 2px 1px black;
}

.photo-price .border-opacity hr,
.border-opacity-right hr{
	border:0;
	border-bottom: 2px solid #fff;
	width: 40px;
	position: absolute;
    top: 55%;
    left: 45%;
	
}

.nextAndprevious{
	display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 100px;
}

.nextAndprevious a{
	font-size: 1.6rem;
	color:#797979;
	text-decoration: none;
	margin-right: 15px;
}

.nextAndprevious .previous 
 {
	margin-right: 20px;
}

.nextAndprevious .next 
{
	margin-left: 10px;
	margin-right: 0;
}

.nextAndprevious a span{
	color:#009bdc;
	font-size: 2rem;
	font-weight: 700;
}

.nextAndprevious .next span{
	font-size: 1.6rem;
	font-weight: normal;
}



@media ( min-width :768px) {
	.text-right {
		padding-right: 60px;
	}
	.data-text-right {
		padding-right: 60px;
		text-align: right;
	}
	
	.photo-price,
    .photo-price-right {
	height: 500px;
}

.photo-price img,
.photo-price-right img  {
	height: 500px;
}

.text-opacity,
.text-opacity-right{
	font-size: 3.3rem;
}

.nextAndprevious a{
	font-size: 2rem;
}

.nextAndprevious a span{
	font-size: 2.5rem;
}

.nextAndprevious .next span{
	font-size: 2rem;
}

}

@media ( min-width :1000px) {
	.header h2 {
		font-size: 3.5rem;
	}
	.header p {
		font-size: 2rem;
		margin-right: 60px;
		margin-left: 60px;
	}
	.photo-price-text {
		padding-left: 60px;
		padding-right: 60px;
	}
	.photo-price-pad {
		height: auto;
		padding-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.text-right {
		padding-right: 80px;
	}
	.photo-price-text h3 {
		margin-top: 0;
	}
	.data-text-right {
		padding-right: 40px;
	}
	.data-border {
		border: 1.5px solid #009bdc;
		width: 85%;
		margin-left: 40px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.data-border-right {
		margin-left: 50px;
	}
	
	.photo-price .border-opacity a,
.border-opacity-right a{
	font-size: 2rem;
}

.con-fl{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
	
}

@media ( min-width : 1200px) {
	.header h2 {
		font-size: 4rem;
	}
	.photo-price-pad {
		padding-top: 4rem;
	}
	.photo-price-text {
		padding-left: 80px;
		padding-right: 80px;
	}
	.photo-price-text h3 {
		font-size: 2.5rem;
	}
	.text-right {
		padding-right: 100px;
	}
	.data {
		font-size: 2rem;
		padding-right: 60px;
		padding-left: 60px;
	}
	.data-border {
		margin-left: 65px;
	}
	.data-border-right {
		margin-left: 40px;
	}
	
	.text-opacity,
	.text-opacity-right{
	font-size: 4rem;
	}
	
		.photo-price .border-opacity a,
.border-opacity-right a{
	font-size: 3rem;
}
}

@media ( min-width : 1500px) {
	.data-border-right {
		margin-left: 55px;
	}
}

@media ( min-width : 1700px) {
	.data-border-right {
		margin-left: 70px;
	}
	.photo-price-text p {
		font-size: 1.8rem;
	}
	
	.nextAndprevious a{
	font-size: 3rem;
}

.nextAndprevious a span{
	font-size: 3.5rem;
}

.nextAndprevious .next span{
	font-size: 3rem;
}
.nextAndprevious .previous 
 {
	margin-right: 60px;
}

.nextAndprevious .next 
{
	margin-left: 50px;
	margin-right: 0;
}


}

@media ( min-width : 1900px) {
	.data-border-right {
		margin-left: 90px;
	}
}

/* propozycje */

.img-section2{
	padding-left: 0;
	padding-right: 0;
}

.table-img h3{
	text-transform: uppercase;
color: #3d3d3d;
font-weight: 700;
font-size: 2rem;
margin-top: 50px;
margin-bottom: 20px;
}

.table > tbody > tr > td{
	font-size: 1.6rem;
	text-transform: uppercase;
	border: 0;
}

.table > tbody > tr > .data-left{
	padding-left: 2rem;
	font-weight: 700;
	color: #3d3d3d;
}

.table > tbody > tr > .data-right{
	text-align: right;
	padding-right: 2rem;
	color: #8d8d8d;
}

.home-page-color-2 {
    
	background: none;
}

.home-page-color-2 h2{
color: #c4c4c4;
}

.home-page-color-2 h2 span {
color: #3d3d3d;
}

.home-page-color-2 hr {
border:1px solid #009bdc;
}

.home-page-color-button {
	display: flex;
flex-direction: row;
justify-content: center;
	margin-top: 50px;
	
}

.home-page-color-button button{
	
	background: none;
	border: 1px solid #fff;
	width: 130px;
	height: 30px;
	color: #fff;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.googlemaps{
	padding-left: 0;
	padding-right: 0;
}

.img-section2 img,
.googlemaps img{
	width: 100%;
}

.googlemaps img{
	
	height: 300px;
}

.carousel .item {
	width: 100%;
    height: 400px;
}

.carousel .item img {
	width: 100%;
	height: 400px;
}

.carousel-header{
	padding-left: 0;
	padding-right: 0;
}

.carousel-control.right,
.carousel-control.left{
	background-image: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	top: 85%;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
	
	left: 350%;
}

.carousel-control .glyphicon{
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	background: rgba(0,0,0, 0.7);
	display: flex;
flex-direction: column;
justify-content: center;

}

.data-carousel{
	text-align: center;
	font-size: 1.1rem;
	color: #8d8d8d;
	padding: 20px 0;
	text-transform: uppercase;
	
}

.data-carousel .col-xs-2{
	padding-left:3px;
	padding-right:3px;
}

.data-carousel span{
	font-weight: 700;
	color: #3c3c3c;
}

.left-slider h1{
	text-transform: uppercase;
	color: #3c3c3c;
	font-weight: 700;
}

.left-slider p{
	font-size: 1.4rem;
	color: #797979;
	text-align: justify;
}

.div-icon .left-icon{
	font-size: 2rem;
	margin-bottom: 10px;
	font-weight: 700;
	color: #3c3c3c;
}

.left-icon .icon{
	padding-top: 0;
}

.left-icon a{
	color: #3c3c3c;
   text-decoration: none;
}

.left-icon .icon i{
	width: 30px;
	height: 30px;
	background: #f6f6f6;
	color: #009bdc;
    display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.div-icon{
	margin-top: 20px;
}

.container-address{
	margin-top: 30px;
}

.address{
	font-size: 1.4rem;
	color: #3c3c3c;
	display: flex;
flex-direction: column;
justify-content: center;
height: 100px;
}

.address .name{
	font-weight: 700;
	color: #3c3c3c;
	text-align: left;
	font-size: 1.8rem;
}

.address span{
	color: #797979;
    text-align: left;
   
}

.foto-address img{
	width: 100px;
	height: 100px;
}


@media(min-width: 500px){
	
	.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
	left: 420%;
	}
}

@media(min-width: 768px){
	
	.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
	left: 500%;
	}
	
	.data-carousel{
	font-size: 1.6rem;
	}
	
	.left-slider p{
	font-size: 1.6rem;
	}
	
	.img-section2 img{
	height: 800px;
	}
	
	.table-img h3{
	margin-top: 0;
	}
	
	.homepage-2{
	padding: 2rem;
	}
	
	.home-page-color-button{
	margin-top: 25px;
	}
	
	.home-page-color-button button{
	width: 200px;
	height: 50px;
	font-size: 1.8rem;
	}
	
	.address{
	font-size: 1.6rem;
	}
	
	.address .name{
	font-size: 2.5rem;
	}
	
	.address span{
	text-align: right;
	padding-right: 20px;
	}
	
	.table-img{
	padding-right: 3rem;
	padding-left: 3rem;
	}
	
	.container-address{
	position: relative;
	margin-bottom: 30px;
	z-index: -1;
	}
	
	.blue-div{
	position: absolute;
	z-index: 2;
	height: 250px;
	width: 200px;
	background: #009bdc;
	bottom:0;
	right: 150px;
	color: #fff;
	text-transform: uppercase;
	 text-shadow: 1px 1px #009bdc;
	}
	
	.blue-div h2,
	.blue-div h3,
	.blue-div h4,
	.blue-div p{
	padding-left: 20px;
	color: #fff;
	}
	
	
	.blue-div h2{
	margin-bottom: 0;
	font-weight: 700;
	font-size: 3rem;
	}
	
	.blue-div h3{
	margin: 0;	
	font-weight: normal;
	}
	
	.blue-div h4 {
	margin-top: 50px;
	}
	
	.blue-div hr{
	margin:0;
	margin-left: 20px;
	width: 200px;
	}
	
	.blue-div p span{
	font-weight: 700;
	}
}

@media(min-width: 1000px){
	.carousel-inner{
	z-index: -2;
	}
	
	.blue-div{
	right: -30px;
	text-shadow: none;
	}
	
	.foto-address{
	padding-left:0;
	}
	
	.left-slider h1,
	.left-slider p,
	.left-slider .div-icon{
	 padding-left: 20px;
	}
	
	.left-icon .icon{
	padding-left: 0;
	}
	
	.address{
	padding-left: 0;
	}
	
	.left-slider{
	padding-top: 20px;
	}
	
	.blue-div{
	right: -15px;
	width: 190px;
	}
	
	.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
	left: 450%;
	}
	
	.container-address{
	margin-bottom: 0;
	}
	
	.homepage-2 {
	padding: 6rem;
	}
	
	
	
	.table-img{
	padding-left: 6rem;
	padding-right: 6rem;
	}
	
	.googlemaps img{
	height: 500px;
	}
}

@media(min-width: 1200px){
	
	.blue-div{
	height: 300px;
	width: 250px;	
	right: -25px;
	}
	
	.carousel-inner{
	height: 450px;
	}
	
	.carousel .item {
	
    height: 450px;
}
	.carousel-inner .item img{
	height: 450px;
	}
	
	.foto-address{
	padding-right: 0;
	}
	
	.foto-address img{
	width: 200px;
	height: 150px;
	}
	
	.address{
	margin-top: 20px;
	font-size: 1.8rem;
	}
	
	.address span{
	
	}
	
	.address .name{
	padding-right:0;
	font-size: 3rem;
	}
	
	.blue-div{

	}
	
	.blue-div h2{
	font-size: 4rem;
		margin-top: 40px;
	}
	
	.blue-div h3{
	font-size: 3.5rem;
	}
	
	.blue-div h4{
	font-size: 2.4rem;
	}
	
	.data-carousel .col-xs-2{
	padding: 0 5px;
	}
	
	.data-carousel .padl{
	padding-left: 20px;
	}
	
	.home-page-color-button{
	margin-top: 70px;
	}
	
}

@media(min-width: 1600px){
	
	.left-slider{
	padding: 8rem;
	padding-bottom: 4rem;
	
	}
	
	.blue-div{
	height: 350px;
	right: -110px;
	}
	
	.carousel-inner{
	height: 600px;
	}
	
	.carousel-inner .item img{
	height: 600px;
	}
	
	.left-icon .icon i{
	width: 50px;
	height: 50px;
	}
	
	.icon-flex{
	height: 50px;
display: flex;
flex-direction: column;
justify-content: center;
	}
	
	.home-page-color-2
	{
	height: 450px;
	}
	
	.homepage-2{
	height: auto;
	}
	
	.data-carousel{
	font-size: 1.7rem;
	}
	
	.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
	left: 500%;
	}
	
	.table-img{
	padding-top: 1rem;
	padding-right: 15rem;
	padding-left: 15rem;
	}
	
	.table-img h3{
font-size: 2.5rem;

}

.table > tbody > tr > td{
	font-size: 1.8rem;
	
}

.img-section2 img{
	
	height: auto;
}

}

@media(min-width: 1700px){
	
	.carousel-inner{
	height: 500px;
	}
	
	.carousel-inner .item {
	height: 500px;
	}
	
	.carousel-inner .item img{
	height: 500px;
	}
	
	.home-page-color-button{
	margin-top: 25px;
	}
	
	.home-page-color-button button{
	width: 300px;
	height: 70px;
	font-size: 2.5rem;
	}
	
	.left-slider h1, .left-slider p, .left-slider .div-icon{
	   padding-left: 50px;
	}
	
}


/* onas */
@media(min-width: 768px){
	
	.homepage3{
	height: auto;
}
}

@media(min-width: 1200px){
	
		.homepage3{
/* 	height: 500px; */
	display: flex;
flex-direction: column;
justify-content: center;
}

.home-page-color-3{
	padding-right: 6rem;
	
}

}


.icon .fa-facebook {
	color: #fff
}




/* logo */

.logo-desktop{
	display:none;
}

.logo-mobile{
	display: block;
}

.navbar .icon a{
	color: #fff;
}


@media(min-width: 768px){
	.logo-desktop{
	display:block;
}

.logo-mobile{
	display:none;
}

.icon .search2{
	display:none!important;
}



.icon{
/* 	margin-left:400px; */
}

}



/* paginacja */

.paginacja{
	font-size: 1rem;
	padding: 50px 0 50px 0;
	color: #428bca;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.paginacja span.ditto_currentpage{
	font-size: 1.2rem;
    font-weight: bold;
    	padding-left:10px;
	padding-right: 10px;
	margin-left:5px;
	margin-right: 5px;
	border: 1px solid #428bca;
	background: #428bca;
	color: #fff;
	
}

.paginacja a{
	padding-left:5px;
	padding-right: 5px;
}



.paginacja .ditto_page:hover{
	color: #000;
}

.paginacja  span.ditto_off{
	color: #999;
}


@media(min-width: 700px){
	.paginacja{
	font-size: 1.6rem;
	}
	
	.paginacja span.ditto_currentpage{
	font-size: 2rem;
	}
}

.wynikiwyszukiwania p span{
	padding-right: 10px;
    
}

.brakofert{
	display: flex;
flex-direction: row;
justify-content: center;
padding: 50px 0;
}

/* formularz */
 #EmailForm{
 padding: 50px 20px;
 color: #fff;
 font-size: 1.8rem;

 }
 
  #EmailForm .formularz-control{
 font-size: 1.8rem;
 height: auto;
 border: 1px solid #fff;
 }
 
 
  #EmailForm .formularz-control2{
  font-size: 1.8rem;
  height: 100px;
  border: 1px solid #fff;
 }
    
#EmailForm .separated{
	display: flex;
flex-direction: row;
justify-content: center;
}

#EmailForm  .button{
	border-radius: 0;
background: none;
border: 0;
font-size: 3rem;
color: #fff;
}

#EmailForm .text-message{
	padding-right: 15px;
	padding-left: 15px;
}

#EmailForm  .vericode{
	padding-left: 15px;
}

#EmailForm  .code{
	margin-bottom: 10px;
}

.contact-page{
	height: auto;
}

.homepage-contact h4{
	margin-bottom: 0;
}

.homepage-contact p{
	font-size: 1.6rem;
}

@media(min-width: 768px){
	.homepage-contact{
	height: 400px;
	display: flex;
flex-direction: column;
justify-content: center;
padding-left: 4rem;
	}
}

@media(min-width: 1000px){
	.homepage-contact,
	.contact-page
	{
	height: 500px;
	}
	
	
}

@media(min-width: 1200px){
	#EmailForm {
    padding: 50px 300px;
	}
}

