.twoCol70-30 .colMain {width:100% !important;  margin: 0 !important;}
.twoCol70-30 .colAside {display:none !important;}
.textbox strong {font-family: 'FuturaStd-Book';}

.textbox strong {
	font-family: 'FuturaStd-Book';
}

#avvolta-container  p, #avvolta-container ul,#avvolta-container ol,#avvolta-container dl,#avvolta-container pre,#avvolta-container address,#avvolta-container table,#avvolta-container blockquote{margin-bottom:0em;}


/* da aggiungere */
@font-face {
	font-family: 'FuturaStd-Light';
	src: url("../fonts/FuturaStd/FuturaStd-Light.eot");
	src: url('../fonts/FuturaStd/FuturaStd-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/FuturaStd/FuturaStd-Light.woff') format('woff'),
	url("../fonts/FuturaStd/FuturaStd-Light.ttf") format("truetype"), 
	url("../fonts/FuturaStd/FuturaStd-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaStd-Bold';
	src: url("../fonts/FuturaStd/FuturaStd-Bold.eot");
	src: url('../fonts/FuturaStd/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/FuturaStd/FuturaStd-Bold.woff') format('woff'),
	url("../fonts/FuturaStd/FuturaStd-Bold.ttf") format("truetype"), 
	url("../fonts/FuturaStd/FuturaStd-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaStd-Medium';
	src: url("../fonts/FuturaStd/FuturaStd-Medium.eot");
	src: url('../fonts/FuturaStd/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/FuturaStd/FuturaStd-Medium.woff') format('woff'),
	url("../fonts/FuturaStd/FuturaStd-Medium.ttf") format("truetype"), 
	url("../fonts/FuturaStd/FuturaStd-Medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaStd-Book';
	src: url("../fonts/FuturaStd/FuturaStd-Book.eot");
	src: url('../fonts/FuturaStd/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
	url('../fonts/FuturaStd/FuturaStd-Book.woff') format('woff'),
	url("../fonts/FuturaStd/FuturaStd-Book.ttf") format("truetype"), 
	url("../fonts/FuturaStd/FuturaStd-Book.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

#icona .logo {
	margin-top: 10px;
}

html, body {
	overflow: hidden
}

#ctl00_ContentPlaceHolderAll_divSection {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none
}

#ctl00_ContentPlaceHolderAll_divSection .section:first-child {
	margin-bottom: 0
}

#avvolta-container {
	height: 100%;
	width: 100%;
	font-family: 'FuturaNewBook', Arial, Helvetica, Verdana, sans-serif;
	color: #666666;
}

#avvolta-container .block hr {
	position: absolute;
	left: 10px;
	right: 10px;
	border-color: #EAEAEA;
	z-index: -1;
	margin: 0;
	height: 0;
	bottom: 0
}

#avvolta-container .slideshow .background {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition-delay: 2.1s;
	transition: 2.1s opacity cubic-bezier(0.19, 1, 0.22, 1);
	background-size: cover;
	background-position: center center;
	background-image: url("loading18.gif")
}

#avvolta-container .slideshow .background.active {
	opacity: 1;
	transition-delay: 0
}

#avvolta-container .nav-slideshow {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 15px;
	background-image: url(nav-slideshow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
	-webkit-transition: 2s background-position
		cubic-bezier(0.19, 1, 0.22, 1);
	transition: 2s background-position cubic-bezier(0.19, 1, 0.22, 1)
}

#avvolta-container .nav-slideshow a {
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 2px solid #cccccc;
	margin: 0 5px;
	border-radius: 100%
}

#avvolta-container .nav-slideshow a:hover {
	opacity: 0.8
}

#avvolta-container.loading .loader {
	pointer-events: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1
}

#avvolta-container .loader {
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 2s opacity cubic-bezier(0.19, 1, 0.22, 1);
	transition: 2s opacity cubic-bezier(0.19, 1, 0.22, 1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0
}

#avvolta-container .loader > div {
   background-color: #fff;
  border-radius: 100%;
  margin: 100px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 7px solid rgba(88, 176, 226, 1);
  border-bottom-color: transparent;
  border-right-color: transparent;
  height: 50px;
  width: 50px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 1.45s 0s linear infinite;
  animation: rotate 1.45s 0s linear infinite; 
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } 
}

@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } 
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } 
}

#avvolta-container .nav-container {
	width: 100%;
	position: relative;
	height: 39px
}

