/*------------------------------------------------------------------fonts-------------------*/
@font-face {
    font-family: 'Eurostile Extended Regular';
    src: url('../fonts/eurostileltstd-ex2.eot');
    src: url('../fonts/eurostileltstd-ex2.eot?#iefix') format('embedded-opentype'),
         url('../fonts/eurostileltstd-ex2.woff') format('woff'),
         url('../fonts/eurostileltstd-ex2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------------------------------------general-------------------*/
body {
	font-size: 18px;
	line-height: 1.4;
	color: #FFFFFF;
	background-color: #000000;
	font-family: 'Rozha One', serif;
	margin: 0px;
}
a {
	color: #FFFFFF;
	transition: all 0.6s ease;
}
a:hover {
	color: #DDDDDD;
    /*opacity: 0.8;
    filter: alpha(opacity=80);
	transition: all 0.3s ease;*/
}
.spacer {
	height: 80px;
	width: 100%;
	clear: both;
}
.responsive img {
	width: 100%;
}
.video {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}
.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.formerror {
	border: 1px solid #EE1821 !important;
}
.checkerror {
	color: #EE1821 !important;
}
#alert {
	color: #EE1821;
}
.copyright {
	font-size: 12px;
	margin-bottom: 20px;
	font-style: italic;
}
.note {
	font-size: 13px;
	font-style: italic;
}
.button {
	font-family: 'Rozha One', serif;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}
.button a {
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 10px 20px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}
.button a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.mobilehide {
}
.mobileshow {
	display: none;
}
/*------------------------------------------------------------------content-------------------*/
#header {
	width: 100%;
	background-color: #FFFFFF;
	padding: 80px 0px;
}

#header #logo a {
	display: block;
	width: 100%;
}
#header #logo a span {
	display: none
}
#header #logo img {
	width: 100%;
}
#content {
	width: 100%;
	color: #FFFFFF;
	text-align: justify;
	padding: 80px 0px;
}
.logos {
	text-align: center;
	padding: 40px 0px;
}
.logos img {
	height: 120px;
	margin-bottom: 10px;
}
.title {
}
.subtitle {
}