

.brand{
    background-image: url("../img/logo-white.png")!important;
    height:60px!important;
    width:196px!important;
}
.brand-uc{
    text-indent: -9999px;
    position:absolute;
}
.car-list{
     color: #DEDEDE;
}
.car-validation{
     background: rgba(255,255,255,1);      
     text-align: center;
     height: 320px; 
     width: 320px; 
     border-radius: 320px; 
     padding:50px 30px 30px 30px; 
     margin:0px auto; 
     border: 2px solid transparent; 
     display: block;
     overflow: hidden;
}
.car-validation label{
	color: #4F4F4F;
	margin-bottom: 12px;
    font-size: 1.2em;
}
.car-validation input.text{
	margin-bottom: 16px;
	border: none;
	color: #666666;
	background-color: transparent;
	border-bottom: solid #1A1A1A 2px;
	box-sizing: content-box;
	width: 100%;
	border-bottom: solid #1A1A1A 2px;
}
.car-validation input.text:invalid{
	box-shadow: none;
	border-bottom: solid #DD4B39 2px;
}
.car-validation #btn_consultar{
	background-color: #DEDEDE;
	font-weight: bold;
	font-size: 1.2em;
}
.car-validation #btn_consultar:hover {
	background-color: #333333;
	border: solid #999 1px;
}
.car-docs .doc{
    background-color: #DEDEDE;
    color: #3A3A3A;
    font-size: 1.2em;
	  padding: 1em;
	  min-height: 300px;
	  width: 100%;
	  box-shadow: 0 0 6px rgba(0,0,0,0.8);
}
.car-docs .error{
    background-color: #DD4B39;
    color: #DEDEDE;
	   font-weight: bold;
    font-size: 1.2em;
	  padding: 1em;
	  min-height: 300px;
	  width: 100%;
	  box-shadow: 0 0 6px rgba(0,0,0,0.8);
}

.abs-card{
    padding: 16px 30px 10px 26px;
    margin-right: 0px;
}
/* IUBENDA stili Privacy Policy */

#iubenda-cs-banner{
    top: 50px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
}

 @media (min-width: 768px) {
	#iubenda-cs-banner{
   top: 0px !important;
	}
}


/*  CONTENT CLASS */
.iubenda-cs-content{
    display:block;
    margin:0 auto;
/*     padding: 20px; */
    width:auto;
/*     font-family: Helvetica,Arial,FreeSans,sans-serif; */
    font-size: 14px;
/*     background: #000; */
    color: #fff;
}
.iubenda-banner-content{
		-webkit-font-smoothing: antialiased;


}
.iubenda-banner-content .container{
	position: relative;
	padding:  10px 15px;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.7);

}

.iubenda-cs-rationale{
/*     max-width: 900px;  */
    position:relative;
    margin: 0 auto;
}

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content  p {
/*     font-family: Helvetica,Arial,FreeSans,sans-serif; */
    line-height: 1.5;
    font-size: 13px;
	margin: 0;
}

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
.iubenda-cs-close-btn{
    margin:0;
    color: #fff;
    text-decoration:none;
    font-size:22px;
    position: absolute;
    top: 0;
	right: 6px;
    border: none;
}
.iubenda-cs-close-btn:hover{
    margin:0;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}


/*  STYLE FOR TEXT LINK TO PRIVACY POLICY */
.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}
.iubenda-cs-cookie-policy-lnk:hover{
    text-decoration: none;
    color: #fff;
}


/* 	FINE iubenda stili privacy policy */




/* ==========================================================================
   Base
   ========================================================================== */


html {
/* 	-webkit-font-smoothing: antialiased; */
}



body {
	background: #323C46;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: 300;
}

h2 {
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 300;
}

h3 {
	font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
}

h4 {
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	font-weight: 500;
}

h6 {
	font-size: 13px;
	font-weight: 700;
	text-transform: none;
}

p {
	margin-bottom: 1em;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: transparent;
}

.borderless td, .borderless th {
    border: none !important;
}


.form-control {

 border-radius: 0;
 border-color: white;
 box-shadow: none;
}

