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

@font-face { font-family: Elevate; src: url('elevate.ttf'); } 
@font-face { font-family: American Purpose; src: url('americanpurpose.ttf'); } 

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

img { border: 0px; }


/* TEXT */

.text-white-titles{
	color: #FFF;
	font-family: 'American Purpose', sans-serif;
	font-size: 55px;
}
.text-white-script-large{
	color: #FFF;
	font-family: 'Elevate', cursive;
	font-size: 50px;
}
.text-white-script-small{
	color: #FFF;
	font-family: 'Elevate', cursive;
	font-size: 25px;
}
.text-white-large{
	color: #FFF;
	font-family: 'Teko', sans-serif;
	font-size: 40px;
	line-height: 0.9;
}
.text-white-med{
	color: #FFF;
	font-family: 'Teko', sans-serif;
	font-size: 30px;
	line-height: 1.0;
}
.text-white-small{
	color: #FFF;
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.0;

}
.text-white-xsmall{
	color: #FFF;
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.0;
}

.text-white-xxsmall{
	color: #FFF;
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.0;
}


.text-red-titles{
	color: #EC1B23;
	font-family: 'American Purpose', sans-serif;
	font-size: 55px;
}
.text-red-script-large{
	color: #EC1B23;
	font-family: 'Elevate', cursive;
	font-size: 50px;
}
.text-red-script-small{
	color: #EC1B23;
	font-size: 30px;
	font-family: 'Elevate', cursive;
}
.text-red-large{
	color: #EC1B23;
	font-family: 'Teko', sans-serif;
	font-size: 40px;
	line-height: 0.9;

}
.text-red-xlarge{
	color: #EC1B23;
	font-family: 'Teko', sans-serif;
	font-size: 50px;
	line-height: 0.9;
}
.text-red-med{
	color: #EC1B23;
	font-family: 'Teko', sans-serif;
	font-size: 30px;
	line-height: 1.0;
}
.text-red-small{
	color: #EC1B23;
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.0;

	}
.text-red-xsmall{
	color: #EC1B23;
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.0;
}


.text-gray-titles{
	color: #AFAFAF;
	font-family: 'American Purpose', sans-serif;
	font-size: 55px;
}
.text-gray-script-large{
	color: #AFAFAF;
	font-family: 'Elevate', cursive;
	font-size: 50px;
}
.text-gray-script-small{
	color: #AFAFAF;
	font-family: 'Elevate', cursive;
	font-size: 25px;
}

.text-gray-script-xsmall{
	color: #AFAFAF;
	font-family: 'Elevate', cursive;
	font-size: 18px;
}
.text-gray-large{
	color: #AFAFAF;
	font-family: 'Teko', sans-serif;
	font-size: 40px;
	line-height: 0.9;
}
.text-gray-med{
	color: #AFAFAF;
	font-family: 'Teko', sans-serif;
	font-size: 30px;
	line-height: 1.0;
}
.text-gray-small{
	color: #AFAFAF;
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.0;
}

.text-gray-xsmall{
	color: #AFAFAF;
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.0;
}





.zcontactred{
	color: #ed1b24;
	font-family: 'Teko', sans-serif;
	font-size: 27px;
	line-height: 0.9;
}
.zcontactwhite{
	color: #fff;
	font-family: 'Teko', sans-serif;
	font-size: 21px;
	line-height: 1.0;
}
.zcontactwhite-small{
	color: #fff;
	font-family: 'Teko', sans-serif;
	font-size: 21px;
	line-height: 1.0;
	font-weight: 300;
}

.znd{
	color: #fff;
	font-family: 'Teko', sans-serif;
	font-size: 18px;
	padding: 10 0 10 0;
	font-weight: 300;
}




/* LINKS AND BORDER */

a {
	color: #FFF;
}
a.zndlink {
	color: #FFF;
	text-decoration: none;
}
a.zndlink:hover {
	color: #ed1b24;
	text-decoration: none;
}
a.redlink {
	color: #ed1b24;
}


.border {
	border: 2px solid #EC1C23;
}
.pageborder {
	box-shadow: 0px 0px 40px 15px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #050608;
	padding: 0 20 0 20;
}

.sub-bg-index-contactleft {
	background-color: #050608;
	width: 295px;
	height: 92px;
}

.sub-bg-index-contactright {
	background-color: #050608;
	width: 388px;
	height: 92px;
}