#avvolta-container .nav-container .navigation {
	background-color: #fff;
	border-bottom:1px solid #eaeaea;
	font-size: 14px;
	position: absolute;
	top: 0;
	width: 100%;
	height:39px;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	
	background-position: 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
	-webkit-transition: 2s background-position cubic-bezier(0.19, 1, 0.22, 1),
	2s background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 2s background-position cubic-bezier(0.19, 1, 0.22, 1),
	background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#avvolta-container .nav-container .navigationImg{background-image: url(nav-blocks_alt.png);}


#avvolta-container .nav-container .navigationB{
background-image: url(nav-blocks.png);
background-color: #0b2645;
border-bottom: 0;
height:40px;
}

#avvolta-container .nav-container .navigation.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100000
}

#avvolta-container .nav-container .navigation li {
	display: inline-block;
	padding: 0
}

#avvolta-container .nav-container .navigation li a {
	display: block;
	padding: 10px 5px;
	color:#b2b2b2;
	text-decoration: none;
	-webkit-transition: 1s color cubic-bezier(0.19, 1, 0.22, 1);
	transition: 1s color cubic-bezier(0.19, 1, 0.22, 1)
}

#avvolta-container .nav-container .navigation li:hover a,
	#avvolta-container .nav-container .navigation li.active a {
	color: #0a2546
}

#avvolta-container .nav-container .navigationB li a {
	color:#fff;
}

#avvolta-container .nav-container .navigationB li:hover a,
	#avvolta-container .nav-container .navigationB li.active a {
	color: #5cb1e0
}


#avvolta-container .logo {
	text-align: center
}

#avvolta-container #avvolta-container .logo p span {
	color: #0e2744
}

#avvolta-container .block {
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 500px;
}

#uniqueness {
	
}

#avvolta-container .titleColor {
	text-align: center;
	font-family: "FuturaStd-Light";
	font-size: 16px;
	padding-top: 15px;
	clear: both;
	color: #383838;
}

@
-webkit-keyframes spin {
	to {-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}

/* da modificare */
.logo p {
	font-family: "FuturaStd-Light";
	font-weight: light;

	font-size: 40px;
	margin: 30px 0 15px 0;
}


#avvolta-container .nav-slideshow a.icona_1,#avvolta-container .nav-slideshow a.icona_1b {
	background-color: #91b3c6
}

#avvolta-container .nav-slideshow a.icona_2,#avvolta-container .nav-slideshow a.icona_2b {
	background-color: #eadec8
}

#avvolta-container .nav-slideshow a.icona_3,#avvolta-container .nav-slideshow a.icona_3b {
	background-color: #b2baad
}

#avvolta-container .nav-slideshow a.icona_4,#avvolta-container .nav-slideshow a.icona_4b {
	background-color: #efd4c9;
}

#avvolta-container .nav-slideshow a.active { border: 2px solid #58b0e2; }

#avvolta-container .slideshow {
	width: 100%;
	height: 750px;
	position: relative;
	overflow: hidden;
	max-width: 1500px;
	margin: 0 auto;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}



#avvolta-container .section {
	background: transparent;
	padding: initial;
	margin-bottom: 0;
	z-index: initial;
	height: 100%;
	max-width: 1200px;
}

#avvolta-container .block.first .anchor {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

#avvolta-container .block.first .section, #avvolta-container .block.second2 .section {
	display: table;
	width: 100%;
}


#avvolta-container .block.first {
	padding: 0;
	background: #fff;
}


#avvolta-container .block.second2 {
	padding: 0;
	z-index: 20;
	background: #fff;
}


#avvolta-container .textbox {
	display: table-cell;
    vertical-align: middle;
	width: 45%;
	padding-left: 5%;
}


#avvolta-container .block .imagebox { 
	width: 50%;
	height:100%;
	text-align:center;
}

#avvolta-container .block.first .imagebox img {
	height: 100%;
	width: auto;
	    margin-left: -40px;
}

#avvolta-container .block.second2 .imagebox img {
	
	   
    position: absolute;
	
}

#avvolta-container .block.second2 .imagebox.img2 img { position: absolute;}

#avvolta-container .block.second2 .imagebox {    margin-left: -23%;}
#avvolta-container .block.second2 .imagebox.img2{    margin-left: 0%;}

#avvolta-container .block.second2 .textbox img {padding-bottom: 20px;}

