html {
  height: 100%;
}
body {
  margin :80px 0 0!important;
  padding: 0;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  color: #000;
  font-family: 'Dosis', sans-serif;
}
/*text*/
p {
  margin: 0 6px 12px;
}
h1, h2, h3 {
  font-weight: 400;
    font-family: 'Dosis', sans-serif;
}
a {
  color: #191919;
  /*-webkit-transition-duration: .6s;
  -moz-transition-duration: .6s;
  -o-transition-duration: .6s;
  -ms-transition-duration: .6s;*/
}
a:hover {
  color: #999;
}
a img {
}
a:hover img {
}

/* header */
#header {
  width: 100%;
  height: 82px;
  background: #000;
  margin: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#header .inside {
  width: 960px;
  height: 82px;
  text-align: left;
  margin: 0 auto;
  font-family: 'Dosis', sans-serif;
  position: relative;
}
#header .inside a,
#header .inside li span {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
#header .inside a:hover, #header .inside li.active a, #header .inside li.alias-parent-active a, #header .inside li.active span, #header .inside li span:hover, #header .inside li.active li.active a {
  color: #ed6262;
}
#header .inside li.active li a, 
#header .inside li.alias-parent-active li a, 
#header .inside li.active li span {
  color: #FFF;
}
#header .inside a img {
  border: 0;
  float: left;
}
#header .inside ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#header .inside .moduletable_fb {
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
}
#header .inside .moduletable_fb span {
  float: left;
  text-transform: uppercase;
  line-height: 28px;
  margin-right: 3px;
  font-size: 13px;
  letter-spacing: 1px;
}
#header .inside .moduletable_fb a img {
  float: left;
  display: inline-block;
  margin-left: 5px;
}
#header .inside .moduletable_fb a:hover img {
  opacity: 0.6;
}
#header .inside .moduletable_fb p {
  margin: 0 0 0 0;
  padding: 0;
}
#header .inside .moduletable_topmenu {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  margin: 56px 0 0 0;
}
#header .inside .moduletable_topmenu ul {
  float: right;
  text-align: right;
}
#header .inside .moduletable_topmenu ul li {
  display: inline;
  margin: 0 0 0 15px;
  padding: 0;
}
#header .inside .moduletable_topmenu ul.sf-menu ul {
    background: #000;
    padding: 12px 0;
    top: 25px;
    left: -15px;
    text-align: left;
    float: left;
    width: 250px;
}
#header .inside .moduletable_topmenu ul.sf-menu li.item-119 ul {
    display: none!important;
}
#header .inside .moduletable_topmenu ul.sf-menu ul li {
    text-transform: none;
}
#header .inside .moduletable_topmenu ul.sf-menu ul li a {
  display: block;
  padding: 2px 0;
  margin: 2px 30px 2px 0;
  border-bottom: 1px solid #000; 
}
#header .inside .moduletable_topmenu ul.sf-menu ul li a:hover {
  border-bottom: 1px solid rgba(255,255,255,0.3); 
}
#header .inside .select-menu {
  display: none;
}
@media (max-width: 970px) {
#header .inside .sf-menu {
    display: none;
}
#header .inside .select-menu {
  display: inline-block;
}
#header .inside .moduletable_topmenu {
    margin: 50px 0 0 0;
}
}
/* page */
#page {
  width: auto;
  background: @fff;
}
.breadcrumb {
  width: 960px;
  height: 18px;
  text-align: left;
  margin: 25px auto 5px auto;
  font-size: 13px;
  color: #000;
  background: none!important;
  border-radius: 0!important;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
	opacity: 0.6;
}
.breadcrumb a:hover {
  color: #333;
	opacity: 1;
}
.breadcrumb .last {
	opacity: 1;
}
.breadcrumb .bread-separator {
  color: #000;
}
/* colonne */
#right {
  float: right;
  width: 20%;
}
#left {
  float: left;
  width: 20%;
  overflow: hidden;
  margin: 25px 0;
  background: #fff;
  border-radius: 20px;
 -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
 -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
 box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
