/*  screen mobili superiori a 1200 */

 @charset "utf-8";

*{
	margin:0;
	padding:0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px){
	.header{
	height: 650px;
	min-height: 650px;
	}
}

@media only screen and (min-width: 1401px){
	.header{
	height: 750px;
	min-height: 750px;
	}
	
}

@media only screen and (min-width: 1201px){
	.small{display: none;} /* Classe smallG determita se nascondere o vedere i layout per gli Screen di piccole dimensioni*/
	.mediun{display: none;} /* Classe smallG determita se nascondere o vedere i layout per gli Screen di piccole dimensioni*/
  .large{display: block;} /* Classe largeG determita se nascondere o vedere i layout per gli Screen di Larghe dimensioni*/
			.container .colonna {
	display: inline-block;
}
	.colstretch {
	/*display: flex;
  -webkit-display: flex;*/
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
	margin-top: 1%
}
	/* ---- HEADER ---- */
	/* Altezza della Header  della Home contenente lo slider */
	.sliderText h1, 	.sliderText h2 {
    margin-left: 80px;
    }
	.sliderText h2 {
    margin-top: 55px;
    }
			 .linea {
	display: inline-block;
	margin: 10px ;
	width: 80px;
}
	.contentBox{
	width: 100%;
	}
/* ---- MENU ---- */
	.con_menuMob, #con_menuMob{display: none}
	.con_menu, #con_menu{display: block}
	.con_menuMob{
		min-height: 70px;
		max-height: 70px;
		}
.con_menu{
		min-height: 60px;
		}
		.colfloatf{
		float: left;
	}
	/* container Logo */	
#logoimg{
	width: 100%;
	min-height: 50px;
	height:50px;
    display: inline-block;
    float: left;
	margin-left: 0px;
	margin-top: 0%;
	}
	.logoMenu{
		width: 100%;
	}
	a .logoMenu > img{
		width: 27%;
		top: 3%;
		left: 2%;
	}
	a .logoMenu > h5 {
	padding-top: 10%;
	margin-left: 0px;
	font-size: 12px;
}
.con_menu li.dropdowns img {
    width: 40px;
    height: 40px;
}
 
.con_menu li a, .dropbtn {/* stili testo voci menù genitore*/
	font-size: 12px;
}
 /*  PAGINA CONTATTI*/
 /*  sidebar filtri*/
 .areasix
{padding-left: 5%;
 width: 90%;
}
 .areasix input {
    display: block;
    min-width: 120px;
		width: 95%;
	 font-size: small;
	 padding: 2px;
}
.areasix p {
    font-size: medium;
    margin-bottom: 5px;
}
 /*  area news */
  .tit_sez{
	width: 100%;
 }
.boxnew
{
    width: 20%;
	margin: 10px;
}
.boxnew > h4
{
	font-size: small;
}
.boxnew > p
{
	font-size: small;
}
/* NEWS - dettagio scheda */
/* Template Dett. News*/
.textarea{
	float:none
}
.areaNew img {
	float:left;
	/*width: 160px;*/
}
.content1 {
    width: 80%;
}
.boximg
{
	min-height: 100px;
	 padding: 10px;
    margin: 0%;
}
.boximg >a>img
{
	width: 180px;
	padding: 5px;
}
/*
.boximg >a>img:hover
{
		 position: absolute;
		 top:40%;
		 left:50%;
		 margin-left:-90px;
		 float: none;
		 transform:scale(5, 5) ;
}
*/
.boximg >a>img:hover
{
	transform:scale(1.2) ;
}
 /* ---- BOX PORTFOGLIO  ---- */
 .contBoxPortf{
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
}
.boxPortf{
	width: 550px;
	height: 290px;
	margin: 10px;
	}

#sfondo_portfoglio h4 {
    text-align: center;
    padding-right: 0px;
}
#sfondo_portfoglio button {
    width: 50%;
    height: 40Px;
    background-color: rgba(1, 23, 79, 0.7);
    color: #fff;
    border-radius: 25px;
	}
/* ---- BOX SERVIZI  ---- */
/*.contBoxServ{
	width: 100%;
	padding-left: 25%;
	padding-right: 25%
}*/
.boxServ_2M, .boxServ_2S{
	display: none;
}
.boxServ_2{
	margin-bottom: 1.5%;
	color: #000000;
	position: relative;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	border: 3px solid rgba(255, 255, 255, 0.5);
}

.boxServ_2  {
	width: 300px;
	height: 250px;
	margin: 10px;
}

