
/*
    Forms
*/

form, input, select, textarea, radio, checkbox, label, button {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 0;
	-webkit-appearance: none;
	outline:none;
	border: 0;
}
.form-light {
	font-size: 0;
}
input, select, textarea, radio, checkbox, label {
	font-family:'GT America', Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight: 300;
}
.form-light input {
    border-bottom: 1px solid #999;
    border-radius:0;
    background-color: #f1ede2;
	color: #333;
	width: 100%;
	line-height: 30px;
	padding-top: 10px;
	margin-top: 30px;
}
.form-light select {
	font-family: 'PP Editorial Old', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #9e9b84;
	font-size: 22px;
    border-bottom: 1px solid #999;
    border-radius:0;
    background-color: #f1ede2;
	width: 100%;
	line-height: 30px;
	padding-top: 10px;
	margin-top: 30px;
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:10px;
	-moz-background-size:10px;
	cursor: pointer;
}
.form-light {
	max-width: 1320px;
	margin: 0 auto;
}
.form-light.dark {
	max-width: 1600px;
	margin: 0 auto;
}


.form-light.dark input {
    border-bottom: 1px solid #fff;
    border-radius:0;
    background-color: #9e9b84;
	color: #fff;
	width: 100%;
	line-height: 30px;
	padding-top: 10px;
	margin-top: 30px;
}
.form-light.dark select {
    border-bottom: 1px solid #fff;
    border-radius:0;
    background-color: #9e9b84;
	color: #fff;
	width: 100%;
	line-height: 30px;
	padding-top: 10px;
	margin-top: 30px;
	background-image: url(../images/dd-white.png);
}
.form-light.dark select * {
	background-color: #333;
}


.form-light form {
	padding-top: 30px;
}
label.half-left {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
label.half-right {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-left: 4%;
}
input.formsubmit {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border: 1px solid #333;
	color: #333;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 300;
	width: 200px;
	line-height: 42px;
	padding-top: 0;
	padding-bottom: 1px;
	margin-top: 60px;
	cursor: pointer;
}
input.formsubmit:hover {
	border: 1px solid #333;
	color: #dbdac5;
	background-color: #333;
}

.form-light.dark input.formsubmit {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 300;
	width: 200px;
	line-height: 42px;
	padding-top: 0;
	padding-bottom: 1px;
	margin-top: 60px;
	cursor: pointer;
}
.form-light.dark input.formsubmit:hover {
	border: 1px solid #333;
	color: #dbdac5;
	background-color: #333;
}
.subscribe {
	border-bottom: 1px solid #808080;
	width: 320px;
}
.subscribe form {
	padding-top: 20px;
	font-size: 0;
	padding-bottom: 3px;
}
.subscribe input {
    border-bottom: 1px solid #333;
    border-radius:0;
    background-color: #333;
	color: #dbdac5;
	font-size: 16px;
	line-height: 30px;
	padding-top: 0;
	margin-top: 0;
	width: 239px;
}
.subscribe input.formsubmit {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0 solid #000;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 300;
	width: 80px;
	text-align: right;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	cursor: pointer;
}


.form-light ::placeholder {
	font-family: 'PP Editorial Old', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #9e9b84;
	opacity: 1;
	font-size: 22px;
}
.form-light :-ms-input-placeholder {
	font-family: 'PP Editorial Old', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #9e9b84;
	font-size: 22px;
}
.form-light ::-ms-input-placeholder {
	font-family: 'PP Editorial Old', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #9e9b84;
	font-size: 22px;
}
.form-light.dark ::placeholder {
	color: #fff;
}
.form-light.dark :-ms-input-placeholder {
	color: #fff;
}
.form-light.dark ::-ms-input-placeholder {
	color: #fff;
}



.subscribe ::placeholder {
	color: #fff;
	opacity: 1;
	font-size: 16px;
    border-bottom: 1px solid #333;
}
.subscribe :-ms-input-placeholder {
	color: #fff;
	font-size: 16px;
    border-bottom: 1px solid #333;
}
.subscribe ::-ms-input-placeholder {
	color: #fff;
	font-size: 16px;
    border-bottom: 1px solid #333;
}

input:invalid,
input:focus:invalid,
select:invalid,
select:focus:invalid,
textarea:invalid,
textarea:focus:invalid {
	box-shadow:none !important;
	border-bottom: 0 solid #333;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {



}

@media screen and (max-width: 1023px) {

.subscribe {
	text-align: center;
	margin: 0 auto;
}
.subscribe {
	float: none;
	width: 360px;
	text-align: center;
	padding-top: 30px;
}
.subscribe form {
	padding-top: 10px;
	width: 100%;
}
.subscribe input {
	width: calc(100% - 80px);
}
.subscribe input.formsubmit {
	width: 80px;
}


}

@media screen and (max-width: 767px) {

.subscribe {
	width: 100%;
}
.subscribe form {
	padding-top: 10px;
	margin-top: 0;
}
label.half-left {
	width: 100%;
}
label.half-right {
	width: 100%;
	margin-left: 0;
}
.form-light input,
.form-light.dark input {
	padding-top: 10px;
	margin-top: 10px;
}
.form-light select,
.form-light.dark select {
	margin-top: 10px;
}

.form-light input.formsubmit,
.form-light.dark input.formsubmit {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
	width: 180px;
	line-height: 34px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-top: 45px;
	cursor: pointer;
}
.subscribe input.formsubmit {
	margin-top: 0;
}


}

@media screen and (max-width: 479px) {



}
