
/* Google fonts */
@import url(http://fonts.googleapis.com/css?family=Grand+Hotel);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic);
/* @import url(http://fonts.googleapis.com/css?family=Pacifico); */

/* !IMP, www.knacss.com is NOT mobile first ... */
/* TODO: Disable www.knacss.com viewport fixing */
/* Overrriding */

@media (max-width: 960px) {
	.w960p {
		width: 100%;
	}
}
.grid {
	overflow-x: inherit;
}
.grid > * > * {
	/*background-color: rgba(255, 0, 0, 0.125);*/
}
@media (max-width: 980px) {
	.grid > * {
		margin: 0;
	}
}
@media (max-width: 768px) {
	.grid3 > * {
		width: 33.333%
	}
}
@media (max-width: 640px) {
	.grid > * > * {width: 100%}
}

.ui-datepicker th, 
.ui-datepicker td {
	display: table-cell !important;
}

/* */

.fancybox-wrap {
	overflow:visible!important;	
}
::-moz-selection {
	text-shadow:none;
	background: #745d9c; 
	color: #fff;
}
::selection {
	text-shadow:none;
	background: #745d9c; 
	color: #fff;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0
	border:0;
}
*:focus {
	outline: none;
}
body {
	color: #58595b;
	font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5 ,h5, p ,ul, ol {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
p {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.flex { 
	max-width: 100%;
	max-height: 100%; 
}
a {
	color:#009cdd !important;
	transition:all .3s ease;
	-khtml-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
}
a:hover,
a:focus {
	color:#0089c4;
}

/* logos */

#logos {}
#logos .logo {
	min-height: 80px;
}
#logos .logo a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}
#logos .logo a:hover {
	text-decoration: none;	
}
#logos #logo-1 {
	text-align: left;
}
#logos #logo-2 {
	text-align: center;
}
#logos #logo-3 {
	text-align: center;
}

#logo-footer {
 display:none;	
}

@media (max-width: 640px) {
	#logos .logo {
		text-align: center !important;
	}
	#logo-2, #logo-3  {
		display:none;
	}
	#logo-footer {
	 display:inline-block;	
	}
	#logo-footer #logo-4, #logo-footer #logo-5 {
	 text-align:center;	
	}		
}
.nVerdeMobile {
	display: none;
}
/* masthead */

#masthead {
	background-color: #d4bff5;
	background-image: url('../../images/lp/bk-masthead.jpg');
	background-position: center center;
	background-size: cover;
}
#masthead > *, 
#masthead .grid, 
#masthead .grid > *, 
#masthead .grid > * > * {
}
#masthead .grid {
	padding-top: 0.875em;
	padding-bottom: 0.875em;
}
#masthead #heading-container {
	position: relative; 
	text-align: center;
}
#masthead #heading-container .heading {
	margin: 0;
	width: 100%;
	position: absolute;
	top: 18px;
	right: 0;
	/**/
	text-shadow: 1px 0 9px #000;
	text-align: center;
	color: #fff;
}
#masthead #heading-container iframe {
	margin-top: 85px;
}
#masthead #form-container #form {
	margin: 30px 0;
}
@media all and (max-width: 991px) {
	#logos .logoISF {
		width: 197px;
		height: 70px;
	}
	#logos .netCord {
		width: 61px;
		height: 70px;
		margin-top: 4px;
	}
	#logos .recFb {
		width: 150px;
		height: 51px;
		margin-top: 4px;
	}
	#logos .nVerde {
		width: 140px;
		height: 64px;
		margin-top: 7px;
	}
}
@media (max-width: 840px) {
	#masthead .videoWrapper {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 25px;
	    height: 0px;
	    margin-top: 30px;
	}
	#masthead .videoWrapper iframe {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	}
	form .richiedi {
		word-wrap: normal!important;
 		-webkit-hyphens: none!important;
     	-moz-hyphens: none!important;
         hyphens: none!important;
	}
	.recensioniFB {
		display: block;
		float: none!important;
		margin-bottom: 20px;
	}
}
@media (max-width: 760px) {
	#logos .netCord {
		display: none;
	}
	#logos .recFb {
		margin-top: 14px;
	}
	#masthead #form-container {
		padding: 0!important;
	}
}
@media (max-width: 640px) {
	#masthead #heading-container {
		padding: 0 60px;
		height: auto !important;
		width: 100%;
	}
	#masthead #heading-container .heading {
		margin-right: 0;
		position: relative;
		bottom: auto;
		right: auto;	
		/**/
		text-align: center;	
	}
	#masthead .videoWrapper {
	    margin-top: 0px;
	    margin-bottom: 50px;
	}
	#masthead .videoWrapper iframe {
	    margin-top: 50px!important;
	}
	#masthead #form-container {
		padding: 0 20px!important;
	}
	#masthead #heading-container {
		padding: 0px 20px!important;
	}
	
	.nVerdeMobile {
		display: block;
	}
	#services-2 .heading {
		min-height: inherit!important;
	}
}

