*{
	margin:0;
	padding:0;
}

body{
	font-family:"IowanOldStyle-Roman", Georgia, serif;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	background-image:url(images/overlay.png);
	background-size: 1000px;
}

header{
	border-bottom:2px solid #c800e0;
	font-size: 15px;
}

header .container{
	padding:45px 55px 40px 55px;
}

header .logo{
	width: 340px;
	height:54px;
	background-image:url(images/logo.png);
	background-size: 340px;
	margin-bottom: 25px;
	display: block;
	background-repeat: no-repeat;
}

header ul{
	margin-left: 6px;
}

header ul li{
	display: inline-block;
	color: #ccc;
	margin-right: 10px;
}

a{
	color:inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-family: inherit;
}

header a:hover, .item:hover .desc{
	text-decoration: underline;
}

.container{
	max-width:900px;
	margin:0 auto;
}

#content{
	padding:35px 0 0 0;
	background-color: #000;
	width: 100%;
}

li.active{
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}

.drop li.active{
	font-weight: bold;
	letter-spacing: 1px;
}

li.item{
	display: inline-table;
	width: 40%;
	margin-right: 41px;
}

li.item:nth-child(3){
	margin-right: 0;
}

span.title{
	font-weight: bold;
	display: block;
}

span.desc{
	display: block;
}

ul.row{
	padding-bottom: 30px;
}

li.item img{
	width: 100%;
	border:2px solid #fff;
}

footer{
	color:#fff;
	text-align: center;
	font-size: 12px;
	padding:15px;
	border-top: 2px solid #c800e0;
	letter-spacing: 1px;
}

.dropdown{
	position: relative;
}

.drop{
	position: absolute;
	left: -6px;
	padding-top:5px;
	display: none;
}

.drop li{
	display: block;
	margin-bottom:1px;
	background: rgba(255,255,255,.9);
	padding:5px 7px;
	min-width: 100%;
	width: 220px;
	color: #000;
	font-weight: normal;
}

.error{
	border:1px solid red;
}

#thanks{
	display: none;
}

form{
	border-top:1px solid #C621DD;
	border-bottom:1px solid #C621DD;
	padding:40px 20px 20px 20px;
	background: #999;
	width: auto;
	display: inline-block;
}

form input{
	height:20px;
}

form textarea{
	height:100px;
}

img#security-code{
	width: 120px;
	display: inline-block;
	vertical-align: middle;
}

#security{
	width: auto;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
}

#submit, #reset{
	width: auto;
	height:20px;
}

form label{
	width:470px;
	margin-bottom: 15px;
	display: inline-block;
	text-align: right;
}

.security-container{
	display: inline-block;
}

form input[type=text], form textarea, .security-container{
	margin-left: 16px;
	width: 280px;
}


@media only screen and (max-width: 1010px) {
	
	form{
		padding: 20px 0;
		width: 100%;
		background: transparent;
	}
	
	form label{
		text-align: left;
		width: 100%;
		margin-bottom: 0;
	}
		
	form input[type=text], form textarea, .security-container{
		width:100%;
		margin: 0;
	}
	
	li.item{
		width: 100%;
		margin-right:0;
		padding-bottom: 10px;
	}
	
	ul.row{
		padding-bottom: 0;
		margin:0 20px;
	}
	
	#content{
		padding-top:20px;	
	}
	
	header .container{
		padding:40px 30px 40px 30px;
	}
	
}

@media only screen and (max-width: 480px) {

	body, header{
		font-size: 13px;
	}

	header .logo{
		width: 250px;
		background-size: 250px;
		height: 40px;
	}

	header ul li{
		display: block;
	}
	
	header .container{
		padding:20px;
	}
	
	header .logo{
		margin-bottom: 15px;
	}

}
