@charset "utf-8";
/* CSS Document */

							
html, body {height:100%; width:100%;}

body 								{
											font-family: 'Arial', sans-serif;
											background-color: #fff;
											background-size: 100% auto;
											background-repeat:no-repeat;
											background-position:top center;
											color:#999;
										}

a 									{							
											text-decoration:none; 
											color:#005ca8;}

a:hover 						{ color:#005ca8;
											text-decoration:underline;}

label 							{	color:#666;}   

#menu_desktop				{
											float: left; 
											margin: 0; 
											padding: 0;
											height: 35px;
											background-color: #fff;
										}

#menu_desktop ul
										{
											margin: 0;
											padding: 0;
											list-style-type: none;
											background-color: #fff;
										}

#menu_desktop li
										{
											float: left;
											margin: 0;
											padding: 0;
											color: #000;
											list-style-type: none;
											background-color: #fff;
											font-weight:bold;
											height: 35px;
										}

#menu_desktop a
										{
											display: block;
											font-size: 14px;
											padding-bottom: 12%;		
											padding-top: 12%;
											color: #000;
											text-decoration: none;
										}

#menu_desktop a.bcolor_red_white { color: #fff;}
 
#menu_desktop a:hover
										{
											background-color: #fff;
											color: #005ca8;
											text-decoration: none;
										}

#menu_desktop li li a:hover
										{
											background-color: #000;
											color: #005ca8;
											text-decoration: none;
										}

#menu_desktop li ul
										{
											display: none;
										}

#menu_desktop li:hover ul
										{
											background-color: #000;
											display: block;
											padding: 2%;
											position: absolute;
											width:96%;
											z-index:1;
										}

#menu_desktop li li   { border:none;
												background-color: #000;
												color: #fff; 
												width:100%; } 
								
#menu_desktop li li a { color: #fff;
												font-size: 12px;
												font-weight: 200;
												padding:2%; }

.titlesubmenu {
								border-bottom: 1px solid #005ca8;
								font-size: 13px;
								font-weight: bold;
								margin-bottom: 1%;
								padding-bottom: 1%;
								color: #fff;
								width: 100%;
								}
								
#menu_desktop .titlesubmenu a { 								
																font-size: 13px;
																font-weight: bold;
																margin-bottom: 1%;
																padding-top:0%;
																padding-bottom: 0%;
																margin-bottom:0; 
																color: #fff;
																width: 100%;}
																
#menu_desktop .titlesubmenu a:hover { 								
																			background-color:#000;
																			color: #fff;
																			}

.menu_orizz_right a	{	color:#000;
											font-weight:400;}

.menu_orizz_right { height:35px;}												

ul, li				{ background-color: #000;
								font-weight:400;
								font-size: 12px;
								line-height: 13px;
								list-style-type: square;}	

#menu_supporto
, #menu_cerca
, #menu_accedi
, #menu_carrello		{
											padding-top:9%;
											padding-left:23%;
										}

#menu_supporto a:hover
, #menu_cerca a:hover
, #menu_accedi a:hover
, #menu_carrello a:hover
													{
															background-color: #fff;
															color: #005ca8;
															text-decoration: none;
													}

#utente_connesso {
										height:40px;
									}
									
#utente_connesso p {
											font-weight: 600;
											font-size:12px;
											padding-right: 1%;
											text-align: right;
										}																					
a.menu_icon
							{ 
								font-size:11px;
								font-weight:600;
								padding-left:30px;
								padding-right:0px;
								width: 20%;
							}
										
.menu_icon_1 { 
								background-position: center left;
								background-repeat: no-repeat;
								background-image: url('../public/FILE_ArchivioFile/icona_listadesideri.png');
							}
									
.menu_icon_2 { 
								background-position: center left;
								background-repeat: no-repeat;
								background-image: url('../public/FILE_ArchivioFile/icona_cerca.png'); 
							}
									
.menu_icon_3 { 
								background-position: center left;
								background-repeat: no-repeat;
								background-image: url('../public/FILE_ArchivioFile/icona_accedi.png');
							}
									
.menu_icon_4 { 
								background-position: center left;
								background-repeat: no-repeat;
								background-image: url('../public/FILE_ArchivioFile/icona_carrello.png');
							}
									
.menu_footer { font-size: 16px;
							 font-weight: 800;
							 margin-bottom: 15px;}									

.menu_orizz_left			{ float:left; 
												height:100%;
												width:15%;}

.aligncenter					{ text-align: center;}

.menu_orizz_right			{ width:25%;}