#avvolta-container .block.first .textbox img{ 
	width:162px;
	padding-bottom:10px;
}


#avvolta-container .block.first .textbox{ 
	padding-right: 0%;
	padding-left:0;
}

#avvolta-container .block.first .imagebox {
	display: table-cell;
    vertical-align: middle;
}

#avvolta-container .block.second2 .imagebox {
	display: block;
    vertical-align: middle;
}

#avvolta-container .block.second2 .textbox P {font-family: 'FuturaStd-Light';font-size:18px;text-align:center;line-height:28px;}
#avvolta-container .block.second2 .textbox h2 {text-align:center;}
#avvolta-container .block.third {
	padding: 0;
	z-index: 20;
	background: #fff;
}

#avvolta-container .block.third .imagebox {
	display: table-cell;
    vertical-align: middle;
}



#avvolta-container .textbox h2 {
	font-size: 38px;
	font-family: 'FuturaStd-Light';
	margin: 0 !important;
	padding: 0;
}

#avvolta-container .textbox P {
	font-family: 'FuturaStd-Light';
	font-size:18px;
	line-height:28px;
	margin-top: 10px;
}

#design .textbox P {
	margin-top: 15px;
}

#design .textbox h2 {
	margin-bottom: 10px;
}


#avvolta-container #getappbox {
	z-index: -1;
}

#getapp {
	    width: 50%;
    position: absolute;
    top: 25%;
    color: #fff;
    text-align: center;
    left: 10%;
    margin: 0;
    z-index: 999;
    -webkit-transform: translateZ(1px) !important;
    transform: translateZ(1px) !important;
}

#IconaPhone {
	width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    color: #fff;
    text-align: center;
    right: 2%;
    margin: 0;
    z-index: 955;
    -webkit-transform: translateZ(1px) !important;
    transform: translateZ(1px) !important;
}

#IconaPhone img { height:100%; }

#getappbg2 {
	min-height:500px; 
	max-height:500px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+54&0.8+0,0+54 */
background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(125,185,232,0) 54%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(125,185,232,0) 54%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(125,185,232,0) 54%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
z-index:950;
	position:absolute;
	-webkit-transform: translateZ(1px) !important;
	transform: translateZ(1px) !important;
}

#avvolta-container .block.third .floatimage {
	width: 50%;
	float: left;
	padding: 0;
	background-image: url(getappbg.jpg);
	-webkit-background-size: cover cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}

#avvolta-container .hea {
	        text-align: center;
    font-size: 36px;
    font-family: 'FuturaStd-Medium';
    padding-top: 15px;
    text-shadow: 1px 1px 1px rgba(30, 30, 30, 1);
}

#avvolta-container .suba {
	    font-family: 'FuturaStd-Light';
    font-size: 18px;
    padding-top: 5px;
    text-shadow: 1px 1px 1px rgba(30, 30, 30, 1);
}

#getapp .buta {
	margin: 30px 0 25px 0;
	display:block;
}

#getappbox a{
	z-index: 999;
	-webkit-transform: translateZ(1px) !important;
	transform: translateZ(1px) !important;
}

#getapp .buta a {
	padding: 12px 38px;
	text-transform: uppercase;
	background: #10b6f4;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#getapp .subb {
	    text-align: center;
    font-size: 12px;
    font-family: 'FuturaStd-Light';
    padding: 20px 0 12px 0;
    text-shadow: 1px 1px 1px rgba(30, 30, 30, 1);
}

#getapp .subb img {
	vertical-align: bottom;
	margin-left: 0px;
	width: 66px;
	margin-bottom:10px;
}




#avvolta-container  .imageA {
	position: absolute;
    opacity: 1;
    margin: 0;
    right: -4%;
    z-index: 999;
    -webkit-animation: fadex5 ease-in-out infinite;
    -moz-animation: fadex5 ease-in-out infinite;
    animation: fadex5 ease-in-out infinite;
    -webkit-animation-fill-mode: initial;
    -moz-animation-fill-mode: initial;
    animation-fill-mode: initial;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    animation-duration: 8s;
    height: 400px;
    bottom: 0;
}


