@charset "utf-8";
/* CSS Document */

/* @font-face { font-family: Universal; src: url('Uni_acc.ttf'); } */

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #000;
	font-family: 'Gothic A1', sans-serif;
	font-style: normal;
	font-size: 20px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-black-titles{
	color: #000;
	font-family: 'Lora', serif;
	font-size: 65px;
	text-transform: uppercase;
	font-style: italic;
}
.text-black-large{
	color: #000;
	font-family: 'Gothic A1', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3em;
}
.text-black-med{
	color: #000;
	font-family: 'Gothic A1', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3em;

}
.text-black-small{
	color: #000;
	font-family: 'Gothic A1', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;

}

.text-black-xsmall{
	color: #000;
	font-family: 'Gothic A1', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3em;
}
.text-black-xxsmall{
	color: #000;
	font-family: 'Gothic A1', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.3em;
}

.text-blue-titles{
	color: #16385E;
	font-family: 'Lora', serif;
	font-size: 65px;
	text-transform: uppercase;
	font-style: italic;
}
.text-blue-large{
	color: #16385E;
	font-family: 'Gothic A1', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3em;
}
.text-blue-med{
	color: #16385E;
	font-family: 'Gothic A1', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3em;

}
.text-blue-small{
	color: #16385E;
	font-family: 'Gothic A1', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
}


.nd {
	padding: 10 0 10 0;
	color: #646e7c;
	font-family: 'Gothic A1', sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.nd a{
	color: #646e7c;
	text-decoration: none;
}




/* LINKS AND BORDER */

a {
	color: #ccc;
}

.border {
	border: 3px solid #F3E723;
}
.pageborder {
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #F6F6F6;
	padding: 0 35 0 35;
}

.sub-bg-index-news{
	background-image: url(images/index2018_04.jpg);
	width: 602px;
	height: 89px;
	color: #000;
	font-family: 'Gothic A1', sans-serif;
	font-size: 22px;
	font-weight: 700;
}
.sub-bg-index-news a{
	color: #000;

}

.sub-bg-footer {
	background-color: #000000;
	width: 950px;
	height: 125px;
	color: #bcbcbc;
	font-family: 'Gothic A1', sans-serif;
	font-size: 22px;
	font-weight: 700;
}

.sub-bg-footer a{
	color: #fff;
}