#menu_mobile ul
											{
												margin: 0;
												padding: 0;
												list-style-type: none;
												background-color: #fff;
											}
										
.banner_text a 				{color:#fff;}
.banner_text a:hover 	{color:#fff;}

.container {
							/*background-image:url('../D_Css/Portale/Immagini/COMING_SOON_SportPlace.jpg');*/
							background-repeat: no-repeat;
							/*background-size: cover;*/
							background-size: 100% auto;
							min-height: 400px;
						}

.color_red, a.color_red{ color: #005ca8; }
.color_green, a.color_green {color:#52b74e;}
.color_darkgrey, a.color_darkgrey{ color: #333; }
.color_grey, a.color_grey{ color: #999; }

.color_black, a.color_black	 { color: #000;}

.color_white {color:#fff;}
.bcolor_black { background-color: #000; }

.bcolor_red_white, a.bcolor_red_white{ background-color: #005ca8;
																				color: #fff;}
.bcolor_red_white, a.bcolor_red_white:hover{ background-color: #005ca8;
																						 color: #fff;}

.bcolor_white_darkgrey 	{ background-color: #fff;
													color: #333; 
													padding: 2%;}
												 
.bcolor_white_grey 			{ background-color: #fff;
													color: #999; 
													padding: 2%;}

.bcolor_grey_black 			{ background-color: #F2F2F2;
													color: #000;
													margin-top: 2%;
													margin-bottom: 2%;
													text-align: center;}

.cont_box_input 				{ background-color: #E9E9E9;
													color: #333;
													padding: 2%; }
												
.titolopagina 					{
													background-image:url('../D_Css/Portale/Immagini/sfondoh1.png');
													background-repeat:repeat;color:#FFE9B1; 
													text-shadow: 1px 1px #666;
												}

.cont_box
, .cont_box_2
, .cont_box_social
, .cont_bar_marchi
, .cont_box_articolo_ricerca  		{ background-color:#fff;
																																													}
.cont_box_small { background-color:#fff;
									min-height:20px;}

.cont_box_3 { background-color:#E7E7E7;}

.cont_bar_marchi	{min-height: 0px;}		

.cont_box_social { min-height: 160%;}

.cont_box_carrello_riepilogo { background-color: #F4F4F4;
																padding:2%;
																}

.cont_box_articolo_ricerca_left { padding-right: 1%;
														 margin:0; }

.cont_box_articolo_ricerca_center { padding-left: 0.5%;
																		padding-right: 0.5%;
														 margin:0; }

.cont_box_articolo_ricerca_right { padding-left: 1%;
														 margin:0; }

.cont_box_articolo { padding-left:1%; }

.cont_box_newsletter { /*background-image: url('../public/FILE_ArchivioFile/img_box_newsletter.jpg'); 
											 background-color: trasparent; 
											 background-position: center;
											 background-repeat:no-repeat;*/
											 height: 150px;
											}

.cont_box_border  {border:1px solid #E7E7E7; margin-left: 1%;}

.cont_box_articolo_colori, .cont_box_articolo_taglie {padding-top:2%; padding-bottom: 5%;}

.box_full 						{ width: 80%;}
												
#box_newsletter { padding-top: 1%; }

#footer_banner { padding-top: 3% }

.ico_social { padding-left: 5%;}

#articolo_immagine_piccola:hover 
, #articolo_immagine_centrale:hover
, #articolo_immagine_centrale_zoom:hover  { cursor:pointer;}

#box_articolo_immagine_centrale_zoom { 
																				background-color: #fff;
																				position: absolute;
																				margin: auto;
																				top: 5%;
																				z-index: 1000;
																			}

.icona:hover													{ cursor:pointer;}

.colore_box         									{
																				float:left;
																				height: 36px;
																				margin-right:1%; 
																				width: 	36px;
																			}
																			
.colorearticolo 							
, .colorearticolo_selezionato
																			{
																				border-radius: 20px;
																				float:left;
																				font-size: 14px;
																				height: 32px;
																				margin-right: 1%;
																				padding: 2.3%;
																				text-transform: uppercase;
																				text-align: center;
																				width: 32px;
																			}

/*.colorearticolo_selezionato
,.colorearticolo_selezionato_no {
																	border-radius: 25px;
																	float:left;
																	font-size: 14px;
																	height: 5px;
																	margin-top:4%;
																	margin-right: 2%;
																	padding: 2.3%;
																	width: 32px;
																}

.colorearticolo_selezionato_no {
																	background-color: #fff;
																}

.colorearticolo_selezionato			{
																	background-color: #005ca8;
																}*/

.colorearticolo_selezionato			{
																	box-shadow: 0px 0px 3px 3px #005ca8;
																}
															
.tagliaarticolo
, .tagliaarticolo_selezionata	{
																border-radius: 20px;
																float:left;
																font-size: 13px;
																font-weight:bold;
																height: 22px;
																margin-right: 1%;
																padding: 2.3%;
																text-transform: uppercase;
																text-align: center;
																width: 23px;
															}

.tagliaarticolo 							{
																background-color: #F6F6F6;
															}

.tagliaarticolo_selezionata 	{
																background-color: #005ca8;
																color:#fff;
															}

#box_articolo_descrizione			{ 
																border-top: 1px solid #CCC; 
																border-bottom:1px solid #CCC;
																margin-left: 1px; 
																padding-top: 3%; 
															}												

#mainmenu_desktop         		{ display:none }			
#mainmenu_mobile							{ display:block }

.testofooter									{
																background-color:#000;
																color:#fff;
															}

.banner_logo 									{
																margin-left: 0;
																margin-top: 0; 
																text-align: center; 
															}
													
@media (min-width: 320px) {
body 											{
														background-image:none;
													}

.container								{  
														background-image: none; 
													}

.titolopagina 						{
														font-size:25px; 
														margin-bottom:0;
														margin-top:1em;
														font-weight:150; 
													}

.menu_voce_left						{
														color:#000;
														font-size:12px;
														padding-left:3%;
														padding-right:3%;
														width:100%;
													}		
													
.menu_voce_right					{
														color:#000;
														font-size:12px;
														padding-left:3%;
														padding-right:3%;
														width:100%;
													}			

#mainmenu_desktop       	{display:block}		

#menu_desktop li					{
														text-align:center;
														width: 25%;
													}
												
#mainmenu_mobile					{display:none}				

#mainmenu_desktop					{
														height: 70px;
													}
						
#menu_desktop							{
														width: 100%;
													}

#menu_donna								{ margin-left:0; }

#menu_dx_desktop					{
														width: 100%;
													}		

#footer_sport 
, #footer_aboutus
, #footer_legalinfo 
, #footer_servizioclienti { margin-left: 0;}																																

#box_newsletteriscriviti 	{	margin-top:-10%;}

.column_left
, .column_right						{ 
														margin-left:0;
														padding-left:0;
													}

.banner_logo 							{
														margin-left: 0;
														margin-top: 0; 
														text-align: center; 
													}

@media (min-width: 550px) {
body 											{
														/*background-image:url('../D_Css/Portale/Immagini/logo-onofri.png');*/
													}
							
.container								{  
														/* background-image: url('../D_Css/Portale/Immagini/COMING_SOON_SportPlace.jpg'); */
													}

.titolopagina 						{
														font-size:40px; 
														margin-top:0;
														margin-bottom:0.5em;
														font-weight:300; 
													}
										
#mainmenu_desktop       	{	display:block}											

#menu_donna								{ margin-left:-10%; }

#mainmenu_mobile					{	display:none}				

.column_right							{ 
														margin-left:1%;
														padding-left: 6%;
													}
												
.column_left							{
														padding-right: 6%;
													}

.banner_logo 							{
														margin-left: 25%;
														margin-top: 2%; 
														text-align: center; 
													}
}


@media (min-width: 750px) {
.linea 							{
											width:85%;
											border-bottom:1px solid #111;
											box-shadow: 0px 0px 1px #ab7f53;
											margin:8px 0px 8px -5px;
										}

.testofooter				{
											background-color:#000;
											color:#fff;
											font-weight:bold;
											padding:20px;
											text-align:left;
										}
								
.nd									{
											display:none;
										}					

#mainmenu_desktop		{
											height: 35px;
										}

#menu_desktop				{
												width: 50%;
										}
										
#menu_dx_desktop		{
												width: 50%;
										}													

#menu_desktop li		{
											text-align:left;
											width: 20%;
										}

.menu_orizz_left    {
											color:#000;
											font-size:17px;
										}

.menu_orizz_right		{
											color:#000;
											font-size:16px;
										}		

#footer_sport 					{ margin-left: 8%;}
#footer_legalinfo 			{ margin-left: -5%;}
#footer_servizioclienti { margin-left: -10%;}	

#box_newsletteriscriviti {margin-top:-5%;}
					
}

/* Larger than desktop */
@media (min-width: 1000px) {
	.cont_box { margin:0;
							margin-top:2px;}

	.cont_box_2, .cont_box_3 {  margin: 0;
															margin-top:2px;}
	
	.cont_box_social { margin:0px;}

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}
