@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic);

@font-face {
    font-family: GeosansLight;
    src: url('fonts/GeosansLight.ttf');
    src: local('GeosansLight') url ('GeosansLight.ttf'), formato ('TrueType');
}
@font-face {
    font-family: "Century Gothic";
    src: url('fonts/GOTHIC.TTF');
    src: local('Century Gothic') url ('GOTHIC.TTF'), formato ('TrueType');
}
@font-face {
    font-family: "Century Gothic";
    font-weight: bold;
    src: url('fonts/GOTHICB.TTF');
    src: local('Century Gothic') url ('GOTHICB.TTF'), formato ('TrueType');
}
@font-face {
    font-family: "Century Gothic";
    font-style: italic;
    src: url('fonts/GOTHICI.TTF');
    src: local('Century Gothic') url ('GOTHICI.TTF'), formato ('TrueType');
}
@font-face {
    font-family: "Century Gothic";
    font-weight: bold;
    font-style: italic;
    src: url('fonts/GOTHICBI.TTF');
    src: local('Century Gothic') url ('GOTHICI.TTF'), formato ('TrueType');
}
@font-face {
    font-family: "Before the Rain";
    src: url('fonts/BeforeTheRain.ttf'),
         url('fonts/BeforeTheRain.eot');
}
@font-face {
    font-family: "Bebas Neue";
    src: url('fonts/NebasNeue.otf');
    src: local('Bebas Neue') url ('NebasNeue.otf');
}
/*@font-face {
    font-family: "Edwardian Script ITC";
    src: url('fonts/ITCEDSCR.TTF'),
         url('fonts/ITCEDSCR.eot');
}*/
html { height: 100%; }
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: "Century Gothic";
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}
img{
    border: none;
}

