body,
input, 
textarea, 
select {
    font-family: 'calibri_regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif ;
    font-size: .625em;
    line-height: 1.2em;
    color: #80331b;
	background-color: #fffff5;
}

/*--  style dla top --*/



.top h1 {
	margin: 50px 0px;
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 3.6em;
	color: #e30d46;
	font-style: italic;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .menu {
	float: right;
}

.navbar-default .menu > li {
	float: left;
	display: block;
	border-right: solid 1px #e30d46;
	margin-top: 25px;
}

.navbar-default .menu > li:last-child {
	border-right: none;
}

.navbar-default .menu > li > a {
	font-size: 1.5em;
	line-height: 1.2em;
    color: #000000;
	padding: 0px;
	margin: 0px 14px;
}

.navbar-default .menu > li > a:link {
	color: #000000;
	text-decoration: none;
}

.navbar-default .menu > li > a:visited {
	color: #000000;
	text-decoration: none;
}

.navbar-default .menu > li > a:hover {
	color: #e30d46;
	text-decoration: none;
}

.navbar-default .menu .sub-menu {
	position: absolute;
	font-family: 'calibri_regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-style: normal;
	font-size: 1em;
	padding: 0px 10px 0px 10px;
	width: 160px;
	display: none;
	color: #ff0000;
}

.navbar-default .menu li:hover .sub-menu {
	display: block;
	background-color: #e30d46;
	z-index: 10;
}

.navbar-default .menu .sub-menu li a {
	display: block;
	margin: 0 0 0 0px;
	padding: 6px 5px;
	color: #ffffff;
	font-size: 1.4em;
}

.navbar-default .menu .sub-menu li a:hover {
	color: #000000;
	text-decoration: none;
}

.navbar-default .menu > .active > a, .navbar-default .menu > .active > a:focus {
    color: #000000;
    background-color: #fffff5;
}

.navbar-default .menu > .active > a:hover {
    color: #e30d46;
    background-color: #fffff5;
}

.slider {
	border-top: solid 1px #e30d46;
	border-bottom: solid 1px #e30d46;
}

.slider img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media screen and (max-width: 767px){
	
	.navbar-default {
		background-color: #fffff5;
		text-align: center;
	}
	
	.navbar-default .menu .sub-menu {
		position: relative;
		display: block;
		background-color: #e30d46;
		width: 100%;
	}
	
	.navbar-default .menu .sub-menu li a {
		color: #fff;
	}
	
	.navbar-default .menu {
		float: none;
	}
	
	.navbar-default .menu > li {
		float: none;
		border-right: none;
		margin-top: 0px;
		width: 100%;
	}
	
	.navbar-default .menu > li a {
		line-height: 1.6em;
	}
	
}

/*--  ------------------------------------------------ --*/

/*--  style dla contentu --*/


.content .item {
	border-bottom: solid 1px #e30d46;
	padding: 50px 0px;
}

.content .item:last-child {
	border-bottom: none;
}

.content .item img {
	width: 100%;
	height: auto;
}

.content .item h1 {
	font-family: 'calibri_regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-style: normal;
	color: #000000;
	font-size: 2.4em;
	margin-top: 20px;
}

.content .item p {
	font-family: 'Arial Narrow', arial;
	font-style: normal;
	color: #000000;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 30px;
	text-align: justify;
}
.content .item .items-button {
	display: block;
	font-family: 'calibri_regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif ;
	margin-top: 20px;
	margin-right: 50px;
	font-size: 1.6em;
}

.content .item .items-button a:link {
	color: #e30d46;
	padding: 5px 10px;
	text-decoration: none;
}

.content .item .items-button a:visited {
	color: #e30d46;
	padding: 5px 10px;
	text-decoration: none;
}

.content .item .items-button a:hover {
	color: #ffffff;
	background-color: #e30d46;
	padding: 5px 10px;
	text-decoration: none;
}

.content .item .items-button a:active {
	color: #e30d46;
	padding: 5px 10px;
	text-decoration: none;
}

.content {
	padding: 10px;
	padding-top: 50px;
}

.content h1 {
	font-family: 'calibri_regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-style: normal;
	color: #000000;
	font-size: 2.4em;
	margin-top: 20px;
}

.content h2 {
	font-family: 'calibri_regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-style: normal;
	color: #000000;
	font-size: 2em;
	margin-top: 20px;
}

.content h3 {
	font-family: 'calibri_regular', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-style: normal;
	color: #000000;
	font-size: 1.8em;
	margin-top: 20px;
}


.content p {
	font-family: 'Arial Narrow', arial;
	font-style: normal;
	color: #000000;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 30px;
	text-align: justify;
}

.content ul, .content ol {
    margin-left: 40px;
	font-family: 'Arial Narrow', arial;
	font-style: normal;
	color: #000000;
	font-size: 1.8em;
	line-height: 1.2em;
	text-align: justify;
}


.content  li > a:link{
	color: #000000;
	text-decoration: none;
}

.content  li > a:visited{
    color: #000000;
	text-decoration: none;
}

.content  li > a:hover{
    color: #e30d46;
	text-decoration: none;
}

.content  li > a:active{
    color: #000000;
	text-decoration: none;
}

img.alignright {
	float: right;
	padding: 0px 10px 10px 10px;
}

img.alignleft {
	float: left;
	padding: 0px 10px 10px 10px;
}

/*--  ------------------------------------------------ --*/

/*--  style dla footera --*/

footer {
	background: #cccccc;
	height: 100%;
	padding: 20px 0;
	margin-top: 30px;border-top: solid 1px #e30d46;
}

footer h3 {
	font-size: 2em;
	line-height: .8em;
	color: #000000;
}

footer h4 {
	font-size: 1.6em;
	line-height: 1.6em;
	color: #000000;
	margin: 0 20px;
}

footer p {
	margin: 40px;
	font-family: 'Arial Narrow Bold', arial;
	font-style: normal;
	color: #000000;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: 600;
}

footer p a:link{
	color: #000000;
	text-decoration: none;
}

footer p a:visited{
    color: #000000;
	text-decoration: none;
}

footer p a:hover{
    color: #e30d46;
	text-decoration: none;
}

footer p a:active{
    color: #000000;
	text-decoration: none;
}



/*--  ------------------------------------------------ --*/


.content .pagination-news {
	overflow: hidden;
	height: 50px;
	width: 100%;
	margin-top: 20px;
}

.content .pagination-news ul{
    text-align: center;
}

.content .pagination-news ul li{
    display: inline-block;
    margin-right: 5px;
}

.content .pagination-news ul li:hover a,
.content .pagination-news ul li span{
    background: #e30d46;
}

.content .pagination-news ul li a{
    background: #000;
}

.content .pagination-news ul li a,
.content .pagination-news ul li span{
    color: #fff;
    text-align: center;
    display: block;
    font-size: 16px;
	line-height: 22px;
    padding-top: 1px;
    height: 25px;
    width: 28px;
     -webkit-border-radius: 50%;
    border-radius: 50%;
}

