@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,700,700italic);
html,body {
	font-family: "Helvetica Neue", 'Open Sans', sans-serif, sans-serif;
	height:100%;
	color:#000;
	min-width:320px;
	background:white !important;
        
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}


body{
    overflow-x: scroll;
    
}
html{
    overflow-x: hidden !important;
}
body{
    overflow-x:hidden !important;
}
/*Content animation*/
.hideme{
     opacity:0;
}
.visible{
     opacity:1;
}
h1 {
	font-size: 2.7em;
	font-weight:400;
	margin: 0px 0px 0.8em 0px;
}
h1 span {
	font-style:italic;
	font-size:0.8em;
}
h2 {
	font-size:2em;
	font-weight:400;
	margin: 0px 0px 0.8em 0px;
}
h3 {
	font-size: 1.3em;
	font-weight:700;
	margin: 0px 0px 0.6em 0px;
}
h4 {
	font-size: 1.2em;
	font-weight:700;
	margin: 0px 0px 0.6em 0px;
}
h5 {

}
h6 {
	text-transform: uppercase;
	color: #006ab3;
}
p {
	font-size: 17px; /*15-25*/
	line-height: 28px;
	/*font-size: 1.1em;*/
	font-weight:300;
	margin: 30px 0px 30px 0px;
}
p strong {
	color:#6d6d6d;
}
form input[type="text"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
   font-size:1.1em;
   color:#666;
}
form input[type="text"]:-moz-placeholder,
form textarea:-moz-placeholder { /* Firefox 18- */
	font-size:1.1em;
	color:#666;
}
form input[type="text"]::-moz-placeholder,
form textarea::-moz-placeholder {  /* Firefox 19+ */
   font-size:1.1em;
   color:#666;
}
/*.btn {
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #000;
	color:#000;
    background: transparent;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    padding-left: 25px;
    padding-right: 25px;
    min-width: 190px;
    text-align: center;
}
*/
.btn {
display: inline-block;
    font-weight: 700;
    border: 2px solid #000;
	color:#000;
    background: transparent;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 170px;
    text-align: center;
}
a.btn:hover {
	text-decoration:none!important;
}
.btnblu {
    border: 1px solid #006AB3;
    color:#006AB3;
margin-top:10px;
}
.btnblu:hover {
   background:#006AB3;
   color:#fff!important;
}
.btnfullblu {
   background:#006AB3;
   color:#fff!important;
   border:0px!important;
}
.btnfullblu:hover {
    background:none!important;
    border: 1px solid #006AB3!important;
    color:#006AB3!important;
}
.btnpink {
    border: 1px solid #E2007A;
    color:#E2007A!important;
margin-top:10px;
}
.btnpink:hover {
   background:#E2007A!important;
   color:#fff!important;
   border: 1px solid #E2007A!important;
}
.btnwhite {
    border: 2px solid #fff;
    color:#fff!important;
}
.btnwhite:hover {
    background: #ffffff!important;
    color: #000!important;
    border: 2px solid #ffffff!important;
}
.btnfullwhite {
    background: #ffffff!important;
    color: #000!important;
    border: 2px solid #ffffff!important;
}
.btnfullwhite:hover {
    border: 2px solid #fff;
    color:#fff!important;
    background: none!important;
}
.btn + .btn {
    margin-left: 30px;
}

.btn:hover {
	color:#fff;
    background-color: #006AB3;
	border-color:#006AB3;
}
.btn-lg, .btn-group-lg>.btn {
	border-radius:0px;
}
.btn-light, .btn-light2 {
    min-width: 190px;
    padding: 16px 0 16px;
    border: none;
    position: relative;
    text-align: center;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.14);
}
.btn-light:hover, .btn-light2:hover {
    -moz-box-shadow: 0px 2px 2px 2px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 2px 2px 2px rgba(255, 255, 255, 0.2);
    color: #E2007A;
    background-color: rgba(255, 255, 255, 0.14);
    border-color: #fff;
}
#scroll_to_top a {
	display:none;
	z-index: 500;
	position: fixed;
	bottom:20px;
	width:50px;
	height:50px;
	right:20px;
	padding:0px;
	font-size:29px;
	line-height:42px;
	text-align:center;
	color:#FFFFFF;
	background-color:#006AB3;
	text-decoration:none;
	-webkit-transition: all 0.45s;
    transition: all 0.45s;
	border:solid 1px #006AB3;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


form#frmInfo input {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    /* border-bottom: 1px solid; */
    background: none;
    box-shadow: none;
}





.row.topcontatti {
    margin-top: 100px;
}
#scroll_to_top a:hover {
	background-color:#E2007A;
	border-color:#E2007A;
}
#scroll_to_top a:active {
	top:auto;
	position:fixed;
}
.nopadding {
	margin:0px !important;
	padding:0px !important;
}
.call {
	padding-bottom: 20px; margin-bottom:0px!important; line-height:40px; text-align:center; font-size:20px; margin-top:0px;
}
.call a {
	text-decoration:none; font-weight:400;
}
.call a:hover {
	text-decoration:none!important;
}
/************************************* OUTER WRAPPER ***************************************/
#outerWrapper {
	min-height:100%;
	position:relative;
	float:left;
	width:100%;
}
/************************************* HEADER ***************************************/
#header {
	position:relative;
	z-index:10;	
}
#headerTop {
    background: white !important;
    position: fixed;
    /* background: #fff; */
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    padding: 15px 0px;
}

#logo {
	position:relative;
	z-index:0;
	float:left;
	margin:15px 0px 0px 0px;
	max-width:40%;
}
/*slideshow*/
header #slideshow {
	width:auto;
	margin:0px auto;
	overflow:hidden;
	/*height:auto;*/
	max-height:250px;
}
header #slideshow img {
	width:100%;
	display:block;
}
header #slideshow .owl-item {
	opacity:0;
	text-align:center;
}
header #slideshow .owl-item.active {
	opacity:1;
}
#action {
   
  
    padding: 0px !important;
    width: 100%;
}
#action:after {
	content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}

