body{
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif !important;
}

.center{
	max-width:1160px;
	margin:auto;
}

#Page h1{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: #252852;
    position: relative;
    padding: 40px;
    margin-bottom: 40px;
    clear: both;
    margin-top: 0;
}

h1:before{
    content: " ";
    width: 100px;
    height: 2px;
    margin: auto;
    background: #fa6b02;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.h1_tekst{
    max-width: 750px;
    margin: auto;
    font-size: 17px;
    color: #6f6f6f;
    text-align: center;
		padding:0 10px;

}

.h1_tekst b{
	color:#fa6b02;
}

.poptlo{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;	
	display:none;
}

.popup{
    max-width: 800px;
    width: 100%;
    margin: auto;
    position: absolute;
    background: #f2f3fb;
    border: 10px solid #d98934;
    padding: 25px;
    top: 20%;
    left: 0;
    right: 0;	
}

.popup .fa{
    position: absolute;
    right: -22px;
    top: -21px;
    font-size: 35px;
    color: white;
    cursor: pointer;	
}

/* --------------------- header -------------------- */

@media(max-width:1000px){
	#header ul{
    line-height: 20px !important;
	display:none;
}

#header ul li{
display: block !important;
    width: initial !important;
    border-bottom: 1px solid #d98934;
}

#header ul li a{
text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
    display: block;	
}

#button_menu{
    display: block !important;
    color: #d98934;
    font-size: 26px;
    width: 23px;
    margin: auto;
    padding-top: 37px;
	cursor:pointer;
}

}

@media(max-width:767px){
	#button_menu{
		padding-top:0;
	}
	
	#logo,#zmiana_strony{
		text-align:center;
	}
}

#button_menu{
	display:none;
}

#header{
	background:white;
	overflow:hidden;
}

#header #logo img{
	    padding: 25px 0;
}

#header ul{
	    list-style-type: none;
    text-align: center;
    line-height: 100px;
    margin: 0;
	    padding: 0;
}

#header ul li{
    display: inline-block;
    padding: 10px 13px;	
	position:relative;
	    width: 80px;
}

#header ul li:hover a{
	color:#d98934;
	font-weight:bold;
}

#header ul li a{
text-decoration: none;
    color: #565656;
    font-size: 15px;
    font-weight: 600;
    display: block;	
	text-transform:uppercase;
}

#zmiana_strony{
	line-height: 110px;
	color:white;
}

#zmiana_strony span:hover{
background: rgba(255,179,0,1);
background: -moz-linear-gradient(top, rgba(255,179,0,1) 0%, rgba(255,179,0,1) 24%, rgba(255,177,0,1) 80%, rgba(255,177,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,179,0,1)), color-stop(24%, rgba(255,179,0,1)), color-stop(80%, rgba(255,177,0,1)), color-stop(100%, rgba(255,177,0,1)));
background: -webkit-linear-gradient(top, rgba(255,179,0,1) 0%, rgba(255,179,0,1) 24%, rgba(255,177,0,1) 80%, rgba(255,177,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,179,0,1) 0%, rgba(255,179,0,1) 24%, rgba(255,177,0,1) 80%, rgba(255,177,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,179,0,1) 0%, rgba(255,179,0,1) 24%, rgba(255,177,0,1) 80%, rgba(255,177,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,179,0,1) 0%, rgba(255,179,0,1) 24%, rgba(255,177,0,1) 80%, rgba(255,177,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffb100', GradientType=0 );
}



#zmiana_strony span{
background: rgba(255,179,0,1);
background: -moz-linear-gradient(top, rgba(255,179,0,1) 0%, rgba(255,213,0,1) 26%, rgba(255,213,0,1) 75%, rgba(255,177,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,179,0,1)), color-stop(26%, rgba(255,213,0,1)), color-stop(75%, rgba(255,213,0,1)), color-stop(100%, rgba(255,177,0,1)));
background: -webkit-linear-gradient(top, rgba(255,179,0,1) 0%, rgba(255,213,0,1) 26%, rgba(255,213,0,1) 75%, rgba(255,177,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,179,0,1) 0%, rgba(255,213,0,1) 26%, rgba(255,213,0,1) 75%, rgba(255,177,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,179,0,1) 0%, rgba(255,213,0,1) 26%, rgba(255,213,0,1) 75%, rgba(255,177,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,179,0,1) 0%, rgba(255,213,0,1) 26%, rgba(255,213,0,1) 75%, rgba(255,177,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffb100', GradientType=0 );
	transition:1s;
		border-radius: 21px;
	margin-left:5px;
	padding: 14px;
}

#zmiana_strony span a{
    text-shadow: 1px 1px 0px white;
	color:#86153b;
	font-size:14px;
	text-decoration:none;
		transition:1s;
	font-weight:bold;
}