/* =============================================================================
   Header

  ========================================================================== */




.logged-in .navbar-fixed-top {
	top: 28px;
}

.navbar .navbar-inner {
	background: none;
	border: none;
	padding: 0;
}

.navbar-inner > .container {
	position: relative;
	margin-top: 50px;
	-webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.2s ease-out;  /* Opera 10.50â€“12.00 */
	transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}



.navbar-nav>li>a:focus {
    outline: none !important;
    outline-offset: 0 !important;
}


.banner {
	z-index: 100;
	width: 100%;
	border: none;
	background: transparent;
	position: fixed;
}

.navbar .brand {
	position: absolute;
	bottom: 0;
	background: url(../img/rd-logo-bianco.png) no-repeat  center 70%;
    width: 225px;
    height: 50px;
	background-size: 100%;
	text-indent: -9999px;
	display: block;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity 0.1s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: opacity 0.1s ease-out;  /* Firefox 4-15 */
	-o-transition: opacity 0.1s ease-out;  /* Opera 10.50â€“12.00 */
	transition: opacity 0.1s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.navbar .brand-piccolo {
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	background: url(../img/rd-logo-bianco.png) no-repeat  center 70%;
	width: 150px;
    height: 40px;
	top: 3px;
	background-size: 100%;
	text-indent: -9999px;
	display: block;
	margin: 0;
	margin-top: 0;
	padding: 0;
	position: absolute;
}

.navbar-default .navbar-toggle {
	margin-right: 0;
	border-color: #fff;
	margin-top: 8px;
	margin-bottom: 8px;
	border-radius: 0;
}



.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #323C46;
}

.navbar-collapse {
	clear: both;
	border: none;
	padding: 0;
}

.navbar .nav li a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	/*opacity: 0.65;*/
	filter: alpha(opacity=65);
	display: block;
	/*! background: rgba(255,255,255,0); */
}

.navbar .nav li a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	/*! opacity: 1; */
	/*! filter: alpha(opacity=100); */
}

.navbar-default .navbar-collapse {
 overflow-x: hidden;
}



.single-portfolio .navbar .nav > .menu-portfolio > a {
	opacity: 1;
	filter: alpha(opacity=100);
}

.single-portfolio .navbar .nav > .menu-blog.active > a,
.post-type-archive-portfolio .navbar .nav > .menu-blog.active > a {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.single-portfolio .navbar .nav > .menu-blog.active > a:hover,
.post-type-archive-portfolio .navbar .nav > .menu-blog.active > a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}




/* pagine con logo nero */




.contatti .navbar .nav li a,
.contacts .navbar .nav li a,
.blog .navbar .nav li a,
.category .navbar .nav li a,
.single-post .navbar .nav li a {
	color: #323C46;
}

.contatti .navbar .brand,
.contacts .navbar .brand,
.blog .navbar .brand,
.category .navbar .brand,
.single-post .navbar .brand {
	background: url(../img/rd-logo-nero.png) no-repeat;
	background-size: 100%;
}

.contatti .navbar .nav > .active > a,
.contatti .navbar .nav > .active > a:hover,
.contatti .navbar .nav > .active > a:focus,
.contacts .navbar .nav > .active > a,
.contacts .navbar .nav > .active > a:hover,
.contacts .navbar .nav > .active > a:focus,
.blog .navbar .nav > .active > a,
.blog .navbar .nav > .active > a:hover,
.blog .navbar .nav > .active > a:focus,
.category .navbar .nav > .active > a,
.category .navbar .nav > .active > a:hover,
.category .navbar .nav > .active > a:focus,
.single-post .navbar .nav > .active > a,
.single-post .navbar .nav > .active > a:hover,
.single-post .navbar .nav > .active > a:focus {
	color: #323C46;
}

/* ==========================================================================
   navbar ridotta dopo scroll
   ========================================================================== */