#action h1 {
	vertical-align: middle;
	text-align: center;
	color:#fff;
	font-weight:300;
}
#action h3 {
text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Helvetica Neue", 'Open Sans', sans-serif, sans-serif;
    font-weight: 300;
}

#action-home2 {
	/*background:url(img/top1.jpg) top center; */
	background-size: cover;
	margin-top: 50px;
	width: 100%;
}
#action-home2:after {
	content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.5);
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}

#action-home2 h1 {
	vertical-align: middle;
	text-align: center;
	color:#fff;
	font-weight:300;
}
#action-home2 h3 {
text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Helvetica Neue", 'Open Sans', sans-serif, sans-serif;
    font-weight: 300;
}


#actionl {
	/*background:url(img/top11.png) top center;*/
	background:url(img/top-preventivo.jpg) top center;
	background-size: cover;
	/*padding: 15.8vw 0 26.6vw;*/
	padding: 10% 0% 21% 0%;
	width: 100%;
}
#actionl:after {
	content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    /*background: rgba(0, 106, 179, 0.52);*/
    background: rgba(255, 255, 255, 0.72);
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}

#actionl h1 {
	vertical-align: middle;
	text-align: center;
	color:#fff;
	font-weight:400;
	/*text-shadow: 2px 3px 3px #333;*/
	text-shadow: 2px 3px 3px #006ab3;
}
#actionl h3 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: "Helvetica Neue", 'Open Sans', sans-serif, sans-serif;
	font-weight: 400;
	/*text-shadow: 2px 3px 3px #333;*/
	text-shadow: 2px 3px 3px #006ab3;
}
.quotewrap {
	margin-bottom:60px;
}
.quote p {
	text-align:justify;
}

.quote/* p:first-child*/:before {
    display: inline-block;
    content: '\f10d';
    font-family: "FontAwesome";
    font-size: 25px;
    float: left;
    margin-right: 15px;
	color:#a7a7a7;
}
.quote p:last-child:after {
    display: inline-block;
    content: '\f10e';
    font-family: "FontAwesome";
    font-size: 25px;
    float: right;
    margin-left: 15px;
	    margin-top: 10px;
	color:#a7a7a7;
}


.action2{
    background: url("/img/capabilities-hero.jpg") no-repeat fixed center;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    height: 100%;
    width: 100% ;
    text-align: center;

}
.action2 h3 {
	font-size: 54px; font-weight: 300; line-height: 72px; text-align: center; color: #fff!important; padding-top: 80px;
}
.action2 p {
	text-align: center;
	margin:0px;
	margin-bottom:80px;
}

.owl-item .owl_inner_item {
	position:relative;
	max-height:250px;
	overflow:hidden;
	margin:0px auto;
}
.home .owl-item .owl_inner_item {
	max-height: none;
}
.owl-item .owl_inner_item .owl_description {
    color:#fff;
    width:100%;
    z-index:8;
    padding: 10px 20px;
	padding:0px 1em;
	text-align:center;
    overflow: hidden;
	font-weight:300;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	display:none;
	bottom:50px;
	position:absolute;
}
.owl-item .owl_inner_item .owl_description h1 {
	font-size: 2em;
	margin: 0px 0px 1.2em 0px;
}
.owl-item .owl_inner_item .owl_description h2 {
	font-size: 1.8em;
	margin: 0px 0px 1.2em 0px;
}
.owl-item .owl_inner_item .owl_description h3 {
	font-size: 1.4em;
	margin: 0px 0px 1.2em 0px;
}
.owl-item .owl_inner_item .owl_description p {
	font-size: 1.2em;
	margin: 0px 0px 1.2em 0px;
}
.owl-item .owl_inner_item .owl_description h1:nth-last-child(1),
.owl-item .owl_inner_item .owl_description h2:nth-last-child(1),
.owl-item .owl_inner_item .owl_description h3:nth-last-child(1),
.owl-item .owl_inner_item .owl_description p:nth-last-child(1) {
	margin-bottom:0px;
}
.owl-theme .owl-controls {
	display:none!important;
}
.home .owl-theme .owl-controls {
	display:block!important;
}
/********************** MIDDLE ****************************/
#middle {
	padding:5em 0px;
	background-color:#CCDEEA;
}
.home #middle, .land #middle {
	padding:25px 0px 70px 0px;
	background: url(img/homeMiddleBg.png) 50% bottom no-repeat #CCDEEA;
}
.home #middle h3, .land #middle h3 {
font-size: 30px!important;
line-height:50px!important;
}
/********************** SIDEBAR ****************************/
#sidebar {
	padding:3em 0px 3em 0px;
	overflow:hidden;
}
#sidebar h3 {
	color:#006AB3;
}
#sidebar a {
	color:#006AB3;
	-moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	font-weight:400;
	text-decoration:none;
}
#sidebar a:hover {
	color:#01385D;
	text-decoration:none;
}
/********************** CONTENT ****************************/
#content {
	padding:3em 0px 6em 0px;
	overflow:hidden;
}
#content h3 {
	color:#006AB3;
}
#content a {
	color:#006AB3;
	-moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	font-weight:400;
	text-decoration:none;
}
#content a:hover {
	color:#014A7B;
	text-decoration:underline;
}
.home h2, .land h2 {
font-size: 54px;
    font-weight: 300;
    line-height: 72px;
}

