/* CSS Document */
/** Registration **/
.register{
background-color:white;
padding-left:-18px;
padding-top: 20px;
position: relative;
}
.register h1{
text-align:center;
}
.register article {
	text-align: center;
	line-height: 160%;
}
#registrationForm {
	font-size: 13px;
	line-height: 170%;
	width: 94%;
	margin: 0 auto;
}
#registrationForm label {
	display: block;
}
#registrationForm input[type="text"] {
	width: 100%;
	background-color:#cccccc;
	border-style:none;
	color:#000000;
	line-height:23px;
}
#registrationForm select{
width: 90%;
	
display: inline-block;
padding: 4px 3px 3px 5px;
margin: 0;
font-size:13px;
outline:none; /* remove focus ring from Webkit */
line-height: 1.2;
background: #cccccc;
color:black;
border:0;
/*-moz-appearance:none;   removes arrow
-webkit-appearance:none;*/

}

#registrationForm select:after {
content: "\25BC";  /* Current arrow I would like to change */
position: absolute;
top: 0;
right: 0;
bottom: 0;
font-size: 60%;
line-height: 30px;
padding: 0 7px;
background: #000;
color: white;
}

.no-pointer-events .custom-select:after {
content: none;
}
#registrationForm input[type="submit"] {
	clear: right;
}
#registrationForm .submitbtn {
display:block;
color:white;
font-size:13px;
line-height:30px;
background:#A4855D;
width:140px;
position: relative;
text-align:center;
border:none;
margin:10px 0;
text-transform:uppercase;
}
.registerimg{display:none;}



#price-range{
	margin-bottom:10px;
}
.subscribe {
	margin: 0 0 5% 0;
	font-style: italic;
	line-height: 125%;
	font-size: 100%;
}
.form {
	position: relative;
}
.form .address {
	text-align: center;
	line-height: 130%;
	letter-spacing: -0.5px;
	margin: 2%;
}
.form .address a {
	color: #a4855d;
}


@media screen and (min-width: 725px) { /*originally 480px  */
.register{padding-left:18px;}

.register h1{
text-align:left;
}
.register article {
text-align: left;

}	
	
.register h1{
font-size:20px;
}

	.form .col1 {
		float: left;
		width: 45%;
		/*padding: 0 3% 0 0;*/
		margin: 0;
		padding-right:3%;
		border-right: #000 3px dotted;
	}
	.form .col2 {
		float: left;
		width: 45%;
		/*padding: 0 0 0 3%;*/
		margin: 0;
		padding-left:3%;
		
			 
	}

}

@media screen and (min-width:1117px){
.register h1,.register article{padding-left:23px}
.registerimg{display:block;width:299px;float:left;margin-left:15px;margin-bottom:15px}
.form{width:760px;float:left}
.form:after{clear:both}
.form .col1{float:left;padding-right:5%}
.form .col2{float:right;padding-left:0}	
}