/*
  #scrollbox3 {
    overflow: auto;
    width: 400px;
    height: 360px;
    padding: 0 5px;
    border: 1px solid #b7b7b7;
}
*/
.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10

}
.container {
	width: 100%;
	position: relative;
}
.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#bg_header{
  background: #23282e;
  border-bottom: 15px solid #0456b3;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.7);
  z-index: 11000;
  position: relative;
}
#bg_header header{
  background: url(../images/sfondo.jpg);
  max-width: 960px;
  height:135px;
  margin: 0 auto;
  padding-top:10px;
  padding-right:0px;
}
#bg_header .title{
  position:absolute;
  margin-top:-250px;
}
#bg_header .text{
  position:absolute;
  margin-top:-40px
}
header img{
  margin-top:20px;
}
header nav{
    font-family: GeosansLight;
    float:right;
    clear: right;
    font-size: 18.5px;
    padding-top:38px;
    letter-spacing:0px;
}
header nav a{
    color: #FFFFFF;
    margin-left:6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top:60px;
    letter-spacing: normal;
}
header nav a:hover{
    background: #FFFFFF;
    color: #0456b3;
    padding-top:60px;
    padding-bottom:10px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: underline;
}
header nav .promo{
    background: #E36000;
    color: #FFFFFF;
    padding-top:60px;
    padding-bottom:10px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
}
header nav .promo:hover{
    text-decoration: none;
}
.content-wrapper {
	padding-top: 30px;
	max-width: 960px;
	margin: 0 auto;
}
.content-wrapper p{
	line-height: 24px;
    margin-top:10px;
    text-align: center;
}
header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}
header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}
.bg_image{
  background: url(../images/bg_image.png);
  height:340px;
  clear: both;
  margin-top:-25px;
  margin-bottom:20px;
}
.box{
  width:216px;
  height: auto;
  float:left;
  margin-left:60px;
  margin-right:30px;
  margin-top:20px;
  margin-bottom:10px;
}
.box h2{
  font-family: GeosansLight;
  font-weight: normal;
  color: #0456b3;
  font-size:28px;
  text-align: center;
}
.box h2 a{
  color: #0456b3;
}
.box h2 a:hover{
  text-decoration: underline;
}
.box p{
  border-left: none;
  text-align:center;
  width: 216px;
  font-style: italic;
  margin-top:0px;
  font-size:15px;
  margin-bottom:10px;
}
.box-full{
  margin-top:40px;
  margin-bottom:40px;
  float: left;
}
.box-full h2{
  font-family: GeosansLight;
  font-weight: normal;
  color: #0456b3;
  font-size:28px;
  text-align:center;
}
.box-full h2 a{
  color: #0456b3;
}
.box-full h2 a:hover{
  text-decoration: underline;
}
.box-full #news-rotate{
  text-align: left;
  margin-top:-10px;
  background: url(../images/bg_lavori.png);
  height:205px;
}
.box img {
  margin-left: 40px;
}
.box-full #news-rotate img{
  margin-top:45px;
}
.box-title{
  text-align: left;
  background: url(../images/bg_lavori.png);
  height:205px;
  float: left;
  width:960px;
}
article .box-title p{
    padding-left:50px;
    padding-right:50px;
	line-height: 32px;
    border-left: none;
    margin-top:55px;
    float:left;
    -webkit-text-size-adjust: 100%;
    margin-bottom:40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-size:23px;
    text-align: center;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    word-spacing: 1px;
    color: #666666;
    font-weight: 300;
    width:960px;
}
article .box-title p strong{
  line-height: 38px;
  font-weight: 400;
}
article{
  max-width: 960px;
  margin: 0 auto;
  padding-top:10px;
  background: url(../images/bg_article.jpg) no-repeat;
  min-height:450px;
}
.texts{
  display: none;
  position:absolute;
}
hgroup{
  margin: 0 auto;
  max-width:960px;
  text-align: center;
}
hgroup h1{
  font-family: GeosansLight;
  font-size:62px;
  margin-bottom: 0px;
  margin-top:10px;
  font-weight: normal;
  color: #0456b3;
  text-transform: uppercase;
}
hgroup h3{
  line-height:26px;
  margin-bottom:40px;
  color: #585858;
  font-family: Source Sans Pro, sans-serif;
  font-weight:300;
  font-style: italic;
  font-size:24px;
  margin-bottom:25px;
}
hgroup h4{
  color: #585858;
  font-weight:normal;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:30px;
  line-height:26px;
  text-transform: lowercase;
  margin-bottom:40px;
  -webkit-text-size-adjust: 100%;
}
hgroup h4 a{
  color: #585858;
}
hgroup h4 a:hover{
  color: #0456B3;
  text-decoration: underline;
}
article h3 a{
  color: #0456B3;
}
article h3 a:hover{
  color: #0456B3;
}
article p{
    padding-left:10px;
    padding-right:10px;
	line-height: 28px;
    border-left: 5px solid #0456b3;
    margin-top:20px;
    float:left;
    font-family: "Century Gothic";
    -webkit-text-size-adjust: 100%;
    margin-bottom:40px;
    color: #585858;
    font-size: 15px;
    text-rendering: optimizelegibility;
    word-spacing: 1px;
}
article p strong{
  font-weight: bold;
}
article p span{
  font-family: GeosansLight;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  font-weight:normal;
}
.modulo_box{
  float:left;
  width: 200px;
  margin-bottom:30px;
  margin-right:30px;
  margin-left:70px;
}
.modulo_box {
  margin-bottom:20px;
  width: 200px;
  float:left;
}
.modulo_box .text_box {
  background: #f4fafe;
  width:200px;
  float:left;
}
.modulo_box h2{
  font-family: GeosansLight;
  border-bottom: 4px solid #0456b3;
  background: url(../images/modulo_box.jpg);
  color: #FFFFFF;
  font-size: 32px;
  text-align: center;
  font-weight: normal;
}
.modulo_box h2 a{
  color: #FFFFFF;
}
.modulo_box .text_box h3{
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: normal;
  color: #0456b3;
  font-size: 16px;
  text-align: center;
  padding-top:12px;
}
.modulo_box .text_box h3 a {
   color: #0456b3;
}
.modulo_box .text_box p{
  border:none;
  font-size:11px;
  padding-right:10px;
  line-height: 18px;
  margin-top:5px;
  padding-bottom:12px;
  text-align: center;
  margin-bottom:0px;
}
.modulo_box .text_box p a{
  color: #333;
}
.modulo_box img{
  float:left;
}
/*------------------------------------SOLUZIONI WEB-------------------------------------*/
#soluzione_web{
  background: url(../images/soluzioni_web.jpg);
  height:480px;
  width:800px;
  padding-top:0px;
  box-shadow: 3px 2px 14px 0 #999999;
}
#soluzione_web .text{
  float:left;
  width:323px;
}
#soluzione_web .text h1{
  color: #0456B3;
  padding-left:20px;
  padding-top:18px;
  float:left;
  font-family: GeosansLight;
  font-size:60px;
  margin-bottom: 10px;
  font-weight: normal;
  letter-spacing: -1px;
}
#soluzione_web .text h2{
  background: #0456B3;
  color: #FFFFFF;
  float:left;
  padding:3px 25px;
  padding-left:20px;
  padding-right:20px;
  font-family: GeosansLight;
  font-style: italic;
  font-weight:normal;
  font-size:26px;
}
#soluzione_web .text p{
  border:none;
  color: #464849;
  font-size:15px;
  margin-top:20px;
  margin-bottom:35px;
  padding-bottom:0px;
  padding-left:25px;
  padding-right:25px;
  width:264px;
}
#soluzione_web .text h3{
  font-family: GeosansLight;
  font-size: 28px;
  padding-left:25px;
  color: #0456B3;
  font-weight:normal;
  text-shadow: 7px 10px 4px #999999;
  line-height: 48px;
  clear: both;
}
#soluzione_web img{
  float:right;
}
/*--------------------------------------FOOTER------------------------------------------*/
strong{
  font-weight:normal;
}
em{
  font-style: normal;
}
footer {
    background: #23282e;
    clear: both;
    height: 375px;
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.7);
}
footer .footer{
  background: url(../images/bg_footer.jpg);
  max-width: 960px;
  height:375px;
  margin: 0 auto;
  padding-top:20px;
  padding-right:10px;
}
footer .footer_box{
  float: left;
  margin-right:0px;
  width:260px;
}
footer .footer_box h2{
  font-family: "Century Gothic";
  /*color:#FFEA00;  */
  color: #FFFFFF;
  font-size:26px;
  border-bottom: 3px solid #0456b3;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
}
footer .footer_box h2 a{
  color: #FFFFFF;
  border-bottom: 3px solid #0456b3;
}
footer .footer_box p{
  color:#FFFFFF;
  font-size:13px;
  margin-top:15px;
  line-height:26px;
  width:310px;
  float:left;
  padding-right:10px;
}
footer .footer_box p strong{
  font-weight: bold;
}
footer .footer_box p a{
  color: #FFFFFF;
}
footer .footer_box p a:hover{
  text-decoration: underline;
}
footer .footer_box ul{
  color: #FFFFFF;
  list-style: none;
  margin-top:15px;
  line-height:26px;
}
footer .footer_box ul li a{
  color: #FFFFFF;
}
footer .footer_box ul li a:hover{
  text-decoration: underline;
}
footer .footer_box li a span{
  font-size:12px;
  font-style: italic;
  float:right;
}
footer .footer img{
  float:left;
  margin-top:15px;
}
.copyright{
  font-family: "Century Gothic";
  clear:left;
  padding-top:20px;
  color: #FFFFFF;
  text-align: center;
}
.copyright h3{
  font-size:13px;
  font-weight: normal;
  margin-top:25px;
  float:left;
}
.copyright h3 a{
  color: #FFFFFF;
  font-weight: bold;
}
.copyright h3 a:hover{
  text-decoration: underline;
}
.copyright h4{
  margin-top:10px;
  float:right;
}
.copyright h4 a img{
  margin-left:10px;
}
/*--------------------------------------SLIDERSHOW------------------------------------------*/
.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sl-slide {
	z-index: 1;
}
.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}
.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}
.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}
.sl-content-wrapper {
	position: absolute;
}
.sl-content {
	width: 100%;
	height: 100%;
}
.sl-slider-wrapper {
	width: 100%;
	height: 492px;
	overflow: hidden;
	position: relative;
}
.slide_full{
    max-width:980px;
    width:100%;
    margin: 0 auto;
}
.slide_left{
    max-width:520px;
    float:left;
}
.slide_right{
    max-width:460px;
    padding-top:90px;
    padding-right:19px;
    float:right;
}
.sl-slider h1 {
	padding: 45px 20px 0px 40px;
    font-family: GeosansLight;
	width: 100%;
	max-width: 510px;
	color: #0456B3;
	margin: 0 auto;
	position: relative;
	z-index: 100;
    font-size: 90px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    font-weight: normal;
}
.sl-slider h2 {
	padding: 0px 20px 0px 40px;
	width: 100%;
	max-width: 510px;
	color: #ff5206;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.sl-slider blockquote {
	padding: 60px 20px 0px 40px;
	width: 100%;
	max-width: 510px;
	color: #ff5206;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.sl-slider h2 {
	font-size: 34px;
    line-height:32px;
    font-weight: normal;
    font-family: GeosansLight;
}
.sl-slider h3 {
	padding: 0px 30px 0px 40px;
    font-family: "Before the Rain";
    text-align: center;
    color: #FBDB01;
    font-weight: normal;
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
    margin-top:20px;
	position: relative;
	z-index: 100;
    font-size: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.sl-slider blockquote p {
   font-size: 24px;
    font-family: Source Sans Pro, sans-serif;
	padding-top: 0px;
	font-weight: 300;
    font-style:italic;
}
.sl-slider blockquote p span{
    font-size:55px;
    font-family: "Before the Rain";
}
.sl-slider blockquote cite {
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
	padding-top: 20px;
	display: inline-block;
    color: #0456B3;
    float:right;
}
.bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}
.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}
.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}
.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}
.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow:
		0 1px 1px rgba(255,255,255,0.4),
		inset 0 1px 1px rgba(0,0,0,0.1);
}
.nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow:
		0 1px 1px rgba(255,255,255,0.4),
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}
.nav-dots span.nav-dot-current,
.nav-dots span:hover {
	box-shadow:
		0 1px 1px rgba(255,255,255,0.4),
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}
.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
.bg-img-1 {
    background: url(../images/glass.jpg) center;
    z-index: -1;
}
.bg-img-2 {
	background: url(../images/summer_promotion.jpg) center;
    z-index: -1;
}
.bg-img-3 {
	background: url(../images/snow.jpg) center;
    z-index: -1;
}
.bg-img-4 {
	background: url(../images/snow.jpg) center;
    z-index: -1;
}
.bg-img-5 {
	background: url(../images/sconti_primavera_sito_web.jpg) center;
    z-index: -1;
}
.bg-img-6 {
    background: url(../images/buon_natale.jpg) center;
    z-index: -1;
}
.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h1, .sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h1, .sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@media screen and (max-width: 660px) {

.sl-slider-wrapper {
		height: 500px;
	}
.sl-slider h2 {
		font-size: 36px;
	}
.sl-slider blockquote {
		font-size: 16px;
	}
}
/*------------------------------------SOCIAL NETWORK -------------------------------------*/
	.ctrl_panel {
		position:fixed;
		right:-219px;
        float:right;
		top:0px;
		width:254px;
        height:500px;
		z-index:20;
		opacity: 0;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        margin-top:11em;
	}
	.ctrl_panel .color_picker_block {
		height:162px;
		width:254px;
		margin-bottom:2px;
		position:absolute; left:0; top:0;
	}
	.ctrl_panel .search_block,
	.ctrl_panel .social_block,
	.ctrl_panel .contact_form_block {
		height:35px;
		margin-bottom:2px;
		position:absolute; left:0;
	}
	.ctrl_panel .search_block { top:164px }
	.ctrl_panel .social_block { top:196px }
	.ctrl_panel .contact_form_block { top:0px }
	.ctrl_panel .block_ico {
		display:block;
		width:35px;
		height:35px;
		position:absolute;
		left:0;
		top:0;
        background: #0173bd;
	}
	.ctrl_panel .block_ico .ico {
		color:#ffffff;
		opacity: 0.8!important;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80)!important;
		font-size:16px;
		position:absolute;
		left:-3px;
		top:5px;
		display:block;
		width:28px; height:20px;
		line-height:18px;
	}
	.ctrl_panel .ico_search_form .ico {
		left:-5px;
		top:5px;
	}
	.ctrl_panel .block_ico a {
		width:35px;
		height:35px;
		display:block;
        padding-top:0px;}
	.ctrl_panel .block_ico a,
	.ctrl_panel .block_ico a .ico,
	ul.social_list li,
	ul.social_list li a span {
		transition: all 300ms;
		-webkit-transition:all 300ms;
		-moz-transition:all 300ms;
		-o-transition:all 300ms;
	}
	.ctrl_panel .block_ico a:hover {
		/*background:#ffffff; background:rgba(255, 255, 255, 0.9);*/
	}

	.ctrl_panel .ico_color_picker {
		width:30px;
		height:162px;
		position:absolute;
		top:0px;
		left:0px!important;
		display:block;
	}
	.ctrl_panel .ico_color_picker a {
		display:block;
		height:162px;
		width:30px;
		background:url(../img/btn_style.png) no-repeat!important;
	}
	.block_content {
		overflow:hidden;
		padding:5px 0 5px 35px;
		width:350px;
	}
    #network{
      float:left;
    }
    .block_content .face{
      float:left;
      position:absolute;
      top:4px;
      left:150px;
      font-size:14px;
      font-weight:normal;
    }
    .block_content .face a, .block_content .social a{
      color: #FFFFFF;
    }
    .block_content .face a:hover, .block_content .social a:hover{
      text-decoration: underline;
    }
    .block_content .social{
      float:right;
      margin-right:70px;
      font-size:14px;
      font-weight:normal;
    }
    .block_content .preview{
        width:240px;
        height:57px;
        float:left;
    }
    .block_content .preview a{
        color: #FFFFFF;
    }
    .block_content .preview p{
        margin:0px;
    }
    .block_content .preview img{
      float:left;
    }
    .block_content .preview .series{
      width:150px;
      float:left;
    }
    .block_content .preview .series h3 {
        font-family: "Century Gothic";
        font-size:14px;
        margin-bottom:0px;
        margin-top:0px;
        float:left;
        width:150px;
        color: #464849;
        font-style:italic;
    }
    .block_content .preview .series p {
        font-family: "Century Gothic";
        font-size:10px;
        margin-top:0px;
        float:left;
    }
    .block_content .preview .series a {
        color: #464849;
    }
    .block_content .preview .series a:hover {
        color: #FFFFFF;
    }