#contentWrapper .container h1 {
font-size: 54px;
    font-weight: 300;
    line-height: 72px;
}
#contentWrapper .container h2 {
font-size: 25px;
    font-weight: 300;
	line-height: 40px;
}
.home #contentWrapper .container h2, .land #contentWrapper .container h2 {
font-size: 25px;
    font-weight: 300;
	line-height: 40px;
}
.home #contentWrapper .container h3, .land #contentWrapper .container h3 {
font-size: 54px;
    font-weight: 300;
    line-height: 72px;
	color:#000;
	text-align:center;
}
.home #contentWrapper .container h4, .land #contentWrapper .container h4 {
font-size: 25px;
    font-weight: 300;
	line-height: 40px;
}

ul.elenco {
	list-style: none;
	font-size:17px;
	line-height:30px;
}
/********************************homeservizi********************************/
/*Numeri Home*/
#numbers {
	padding:3em 0px;
	text-align:center;
}
#numbers .row div {
	margin:10px 0px;
}
#numbers span.number {
	font-size:2.5em;
}
#numbers span.text {
	font-size:1.5em;
	padding-left:3em;
	font-style:italic;
}
#numbers i {
	margin-left:10px;
	font-size:2.2em;
	color:#006AB3;
}
/*Testimonials Home*/
#testimonials {
	padding:3em 0px;
	background:#006AB3;
	position:relative;
	overflow:hidden;
	color:#fff;
}
#boxTestimonials .carousel-content { 
    display: flex;
    align-items: center; 
	-webkit-transition: all 0.45s;
    transition: all 0.45s;
}
#boxTestimonials .item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
}
#boxTestimonials blockquote {
	border:0px none;
	padding:1em 0px;
	font-style:italic;
}
#boxTestimonials h3, #newsletterBox h3 {
	margin-top: 20px;
	margin-bottom: 10px;
    font-size: 54px;
    font-weight: 300;
    line-height: 72px;
    color: #fff!important;
    text-align: left!important;
}
#boxTestimonials .carousel-indicators {
	bottom:-40px;
}
#boxTestimonials .carousel-indicators li {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:15px;
	height:15px;
}
/*Form contatti*/
#frmInfo .campoform {
	margin-bottom:20px;
}
#frmInfo .etichetta {
	display:none;
}
#frmInfo input[type="text"] {
	width:100%;
	height:50px;
	box-sizing:border-box;
	padding:0px 10px;
	border: solid 1px #666;
}
#frmInfo textarea {
	width:100%;
	padding:0px 10px;
	box-sizing:border-box;
	min-height:120px;
	border-bottom: solid 1px #666;
    line-height: 22px;
    box-shadow: 0 !important;
}
#frmInfo #cont-messaggio {
	margin-bottom:0px;
}
#frmInfo #cont-privacy .etichetta {
	display:block;
	float:left;
	width:180px;
}
#frmInfo #cont-captcha input[type="radio"] {
	margin: 2px 4px 4px 8px;
}
#frmInfo #cont-captcha input[type="text"] {
	max-width:160px;
	height:35px;
}
#frmInfo #cont-submit button {
	float:right;
	color:#666;
	border-color:#666;
}
#frmInfo #cont-submit button:hover {
	color:#fff;
	border-color:#fff;
}
#boxMappa {
	height:350px;
}
ul.mappadelsito {
	margin-top: 30px;
} 
ul.mappadelsito h3 {
	margin-top: 15px;
} 
.margin {
	margin-top:30px;
}
.margin2 {
	margin-top:60px;
}
.marbot {
	margin-bottom:100px;
}
.padnone {
	padding:0px;
}
.opac {
	background-color: rgba(0, 0, 0, 0.6);
	height:100%;
}
.bg {
	background: #f7f7f7;
}
i.big {
	font-size: 100px;
	color: #b0c0cc;
}
i.blu {
	color: #006AB3;
}
i.medium {
	font-size: 60px;
	color: #b0c0cc;
}
.sicon {
	color: #337ab7;
	font-size: 34px;
	margin-right:7px;
}
#breadcrumbs {
	/*padding:0px;*/
	background: #CCDEEA;
	position:relative;
	z-index:9;
}
#breadcrumbs h4 {
	line-height: 50px;
	color: #006AB3;
}
#breadcrumbs h4 a {
	text-decoration:underline;

}
.sfw {
	padding:100px 0px 30px 0px;
}
.sfw img {
	opacity: 0.2;
}

.mid {
	display: table;
	table-layout:fixed;
	
}
.mid img {
	width:100%;
}
.middle {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	float: none;
}




