/*

* Based on Cover by https://twitter.com/mdo"  @mdo
* added cover image and background color to match (green)
*
* Globals

*/

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
/*css for full size background image*/
  background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
 
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
.mobile-img{width: 100%;}
.titolo-box {
        text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0px;
    font-family: 'Concert One', cursive;
}
.thankyou-form-box img{
	margin: 0px auto;
}
.thankyou-form-box .thankyou-complimenti{
	color: #ED1D24;
	font-size: 50px;
	font-family: 'Concert One', cursive;
}
.thankyou-form-box .thankyou-undercomplimenti{
	color: #ED1D24;
	 font-family: 'Concert One', cursive;
}
.thankyou-form-box{
	text-align: center;

}
.titoli-form{
	text-align: center;
}
.form-box {
	background: #FFFFFF;
	width: 330px;
        padding: 5px 15px 30px 15px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	
}

.survey-box{
	background: #FFFFFF;
    padding: 5px 15px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
.footer-text{
	margin-top: 10px;
}

.btn-partecipa{
	background: #df0001;
    margin-top: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
	font-size: 20px;
	width: 100%;
}

.popper {
    width: 250px !important;
    height: 200px !important;
    padding: 20px !important;
    font-size: 22px!important;
    line-height: 40px!important;
}

.footer-text-amazon{
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 5px;
    font-size: 10px;
    line-height: 10px;
}
.informative-amazon h2{
	text-align: center;
	margin: 15px auto;
}
.informative-amazon{ 
	background: #FFFFFF;
	padding: 25px;
}
@media (min-width: 768px) {
}
@media (max-width: 768px) {
	html,
	body {
		background: #FFFFFF; 
	}
  .form-box{
	width: 100%;
	-webkit-box-shadow: 	none;
	-moz-box-shadow: 		none;
	box-shadow: 			none;
  }
  .titolo-box {
    text-align: center;
    width: 100%;
    font-size: 25px;
    padding: 15px 0px;
}
  .outer-form-box{
	padding-left: 0px;
	padding-right: 0px;
  }
}

@media (max-width: 992px) {
	html,
	body {
		background: #FFFFFF; 
	}
	.form-box{
		width: 100%;
		height: 100%;
			-webkit-box-shadow: 	none;
	-moz-box-shadow: 		none;
	box-shadow: 			none;
	}
	.outer-form-box{
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 130px;
	}
}

.form-group {
    margin-bottom: 0px;
    min-height: 0px;
}

/** privacy popup **/


.privacy-title-block{
	background: red;
	color: #FFFFFF;
	font-size: 20px;
	-webkit-border-top-right-radius: 125px;
	-moz-border-radius-topright: 125px;
	border-top-right-radius: 125px;
	margin-top: 5px;
}
.privacy-inner-title i{
	margin-right: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 300;

}

.btn:hover {color: #FFFFFF;}
.grow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}