@font-face {
    font-family: 'bignoodletitlingregular';
    src: url('big_noodle_titling-webfont.woff2') format('woff2'),
	url('big_noodle_titling-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	
}




@font-face {
    font-family: 'bignoodletitlingoblique';
    src: url('big_noodle_titling_oblique-webfont.woff2') format('woff2'),
	url('big_noodle_titling_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	
}

h1,h2,h3,h4,h5,h6,input[type=text],
input[type=email], 
.btn
{
	font-family: 'bignoodletitlingregular';
}

.cover-heading
{
	font-size:50px;
	margin-top:50px;
	color:#b11357;
}
#formContainer
{
	margin-bottom:30px;
}

/* Links */
a,
a:focus,
a:hover {
	color: #fff;
}

#checkboxes
{
	text-align:left;
	margin-bottom:40px;
}


input[type=text],
input[type=email]
{
	/*width:100%;
	border-radius:12px;*/
	padding:13px;
	min-height:55px;
	background:#afa9c0;
	color:#000;
	border:3px solid #000;
	font-size:14px;
	font-family:Arial;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	margin-bottom:30px;
}
input[type=text]:focus,
input[type=email]:focus
{
	background:#ffffff;
}

.checkbox label:before
{
	content:'';
	width:16px;
	height:16px;
	display:block;
	border:3px solid #000;
	border-radius:50%;
	background:#afa9c0;
	line-height: 12px;
	position:absolute;
	top:9px;
	left:0;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

.checkbox input[type=checkbox]:checked + label:before
{
	
	border:3px solid #fff;
	background:#000;
}


.checkbox label
{
	text-align:left;
	padding-left:20px;
	font-size: 12px;
}
.checkbox input[type=checkbox]
{
	position:absolute;
	left:-9999px;
}

#checkboxes 
{
	margin-bottom:30px;
	clear:left;
}



.black{
	color:#000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000 !important;
}



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

.btnBlack
{
	background:#91bf97;
	color:#fff;
	border-radius:12px;
	border:3px solid #91bf97;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	font-size:40px;
}

.btnBlack:hover
{
	background:#99cfdd;
	color:#000;
	border:3px solid #91bf97;
}



/*
	* Base structure
*/

html,
body {
	height: 100%;
	background: #99cfdd url(../img/fondale_gioco.png) no-repeat;
	background-attachment: fixed;
	background-size:cover;
	font-family:sans-serif;
}
body {
	color: #000;
	text-align: center;
	padding-top:40px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
	display: table;
	width: 100%;
	/*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
	box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}
.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
}

/* Padding for spacing */
.inner {
	padding: 0 20px 30px;
	font-size: 11px;
}
.inner p{
	margin-bottom:5px;
}

/*
	* Header
*/
.masthead-brand {
	margin-top: 10px;
	margin-bottom: 10px;
}

.masthead-nav > li {
	display: inline-block;
}
.masthead-nav > li + li {
	margin-left: 20px;
}
.masthead-nav > li > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff; /* IE8 proofing */
	color: rgba(255,255,255,.75);
	border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
	background-color: transparent;
	border-bottom-color: #a9a9a9;
	border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
	color: #fff;
	border-bottom-color: #fff;
}

@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}
	.masthead-nav {
		float: right;
	}
}


/*
	* Cover
*/

.cover {
	padding: 0 20px;
}
.cover .btn-lg {
	padding: 14px 20px 0 20px;
	font-weight: bold;
}


/*
	* Footer
*/

.mastfoot
{
	text-align:center;
}
.mastfoot, .mastfoot a {
	color: #000; /* IE8 proofing */
}

#message
{
	display:none;
}

.formalert
{
	color:#f00;
	font-size:30px;
}

#ruotaContainer
{
	position:relative;
}
#ruota
{
	position:relative;
}
#phin
{
	position:absolute;
	top:-10px;
	left:50%;
	transform:translateX(-50%);
}
#centerRuota
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-44%,-48%);
}



#ticker {
    background: #E20029 none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    left: 0;
    padding: 12px 20px;
    position: fixed;
    width: 100%;
	z-index:99;
}

#ticker a {
    color: #fff;
	font-weight:bold;
	text-transform: underline;
}



#ticker button {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
	color: #E20029;
}


/*
	* Affix and center
*/

@media (min-width: 768px) {
	/* Pull out the header and footer */
	
	
	/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
	/* Handle the widths */
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
}

@media (min-width: 992px) {
	.masthead,
	.mastfoot,
	.cover-container {
		width: 700px;
		margin: 0 auto;
	}
}
