/*color*/
.colWhite {background-color:#F3F3F3;}
.colGrey {background-color:#BBBBBB;}
.nopad {padding:0px}
.nobor {border:0px}

/*Carrello*/
.carrelloicona {padding-left:13px!important;width:23px!important;}
.carrello  a{background-image:none!important;}
.carrello  a:hover{background-image:none!important;color:#FFFFFF!important;}
.webLink {margin: 15px 0px;}
.docLink {margin: 15px 0px;}

/*black theme*/
.black{background-color:#000;border:1px solid #444;}
.black li:first-child{background-position:right top;}
.black a{color:#fff;}
.black a:hover{background:#111;}
.black li:first-child + li{border-top:1px solid #444;}

/*white theme*/
.white{background-color:#eee;border:1px solid #bbb;}
.white li:first-child{background-position:right -25px;}
.white a{color:#333;}
.white a:hover{background:#ddd;}
.white li:first-child + li{border-top:1px solid #bbb;}

/*grey theme*/
.grey{background-color:#ccc;border:1px solid #eee;}
.grey li:first-child{background-position:right -50px;}
.grey a{color:#000;}
.grey a:hover{background:#999;}
.grey li:first-child + li{border-top:1px solid #aaa;}

/* slider */

.titolo {font-size: 1.5em; font-weight: bold; width: 100%;}
.sotto {font-size: 0.8em; font-weight: normal; width: 100%;}
.desc {font-size: 0.9em; font-weight: normal; width: 100%;}
.btn {font-size: 0.9em; font-weight: normal; color: #000; padding:5px;}
.btn a {color: #ffffff !important;}

.titolo2 {font-size: 1.5em; font-weight: bold}
.sotto2 {font-size: 0.8em; font-weight: normal;}
.desc2 {font-size: 0.9em; font-weight: normal;}
.btn2 {font-size: 0.9em; font-weight: normal; background-color: #FFFFFF;padding:5px;}

.slidefull {width:60%; padding: 3%; position: absolute; bottom: 0px; left:0px; text-align: left; background-color: #169888; margin: 3%; opacity: 0.7; border-radius: 20px;}
.slideleft {width:42.70%; padding: 3%; position: absolute; bottom: 0px; left:0px; text-align: center; margin: 3%; }
.slideright {width:57.30%; padding: 3%; position: absolute; bottom: 0px; right:0px; text-align: center; margin: 3%; }

/*regole di layout*/
.langSelect{
    position:absolute;
    width: 80px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    text-align:left;
    list-style:none;
	  right:10px;
	  z-index: 100;
    margin-top: 5px;
    margin-bottom: 0px;
}
.langSelect li{
    line-height:20px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px;
    position:relative;
}
.langSelect img{
    height:16px;
    width: 24px;
}
.langSelect a{
    padding:0 10px;
    position:relative;
    text-decoration:none;
    display:block;
}
.langSelect li:first-child a:hover{
    background:transparent;
}
.langSelect li:first-child{
    background-image:url(../img/bg_lang_select.png);
    background-repeat:no-repeat;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.langSelect li:last-child a:hover{
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
}
.langSelect a span{
    width:16px;
    height:16px;
    position:absolute;
    top:50%;
    margin-top:-8px;
    right:10px;
	font-size: 14px;
}
/**
 * @ package    ST Slider Module
 * @ version    1.2
 * @ author     7Studio Tomasz Herudzinski http://www.7studio.eu
 * @ copyright  Copyrights (C) 2009 - 2014 7Studio Tomasz Herudzinski
 * @ license    ThemeForest Regular License - http://themeforest.net/licenses/regular_extended
 * @ built for  Joomla! CMS, Joomla! is Free Software Released under GNU/GPL License: http://www.gnu.org/copyleft/gpl.html
 *
 * @ note       Sequence.js is released under MIT License http://www.opensource.org/licenses/mit-license.php
 * @ note       Sequence.js and its dependencies are (c) Ian Lunn Design 2012 unless otherwise stated.
**/

 /* Basic Style
-----------------------------------------------------------------------------------*/
#select-mobile {
    display: none;
}
.st-slider {
	display: block;
	margin: 0 auto;
	position: relative;
}

.sequence {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.sequence > .sequence-canvas {
/*	height: 100%;*/
	width: 100%;
}

.sequence > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sequence > .sequence-canvas > li {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
			transform-style: preserve-3d;
}

.sequence > .sequence-canvas li > * {
	position: absolute;
}

.sequence .container-fluid {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition-duration: .5s;
	   -moz-transition-duration: .5s;
	     -o-transition-duration: .5s;
			transition-duration: .5s;
}

/* Navigation
-----------------------------------------------------------------------------------*/
.sequence-navigation {
	margin: 0;
	padding: 0;
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -30px;
	float: right;
}

.sequence-navigation li {
	display: block;
	position: relative;
	z-index: 500;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
	-webkit-box-shadow:  0px 3px 20px 0px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.sequence-counter {
	font-family: Georgia, serif;
	color: #eee;
	font-size: 14px;
	background-color: #0d0d0d;
}

.sequence-next,
.sequence-prev {
	background-color: #0d0d0d;
	color: #eee;
	font-size: 18px;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url('../images/nav-buttons.png');
	background-repeat: no-repeat;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
			transition: all .2s ease;
}

.sequence-prev {
	background-position: 0 100%;
	background-color: #404040;
}

.sequence-next {
	background-position: 100% 0;
}

.sequence-prev:hover {
	color: #222;
	background-color: #eee;
	background-position: 100% 100%;
}

.sequence-next:hover {
	color: #222;
	background-color: #eee;
	background-position: 0 0;
}

/* Progress Bar
-----------------------------------------------------------------------------------*/
.st-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 8px;
	background: rgba(0,0,0,0.1);
	pointer-events: none;
	-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.2s;
			transition: transform 0.2s;
}

.st-progress::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
	-webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
			transition: opacity 0.2s, transform 0s 0.2s;
}

.st-progress.active,
.st-progress.active::before {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

/* Preloader
-----------------------------------------------------------------------------------*/
.sequence-preloader {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999999;
	background: url('../images/preloader.gif') no-repeat 50% 50%;
	display: block;
	opacity: 1;
	visibility: visible;
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
			transition-duration: .5s;
}

.sequence-preloader.preloading-complete {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-delay: .6s;
	   -moz-transition-delay: .6s;
			transition-delay: .6s;
}

/* Slide Content
-----------------------------------------------------------------------------------*/
.sequence .text-block {
	opacity: 1;
	z-index: 2000;
	overflow: visible;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	z-index: 900;
	display: block;
	float: left;
	position: absolute;
	bottom: 40px;
	left: 0px;
	padding: 40px 80px 40px 40px;
	-webkit-transition-duration: .5s;
	   -moz-transition-duration: .5s;
			transition-duration: .5s;
}

.sequence .text-block h2.st-title-big,
.sequence .text-block h2.st-title-big a {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	font-weight: 700;
	margin: 0;
}

.sequence .text-block h3.st-title-small,
.sequence .text-block h3.st-title-small a {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 0px;
}

.sequence .text-block h2.st-tilte-big a:hover,
.sequence .text-block h3.st-title-small a:hover {
	text-decoration: underline;
}

.sequence .text-block a.st-slide-link {
	display: block;
	height: 36px;
	line-height: 36px;
	width: auto;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	padding: 0px 20px;
	border: 1px solid #ffffff;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: transparent;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
			transition: all .2s ease;
}

.sequence .text-block a.st-slide-link:after {
	content:'\2192';
	padding-left: 25px;
	font-size: 14px;
}

.sequence .text-block a.st-slide-link:hover {
	background-color: #000000;
	border: 1px solid #000000;
	border: 1px solid rgba(0,0,0,1);
}

/* Animations
-----------------------------------------------------------------------------------*/

/* Text Block
-----------------------------------------------------------------------------------*/
.sequence .container-fluid {
	opacity: 0;
}

.sequence .animate-in .container-fluid {
	opacity: 1;
}

.sequence .animate-out .container-fluid {
	opacity: 0;
}

.sequence .text-block.left {
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
			transform: translateX(-100%);
}

.sequence .animate-in .text-block.left {
	-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
			transform: translateX(0%);
}

.sequence .animate-out .text-block.left {
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
			transform: translateX(-100%);
}

.sequence .text-block.right {
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
			transform: translateX(100%);
}

.sequence .animate-in .text-block.right {
	-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
			transform: translateX(0%);
}
.sequence .animate-out .text-block.right {
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
			transform: translateX(100%);
}

.sequence .text-block.top {
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
			transform: translateY(-100%);
}

.sequence .animate-in .text-block.top {
	-webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
			transform: translateY(0%);
}
.sequence .animate-out .text-block.top {
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
			transform: translateY(100%);
}

/* text-left */
.sequence .text-block.left .st-animate {
	opacity: 0;
	-webkit-transform: translateX(-105px);
	   -moz-transform: translateX(-105px);
			transform: translateX(-105px);
}

.sequence .animate-in .text-block.left .st-animate {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
			transform: translateX(0px);
}

.sequence .animate-out .text-block.left .st-animate {
	opacity: 0;
	-webkit-transform: translateX(-265px);
	   -moz-transform: translateX(-265px);
			transform: translateX(-265px);
}

/* text-right */
.sequence .text-block.right .st-animate {
	opacity: 0;
	-webkit-transform: translateX(105px);
	   -moz-transform: translateX(105px);
			transform: translateX(105px);
}

.sequence .animate-in .text-block.right .st-animate {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
			transform: translateX(0px);
}

.sequence .animate-out .text-block.right .st-animate {
	opacity: 0;
	-webkit-transform: translateX(265px);
	   -moz-transform: translateX(265px);
			transform: translateX(265px);
}

/* top-left, top-right */
.sequence .text-block.top .st-animate {
	opacity: 0;
	-webkit-transform: translateY(-105px);
	   -moz-transform: translateY(-105px);
			transform: translateY(-105px);
}

.sequence .animate-in .text-block.top .st-animate {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}

.sequence .animate-out .text-block.top .st-animate {
	opacity: 0;
	-webkit-transform: translateY(-265px);
	   -moz-transform: translateY(-265px);
			transform: translateY(-265px);
}

/* fade */
.sequence .text-block.fade .st-animate {
	opacity: 0;
}

.sequence .animate-in .text-block.fade .st-animate {
	opacity: 1;
	visibility: visible;
}

.sequence .animate-out .text-block.fade .st-animate {
	opacity: 0;
}

/* text animation delays */
.sequence .animate-in .text-block.left .st-animate.st-delay-short,
.sequence .animate-in .text-block.right .st-animate.st-delay-short,
.sequence .animate-in .text-block.top .st-animate.st-delay-short,
.sequence .animate-in .text-block.fade .st-animate.st-delay-short {
	-webkit-transition-delay: .4s;
	   -moz-transition-delay: .4s;
			transition-delay: .4s;
}

.sequence .animate-in .text-block.left .st-animate.st-delay-medium,
.sequence .animate-in .text-block.right .st-animate.st-delay-medium,
.sequence .animate-in .text-block.top .st-animate.st-delay-medium,
.sequence .animate-in .text-block.fade .st-animate.st-delay-medium {
	-webkit-transition-delay: .8s;
	   -moz-transition-delay: .8s;
			transition-delay: .8s;
}

.sequence .animate-in .text-block.left .st-animate.st-delay-long,
.sequence .animate-in .text-block.right .st-animate.st-delay-long,
.sequence .animate-in .text-block.top .st-animate.st-delay-long,
.sequence .animate-in .text-block.fade .st-animate.st-delay-long {
	-webkit-transition-delay: 1.2s;
	   -moz-transition-delay: 1.2s;
			transition-delay: 1.2s;
}

/* text animation time */
.sequence .text-block.left .st-animate,
.sequence .text-block.right .st-animate,
.sequence .text-block.top .st-animate,
.sequence .text-block.fade .st-animate {
    -webkit-transition-duration: .6s;
       -moz-transition-duration: .6s;
			transition-duration: .6s;
}

/* Slider Image
-----------------------------------------------------------------------------------*/
.sequence .slide-image  {
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0;
}

/* left */
.sequence .slide-image.left  {
	top: 0;
	opacity: 1;
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
			transform: translateX(-100%);
}

.sequence .animate-in .slide-image.left {
	opacity: 1;
	-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
			transform: translateX(0%);
}

.sequence .animate-out .slide-image.left {
	opacity: 1;
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
			transform: translateX(100%);
}

/* right */
.sequence .slide-image.right  {
	top: 0;
	opacity: 1;
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
			transform: translateX(100%);
}

.sequence .animate-in .slide-image.right {
	opacity: 1;
	-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
			transform: translateX(0%);
}

.sequence .animate-out .slide-image.right {
	opacity: 1;
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
			transform: translateX(-100%);
}

/* top */
.sequence .slide-image.top  {
	top: 0;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
			transform: translateY(-100%);
}

.sequence .animate-in .slide-image.top {
	opacity: 1;
	-webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
			transform: translateY(0%);
}

.sequence .animate-out .slide-image.top  {
	top: 0;
	opacity: 1;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
			transform: translateY(100%);
}

/* bottom */
.sequence .slide-image.bottom  {
	top: 0;
	opacity: 1;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
			transform: translateY(100%);
}

.sequence .animate-in .slide-image.bottom {
	opacity: 1;
	-webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
			transform: translateY(0%);
}

.sequence .animate-out .slide-image.bottom {
	top: 0;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
			transform: translateY(-100%);
}

/* fade */
.sequence .slide-image.fade  {
	opacity: 0;
}

.sequence .animate-in .slide-image.fade {
	opacity: 1;
}

.sequence .animate-out .slide-image.fade {
	opacity: 0;
}

/* image animation time - left,right,top,bottom */
.sequence .animate-in .slide-image.left,
.sequence .animate-in .slide-image.right,
.sequence .animate-in .slide-image.top,
.sequence .animate-in .slide-image.bottom {
    -webkit-transition-duration: .6s;
       -moz-transition-duration: .6s;
			transition-duration: .6s;
}

.sequence .animate-out .slide-image.left,
.sequence .animate-out .slide-image.right,
.sequence .animate-out .slide-image.top,
.sequence .animate-out .slide-image.bottom {
    -webkit-transition-duration: .7s;
       -moz-transition-duration: .7s;
			transition-duration: .7s;
}

/* image animation time - fade */
.sequence .animate-out .slide-image.fade,
.sequence .animate-in .slide-image.fade {
    -webkit-transition-duration: .8s;
       -moz-transition-duration: .8s;
			transition-duration: .8s;
}

@media only screen and (max-width: 768px) {
  #select-mobile {
display: block;
}


 .sequence .text-block-title{
  display: none!important;
 }

.text-block {
    padding: 10px ! important;
}

 .st-slide-link {
  height: 1em!important;
  line-height: 1em!important;
  font-size: .8em!important;
 }

 .st-newsflash .flexslider {
    padding-right: 0px!important;
 }
 .flex-direction-nav {
  display: none!important;
 }
 .name {
   width: 100%!important;
 }
 .message {
   width: 100%!important;
 }


  @media (max-width: 768px) {
   .slidefull { display: none;}
   .slideright { display: none;}
   .slideleft { display: none;}
 }