/*form preventivo*/
.preventivo #frmInfo .campoform {
	margin-bottom:40px;
}
#cont-tempi_consegna, #cont-budget, #cont-servizi, #cont-descrizione_progetto {	
	width:100%;
	clear:both;
}
#cont-tempi_consegna .etichetta, #cont-budget .etichetta, #cont-servizi .etichetta, #cont-descrizione_progetto .etichetta {
	display:block;
	text-align:center;
	margin-bottom:20px;
	font-size:30px;	
}
#cont-servizi input[type=checkbox], #cont-privacy input[type=radio] {
	display:none;
}
#cont-servizi label, #cont-privacy label {
	display:block;
	width:49%;
	float:left;
	/*border:solid 1px #666;*/
	box-sizing:border-box;
	margin-left:2%;
	height:40px;
	line-height:40px;
	cursor:pointer;	
	padding:0px 1em 0px 0em;
	font-size:16px;
	font-weight:normal;
}
#cont-privacy label {
	width:auto;
}
#cont-servizi label:nth-child(4n+2) {
	margin-left:0px;
}
#cont-servizi input[type=checkbox] + label::before, #cont-privacy input[type=radio] + label::before {
	content: "";
	font-family: 'Glyphicons Halflings';
	font-size:34px;
	text-indent:0px;
	display:inline-block;
	width:28px;
	height:28px;
	line-height:16px;
	box-sizing:border-box;
	border:1px solid #666666;
	vertical-align:middle;
	margin-right:0.5em;
}
#cont-privacy .etichetta {
	line-height:40px
}
#cont-privacy input[type=radio] + label::before {
	border-radius:28px;
}
#cont-servizi input[type=checkbox]:checked + label::before ,#cont-privacy input[type=radio]:checked + label::before {
	content: "\e013";
	color:#006ab3;
}
.slider_form_wrapper  {
	margin-bottom:10px;
}
#cont-tempi_consegna input[type=text], #cont-budget input[type=text] {
	border:0px none;
	text-align:center;
	font-size:20px;
}
.formpreventivo #frmInfo #cont-submit button {
	float:left;
}
#frmInfo .ui-slider .ui-slider-handle {
	width:30px;
	height:30px;
}
#frmInfo .ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left:-10px;
}
#frmInfo .ui-state-default, #frmInfo .ui-widget-content .ui-state-default {
	color:#006ab3;
	border: 1px solid #006ab3;
    background: #006ab3
}
#frmInfo .noUi-handle {
    border: 1px solid #006ab3;
    border-radius: 5px;
    background: #006ab3;
    box-shadow:none;
}
#frmInfo .noUi-background {
    background: #ffffff;
    box-shadow: inset 0 1px 1px #f0f0f0;
}
#frmInfo .noUi-origin, #frmInfo .noUi-target {
	border-radius:0px;
}
#frmInfo .noUi-connect {
    background: #dddddd;    
}
#frmInfo .noUi-value {
    top:15px;
}
/*gallery*/
.gallery_container {
	position:relative;
	overflow:hidden;
}
.gallery_container a {
	display:block;
}
.gallery_container img {
			
}
.gallery_container figcaption {
	display:block;
	position:absolute;
	top:-100%;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
	clear:both;
	overflow:hidden;	
	-moz-transition: .6s;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    cursor:pointer;
}
.gallery_container:hover figcaption {
	top:0px;
}
.gallery_container figcaption > p, .gallery_container figcaption > div {
	display:table;	
	width:100%;
	height:101%;
	background:rgba(0,106,179,0.7);
	border-spacing:0px;
	border-collapse:collapse;
	border:0px none;
	float:left;
	text-align:center;
	margin:0px;
}
.gallery_container:nth-child(even) figcaption > p, .gallery_container:nth-child(even) figcaption > div {
	background:rgba(226,0,122,0.7);
}
#content .gallery_container figcaption > p, #content .gallery_container figcaption > div {
	color:#ffffff;
	text-decoration:none
}
.gallery_container figcaption > p > span, .gallery_container figcaption > div > div {
	display:table-cell;
	padding:1em;
	width:100%;
	height:100%;
	box-sizing:border-box;
	vertical-align:middle;
}
.gallery_container figcaption > p > span::before, .gallery_container figcaption > div > div::before {
	display:block;
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	position:absolute;
	z-index:-1;
	opacity:1;
	top:50%;
	left:50%;
	margin:-40px 0px 0px -40px;
	line-height:80px;
	width:80px;
	height:80px;
	color:#ffffff;
	font-size:80px;
	 -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.gallery_container figcaption > p > span:empty::before, .gallery_container figcaption > div > div:empty::before {
	z-index:0
}
#content .gallery_container figcaption h3 {
	color:#ffffff
}
#content .gallery_container figcaption > div p {
	line-height:normal;
	font-size:14px;
}
.pswp__caption__center h3 {	
}
.pswp__caption__center p {
	line-height:normal;
	font-size:14px;
	text-align:justify;
	margin-bottom:14px;
}


