body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	color: #989FA4 ;
}
a {
	color: #00295F ;
}
a:hover {
	color: #5e81ae;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #ccdc00 ;
}
h1 {
	color: #cb2629;
}
h3 i.glyphicon {
   color: #989FA4 ;
	display: block;
	margin-bottom: 20px;
}
.text-right {
	text-align: right;
}
img {
	margin-bottom: 10px;
}
.xmas {
	padding-top: 20px;
}
.wrapper {
	border-top: 5px solid #ccdc00;
}
header {
	height: 80px;
}
.adress {
	text-align: center;
}
footer {
	margin-top: 50px;
	padding: 10px 0;
	font-size: 15px;
	border-top: 1px solid;
}

@media (max-width: 1000px) {
	.text-right,
	.text-left {
   	text-align: center;
	}
}

@media (max-width: 320px) {
	.text-right,
	.text-left {
   	text-align: center;
	}
}