.pannello-affix {
	width: 100%;
	-webkit-transition: all 0.1s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.1s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.1s ease-out;  /* Opera 10.50â€“12.00 */
	transition: all 0.1s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
		-webkit-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.pannello-affix #menu-primary-navigation {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.pannello-affix.affix {
	z-index: 999;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
	background-color: #202629;
	-webkit-box-shadow: none; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
	box-shadow: none; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

.pannello-affix.affix .navbar-inner {
	margin-top: 0;
}

.navbar .pannello-affix.affix .nav li a {
	color: #fff;
}
.menu-home.active a {
	color: #1A1A1A !important;;
}
.navbar .pannello-affix.affix .brand-piccolo {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar .pannello-affix.affix .brand {
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

/* ==========================================================================
   Content, stili generici
   ========================================================================== */




h2 a,
h3 a,
h4 a {
	color: #262f35
}

pager {
	margin: 22px 0 44px;
}

h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #4f8db4;
}

.pager .previous > a,
.pager .previous > span,
.pager .next > a,
.pager .next > span {
	float: none;
}

.sito {
	overflow: hidden;

}

.wrap {
}

.content {
}

.Web.Design,
.App,
.Newsletter

 {
/*
	color: #E14f3E;*/
	text-transform: uppercase;

}

.Grafica,
.Graphic.Design,
.Fotografia,
.Photography
 {
/*
	color: #286496;*/
	text-transform: uppercase;

}



#full-width-slider .Web.Design,
#full-width-slider .App,
#full-width-slider .Newsletter,
#full-width-slider .Grafica,
#full-width-slider .Graphic.Design,
#full-width-slider .Fotografia,
#full-width-slider .Photography
 {
	color: white;
}



h6 .sep,
h5 .sep {
	color: #a8adab;
}

h6 span.sep:last-child,
h5 span.sep:last-child {
	display: none;
}

.delay03 {
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.delay05 {
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.delay08 {
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.delay12 {
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

.lead-link {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -85px;
	padding: 5px 0;
	width: 170px;
	background: transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: center;
	color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	z-index: 100;
}

.lead-link:hover {
	text-decoration: none;
	color: transparent;
}

.lead-link .icona-freccia-giu,
.lead-link .icona-freccia-giu:hover {
	color: white;
	font-size: 20px;
	text-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}

.alert-ie7 {
	position: fixed;
	bottom: 0;
	background: #eac85d;
	z-index: 100;
	padding: 14px;
	width: 100%;
	color: #4b4135;
	text-align: center;
}

.bianco {
	background: #fff;
	position: relative;
}

section {
	padding: 30px 0;
	background: white;
}

section.menopadding {
	padding: 20px 0;
}

section.grigio {
	background: #EEEEF2;
}

section.blu {
	background: #5c91b5;
}

section.nopaddingtop {
	padding-top: 0;
}

section.nopaddingbottom {
	padding-bottom: 0;
}

.textaligncenter {
	text-align: center;
}

sup {
	text-transform: none;
	font-size: 0.6em;
	top: -1em;
}

section.blu h1,
section.blu h2,
section.blu h3,
section.blu h4,
section.blu p {
	color: white;
}

.centra {
	display: -webkit-box;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-align: center;
	display: -ms-flexbox;
	-ms-flex-align: center;
	display: box;
	box-align: center;
}

.centra-questo {
	z-index: 1;
	position: relative;
}

.media {
	background: #fff;
	border-bottom: solid 1px #c7c9c8;
	margin-bottom: 30px;
}

.media a {
	overflow: hidden;
}

.media-img {
	overflow: hidden;
	position: relative;
	padding: 0;
}

.media-img .img-overlay {
	background: #323C46;
	background: rgba(0,0,0, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 50%;
	text-align: center;
	z-index: 4;
	-webkit-transition: opacity 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: opacity 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.50â€“12.00 */
	transition: opacity 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	opacity: 0;
	visibility: hidden;
}

.lt-ie9 .media-img .img-overlay {
	filter: alpha(opacity=70);
}

.media .img-overlay a {
	display: none;
	position: relative;
	margin-top: -24px;
}

.media:hover .img-overlay a,
.media .img-overlay:hover a {
	display: inline-block;
}

.media .img-overlay h3 {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
	font-size: 18px;
	margin-top: -40px;
}

.media:hover .img-overlay,
.media .media-img:hover .img-overlay {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: opacity 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.50â€“12.00 */
	transition: opacity 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.media p {
	font-size: 14px;
	line-height: 19px;
}

.media a:hover {
	text-decoration: none;
}

.media-body {
	padding: 20px 30px 10px 35px;
}

.media div.pull-left {
	overflow: hidden;
	margin-right: -15px;
	margin-left: 14px;
}

.media div.media-img img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 2000ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 2000ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 2000ms;
	width: 100%;
	height: auto;
}

.media:hover div.media-img img {
	-webkit-transform: scale(1.15, 1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1500ms;
	-moz-transform: scale(1.15, 1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 1500ms;
	transform: scale(1.15, 1.15);
	transition-timing-function: ease-out;
	transition-duration: 1500ms;
	position: relative;
	z-index: 3;
}

.media .media-testo {
	margin-top: 20px;
	margin-right: 20px;
}

hr {
	border-top: solid 1px #b7bbbd;
}

section.pagina-testo-header {
	padding-top: 100px;
	padding-bottom: 20px;
	background: #3e7ba8 url(../img/pagina-bg.jpg) top center no-repeat;
	background-size: cover;
}

section.pagina-testo-header h1 {
	color: #fff;
}

section.page-header {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #323C46;
	padding: 0;
}

.page-header .container {
	height: 800px;
	text-align: center;
	color: #fff;
	margin-top: 0;
	position: relative;
}

.header-titolo {
	text-align: center;
	display: block;
	margin: 0 8%;
	margin-top: -130px;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
}

.lt-ie8 .header-titolo {
	position: relative;
}

.header-titolo h1 {
	color: #fff;
	font-size: 26px;
}

.header-titolo p {
	border-top: solid 1px #fff;
	border-top: solid 1px rgba (255, 255, 255, 0.4);
	color: #fff;
	margin: 6px auto;
	display: inline-block;
	padding: 10px 0;
}

.header-titolo h1 {
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

.header-titolo p {
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.btn {
	background: transparent;
	-webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.1s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.1s ease-out;  /* Opera 10.50â€“12.00 */
	transition: all 0.1s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	border-radius: 0;
	border-width: 2px;
}

.btn:hover {
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #323C46;
	background: #fff;
	border-color: #fff;
}
 .form-control::-webkit-input-placeholder {
 color: #838886;
}
.form-control::-moz-placeholder {
 color: #676c6b;
}
.form-control:-ms-input-placeholder { /* IE10+ */
 color: #838886;
}
.form-control:input-placeholder { /* IE10+ */
 color: ##838886;
}

/* slider per cambiare risoluzioni responsive */



.slider.slider-vertical {
	height: 140px;
	width: 20px;
	float: left;
	margin-left: 0;
	margin-top: 65px;
}

.res-slider-img {
	margin-left: -20px;
	position: relative;
	width: 100%;
	margin-bottom: -30px;
	margin-top: -10px;
	margin-top: 20px;
}

.res-slider-img img {
	position: absolute;
	display: none;
	width: 340px;
	height: auto;
}

.res-slider-img img.active {
	position: relative;
	display: block;
}

.res-lista {
	position: absolute;
	float: left;
	margin-top: 30px;
	left: 35px;
}

.res-lista div {
	color: #ccd4db;
	margin: 15px 0;
}

.res-lista div.active {
	color: #5c91b5;
}

.slider-handle {
	background: #5c91b5;
	width: 16px;
	height: 16px;
	opacity: 1;
}

.slider.slider-vertical .slider-handle {
	background: #5c91b5;
	margin-left: -6px;
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s ease-out;  /* Opera 10.50â€“12.00 */
	transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.slider-selection {
	background: transparent;
}

.slider.slider-vertical .slider-track {
	width: 3px;
	background: #ccd4db;
	border: none;
	box-shadow: none;
	border-bottom: none;
}

/* ==========================================================================
   nuovo slider full width
   ========================================================================== */





#full-width-slider {
	width: 100%;
	z-index: 5;
	overflow: hidden;
	height: 800px;
	height: 100vh;
	background-color:#323C46;
	    -webkit-font-smoothing: antialiased;
}

#full-width-slider .rsContent {
	overflow: hidden;
	height: 100%;
	width: 100%;
    background-image: url("../img/uc-bg.jpg");
    background-size: cover;
}

.js #full-width-slider {
	background: url(../img/loading_gif.gif) center center no-repeat;
	background-size: 45px 32px;
}

.lt-ie10.js #full-width-slider {
	background: url(../img/loading_gif_low.gif) center center no-repeat;
	background-size: 45px 32px;
}


.js #full-width-slider.pronto,
.lt-ie10.js #full-width-slider.pronto
{
background-image: none;
}


.js .rsSlide .car-descrizione {
	display: none;
}

.js .rsSlide.rsActiveSlide .car-descrizione {
	display: block;
}

.loader {
	height: 100%;
	position: fixed;
	width: 100%;
	background: #323C46;
	top: 0;
	z-index: 9999;
	background: url(../img/loading_gif.gif) center center no-repeat #323C46;
	background-size: 45px 32px;
}

.lt-ie10 .loader {
	background: url(../img/loading_gif_low.gif) center center no-repeat;
	background-size: 45px 32px;
}

#full-width-slider .rsOverflow {
	width: 100% !important;
}

#full-width-slider .container {
	position: relative;
	height: 100%;
	z-index: 10;
}














#full-width-slider a.rsImg {
display: none;
}

#full-width-slider .rsImg {
	max-width: none;
	position: absolute;
	width: 100%;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);


}




#full-width-slider .container.desc .row {
	position: absolute;
	z-index: 15;
	left: 15px;
	top: auto;
	bottom: 26vh;
	min-height: auto;
	width: 100%;
}

#full-width-slider .car-descrizione h2,
#full-width-slider .car-descrizione p {
	color: white;
	margin-top: 10px;
	text-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}

#full-width-slider .car-descrizione h6 {
	text-shadow: 0px 1px 6px rgba(0,0,0,0.3);
}