/********************** INFO REQUEST ****************************/
#infoRequest {
	background:#CCDEEA;
	padding:3em 0px 3em 0px;
	overflow:hidden;
}
#infoRequest #frmInfo #cont-submit button.btn {
	color:#000;
	border-color:#000;
}
#infoRequest #frmInfo #cont-submit button.btn:hover {
	color:#fff;
    background-color: #006AB3;
	border-color:#006AB3;
}
#infoRequest #frmInfo input[type="text"],
#infoRequest #frmInfo textarea {
	border-color:#b2bcc5;
}
/********************** FOOTER ****************************/
footer {
	padding:30px 0px 20px 0px;
	background:#1f1f1f;
	color:#fff;
}
footer a {
	-webkit-transition: all 0.45s;
    transition: all 0.45s;
	color:#fff;
}
footer a:hover {
	color:#E2007A;
	text-decoration:none;
}
footer .btn {
	color: #fff;
	font-weight:700;
    background-color: transparent;
    border-color: #fff;
}
footer .btn:hover {
	color: #E2007A;
    background-color: transparent;
    border-color: #E2007A;
}
/*Newsletter box*/
#newsletterBox {
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom: solid 1px #333;
	float:left;
}
#newsletterText p {
	margin-top:0px;
}
#newsletterBox #cont-mail {
	float:left;
	width:70%;
	margin-right:2%;
}
#newsletterBox form input[type="text"] {
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
	font-weight:100;
	font-size:1.2em;
	color: #8e8e8e;
	padding: 0.5em 1em 0.5em;
	min-height: 34px;
	height:52px;
	line-height:34px;
	width: 100%;
	box-sizing:border-box;
}
#newsletterBox #cont-submit {
	float:left;
	width:28%;
}
#newsletterBox form input[type="button"] {
	width:100%;
	text-align:center;
	padding: 0.5em 0em 0.5em;
	min-height: 30px;
	line-height:30px;
	font-size:1.2em;
	box-sizing:border-box;
	min-width:auto;
}
#newsletterBox #cont-privacy {
	float:left;
	width:100%;
	margin-top:5px;
	font-size:1em;
}
#newsletterBox #cont-privacy .etichetta {
	float:left;
	margin-right:20px;
	margin-left:5px;
	line-height:22px;
}
#newsletterBox #cont-privacy .campo {
	float:left;
	line-height:22px;
}
#newsletterBox form input[type="radio"] {
	margin:2px 4px 4px 8px;
}
#newsletterBox h3 {

}
#boxSocial ul {
	list-style:none;
	float:right;
	padding:0px;
	margin:0px;
}
#boxSocial ul li {
	float:left;
	margin-left:10px;
}
#boxSocial a {
	font-size:41px;
	height:40px;
	width:35px;
	overflow:hidden;
	display:inline-block;	
}
#boxSocial a:hover,
#boxSocial a:active {
	text-decoration:none!important;
}
#boxCopyright {
    font-size: 0.8em;
    text-align: center;
    margin-top: 250px;
    float: left;
    /* width: 100%; */
}
/************************************ RESPONSIVE ***************************************/
@media (max-width: 991px) {
	#content, #middle, #sidebar {
		padding:1.5em 0px;
	}
	
	#contentWrapper .container h1 {
		font-size: 30px;
		font-weight: 300;
		line-height: 40px;
	}
	#action, #actionl {
    height: auto;
}
	#action h1, #actionl h1 {
		font-size: 30px;
		font-weight: 300;
		line-height: 40px;
		margin-top:30px;
	}
	
	#action h3, #actionl h3 {
		font-size: 25px;
		font-weight: 300;
		margin-top:20px;
	}
	#contentWrapper .container h2 {
		font-size: 20px;
		font-weight: 300;
		line-height: 30px;
	}
	.home #contentWrapper .container h2, .land #contentWrapper .container h2 {
		font-size: 20px;
		font-weight: 300;
		line-height: 30px;
	}
	.home #contentWrapper .container h3, .land #contentWrapper .container h3 {
		font-size: 30px;
		font-weight: 300;
		line-height: 40px;
	}
	.home #contentWrapper .container h4, .land #contentWrapper .container h4 {
		font-size: 20px;
		font-weight: 300;
		line-height: 30px;
	}
	.home #contentWrapper .container p, .land #contentWrapper .container p {
		margin:-3px 0px 30px 0px;	
	}
	#boxTestimonials h3, #newsletterBox h3 {
		font-size: 30px;
		font-weight: 300;
		line-height: 40px;
	}
	#homeServizi ul {
		margin-bottom:30px;
		border-bottom: 1px #ccdeea solid;
		padding-bottom: 15px;
	}
	#homeServizi ul li a {
		font-size:16px;
	}
	.quotewrap img {
		width:90px;
	}
	.action2 {
	background: url("/img/capabilities-hero2.jpg") no-repeat fixed center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100% ;
	text-align: center;
	}
	.action2 h3 {
	padding-top: 50px;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 30px;
	}
	.action2 p {
	text-align: center;
	margin:0px;
	padding-bottom: 50px;
	}
}
@media (min-width: 768px) {
/****************************** HEADER **********************************/
	/*slideshow*/
	.owl-item .owl_inner_item .owl_description {
		position:absolute;
	}
	/*menu*/
	#header .navbar-default {
	    background:none;
	    border:0px none;
	    margin-bottom:0px;
		float:right;
	}
	#header .navbar-default nav > ul {
		list-style:none;
		margin:0px;
		padding:0px;
		height:60px;
	}
	#header .navbar-default nav > ul > li {
		float:left;
		margin-left:0px;
		height:90px;
		margin-top:-15px;
		position:relative;
                text-transform: uppercase;
                font-size: 16px;
	}
	#header .navbar-default nav > ul > li > a {
		color:#000;
		line-height:90px;
		display:block;
		padding: 0 5px;
		text-decoration:none;
		background-color:transparent;
                font-size:13px;
	}
	.navbar-default nav > ul > li > a:after {
	     position: absolute;
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    top: 70px;
    background: #E2007A;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-top: 0px solid #E2007A;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    background: transparent;
    /* border-radius: 50%; */
    margin-left: 50%;
	}
	.navbar-default nav > ul > li.active > a:after,
	.navbar-default nav > ul > li > a:hover:after {
		height:100%;
		z-index:-1;
		border-top-width:4px;
	}
	#header .dropdown-menu {
		background-color: rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 1px 2px 1px rgba(255, 255, 255, 0.175);
		-webkit-box-shadow: 0 1px 2px 1px rgba(255, 255, 255, 0.175);
		box-shadow: 0 1px 2px 1px rgba(255, 255, 255, 0.175);
	}
	#header .dropdown:hover > .dropdown-menu {
	    display: block;
	    margin-top: 0;
	}
	#header .dropdown.dropdown-submenu:after {
		font-family:"FontAwesome";
		content:'\f0d7';
		position:absolute;
		bottom:10px;
		color:#fff;
		width:100%;
		text-align:center;
	}
	#header .dropdown-menu a {
		color:#fff;
		background-color:transparent;
		-moz-transition: 0.4s;
	    -webkit-transition: 0.4s;
	    -o-transition: 0.4s;
	    transition: 0.4s;
	}
	#header .dropdown-menu a:hover {
		/*color:#E2007A;*/
		/*background-color:transparent;*/
    background: rgba(255,255,255,.8);
	border-left:4px #E2007A solid;
color:#000;

-moz-transition: 0s;
	    -webkit-transition: 0s;
	    -o-transition: 0s;
	    transition: 0s;
	}
}

@media (max-width:600px){
    table.playlist td {
    width: 100% !important;
    display: block;
}
table.playlist td img {
    width: 100% !important;
}
}

@media (max-width: 767px) {
    #outerWrapper {
    min-height: auto !important; 
    position: relative;
    float: left;
    width: 100%;
}