#cont {
  width: 970px;
  text-align: left;
  margin: 0 auto;
  /*background: url(../images/page-cont-bk.png) top center no-repeat;*/
}
#left h3 {
  float: left;
  width: 100%;
  height: 50px;
  font-size: 20px;
  text-transform: uppercase;
  color: #3b3b3b;
  font-weight: 400;
  margin: 0 0 0 0;
  overflow: hidden;
  padding: 0;
  text-indent: 22px;
  line-height: 60px;
}

#left .moduletable_shop h3 {
  color: #00a6d6;
}

#left .moduletable_shop .box_oc {
  border: 1px solid #F00;
}
#left .moduletable_appsleft ul.latestnews, #left .moduletable_news ul.latestnews {
  float: left;
  width: 100%;
  margin: -1px 0 0 0;
  padding: 10px 0;
  background: url(../images/col-left-bk.png) bottom left no-repeat;
  list-style: none;
  min-height: 90px;
}
#left .moduletable_appsleft .nspArtPage,
#left .moduletable_appsleft .nspArtScroll2,
#left .moduletable_appsleft .nspArtScroll1 {
  float: left;
  width: 100%!important;
}
#left .moduletable_appsleft ul.latestnews li, #left .moduletable_appsleft .nspArt {
  float: left;
  width: 90%!important;
  height: 50px;
  overflow: hidden;
  margin: 0px 0 8px 5%;
  padding: 0;
  background: #000;
  border-radius: 10px;
  list-style: none;
}
#left .moduletable_appsleft ul.latestnews li a, #left .moduletable_appsleft .nspArt a {
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  line-height: 14px;
}
#left .moduletable_appsleft ul.latestnews li a:hover, #left .moduletable_appsleft .nspArt a:hover {
  color: #ffcc33;
}
#left .moduletable_appsleft ul.latestnews li a .dmk2related_itemImg, #left .nspImageWrapper {
  float: left;
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 4px;
    border-radius: 4px;
  margin: 8px 3px 0 8px;
  overflow: hidden;
}
#left .nspImageWrapper img {
  border: 0;
  width: 35px;
	height: auto;
	display: inline-block;
}
#left .moduletable_appsleft, #left .moduletable_news {
  width: 100%;
  float: left;
}
#left .moduletable_appsleft .nspMain, #left .moduletable_news .nspMain  {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  min-height: 90px;
}
#left .moduletable_news .nspArt p {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 11px;
}
#left .moduletable_news .nspArt p.nspInfo {
  color: #666;
  font-weight: 700;
}
#left .moduletable_news .nspArt h4, #left .moduletable_news .nspArt h4 a {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 12px;
}
#left .moduletable_appsleft .nspArt h4 {
	margin-top: 6px;
	margin-bottom: 0;
}
#left .moduletable_appsleft ul.latestnews li a, #left .moduletable_appsleft .nspArt h4 a,
#left .moduletable_appsleft .nspArt h4 {
	font-size: 13px;
	line-height: 15px;
	width: 80px;
	display: inline-block;
	float: left
}

#left .moduletable_shop ul.latestnews li {
  float: left;
  width: 177px;
  overflow: hidden;
  margin: 0px 0 8px 16px;
  padding: 0;
  list-style: none;
}
#left .moduletable_shop ul.latestnews li a {
  text-decoration: none;
}
#left .moduletable_shop ul.latestnews li a:hover {
  color: #00a6d6;
}
#left .moduletable_shop ul.latestnews li a .dmk2related_itemImg {
  float: left;
  display: inline-block;
  width: 80px;
  height: 80px;
  border: #666 1px solid;
  margin: 0 3px 0 0;
}
#left .moduletable_shop ul.latestnews li a:hover .dmk2related_itemImg {
  border: #00a6d6 1px solid;
}
#left .moduletable_shop ul.latestnews li a .dmk2related_itemTitle{
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding-left: 5px;
  width: 85px;
}
#left .moduletable_shop ul.latestnews {
  float: left;
  width: 210px;
  margin: -1px 0 0 0;
  padding: 10px 0;
  background: url(../images/col-left-shop-bk.png) left repeat-y;
  list-style: none;
}
#left .moduletable_appsleftlink, #left .moduletable_merchleftlink, #left .moduletable_newsleftlink {
  float: left;
  width: 90%;
  height: auto;
  overflow: hidden;
  background: #FC0;
  border-radius: 10px;
  font-size: 13px;
  margin-left: 5%;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
