
/*
    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: #333;
	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 .dl-amara {
    border-top: 1px solid #fff;
}
.form-light.dark .dl-amara a {
    color: #fff;
    border-bottom: 1px solid #cfcdc2;
}
.form-light.dark .dl-amara a:hover {
    border-bottom: 1px solid #fff;
}


.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%;
}
label.quarter-left,
label.quarter-right {
	display: inline-block;
	vertical-align: top;
}
label.quarter-left {
    margin-left: 4%;
	width: 23%;
}
label.quarter-right {
	width: 23%;
    margin-left: 2%;
}

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: #333;
	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: #333;
	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: #333;
	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;
}

.amara-subscribe-form-center {
    margin: 0 auto;
    text-align: center;
}
.amara-subscribe {
    padding-top: 50px;
    text-align: left;
}
.amara-subscribe-form-center .amara-subscribe-form {
    margin: 0 auto;
}
.amara-subscribe-form {
    background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    width: 399px;
    margin-top: 15px;
    text-align: left;
    padding: 1px;
}

/* iOS Safari / iOS browsers */
/*
@supports (-webkit-touch-callout: none) {

    .macos .amara-subscribe-form {
        height: 43px;
    }

}
*/

.amara-subscribe p {
    color: #fff;
}
.amara-subsribe-email {
    display: inline-block;
    width: 265px;
    vertical-align: top;
}
.amara-subsribe-email input {
    margin: 0;
    margin-top: 4px;
}
.amara-subsribe-button input {
    margin: 0;
}
.amara-subsribe-email input {
    background-color: transparent;
    padding-top: 6px;
    padding-left: 15px;
    font-size: 16px;
    border: 0;
    text-align: left;
}
.amara-subsribe-button {
    display: inline-block;
    width: 134px;
    vertical-align: top;
}

.amara-subsribe-button input[type="submit"],
.amara-subsribe-button input[type="button"] {
    background-color: #333;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 134px;
    font-size: 16px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
    cursor: pointer;
}
.amara-subsribe-button input[type="submit"]:hover,
.amara-subsribe-button input[type="button"]:hover {
    background-color: #fff;
    color: #333;
}

.amara-subsribe-email ::placeholder {
	color: #000;
	opacity: 1;
}
.amara-subsribe-email :-ms-input-placeholder {
	color: #000;
}
.amara-subsribe-email ::-ms-input-placeholder {
	color: #000;
}



@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;
}
label.quarter-left {
    margin-left: 0;
	width: 100%;
}
label.quarter-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;
}

.amara-subscribe {
    padding-top: 1px;
    padding-bottom: 50px;
}
.amara-subscribe-form-center .amara-subscribe {
    padding-top: 50px;
    padding-bottom: 1px;
}

.amara-subscribe-form {
    width: 100%;
}
.amara-subsribe-email {
    width: calc(100% - 135px);
}
.amara-subscribe p {
    text-align: center;
}


}

@media screen and (max-width: 479px) {



}
