




/*
     FILE ARCHIVED ON 21:21:10 mar 27, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:37:54 lug 13, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*	
	APPUNTI
	-----------------------
	Gradazione GRIGI:
				#000000
				#151515
				#1C1C1C
				#2E2E2E		Testo
				#424242
				#585858
				#6E6E6E
				#848484
				#A4A4A4
				#BDBDBD
				#D8D8D8		Bordo cornici laterali
				#E6E6E6
				#F2F2F2		Sfondo pagina e sfondo cornici laterali
				#FAFAFA
				#FFFFFF
	Colori:
				#ea5036		Arancio
				#2c3f48		Sfondo
				#BBC7CE		Cornici
				
				#e64d5c		Fucsia (nevada)
				#00a651		Verde (nevada)
*/

/*
	STYLE GENERALE
	-----------------------
*/

* {
	padding:0;
	margin:0;
	border:0;
}

body {		
	background: #E6E6E6;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	/*-webkit-font-smoothing: antialiased;*/
	font-size: 12px;	
}

.clear { 
	clear: both; 
	overflow: hidden; 
	height: 0px; 
	margin: 0; 
	padding: 0; 
	max-height: 0;
}

a{
	color: #00a651;	
	text-decoration: underline;	
}

a:hover, a.active{
	color: #151515;
	text-decoration: none;
}

h1{
	color: #000;
}

h2{
	color: #2E2E2E;
}

p{
	margin-bottom: 7px;
	line-height: 22px;
}

.bordo-tutto{
	width: 100%;
	height: 6px;
	background-color: #FF0099;
}

.bordo-wrapper{
	width: 980px;
	margin: 0px auto;	
	height: 6px;
	background-color: #FF0099;
}

/*
	layout
	=============
*/

#testata{
	text-align: center;
	width: 940px;
	margin: 0px auto;	
	padding: 4px 20px 5px 20px;	
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;		
	background-color: #FFF;
}

.test_bk{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5YjliOWIiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMyIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(155,155,155,0) 0%, rgba(53,53,53,0) 63%, rgba(0,0,0,0.12) 96%, rgba(0,0,0,0.13) 98%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(155,155,155,0)), color-stop(63%,rgba(53,53,53,0)), color-stop(96%,rgba(0,0,0,0.12)), color-stop(98%,rgba(0,0,0,0.13))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(155,155,155,0) 0%,rgba(53,53,53,0) 63%,rgba(0,0,0,0.12) 96%,rgba(0,0,0,0.13) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(155,155,155,0) 0%,rgba(53,53,53,0) 63%,rgba(0,0,0,0.12) 96%,rgba(0,0,0,0.13) 98%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(155,155,155,0) 0%,rgba(53,53,53,0) 63%,rgba(0,0,0,0.12) 96%,rgba(0,0,0,0.13) 98%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(155,155,155,0) 0%,rgba(53,53,53,0) 63%,rgba(0,0,0,0.12) 96%,rgba(0,0,0,0.13) 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b9b9b', endColorstr='#21000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */		
}

.logo{
	width: 260px;
	margin: 6px 0px 2px 0;
}

#menu{
	background-color: #FF0099;
	margin:0px 0;
	padding: 3px 0px;
}

#wrapper{
	width: 940px;
	margin: 0px auto;
	padding: 20px;	
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;	
	background: #FFF;
	min-height: 100px;	
}

#wrapper.no_padding{
	width: 980px;
	padding: 0;
}

#piede{
	font-size: 10px;
	text-align: center;
	color: #585858;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#piede p{
	margin-bottom: 1px;
	line-height: 18px;	
}

.sx_1{
	float: left;
	width: 300px;
	min-height: 50px;
}

.sx_2{
	float: left;
	width: 625px;
	min-height: 50px;
}

.dx_1{
	float: right;
	width: 300px;
	min-height: 50px;
}

.dx_2{
	float: right;
	width: 625px;
	min-height: 50px;
}

.cc_1{
	margin: 0 auto;
	width: 300px;
	min-height: 50px;
}

.privacy{
	font-size: 10px;
	line-height: 14px;
}

/*
	Elementi generici
	=============
*/

.img_riempi_orizzontale{
	width: 100%;
}

.img_header_big{
	width: 100%;
	height: 340px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

.img_header{
	width: 100%;
	height: 265px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;		
}

/*
	Menu header (lingue e utente)
	=============
*/

.lang{
	text-align: right;
	font-size: 10px;
	margin-top: 10px;
}

.lang img{
	opacity: 0.70;
}

.lang img.active, .lang img:hover{
	opacity: 1;
}

.social{
	text-align: right;
	font-size: 10px;
	margin-top: 48px;
	color: #A8A8A8;
}
.social p{
	margin-bottom: 1px;
}
.social .fa{
	margin-left: 3px;
	font-size: 22px;
}
.social a{
	color: #00a651;
}
.social a:hover, .social a.active{
	color: #6E6E6E;
}

.utente{
	text-align: right;
	font-size: 11px;
	margin-top: 5px;
}

/*
	Menu Nav
	=============
*/

.nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

.nav li{
    display:inline;
}

.nav a{
    display:inline-block;
    padding:10px 0px;
    width: 155px;
    text-transform: uppercase;
	text-decoration: none;    
}

.nav a{
	color: #D8D8D8;
}

.nav a:hover,.nav a.active{
	color: #FFF;
}

/*
	Gallery Full
	=============
*/

#gallery-full{
	width:980px; 
	height:540px;
}