#left .moduletable_merchleftlink {
  background: #FC0;
  border-radius: 10px;
}
#left .moduletable_newsleftlink {
  background: #666;
}
#left .moduletable_appsleftlink ul, #left .moduletable_merchleftlink ul, #left .moduletable_newsleftlink ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#left .moduletable_appsleftlink ul li, #left .moduletable_merchleftlink ul li, #left .moduletable_newsleftlink ul li {
  margin: 8px 25px 0 25px;
  padding: 0;
  list-style: none;
}
#left .moduletable_appsleftlink ul li a, #left .moduletable_merchleftlink ul li a, #left .moduletable_newsleftlink ul li a {
  text-decoration: none;
  float: right;
  background: url(../images/col-left-black-arrow.png) right no-repeat;
  padding-right: 14px;
  line-height: 16px;
}
#left .moduletable_merchleftlink ul li a, #left .moduletable_newsleftlink ul li a {
  color: #FFF;
  background: url(../images/col-left-white-arrow.png) right no-repeat;
}
#left .moduletable_merchleftlink ul li a:hover, #left .moduletable_newsleftlink ul li a:hover {
  color: #000;
}
.topcont {
  width: 670px;
  float: left;
  overflow: hidden;
  margin-top: 20px;
}
/* top footer */
#topfooter {
  width: auto;
  height: 6px;
  background: #000;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