#full-width-slider .car-descrizione h2 {
	margin-top: 10px;
}

#full-width-slider .car-descrizione h2 a {
	color: white;
	-webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.2s ease-out;  /* Opera 10.50â€“12.00 */
	transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

#full-width-slider .car-descrizione h2 a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.70);
}

#full-width-slider .fs1 {
	margin-right: 10px;
	bottom: -7px;
	display: inline-block;
	position: relative;
	font-size: 1.5em;
}

/***************
*
*  1. Arrows
*
****************/



.rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsVer .rsArrow {
	width: 100%;
	height: 44px;
}

.rsVer .rsArrowLeft {
	top: 0;
	left: 0;
}

.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}

.rsHor .rsArrowLeft {
	left: 0;
	top: 0;
}

.rsHor .rsArrowRight {
	right: 0;
	top: 0;
}

.rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
 *background-color: #000;
	border-radius: 2px;
}

.rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px;
}

.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px;
}

.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px;
}

.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px;
}

.rsArrowDisabled .rsArrowIcn {
	opacity: .2;
	filter: alpha(opacity=20);
*display: none;
}

/***************
*
*  2. Bullets
*
****************/



.rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 8px;
	overflow: hidden;
	display: none;
}

.rsBullet {
	display: inline-block;
 *display:inline;
 *zoom:1;
	padding: 6px 5px 6px;
}

.rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
}

.rsBullet.rsNavSelected span {
	background-color: #FFF;
	cursor: default;
}

/* ==========================================================================
   HOME
   ========================================================================== */



.home #full-width-slider .rsArrow {
	display: none !important;
}

.home #full-width-slider .rsBullets {
	display: block
}

.home .presentazione {
	text-align: center;
	margin-bottom: 35px;
}

.home .presentazione h2 {
	margin-top: 0;
}

.home .grigio .media-img img {
	width: 120px;
}

.home .grigio .media-body {
}

.home .grigio .media-body p {
	margin-bottom: 0;
}

.home .grigio {
	padding-bottom: 30px;
}

/* ==========================================================================
   Footer
   ========================================================================== */



.content-info {
	font-size: 14px;
	line-height: 20px;
	padding: 22px 0;
	background: #fff;
	position: relative;
}

.content-info h5 small {
	color: #838886;
	margin-left: 4px;
}

.sottofooter {
	font-size: 12px
}

.content-info .icone-social {
	width: 153px;
	margin: 0 auto 20px;
}

.content-info .addthis_button_facebook_like iframe {
	width: 120px !important;
}

.content-info .copyright {
	text-align: center;
}

.icone-social a {
	font-size: 24px;
}

.icone-social a:hover {
	text-decoration: none;
	opacity: 0.8;
}

