/* 
*
* USER STYLES
* This styles will override default styles of template
*
*/
body
{
	-webkit-font-smoothing: subpixel-antialiased;
}
#block_twitter_feed
{
	margin-bottom: 0;
}
hr.dark-blue
{
border-top: 3px solid #28438e;	
}
#mc_embed_signup input.email
{
	width: 100%;
}
a
{
	color: #28438E;
}
strong
{
	font-weight: bold !important;
}
div.content-wrap a
{
	text-decoration: underline;
}
div.development
{
	margin-top: 30px;	
}
div.development a
{
	color: #FFF;
}
div.development img
{
    height: 31px;
    float: right;
    margin-top: -9px;
}
.anniversary-page-content
{
	margin: 25px 0px;
}
.anniversary-image span
{
	font-weight: bold;
	width: 100%;
	float: left;	
}
.red-title
{
	color: #C00000;
}
.mtb20
{
	margin: 20px 0px;
}

#cookie-agreement {
	display: none;
	position: fixed;
	width:100%;
	height: auto;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: #ffffff;
	border-top: 1px solid #e74c3c;
	font-size: 14px;
	z-index: 9999;
}

#cookie-agreement div {
	display: block;
	padding: 5px;
	text-align: center;
}

#cookie-agreement div strong {
	font-size: 16px;
}

#cookie-agreement div button:not(:last-child) {
    margin-right: 5px;
}

.nav-account > li > a.btn-account {
	border-color: rgba(255, 255, 255, 0.8);
	color: rgba(255, 255, 255, 0.8);
}

.form-group .checkbox input[type=checkbox] {
	width: initial;
	margin-top: 5px;
}