/* footer */
#footer {
  width: auto;
  /*height: 320px;*/
  height: 50px;
  background: #000;
  margin: 0 auto;
  overflow: hidden;
}
#footer .inside {
  width: 960px;
  margin: 10px auto;
}
#footer .inside p {
  margin: 0;
  padding: 0;
}
#footer .inside .moduletable_left {
  width: 400px;
  margin-top: 2px;
  float: left;
  text-align: left;
  font-size: 13px;
  color: #eee;
}
#footer .inside .moduletable_right {
  width: 500px;
  margin-top: 2px;
  float: right;
  text-align: right;
  font-size: 11px;
  color: #999;
}
#footer .inside .moduletable_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#footer .inside .moduletable_right ul li {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  list-style: none;
  display: inline;
}
#footer .inside .moduletable_right ul li.item-209 {
  border-left: 1px solid #666;
}
#footer .inside .moduletable_right ul li a {
  color: #999;
  text-decoration: none;
}
#footer .inside .moduletable_right ul li a:hover {
  color: #fff;
}
.slidehome {
  /*background: #ffcc00 url(../images/slide-bk.jpg) top center no-repeat;
  border-bottom: 7px #292a2b solid;*/
  background: #fbe56d;
  margin: 0;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.31);
}
.slidehome .navigation-container i {
    font-size: 3em;
}
.slidehome .navigation-container i:hover {
  color: #ed6262;
}
.slide-desc-text .slide-title {
    font-size: 3em;
    color: #000;
    margin-bottom: 15px;
    display: inline-block;
}
.slide-text {
  width: 37%;
}
.slide-desc-text {
  color: #000;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-top: 25px;
}
.slide-desc-text a img {
  border: 0;
}
.slide-text img.appname {
  width: 160px;
  border: #F00 2px solid;
}
.slide-desc-text a.readmore {
  float: left;
  overflow: hidden;
  background: #ed6262;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  font-weight: 700;
}
.slide-desc-text a.readmore:hover {
  background: #000;
}
/*.slide-desc-text a.readmore {
  float: left;
  width: 187px;
  height: 53px;
  overflow: hidden;
  line-height: 500px;
  background: url(../images/button-slide.png) 0 0 no-repeat;
}
*/
.slide-desc-text a:hover img {
  opacity: .55; /* standard: ff gt 1.5, opera, safari */
  -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=55)”;
  filter: alpha(opacity=55);
  filter: alpha(opacity=55); /* ie lt 7 */
  -khtml-opacity: .55; /* safari 1.x */
  -moz-opacity: .55; /* ff lt 1.5, netscape */
}
.djslider ul.navigation-container-custom h2 {
  width: 114px;
  height: 34px;
  overflow: hidden;
  margin: 5px 0 5px 60px;
  padding: 0;
  line-height: 300px;
  background: url(../images/apps-tItle.png) top left no-repeat;
}
span.load-button {
}
span.load-button-active {
}
.djslider ul.navigation-container-custom li img {
  float: left;
  margin: 7px 10px 0 24px;
}
.djslider ul.navigation-container-custom li h3 {
  float: left;
  margin: 22px 5px 0 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.djslider ul.navigation-container-custom li span.load-button img, .djslider ul.navigation-container-custom li span.load-button h3 {
  opacity: 0.5;
  filter: alpha(opacity = 50);
}
.djslider ul.navigation-container-custom li span.load-button-active img, .djslider ul.navigation-container-custom li span.load-button-active h3 {
  opacity: 1;
  filter: alpha(opacity = 100);
}
/* area moduli */
#content_home {
  width: auto;
  background: #eee;
  padding-top: 10px;
  overflow: hidden;
}
#content_home .inside {
  width: 976px;
  margin: 0 auto;
}
/* modulo tettini */
.baseboxes {
  /*width: 976px;
  height: 362px;
  background: url(../images/box-tettini-home-bk.png) top left no-repeat;*/
  overflow: visible;
  margin: 5px 0 0 0;
}
.tettinifrase {
	width: 100%;
	float: left;
	padding: 10px 0 0;
	font-size: 15px;
	color: #4B4B4B;
  text-align: center;
}
.tettinibox, .shopbox, .moduletable_newshome, .moduletable_corsihome, .newsletter_box {
  width: 49%;
  float: left;
  overflow: visible;
  position: relative;
  background: #fff;
  margin: 25px 0;
  border-radius: 20px;
  min-height: 400px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.newsletter_box {
  min-height: auto;
  float: right;
  width: 100%;
  background: #fff8d5;
  position: relative;
}
.newsletter_box img {
  top: -25px;
  right: -25px;
  position: absolute;
  display: block;
  width: 95px;
  height: 95px;
}
.newsletter_box .mc-field-group-content {
  float: left;
  width: 100%;
}
.newsletter_box #mc_embed_signup .button {
    background-color: #ed6262!important;
    font-weight: 700;
}
.newsletter_box #mc_embed_signup .button:hover {
    background-color: #000!important;
}
.newsletter_box #mc_embed_signup h2 {
    font-weight: 700!important;
}
@media (min-width: 960px) { 
.newsletter_box #mc_embed_signup h2 {
    margin: 5px 0 5px!important;
}
.newsletter_box #mc_embed_signup .indicates-required {
  display: none;
}
.newsletter_box #mc_embed_signup .mc-field-group {
  float: left!important;
  width: 30%;
  margin-left: 3%;
  clear: none!important;
  margin-top: 10px;
  padding-bottom: 1%!important;
}
.newsletter_box #mc_embed_signup .mc-field-group:first-child {
  margin-top: 0;
  margin-left: 0%;
}
}
.moduletable_newshome, .moduletable_corsihome {
  min-height: 240px;
  text-align: left;
  margin: 20px 0 35px;
  padding-bottom: 20px;
}
.shopbox {
  float: right;
  text-align: left;
  padding: 15px;
}
.moduletable_corsihome {
  float: right;
  background: #000;
}
.moduletable_loghihome {
  top: -20px;
  left: -10px;
  position: absolute;
}
.moduletable_loghihome p {
  margin: 0;
  padding: 0;
}
/* link tettini */
.tettinibox .moduletable_tettinilink {
  width: 134px;
  overflow: hidden;
  background: url(../images/i-tettini-link-home-bk.jpg) top left no-repeat;
  position: absolute;
  top: 23px;
  right: 15px;
}
.tettinibox .moduletable_tettinilink ul {
  margin: 45px 0 0 0;
  padding: 0;
  list-style: none;
}
.tettinibox .moduletable_tettinilink ul li {
  width: 134px;
  height: 39px;
  float: left;
  font-size: 20px;
    font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  background: url(../images/view-all-button-home.png) 0 0 no-repeat;
  margin: 0 0 0 0;
  padding: 0;
  overflow: hidden;
  text-indent: 13px;
  list-style: none;
  text-align: left;
}
.tettinibox .moduletable_tettinilink ul li:hover {
  background: url(../images/view-all-button-home.png) 0 -40px no-repeat;
}
.tettinibox .moduletable_tettinilink a {
  color: #FFF;
  text-decoration: none;
  line-height: 34px;
}
.tettinibox .moduletable_tettinilink ul li:hover a, #right .moduletable_tettinilink ul li a:hover {
  color: #fb0000;
}
.moduletable_tettini_home {
  margin: 124px 0 0 13px;
}
.moduletable_tettini_home .nspTopInterface {
  position: absolute;
  bottom: -34px;
  height: 20px;
}
.moduletable_tettini_home .nspArtScroll1 {
  width: 100%!important;
}
.moduletable_tettini_home .nspPagination {
  width: 100px; 
}
.moduletable_tettini_home .nspPagination li {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 0 !important;
  text-indent: -999em;
  cursor: pointer;
}
.moduletable_tettini_home .nspPagination li:hover, .nspPagination li.active {
}
.moduletable_tettini_home .nspTopInterface span {
}
.moduletable_tettini_home .nspTopInterface span.nspNext {
}
.moduletable_tettini_home .nspNext, .moduletable_tettini_home .nspPrev {
}