/* ---------------------------------- baner ----------------------- */

.baner{
height: 494px;
    background-position: 50% 50%;
		position:relative;
}

/* ---------------------------- leasing samochodowy -------------- */

#leasing-samochodowy,#nieruchomosci,#podroze,#firma,#zycie,#o-nas,#partnerzy{
		margin-bottom:90px;
}

#leasing-samochodowy .baner{
	background-image: url('../img/slider2.jpg');
}

#nieruchomosci .baner{
	background-image: url('../img/nieruchomosci.jpg');
}

#podroze .baner{
	background-image: url('../img/podroz.jpg');
}

#firma .baner{
	background-image: url('../img/firma.jpg');
}

#zycie .baner{
	background-image: url('../img/zycie.jpg');
}

#o-nas .baner{
	background-image: url('../img/o nas.jpg');	
}

#partnerzy .baner{
	background-image: url('../img/o nas.jpg');	
}

#kontakt .baner{
	background-image: url('../img/kontakt.jpg');	
}

 .baner .center{
	    padding-top: 210px;
}

 .baner .opis{
    background: #86153b;
    position: absolute;
    width: calc( (100% - 1160px) / 2);
    height: 120px;
    left: 0;
    z-index: 0
}

 .baner .napis{
    z-index: 9;
    position: relative;
    color: white;
    font-size: 30px;
    text-shadow: 2px 2px 0px black;
  //  display: inline-block;
    background: #86153b;
    padding-right: 20px;
    height: 120px;
    padding: 15px 27px 15px 0;
    line-height: 30px;	
	text-align: center;
}

 .baner .napis .formularz_button{
    background: rgba(217,137,52,0.8);
    display: inline-block;
    padding: 15px;
    border: 1px solid white;
    line-height: 9px;	
	margin-top:15px;
	transition:1s;
}

.baner .napis .formularz_button:hover{
    background: rgba(217,137,52,1);	
}

 .baner .napis .formularz_button a{
font-size: 16px;
    font-weight: bold;
    color: white;
    text-shadow: none;
    line-height: 16px;
    text-decoration: none;	
}

 .baner .napis.nobackground{
	background:none;
}

 .baner .napis p{
    font-size: 35px;
    font-weight: bold;	
	    padding-top: 10px;
}

 .baner .napis.nobackground:before{
	display:none;
}

 .baner .napis:before{
    content: " ";
    width: 0px;
    height: 0px;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    border-bottom: 60px solid transparent;
    position: absolute;
    border-top: 120px solid #86153b;
    right: -45px;
    top: 0px;
    z-index: -1;
}

/* ---------------------- WYBOR --------------------- */

.wybor{
    background: #252852;
    min-height: 78px;
}
@media (min-width: 768px){
.wybor .col-sm-2{
	width:20%;
}
}

.wybor .col-sm-2:hover:before,.wybor .col-sm-2.active:before{
	opacity:1;
}

.wybor .col-sm-2:before{
    content: " ";
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 25px solid #d98934;
    position: absolute;
    border-top: 25px solid transparent;
    top: -49px;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
    transition: 1s;
    z-index: 99999;
}

.wybor > div div{
    font-size: 16px;
    text-align: center;
		transition:0.5s;

}

.wybor > div div a{
	    color: white;	
	text-decoration:none;
	display:block;
    padding: 25px 0;	
	transition:0.5s;
}

.wybor > div div:hover,.wybor > div div.active{
	background:#d98934;	
}

.wybor > div div:hover a,.wybor > div div.active a{
		color:white;
}

.wybor > div div .fa{
    font-size: 27px;
    position: relative;
    top: 3px;
    padding-right: 10px;	
		transition:0.5s;

}

