@charset "utf-8";
/* CSS Document */
@font-face { font-family: Xelita; src: url('Xelita.ttf'); } 

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

img { border: 0px; }


/* TEXT */

.text-gray-titles{
	color: #b0b4b4;
	font-family: 'Xelita', serif;
	font-size: 50px;
	line-height: 1.1;
	text-transform: uppercase;
}
.text-gray-large{
	color: #b0b4b4;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.1;
}
.text-gray-med{
	color: #b0b4b4;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;

}
.text-gray-small{
	color: #b0b4b4;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.1;
}


.text-white-titles{
	color: #FFFFFF;
	font-family: 'Xelita', serif;
	font-size: 50px;
	line-height: 1.1;
	text-transform: uppercase;
}
.text-white-large{
	color: #FFFFFF;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.1;
}
.text-white-med{
	color: #FFFFFF;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;

}
.text-white-small{
	color: #FFFFFF;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.1;
}

.text-orange-titles{
	color: #c66123;
	font-family: 'Xelita', serif;
	font-size: 50px;
	line-height: 1.1;
	text-transform: uppercase;
}
.text-orange-large{
	color: #c66123;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.1;
}
.text-orange-med{
	color: #c66123;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;

}
.text-orange-small{
	color: #c66123;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.1;
}




.zcontacttext{
	color: #000;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.1;
}

.znd{
	color: #b0b4b4;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	padding: 10 0 10 0;
}


/* LINKS AND BORDER */

a {
	color: #c66123;
}

a.zndlink {
	color: #b0b4b4;
	text-decoration: none;
}

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



/* BACKGROUNDS */

.sub-bg {
	background-color: #000000;
	padding: 0 20 0 20;
}
.sub-bg-index-menu {
	background-image: url(images/index2018_01.jpg);
	width: 950px;
	height: 87px;
}
.sub-bg-index-contact {
	background-image: url(images/index2018_04.jpg);
	width: 406px;
	height: 135px;
}

.sub-bg-index-news {
	background-color: #000;
	width: 461px;
	height: 142px;
	padding: 10 0 0 0;
}

.sub-bg-subpage-menu {
	background-image: url(images/subpage2018_01.jpg);
	width: 950px;
	height: 87px;
}
.sub-bg-subpage-contact {
	background-image: url(images/subpage2018_08.jpg);
	width: 406px;
	height: 124px;
}



/* NAVIGATION */


.nav{
    border: none;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    display:inline;
	padding: 0 25px 0 25px;
}
.nav a{
    display:inline-block;
    padding: 0 25 0 25;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: #cd6632;
	letter-spacing: 0.2em;
	background-color: #000;
  padding: 25px 5px;
  font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
}

nav ul li a:hover {
	text-decoration: none;
background-color: #FFF;}



.navsub{
    border: none;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.navsub li{
    display:inline;
	padding: 0 15px 0 15px;
}
.navsub a{
    display:inline-block;
    padding: 0 25 0 25;
}
navsub ul li a {
  display: block;
  text-decoration: none;
  color: #cd6632;
	letter-spacing: 0.2em;
	background-color: #000;
  padding: 25px 5px;
  font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 23px;
	font-weight: 300;
	text-transform: uppercase;
}

navsub ul li a:hover {
	text-decoration: none;
background-color: #FFF;}