h3.grow {
    display: none;
}
    #news{
        display: none;
    }
	.btn {
	    font-size: 1.2em;
	    line-height: 1.2em;
	    padding: 0.7em 0;
	    padding-left: 15px;
	    padding-right: 15px;
	    min-width: 120px;
	}
	/****************************** HEADER **********************************/
	#headerTop {
    margin-top: 50px;
    background: transparent;
    /* display: none; */
    padding: 0px;
}
	#logo {
		top:-65px;
		max-width:40%;
		z-index:101;
		min-width:200px;
		/*display:table;*/
		vertical-align:middle;
		line-height:50px;
                position: absolute;
	}
	#logo a {
		/*display:table-cell;*/
		height:50px;
	}
	#logo a img {
		display:inline-block;
           
	}
	/*slideshow*/
	#header .owl-theme .owl-controls .owl-pagination {
		height:22px;
	}
	#header .owl-theme .owl-controls .owl-page span {
	    width: 9px;
	    height: 9px;
	    margin: 4px 6px;
	}
	.home .owl-item .owl_inner_item {
		max-height:100%;
	}
	.owl-item .owl_inner_item .owl_description {
	    color:#000;
	    width:100%;
	    z-index:8;
	    padding: 10px 20px;
		/*font-size:1.2em;*/
		padding:1.5em 1em;
		text-align:center;
	    overflow: hidden;
		background:#EAEAEA;
		font-weight:300;
	    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;         /* Opera/IE 8+ */
		display:none;
		position:relative;
		bottom:0px;
	}
	.owl-item .owl_inner_item .owl_description h1 {
		font-size: 1.6em;
		margin: 0px 0px 1.2em 0px;
		font-weight:300;
	}
	.owl-item .owl_inner_item .owl_description h2 {
		font-size: 1.4em;
		margin: 0px 0px 1.2em 0px;
		font-weight:300;
	}
	.owl-item .owl_inner_item .owl_description h3 {
		font-size: 1.2em;
		margin: 0px 0px 1em 0px;
		font-weight:300;
	}
	.owl-item .owl_inner_item .owl_description p {
		font-size: 1em;
		margin: 0px 0px 1em 0px;
		font-weight:300;
	}
	.owl-item .owl_inner_item .owl_description a {
		color:#000;
		font-weight:300;
	}
	.owl-item .owl_inner_item .owl_description a:hover {
		color:#E2007A;
	}
	.owl-item .owl_inner_item .owl_description .btn-light,
	.owl-item .owl_inner_item .owl_description .btn-light2 {
		background-color: rgba(0, 0, 0, 0.14);
   		border-color: rgba(0, 0, 0, 0.14);
	}
	/*menu*/
	#header .navbar-default {
	    position:absolute;
		top:-50px;
		width:100%;
		left:0px;
		background:#fff;
	}
	.navbar-default .navbar-collapse {
		-webkit-box-shadow: 0px 10px 15px 2px rgba(168,168,168,1);
		-moz-box-shadow: 0px 10px 15px 2px rgba(168,168,168,1);
		box-shadow: 0px 10px 15px 2px rgba(168,168,168,1);
	}
	.navbar-default .navbar-toggle {
		border:none;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color:#000;
		width: 22px;
    	height: 2px;
	}
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {
		background-color:#d3d3d3;
	}
	.navbar-default .navbar-toggle:hover .icon-bar, 
	.navbar-default .navbar-toggle:focus .icon-bar {
		background-color:#fff;
	}
	#header .navbar-default nav > ul > li > a {
		font-size:1.2em;
	}
	#header .dropdown-menu a {
		font-size:1em;
		-moz-transition: 0.4s;
	    -webkit-transition: 0.4s;
	    -o-transition: 0.4s;
	    transition: 0.4s;
	}
	#header li.active > a,
	#header li > a:hover {
		background-color:#d3d3d3;
	}
	#header li.open > a {
		background-color:transparent;
	}
	/********************** CONTENT ****************************/
	/*Home*/
	#homeServizi div > h1:nth-child(1),
	#homeServizi div > h2:nth-child(1),
	#homeServizi div > h3:nth-child(1) {
		padding-top:0px;
		/*padding-left:55px;*/
	}
	#homeServizi div > h1:nth-child(1):before,
	#homeServizi div > h2:nth-child(1):before,
	#homeServizi div > h3:nth-child(1):before {
		font-family:"FontAwesome";
		color: #000000;
	    font-size: 35px;
	    line-height: 33px;
		top:0px;
		left:20px;
	}
	/*Form*/
	#frmInfo #cont-captcha input[type="text"] {
		width:120px;
	}
	#frmInfo #cont-submit .btn {
		width:100%;
	}
	/********************** MIDDLE ****************************/
	.home #middle, .land #middle {
		padding:5em 0px;
		background: #CCDEEA;
	}
}
@media (max-width: 550px) {
	
	#numbers .row div {
		width:100%;
	}
	/*form*/
	#frmInfo #cont-captcha,
	#frmInfo #cont-submit {
		width:100%;
		text-align:center;
	}
	/*form preventivo*/
	#cont-servizi label, #cont-servizi label:nth-child(4n+2) {
		width:100%;
		margin:0px 0px 0px 0px;
	}
	#frmInfo #cont-privacy .etichetta {
		width:100%;
		text-align:center;
	}
	#cont-privacy .campo {
		float:left;
		width:100%;
		text-align:center;
	}
	#cont-privacy label {
		float:none;
		display:inline-block
	}
	#cont-captcha iframe {
		display:block;
		margin:0px auto;
	}
	#rc-imageselect, .g-recaptcha {display:block; width:250px;margin:0px auto; transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
	/********************** FOOTER ****************************/
	#newsletterBox #cont-mail {
		width:100%;
		margin-right:0px;
		margin-bottom:10px;
	}
	#newsletterBox #cont-submit {
		width:100%;
	}
	#boxSocial,
	#boxFooterInfo {
		width:100%;
		text-align:center;
	}
	#boxSocial ul {
		float:none;
		display:table;
		margin:0px auto;
	}
	#boxSocial ul li {
		float:none;
		display:table-cell;
		padding:0px 5px;
	}
}
.text-link {
	    font-weight: 400;
    display: inline-block;
    /*border-bottom: 2px solid;*/
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: relative;
    width: auto;
    color: #1293d5;
    border-color: #1293d5;
}
.text-link:hover {
	text-decoration:none;
}
.text-link .arrow_right {
  width: 17px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(30px, 0px, 0px);
  -webkit-transform: translate3d(30px, 0px, 0px);
  -moz-transform: translate3d(30px, 0px, 0px);
  display: inline-block;
  position: relative;
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 18px;
}
.text-link:hover .arrow_right {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
text-decoration:none;
}
a.text-link:hover {
  padding-right: 20px;
  color: #0c628e;
text-decoration:none;
}
/***************************REPORT SEO**********************************/
#reportseo h5 {
	text-align: center;
	font-size:18px;
}
#reportseo p {
	margin-top: 5px;
	text-align:center;
	font-size: 14px;
}
#reportseo img {
	margin: 0px auto;
}