#masthead #heading-container .heading h1,
#masthead #heading-container .heading h2, 
#masthead #heading-container .heading h3, 
#masthead #heading-container .heading h4, 
#masthead #heading-container .heading h5, 
#masthead #heading-container .heading h6 {
	font-family: 'Grand Hotel', cursive;	
	font-size: 3.000em; /* equiv 42px */
	line-height: 1;
}
#masthead #heading-container .heading h3 {
	font-size: 1.800em;
	font-family: "Source Sans Pro",sans-serif;
	text-transform: uppercase;
}
#masthead #form-container {
	padding: 0 30px;
}
#masthead #form-container #form {
	text-align: center;
}
#masthead #form-container #form .heading {
	margin: 15px auto;	
}
#masthead #form-container #form .heading h1,
#masthead #form-container #form .heading h2, 
#masthead #form-container #form .heading h3, 
#masthead #form-container #form .heading h4, 
#masthead #form-container #form .heading h5, 
#masthead #form-container #form .heading h6 {
	font-weight: 400;
	font-size: 1.35em; /* equiv 14px */
	line-height: 1;
	color: #745d9c;
}
#masthead #form-container #form fieldset { 
	padding: 0; 
	margin: 0; 
}
#masthead #form-container #form input[type="text"], #masthead #form-container #form input[type="email"] {
	margin: 5px auto;
	display: block;
	width: 90%;
}
#masthead #form-container #form .field-input {
	border: 1px solid #fff;
	moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 12px;
}
#masthead #form-container #form p.privacy {
	margin: 5px auto;
	display: block;
	width: 90%;
	/**/
	text-align: left;
	color: #fff;	
}
#masthead #form-container #form p.privacy a {
	color: #fff !important;
}
#masthead #form-container #form p.privacy a:hover,
#masthead #form-container #form p.privacy a:focus {
	color: #745d9c !important;
}
#masthead #form-container #form input[type="submit"] {
	margin: 5px auto;
	display: inline-block;
	width: 90%;
	/**/
	background-color: #745d9c;
	border: 4px solid #fff;
	moz-border-radius: 8px;
	border-radius: 8px;
	padding: 16px 24px;
	/**/
	white-space: normal; /* word wrap */
	font-size: 1.50em; 
	line-height: 1;
	color: #fff;
	/**/
	transition:all .3s ease;
	-khtml-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
}
#masthead #form-container #form input[type="submit"]:hover,
#masthead #form-container #form input[type="submit"]:focus {
	background-color: #614e82;
}
#masthead #form-container #form input[type="submit"].disabledbutton {
	background-color: #666666;
}

/* slogan */

#slogan {
	color: #745d9c;
	text-align: center;
}
#slogan .heading {
	margin: 30px auto;
}
#slogan .heading h1, 
#slogan .heading h2, 
#slogan .heading h3, 
#slogan .heading h4, 
#slogan .heading h5, 
#slogan .heading h6 {
	margin: 0;
	margin-bottom: 0.25em;
}
#slogan .heading h2 {
	font-family: 'Grand Hotel', cursive;	
	font-size: 3.615em; /* equiv 58px */
	line-height: 1;
	color: #745d9c;
}
#slogan .heading h3 {
	font-size: 2.00em; 
	line-height: 1;
	color: #745d9c;
}

/* services */