.boxServ_2 h5{
	background-color: rgba(99, 125, 133, 0.95);
	font-size: medium;
  padding: 8px;
}
.areaServTesto img{
	width: 70px;
}
#sfondo_portfoglio .areaServTesto h4 {
 font-size: 20px;
 width: 30%;
}
#sfondo_portfoglio .areaServTesto h3 {
 font-size: 18px;
 width: 60%;
}
/*
.boxServ_2 img {
    width: inherit;
    height: inherit;
}
.boxServ_2::before {
	  height: 30px;
		width: 212px;
}
.boxServ_2::after {
	min-height: 210px;
	max-height: 210px;
    top: 30px;
	width: 215px;
	padding: 10px;
}
*/
#sfServColor hr{
	width: 150px;
}
/* PAGINA CONTATTI*/
.fcontatti input[type='text'] {
    width: 65%;
}
.etich {width: 25%;}
.fcontatti  textarea {
    width: 60%;
	min-height: 100px
}
/*  ARCHIVIO PROGETTI*/
.csslider1 > .cs_description > label {
	    font-size: medium;
}
.box_filtri_arch{
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}
.pulsSubCat {
	    font-size: medium;
		min-width: 100px;
}
/*  SCHEDA DETTAGLIO PROGETTO*/
/****  Slider ****/
.slider-container .csslider1 {
	height: 600px;
}
.contSlide {
    height: 600px;
}
.csslider1 > ul {
	    height: 600px;
}
.csslider1 > ul > li {
	width: 100%;
	display: flex;
}
/*** miniature ***/
.csslider1 > .cs_bullets > label {
    width: 100px;
    height: 70px;
	margin:5px;
}
/****  Area Inserimento ****/
#idMap
{
  min-width: 100px;
  max-width:600px;
	min-height: 50px;
  /*height: 550px;*/
  width: 100%;
	padding:  3%;
}
.textarea h1{
	font-size: xx-large;
}
.textarea  h2{
    font-size: x-large;
	padding-bottom:10px;
}
.textarea p{
	font-size: medium;
}
.textarea span{
	font-size: medium;
}
/* TEXTAREA sezione ambienti*/
.boxtxtarea{
   width: 98%;
   max-height: 300px;
    padding: 1%;
   font-size: 14px;
}
.boximgarea, .boximgarea1{ /*BOX contenitore Immagine  e Didascalia*/
	width: 45%;
   font-size: 14px;
   display: inline-block;
	 /*margin-top: 2%*/
}
.boximgarea > div, .boximgarea1 > div { /*BOX contenitore Immagine con sfondo background-image*/
	max-height: 400px;
	min-height: 250px;
	/*margin:0% auto;*/
  text-align: center;
	background-image: none;
}

.boximgarea > div > img, .boximgarea > div > label > img,
.boximgarea1 > div > img, .boximgarea1 > div > label > img{  /*BOX Immagine */
	max-height: 400px;
}
.boximgarea p, .boximgdidasc p,
.boximgarea1 p, .boximgdidasc1 p{ /*  Didascalia*/
	font-size: small;
}
.boximgarea1{width: 90%;}
/* FOOTER*/
#fArea_2 a img{
	width: 180px;
	height: auto;
}
/* ---- DIMENSIONI CARATTERI ---- */
.fontXXsmall{font-size: 10px}
.fontXsmall{font-size: 12px}
.fontsmall{font-size: 14px}
.fontmedium{font-size: 16px}
.fontlarge{font-size: 20px}
.fontXlarge{font-size: 22px}
.fontXXlarge{font-size: 25px}
h1{font-size: 45px; }
h2{font-size: 40px; }
h3{font-size: 30px; }
h4{font-size: 18px; }
h5{font-size: 15px; }

/* ---- COLONNE ---- */
.col_05{width: 3.125%;}
.col_1{width: 6.25%;}
.col_2{width: 12.5%;}
.col_3{width: 18.75%;}
.col_4{width: 25%;}
.col_5{width: 30.90%;}
.col_6{width: 37.70%;}
.col_6B{width: 37.50%;
		padding-left: 2%;
		padding-right: 2%;}
.col_7{width: 43.75%;}
.col_8{width: 50%;}
.col_9{width: 56.25%;}
.col_10{width: 62.5%;}
.col_11{width: 68.75%;}
.col_12{width: 75%;}
.col_13{width: 81.25%;}
.col_14{width: 87.5%;}
.col_15{width: 93.75%;}
.col_16{width: 100%;}

.margright5{margin-right: 5%}
.margright10{margin-right: 10%}
.margright15{margin-right: 15%}
.margright20{margin-right: 20%}
.margright25{margin-right: 25%}
.margright30{margin-right: 30%}

.margleft5{margin-left: 5%}
.margleft10{margin-left: 10%}
.margleft15{margin-left: 15%}
.margleft20{margin-left: 20%}
.margleft25{margin-left: 25%}
.margleft30{margin-left: 30%}
.margleft40{margin-left: 40%}
.margleft50{margin-left: 50%}
.margleft60{margin-left: 60%}
.margleft70{margin-left: 70%}
.margleft80{margin-left: 80%}

.paddT100{padding-top: 100px;}
}