@media only screen and (min-width:480px) and (max-width:767px) {
/* header alto */
.header1 {
	line-height:40px;
	height:40px;	
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header1.shrink {
	display:none;	
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
hr.rigaalta {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(39, 52, 140, 0), rgba(39, 52, 140, 0.75), rgba(39, 52,140, 0));
	width:100%;
	margin-top:39px;
}
.telefonoalto {
	position:absolute;
	top:0;
	right:0;	
	color:#1f39aa;
	font-size:18px;
}
.telefonoalto a:link, .telefonoalto a:visited {
	color:#1f39aa;
}
.telefonoalto a:hover, .telefonoalto a:active {
	color:#ed7926;
}

/* logo */
.header2 {
	width:100%;
	position:relative;
	height:65px;	
	z-index:1600;
	background-color:white;
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;

}
.header2.shrink {
	position:fixed;
	top:0;
	left:0;
	height:56px;
	z-index:1600;
	background-color:white;
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;

}
.logo {
	position:absolute;
	top:0;
	left:2px;
	width:181px;
	height:60px;
	z-index:1000;
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.logo.shrink {
	height:56px;
	width:auto;
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.logo img {
	max-width:100%;
	height:auto;
	max-height:100%;	
}
.numeroverde {
	position:absolute;
	right:0;
	top:25%;
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;	
  width:30%;
}
.numeroverde img {
	max-width:100%;
	height:auto;	
}
.numeroverde.shrink {
	top:25%;	
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.frecce {
	background-image:url("/images/frecce.jpg");
	background-position:center right;
	background-repeat:no-repeat;	
}
.frecce:hover {
	background-image:url("/images/freccehover.jpg");
	background-position:center right;
	background-repeat:no-repeat;
}
.slider-wrapper {
	height:100%!important;	
}

/* menu */

.divmenu {
position:relative;
width:30px;
margin-left:180px;
margin-top:6px;
height:40px;
text-align:left;
display: flex;
    justify-content: left; 
    align-items: left;
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.divmenu.shrink {
margin-top:6px;	
-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.logoecommerce {
width:150px;
text-align:right;
float:right;	
line-height:38px;
}
.toggleMenu {
	position:absolute;
    display:  block;
    padding: 0px 0px 0px 25px;
	margin-top:0px;
    color: white;
	width:30px;
	height:40px;
	line-height:40px;
	bottom:0px;
	background-image:url('/images/menuicon.png');
	background-position:top left;
	background-repeat:no-repeat;
	font-size:16px;
	top:20px;
	left:10px;
}

.nav2 {
    list-style: none;
     *zoom: 1;
	 margin-top:0px;
	 color:#ffffff;
	 margin-left:0px;
	 position:absolute;
	 left:-50px;
	 top: 50px;
	 text-align:left;
	 background-color:#e74631;
	 width:240px;
	 z-index:1800;
	 border:1px solid #c0c0c0;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}

.nav2 a {
	border-right:none;
	background-color:#fff;
	font-size:16px;
	padding: 0px 0px 0px 0px;
}
.nav2 {
	background-color:#d0d0d0;
	padding-top:0px;
	}
    .nav2 > li {
        float: none;
		line-height:30px;
		border-right:none;
		text-align:left;
    }
	.nav2 li a {
	z-index: 9999999;
	padding-left:10px;
	border-right:none;
	}
	.nav2 li a:hover, .nav2 li a:active {
		background-color:#e0e0e0;
	}
    .nav2 > li > .parent {
        background-position: 95% 50%;
    }
    .nav2 li li .parent {
		padding-left:10px;
	
    }
    .nav2 ul {
        display: block;
        width: 100%;
    }
   .nav2 > li.hover > ul , .nav2 li li.hover ul {
        position:static;
    }
	
	.nav2 li  ul {
    position: absolute;
    left: -9999px;
	border-right:none;
}
.nav2 > li:hover > ul {
    left: -9999px;
	
}
.nav2 li li:hover ul {
    left: -9999px;
    top: 0;
}
	
.nav2 li li a:link, .nav2 li li a:visited {
	line-height:30px;
	padding:0px;
	margin:0;
	font-size:14px;
	background-color:#f0f0f0;
	width:90%;
	color:#203aaa;
	padding-left:10%;
}
.nav2 li li a:hover, .nav2 li li a:active {
	line-height:30px;
	padding:0px;
	margin:0;
	font-size:14px;
	background-color:#cacaca;
	width:90%;
	color:#ed7926;
	padding-left:10%;
}
.nav2 li li li a:link, .nav2 li li li a:visited {
	line-height:30px;
	padding:0px;
	margin:0;
	font-size:12px;
	padding-left:15%;
	width:85%;
	background-color:f0f0f0;
}
.nav2 li li li a:hover, .nav2 li li li a:active {
	color:#ed7926;
}
.nav2 li ul li ul li {
margin:0;
padding:0;
}
.nav2 ul {
    list-style: none;
}
.nav2 ul ul {
    list-style: none;
	width:240px;
}


/* contenuti */
.contenitore1 {
	width:96%;
	margin-left:2%;	
}

/*box macro home */
.rigatitolo {
	width:calc(100% - 3px);
	border-left:3px solid #0066cc;
	font-size:24px;
	line-height:50px;
	margin-top:15px;
	margin-bottom:15px;	
	color:#0066cc;
}
.rigatitolo p {
	margin:0;
	padding:0;
	margin-left:30px;	
}
.rigatitolo h1 {
	text-align:center;	
}
.macrohome {
	width:44%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:auto;
	color:#777777;
}
.macrohome1 {
	width:100%;
	height:auto;
	margin-bottom:5px;
	overflow:hidden;
}
.macrohome1 img {
	max-width:100%;
	height:auto;
	width:100%;	
	-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.macrohome1 img:hover {
-webkit-transform:scale3d(1.2, 1.2, 1);
transform:scale3d(1.2, 1.2, 1);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;	
}
.macrohome2 {
	font-size:14px;
	line-height:110%;
}
.macrohome2 p {
	font-family: 'Dancing Script', cursive;
	font-size:3vw;
}
.macrohome2 h4 a:link, .macrohome2 h4 a:visited {
	color:#333;	
	font-size:16px;
	
}
.macrohome2 a:link, .macrohome2 a:visited {
	color:#777;	
}
.macrohome2 a:hover, .macrohome2 a:active {
	color:#333;	
}
.testohome {
	color:#777;
}
.testohome h1 {
	font-size:22px;	
}
.testohome p {
	line-height:110%;	
	font-size:16px;
}
.progettazionehome {
float:left;
width:44%;
margin-right:3%;
margin-left:3%;
height:auto;	
position:relative;
overflow:hidden;
}
.progettazionehome img {
	max-width:100%;
	height:auto;	
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
width:100%;
}
.progettazionehome img:hover {
-webkit-transform:scale3d(1.2, 1.2, 1);
transform:scale3d(1.2, 1.2, 1);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.progettazionehome1 {
	position:absolute;
	bottom:15%;
	right:5%;
	background-color:#ed7926;
	padding:7px;
	font-size:20px;
}
.progettazionehome1 a:link, .progettazionehome1 a:visited {
	color:white;
	display:block;
}
.progettazionehome1 a:hover, .progettazionehome1 a:active {
	color:#ccc;
}
.videohome {
float:left;
width:44%;
margin-left:3%;
height:auto;
margin-top:20px;
}


/* servizi home */
.servizihome {
	margin-top:40px;
	margin-bottom:40px;	
	position:relative;
}
.fotoservizi {
	float:left;
	width:94%;
	margin-left:3%;
	height:auto;
}
.fotoservizi img {
	width:100%;
	max-width:100%;
	height:auto;	
}
.testoservizi {
	float:left;
	background-color:#eee;
	color:#777;
	width:94%;
	margin-left:3%;
	height:auto;
	text-align:center;
	font-size:15px;
}
.testoservizi p {
	max-width:90%;
	line-height:110%;
	text-align:left;
	margin:0 auto;	
}
.boxservizi {
	width:42.5%;
	margin-right:5%;
	margin-left:2.5%;
	margin-bottom:2.5%;
	float:left;
	height:auto;	
	text-align:left;
}
.boxservizi h4 {
	margin:0;
	padding:0;	
	color:#333;
	text-align:center;
}
.boxservizi img {
	margin-left:15px;
	margin-right:10px;	
}
.wrapboxservizi {
	margin-top:30px;	
}

/* scritta corsivo home */
.scrittahome {
	font-family: 'AlphaMack AOE', sans-serif, display;	
	color:#868686;
	font-size:30px;
	text-align:center;
	line-height:110%;
}


/* news home */
.newshome {
	background-color:#eee;	
}
.newshome1 {
	width:94%;
	height:auto;
	padding:3%;
}
.newshome2 {
	width:95%;
	height:auto;
	float:left;
}
.newshome2 img {
	max-width:100%;
	height:auto;	
}
.newshome3 {
	width:95%;
	height:auto;
	float:left;
	text-algin:center;
	margin-left:0%;
}
.newshome3 h3 {
	font-size:16px;	
	text-align:center;
}
.newshome3 h1 {
	font-size:16px;		
}
.newshome3 p {
	font-size:14px;		
}
.newshome4 {
	width:100%;
	float:left;
	height:50px;
	text-align:center;
	margin-top:40px;	
}
.newshome4 a:link, .newshome4 a:visited {
	line-height:130%;
	font-size:18px;
	color:white;
	background-color:#1f39aa;
	border:1px solid #1f39aa;
	padding: 5px 20px;
	
}
.newshome4 a:hover, .newshome4 a:active {
	width:80%;
	line-height:130%;
	font-size:18px;
	color:#1f39aa;
	background-color:white;
	border:1px solid #1f39aa;
}


/* brand home */
.brand {
	margin-bottom:30px;
	margin-top:30px;
}
.brand1 {
	float:left;
	width:25%;
	
}
.brand2 {
	float:left;
	width:50%;
	text-align:center;
	font-size:20px;
	color:#1f39aa;
	margin-top:30px;
}
.brand3 {
	float:left;
	width:25%;
}
.slick2 {
	margin-bottom:50px;	
}
.marchihome {
	text-align:center;
	width:100%;
	text-align:center;
}
.marchihome img {
	max-width:90%;
	width:auto;
	height:auto;
	margin:0 auto;	
	max-height:70px;	
}
#prevslick2 {
	left:-15px;	
}
#nextslick2 {
	right:-15px;	
}


/* footer */
.footer1 {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	color:white;
	font-size:26px;
}
.footer1 a:link, .footer1 a:visited {
	color:white;
	font-size:18px;
}
.footer1 a:hover, .footer1 a:active {
	color:#ccc;
}
.footer1 img {
	margin-right:8px;	
}
.footer2 {
	width:50%;
	float:left;
	font-size:13px;
	line-height:100%;
	text-align:center;
	color:white;
	margin-bottom:5px;
	margin-top:5px;
	min-height:160px;
}
.footer21 {
	text-align:center;
	height:25px;
	width:100%;	
	font-weight:bold;
	margin-bottom:10px;
}
.footer22 {
	text-align:center;
	height:auto;
	width: calc(100% - 1px);
	border-right:none;
	line-height:30px;		
}
.footer22 p {
	margin:0;
	padding:0;	
}
.footer22:nth-child(1) {
	line-height:40px;	
}
.footer22 a:link, .footer22 a:visited {
	color:white;	
}
.footer22 a:hover, .footer22 a:active {
	color:#ccc;	
}
.footer3 {
	font-size:14px;
	text-align:right;
	width:100%;
	color:white;
}
.footer3 a:link, .footer3 a:visited {
	color:white;	
}
.footer3 a:hover, .footer3 a:active {
	color:#ccc;	
}

/* box promopzioni */
.boxpromozioni1 {
	float:left;	
	width:95%;
	height:auto;
	margin-left:2.5%;
	margin-right:2.5%;
	color:#888;
	line-height:100%;
	position:relative;
}
.boxpromozioni11 {
	line-height:125%;
	display: inline-block;
    vertical-align:middle;
	height:auto;
	font-size:14px;
}
.boxpromozioni1 a:link, .boxpromozioni1 a:visited {
	color:#444;	
}
.boxpromozioni1 h3 {
	font-size:18px;	
	line-height:120%;
}
.boxpromozioni1.pari {
	float:right;
}
.boxpromozioni1 img {
	max-width:100%;
	height:auto;	
}
.boxpromozioni2 {
	float:left;	
	width:95%;
	margin-left:2.5%;
	margin-right:2.5%;
	height:auto;
}
.boxpromozioni2.pari {
	float:right;
}
.boxpromozioni2 img {
	max-width:100%;
	height:auto;	
}

/* dettaglio promozioni */
.fotopromozioni {
	float:left;
	width:100%;
	/*height:auto!important;*/
	background-repeat:no-repeat;
	background-size: auto 100%;
}
.fotopromozioni img, .fotopromozioni video {
	width:100%;
	height:100%;	
}
.richiestapromozioni {
	margin-left:2%;
	margin-right:2%;
	width:96%;
	float:left;
}
.testopromozioni {
	margin-left:2%;
	margin-right:2%;
	width:96%;
	float:left;
	text-align:left;
	color:#666;
	line-height:120%;
	font-size:14px;
}
.testopromozioni h3 {
	font-size:18px;
	line-height:120%;	
}

.formpromozioni {
	margin-left:2%;
	margin-right:2%;
	width:96%;
	float:left;
}
.testo1promozioni {
	color:#888;
	line-height:120%;
	font-size:14px;
}
.bgpromozioni {
	background-color:#eee;	
}

/* contatti */
.contatti1 {
		float:left;
		width:50%;
		margin-bottom:30px;
		font-size:14px;
}
.contatti2 {
	float:left;
		width:50%;
		margin-bottom:30px;
		font-size:14px;
}
.contatti3 {
		float:right;
		width:50%;
		margin-bottom:30px;
		font-size:14px;
}
.contatti4 {
	float:left;
		width:50%;
		margin-bottom:30px;
		font-size:14px;
}
.rigacontatti {
	width:90%;
	margin-left:5%;
	float:left;	
	line-height:110%;
	margin-top:10px;
	margin-bottom:10px;
}
.rigacontatti img {
	margin-right:10px;
	height:30px;
}
.rigacontatti1 {
	width:90%;
	margin-left:5%;
	float:left;	
	line-height:105%;
	margin-top:10px;
	margin-bottom:10px;
}

/* box prodotti */
.boxprodotti, .boxprodotti1 {
	float:left;
	position:relative;
	width:47%;
	margin-left:1.5%;
	margin-right:1.5%;
	overflow:hidden;
	margin-bottom:1.5%;
}
.boxprodotti img, .boxprodotti1 img {
	max-width:100%;
	height:auto;	
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
width:100%;
}
.boxprodotti img:hover, .boxprodotti1 img:hover {
-webkit-transform:scale3d(1.2, 1.2, 1);
transform:scale3d(1.2, 1.2, 1);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

.boxprodotti2 {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 20px;
	background-color:white;
	z-index:1;
	font-size:18px;
}
.boxprodotti2 a:link, .boxprodotti2 a:visited {
	display:block;	
}
.visualizzatutti {
width:90%;
border:1px solid #1f39aa;
margin-top:10px;
margin-bottom:10px;	
margin-left:5%;
text-align:center;
height:auto;
position:relative;
float:left;
line-height:30px;
background-color:#1f39aa;
}
.visualizzatutti a:link, .visualizzatutti a:visited {
	color:#fff;
	display:block;	
}
.visualizzatutti a:hover, .visualizzatutti a:active {
	color:#1f39aa;
	background-color:#fff;	
}
.prodottinascosti {
	display:none;	
}

.boxcategoriafotoalta {
	width:100%;
	height:auto;
	margin-bottom:20px;	
	background-color:black;
	overflow-x:hidden;
}
.boxcategoriafotoalta img {
	max-width:200%;
	height:auto;
	opacity:0.65;	
}


/* dettaglio prodotto */
.fotoprodotto {
	float:left;
	width:96%;
	margin-left:2%;
	margin-right:2%;
	text-align:center;
	line-height:105%;
	margin-top:20px;
}
.fotoprodotto img {
	max-width:100%;
	height:auto;	
}
.formprodotto {
	float:left;
	width:98%;
	margin-right:1%;
	margin-left:1%;
	margin-top:20px;
	font-size:15px;
}


/* testo copywriter */
.testohome1 {
	color:#777;
}
.testohome1 h1 {
	font-size:28px;	
}
.testohome1 p {
	line-height:130%;
	margin:0;
	padding:0;
	font-size:15px;	
}
.boxcopywriter2 {
	padding:10px;	
}


/* pagine servizi */
.rigabox {
	margin-bottom:80px;	
}
.boxsx {
float:left;
width:95%;
margin:0 2.5%;
height:auto;	
}
.boxsx p {
	line-height:160%!important;	
}
.boxdx {
float:left;
width:95%;
height:auto;
margin:10px 2.5%;
}
.boxdx img {
	max-width:100%;
	height:auto;
	width:100%;	
}

.boxdx1 {
float:left;
width:95%;
height:auto;
margin:0 auto;	
}
.boxdx1 p {
	line-height:160%!important;	
}
.boxsx1 {
float:left;
width:95%;
margin:0 2.5%;
height:auto;
}
.boxsx1 img {
	max-width:100%;
	height:auto;
	width:100%;	
}


.box2 {
	float:left;
	margin-left:5%;
	margin-right:5%;
	width:40%;
	height:auto;
	font-size:15px;	
	margin-bottom:20px;
}
.box2 h4 {
	color:white!important;	
}
.box2 img {
	margin-right:10px;	
}
.parallax {
	min-height:400px;
	background:transparent;
}

.parallax1 {
float:left;
width:100%;
height:auto;
color:white;
}
.parallax11 {
	margin-top:60px;
	border-left:1px solid white;
	padding-left:30px;
	font-size:32px;
	line-height:140%;
	margin-left:5%;
}
.parallax2 {
	float:left;
width:100%;
height:auto;
margin:10px auto;
color:white;
margin-top:30px;
margin-bottom:30px;
}

.tornaindietro {
	display:none;	
}
.tornaindietro1 {
	display:block;	
	font-size:10px;
	top:-5px;
padding:3px;	
z-index:1000;
}

.rigacorradi {
max-width:100%;
margin-left:0%;
margin-right:0%;
overflow: hidden;
}
.barrasxcorradi {
float:left;
width:100%;
height:auto;
padding-bottom: 500em;
  margin-bottom: -500em;
}
.barradxcorradi {
float:left;
width:217px;
height:auto;
background-image:url('https://www.domustende.it/images/barralaterale.jpg');
padding-bottom: 500em;
  margin-bottom: -500em;
  display:none;
}
.boxmarronecorradi {
background-color:#daa569;
width:100%;
min-height:100px;
height:auto;
color:white;
}
.boxmarronecorradi img {
height:40px;
width:auto;
}
.testocorradi1 {
color:#826144;
font-size:2em;
text-align:center;
}
.testocorradi2 {
color:#62a7dc;
font-size:2em;
text-align:center;
}
.testocorradi3 {
color:#826144;
font-size:1em;
text-align:center;
}

}

