html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* safari */
input,textarea {

-webkit-appearance: none;
box-shadow: none !important;

}



/* end safari */

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #fff;
}


body {
	color: #3D3C3F;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5em;
}
ol, ul {
	list-style: square;
	margin: 0 0 0.5em;
}

strong {
	color:#3D3C3F;
	font-weight: bold;
}
p {
	margin: 0 0 0.5em;
	max-width: 634px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.5em 0 0.25em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5, h6 {
	font-size: 1em;
}

a, a:link, a:visited {
	color: #3D3C3F;
	text-decoration: none;
}

a:hover, a:active {
	color: #3D3C3F;
	text-decoration:underline;
}

img {
	max-width: 100%;
}

hr {
	border: none;
	background: url(../images/bg_hr.png) center center no-repeat;
	height: 10px;
}

#logo {
	padding-bottom: 0;
}

.logo {
	color: #3D3C3F;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	text-align:center;
	margin-top:1em;
	display: block;
}
.logo b {
	font-weight: bold;
}

.grid {
	padding: 0 20px;
}

.row {
	margin-bottom: 1em;
}
.slicknav_menu {
	display:none;
}
 ul#menu {
margin: 2em;
padding: 0;
-webkit-padding-before: 1em;
list-style-type: none;
font-size: 0.9em;
text-align:right;
}
ul#menu li {
	display:inline;
	padding: .2em 1em;
	text-align:right;
}

@media screen and (max-width: 40em) {


	/* #menu is the original menu */
	ul#menu {
		display:none;
	}

.logo {

display: none;
}

	 .slicknav_menu {
		display:block;
	}
	#boxform {
		margin-top:2em !important;
		/*border:#E8E8E8 1px solid;
		border-radius:2px;*/
		/*height:550px;*/
		font-size:15px;
	}
}
#slide {
	margin-top:2em;
	/*background-color:#999;*/
	width:100%;
	/*height:465px;*/
	border-radius:2px;
}
#boxform {
	margin-top:0em;
	/*border:#E8E8E8 1px solid;
	border-radius:2px;*/
	/*height:550px;*/
	font-size:15px;
}
.title {
	font-size:16px;
	text-align:center;
	background-color: #C53727;
	padding:10px;
	color:#ffffff;
}
.title strong {
	color:#ffffff;
}
input#nome {
	width:96%;
	height:40px;
	border:#E8E8E8 1px solid;
	border-radius:2px;
	color:#3D3C3F;
	margin-top:1.1em;
	margin-bottom:1em;
	padding-left:1em;
}
input#tel {
	width:96%;
	height:40px;
	border:#E8E8E8 1px solid;
	border-radius:2px;
	color:#3D3C3F;
	margin-bottom:1em;
	padding-left:1em;
}
input#mail {
	width:96%;
	height:40px;
	border:#E8E8E8 1px solid;
	border-radius:2px;
	color:#3D3C3F;
	margin-bottom:1em;
	padding-left:1em;
}
input#citta {
	width:96%;
	height:40px;
	border:#E8E8E8 1px solid;
	border-radius:2px;
	color:#3D3C3F;
	margin-bottom:1em;
	padding-left:1em;
}
textarea#messaggio {
	width:96%;
	height:100px;
	border:#E8E8E8 1px solid;
	border-radius:2px;
	color:#3D3C3F;
	margin-bottom:1em;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	padding-left:1em;
	padding-top:0.5em;
	outline: none;
	resize: none;
}
.send {
	background-color:#3E3D40;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:none;
	color:#ffffff;
	font-family: 'Droid Sans', sans-serif;
	font-size:1em;
	height:3em;
	line-height:3em;
	width:100%;
	text-decoration:none;
	text-align:center;
	margin-top:0.5em;
	margin-bottom:1em;
}
.send:hover {
	background-color:#3E3D40;
	cursor:pointer;
}.send:active {
	position:relative;
	top:1px;
}
#privacy {
	font-size:10px;
	font-style:italic;
	line-height:17px;
}
#orari {
	font-size:16px;
	margin-top:2em;
	font-style:normal;
	line-height:17px;
	text-align:left;
}
#contmessno {
	width: 100%;
	height:3em;
	margin-left:0px;
	background-color:#FF555A;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
#contmessok {
	width: 100%;
	height:3em;
	margin-left:0px;
	background-color:#94C37A;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
#txtcontmess {
	width: 100%;
	text-align:center;
	padding-top:0.8em;
	color:#FFF;
	font-size:0.9em;
	font-family: 'Droid Sans', sans-serif;
}
#mess {
	margin:0 auto;
	width: 100%;
	margin-top:1.5em;

}
.microdata {
	display:none;
}
.foot {
	text-align:center;
	font-size:13px;
}


/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
/*.icon-bar {
 position: fixed;
 top: 20%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 z-index: 1;
} */

/* Style the icon bar links */
/*
.icon-bar a {
 display: block;
 text-align: center;
 padding: 16px;
 transition: all 0.3s ease;
 color: white;
 font-size: 20px;
}*/
.icon-bar {
	width: 100%;
 position: fixed;
 bottom: 0;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
 z-index: 1;
}

/* Style the icon bar links */
.icon-bar a {
	margin: 0 auto;
 display: inline-block;;
 text-align: center;
 padding: 16px;
 transition: all 0.3s ease;
 color: white;
 font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
 background-color: #000;
}

.facebook {
 background: #3B5998;
 color: white;
}

.twitter {
 background: #55ACEE;
 color: white;
}

.google {
 background: #dd4b39;
 color: white;
}

.linkedin {
 background: #007bb5;
 color: white;
}

.youtube {
 background: #bb0000;
 color: white;
}
.instagram {
	background: #DD2A7B;
	color: white;
}
.whatsapp {
	background: #25D366;
	color: white;
}
a.sendwhatsapp {
	margin: 0 auto;
	/*background:    #15d798;*/
	background: #25D366;
	border-radius: 3px;
	padding:       20px 45px;
	color:         #ffffff;
	display:       inline-block;
	font:          normal bold 20px/1 "Open Sans", sans-serif;
	text-align:    center;
	text-decoration: none;

}
