@import url("/pl/css/bootstrap.css");

html, body {
    margin: 0px;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #262626;
}

.uc {
	margin-top: 100px;
}

.uc-main {
	width: 100%;
}

.uc-logo {
	height: 80px;
	display: inline-block;
}

.uc-info {
	margin-top: 50px;
	text-align: center;
}

.uc-info p {
	margin-top: 10px;
	margin-bottom: 0;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	border-left: 1px solid #d2dede;
	margin-left: 50px;
	padding-left: 50px;
	vertical-align: top;
	font-size: 1.75em;
	color: #003d54;
}

@media only screen and (max-width : 1199px) {

	.uc-logo {
		height: 60px;
	}

	.uc-info p {
		margin-top: 10px;
		height: 40px;
		line-height: 40px;	
		font-size: 1.25em;
	}

}

@media only screen and (max-width : 767px) {

	.uc {
		margin-top: 50px;
	}

	.uc-logo {
		display: block;
		height: auto;
		max-height: 80px;
		margin: 0 auto;
		max-width: 100%;
	}

	.uc-info p {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
		margin-top: 25px;
	}

}