a.icona-facebook {
	color: #2c89b6;
}

a.icona-twitter {
	color: #45ada8;
}

a.icona-google-plus {
	color: #dd4c39;
}

a.icona-flickr {
	color: #ea4c89;
}

a.icona-instagram {
	color: #aa7e62;
}


.language_list {
	list-style: none;
	text-align: center;
}


.language_list ul {
	padding: 0;
	margin: 0;
}


.language_list li {
display: inline-block;
margin:  0 5px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 361px) {
    
#full-width-slider .container.desc .row {
	bottom: 0;
}
}

/* fix per header su mobile, mostra sempre come fixed  */
@media (max-width: 767px) {


.pannello-affix.affix-top,
.pannello-affix.affix {
	z-index: 999;
	opacity: 1;
	width: 100%;
	background-color: #323C46;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: fixed;
}

.pannello-affix.affix-top .navbar-inner,
.pannello-affix.affix .navbar-inner {
	margin-top: 0;
}

.navbar .brand-piccolo {
	display: block;
	opacity: 1;
}

.navbar .brand {
	display: none;
}

.navbar .nav {
	margin-top: 0;
}

.navbar-nav>li>a {
	padding: 10px 0 10px;
	text-align: center;
	color: #fff !important;
	  -webkit-font-smoothing: antialiased;
}




.navbar-collapse {
	box-shadow: none;
}
}
 @media (min-width: 768px) {



/* ==========================================================================
STILI GENERICI @ 768
========================================================================== */



h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 13px;
}

p {
	margin-bottom: 1em;
}


.header-titolo {
margin-left: 20%;
margin-right: 20%;
}

.header-titolo h1 {
	font-size: 48px;
}

section {
	padding: 60px 0;
}

section.pagina-testo-header {
	padding-top: 170px;
	padding-bottom: 30px;
}

.lead-link {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -85px;
	padding: 5px 0;
	width: 170px;
	background: white;
	color: #323C46;
}

.lead-link:hover {
	color: #5e696f;
}

.lead-link .icona-freccia-giu,
.lead-link .icona-freccia-giu:hover {
	color: #323C46;
	font-size: 14px;
	text-shadow: none;
}

/* slider per cambiare risoluzioni responsive */



.slider.slider-vertical {
	margin-top: 170px;
}

.res-slider-img {
	width: 100%;
	margin-bottom: -60px;
	margin-top: 80px;
}

.res-slider-img img {
	width: 475px;
	height: auto;
}

.res-lista {
	margin-top: 140px;
}

.home #full-width-slider h2 {
	font-size: 48px;
}


.rsBullet {
    padding: 6px 7px 6px;
}

.rsBullet span {
	width: 13px;
	height: 13px;

}


/* ==========================================================================
   NAVBAR @ 768
   ========================================================================== */




.banner {
	position: absolute;
}

.navbar .navbar-inner {
	margin-top: 80px;
}

.navbar .nav {
	float: right;
	margin-right: 0;
}

.navbar .nav li {
	display: inline-block;
	float: none;
	overflow: hidden;
	transform: translate3d(0,0,0);
}

.navbar-nav>li>a {
	padding-top: 13px;
	padding-bottom: 7px;
}

.navbar .nav li:last-child a {
	padding-right: 6px;;
}

.lt-ie8 .navbar .nav li {
	display: block;
	float: left;
}

.roll {
	display: inline-block;
	overflow: hidden;
	z-index: 200;
	position: relative;
	vertical-align: top;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
}