#avvolta-container  .imageB {
	position: absolute;
    opacity: 0;
    margin: 0;
    left: -5%;
    z-index: 999;
    -webkit-animation: fadex5 ease-in-out infinite;
    -moz-animation: fadex5 ease-in-out infinite;
    animation: fadex5 ease-in-out infinite;
    -webkit-animation-fill-mode: initial;
    -moz-animation-fill-mode: initial;
    animation-fill-mode: initial;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    animation-duration: 8s;
    z-index: 999;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
    height: 400px;
    bottom: 0px;
}



@-webkit-keyframes fadex5 {
    0% { opacity:0;}
    25%,50% {opacity:1;}
    60%,100% {opacity:0;}
}
@-moz-keyframes fadex5 {
    0% { opacity:0;}
    25%,50% {opacity:1;}
    60%,100% {opacity:0;}
}
@keyframes fadex5 {
    0% { opacity:0;}
    10%,50% {opacity:1;}
    60%,100% {opacity:0;}
}



#avvolta-container .block.fourth {
	
}

#avvolta-container .block.collectionbox {
	height: auto;
}


#avvolta-container .block .tile .maincontent {
	background: url(spec.jpg);
	width: 100%;
	height: 100%;
	-webkit-background-size: cover cover;
	background-size: cover;
	background-position: center;
	z-index: 20
}

#avvolta-container .block .tile .slideshow {
	background: url(black2.jpg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover cover;
	background-size: cover;
	background-position: center;
	z-index: 20
}

#avvolta-container .block.active .tile .textbox {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}

#avvolta-container .block.slided .tile {
	left: -100%
}

#avvolta-container .block.fourth .textbox {
	padding-top: 11%;
}

#avvolta-container .block.fourth .slideshow .textbox {
	float: left;
	width: 40%;
	margin-left: 10%;
	padding-top: 11%;
}

#avvolta-container .listColorProd {
	width: 100%;
	max-width: 1200px;
	margin: 15px auto !important;
	padding: 0 !important;
}

#avvolta-container .listColorProd LI {
	width: 50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#avvolta-container .listColorProd .image {
	text-align: center;
	padding-top: 15px;
}

#avvolta-container .dataslide {
	display: none;
}

#avvolta-container .slt-icona_0-range {
	display: block;
}

#avvolta-container .block.collectionbox {
	background: #fff;
}

#avvolta-container  .four LI {
	width: 25%;
}



#avvolta-container .videocontainer {
	background: #000;
}

#avvolta-container .imf2 {
	padding-top: 35px;
}

#avvolta-container .imf3 {
	padding-top: 15px;
}

#avvolta-container .imf4 {
	padding-top: 30px;
}

#avvolta-container .videocontainer .video-placeholder {
	display: none;
}

#avvolta-container .videocontainer .imagedata {
	display: none;
}

#avvolta-container .videocontainer .imagedata img {
	width: 100%;
}


#avvolta-container .slideControlPrev {z-index: 999;text-indent: -9999px;width:50px;height:100px;background:url(arrow_left.png);position:absolute;top:155px;left:5%;}
#avvolta-container .slideControlNext {z-index: 999;text-indent: -9999px;width:50px;height:100px;background:url(arrow_right.png);position:absolute;top:155px;right:5%;}
#avvolta-container .img-holder {max-height:500px;}


#avvolta-container div.imageHolder {position: fixed;}
#avvolta-container .img-holder-img {z-index:500;}


#avvolta-container .listColorProd .image IMG {
	width:100%;
	max-width: 240px;
}


#avvolta-container .topButton, #avvolta-container .productDownload A{
	color:#fff;
	background: #58b0e2;
	padding: 10px 20px;
	text-decoration:none;
	margin-top:20px;
	display: inline-block;
	-webkit-transition: 1s background cubic-bezier(0.19, 1, 0.22, 1);
	transition: 1s background cubic-bezier(0.19, 1, 0.22, 1);
	border-radius: 25px;
	font-size:16px;
}

#avvolta-container .topButton:HOVER,#avvolta-container .productDownload A:HOVER {
	background: #3898cf;
}


#avvolta-container .productDownload {text-align:center;}


#avvolta-container #design .textbox {    padding-right: 0%; padding-left:0;}


#avvolta-container .block.first {     font-size: 14px; }
#avvolta-container .block.first .spa svg {     display: block;
    float: left;
    margin-top: 26px;      margin-left: 37%; margin-right:20px;}