/*
	Marchio
	=============
*/

.logo-sciarpa{
	margin-top: 10px;
	width: 240px;
}

.logo-miss{
	margin-top: 30px;
	width: 240px;
}

.logo-zighilli{
	margin-top: 7px;
	width: 150px;
}

/*
	Collezioni
	=============
*/

.banner_1{
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.banner_1 a{
	color: #000;
}

.banner_txt{
	width: 100%;
	height: 250px;
	overflow: hidden;
	text-align: center;
}

.banner_txt .titolo{
	margin-top: 50px; 
	text-transform: uppercase; 
	font-size: 24px; 
	font-weight: 600; 
	color: #FF0099; 
	line-height: 26px;
}

.banner_txt .sottotitolo{
	margin-top: 12px; 
	text-transform: uppercase; 
	font-size: 18px; 
	font-weight: 600; 
	color: #A4A4A4;
}

.bar_over{
	position: absolute;
	top: 175px;
	background: #FFF;
	width: 100%;
	padding: 8px;
	opacity: 0.85;
	text-align: center;
}

.bar_over.active{
	opacity: 0.99;
}

.bar_over .titolo{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 2px;
	color: #000;
}

.bar_over .sottotitolo{
	font-size: 20px;
	text-transform: uppercase;
	color: #848484;
	margin-bottom: 0px;
}

/*
	Form Contatto
	=============
*/

#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], input[type="password"], textarea {
	margin: 0 0 10px 0;
	padding: 6px; 
	width: 260px; 
	border: 1px solid #ccc;
}

form#contact textarea {
	width: 285px; 
	height: 130px;
}

form#contact label {
	display: block;
	line-height: 20px;
}

form#contact label.error { 
	width: 250px;
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;                              
	font-size: 11px; 
	text-align: right;
}

form#contact .placeholder {
	color: #aaa;
}

.thanks
{
	text-align: center;
	font-weight: bold;
	color: #ea6aab;
	margin-top: 40px;
}

/* 
	Pulsanti
	=============
*/

.button {
	clear: both;
	margin: 5px 0;
	padding: 5px 15px 5px 15px;
	background-color: #E6E6E6;		
	color: #000;	
	border: none;
	display:inline-block;			
	text-decoration:none;
	border: 1px solid #CCC;
}

.button:hover, .button:active{
	background-color: #00a651;
	color: #FFF;
	cursor: pointer;
}

/*
	Shadow
	=============
*/

/* Shared styles */

.drop-shadow {
    position:relative;
    width:40%;
    padding:1em;
    margin:2em 10px 4em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Lifted corners */

.lifted {
    -moz-border-radius:4px;
         border-radius:4px;
}

.lifted:before,
.lifted:after {
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    max-height:100px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}

/* Curled corners */

.curled {
    border:1px solid #efefef;
    -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
         border-radius:0 0 120px 120px / 0 0 6px 6px;
}

.curled:before,
.curled:after {
    bottom:12px;
    left:10px;
    width:50%;
    height:55%;
    max-width:200px;
    max-height:100px;
    -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
       -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
    -webkit-transform:skew(-8deg) rotate(-3deg);
       -moz-transform:skew(-8deg) rotate(-3deg);
        -ms-transform:skew(-8deg) rotate(-3deg);
         -o-transform:skew(-8deg) rotate(-3deg);
            transform:skew(-8deg) rotate(-3deg);
}

.curled:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* Perspective */

.perspective:before {
    left:80px;
    bottom:5px;
    width:50%;
    height:35%;
    max-width:200px;
    max-height:50px;
    -webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
       -moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
    -webkit-transform:skew(50deg);
       -moz-transform:skew(50deg);
        -ms-transform:skew(50deg);
         -o-transform:skew(50deg);
            transform:skew(50deg);
    -webkit-transform-origin:0 100%;
       -moz-transform-origin:0 100%;
        -ms-transform-origin:0 100%;
         -o-transform-origin:0 100%;
            transform-origin:0 100%;
}

.perspective:after {
    display:none;
}

/* Raised shadow - no pseudo-elements needed */

.raised {
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/* Curved shadows */

.curved:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:10px / 100px;
    border-radius:10px / 100px;
}

.curved-vt-2:before {
    right:0;
}

.curved-hz-1:before {
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.curved-hz-2:before {
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

/* Rotated box */

.rotated {
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.rotated > :first-child:before {
    content:"";
    position:absolute;
    z-index:-1;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/*
    Cookie Policy
 */ 
 
html.ie-10 .cookies-popup .close-icon::after, html.ie-11 .cookies-popup .close-icon::after {
    line-height: 70px;
}

 .cookies-popup {
    background: #9ea4b7 none repeat scroll 0 0;
    bottom: 6px;
    box-sizing: border-box;
    color: #fff;
    font-family: CoreSansN45;
    font-size: 12px;
    line-height: 15px;
    padding: 12px 42px 12px 12px;
    position: fixed;
    right: 6px;
    width: 400px;
    z-index: 1000;
}
.cookies-popup .close-icon {
    background: #7f88a4 none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    font-family: "icons";
    font-size: 105px;
    height: 100%;
    line-height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}
.cookies-popup .close-icon::after {
    color: #ffffff;
    content: "";
    display: block;
    margin-left: -36px;
    margin-top: -18px;
}
.cookies-popup .close-icon:hover {
    background: #546189 none repeat scroll 0 0;
}

