body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    background-color: #381818;
}

a {
    color: #0088cc;
    text-decoration: underline;
}

p,
span,
div {
    line-height: 21px;
}

div.main_image {
    background-image: url('/assets/images/base.jpg');
    background-repeat: no-repeat;
    width: 800px;
    height: 300px;
}

#head_home {
    background-image: url('/assets/img/heaHome.jpg');
    background-repeat: no-repeat;
    height: 150px;
}

#head {
    background-image: url('/assets/img/headTutte.jpg');
    background-repeat: no-repeat;
    height: 150px;
}

div.container {
    background-color: #fff;
    width: 960px;
}

#content {

    text-align: left;
    padding: 10px;
}

#footer {
    background-image: url('/assets/img/piede.jpg');
    background-repeat: no-repeat;
    height: 42px;
}

@media and (-webkit-min-device-pixel-ratio:0) {
    .banner {
        background-position: center;
    }
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .banner {
        background-position: center;
    }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
    .banner {
        background-position: center;
    }
}

.menu {
    text-align: center;
}

.menu a {
    color: #381818;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 0.2em solid #e1e1e1;
    margin-left: 8px;
}

.menu a:hover {
    color: #cc0000;
    border-bottom: 0.3em solid #ff3333;
}

#footer_az {
    font-size: 10px;
    color: #fff;
    background-color: #381818;
}

.conf {
    background-color: #E8E8E8;
    border: 1px solid black;
    padding: 6px;
}

.titoli {
    color: #6F2218;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    text-align: left;
}

.conf ul,
.item_conf_sec {
    color: #993333;
    font-size: 15px;
    font-weight: bold;
}

.item_conf {
    margin-bottom: 6px;
}

.conf ul li {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
    text-align: left;
}


.h2 {
    color: #6699FF;
    font-size: 1.5em;
}

#cart table {
    font-size: 12px;
    background-color: #EFEFEF;
}

p.style2 {
    margin-right: 20px;
}

.garanzia {
    background-color: #EFEFEF;
    padding: 6px;
}

.combo_min {
    width: 80px;
}

.tableOrder {
    font-size: 12px;
}

.row_pag {
    height: 90px;
    border: 1px solid black;
    text-align: center;
    padding: 10px;
}

.textarea {
    height: 90px;
    width: 100%;
}

.asterisk {
    font-size: 11px;
}

.input_iban {
    border: 6px solid #EDEDED !important;
    padding: 0 10px !important;
    height: 30px !important;
    font-size: 19px !important;
}

input#iban {
    width: 380px;
    float: left;
    font-size: 22px !important;
    font-weight: bold;
    letter-spacing: 1px;
}

#sepa_form,
#sepa_form label,
input,
button,
select,
textarea {
    font-size: 17px;
    color: #646464;
}

.span_ul {
    font-size: 28px;
}

#msgSms {
    display: none;
}

button#iban_code_btn {
    height: 40px;
    margin-bottom: 10px;
    color: black;
    width: 165px;
    font-size: 22px;
    font-weight: bold;
}

span.form_ok {
    float: left;
    display: block;
    background-image: url('/assets/img/OK.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin: 8px 3px 3px 3px;
}

span.form_error {
    float: left;
    display: block;
    background-image: url('/assets/img/Error.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin: 8px 3px 3px 3px;
}

.payment_name {
    font-size: 16px;
    font-weight: bold;
    margin-left: 4px;
}

.void {
    border: 1px solid blue;
}

/*form bartolini bootstrap*/
div#header_resp {

    background: #292728;
    border-bottom: 1px solid white;
}

div#subheader_resp {
    height: 30px;
    background: #370602;
}

div#footer_resp {
    height: 30px;
    background: #370602;
}

/* update daydreams */
#head {
    background-image: url(/assets/img/logopiccolo.png);
    background-repeat: no-repeat;
    height: 150px;
    background-size: contain;
}

#footer {
    background-image: none;
}

body {
    background-image: url(/assets/img/amalfi_404.jpg);
    background-color: #3bcbff;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer_az {
    background-color: #3bcbff;
}

div.container {
    box-shadow: 0px 10px 20px 6px;
}

@media screen and (max-width:1000px) {
    body {
        background-position: -2899px -532px;
        background-size: unset;
    }
}