.moduletable_tettini_home .nspTopInterface ul.nspPagination {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 380px;
}
.moduletable_tettini_home .nspCol8 {
}
.moduletable_tettini_home .nspArt {
  margin: 0;
  padding: 10px 0 10px;
  float: left;
  text-align: left;
  overflow: visible;
  position: relative;
}
.moduletable_tettini_home .nspMain a.nspImageWrapper {
  float: left;
  margin-left: 7px;
  margin-top: 6px;
}
.moduletable_tettini_home .nspMain a.nspImageWrapper span {
  float: left;
  cursor: pointer;
}

.moduletable_tettini_home .nspMain a.nspImageWrapper img {
  float: left;
  max-width: 100px;
  height: auto;
  display: inline-block;
  margin-right: 6px;
}
.moduletable_tettini .nspMain a.nspImageWrapper:hover img {
  opacity: .55; /* standard: ff gt 1.5, opera, safari */
  -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=55)”;
  filter: alpha(opacity=55);
  filter: alpha(opacity=55); /* ie lt 7 */
  -khtml-opacity: .55; /* safari 1.x */
  -moz-opacity: .55; /* ff lt 1.5, netscape */
}
.moduletable_tettini_home .nspMain h4 {
  margin: 5px 15px 0 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  color: #ff0000;
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  line-height: 16px;
}
.moduletable_tettini_home .nspMain h4 a {
  margin: 0;
  padding: 0;
  color: #ff0000;
}
.moduletable_tettini_home .nspMain h4 a:hover {
  color: #666;
}
.moduletable_tettini_home .nspText {
  color: #2e2e2e;
  font-size: 12px;
  line-height: 14px;
  margin: 3px 8px 6px 0;
}
.moduletable_tettini_home .nspText a {
  text-decoration: none;
  color: #2e2e2e;
}
.moduletable_tettini_home .nspText a:hover {
  color: #666;
}
.moduletable_tettini_home .readon {
  margin: 0;
  padding: 0;
  width: 37px;
  height: 20px;
  overflow: hidden;
  background: url(../images/readmore.png) top left no-repeat;
  line-height: 100px;
}
.moduletable_tettini_home .nspMain a.readon:hover {
  opacity: .55; /* standard: ff gt 1.5, opera, safari */
  -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=55)”;
  filter: alpha(opacity=55);
  filter: alpha(opacity=55); /* ie lt 7 */
  -khtml-opacity: .55; /* safari 1.x */
  -moz-opacity: .55; /* ff lt 1.5, netscape */
}
/* Modulo shop */
.shopbox h3 {
    font-family: 'Dosis', sans-serif;
  font-size: 21px;
  line-height: 32px;
  color: #00a6d6;
  border-bottom: 1px solid #00a6d6;
  padding: 0;
  margin: 10px 0 8px 5px;
}
.shopbox img {
  max-width: 100%;
  height: auto;
  display: block;
}
.shopbox .moduletable_intro {
  margin-bottom: 5px;
}
.shopbox .moduletable_intro h3 {
  font-size: 30px;
  line-height: 33px;
  border-bottom: 0px solid #00a6d6;
  margin: 0 0 0 0;
}
.shopbox .moduletable_intro a.shop {
  float: right;
  margin-left: 40px;
  margin-top: 2px;
  background: #f88400;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top, #f88400, #d37100);
  background-image: -moz-linear-gradient(top, #f88400, #d37100);
  background-image: -ms-linear-gradient(top, #f88400, #d37100);
  background-image: -o-linear-gradient(top, #f88400, #d37100);
  background-image: linear-gradient(to bottom, #f88400, #d37100);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 14px 8px 14px;
  text-decoration: none;
    font-family: 'Dosis', sans-serif;
  
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  -ms-transition-duration: 0;
}
.shopbox .moduletable_intro a.shop:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  -ms-transition-duration: 0;
}
.shopbox .moduletable_intro p {
  font-size: 14px;
  line-height: 17px;
  margin: 10px 0 0 0;
}

.shopbox .moduletable_shop {
  width: 440px;
  float: left;
}
.shopbox .moduletable_shop h3 {
  width: 440px;
}
.shopbox .moduletable_shop .mod_jt_jshopping_label_products {
  overflow: hidden;
}
.shopbox .moduletable_shop #jt_jshopping_label_slider .jt_prev_l a, .shopbox .moduletable_shop #jt_jshopping_label_slider .jt_next_l a {
  position: absolute;
  top: 304px;
  left: 414px;
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0 !important;
  background: url(../images/interface-home.png) no-repeat 0 -44px;
  text-indent: -999em;
  cursor: pointer;
}
.shopbox .moduletable_shop #jt_jshopping_label_slider .jt_next_l a {
  left: 430px;
  background: url(../images/interface-home.png) no-repeat 0 -16px;
}
.shopbox .moduletable_shop .block_item {
  position: relative;
}
.shopbox .moduletable_shop h2 {
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  margin: 0 0 0 3px;
  padding: 0;
  height: 30px;
  width: 110px;
  overflow: visible;
  position: absolute;
  top: 5px;
  left: 95px;
  float: left;
}
.shopbox .moduletable_shop h2 a {
  font-size: 16px;
  line-height: 18px;
  color: #2b2b2b;
  text-decoration: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.shopbox .moduletable_shop h2 a:hover {
  color: #00a6d6;
}
.shopbox .moduletable_shop .item_image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 14px;
  margin-left: 5px;
  margin-top: 5px;
  -webkit-border-radius: 10px;
    border-radius: 10px;
  border: #FFF 2px solid;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.58);
}

.shopbox .moduletable_shop .item_price {
  font-weight: 700;
  color: #d00;
  float: left;
  margin-top: 46px;
  width: 120px;
}
.shopbox .moduletable_shop .item_detal a {
  float: left;
  width: 37px;
  height: 20px;
  background: url(../images/detail.png) top left no-repeat;
  text-indent: -999px;
  margin: 4px 5px 0 0;
  overflow: hidden;
}
.shopbox .moduletable_shop .item_detal a:hover {
  opacity: .55; /* standard: ff gt 1.5, opera, safari */
  -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=55)”;
  filter: alpha(opacity=55);
  filter: alpha(opacity=55); /* ie lt 7 */
  -khtml-opacity: .55; /* safari 1.x */
  -moz-opacity: .55; /* ff lt 1.5, netscape */
}