/*--------------------------------------BANNER------------------------------------------*/

#banner{-moz-box-shadow: 0 8px 25px black;
-webkit-box-shadow: 0 8px 25px black;
box-shadow: 0 8px 25px black;
background-color: #FFFFFF;
border-top: 3px solid #0456B3;
bottom: 0;
height: auto;
right: 0%;
margin-top: 100px;
position: fixed !important;
width: 100%;
z-index: 99999;
display:none;
}
.nascondi{ position:absolute; top:4%; right:5%; cursor:pointer;background: url(../js/lightbox/themes/facebook/images/close_hover.png); width:40px; height: 40px;}
.nascondi:hover{
 background: url(../js/lightbox/themes/facebook/images/close.png);
}
.apri{ position:fixed; bottom:0%; right:5%; cursor:pointer; border-top: 2px solid #0456B3;border-right: 2px solid #0456B3; border-left: 2px solid #0456B3; width:200px; background: #0456B3;-moz-border-radius: 10px 10px 0 0px;
-webkit-border-radius: 10px 10px 0 0px;
border-radius: 10px 10px 0 0px; height:30px; display:none;text-align:center;
}
.open{margin-top:2px; font-size:20px;font-weight:normal;font-family: GeosansLight; color: #FFFFFF;}
#testo{ margin:0 auto;
padding:0; }
#testo p{
  padding-left:20px; font-size:12px;padding-top:4px;
  color: #464849;
}
#testo p a{
  color: #49B09B;
}
#testo p a:hover{
  text-decoration: underline;
}
#preventivo{
  max-width: 960px;
  margin: 0 auto;
  background: url(../images/bg_article.jpg) no-repeat;
  min-height:350px;
  clear:both;
}
section h1{
  font-family: GeosansLight;
  font-size:60px;
  padding-top:10px;
  font-weight: normal;
  color: #0456b3;
  text-align:left;
}
#preventivo h3{
  clear:both;
  font-weight:normal;
  font-size:14px;
}
input{
  float:left;
  height:45px;
  width:300px;
  color: #23282e;
  line-height:34px;
  background-color:#ffffff;
  border:1px solid #e0e0e0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:border linear .2s, box-shadow linear .2s;
  -moz-transition:border linear .2s, box-shadow linear .2s;
  -o-transition:border linear .2s, box-shadow linear .2s;
  transition:border linear .2s, box-shadow linear .2s;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  font-family: "Century Gothic";
}
textarea{
  width:300px;
  height:155px;
  padding-top:13px;
  float:left;
  color: #23282e;
  font-size: 13px;
  background-color:#ffffff;
  border:1px solid #e0e0e0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:border linear .2s, box-shadow linear .2s;
  -moz-transition:border linear .2s, box-shadow linear .2s;
  -o-transition:border linear .2s, box-shadow linear .2s;
  transition:border linear .2s, box-shadow linear .2s;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  font-family: "Century Gothic";
}
section .row{
  width:311px;
  float:left;
}
.span6{
  width:300px;
  margin-left: 10px;
  float:left;
}
.span7{
  width:620px;
  margin-left: 10px;
  float:left;
}
#contatti{
  float:left;
  clear: both;
  margin-bottom:20px;
  margin-top:10px;
  padding-top:27px;
}
.dati{
  background: url(../images/bg_footer.jpg);
  width:317px;
  float:right;
  padding: 15px 20px;
  margin-top:37px;
  margin-right:10px;
}
.dati h2{
  font-weight: normal;
  text-align: center;
  color: #FFFFFF;
  font-family: GeosansLight;
  font-size: 21px;
  margin-top:10px;
  color: #FFEA00;
}
.dati h2 span{
  color:#0456b3;
}
.dati h3{
  font-family: "Century Gothic";
  color: #FFFFFF;
  font-size: 14px;
  margin-top:14px;
  line-height:22px;
  text-align: center;
  font-weight:normal;
}
.dati h3 a{
  color: #FFFFFF;
  font-weight: bold;
}
.dati h3 a:hover{
  text-decoration: underline;
}
section .dati h3 a:hover{
  text-decoration: underline;
  color: #FFFFFF;
}
#invia{
  width:100px;
  float:left;
  color: #0456B3;
}
#reset{
  width:100px;
  float:right;
  color: #0456B3;
}
.answer{
  float:left;
}
.answer h1{
  font-size:36px;
  padding-top:45px;
  padding-left:20px;
}
.answer h2{
  font-size:16px;
  font-weight: normal;
   padding-left:20px;
   color: #333333;
   margin-top:5px;
}
.answer h3{
  margin-top:10px;
}
.answer h3 a{
  font-size:14px;
  padding-top:20px;
  font-weight: normal;
  font-family: "Century Gothic";
   padding-left:20px;
   color: #0456B3;
}
.answer h3 a:hover{
  text-decoration: underline;
  color: #0456B3;
}
.portfolio .portfolio-thumb {  }
.image-overlay { background:rgba(4, 86, 179, 0.9); }
.sorting-container a:hover, .sorting-container a.active-sort { border-bottom-color:#0456b3; color:#0456b3; }
.portfolio:hover .image-overlay a span:hover { color:#363636; }