body {

}
a {
	color: #66A95C;
	font-weight: bold;
}
.bg-inverse {
	background: rgba(255, 255, 255, 0.9)!important;
	height: 70px;
	/*position: absolute!important;
	top: 20px;*/
}
.jumbotron {
	/*background: url(../images/jacuzzi.jpg) no-repeat;
	background-size: cover;
	background-position-y: -400px;*/
	border-radius: 0;
	position: relative;
	padding: 0;
}
.jumbotron .swiper-slide {
	min-height: 700px;
}
.blocco img {
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
}
.recapiti {
	position: absolute;
	right: 20px;
}
.recapiti .nav-link {
	float: right;
	display: inline;
}
.recapiti .btn-secondary {
	float: right;
	display: inline;
    background: #64aa59;
    border: 1px solid #64aa59;
    color: #ffffff;
    margin-top: 1px;
}
.recapiti a {
	color: #66A95C;
	font-weight: bold;
}
.recapiti .oppure {
	float: right;
	display: inline;
	margin: 7px 16px 0 0;
}
.configuratore {
	width: 430px;
	height: 350px;
	background: rgba(255, 255, 255, 0.9)!important;
	position: absolute;
	bottom: 165px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding: 30px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 999999;
}
.configuratore h2 {
	margin-top: 20px;
}
.configuratore .btn-primary {
	background: #64aa59;
	border-color: #64aa59;
	margin-top: 10px;
	font-size: 22px;
	min-width: 270px;
}
.configuratore .btn-primary:hover {
	background: #63c553;
	border-color: #63c553;
}
.btn-primary {
	background: #64aa59;
	border-color: #64aa59;
}
.btn-primary:hover {
	background: #63c553;
	border-color: #63c553;
}
.testo h2 {
	margin-bottom: 15px;
}
.testo .blocco {
	margin: 50px 0 0 0;
}
.recensioni {
	margin-top: 20px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.soloMobile {
	display: none;
}

/**
 * Divas Cookies jquery plugin for Cookie Policy banner stylesheet
 * @author: CodingDivas
 * @date: 2014/10/27
 * @version: 0.2 production
 */
.divascookies {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #EEE;
	color: #636363;
	display: none;
	z-index: 999999;
}
.divascookies > .divascookies-banner-container {
	position: relative;
	padding: 7px 20px;
	overflow: hidden;
	text-align: center;
}
.divascookies p.divascookies-banner-text {
	position: relative;
	line-height: 170%;
	font-size: 14px;
	display: inline-block;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}
span.divascookies-policy-link {
}
span.divascookies-policy-link a {
	white-space: nowrap;
}
span.divascookies-policy-link a:hover {
	text-decoration: none;
    transition: color 0.3s ease 0s;
}
.divascookies-banner-container > .divascookies-accept-button-container {
	display: inline-block;
}
.divascookies-accept-button-container > .divascookies-accept-button-img {

}
.divascookies-accept-button-container > .divascookies-accept-button-text {
	font-size: 14px;
	cursor: pointer;
	background: #636363;
	color: #fff;
	padding: 5px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    transition: background-color 0.3s ease 0s;
    margin-bottom: 0;
}
.divascookies-accept-button-container > .divascookies-accept-button-text:hover {
	background: #565656;
}

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

}

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

}

/* Tablet */
@media all and (max-width: 991px) {
	.noTablet {
		display: none;
	}
	.navbar {
		padding: 0 5px;
	}
	.navbar-brand {
		margin-right: 0;
	}
}

/* Smartphone landacape, phablet  */
@media all and (max-width: 767px) {
	.jumbotron {
		margin-bottom: 0;
	}
	.configuratore {
		position: relative;
		bottom: 0;
		width: 100%;
		padding-bottom: 45px;
		height: auto;
		border-bottom: 1px solid rgba(0,0,0,.1);
		background: #f0f0f0!important;
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	}
	.jumbotron .swiper-slide {
		min-height: 300px;
		max-height: 300px;
	}
	.testo {
		text-align: center;
	}
	.noMobile {
		display: none!important;
	}
	.navbar {
		position: relative!important;
	}
	.recapiti {
		position: absolute!important;
		top:0px;
		right:0px;
	}
	.recapiti .nav-link {
		position: absolute!important;
		top:18px;
		right:10px;
		padding: 0;
	}
	.recapiti .fa-phone-square {
		font-size: 35px;
	}
	.soloMobile {
		display: block;
	}


	.divascookies-policy-link {
	    margin: 5px 0 10px 0;
	    display: block;
	}
}

/* Smartphone */
@media all and (max-width: 479px) {
	.jumbotron .swiper-slide {
		min-height: 200px;
		max-height: 200px;
	}
}
