@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two|PT+Serif+Caption);
body
{
	background: #cbcab9;
	background-image: url('img/sfondoverticale.png');
	background-repeat: repeat-x;
	font-family: 'PT Serif Caption', Arial, Helvetica, serif;
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
	line-height: 25px;
	font-size:15px;
}
a img { 
	border: 0;
}
a
{
	color: #7A1A1A;
	text-decoration: none;
	font-weight:bold;
}
a:hover
{
	color: #650000;
	text-decoration: underline;
}
html
{
	margin: 0px;
	width: 100%;
	height: 100%;
}
h1
{
	color: #650000;
	font-size: 22px;
	padding-bottom: 27px;
	padding-top: 8px;
}
h1.home {
	margin-bottom: 0;
	padding-bottom: 0;
}
h2
{
	color: #650000;
	font-size: 18px;
	padding-bottom:10px;
}
h2.mattoni{
	font-size: 27px;
	font-family: 'Shadows Into Light Two', cursive;
	color: #7E8387;;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}
.round
{ 
	border-radius: 15px;
}
.rounds
{ 
	border-radius: 5px;
}
.evidenza{
	color:#f9e478;
}
.mb0 { margin-bottom: 0; }

.pulsante {
	font-family: 'Dancing Script', cursive;
	border: 1px solid #efefef;
	background-color: #ffffffc7;
	height:50px;
	width:50px;
	padding: 5px 10px;
	box-shadow: 2px 2px 7px #9e7f60;
	font-size: 22px;
}
.pulsante:hover {
	transition: all 0.2s linear;
	background-color: #ffffff;
	text-decoration: none;
}
.pulsante2 {
	font-size: 18px;
	/* font 20 whid 300*/
	text-align: left;
    max-width: 300px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.pulsante2 a {
    /*text-shadow: 1px 0px 2px #ffffff;*/
    color: #fff;
    /* background: #FFFFFF; 
    text-shadow: 2px 2px 0 #570405, 2px -2px 0 #570405, -2px 2px 0 #570405, -2px -2px 0 #570405, 2px 0px 0 #570405, 0px 2px 0 #570405, -2px 0px 0 #570405, 0px -2px 0 #570405;
    text-shadow: 2px 2px 0 #570405, 2px -2px 0 #570405, -2px 2px 0 #570405, -2px -2px 0 #570405, 2px 0px 0 #570405, 0px 2px 0 #570405, -2px 0px 0 #570405, 0px -2px 0 #570405, 2px 2px 0px rgba(28,110,164,0);
    */
     text-shadow:
    3px 3px 0 #570405,
   -1px -1px 0 #570405,  
    1px -1px 0 #570405,
   -1px  1px 0 #570405,
    1px  1px 0 #570405;
}
.pulsante2 a:hover {
	text-decoration: none;
	color: #ece2e2;
}
.pulsante7 {
	border: 1px solid #efefef;
	background-color: #ffffff;
	width: 230px;
	padding: 5px 10px;
	box-shadow: 2px 2px 7px #9e7f60;
	display: inline-block;
	border-radius: 7px;
}
.pulsante7:hover {
	transition: all 0.2s linear;
	background-color: #e7e7e7;
	text-decoration: none;
}

.pulsanti {
	border: 1px solid #efefef;
	background-color: #ffffff;
	padding: 5px 10px;
	box-shadow: 2px 2px 7px #cacaca;
	
	max-width: 142px;
}
.pulsanti:hover {
	transition: all 0.2s linear;
	box-shadow: 2px 2px 7px #9e7f60;
	text-decoration: none;
}
.menu-mobile{
	text-align: center;
}
.icone-mattoni {
	font-family: 'Shadows Into Light Two', cursive;
	text-align: center;
	box-shadow: 2px 2px 7px #cacaca;
	max-width: 276px;
	margin: 10px 6px;
	text-decoration: none;
	color: #7E8387;
	text-transform: uppercase;
	padding: 10px;
	float: left;
	border-radius: 7px;
}
.icone-mattoni img{
	max-width: 116px;
	height: 141px;
	width: 258px;
}
.icone-mattoni:hover {
	transition: all 0.2s linear;
	box-shadow: 2px 2px 7px #9e7f60;
	text-decoration: none;
}
.icone-mattoni a {
	text-decoration: none;
	color: #7E8387;
}

#wrap
{
	margin-left: auto;
	width: 1227px;
	margin-right: auto;
	position: relative;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	border-radius:15px;
	background-color: #690506;
	overflow: hidden;
}
#header {
	background: url('img/mattone-argilla.jpg') no-repeat center right;
	height: 140px;
}
#logo
{
	padding: 10px 0px 0px 10px;
	width: 550px;
	height: 120px;
}
/* NAV MENU */
.show-menu,#show-menu
 {
	display:none;
	-webkit-appearance: none;
}
.show-menu
{
		text-decoration: none;
		padding: 10px 14px;
		background: #570405;
		color: #FFFFFF;
		white-space: nowrap;
		height: 20px;
		text-align: center;
		font-weight: normal;
}
nav {
	background-color:#570405;
	height:44px;
	border-top: 1px solid #3a1212;
	border-bottom: 1px solid #3a1212;
	line-height: 20px;
	font-size: 19px;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	display: block;
	position: relative;
	float: left;
}
nav ul li.altro:before
{
	position: absolute;
	display: block;
	content: ' ';
	top: 0;
	left: -2px;
	width: 2px;
	height: 40px;
	background: url('img/menuseparator.png') center center no-repeat;
}
nav li ul { 
	display: none; 
}
nav ul li a {
	display: block;
	text-decoration: none;
	padding: 12px 16px;
	background: #570405;
	color: #FFFFFF;  
	white-space: nowrap;
	height:20px;
	text-align:center;
	font-weight:normal;
}
nav ul li a.active { 
	background: #7d3f3e;
}
nav ul li a:hover { 
	background: #70302f;
	color: #f8efd7;
	text-decoration: none;
}
nav li:hover ul {
	display: block;
	position: absolute;
	height:30px;
	z-index:999
}

nav li:hover li {
	float: none;
}

nav li:hover a { 
	background: #70302f; 
	color: #ffffff;
}

nav li:hover li a:hover { 
	background: #7d3f3e;
	color: #f8efd7;  
}

nav ul li ul li a {
	text-align:left;
	border-top: 1px solid #3a1212;
	font-size: 19px;
	padding: 10px 12px;
}
.menudoppio{
	width:320px !important;
}
.menudoppios a{
	width:50% !important;
}
.menudoppio li{width:50% !important;}
  
.menudoppio li:nth-child(even){float:right;}

nav ul.menudoppio li {
    float: left;
}
nav ul.menudoppio a {
    border-top: 1px solid #3a1212;
    border-right: 1px solid #3a1212;
}

.sub-menu{display:inline-block; width:400px !important;}
 
.sub-menu li{width:50% !important;}
 
.sub-menu li a:hover{color:#FFFFFF;}
 
.sub-menu li:nth-child(even){float:right;}

.navbar-lingue {
	float: right;
	padding-top: 11px;
	padding-right: 16px;
	height: 30px;
}
.navbar-lingue img {
	width: 22px;
	height: 22px;
	padding: 0 1px;
	margin: 0 1px;
}
.evidenza
{
	color:#ffde74
}
.container
{
	background-color: #f7f6f6;
}
.contenuto
{
	padding:20px;
	background-color: #FFFFFF;
	float:left;
	width:740px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contenuto.single {
	width: 100%;
}
.colori-collezioni{
	background: url('img/produzione-mattoni-2019.jpg') ;
	background-repeat: no-repeat;
	background-size: cover;
}
.elenco-servizi{
	background: url('img/elenco-servizi.jpg') ;
	background-repeat: no-repeat;
	background-size: cover;
}
.ristrutturazione{
	background: url('img/ristrutturazione.jpg') ;
	background-repeat: no-repeat;
	background-size: cover;
}
.testo7 {
    font-family: 'Shadows Into Light Two';
    font-size: 18px; 
    text-transform: uppercase;
    color: #7E8387;
    padding-top: 20px;
    text-align: center;
}
.colonnadx
{
	float:left;
	width:230px;
	height:100%;
	padding:20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.prodotti
{
	text-align:center;
	background-color: #FFFFFF;
	padding:10px;
	margin-bottom:20px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.prodotti a img
{
	border:0;
}
.h1prodotti{
	text-align: center;
	padding-left: 198px;
}
.nxl { display: none; }
.vxl { display: block; }
.rs-90 .rsDefault,
.rs-90 .rsArrow {
    height: 90% !important;
}
/*
.fotina
{
	text-align:center;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	padding:10px;
	float:left;
	margin-right:20px;
	margin-top:3px;
	height:195px;
	width:260px;
}
.fotinadx
{
	text-align:center;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	padding:10px;
	float:right;
	margin-left:20px;
	margin-top:3px;
	height:195px;
	width:260px;
}
*/
.video {
	text-align:center;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	padding:10px;
	margin-top: 18px;
	margin-left: 18px;
	width:360px;
	float:right;
}
.fotina {
	text-align:center;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	padding:10px;
	margin-top:3px;
	width:260px;
	height: 172px;
}
.fotina.sx
{
	margin-right:17px;
	float:left;
}
.fotina.dx
{
	float:right;
	margin-left:17px;
}


.margin0 { margin: 0; }

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}

.prodotti-foto {
	text-align: center;
	color: #939097;
	font-size: 18px;
}

.prodotti-foto img {
	width: 550px;
	height: 300px;
}

.prodotti-foto img.scritta {
	width: 550px;
	height: 43px;
}

.prodotti-foto strong {
	color: #777;
}

.prodotti-table {
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}

.prodotti-table > thead th,
.prodotti-table > tbody td {
	height: 22px;
	/* width: 175px; */
	width: 242px;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
	padding: 10px 0px 10px 0px;
	font-weight: normal;
}

.prodotti-table > thead th {
	font-weight: bold;
	color: #939097;
}

.prodotti-table > tbody td {
	white-space: nowrap;
}


.realizzazioni img {
	width: 100%;
	height: auto;
}


.cs-responsive-slider,
.cs-responsive-slider img {
	width: 100%;
	height: auto;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cs-responsive-img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.cs-responsive-slider.home {
	margin-bottom: 20px;
	min-height: 517px;
}

.cs-responsive-img.home {
	
	display: inline-block;
	max-width: 100%;
}


.realizzazione {
	position: relative;
	display: block;
}

/*
.realizzazione > img {
}
*/

.realizzazione > p {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	padding: 12px 12px;
	font-size: 25px;
	/* background-color: #fff; */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF)";
	background-color: rgba(255,255,255,0.6);
	margin: 0;
	font-weight: normal;
}

.google-map {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 450px;
	
	overflow: hidden;
	border: 0;
}
.giu
{
	text-align:justify;
}
.clear
{
	clear:both;
}
#footer
{
	font-size: 15px;
	text-align: center;
	color: #ece2e2;
	padding: 5px 20px 10px 20px;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	color: #f8efd7;
	text-decoration: underline;
}
#author
{
	font-size: 12px;
	text-align: right;
	width: 1204px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 3px 10px 0px;
}
#myBtn {
	display: none; 
	position: fixed; 
	bottom: 20px; 
	right: 47%; 
	z-index: 99; 
	border: none;
	outline: none;
	background-color: rgba(88,4,6,0.57);
	color: #fff;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	font-size: 18px;
}

#myBtn:hover {
	background-color: #70302f;
	color: white;
}
.cs-bannerini {
	float: right;
	height: 65px;
}
.v { display: none; }

@media screen and (max-width: 900px) {
	#header {
		background-image: none;
		text-align: center;
		height: auto;
	}
	h1
	{
	font-size: 18px;
	text-shadow: 1px 1px 0 #ffffff, 2px 2px 2px rgba(206,89,55,0);
	}
	#logo {
		padding: 0;
		margin: 10px auto;
		width: 90%;
		height: revert;
	}
	
	#wrap {
		width: 100%;
	}
	#navbar
	 {
		display:none;
	}
	nav {
		height: auto;
		overflow-x: hidden;
		padding-bottom: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	nav > ul > li {
		display: block;
		float: none;
	}
	
	nav li:hover ul {
		display: none;
	}
	h2.mattoni{
	font-size: 20px;
	}
	.navbar-lingue {
		float: none;
		text-align: center;
		display: block;
		padding: 5px 0;
		height: 40px;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	.navbar-lingue a {
		padding: 0 10px;
		margin: 0 5px;
		line-height: 30px;
		height: 100%;
		display: inline-block;
	}
	
	.navbar-lingue img {
		vertical-align: middle;
	}
	.h1prodotti{
	padding-left: 0;
	}
	.contenuto {
		width: 100%;
		float: none;
		min-height: 0;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.icone-mattoni {
	max-width: 100%;
	margin: 10px 5px;
	padding: 5px 0 0 0;
	float: none;
	border-radius: 7px;
	}
	.icone-mattoni img{
		max-width: 70%;
	}
	.prodotti-foto img {
		width: 250px;
		height: 137px;
	}

	.prodotti-foto img.scritta {
		width: 300px;
		height: 24px;
	}
	.fotina {
		float: none;
		width: 100%;
		height: auto;
		
		margin: 0 0 10px 0;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.video {
		padding: 10px;
		float: none;
		width: 100%;
		height: auto;
		margin: auto;
		box-sizing: border-box;
	}
	.v a
	{
		padding-top: 25px;
		padding-bottom: 15px;
		display:block;
	}
	.colonnadx {
		width: 100%;
		float: none;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#author {
		width: 100%;
		padding: 10px 3px 0 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		text-align: center;
	}
	
	.realizzazione > p {
		font-size: 18px;
		padding: 2px 4px;
		text-align: center;
	}
	
	
	.prodotti-table > thead th {
		font-size: 12px;
		height: auto;
		white-space: normal;
	}
	#myBtn {
	right: 20px;
	background-color: rgba(88,4,6,0.57);
	}
	.n { display: none; }
	.block-resp {
		display: block;
	}
	.v { display: block; }
	.nxl { display: block; }
	.vxl { display: none; }
	.google-map {
		height: 400px;
	}
	
	.cs-bannerini {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	/* NAV MENU */
	.show-menu {
		display:block;
	}
	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #navbar{
		display: block;
	}
	.cs-responsive-slider.home {
	min-height: 217px;
	}

	#footer
	{
		font-size: 13px;
	}
}