/* Moduli news e corsi */
.mainboxes {
  clear: both;
}
.mainboxes .moduletable_newshome h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 22px 26px 4px 26px;
  padding: 0 0 10px 0;
  border-bottom: #dfdfdf 1px solid;
}
.mainboxes .moduletable_newshome .nspTopInterface {
  position: absolute;
  top: 26px;
  width: 40px;
  height: 20px;
  left: 414px;
}
.mainboxes .moduletable_newshome .nspMain {
  margin: 10px 0 0 26px;
}
.mainboxes .moduletable_newshome .nspMain p {
  margin: 0 0 3px 0;
}
.mainboxes .moduletable_newshome .nspMain .nspInfo {
  color: #fb0000;
  text-transform: uppercase;
  font-size: 12px;
}
.mainboxes .moduletable_newshome .nspMain .nspInfo a {
  color: #666;
  text-transform: none;
  text-decoration: none;
}
.mainboxes .moduletable_newshome .nspMain .nspInfo a:hover {
  color: #fb0000;
}
.mainboxes .moduletable_newshome .nspMain h4, .mainboxes .moduletable_newshome .nspMain h4 a {
  color: #2b2b2b;
  font-size: 15px;
  line-height: 17px;
  margin: 2px 0 4px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 700;
}
.mainboxes .moduletable_newshome .nspMain .nspText {
  font-size: 12px;
  line-height: 15px;
}
.mainboxes .moduletable_newshome .nspMain a.readon {
  width: 37px;
  height: 20px;
  overflow: hidden;
  line-height: 100px;
  background: url(../images/news-readmore.png) 0 0 no-repeat;
  margin-top: 5px;
}
.mainboxes .moduletable_newshome .nspMain a:hover.readon {
  background: url(../images/news-readmore.png) 0 -20px no-repeat;
}

