@charset "utf-8";
/********************************************************************************************/
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Titillium+Web:400,600,700&amp;subset=latin-ext');
@import url('examples.css');
@import url('responsive.css');
@import url('style.css');
/********************************************************************************************/
/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/********************************************************************************************/


/*** CUSTOM SCROLLBARS REDS ************************/
html {overflow: auto;}
body { overflow-y: scroll;overflow-x: hidden; }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 10px; border-radius: 10px; }
::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(255,0,0,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
::-webkit-scrollbar-thumb:window-inactive { background: rgba(255,0,0,0.4); }

/********************************************************************************************/
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1;}
.p0m0 { padding: 0; margin: 0; }
.p10 { padding: 10px; } .pL0 { padding-left: 0px; }
.imgb img { border: solid 1px #555; }
.bImgFig { padding: 8px 16px 6px 0px; }
.bImgFig img { border: solid 1px #555; width: 100%; height: auto; }
/********************************************************************************************/
body {
    font:14px/1.6 'Open Sans', serif;
    font-weight: 400;
    color:#222;
    -webkit-font-smoothing: antialiased;
}
/********************************************************************************************/
h1,h2,h3{font-family: 'Open Sans', sans-serif;font-weight:bold;text-transform: uppercase;}
h4,h5,h6{font-family: 'Open Sans', sans-serif;font-weight:bold;}
h4{ font-size:20px; margin:1em 0 0; }
p{min-height:1px;}
strong{font-weight:bold;}
hr{background: #333;border: 0;height: 2px;margin: 12px auto 8px;width: 60px;}

a{color:#1074ce;text-decoration:none;}
a:hover{color:#0a487f;}
/********************************************************************************************/
#header { width:100%; float:left; height:25px; position:fixed; z-index:99999999999999; }
#header #nav.second { display:none; position:fixed; }
#header #nav.first { width:100%; float:left; }
#header #nav.first ul, #header #nav.first ul li { list-style:none; float:left; padding:0; margin:0; }
#header #nav.first ul { width:100%; }
#header #nav.first ul li { width:16.65%; }
#header #nav.first ul li.active {
  background-color: transparent;
  background-image: url("on2.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 0 20px;
}
#header #nav.first ul li:hover,  
#header #nav.first ul li:hover.active {
 padding:0 0 20px 0;
 background-image: url("on2.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-color: transparent;
}
#header #nav.first ul li a {
  background-color: #404040;
  color: #FFFFFF;
  float: left;
  font-family:'Titillium Web', Arial;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  border-right: solid 1px #777;
}
#header #nav.first ul li.active a, 
#header #nav.first ul li a:hover { background-color:#da0000; 
transition: all 0.1s ease; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; }
/********************************************************************************************/
#ftCopyright { display: inline-block; width: 400px; height: auto; text-align: center; position: fixed; z-index: 999999999999; left: 50%; bottom: 5px; margin-left: -200px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.60); color: #999; }
#ftCopyright a { color: #fff; font-size: 12px; font-weight: 600; }
#ftCopyright .cInfo { font-weight: 400; font-size: 11px; color: #fff; padding: 0px; margin: 0px; }
/********************************************************************************************/
*:focus { outline: 0 !important;}
a { transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; }
a:hover { transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
/**********************************************************************************************/
.section .row { min-height: 100px; }
.section .figure img { width: 100%; height: auto; }
/**********************************************************************************************/
.PageAntetBg { background: rgba(255,255,255,0.85); height: 100px; margin: 5px 5px 15px 5px; padding: 10px 5px;
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; overflow: hidden; }
/**********************************************************************************************/
.PageBgWhite { background: rgba(255,255,255,0.85); min-height: 400px; margin: 5px; padding: 20px 15px; 
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; overflow: hidden; }
/**********************************************************************************************/
.h1Antet { font-family: 'Titillium Web', Arial, sans-serif; font-size: 24px; font-weight: 600; color: #c00; text-align: center; letter-spacing: 3px; padding-bottom: 18px; 
background: url(../images/detaliu-floral.png) repeat-x bottom left; }
/**********************************************************************************************/
.pagLogo { display: block; width: 200px; height: 100px; text-align: center; padding: 0px; margin: 0px; }
.pagLogo a { display: block; width: 200px; height: 100px; background: url(../images/logo-antet-pages.png) no-repeat top left; text-indent: -9999px; }
.antet-line { clear: both; display: block; width: 100%; height: auto; border-color: #999; border-width: 3px; }
/********************************************************************************************/
.divPage { display: block; width: auto; height: auto; }
.divPage p { font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; color: #111; padding-bottom: 5px; }

.textIntroHP { font-size: 16px; line-height: 20px; font-weight: 600; }


/********************************************************************************************/
.lista-flag { display: inline-block; width: auto; height: auto; list-style-type: none; margin-top: 16px; }
.lista-flag li { display: inline-block; float: left; margin: 0px; padding: 0px; border: solid 1px #ddd; }
.lista-flag li.activ { background-color: #fff;  border: solid 1px #c00; }
.lista-flag li a img { display: block; width: 32px; height: 32px; }
.lista-flag li a { display: inline-block; width: auto; height: auto; padding: 4px 12px 0px 12px;
transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; }

/********************************************************************************************/
.lista-sm { display: inline-block; width: auto; height: auto; list-style-type: none;  margin-top: 16px; }
.lista-sm li { display: inline-block; float: left; margin: 0px; padding: 0px; margin-left: 6px; }
.lista-sm li a { color: #999; padding: 5px; transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; }
.lista-sm li a i { font-size: 42px; color: #999; }
.lista-sm li a:hover i { color: #c00; 
transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; }
/********************************************************************************************/
.boxAcordeon { display: block; width: auto; height: auto; padding: 7px 12px; margin: 0px 10px 7px 10px; border: solid 1px #999; background-color: #fff; }
.boxAcordeon a.xTitle { font-family: 'Open Sans', Arial, sans-serif; font-size: 15px; color: #111; font-weight: 700; line-height: 12px !important; text-decoration: none; } 
.boxAcordeon a.xTitle:hover { color: #c00 !important; }
.boxAcordeon:hover { background-color: #FCC; }
.boxAcordeon .more-info { display: none; width: 100%; height: auto; padding-bottom: 8px; font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 15px;
 padding-right: 15px; text-align: justify; }
.boxAcordeon .more-info p { font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 15px; text-align: justify; margin: 5px 0px; }
.boxAcordeon .dtArticle, .boxAcordeon .dtArticle { font-family: 'Open Sans', sans-serif; font-size: 12px; color: #c00; font-weight: 600; 
line-height: 10px; text-decoration: none; margin: 8px 0px 5px 0px; }
/********************************************************************************************/
.panFixScroll { max-height: auto; overflow-y: auto; }
.panFixScroll::-webkit-scrollbar-track { -webkit-box-shadow: solid 0 0 5px rgba(255,255,255,0.25); background-color: #f3f3f3; border: solid 1px #333;
-webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; overflow: hidden; }
.panFixScroll::-webkit-scrollbar{ width: 10px; background-color: #f3f3f3;  overflow: hidden;  }
.panFixScroll::-webkit-scrollbar-thumb { background-color: #111;  overflow: hidden; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
/********************************************************************************************/
.pCategBox { display: inline-block; width: auto; height: auto; margin: 6px; float: none; }
.pCategBox a { color: #a00; font-size: 13px; line-height: 16px; }
.pCategBox a img { width: auto; height: 99px; padding: 5px; border: solid 1px #ccc; background-color: #fff; margin: 0px; transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; }
.pCategBox a:hover img { background-color: #d00; margin: 0px; border: solid 1px #d00; transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; }
.pCategBox p { line-height: 16px; margin-top: 6px; }
/********************************************************************************************/
.pItemBox { display: inline-block; width: auto; height: auto; margin: 6px 6px; padding: 0px; }
.pItemBox a img { height: 100px; padding: 5px; border: solid 1px #ccc; background-color: #fff; margin: 0px; transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; } 
.pItemBox a:hover img { background-color: #d00; border: solid 1px #d00; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
.pcTitle { padding-left: 20px; }
.pcButon { padding-right: 20px; }
/********************************************************************************************/

#mobTMButton { display: inline-block; width: auto; height: auto; padding: 3px 8px 6px 8px; 
position: fixed; top: 0px; left: 5px;  background-color: #fff;
-webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }


.overlay { height: 0%; width: 100%; position: fixed; z-index: 1;  top: 0;  left: 0; background-color: rgb(10,10,10); background-color: rgba(10,10,10, 0.9); 
overflow-y: hidden;  transition: 0.5s; }
.overlay-content { position: relative;  top: 12%;  width: 100%; text-align: center; margin-top: 25px; }
.overlay a { padding: 8px; text-decoration: none; font-size: 24px; color: #fff; display: block;  transition: 0.3s; }
.overlay a:hover, .overlay a:focus { color: #fff; }
.overlay .closebtn { color: #fff; position: absolute; z-index: 1111; top: 2px; right: 12px; padding: 0px 18px; margin: 0px; font-size: 36px; }
.overlay .closebtn:hover { background-color: #da0000; }


#mobMenu { display: block; width: auto; height: auto; list-style-type: none; }
#mobMenu li { display: block; width: auto; height: auto; margin: 1px; padding: 5px 0px; }
#mobMenu li a { color: #fff; font-size: 18px; font-weight: 700; }
#mobMenu li:hover { background-color: #da0000; }



#ppAskCookies { position: fixed; z-index: 99999; bottom: 0px; left: 0px; border-top: solid 1px #ccc;  display: block; width: 100%; height: auto; padding: 20px 0px; 
background-color: rgba(5,5,5,0.8); color: #fff; pozition: relative; text-align: center; }
#ppAskCookies .content { display: block; width: 990px; height: auto; margin: 0px auto; 
font-family: "Cuprum", Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 500; line-height: 18px; text-decoration: none; }
#ppAskCookies .content .col-1 { display: inline-block; width: 79%; float: left; padding: 5px 0px; text-align: left; }
#ppAskCookies .content .col-2 { display: inline-block; width: 11%; float: right; padding: 5px 0px; text-align: right; }
#ppAskCookies .content a { font-weight: bold; color: #fd3; text-decoration: none; cursor: pointer;  }
#ppAskCookies .content a:hover { text-decoration: underline; color: #fd3; } 
#btnAgreeCookie { display: inline-block; width: auto; height: auto; padding: 6px 15px; border: solid 2px #111; background-color: rgba(255,10,10,0.99); margin-top: 3px; 
font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 18px; color: #fff; overflow: hidden; cursor: pointer; 
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
#btnAgreeCookie:hover { background-color: rgba(200,10,10,0.99); color: #fff; }




/********************************************************************************************/

/********************************************************************************************/
@media (max-width: 768px ){
/********************************************************************************************/
.PageAntetBg { display: none; }
.PageBgWhite { max-height: 99%; overflow-y: none; padding: 10px;   }
.section .figure { height: auto; height: auto; text-align: center; margin: 0px; padding: 0px; }
.section .figure img { width: auto; height: auto; max-height: 200px;  }
.h1Antet { font-family: 'Open Sans', Arial, sans-serif; font-size: 20px; color: #c00; text-align: center; letter-spacing: 3px; margin: 0px; padding: 0px; padding-bottom: 15px; 
background: url(../images/detaliu-floral.png) repeat-x bottom left; }
.divPage p { font-family: 'Open Sans', Arial, sans-serif; font-size: 13px; line-height: 20px; color: #111; }
.panFixScroll { max-height: 200px; overflow-y: auto; padding-right: 15px; }
.pCategBox { margin: 5px; font-size: 11px; text-align: center; padding: 0px; margin: 2px 3px; }
.pCategBox a img { width: auto; height: 60px !important;  }
.pCategBox p { font-size: 11px; margin: 0px; text-align: center; }
.pCategBox p a { font-size: 11px; text-align: center; }
.pItemBox { margin: 5px 5px; padding: 0px; }
.pItemBox a img { width: auto; height: 70px !important; }
.pcTitle { padding-left: 2px; }
.pcButon { padding-right: 2px; }

.overlay {overflow-y: auto;}
.overlay a {font-size: 20px}
.overlay .closebtn { font-size: 40px; top: 15px; right: 35px;}
.textIntroHP, .textIntroHP font, .textIntroHP p { font-size: 11px !important; line-height: 14px !important; }

.lista-sm li a i { font-size: 28px !important; color: #999; }
.lista-sm li a:hover i { font-size: 28px !important; color: #c00; }



#ppAskCookies { position: fixed; z-index: 99999; bottom: 0px; left: 0px; border-top: solid 1px #ccc;  display: block; width: 100%; height: auto; padding: 20px 0px; 
background-color: rgba(5,5,5,0.8); color: #fff; pozition: relative; text-align: center; }
#ppAskCookies .content { display: block; width: auto; height: auto; margin: 0px 20px; 
font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 500; line-height: 18px; text-decoration: none; }
#ppAskCookies .content .col-1 { display: block; width: 100%; float: none; padding: 5px; text-align: justify; }
#ppAskCookies .content .col-2 { display: block; width: 100%%; float: none; padding: 10px 5px; text-align: center; }
#ppAskCookies .content a { font-weight: bold; color: #fd3; text-decoration: none; cursor: pointer;  }
#ppAskCookies .content a:hover { text-decoration: underline; color: #fd3; } 
#btnAgreeCookie { display: inline-block; width: auto; height: auto; padding: 5px 15px; border: solid 1px #111; background-color: rgba(255,10,10,0.99); margin: 5px auto;
font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 700; line-height: 18px; color: #fff; overflow: hidden; cursor: pointer; 
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
#btnAgreeCookie:hover { background-color: rgba(200,10,10,0.99); color: #fff; } 

	
}






/*** ALTELE DIVERSE ***********************************************/





#home {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  top: 13%;
  color: #8b8b8b;
  font-size: 16px;
  left: 0;
  line-height: 22px;
  margin:0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

#home .block {float:left; width:100%; text-align:center; margin:10px 0 0 0;}

.socialhome  {
  bottom: 10%;
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

 .social-bhome{
  float: left;
  margin-right: 5px;
}

article{
    text-align:center;
    padding:150px 0;
    width:250px;
    margin:0 auto;
}


 .page-eddy {
  left: 0;
  margin: 0 auto%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 13%;
  width: 100%;
}

.centerpage {
  margin: 0 auto;
  width: auto;
}

.centerpagebkg {
  padding: 20px 2%;
float:left;
width:100%;
background-color:#FFFFFF;
}


.page-eddy .header-eddy {
  background-image: url("tratteggio-nero.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  float: left;
  height: auto;
  margin-bottom: 20px;
  width: 100%;
 
}



 .page-eddy .header-eddy .logo-header {
  float: left;
  height: 47px;
 
  width: 333px;
}
.page-eddy .header-eddy .logo-header .dx {
width:170px; float:right; margin-right:50px;
}

.page-eddy .header-eddy .social-bp {
  float: right;
  height: 33px;
  margin-left: 5px;
  width: 33px;
}



.page-eddy .header-eddy .news-bp {
  color: #D983A0;
  float: right;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 19px;
  height: 23px;
  line-height: 23px;
  margin-top: 5px;
  text-align: right;
  width: 25%;
}


 .page-eddy .header-eddy .news-bp a {
  color: #D983A0;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 23px;
  text-decoration: none;
}


.page-eddy .title-eddy {
  float: left;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}


.page-eddy .titolo-eddy {
  color: #d983a0;
  float: left;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 32px;
  margin-left: 2%;
  text-align: left;
  text-decoration: none;
  width: 96%;
}

.page-eddy .content-eddy {
  color: #404040;
  float: left;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 19px;
  margin-bottom: 20px;
  padding: 0 2%;
  text-align: justify;
  width: 96%;
}

 .page-eddy .content-eddy a {
  color: #404040;
 text-decoration:none;
}

 .page-eddy .content-eddy iframe {
  width: 100%;
  height:auto; float:left;
}


 .page-eddy .content-eddy a:hover {
  color: #000000;
 text-decoration:none;
}


 .page-eddy .footer-eddy {
  background-image: url("tratteggio-nero.png");
  background-position: left top;
  background-repeat: repeat-x;
  color: #999;
  float: left;
  font-family: Open Sans;
  font-size: 11px;
  height: 20px;
  padding: 5px 0 0;
  width: 100%;
}

.page-eddy .footer-eddy a {
   text-decoration:none;
  color: #999; 
  font-family: 'Open Sans', arial, san serif;
  font-size: 11px;
 
}

.page-eddy .footer-eddy a:hover {
   text-decoration:none;
  color: #333; 
   
 
}

/*partners*/

.page-eddy .content-eddy ul li.partners {
  background-image: url("css/partners.png");
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  height: auto;
  margin-bottom: 20px;
  padding-left: 30px;
  width: 96%;
}


.page-eddy .content-eddy ul li span.headline {
  color: #CC9999;
  float: left;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 16px;
  height: auto;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.page-eddy .content-eddy ul li.partners span.headline a {
  color: #CC9999;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}


/*lavorazioni*/

  .page-eddy .left {
  float: left;
  margin-right: 0;
  width: 550px;
}

  .page-eddy .right {
  float: right;
  margin-right: 15px;
  width: 350px;
}

 .slide h5.title {
  color: #D983A0;
   
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 32px;
  margin-top: 0;
 text-decoration: none;
 display: inline-block;
  margin: 0 0 20px 0;
  text-align: center;
  width: 50%;
}

.slide .content-eddy-lavorazioni {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 80%;
  color: #404040;
   font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 16px;
  padding-bottom: 20px;
  text-align: center;
 
}

.st-panel .page-eddy .elenco-lavorazioni .lavorazioni-titoli a:hover {
    color: #D983A0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 18px;
    height: auto;
    line-height: 26px;
    text-decoration: none;
}
.imageRow {
  display: inline-block;
  margin: 20px 0;
  text-align: center;
  width: 80%;
}
.imageRow:after {
    content: "";
    display: table;
    float: left;
}
.imageRow .single { display:inline-block;}
.imageRow .single a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
    line-height: 1em;
    margin-right: 40px;
    padding: 7px;
    transition: all 0.2s ease-out 0s;
}
.imageRow .single a img {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 4px 4px;
 
  width: 90px;
 
}
.imageRow .single a:hover {
    background-color: #8AD459;
}
.imageRow .set {
  float: left;
  margin-left: 0;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}
.imageRow .set:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.imageRow .set .single a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin-right: 0;
}
.imageRow .set .single a:hover {
    background-color: #EBE9DA;
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.imageRow .set .single.first a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.imageRow .set .single.last a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

/*blog*/

.page-eddy .content-eddy ul {
  float: left;
  height: auto;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#section5 .page-eddy .content-eddy ul li {
  background-image: url("css/ago.png");
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  height: auto;
  margin-bottom: 20px;
  padding-left: 30px;
  width: 92%;
}

#section5 .page-eddy .content-eddy ul li span.headline {
  color: #CC9999;
  float: left;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 16px;
  height: auto;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

#section5 .page-eddy .content-eddy ul li span.headline a {
  color: #CC9999;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

#section5 .page-eddy .content-eddy ul li span.headline a:hover {
    color: #404040;
    
}

#section5 .page-eddy .content-eddy ul li p.date, small.date {
  background: none repeat scroll 0 0 #CC9999;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  left: 0;
  line-height: normal;
  margin-right: 5px;
  margin-top: 0;
  padding: 2px 5px;
  position: static;
  top: 0;
  width: auto;
}

#creditfooter {
  display: none;
}



    article h4:first-child{ margin:0; }
    article p{ text-align:justify; }

.button{
    display:inline-block;
    line-height:1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    padding: 6px 8px;
    background:#000;
    color:#FFF;
    margin:2em 0;
}
    .button:hover{
        color:#FFF;
        background-color:#444;
    }
    .button+.button{margin-left:1em;}

.align-center{text-align: center;}



/* Sliding panels */
.curtains>li {
    //background:#FFF url(img/blizzard.png);
	background:#fff;
	padding:20px 0 30px 0;
    box-shadow:0 0 12px #666;
}
    .curtains>li:last-child{box-shadow:none}

/* MENU */
#menu{
    position:fixed;
    z-index:20;
    padding:10px;
    
}
    #menu li{margin:0}
    #menu a{
        margin:0;
        color:#FFF;
    }
/*sfondi*/
#section0{
    background-image:url(../img/homeeddynew.jpg);
	background-position: 50% 0; 
	background-repeat: no-repeat;
    background-size:cover;
}
body.page{
    background-image:url(../img/homeeddynew.jpg);
	background-position: 50% 0; 
	background-repeat: no-repeat;
    background-size:cover;
}


/* Section 1 */



    #home header{
        color:#FFF;
        position:absolute;
        top:30%;
        left:50%;
        margin:0 0 0 -350px;
        width:700px;
        text-align:center;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        line-height:1.1;
    }

    #home h1{
        font-size:120px;
    }

    #home h2{
        text-transform:capitalize;
        opacity:.75;
        font-size:48px;
    }

/* Section 2 */
 #azienda{
    background:#fff url(img/azienda.png) 50% 0 no-repeat;
    background-size:cover;
}


/* Section 3 */
#partners{
    background:#fff url(img/partners.png) 50% 0 no-repeat;
    background-size:cover;
}


 
    
	
	img.profilo {float:left;}



img.postpage {
  float: left;
  margin: 0 10px 10px 0;
}

@media (min-width: 0px) and (max-width: 1024px) {	
.first, .second { display: none !important; }

	
}