#avvolta-container .block.first A {float:left;margin-top: 37px;  color:#666666;text-decoration:none;}
#avvolta-container .block.first A.open-video {margin-top: 26px;color:#fff;font-size: 14px;
color: #fff;
    background: #58b0e2;
    padding: 10px 20px;
    text-decoration: none;
   
    display: inline-block;
    -webkit-transition: 1s background cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s background cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 25px;
    }
#avvolta-container .block.first .textbox P { font-size: 18px;}
#avvolta-container .block.first .textbox P strong{ font-size: 20px;}
html.noscroll, body.noscroll {
	height: 100%;
    overflow: hidden;
}

#avvolta-container .block.first .textbox .ico1 {width:7px;position: absolute;
    padding-top: 4px;}

#avvolta-container .block.first .textbox .open-video span {display:inline-block;padding-left:12px;}

/* Video */ 
#avvolta-container .video-container {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;

    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: 1s all ease-out;
    -webkit-transition: 1s all ease-out;
    transition: 1s all ease-out;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    display:none;
    z-index: 9999;
}

#avvolta-container .video-container .close-video {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    width: 38px;
    z-index:9999;
}


#avvolta-container .video-container iframe {
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height:450px;
}

#avvolta-container .video-container .frameVideo {width:100%;height:100%;display:table-cell;vertical-align:middle;text-align:center;}



#avvolta-container .block.first A.open-video2 {
    margin-top: 26px;
    
    font-size: 14px;
    #666666;
    padding: 10px 0px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
font-family: 'FuturaStd-Light';
}

#avvolta-container .block.first A.open-video2:hover {color:#000}

#avvolta-container .block.first .textbox .open-video2 span {
    display: inline-block;
    padding-left: 0px;
}
	
	
#avvolta-container .block.first .textbox .resetvideo {
    float: left;
    margin-top: 37px;
    color: #666666;
    text-decoration: none;
    padding: 0;
    background: transparent;
}



#avvolta-container .block.second2 .imagebox {    width: 27%;}


/* DESKTOP */









/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
	
	
	#avvolta-container .block.third .imagebox img{
		margin-right:-58%
	}
	
	
}

/* Large screens ----------- */
@media only screen  and (max-width : 1824px) {
	#avvolta-container .slideshow {
		height: 700px;
		max-width: 2000px;
	}
	
	#avvolta-container .block.third .imagebox img{
		margin-right:-36%
	}
	
	
}

/* Large screens ----------- */
@media only screen  and (max-width : 1600px) {

	
	#avvolta-container .block.third .imagebox img{
		margin-right:-33%
	}
	
	
}

/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1500px) {

	#avvolta-container .block.third .imagebox img{
	margin-right:-20%
}

}


/* Large screens ----------- */
@media only screen  and (max-width : 1400px) {

	
	#avvolta-container .block.third .imagebox img{
		margin-right:-18%
	}
	
	
}

/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1300px) {

	#avvolta-container .block.third .imagebox img{
	margin-right:-15%
}

}

/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1224px) {

	#avvolta-container .block.third .imagebox img{
	margin-right:-12%
}



}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
	#avvolta-container .slideshow {
		height: 500px;
		max-width: 2000px;
	}
	
	

}

/* Desktop 1024px */
@media only screen 
and ( max-width : 1024px) {
	#getapp {
    left: 11%;
    }
	#IconaPhone {
    right: -10%;
	}

}


/* Desktop 1024px */
@media only screen 
and ( max-width : 1100px) {

#avvolta-container .slideshow {
    height: 400px;
    max-width: 2000px;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (max-device-width : 1024px) {
	
	
	
	#IconaPhone {
    right: -10%;
	}
	
	#avvolta-container #getappbox {
		z-index: auto;
		background-image: url(transizione_app.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	#getapp { padding-top: 15%;}
	
	#avvolta-container #getappbox .img-holder>img {
		display: none;
	}
	#avvolta-container .videocontainer .img-holder {
		display: none;
	}
	
	#avvolta-container .imageB {
    	left: -30%;
    }
    
    #avvolta-container .block.first A.open-video2 {padding: 10px 0;}
	
	}
	
	
	