/* stile popup */

.popup_cont {
    position: fixed;
    z-index: 102;
    z-index: 9999999 !important;
}
.popup_back {
    position: fixed;
    z-index: 102;
    z-index: 999999 !important;
}

.popup_close {
    color: white !important;
    cursor: pointer;
    position: absolute;
    padding: 5px;
    right: 5px;
    top: 0;
    font-size: 50px !important;
    margin-top: -16px;
}

div.popup {
    background: #fff;
    padding:0px !important;
    box-shadow: 0 3px 10px #222;
}

.popup_content {
    background: #01559d;
}

.popup_cont {
    width: 60%;
}

.popup_content img{
	width:100%;
}

/* STILI PER IL FORM PAYMENT */
#xpay_payment{
    background: #eee;
    padding: 20px;
}

#xpay_payment button{
    
    background: green;
    border:2px solid #145414;
    padding:10px;
    border-radius:30px;
    color:white;
    
    
}
#xpay_payment input[type="text"]{
    width: 80% !important;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    margin-top:10px;
    margin-bottom: 10px;
    padding: 10px;
}

#xpay_payment textarea{
    width: 80% !important;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    margin-top:10px;
    margin-bottom: 10px;
    padding: 10px;
}

form[name="frmNewAccount"] input{
    border-radius: 10px;
    margin-top:10px;
    margin-bottom: 10px;
    padding: 10px;
}

input.radio {
    display: inline-block;
}

.btn {
    display: inline-block;
    font-weight: 700;
    border: 2px solid #000;
    color: #000;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 170px;
    text-align: center;
    border: 1px solid #fff !important;
}

h3.grow {
    font-size: 35px !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
    color: #333333 !important;
    font-weight: lighter;
}

#left1{
    background: #313544;
    height:600px;
    overflow: hidden;
    padding: 0px;
}

#right1{
  height:600px;
  color:black;
  background: #f9f58f;
}
#right1 p,h5{
    width: 90%;
    margin: auto;
    padding-top:30px;
   
       
    
}

#right2{
     background: #313544;
    height:600px;
    padding:0px;
    overflow:hidden;
}

#left2 p,h5{
    width: 90%;
    margin: auto;
    paddin-top:30px;
}

#left2{
    
         height:600px;
         background: #f9f58f;
}

#left2 h4 {
    font-size: 25px;
}

#right1 h4 {
    font-size: 25px;
}
.serv{
    min-height: 100px;
    color:black;
}

.service{
    margin-top:50px;
    text-align: center;
}
.service i.fa{
    
    font-size:40px !important;
    color:#e2007a;
    
}

#text-pre p{
     width: 90%;
    margin: auto;
    font-size: 14px;
	text-align: justify !important;
   
    
}

#text-pre {
    height: auto !important;
    overflow: hidden;
    text-align: justify;
}

#img-pre{
    overflow: hidden;
}

#img-pre img{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

#test-img{
    height:600px;
    overflow: hidden;
    padding:0px;
    
}

#test-text{
       height:600px;
    overflow: hidden;
    padding:0px;
    
}

#test-text p{
        width: 50%;
        background: #006AB3;

}
div#boxTestimonials p {
    font-size: 12px;
}

.countcon{
    background: #eee;
    margin-top:30px;
    margin-bottom:30px;
    padding: 10px;
    text-align: center;
    padding: 30px;
    
}
.mix-block{
    border:none !important;
}

.mix-block p{
    font-size:17px !important;
}

.count h3{
    font-size:35px;
    text-align: center;
}
.count p{
    font-size:14px;
    text-align: center;
}

.count .fa{
    font-size:50px;
    text-align: center;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 100%;
}

@media (max-width:1025px){
    .carousel-indicators {
    bottom: -10px !important;
}
}

/* stili home2 */
@media(max-width: 768px){
    .box_gal img {
    margin-bottom: 20px;
}
.newsbox img {
    width: 100% !important;
    height: auto !important;
}

    .container-fluid.footercontainer div {
    padding: 10px !important;
}
 #header .navbar-default nav > ul > li > a {
    color: #000;
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    background-color: transparent;
    font-size: 10px !important;
}

.newsbox img {
    width: 100%;
    margin-bottom: 10px;
}
.box-catalogo {
    -webkit-box-shadow: 0 8px 6px -6px #cc;
    -moz-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow: 0 8px 6px -6px #ccc;
    border: 1px solid #eee;
    padding: 5px;
    width: 300px;
    margin: auto;
}
.box_gal {
    height: auto !important;
    overflow-y: hidden !important;
    width: 300px;
    margin: auto;
}
}


@media (min-width: 768px){
.container-fluid.footercontainer div {
    padding: 10px !important;
}
#topmenu ul > li > a {
    color:black !important;
    font-size:12px;
    
}
#bs-example-navbar-collapse-2 ul li{
    margin-top:-30px !important;
}

