.form-wrapper {
    display: block;
    width: 100%;
	text-align: center;
}
form.fullpageform p {
	margin-bottom: 15px;
}
form.fullpageform a.button2, form.fullpageform input.button2 {
    border: 2px solid #a9282c;
    color: #fff;
    background: #a9282c;
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
}
form.fullpageform a.button2:hover, form.fullpageform input.button2:hover {
    color: #a9282c;
    background: rgba(255,255,255,0);
}
form.fullpageform {
    width: 100%;
    max-width: 860px;
    margin: auto;
    padding: 30px;
    border: 1px solid #a9282c;
}
form.fullpageform ul {
    list-style: none;
    margin: 0;
}
form.fullpageform input, form.fullpageform textarea, form.fullpageform select {
    border: 1px solid #a9282c;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    background: rgba(255,255,255,0);
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}
form.fullpageform input:focus, form.fullpageform textarea:focus, form.fullpageform select:focus {
    box-shadow: 0 0 5px rgba(169, 40, 44, 1);
}
form.fullpageform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*	background-image: url(../images/form_arrow.png);*/
    background-repeat: no-repeat;
    background-position: right center;
}
form.fullpageform textarea {
    resize: vertical;
}
form.fullpageform input.error, form.fullpageform textarea.error, form.fullpageform select.error {
    background: rgba(255,0,0,0.35);
}
form.fullpageform .width100 {
    width: 100%;
}
form.fullpageform .width50 {
    width: calc(50% - 6px);
}
form.fullpageform .width50 + .width50 {
    margin-left: 5px;
}
form.fullpageform .rounded {
    border-radius: 10px;
}
form.fullpageform h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    line-height: 31px;
    color: #a9282c;
}
form.fullpageform .section_description {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
}
form.fullpageform .section_headings .qt {
    float: right;
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
form.fullpageform .section_headings .it {
    padding-left: 10px;
}
form.fullpageform fieldset {
    border-bottom: 1px solid #a9282c;
    margin-bottom: 20px;
    padding: 20px;
}
form.fullpageform .field_label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    line-height: 25px;
    color: #a9282c;
    margin-bottom: 20px;
    display: block;
    width: calc(100% - 100px);
}
form.fullpageform li.field_price {
    border-bottom: 1px solid #a9282c;
    padding: 20px 0px 40px;
    margin: 0px 10px 20px;
    overflow: auto;
}
form.fullpageform fieldset:last-child, form.fullpageform fieldset.lastfieldset, form.fullpageform li.field_price:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
form.fullpageform input.input_quantity {
    float: right;
    width: 80px;
    padding: 10px;
    margin-top: -10px;
}

@media screen and (max-width: 550px) {
form.fullpageform .width50 {
    width: 100%;
}
form.fullpageform .width50 + .width50 {
    margin-left: 0px;
}
}

@media screen and (max-width: 500px) {
form.fullpageform {
    padding: 20px 10px;
}
}

@media screen and (max-width: 400px) {
form.fullpageform fieldset {
    padding: 10px;
}
form.fullpageform .field_label {
    width: 100%;
}
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