/* Desktop 768px */
@media only screen 
and ( max-width : 768px) {
	
	/* Fix dl */
	.colMain{
		width: 100% !important;
		margin: 0 !important;
	}
	
	
	#getapp {
		width: 100%;
		left: 0;
	}
	
	
	
	
	/* Font size */
	#avvolta-container .textbox h2 { font-size: 34px; }
	#avvolta-container .textbox P, #avvolta-container .block.first .textbox P { font-size: 18px; }
	
	
	#avvolta-container .block.second2 .imagebox { 
		display: block;
		float: left;
		position: absolute;
	}
	
	#avvolta-container .block.second2 .imagebox img {
		height: 100%;
		position: relative;
  		z-index: -99;
  		left: -17%;
	}
	
	#avvolta-container .block.third .imagebox img {
		height: 400px;
		position: relative;
  		z-index: -99;
  		left: -50%;
	}
	
	
	#avvolta-container .block.first .imagebox {
		display: block;
		float: right;
		position: absolute;	
	}
	
	#avvolta-container .block.first .imagebox img {
		height: 100%;
		position: relative;
  		right: 0%;
	}
	
	#avvolta-container .block.first .textbox {
    padding-left: 0%;
}
	
	#avvolta-container .slideshow { 
		#avvolta-container .slideshow {
			height: 200px;
		}
	}
	
	
	
}

/* MOBILE */

/* Desktop 730px */
@media only screen 
and ( max-width : 730px) {

#avvolta-container .slideshow {
		height: 200px;
	}
	
	#avvolta-container a.slideControlNext, #avvolta-container a.slideControlPrev {  top: 60px; } 

}

/* Mobile 320px <> 768px */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 768px) {

	

}


/* Mobile < 768px */
@media only screen 
and (max-device-width: 768px) {





#avvolta-container .block.first .imagebox img {
    height: 100%;
    width: auto;
    height: 100%;
    position: absolute;
    left: -74px;
    top: 0;
}
#avvolta-container .block .imagebox {
    width: 40%;
	}
	#avvolta-container .block {
		height: 470px;
	}
	
	#avvolta-container .block.third .imagebox img {
    height: 370px;
    position: relative;
    z-index: -99;
    left: 0;
}
	
	#avvolta-container .top-intro {
		height: 70px;
	}
	#avvolta-container .block {
		padding: 0;
	}
	
	#avvolta-container .block .go-to {
		padding: 0 0 20px 0;
	}
	
	#avvolta-container .block.first .textbox P {
    font-size: 18px;
}

#avvolta-container .textbox {
    
    width: 50%;
}

}

/* Mobile < 667px */
@media only screen 
and (max-device-width: 667px)	
{

#avvolta-container .block.third .imagebox img {
    height: 370px;
    }

#avvolta-container .block.first .imagebox img {
    height: 100%;
    position: relative;
    right: 20%;
}

#avvolta-container .block.second2 .imagebox img {
    height: 100%;
    position: relative;
    z-index: -99;
    left: -39%;
}







#avvolta-container .block.third .imagebox img {
    height: 370px;
    position: relative;
    z-index: -99;
    left: 0;
}

#getapp {
    padding-top: 0%;
}

#avvolta-container .block.first .imagebox img {

    margin-left: -70px !important;
}


#avvolta-container #design .textbox{width: 40%;}

#avvolta-container .block.second2 .imagebox img {
    left: -60%;
}


}




/* Mobile < 568px */
@media only screen 
and (max-device-width: 568px)	
{


#avvolta-container .block.second2 .imagebox img {
    height: 100%;
    position: relative;
    z-index: -99;
    left: -49%;
}

#avvolta-container .block.first .imagebox img {
    height: 100%;
    position: relative;
    right: 30%;
}

#avvolta-container .block.first .imagebox {

    left: -70px;
}

#avvolta-container .block.first .spa svg {
    display: block;
    float: left;
    margin-top: 26px;
    margin-right: 20px;
}



}


/* Mobile < 480px */
@media only screen 
and (max-device-width: 480px)	
{

	#avvolta-container .textbox P,#avvolta-container .block.first .textbox P { font-size: 16px; }
	#avvolta-container .textbox h2 { font-size: 30px; }
	
	#avvolta-container .productDownload a { 
		  padding: 10px;
	}
	
	#avvolta-container .block.first .imagebox img {
        height: 357px;
    position: relative;
    right: 55%;
    top: 108px;
}

#avvolta-container .block.second2 .imagebox img {
    height: 70%;
    position: relative;
    z-index: -99;
    left: -65%;
    top: 21%;
}
	
}


/* Mobile < 375px */
@media only screen and (max-width: 414px) {	

#avvolta-container .block.second2 .textbox P {
    font-family: 'FuturaStd-Light';
    font-size: 14px;
    text-align: center;
    line-height: 19px;
}

