/*------------------------------------
 RESET by Harry Roberts
 http://csswizardry.com/2011/10/reset-restarted/
 ------------------------------------*/

iframe#ifr {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 90%;
	left: 0;
	border: 0;
	top: 90px;
	height: 300px;
	margin: 5%;
}
.pop {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 361px;
	top: 75px;
	color: #000;
	border: none;
	background: rgba(255, 255, 255, 1);
}
.poptext {
	margin: 0px auto;
	font-size: 0.7em;
	text-align: center;
}
.poptext p {
	font-size: 1.6em;
	font-weight: 400;
	line-height: 15px
}
@font-face {
	font-family: myFirstFont;
	src: url(../font/Tahoma.woff);
}
div {
	font-family: myFirstFont;
}
.full_bg {
	background-color: #fff;
	top: 0px;
}

.bg {
	background-color: #02b10a;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}
/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	line-height: 1.4;
	color: #000;
}
#container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
	/*! background-color:#000; */
}
img {
	max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.end_txt {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
}
#divChk {
	text-align: center;
	color: #fff;
	background-color: #000;
}
/*------------------------------------*\
  $GRIGLIA 
\*------------------------------------*/

/* .gc = grid container (racchiude gli elementi che compongono la griglia) */




.gc {
	margin-left: 0px;
}
.gc > .gc {
	margin-left: 0;
}
.grid {
	float: left;
	padding-left: 0px;
	position: relative;
}
/*------------------------------------*\
  $LARGHEZZE
\*------------------------------------*/






.span-1 {
	width: 100%;
}
/*------------------------------------
 Stili default del documento.
------------------------------------*/



a {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:focus {
	color: #fff;
	outline: none;
}
h1, h2, h3, h4, h5, h6, p {
	/*text-rendering: optimizeLegibility;*/
	line-height: 1.1;
	margin: 0em 0.5em;
	font-size: inherit;
}
h1 {
	font-size: 3em;
	line-height: 1em;
}
h2 {
	font-size: 2.5em;
	line-height: 1em;
}
h3 {
	font-size: 1.5em;
	line-height: 0.5em;
	color: #4A58A6;
	text-align: center;
	margin-top: 11%;
	font-weight: bold;
}
h4 {
	font-size: 1.5em;
	line-height: 1em;
}
h5 {
	font-size: 1em;
	line-height: 1em;
}
h6 {
	font-size: 0.7em;
	line-height: 1em;
}
p {
	/*! font-size: 1.2em; */
	line-height: 1.3em;
}
.footer {
	background: #000;
	text-align: center;
	color: #fff;
	width: 100%;
	left: 0;
	right: 0;
	padding-bottom: 0px;
	min-height: 6em;
	margin-top: 35px;
}
.footer p {
	padding: 1em 0em;
}
fieldset {
	border: none;
	text-align: center;
	padding: 0% 5%;
}
legend {
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2% 7%;
}
input[type="text"] {
	width: 80%;
	display: block;
	text-align: center;
	margin: 2% 10%;
	font-size: 1.2em;
	border: 1px solid #999;
	color: #000;
}
input[type="password"] {
	width: 80%;
	display: block;
	text-align: center;
	margin: 2% 10%;
	font-size: 1.2em;
	border: 1px solid #999;
	color: #000;
}
input[type="checkbox"] {
	margin: 2px auto;
	font-size: 2em;
}
input[type="submit"] {
	border: 1px solid #111 /*{a-bup-border}*/;
	background: #333 /*{a-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{a-bup-color}*/;
	padding: 3%;
	font-size: 1.5em;
	text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-bup-background-start}*/), to( #2d2d2d /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/);
	-webkit-border-radius: 9px;
	border-radius: 9px;
	max-width: 60%;
	height: auto;
}
.stadio_btn {
	max-width: 230px;
	margin: 2% auto;
}
hr {
	margin: 3% auto;
	border-right: 0px none;
	border-width: 1px 0px 0px;
	border-style: solid none none;
	border-color: #999 -moz-use-text-color -moz-use-text-color;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	width: 90%;
}
input[type="email"] {
	width: 90%;
	margin: 10px auto;
	text-align: center;
	font-size: 2em;
	border-radius: 9px;
	border: 1px solid #666;
	color: #000;
}
#header {
	height: auto;
	background-color: #ccc;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.small-1 {
	width: 8.33333%;
}
img.scale-with-grid {
	width: 100%;
	margin: 0 auto;
	height: auto;
	border-radius: 0%;
	float: left;
}
.bottx {
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.tright {
	text-align: center;
	color: #FFF;
	margin: 0px auto;
	font-size: 12px;
	font-weight: bold;
	background-color: #333;
	padding: 5px;
}
#testob {
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.txblack {
	color: #000;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	background-color: #02b10a;
	font-weight: bold;
}
.txred {
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#center_big_img {
	width: 100%;
	text-align: center;
	background-color: #fff;
	margin-top:50px;
}


.tbfilm {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.tr_match {
    color: #767676;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
	background-color:#fff;
}
.tr_match_b {
    color: #767676;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
	background-color:#fbfafa;
}

.tf {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.ima {
	width:150px; 
	padding:5px;
}

/*------------------------------------
 Fine Stili default del documento.
------------------------------------*/

/*------------------------------------*\
  $BREAKPOINT E MEDIA QUERY
\*------------------------------------*/

@media only screen and (min-width: 100px) and (max-width: 320px) {
	
#container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
	background-color:#000;
}
iframe#ifr.tpl3 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 340px;
}
iframe#ifr.tpl4 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 500px;
}
iframe#ifr.tpl5 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 350px;
}

