@charset "utf-8";

@font-face {
    font-family: 'sansationbold';
    src: url('../font/sansation-bold-webfont.eot');
    src: url('../font/sansation-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation-bold-webfont.woff') format('woff'),
         url('../font/sansation-bold-webfont.ttf') format('truetype'),
         url('../font/sansation-bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansationbold_italic';
    src: url('../font/sansation-bolditalic-webfont.eot');
    src: url('../font/sansation-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation-bolditalic-webfont.woff') format('woff'),
         url('../font/sansation-bolditalic-webfont.ttf') format('truetype'),
         url('../font/sansation-bolditalic-webfont.svg#sansationbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansationitalic';
    src: url('../font/sansation-italic-webfont.eot');
    src: url('../font/sansation-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation-italic-webfont.woff') format('woff'),
         url('../font/sansation-italic-webfont.ttf') format('truetype'),
         url('../font/sansation-italic-webfont.svg#sansationitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansation_lightlight';
    src: url('../font/sansation-light-webfont.eot');
    src: url('../font/sansation-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation-light-webfont.woff') format('woff'),
         url('../font/sansation-light-webfont.ttf') format('truetype'),
         url('../font/sansation-light-webfont.svg#sansation_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansationregular';
    src: url('../font/sansation-regular-webfont.eot');
    src: url('../font/sansation-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansation-regular-webfont.woff') format('woff'),
         url('../font/sansation-regular-webfont.ttf') format('truetype'),
         url('../font/sansation-regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.sansation_bold {
	font-family: 'sansationbold';
}

.sansation_italic {
	font-family: 'sansationitalic';
}

.sansation_light {
	font-family: 'sansation_lightlight';
}
.sansation_regular {
	font-family: 'sansationregular';
}

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.eot');
    src: url('../font/icomoon.eot?#iefix') format('embedded-opentype'),
         url('../font/icomoon.woff') format('woff'),
         url('../font/icomoon.ttf') format('truetype'),
         url('../font/icomoon.svg#MonoSocialIconsFont') format('svg');
    src: url('../font/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	-webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.iconfacebook:before {
    content: '\e601';
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
	font-size: 26px;
	color: #999;
	margin-left: 10px;
	position: relative;
	top: 5px;
}

.iconfacebook:hover:before{
    content: '\e601';
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
	font-size: 26px;
	color: #333;
	margin-left: 10px;
	position: relative;
	top: 5px;
}


body {
	background-color: #FCFCFC;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow-x: hidden;
}

/* Cookie */

input#impliedsubmit {
	width: 50px;
	height: 22px;
	background: rgba(79, 188, 55, 0.75);
	color: #fff;
	border: none;
	border-radius: 4px;
	font-family: helvetica;
	cursor: pointer;
}

#cookiesdirective a {
	text-decoration: none;
}

header {
	width: 100%;
	height: 80px;
	background-color: #FCFCFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	position: fixed;
	top: 0;
	z-index: 20;
}

.logo {
	float: left;
	
}

.logo h4 {
	font-size: 29px;
	padding-top: 25px;
	position: relative;
	
}

.logo h4 a {
	color: #333;
	text-decoration:none;
	
}

/* Menu */

#mainmenu		{
	width: 100%;
	float:left;
}

#mainmenu ul 	{
	margin: 34px 0 0px 0px;
	float:left;
	width:100%; 
	list-style: none;
}

#mainmenu ul li 	{
	float: left;
	margin: 0 50px 0 0;
	position: relative;
}

#mainmenu a 	{
	color: #999; 
	display: block;
	font-size: 18px;
	font-family: 'sansation_lightlight';
	text-decoration:none;
	
}

#mainmenu a:hover {
	color:#222;
	
}
#mainmenu a.attivo {
	color:#222;
	
}

