@font-face {
    font-family: humanist;
    src: url('humanist.ttf') format('opentype');
}

@font-face {
    font-family: humanistl;
    src: url('humanistl.otf') format('opentype');
}

@font-face {
    font-family: trajan;
    src: url('trajan.eot') format('embedded-opentype'),
         url('trajan.woff2') format('woff2'),
         url('trajan.woff') format('woff'),
         url('trajan.ttf') format('truetype'),
         url('trajan.svg#trajan') format('svg');

}

@font-face {
    font-family: trajanb;
    src: url('trajanb.eot');
    src: url('trajanb.eot') format('embedded-opentype'),
         url('trajanb.woff2') format('woff2'),
         url('trajanb.woff') format('woff'),
         url('trajanb.ttf') format('truetype'),
         url('trajanb.svg#trajanb') format('svg');

}

@font-face {
    font-family: trajanb;
    src: url('trajanb.otf') format('opentype');
}

body, html
{
	font-size: 14px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:100%;
	font-family: humanistl;
}

h1
{
	font-family: trajan;
}

h3
{
	font-size: 22px;
	margin: 0px;
	color: #111737;
}

h2
{
	margin: 0px 0px 20px;
	font-family: trajan;
	font-size: 25px;
	line-height: 30px;
	background: transparent url("../img/logosm.png");
	background-size: auto 40px;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 10px;
}

input, textarea
{
	border-radius: 0px;
}

.headwrapper
{
	max-width: 1000px;
	margin: 0px auto;
	min-height: 60px;
}

.pagewrapper
{
	min-height: 100%;
	position: relative;
}

.thelogo
{
	float: left;
	height: 40px;
	margin-top: 15px;
}

.header
{
	border-bottom: 1px solid #000;
	background-color: #FFF;
}

.topmenu
{
	margin-top: 30px;
	float: right;
}

.topmenu a
{
	margin: 5px 10px;
	font-family: trajanb;
	color: #17112a;
	text-decoration: none;
	font-size: 17px;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.topmenu a:hover
{
	color: #6C6C6C;
}

.bottommenu
{
	text-align: center;
}

.bottommenu a
{
	margin: 5px 10px;
	font-family: trajanb;
	color: #17112a;
	text-decoration: none;
	font-size: 18px;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.bottommenu a:hover
{
	color: #6C6C6C;
}

.copyright
{
	text-align: center;
	font-size: 16px;
}

.content
{
	padding-bottom: 95px;
}
.footer
{
	height: 75px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #FFF;
	padding-top: 20px;
}

.diamondtable
{
	margin: 50px auto;
	width: 1000px;
	font-size: 20px;
}

.diamondtable tr td
{
	border: 1px solid #1d2029;	
	border-collapse: collapse;
	padding: 10px 5px;
}

.homebcontainer
{
    position: relative;
}

.homebanner
{
    width: 100%;
}

.thebanner
{
	width: 100%;
	height: 650px;
	background: url("../img/homebanner.jpg");
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bannercc
{
	position: absolute;
	top: 0px;
	width: 100%;
}

.toplinecontainer
{
	max-width: 1000px;
	margin: 0px auto;
}

.ttitles
{
	text-align: right;
	max-width: 800px;
	display: inline-block;
}

.btn
{
	color: #FFF;
	text-decoration: none;
	background-color: #171A21;
	border: 1px solid #FFF;
	padding: 20px 60px;
	font-size: 18px;
	font-family: humanistl;
	-webkit-appearance: none;
}

.btn:hover
{
	background-color: #402c79;
}

.loginformcontainer
{
	position: absolute;
	bottom: 50px;
	width: 100%;
}

.homeloginform
{
	width: 300px;
	margin: 0px auto;
	padding: 20px 40px 20px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 2px #000;
	-moz-box-shadow: 0px 0px 5px 2px #000;
	box-shadow: 0px 0px 5px 2px #000;
	-webkit-appearance: none;
}

.homeinput
{
	width: 280px;
	height: 40px;
	margin: 0px 0px 20px;
	color: #FFF;
	background-color: #1d2029;
	border: medium none;
	padding: 0px 10px;
	font-size: 24px;
	font-family: humanistl;
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rotator
{
	max-width: 1000px;
	margin: 0px auto 60px;
}

.rotate
{
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.scrollarrow
{
    width: 25px;
    cursor: pointer;
    height: 100px;
}

.arrowimg
{
	height: 30px;
}

.tabswitcher
{
    text-align: center;
    margin-top: 20px;
}

.tabselector
{
    cursor: pointer;
}

.rotatorparagraph
{
	font-size: 15px;
}

.rotattable
{
    width: 100%;
    text-align: center;
}

.shadowdiamond
{
	height: 160px;
	display: block;
	margin: 30px auto 0px;
}

.signupbackgrnd
{
	background-image: url("../img/signupbck.png");
}

.loginbck
{
	background-image: url("../img/loginbck.png");
}

.miscbck
{
	background-image: url("../img/miscbck.png");
}

.loginpanel
{
	max-width: 1000px;
	margin: 50px auto;
	padding: 40px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 2px #848484;
	-moz-box-shadow: 0px 0px 5px 2px #848484;
	box-shadow: 0px 0px 5px 2px #848484;
	-webkit-appearance: none;
}

.problem
{
	color: #A00;
	font-size: 25px;
}

.signupinput
{
	width: 50%;
	height: 40px;
	margin: 0px 0px 20px;
	color: #1D2029;
	background-color: #FFF;
	border: 1px solid #1D2029;
	padding: 0px 10px;
	font-size: 24px;
	font-family: humanistl;
}

#address, #message
{
	width: 100%;
	height: 100px;
	margin: 0px 0px 20px;
	color: #1D2029;
	background-color: #FFF;
	border: 1px solid #1D2029;
	padding: 10px;
	font-size: 24px;
	font-family: humanistl;
}

.addrinput
{
	width: 30%;
	height: 40px;
	margin: 0px 0px 20px;
	color: #1D2029;
	background-color: #FFF;
	border: 1px solid #1D2029;
	padding: 0px 10px;
	font-size: 24px;
	font-family: humanistl;
}

.diamondwrap
{
	background: transparent url("../img/logosm.png");
	background-size: auto 40px;
	background-repeat: no-repeat;
	padding-left: 50px;	
}

.fileupload input.upload
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.firstline
{
	font-family: humanist;
	text-align: center;
	color: #FFF;
	background-color: #1d2029;
}

.actionicon
{
	height: 22px;
	margin: 6px 5px 0px;
}

.actionicon:hover
{
	opacity: 0.7;
}

.errorinput
{
	border: 1px solid #F00 !important;
	color: #F22C2C !important;
}

@media only screen and (max-width: 800px){

	.headwrapper
	{
		text-align: center;
	}

	.thelogo
	{
		float:none;
	}

	.topmenu
	{
		float:none;
		margin: 0px;
	}

	.ttitles
	{
		text-align: center;
	}

	.bannercc .btn
	{
		display: block;
		text-align: center;
		float: none !important;		
	}

	.signupinput
	{
		width: 100%;
	}

	.addrinput
	{
		width: 100%;
	}
}