iframe#ifr.tpl7 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 80%;
	left: 0;
	border: 0;
	top: 135px;
	height: 300px;
	margin: 20%;
}
.pop {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 265px;
	top: 25px;
	color: #000;
	border: none;
	background: rgba(255, 255, 255, 1);
}		

#center_big_img {
	width: 100%;
	text-align: center;
	margin-top:50px;
}

}
 @media only screen and (max-width: 400px) and (orientation: portrait) {
	 
#container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
	/*! background-color:#000; */
}
.footer {
	text-align: center;
	color: #fff;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	padding-bottom: 0px;
	min-height: 6em;
	background-color: #000;
}
iframe#ifr.tpl3 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 340px;
}
iframe#ifr.tpl4 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 430px;
}
iframe#ifr.tpl5 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 400px;
}
iframe#ifr.tpl7 {
    z-index: 1000;
    display: none;
    position: absolute;
    width: 90%;
    left: 0;
    border: 0;
    top: 100px;
    height: 230px;
    margin: 5%;
}

#center_big_img {
	width: 100%;
	text-align: center;
	margin-top:50px;
}

.txblack {
	color: #000;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	background-color: #02b10a;
	font-weight: bold;
}
.end_txt {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 50px;
}
	 
.pop {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 265px;
	top: 74px;
	color: #000;
	border: none;
	background: rgba(255, 255, 255, 1);
}


.tr_match {
    color: #767676;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
	background-color:#fff;
}
.tr_match_b {
    color: #767676;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
	background-color:#fbfafa;
}

.tf {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}



}

/*iphone 6 plus*/
@media only screen and (min-width: 414px) and (max-width: 736px) {
#container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
	/*! background-color:#000; */
}
h3 {
	font-size: 2em;
	margin-top: 7%;
}
iframe#ifr.tpl3 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 340px;
}
iframe#ifr.tpl4 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 450px;
}
iframe#ifr.tpl5 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 350px;
}
iframe#ifr.tpl7 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 80%;
	left: 0;
	border: 0;
	top: 80px;
	height: 300px;
	margin: 10%;
}
	
.pop {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 300px;
	top: 75px;
	color: #000;
	border: none;
	background: rgba(255, 255, 255, 1);
}
	
}
 @media only screen and (min-width: 480px) and (max-width: 599px) {
#container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
}
h3 {
	font-size: 2em;
	margin-top: 7%;
}
iframe#ifr.tpl3 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 340px;
}
iframe#ifr.tpl4 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 500px;
}
iframe#ifr.tpl5 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 350px;
}
iframe#ifr.tpl7 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 80%;
	left: 0;
	border: 0;
	top: 80px;
	height: 290px;
	margin: 10%;
}
}
 @media only screen and (min-width: 600px) and (max-width: 1024px) {
#container {
	max-width: 768px;
	margin: 0 auto;
	padding: 0px;
}
h3 {
	font-size: 2em;
	margin-bottom: 4%;
}
iframe#ifr.tpl3 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 340px;
}
iframe#ifr.tpl4 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 570px;
}
iframe#ifr.tpl5 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 350px;
}
iframe#ifr.tpl7 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 80%;
	left: 0;
	border: 0;
	top: 60px;
	height: 290px;
	margin: 10%;
}
}
 @media only screen and (min-width: 768px) and (orientation: portrait) {
#container {
	max-width: 768px;
	margin: 0 auto;
	padding: 0px;
}
h3 {
	font-size: 2.3em;
	margin-bottom: 4%;
}
iframe#ifr.tpl3 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 340px;
}
iframe#ifr.tpl4 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 600px;
}
iframe#ifr.tpl5 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 400px;
}
iframe#ifr.tpl7 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 80%;
	left: 0;
	border: 0;
	top: 60px;
	height: 290px;
	margin: 10%;
}
}
 @media only screen and (min-width: 1024px) {
#container {
	max-width: 768px;
	margin: 0 auto;
	padding: 0px;
}
h3 {
	font-size: 2.3em;
	margin-bottom: 2%;
	margin-top: 6%;
}
iframe#ifr.tpl3 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 340px;
}
iframe#ifr.tpl4 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 590px;
}
iframe#ifr.tpl5 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 400px;
}
iframe#ifr.tpl7 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 80%;
	left: 0;
	border: 0;
	top: 60px;
	height: 290px;
	margin: 10%;
}
}
 @media only screen and (min-width: 1200px) {
#container {
	max-width: 768px;
	margin: 0 auto;
	padding: 0px;
}
iframe#ifr.tpl3 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 340px;
}
iframe#ifr.tpl4 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 600px;
}
iframe#ifr.tpl5 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	border: 0;
	top: 135px;
	height: 400px;
}
iframe#ifr.tpl7 {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 80%;
	left: 0;
	border: 0;
	top: 60px;
	height: 303px;
	margin: 10%;
}

#center_big_img {
	width: 100%;
	text-align: center;
	background-color: #fff;
	margin-top:100px;
}

}
/*------------------------------------*\
  $CLEARFIX
\*------------------------------------*/


.cf:before, .gc:before, .nav:before, .media:before, .cf:after, .gc:after, .nav:after, .media:after {
	content: " ";
	display: table;
}
.cf:after, .gc:after, .nav:after, .media:after {
	clear: both;
}
/*------------------------------------*\
  $RESET CSS
\*------------------------------------*/

a.annulla:link {
	color: #000;
}
a.annulla:visited {
	color: #000;
}
a.annulla:hover {
	color: #000;
}
a.annulla:active {
	color: #000;
}