.roll span {
	display: block;
	position: relative;
	padding: 0 2px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	pointer-events: none;
	-webkit-pointer-events: none;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	overflow: hidden;
	height: 18px;
}

a.roll:hover span {
	overflow: visible;
	-webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
	-moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
	/*background-color: #E7E7E7;*/
}

.roll span:after {
	content: attr(data-title);
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	padding: 0 2px;
	color: #323C46;
	background: #fff;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
	-moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}

/* ==========================================================================
   HOME @ 768
   ========================================================================== */



#full-width-slider .container.desc .row {
	bottom: 26vh;
}

.home .car-descrizione .btn-primary {
	display: inline-block !important;
}

.home .grigio .media-body {
	padding: 16px 30px 10px 26px;
	margin-right: 0;
}

.home .grigio .media-img img {
	width: 100%;
}

.home .grigio .media-body p {
	margin-bottom: 0;
}

.home .grigio .media-body h4 {
	font-size: 15px;
}

/* ==========================================================================
   Footer @ 768
   ========================================================================== */



.content-info {
	padding: 24px 0;
}

.content-info .slogan {
	width: 120px;
	height: auto;
	margin-left: -20px;
	margin-top: 20px;
}

.content-info .icone-social {
	float: left;
	margin: 0;
}

.content-info .copyright {
	float: right;
	text-align: left;
}
}
 @media (min-width: 992px) {

/* ==========================================================================
   STILI GENERICI @ 992
   ========================================================================== */


h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

.header-titolo {
	margin: 0 20%;
}

.media .img-overlay h3 {
	color: #fff;
	margin-bottom: 35px;
	font-size: 24px;
}

/* ==========================================================================
   HOME @ 992
   ========================================================================== */




.home .grigio .media-body {
	padding: 15px 30px 10px 35px;
}

.home .grigio .media-body h4 {
	font-size: 19px;
}

/* ==========================================================================
   Footer @ 992
   ========================================================================== */

.content-info .slogan {
	width: 160px;
	margin-top: -20px;
}
}
 @media (min-width: 1200px) {

/* slider per cambiare risoluzioni responsive */



.slider.slider-vertical {
	margin-top: 120px;
}

.res-slider-img {
	width: 100%;
	margin-bottom: -90px;
	margin-top: -16px;
}

.res-slider-img img {
	width: 640px;
	height: auto;
}

.res-lista {
	margin-top: 90px;
}

.res-slider-cont h2 {
	margin-top: 93px;
}

.content-info p {
	font-size: 14px;
	line-height: 20px;
}

.media .img-overlay h3 {
	color: #fff;
	margin-bottom: 35px;
	font-size: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

section {
	padding: 90px 0;
}


.header-titolo {
    margin: 0px 15%;
}


.header-titolo h1 {
    font-size: 62px;
}



.navbar .nav li a {
    font-size: 14px;
}


h6 {
    font-size: 14px;
}

/* ==========================================================================
   HOME @ 1200
   ========================================================================== */



.home .grigio {
	padding-bottom: 60px;
}

.home .grigio .media-body {
	padding: 32px 30px 10px 35px;
}

.home #full-width-slider h2 {
    font-size: 62px;
    margin-left: -4px;
}

#full-width-slider .container.desc .row {
    bottom: 26vh;
}

.home #full-width-slider .rsBullets {
    display: block;
    bottom: 45px;
}



/* ==========================================================================
   Footer @ 1200
   ========================================================================== */


.content-info .slogan {
	width: 170px;
	margin-left: 0;
}
}



/*risoluzione XL */
 @media (min-width: 1600px) {

.container {
	max-width:1410px;
}

.post-type-archive-portfolio .media-img {
    height: 350px;
}


.header-titolo p {
    font-size: 20px;
}

/* immagini ad alta risoluzione */

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

	.navbar .brand {
	}

	.contatti .navbar .brand,
	.contacts .navbar .brand,
	.blog .navbar .brand,
	.category .navbar .brand,
	.single-post .navbar .brand {
	}

}
