
#StoreLocatorResults {
	padding: 8px 10px 5px;
	background: #005ea8;
	text-align: center;
}
#StoreLocatorResults h3{ color: #fff; padding: 6px 2px; }

#StoreLocatorResults div.storeResult{
	color: #131313;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    padding: 10px 20px;
	padding: 6px 12px;
    border: 1px solid #f1f1f1;
	cursor: pointer;
	background: #fff;
	margin-bottom: 4px;
    width: 150px;
    display: inline-block;
    margin-right: 4px;
	min-height: 5em;
	display: inline-table;
	vertical-align: middle;
}

#StoreLocatorResults div.storeResult p{
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	line-height: 1em;
}

#StoreLocatorGmap a.default-button {
	padding: 6px 14px;
}

.article-box .store-content {
    padding: 30px 20px;
}


.article-box .store-content h1 {
	position: relative;
	padding-bottom: 25px;
}
.article-box .store-content h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 1px;
	background: #005ea8;
}
.article-box .store-content p {
	margin-bottom: 15px;
}

.article-box .store-content img {
    width: auto;
    height: auto;
}

div.form-group { position: relative }

.contact-form-box .form-group label.error {
	position: absolute;
	top: 0;
	left: 0;
	color: red;
	margin-top: -30px;
}

.scelta input[type=checkbox]{
	width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.scelta {
    font-size: 120%;
    font-weight: bold;
}

.scelta input, .scelta label{
	cursor: pointer;
}

.titolopopup {
	font-size: 16px;
    line-height: normal;
    font-weight: bold;
    text-align: justify;
	padding-bottom: 2em;
}

.disclaimer {
	font-size: 14px;
    line-height: normal;
    text-align: justify;
    /* margin-top: 1em; */
	    margin-top: -1em;
}
#newsletterpopup #newsletter button { line-height: 2.75em; }
#newsletterpopup #newsletter input[type="text"],
#newsletterpopup #newsletter input[type="tel"],
#newsletterpopup #newsletter input[type="password"],
#newsletterpopup #newsletter input[type="email"],
#newsletterpopup #newsletter select,
#newsletterpopup #newsletter textarea {
	padding: 0.5em;
}

#newsletterpopup #newsletter .messagebox p {
	font-weight: 400;
	text-align: center;
	font-size: 18px;
    line-height: normal;
}
#newsletterpopup #newsletter .messagebox.successMSG p { color: #2da32d; }
#newsletterpopup #newsletter .messagebox.erroreMSG p { color: #8f1515; }

#newsletter button.submitpopup {
	color: #fff;
	background-color: #000;
}

#newsletter button.submitpopup:hover {
	color: #000;
	background-color: #fff !important;
}


@media screen and (max-width: 991px) {
	.nomobile { display: none; }
	#newsletter .contact-form-box .col-sm-12 { width: 100%; }
}