a:hover,a:active,a:link,a:visited,a:active {
	color: inherit;
	text-decoration: none;
}

a{
	text-decoration: none;
	color: #00A8D2;
}
p{
	margin: 20px 0;
}
b, strong{
	font-weight: 400;
}

h4 { font-weight: bold; }

h1{
	color: #5587AE;
	font-weight: 400;
	font-size: 4em;
	text-align: center;
	margin: 10px 0 10px 0;
        font-family: 'Great Vibes';
}
h2{
	font-weight: 300;
	font-size: 1.4em;
	text-align: center;
	background: #F8F8F8;
	padding: 10px;
	margin: 30px 0 0 0;
	color: #6F6F6F;
	letter-spacing: 1px;
	border-bottom: 1px dotted #C1F2FF;
}

.alignleft{
	float: left;
	text-align: left;
	margin: 0 20px 10px 0;
}
.alignright{
	float: right;
	text-align: right;
	margin: 0 0 10px 20px;
}

.center { text-align: center; }

.aligncenter {
	text-align: center;
        margin: 0 auto;
        display: block;
}

.indent{
	text-indent: 2em;
}

.justuj { text-align: justify; }

.glyphicon { cursor: pointer; }

.niebieski { color: #00A8D2; }
.pomaranczowy { color: #FF6600; }
.szary { color: #333333; }
.czerwony { color: #FB3831; }
.zielony { color: #18A14F; }

.white-bg {
    background: rgba(255,255,255,0.7);

}

.overflow {
    overflow-y: auto;
    overflow-x: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.pagination a {
	font-weight: 400;
	font-size: 1.4em;
	color: #5587AE;

}