.effect1 {
	color:#333;
	-ms-transition: width linear 0.2s;
	-webkit-transition: width linear 0.2s; 
	-moz-transition: width linear 0.2s;
	transition: width linear 0.2s;
}

.effect1:before {
	position:absolute;
	bottom:-3px;
	content:" ";
	display:block;
	width:0;
	height:2px;
	background:#333;
	-ms-transition: width linear 0.2s;
	-webkit-transition: width linear 0.2s; 
	-moz-transition: width linear 0.2s;
	transition: width linear 0.2s;
}

.effect1:hover:before{
	width:100%;
}	
	
/* Button Responsive Menu*/

.btn-responsive-menu{
	display: none;
	float: right;
	padding:5px;
	cursor:pointer;
	margin: 0px 20px 0 0;
	
}

.icon-bar 	{
	display: block;
	width: 20px;
	height: 3px;
	margin:5px;
	background-color: #333;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.show{display:block!important}

/* Home */

.section1 {
	margin-top: 500px;
	margin-bottom: 230px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.section2 {
	width: 100%;
	margin: auto;
}

.section2 h5 {
	text-transform: uppercase;
	padding-top: 30px;
}

.section2 h5 a {
	font-family: "sansation_lightlight";
	text-decoration:none;
	color: #333;
	
}

.section2 h5 a:hover {
	color: #999;
	
}

.section2 p {
	font-family: "sansation_lightlight";
	padding-top: 10px;
	padding-bottom: 30px;
	font-variant: normal;
	color: #666;
	line-height: 24px;
}

.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	width: 100%;
	clear: both;
}

/* Slide home */

.rslides {
  position: absolute;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: -357px 0 0 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

#text-sl1  {
	font-family: "sansation_lightlight";
	margin-top: 10px;
	float: left;
	font-size: 14px;
	color: #555;
	width: 318px;
}

#text-sl2  {
	font-family: "sansation_lightlight";
	margin-top: 10px;
	float: left;
	font-size: 14px;
	color: #555;
	width: 400px;
}

.note ul {
    list-style: circle;
}

.note li {
    font-family: "sansation_lightlight";
    font-variant: normal;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    margin: 0 20px;
}

footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	color: #666;
	margin-top: 150px;
	width: 100%;
}

footer p {
	font-family: "sansation_lightlight";
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
    line-height: 16px;
}

footer a {
	font-family: "sansation_lightlight";
	text-decoration:none;
	color: #333;
}

footer a:hover {
	color: #666;
}

.note-legali {
    margin: -30px 0 0 0;
    padding: 0;
}

.fb-like {
	position: relative; 
	left: 160px;
	top: -43px;
}

/* Biografia */

.section3 {
	width: 100%;
	margin-top: 130px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	
}

.section3 h5 {
	padding-top: 10px;
	font-size: 15px;
}

.section3 h5 a {
	font-family: "sansation_lightlight";
	text-decoration:none;
	color: #999;
}

.section3 h5 a:hover {
	color: #444;
	
}

.section3 h5 a.attivo {
	color: #444;
	
}

.section3 h6 {
	font-size: 13px;
	margin-top: 20px;
	margin-left: 10px;
}

.section3 h6 a {
	font-family: "sansation_lightlight";
	text-decoration:none;
	color: #999;
}

.section3 h6 a:hover {
	color: #444;
	
}

.section3 h6 a.attivo {
	color: #444;
	
}

.section3 p {
	font-family: "sansation_lightlight";
	padding-top: 10px;
	padding-bottom: 30px;
	font-variant: normal;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.section3 p a {
	font-family: "sansation_lightlight";
	font-variant: normal;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	
}

.section3 p a:hover {
	color: #333;
}

.section3 img {
	margin-top: 24px;
	
}

#testo-bio {
	padding-bottom: 0px;
	
}

#pie-critica {
	padding-bottom: 0px;
}

/* Portfolio */

#fotogallery {
	margin-top: 10px;
	width: 100%;	
}

