body {
	background: url(../images/garden1.jpg) no-repeat;
	background-size: cover;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.navbar {
	background: rgba(255, 255, 255, 0.8);
	max-width: 600px;
	margin: 10px auto 0 auto;
	border-radius: .3rem .3rem 0 0;
}
.formContainer {
	padding: 0px 0 30px 0;
}
.headerConfig {
	text-align: center;
	margin-top: 30px;
	width: 100%;
}
.headerConfig h2 {
	font-size: 24px;
	text-align: center;
}
.headerConfig p {
	font-size: 15px;
	text-align: center;
}
.configuratoreCont  h3 {
	font-size: 24px;
}
.configuratoreCont .stepContent {
	background: #55565A;
	border-radius: 0 0 .3rem .3rem;
	max-width: 600px;
	margin: 0 auto;
	color:#ffffff;
	padding: 30px 10px;
}
.configuratoreCont .stepContent a {
	color:#ffffff;
}
.configuratoreCont .stepContent ul {
	list-style: none;
	margin-left: 0!important;
	padding-left: 0!important;
}
.configuratoreCont .stepContent ul li {
	float: left;
	display: inline;
	padding: 10px 0;
}
.configuratoreCont .stepContent ul.col1 li {
	width: 100%;
}
.configuratoreCont .stepContent ul.col2 li {
	width: 50%;
}
.configuratoreCont .stepContent ul.col3 li {
	width: 33.33%;
}

.configuratoreCont .stepContent ul.col4 li {
	width: 25%;
}
.configuratoreCont .stepContent ul li a {
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: .3rem;
	margin: 0 auto;
	display: table;
	height: 50px;
	width: 80%;
	text-align: center;
}
.configuratoreCont .stepContent ul li a span {
	color: #55565A;
	display: table-cell;
 	vertical-align: middle;
 	padding: 10px 0;
}
.configuratoreCont .stepContent ul li a:hover {
	background: #55565A;
	border: 2px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
.configuratoreCont .stepContent ul li a:hover span {
	color: #ffffff;
}

.step {
	display: none;
}
.primoStep {
	display: block;
}

/* Form */
.formContatti div.formFinale {
	padding: 0 30px;
}
.formContatti div.formFinale {
	text-align: center;
}
.formContatti div.formFinale label {
	text-align: left;
	width: 100%;
}
.formContatti div.formFinale label em {
	color: rgba(255, 255, 255, 0.7);
}
.formContatti .checkbox {
	margin-top: 11px;
	text-align: left;
}
.formContatti .bottone {
	text-align: center;
}
.formContatti .submit {
	font-size:24px;
	background: #196EB7;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 8px 15px;
	border-radius: .3rem;
	cursor: pointer;
    display: inline-block;
    white-space: normal;
}
.formContatti .submit:hover {
	background: #196EB7;
}
.formContatti .checkbox label {
	font-weight: 100;
}
.form-group-lg .form-control {
	font-size: 16px;
	padding: 9px 16px 10px 16px
}
.form-control:focus {
	border-color:#CCC;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #CCC;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #CCC
}
.has-success .form-control-feedback {
    color: #51b173;
}
.has-success .form-control {
    border-color: #CCC;
}
.has-success .form-control:focus {
	border-color:#51b173;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control-feedback, .has-error .form-control {
    color: #A94442;
    border-color: #CCC;
}
.has-error .form-control:focus {
	border-color:#b02126;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popoverErrore {
	background: #f0d4d4;
	border-color:#A94442;
	color: #A94442;
	font-weight: bold;
}
.popoverErrore.top > .arrow::after {
	border-top-color: #f0d4d4;
}
.popoverErrore.top > .arrow {
	border-top-color: #A94442;
}
::-webkit-input-placeholder {
   font-size: 16px!important;
}

:-moz-placeholder { /* Firefox 18- */
      font-size: 16px!important;
}
::-moz-placeholder {  /* Firefox 19+ */
      font-size: 16px!important;
}

/* Desktop */
@media (min-width: 1200px) {

}

/* Small desktop */
@media all and (max-width: 1199px) {

}

/* Tablet */
@media all and (max-width: 991px) {

}

/* Smartphone landacape, phablet  */
@media all and (max-width: 767px) {

	.navbar {
		background: none;
		margin: 0 auto;
	}
	.configuratoreCont .stepContent {
		border-radius: .3rem;
	}
	.configuratoreCont .stepContent ul li a span {
		font-size: 13px;
	}
	.configuratoreCont .stepContent ul li a span {
	 	padding: 5px;
	}
}

/* Smartphone */
@media all and (max-width: 479px) {

}

/* Select */
select {
	width: 100%;
    height: 40px;
}