.wybor > div div:hover .fa,.wybor > div div.active .fa{
	color:white;
}

/* ----------------------- formularz ------------------------ */

form input,form textarea{
    width: 100%;
    padding: 7px;	
}

form input.error,form select.error,form textarea.error{
	border:1px solid red;
}

form label{
display: block;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 500;
    margin: 20px 0 15px 0;
}

form label span{
	color:#d98934;
}

form select{
    width: 100%;
    padding: 8px;	
}

.formularz_naglowek:before{
	content: " ";
    height: 59px;
    width: 20px;
    background: #d98934;
    position: absolute;
    top: -5px;
    left: 0px;
    transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
}

.formularz_naglowek:after{
	content: " ";
    height: 59px;
    width: 20px;
    background: #d98934;
    position: absolute;
    top: -5px;
    right: 0px;
    transform: rotate(22deg);
    -webkit-transform: rotate(22deg);
    -moz-transform: rotate(22deg);
    -o-transform: rotate(22deg);
}


.formularz_naglowek{
    background: #252852;
    color: white;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 23px);
    position: relative;
    margin: auto;
	    border-bottom-left-radius: 31px;
    border-bottom-right-radius: 31px;
}

.formularz_naglowek.dlugi{
	padding-top:0;
}

.formularz_szary {
    background: #f2f3fb;
    position: relative;
    margin-top: 50px;	
	overflow:hidden;
}

.form_naglowek{
	height:49px;
	overflow:hidden;
}

.formularz_szary .padings{
	    padding:50px 70px;
}
.regulamin{
	text-align:center;
	padding:10px;
	font-size:14px;
	color:#6f6f6f;
}

.regulamin span{
	color:#d98934;
	font-weight:bold;
	cursor:pointer;
}

.regulamin span .fa{
font-size: 18px;
    position: relative;
    bottom: -3px;
}

#submit{
	font-weight:bold;
	color:white;
	padding:15px;
	max-width:200px;
	width:100%;
	background:#d98934;
	margin:auto;
	font-size:18px;
	text-align:center;
	cursor:pointer;
	margin-top:40px;
	transition:1s;
}

#submit:hover{
	background:#ffaf00;
}

#wspolwlasciciel{
    float: left;
    width: 15px;	
}

.wspolwlasciciel{
	float: left;
    margin: 0;
    padding-left: 20px;	
}

.wspol,.inny_model{
	display:none;
}
.jednorodzinny,.wielorodzinny,.odwolanie_uczestnictwa{
	display:none;
}

.zabezpieczenia input{
	    width: 15px;
    float: left;
    clear: both;
}

.zabezpieczenia label{
	    float: left;
    margin-top: 0;
    padding-left: 15px;
}

/* ----------------------------- stopka -------------------------- */

.stopka{
	color:white;
	font-size:14px;
	background:#252852;
	padding:40px 0;
	overflow:hidden;
	clear:both;
}

.stopka > div > div:last-child{
	text-align:right;
}

.stopka a{
	color:white !important;
	text-decoration:none !important;
	font-size:14px;
}

/* ---------------------- result ------------------------- */

.result{
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
    font-size: 16px;
    padding: 0 30px;	
}

.result .error{
	color: red;
}

.result .success{
	color:#2bd72b;
}

.zacheta{
	margin-top:25px;
	display:none;
}

.zacheta ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 20px;	
}

.zacheta ul li{
	
}

.zacheta ul li a{
    color: #86153b;
    text-decoration: none;	
}

/* ---------------- face ------------- */

#face-slider{
	position:fixed; 
	right:-290px; 
	top:190px; 
	z-index:100; 
}
#face-slider #tab{
	cursor:pointer; 
	height:110px; 
	width:35px; 
	float:left; 
	background: url('../img/facebook-slider.png') no-repeat center center;
}
#face-code{
	padding:5px; 
	border: solid #0170cf 3px; 
	background: #fff; 
	float:left; 
	width:286px; 
	height:312px; 
	-moz-border-radius: 0 0 0 8px; 
	-webkit-border-radius: 0 0 0 8px; 
	border-radius: 0 0 0 8px; 
}



.col-sm-3 {
	width: 25%;
}
.col-sm-9 {
	width: 75%;
}

.c-content-feature-1 {
	padding-right: 40px;
}