#fotogallery ul {
	list-style-type: none;
}

.last {
	padding-left: 0;
}

#fotogallery li {
	float: left;
}

#fotogallery img {
	border: 1px solid #555;
	position: relative;
	top: -24px;
}

#fotogallery a {
	text-decoration:none;
}

#fotogallery ul li a:hover img {
	
}

#fotogallery ul li a:hover span {
	color: #666;
}

#collezioni2 {
	margin-left: 15px;
	font-size: 14px;
}

#next-pagine {
	clear: both;
	margin-top: 10px;
	font-size: 15px;
	font-family: "sansation_lightlight";
	font-variant: normal;
	color: #666;
}

#next-pagine a {
	color: #333;
	margin-left: 5px;
}

#next-pagine a:hover {
	color: #666;
	border: 1px solid #666;
	padding: 0px 5px 0px 5px;	
}

#next-pagine a.attivo {
	color: #666;
	border: 1px solid #666;
	padding: 0px 5px 0px 5px;	
}

#next-pagine2 {
	clear: both;
	margin-top: 10px;
	font-size: 15px;
	font-family: "sansation_lightlight";
	font-variant: normal;
	color: #666;
}

#next-pagine2 a {
	color: #333;
	margin-left: 5px;
}

#next-pagine2 a:hover {
	color: #666;
	border: 1px solid #666;
	padding: 0px 5px 0px 5px;	
}

#next-pagine2 a.attivo {
	color: #666;
	border: 1px solid #666;
	padding: 0px 5px 0px 5px;	
}

/* Hover immagine */

.view {
	width: 150px;
    height: 150px;
    margin: 0;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #FCFCFC;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
	left: -20px;
	top: -20px;
}

.view .mask,.view .content {
   width: 140px;
   height: 140px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   border: 1px solid #555;
}

.view img {
   display: block;
   position: relative;
}

.mask #boxtext1 {
	position: relative;
	font-size: 12px;
	padding: 10px;
	background-color: rgba(182,182,182,0.8);
	margin: 50px 0 20px 0;
	line-height: 15px;
	letter-spacing: 1px;	
	
}

.mask #boxtext2 {
   position: relative;
   font-size: 12px;
   padding: 10px;
   background-color: rgba(182,182,182,0.8);
   margin: 42px 0 20px 0;
   line-height: 15px;
  letter-spacing: 1px;	
     
}

.mask #boxtext3 {
   position: relative;
   font-size: 12px;
   padding: 10px;
   background-color: rgba(182,182,182,0.8);
   margin: 29px 0 20px 0;
   line-height: 15px;
  letter-spacing: 1px;	
     
}

.mask #boxtext3- {
   position: relative;
   font-size: 12px;
   padding: 10px;
   background-color: rgba(182,182,182,0.8);
   margin: 37px 0 20px 0;
   line-height: 15px;
  letter-spacing: 1px;	
     
}

.mask h2 a {
  color: #fff;
  font-family: "sansation_lightlight";
   
}

.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.view-fifth .mask {
   	background-color: #5f616a;
   	-webkit-transform: translateX(-300px);
   	-moz-transform: translateX(-300px);
   	-o-transform: translateX(-300px);
  	-ms-transform: translateX(-300px);
   	transform: translateX(-300px);
   	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   	filter: alpha(opacity=100);
  	opacity: 1;
   	-webkit-transition: all 0.3s ease-in-out;
   	-moz-transition: all 0.3s ease-in-out;
   	-o-transition: all 0.3s ease-in-out;
   	-ms-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.view-fifth:hover .mask {
   	-webkit-transform: translateX(0px);
   	-moz-transform: translateX(0px);
   	-o-transform: translateX(0px);
   	-ms-transform: translateX(0px);
   	transform: translateX(0px);
}

.view-fifth:hover img {
	-webkit-transform: translateX(300px);
   	-moz-transform: translateX(300px);
  	-o-transform: translateX(300px);
   	-ms-transform: translateX(300px);
    transform: translateX(300px);
}

/* News */

.form-cerca p {
	font-family: "sansation_lightlight";
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding: 0;
	margin: 7px 0 0 0;
}

.form-cerca input.cerca {
	background-color: #999;
	color: #fff;
	border: none;
	width: 70px;
	height: 25px;
	margin-top: 20px;
	margin-left: 4px;
	cursor: pointer;	
}

.form-cerca input.cerca:hover {
	background-color: #666;
}

.data-news h6 {
	font-family: "sansation_lightlight";
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 0 0;
}

#elenco-news {
	margin-bottom: -30px;
}

