
	body 				{ font-family: Helvetica, Arial, Verdana, sans-serif; }

	[class^="icon-"],
	[class*=" icon-"] 	{ background-image: url("/inc/img/glyphicons-halflings.png"); }
	.icon-white 		{ background-image: url("/inc/img/glyphicons-halflings-white.png"); }
	a 					{ color: #7C1800; }
	a:hover				{ color: #7C1800; text-decoration: none; }

	.spacet10			{ padding-top: 10px; }
	.spacet20			{ padding-top: 20px; }
	.spacet30			{ padding-top: 30px; }
	.spacet40			{ padding-top: 40px; }

	.header 			{ height: 120px; }
	.header .logo		{ margin-top: 10px; }

	.login				{ margin: 0; }
	.login .label-important { margin-bottom: 10px; float: right; }
	.banner				{ margin-bottom: 20px; margin-top: 10px; }

	.menu				{ background-color: #f1f1f1; border-bottom: 4px solid #7C1800; margin-bottom: 10px; }
	.return				{ float: right; margin: 10px 10px 0 0; }

	h1					{ color: #7C1800; margin-bottom: 20px; font-weight: normal; }
	h2,h3,h4			{ color: #333; margin-bottom: 5px; font-weight: normal; }

	.links_list			{ height: 76px; width: 200px; border: 1px solid #ccc; margin-top: 10px; }
	.links_list:hover 	{ border: 1px solid #7C1800; }
	.links_list img		{ text-align: center; margin-top: 10px; }

	.footer				{ background-color: #f1f1f1; border-top: 2px solid #7C1800; height: 80px; padding-top: 20px; text-align: right; padding-right: 10px; margin-top: 40px; }

	.fancybox-caption	{ text-align: center; }
	.gallery-thumbnails	{
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		/*justify-content: space-between;*/
		margin-right: -5px;
	}
	.gallery-thumbnails .thumbnail {
		width: calc(25% - 5px);
		margin: 5px 5px 0 0;
		padding: 0;
		border: none;
	}