#bs-example-navbar-collapse-3 #header .navbar-default nav > ul > li {
    float: left;
    margin-left: 10px;
    height: 90px;
    margin-top: -25px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 8px;
   
}
.navbar-collapse{
    z-index: 99999999;
}

}

#bs-example-navbar-collapse-2 {height: 50px !important;}


.block-home2{
    
    width: 90%;
    margin:auto;
    border:1px solid #ccc;
}
.block-home2 img{
    width: 100%;
    margin-bottom: 20px;
}

.block-home2 p{
    font-size:12px;
    width: 90%;
    margin:auto;
    text-align: justify;
}
#text-pre2 {
    width: 80%;
    margin: auto;
    text-align: justify;
    padding-top: 40px;
    margin-left: 10%;
}
#text-pre3 {
    width: 80%;
    margin: auto;
    text-align: justify;
    padding-top: 40px;
    margin-left: 10%;
   
}

#text-pre3 p{
    font-size:14px;
}
#calltoaction{
    margin-top:50px;
}

#logo a img.logo {
		display:inline-block;
                width: 200px !important;
	}
        
	div#action img {
		width: 80%;
		margin: auto !important;
		margin-left: 10% !important;
	}

figure.col-md-4.nopadding.gallery_container {
    padding: 40px !important;
}

.boxopera img{
    width: 100% !important;
    height: auto;
}

.boxopera{
    padding: 40px;
}

.titlehome{
    text-align:center;
}

#myCarousel{
    width: 80%;
    margin: auto;
}

#news{
    background: #ebecee;
}

.carousel-control.left{
    background: none !important;
}

.carousel-control.right{
    background: none !important;
}

.fadeIn{
    display: none;
}


.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #d60bd6 !important;
}

.gallery_image img{
    width: 100%;
    height: auto;
    
}

.gbox{
    padding: 20px;
}

.galopere{
    width: 80%;
    margin: auto;
}

.gallery_text a {
    text-align: center;
    display: block;
    color: black;
    font-weight: lighter;
}


.home{
        padding-bottom: 20px;
}

#testimonianze{
    width: 80%;
    margin: auto;
}


#testimonianze  .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #424347 !important;
    margin-right: 15px !important;
    border: 0px !important;
    border-radius: 50% !important;
}
#testimonianze  .carousel-indicators li{
     border-radius: 50% !important;
     background: #9d9d9f !important;
}

figure.col-md-4.nopadding.gallery_container {
    display: none;
}

ul.slick-dots {
    display: none !important;
}
button.slick-prev.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
}

.title-home-low{
    color:#333333;
    font-size:27px;
    text-align: center;
 
}

.row.gallery_wrapper.gallerie.slick-initialized.slick-slider.slick-dotted {
    background: #eee;
    padding: 20px;
}

.slick-track figure {
    margin-right: 10px !important;
}


#socialwidget{
    width: 80% !important;
    margin: 50px auto;
}

.slick-track figure {
    width: auto !important;
}

.slick-track {
    height: 100px !important;
    overflow: hidden !important;
}

#text-pre {
    height: auto !important;
    overflow: hidden;
	margin-top: 12% !important;
}

#contentWrapper .container h1#titolopagine{
    font-size: 35px;
    color:#333;
}

.box_gal{
    height: 200px;
    overflow-y: hidden !important;
    
}

.box_gal img {
    width: 100%;
}

.box-catalogo a img{
    width: 100% !important;
    height: auto !important;
}

.box-catalogo img{
    width: 100% !important;
    height: auto !important;
}


.catonline{
    margin-bottom: 50px;
}

.box-catalogo p {
    font-size: 12px !important;
}

.box-catalogo {
	height: 520px;
    margin-top: 20px;
    -webkit-box-shadow: 0 8px 6px -6px #cc;
    -moz-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow: 0 8px 6px -6px #ccc;
    border: 1px solid #eee;
    padding: 5px;
}

.catonline {
    margin-bottom: 50px;
    margin-top: 50px;
}

.newsbox {
    margin-top: 20px;
    margin-bottom: 20px;
    /* background: #eee; */
    border: 1px solid #ccc;
    padding: 20px;
}

.newsbox p {
    padding-top: 20px;
}


.form-contatti{
    padding:30px;
}

footer {
    padding: 30px 0px 20px 0px;
    background: #3d3d3d;
    color: #fff;
}

footer h4{
    font-size: 30px;
    letter-spacing: 2px;
}

#newsletterBox h3 {
    font-size: 30px;
}
.loading {
    height: 100% !important;
    width: 100%;
    position: absolute;
    background: white;
    z-index: 9999999;
    top: 0px !important;
}

input#openPop {
    background: #E2007A;
    border-radius: 0;
}

.footercontainer p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.flashcontent iframe {
    width: 100%;
}

table.playlist td {
    width: 33%;
}

table.playlist td img{
    width: 90%;
    padding: 5%
}

.galele.col-md-4.col-xs-12 {
    margin-bottom: 20px;
}

span.descopere {
    font-size: 12px;
}

.playlist {
    font-size: 10px;
    padding-left: 20px;
}

table.playlist {
    padding: 0px !important;
    width: 100%;
}

span.descopere {
    height: 30px !important;
    display: block !important;
}




.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 1 !important;
    display: none;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 1 !important;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid black !important;
}

hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.newsboxhome{
	padding: 10px;
}

.newsboxhome div{
	margin-left: 0px;
}

.newsboxhome img {
    width: 100% !important;
    height: auto !important;
}

.newsboxhome::after {
    content: "__________";
    /* border-bottom: 1px solid #ccc; */
    width: 100px !important;
    text-align: center !important;
    display: block;
    margin: auto;
}

.newsboxhome a {
	color:black !important;
}

.newshomerow a{
	color:black !important;
}