/* Add here all your css styles (customizations) */
.error-advise
{
	color:#F00;
	font-size:14px;	
}
.container
{
	max-width:1100px !important;
}

 
@media only screen and (min-width: 200px) and (max-width: 400px) {
 
	img.site-logo {
		max-width:240px;
	}
}


@media (max-width: 768px) {
	
	.hidden-xs-custom
	{
		display:none;
	}
	
	.visible-xs-custom
	{
		display:block;
	}

}
@media (min-width: 769px){
	
	.hidden-xs-custom
	{
		display:block;
	}
	
	.visible-xs-custom
	{
		display:none;
	}

}
 