#avvolta-container .block.second2 .imagebox.img2 img {
    right: -404px;
    left: initial;
}

    
#avvolta-container .block.second2 .imagebox.img2 img {
    right: -400px;
    left: initial;
}

	
	#avvolta-container .block {height:464px;}
	
	#avvolta-container .block.third {height:354px;}
	
	#avvolta-container .block.first .imagebox {
    left: -55px;
}

#avvolta-container .block.first A.open-video {
    margin-top: 26px;
    color: #fff;
    font-size: 12px;
    color: #fff;
    background: #58b0e2;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 1s background cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s background cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 25px;
        margin-left: 29px;
}


#avvolta-container .block.first .textbox .ico1 {
    width: 6px;
    position: absolute;
    padding-top: 4px;
}


#avvolta-container .block.first .spa {display:none;}

#avvolta-container .block.first A {
    float: none;
    margin-top: 25px;
    color: #666666;
    text-decoration: none;
    display: block;
}

#avvolta-container .block.first .textbox .resetvideo {padding-left:38px; margin-top:20px;}
	#avvolta-container .block.first .textbox img { width: 170px; }
	#avvolta-container .block.second2 .imagebox img { left: 5%; }
	
	
	#avvolta-container .block.first A.open-video2{
	margin-left:11px;
	}
	
	
	#avvolta-container .textbox h2 { font-size: 18px; }
	#avvolta-container .textbox P,#avvolta-container .block.first .textbox P { font-size: 12px;line-height:18px;width: 180px;}
	#avvolta-container .hea { font-size: 24px; }
	#avvolta-container .suba { font-size: 12px; }
	#avvolta-container #getapp .subb { font-size: 10px; }
	#avvolta-container #getapp .buta a {font-size: 12px;}
	#avvolta-container .productInfo H3 A { font-size: 14px; }
	#avvolta-container .logo p { font-size: 30px; }
		
	#avvolta-container .textbox { width: 60%;    padding-right: 0%; }
	#avvolta-container .block.first .textbox { padding-left: 0%; padding-right: 0%; }
	
	
	#avvolta-container .slideControlNext, #avvolta-container .slideControlPrev {
  
  		width: 28px;
  		height: 75px;
  		top: 30%;
  		background-size: 28px 75px;
	}	
	
	#avvolta-container .topButton { 
		  padding: 5px 10px;
		  font-size: 10px;
	}
	
	#avvolta-container .productDownload a { 
		  padding: 5px 10px;
		  font-size: 10px;
	}
	
	#avvolta-container .block.first .anchor img {
		width: 60px;
	}
	
	#avvolta-container .block.third .imagebox img {
    height: 305px;
    position: relative;
    z-index: -99;
    left: 0;
        margin-right: 0%;
}

#avvolta-container .block.second2 .imagebox img {
    height: 90%;
    position: relative;
    z-index: -99;
    left: -106%;
    top: 8%;
}





	
}



/* Mobile < 320px */
@media only screen and (max-width: 320px) {	
	
	#avvolta-container .block.second2 .imagebox img { left: -120%; }
	
	#avvolta-container .block.first .imagebox img {
    height: 100%;
    position: relative;
    right: 93%;
}

#avvolta-container .block.second2 .imagebox img {
    height: 53%;
    position: relative;
    z-index: -99;
    left: -47%;
    top: 21%;
}
#avvolta-container .block.third .imagebox img {
    height: 300px;
    position: relative;
    z-index: -99;
    left: -5%;
}
	
	
}

/* iPhone 6 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-height : 667px) { 

}

/* iPhone 6 landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-height : 667px) 
and (orientation : landscape) { 

}


/* iPhone 5 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-height : 568px) { 

}

/* iPhone 5 landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-height : 568px) 
and (orientation : landscape) { 

}


/* iPhone 4 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-height : 480px) { 

}

/* iPhone 4 landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-height : 480px) 
and (orientation : landscape) { 

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	#getapp {
		width: 100%;
		left: 0;
		padding-top:0%;
	}
	
	/*#getapp .hea{
		font-size:24px;
	}
	
	#getapp .suba{
		font-size:13px;
	}
	*/
	#avvolta-container .block.second2 .imagebox img {
		left: -9%;
	}
	
	#avvolta-container .block.second2 .imagebox.img2 img {
		right: -182%;
		left:initial;
	}
	
	#avvolta-container .block.third .imagebox img {
		left: -5%;
	}
	
}