.mainboxes .moduletable_corsihome h3 {
  min-height: 82px;
  padding: 32px 0 0 86px;
  background: url(../images/corsi-h3.png) 0 0 no-repeat;
  font-size: 24px;
  color: #fff;
  margin-left: -11px;
  margin-top: -11px;
  width: 100%;
  float: left;
}
.mainboxes .moduletable_corsihome .nspArts {
  margin: 0 0 0 26px;
  color: #FFF;
}
.mainboxes .moduletable_corsihome .nspArts p {
  padding: 0;
  margin: 0 10px 6px 0;
  font-size: 17px;
  line-height: 25px;
}
.mainboxes .moduletable_corsihome .nspArts p img {
  margin: 10px 20px 15px 15px!important;
  float: right;
  max-width: 60px;
  height: auto;
  display: block;
}
.mainboxes .moduletable_corsihome .nspArts a.readon {
  width: 50px;
  height: 27px;
  overflow: hidden;
  line-height: 100px;
  background: url(../images/readon-ibonacorsi.png) top left no-repeat;
  margin-right: 26px;
  margin-top: 2px;
}
.mainboxes .moduletable_corsihome .nspArts a.readon:hover {
  opacity: .55; /* standard: ff gt 1.5, opera, safari */
  -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=55)”;
  filter: alpha(opacity=55);
  filter: alpha(opacity=55); /* ie lt 7 */
  -khtml-opacity: .55; /* safari 1.x */
  -moz-opacity: .55; /* ff lt 1.5, netscape */
}

.appstore-button {
  display: block;
  width: 121px;
  height: 40px;
  overflow: hidden;
  background: url(../images/appstore-button.png) top left no-repeat;
  line-height: 300px;
  margin: 20px 0 0 0;
}
.appstore-button:hover {
  opacity: .55; /* standard: ff gt 1.5, opera, safari */
  -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=55)”;
  filter: alpha(opacity=55);
  filter: alpha(opacity=55); /* ie lt 7 */
  -khtml-opacity: .55; /* safari 1.x */
  -moz-opacity: .55; /* ff lt 1.5, netscape */
}
.sledehome .slidecont {
width: 970px;
  margin: 0 auto;
}
.itemImageGallery ul.sigProGalleriaWhite {
	margin: 15px 0 0;
}
div.itemTwitterButton {
	margin-bottom: 10px;
}
div.itemBackToTop {
  display: none;
}
/* liste gallery */
.page-gallery {
	max-width: 806px;
	margin: 0 auto!important;
}
.page-gallery h1 {
  margin-top: 40px;
}
.page-gallery h1.componentheading {
  text-transform: uppercase;
  margin-top: 40px;
}
.page-gallery div.catItemView,
.page-gallery div.catItemBody {
    padding: 0;
}
.page-gallery div.catItemImageBlock {
    padding: 0;
    margin: 15px 0 0;
}