.services {
	margin: 0 15px 30px 15px;
}
.services .heading {}
.services .heading h1, 
.services .heading h2, 
.services .heading h3, 
.services .heading h4, 
.services .heading h5, 
.services .heading h6 {}
.services ul {
	padding-left: 0;
}
.services ul li {
	background-image: url('../../images/ricercaB/li-heart.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	min-height: 65px;
	font-size:1.3em;
}
.services .closing {
	margin: 0 auto 30px auto;
	text-align: center;  
}
.services .closing a {
	opacity: 1.000;
	text-decoration: none;
}
.services .closing a:hover,
.services .closing a:focus {
	opacity: 0.875;
	text-decoration: none;
}

/* services-1 */

#services-1 {
	background-image: url('../../images/ricercaB/bk-services-1.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	padding-bottom: 60px;
}
#services-1 .heading {
	margin: 30px auto;
	text-align: center;  
}
#services-1 .heading h1, 
#services-1 .heading h2, 
#services-1 .heading h3, 
#services-1 .heading h4, 
#services-1 .heading h5, 
#services-1 .heading h6 {}
#services-1 .heading h3 {
	font-weight: bold;
	font-size: 2.10em; 
	line-height: 1;
	color: #745d9c;
}

/* services-2 */

#services-2 {}
#services-2 .heading {
	text-align: left;
	min-height: 4.20em;
}
#services-2 .heading h1, 
#services-2 .heading h2, 
#services-2 .heading h3, 
#services-2 .heading h4, 
#services-2 .heading h5, 
#services-2 .heading h6 {}
#services-2 .heading h3 {
	font-size: 1.50em; 
	line-height: 1;
	color: #745d9c;
}

/* perché */

#perche {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	padding-bottom: 0px;
}
#perche .heading {
	margin: 40px auto;
	text-align: center;  
}
#perche .heading h1, 
#perche .heading h2, 
#perche .heading h3, 
#perche .heading h4, 
#perche .heading h5, 
#perche .heading h6 {}
#perche .heading h3 {
	font-weight: bold;
	font-size: 2.10em; 
	line-height: 1;
	color: #745d9c;
}
#perche ul li {
	padding-bottom:20px;
}
/* testimonials */
.recensioniFB {
	float: right;
}
#testimonials {
	background-image: url('../../images/ricercaB/bk-testimonials.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	margin: 0 15px 30px 15px;
	padding-bottom: 40px;
}
@media (max-width: 640px) {
	#testimonials {
		background-image: none;
	}
}
#testimonials .heading {
	margin: 30px auto;
	text-align: center;  
}
#testimonials .heading h1, 
#testimonials .heading h2, 
#testimonials .heading h3, 
#testimonials .heading h4, 
#testimonials .heading h5, 
#testimonials .heading h6 {}
#testimonials .heading h3 {
	font-size: 2.00em; 
	line-height: 1;
	color: #745d9c;
}
#testimonials #list,
#testimonials #interview {
	padding-right: 60px;
}
#testimonials #list .heading, 
#testimonials #interview .heading {
	margin: 0 auto 30px auto;
	text-align: left;	
}
#testimonials #list .heading h3,
#testimonials #interview .heading h3 {
	font-size: 1.50em; 
	line-height: 1;
	color: #745d9c;	
}
@media (max-width: 640px) {
	#testimonials #list .heading, 
	#testimonials #interview .heading {
		margin-top: 15px;
		text-align: center;	
	}
}
#testimonials #interview #highlight {
	margin: 30px auto;
}
#testimonials #interview #highlight .thumbnail {
	text-align: center;
}
#testimonials #interview #highlight .content h3 {
	font-size: 1.50em; 
	line-height: 1;
}
#testimonials #list h4 {
	font-style: italic;
	font-size: 1em;
	line-height: 1;
	color: #745d9c;	
}
#testimonials #interview h4 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
}
#testimonials #list p,
#testimonials #interview p {
	margin-top: 0;
}
#testimonials .closing {
	margin: 30px auto;
	text-align: center;  
}
#testimonials .closing a {
	opacity: 1.000;
	text-decoration: none;
}
#testimonials .closing a:hover,
#testimonials .closing a:focus {
	opacity: 0.875;
	text-decoration: none;
}

/* colophon */

#colophon {
	margin: 30px auto;
	text-align: center;
	color: #868788;
}
#colophon a {
	color: #868788 !important;
	text-decoration: none;
	font-style: italic;
}
#colophon a:hover, 
#colophon a:focus {
	text-decoration: underline;
}








