#content{
	min-height:1000px;
}
#content.jo{
	background: url(../images/background-jo.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#content.sp{
	background: url(../images/background-sp.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#content.op{
	background: url(../images/background-op.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#application {
	border-radius:5px;
	padding:15px;
	margin:0 0 50px;
}
	#application .intro h2{margin-top: 0;}
	#application.jo{background-color:#9db3cf;}
	#application.op{background-color:#fff;}
	#application.sp{background-color:#d9a20c;}

#footer{
	color:#888;
	background:#fff;
	font-size:0.85em;
	padding:20px 0 0 0;
}
.logo {
	margin:35px 0;
}

.callcenter{
	margin:35px 0;
	text-align: right;
	font-size: large;
}
	.callcenter a{
		text-decoration: none;
		color: #000000;
	}

.form-horizontal .form-group {
	margin-left:0;
	margin-right:0;
}
.form-horizontal .control-label.sr-list, .checkbox {
	font-size:0.85em;
	font-weight:normal;
	opacity:0.7;
	width:100%;
}
.form-control,
.help-block{
	font-size:13px;
}
.panel {
	background-color:transparent;
	box-shadow:none;
	margin:0;
}
.panel-heading {
	opacity:0.7;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
.panel-body {
	padding-top:0;
	padding-bottom:0;
}
.btn-primary {
	border:0;
	border-radius:0;
	font-weight:bold;
	text-transform:uppercase;
}
	.btn-primary.jo{background:#f00;}
		.btn-primary.jo:hover{background:#337ab7;}
	.btn-primary.op{background:#f00;}
		.btn-primary.op:hover{background:#337ab7;}
	.btn-primary.sp{background:#7b8147;}
		.btn-primary.sp:hover{background:#337ab7;}

#sec{
	display: none;
}

.more-cnt{
	display: none;
}

#error-page,
#pages{
	background-color:#efefed;
	border-radius:5px;
	margin:0 0 50px;
}
#counters{
	margin-bottom: 1em;
}
	#counters .title{
		font-size: 20px;
		line-height: 1.5em;
	}
	#counters .counter{
        color: #f00;
		font-size: 26px;
	}

#review {
	margin-top: 1em;
	padding-top: 2em;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
	#review .title{
		font-size: 26px;
		line-height: 1.5em;
        text-align: center;
        padding-top: 1em;
	}
	#review #counter {
		color: #f00;
		font-size: 26px;
	}
	#review .item{
		padding-left: 20px;
		padding-right: 20px;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	#review h6 {
		font-size: 14px; line-height: 1.5em;
	}
	#review .author{
		color: #337ab7;
	}

#cert {
	text-align : center;
	border-bottom: 1px solid #eee;
	margin-bottom: 2em;
}

#cert .item {
	max-height : 70px;
	border     : none;
	margin     : 0em 2em 2em 2em;
}

#cert a:hover,
#cert a:focus {
	opacity            : 0.8;
	filter: alpha(opacity=80);
	-webkit-transition : opacity .25s ease-in-out;
	-moz-transition    : opacity .25s ease-in-out;
	-ms-transition     : opacity .25s ease-in-out;
	-o-transition      : opacity .25s ease-in-out;
	transition         : opacity .25s ease-in-out;
}

#agree .form-group{margin-bottom: 0;}
#agree .form-group p{margin-bottom: 0;}
#id_app-partner_agreements{
	margin: 0;
	padding: 0.5em 0 0 0;
	list-style: none;
}
	#id_app-partner_agreements ul {
		list-style: none;
		padding: 3px 0 3px 15px;
	}

#contact {
	border-radius:5px;
	padding:2em 4em;
	margin:0 0 50px;
}
	#contact.op{background-color:#fff;}
	#contact .help-block {margin-bottom: 0;}

/* Suwaki kwoty i okresu */
#loan-sliders {
	padding: 15px;
	border-radius: 5px;
}
	#loan-sliders label {
		font-weight: bold;
		margin-bottom: 15px;
		display: block;
	}
	#loan-sliders label span {
		color: red;
		font-size: 18px;
	}
	#loan-sliders .slider {
		width: 100%;
	}
	#loan-sliders .slider-track {
		background: #fff;
		box-shadow: none;
		border-radius: 4px;
		border: 1px solid #f5a0a0;
	}
	#loan-sliders .slider-selection {
		background: #f5a0a0;
		box-shadow: none;
		border-radius: 4px;
	}
	#loan-sliders .slider-handle {
		background: red;
		border-radius: 50%;
	}