/* iPad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	
	#getapp {
		
	}
}

/* Nexus 5 */
@media only screen 
and (min-device-width : 360px) 
and (max-device-height : 640px) { 

}

/* Nexus 5 landscape */
@media only screen 
and (min-device-width : 360px) 
and (max-device-height : 640px) 
and (orientation : landscape) { 

}




@media only screen 
and ( max-device-width : 768px) {
	#avvolta-container .imageA {
    	right: -20%;
    }
    #avvolta-container .imageB {
    	left: -50%;
    }
	}
	
		@media only screen 
and ( max-device-width : 667px) {
	#avvolta-container .imageA {
    	right: -30%;
    }
    #avvolta-container .imageB {
    	left: -60%;
    }
    
    #avvolta-container .block.second2 .imagebox img {
		left: -41%;
	}
	
	#avvolta-container .block.second2 .imagebox.img2 img {
		right: -122%;
		left:initial;
	}
    #avvolta-container .block.second2 .imagebox img {
		left: -84%;
	}
	
	#avvolta-container .block.second2 .imagebox.img2 img {
		right: -122%;
		left:initial;
	}

    
	}
	

	
@media only screen 
and ( max-device-width : 568px) {
#avvolta-container .imageA {
    	right: -40%;
    }
    #avvolta-container .imageB {
    	left: -70%;
    }
	#avvolta-container .hea {
   
    font-size: 30px;
    }
}


/* Mobile < 320px */
@media only screen and (max-device-width: 414px) {	

#avvolta-container .hea {
    font-size: 26px;
}


#avvolta-container .block.second2 .imagebox.img2 img {
    right: -400px;
    left: initial;
}


#avvolta-container .block.second2 .imagebox img {
    left: 16%;
    height: 49%;
}

#avvolta-container .block.second2 .imagebox.img2 img {

    height: 90%;
}


#avvolta-container .block.third .textbox {
    width: 100%;
    display: block;
    padding-right: 0%;
    margin-top:20px;
}


#avvolta-container .block.third .textbox P {

    width: 300px;
}


#avvolta-container .block.third .imagebox img {
    margin-top: -40px;
}

}


@media only screen 
and ( max-device-width : 375px) {






	#avvolta-container .hea {
   
    font-size: 22px;
    top: 50px;
    }
    
   #getapp .buta {
    margin: 20px 0 25px 0;
    display: block;
}

#IconaPhone img {
   
        height: 100%;
        
         top:-20%
        
}

#IconaPhone {
    right: -10%;
    top:-20%
    }

#avvolta-container .suba {
   
    top: 60px;
    padding-top: 10px;

}

#getapp {
    width: 100%;
    left: 0;
    top: 0;
    padding-top:5px;
}

#IconaPhone {
    right: -93px;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    top: 45%;
}

#getapp .subb {
    padding: 0 0 10px 0;
 }

#getapp .subb img {
    display:none;
}


#avvolta-container .block.first .imagebox {
    left: 0px;
}

#avvolta-container .block.first .imagebox img {
    height: 288px;
    position: relative;
    right: -20px;
    top: 179px;
}

}


@media only screen 
and ( max-device-width : 320px) {
#avvolta-container .hea {
    font-size: 19px;
    
}

#avvolta-container .block.second2 .imagebox img {
    height: 100%;
    position: relative;
    z-index: -99;
    left: -148%;
    top: 0;
}

#avvolta-container .block.second2 .imagebox.img2 img {
    right: -455px;
    left: initial;
}

.productInfo {

    min-height: 45px;
}

#avvolta-container .block.first .imagebox img {
    margin-left: -92px !important;
}

#avvolta-container .block.second2 .textbox P {
    font-size: 14px;
    line-height: 22px;
    }
}


@media only screen and (max-device-width: 320px){

#avvolta-container .block.second2 .imagebox img {
    height: 100%;
    position: relative;
    z-index: -99;
    left: -200%;
    top: 0;
}


}



/* Large screens ----------- */
/* iPad (3rd gen) landscape only */ 
@media only screen and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : landscape){
	
	#avvolta-container .block.second2 {

    height: 500px;
}

#avvolta-container .block.first .imagebox img {
    height: 100%;
    width: auto;
    margin-left: -47px;
}
	
}