.titolo-news h5 {
	font-family: "sansation_lightlight";
	font-size: 17px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 0 0;
	font-variant: normal;
}

.titolo-news h5 a {
	color: #666;
}

.titolo-news h5 a:hover {
	color: #999;
}

.titolo-news h6 {
	font-family: "sansation_lightlight";
	font-size: 16px;
	color: #666;
	font-weight: normal;
	padding: 0 0 30px 0;
	margin: 12px 0 30px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	line-height: 24px;
	text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.titolo-news3 h5 {
	font-family: "sansation_lightlight";
	font-size: 17px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 0 0;
	font-variant: normal;
	color: #666;
}

.titolo-news3 h6 {
	font-family: "sansation_lightlight";
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin: 12px 0 0 0;
	line-height: 24px;
	text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.news-rit p {
	font-family: "sansation_lightlight";
	font-weight: normal;
	margin: -5px 0 0 0;
}

.news-rit p a {
	color: #999;
	text-decoration: none;
	font-size: 17px;
}

.news-rit p a:hover {
	color: #666;
}

/* Cerca */

.form-cerca2 p {
	font-family: "sansation_lightlight";
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding: 0;
	margin: 7px 0 0 0;
}

.form-cerca2 input.cerca {
	background-color: #999;
	color: #fff;
	border: none;
	width: 70px;
	height: 25px;
	margin-top: 20px;
	margin-left: 4px;
}

.form-cerca2 input.cerca:hover {
	background-color: #666;
}

.data-news2 h6 {
	font-family: "sansation_lightlight";
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding: 0;
	margin: 12px 0 0 0;
}

.titolo-news2 h5 {
	font-family: "sansation_lightlight";
	font-size: 17px;
	font-weight: normal;
	padding: 0;
	margin: -5px 0 0 0;
	font-variant: normal;
	padding: 10px 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width: 100%;
}
.titolo-news2 h5 a {
	color: #666;
}

.titolo-news2 h5 a:hover {
	color: #999;
}

.titolo-news2 h6 {
	font-family: "sansation_lightlight";
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

/* Contatti */

#form {
	font-family: "sansation_lightlight";
	color: #999;
	font-size: 14px;
	margin-top: 7px;
}

input#invia {
	background-color: #999;
	color: #fff;
	border: none;
	width: 80px;
	height: 25px;
	margin-top: 20px;
}

input#invia:hover {
	background-color: #666;
	color: #fff;
	border: none;
	width: 80px;
	height: 25px;
}

input {
	border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #F3F3F3;
	height: 20px;
	margin-top: 5px;
	color: #333;
	font-family: "sansation_lightlight";
	font-size: 15px;
}

textarea {
	border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #F3F3F3;
	margin-top: 5px;
	resize: none;
	color: #333;
	font-family: "sansation_lightlight";
	font-size: 15px;
	width: 320px;
	height: 160px;
}

#risposta {
	display: none;
	padding: 10px;
	margin-bottom: 10px;
}

#risposta p {
	font-family: "sansation_lightlight";
	font-size: 15px;
    font-weight: normal;
	padding: 0;
	margin: 0;
}

.like {
	width: 100px;
}

.contatore {
	position: relative; 
	left: 0px; 
	top: -20px;
}