/* ============================== */
/* HMTL                           */
/* ============================== */

html {
	font-size: 62.5%;
}

body {
	font-size: 14px; font-size: 1.4rem;
	font-family: 'MuseoSansRounded-300';
	background-color: #2E2E2E;
}

h1 {
	color: #666666;
	font-size: 27px; font-size: 2.7rem;
	font-family: 'texgyreadventorregular';
	padding: 40px 0;
	letter-spacing:0px;
	font-weight:normal;
}
.introh1 {
	margin:150px auto 10px auto !important;
	text-align:center;
	padding:5px 0 0 0 !important;
	}

h2 {
	color: #999999;
	font-size: 22px; font-size: 2.2rem;
	font-family: 'texgyreadventorregular';
	font-weight:normal;
}
.introh2 {
	margin:0px auto 10px auto !important;
	text-align:center;
	font-weight:normal;
	padding:0 !important;
	}

h3 {
	color: #000;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'MuseoSansRounded-300';
}

h4 {
	color: #000;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'MuseoSansRounded-300';
}

h5 {
	color: #2B2B2B;
	font-size: 22px; font-size: 2.2rem;
	font-family: 'texgyreadventorregular';
	border-bottom:1px solid #E4DAE2;
	margin:10px 0 0 0;
}

h6 {
	color: #6691D5;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'texgyreadventorregular';
}
@media only screen and (max-width: 1024px) {

	#voces h6 {
		font-size: 16px; font-size: 1.6rem;
	}
}
p {
	color: #333;
}

strong {
	color: #222;

}

a {
	color: #c80077;
	text-decoration: none;
}

li {
	list-style-type: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
}

textarea {
	height: 200px;
}

label {
	width: 100%;
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	float: left;
}

/* ============================== */
/* DIV header                     */
/* ============================== */

#header {
	height: 75px;
	border-top: 5px solid #c80077;
	background-image: url(/aweb/aw-themes/default/imgs/bg-navbar.jpg);
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

}

/* ============================== */
/* DIV login                      */
/* ============================== */

#login {
	background-color: #000;
	height: 36px;
	border-bottom: 1px solid #cccccc;
}
#login ul {
	margin: 0;
	padding: 0;
	height: 36px;
	float: right;
}
#login li {
	margin: 0;
	padding: 0 5px;;
	height: 36px;
	color: #eeeeee;
	line-height: 36px;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'MuseoSansRounded-300';
	text-transform: uppercase;
	float: left;
}
#login li a {
	padding: 0 10px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#login li a:hover {
	color: #ffffff;
	background-color: #c80077;
}
.actived {
	color: #ffffff;
	background-color: #c80077;
}
.actived:hover {
	color: #dddddd;
	background-color: #c80077;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	#login {
	}
	#login ul {
		margin-right:15px;
	}

}

/* ============================== */
/* DIV logo                       */
/* ============================== */

#logo {

}
#logo a {
}
#logo a:hover {
}
.img-logo {
	position:absolute;
	z-index:100; left:50%;
	top:1px;
	margin-left:-500px;
	height:115px;
	}

@media only screen and (max-width: 1024px) {
.img-logo {
	position:absolute;
	z-index:100;
	left:50%;
	top:1px;
	margin-left:-400px;
	}
}

@media handheld, only screen and (max-width: 768px) {
.img-logo {
	position:absolute;
	z-index:100;
	left:3%;
	top:0px;
	margin-left:0;
	}
}

/* ============================== */
/* DIV navbar                     */
/* ============================== */

#navbar {
}
#navbar #desktop {
	display: block;
}
#navbar #navbar-sp {
	display: none;
}
#navbar nav ul {
	margin: 0;
	padding: 0;
	height: 75px;
}
#navbar nav li {
	margin: 0;
	padding: 0;
	height: 75px;
	color: #eeeeee;
	line-height: 75px;
	font-size: 19px; font-size: 1.9rem;
	font-family: 'MuseoSansRounded-300';
	text-transform: uppercase;
	float: left;
}
#navbar nav li:first-child {
	background-image: none;
}
#navbar nav li a {
	padding: 0 15px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-shadow: #333 2px 2px 2px;
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#navbar nav li a:hover {
	color: #ffffff;
	background-color: #3162B3;
}
#navbar nav li .actived {
	color: #cccccc;
	text-shadow: #000000 0px 1px 0px;
	background-color: #3162B3;
}
#navbar nav li .actived:hover {
	color: #dddddd;
	text-shadow: #000000 0px 1px 0px;
}

@media only screen and (max-width: 1024px) {

	#navbar nav li {
		margin: 0px;
		font-size: 16px; font-size: 1.6rem;
	}
	#navbar nav li .actived {
		color: #FFF;
		text-shadow: #000000 1px 1px 1px;
		background-color: #3162B3;
	}
	#navbar nav li a {
		padding: 0 10px;
	}
}

@media handheld, only screen and (max-width: 768px) {

	#navbar {
		display: none;
	}

}

/* ============================== */
/* DIV search                     */
/* ============================== */

#search {
}
#search input[type="submit"] {
}
#search input[type="submit"]:hover {
}
#search input[type="text"] {
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	#search {
		display: none;
	}

}

/* ============================== */
/* DIV menu                       */
/* ============================== */

#menu {
	display: none;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	#menu {
		display: block;
		background-color: #333;
	}
	#menu #navbar-sp {
		display: none;
	}
	#menu nav ul {
		background-color: #333;
	}
	#menu nav li {
		height: 35px;
		color: #EEE;
		text-align: center;
		font-size: 18px; font-size: 1.8rem;
		font-family: 'MuseoSansRounded-300';
		line-height: 35px;
		border-bottom:1px dashed #CCC;
	}
	#menu nav li:last-child {
		border-bottom: 0;
	}
	#menu nav li a {
		display: block;
		color: #EEE;
		text-decoration: none;
	}
	#menu nav li .actived {
		color: #FFF;
		text-shadow: #000 0px 1px 0px;
	}

}

/* ============================== */
/* DIV slide                      */
/* ============================== */

#slide {
	width: 100%;
	background-color:#FFF;
	padding-bottom:1px;
	border-bottom: 5px solid #c80077;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

}

/* ============================== */
/* DIV slogan                     */
/* ============================== */

#slogan {
	min-height: 120px;
	width: 100%;
	background-color: #ffffff;
	display:none;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

}

/* ============================== */
/* DIV home-industriale           */
/* ============================== */

#home-industriale {
	width:370px;
	height:140px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:200px;
	z-index:10000;
	padding:20px 0 20px 20px;
  	background-color: rgba(199, 0, 119, 0.6);
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
}
#home-industriale h5, #home-industriale h6, #home-industriale p, #home-industriale span, #home-industriale strong {
	color:#FFF !important;
	text-shadow: #000000 0px 1px 0px;
}
#home-industriale h5 {
	font-size:30px; font-size:3.0rem;
	border-bottom:0px;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {
	#home-industriale {
		width:100% !important;
		height:140px;
		overflow:hidden;
		position:relative;
		left:0;
		top:0;
		margin:0 0 0 -10px;
		z-index:10000;
		padding:20px;
		background-color: rgba(199, 0, 119, 1);
		border-top:0px solid #FFF;
		border-bottom:0px solid #FFF;
		border-right:0px solid #FFF;
	}
}

/* ============================== */
/* DIV path                       */
/* ============================== */

#path {
	background-color:#FFF;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

}

/* ============================== */
/* DIV title                      */
/* ============================== */

#title {
	margin: 0;
	background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

}

/* ============================== */
/* DIV content                    */
/* ============================== */

#content {
	margin: 0;
	background-color: #ffffff;
}
#content td {
	padding:5px;
	border:1px solid #E4DAE2;
	vertical-align:top;
}
#content input[type="submit"], #content input[type="button"] {
	padding: 10px 15px;
	width: auto;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #c80077;
	color: #EEE;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'MuseoSansRounded-300';
	-webkit-appearance: none;
}
#content input[type="submit"]:hover, #content input[type="button"]:hover {
	background-color: #2E2E2E;
	color: #FFF;
	text-shadow: #000 0px 1px 0px;
}
#content input[type="submit"]:disabled, #content input[type="button"]:disabled {
	background-color: #CCC;
	color: #EEE;
	text-shadow: #000 0px 1px 0px;
}
#content input[type="text"], #content input[type="tel"], #content input[type="email"], #content input[type="password"], #content textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	outline: none;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'MuseoSansRounded-300';
	-webkit-appearance: none;
}

#content select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #EEE;
	color: #000;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'MuseoSansRounded-300';
}

#content select option::first-child {
	color: #CCC;
}

.intro {
	background-image: url(/aweb/aw-themes/default/imgs/bg-intro.png);
	background-repeat: repeat;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	#content select {
		-webkit-appearance: none;
	}

}

/* ============================== */
/* DIV voces-dt-tb                */
/* ============================== */

#voces-dt-tb {
	width: 100%;
}
#voces-dt-tb ul {
	float: left;
	width: 100%;
}
#voces-dt-tb li {
	float: left;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	#voces-dt-tb {
		display: none;
	}

}

/* ============================== */
/* DIV voces-sp                   */
/* ============================== */

#voces-sp {
	display: none;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	#voces-sp {
		display: block;
		width: 100%;
	}

}

/* ============================== */
/* DIV voces                      */
/* ============================== */

#voces {
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
	height:200px;
}
#voces li {
	float: left;
	width:31%;
	margin-right:2.3%;
	height:180px;
	position:relative;
}


@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {
	#voces {
		float: left;
		margin: 0 0 20px 0;
		width: 100%;
		height:auto;
	}
	#voces li {
		float: left;
		width:100%;
		margin-right:0%;
		height:auto;
		position:relative;
		border-bottom:1px dashed #E4DAE2;
	}
	#voces li:last-child {
		border-bottom:0px dashed #E4DAE2;
	}
}

/* ============================== */
/* CLASS news-home                */
/* ============================== */

.news-home {
	background-color:#285AA9 !important;
	border-right:27px solid #4575C0 !important;
	border-radius:0 !important;
	font-weight:bold;
	position:absolute;
	bottom:0;
}
@media handheld, only screen and (max-width: 768px) {
	.news-home {
		position:relative;
		margin-top:15px;

	}
}

/* ============================== */
/* CLASS voce img-h2              */
/* ============================== */

.voce-img-h2 {
	margin: 30px auto 10px auto;
	text-align:center;
	border: 0px solid #000;
	height: 430px;
}
.voce-img-h2 h2 {
	text-align:center;
	margin: 10px auto 15px auto;
	color: #FFF;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'texgyreadventorregular';
	height: 55px;
	background-color: rgba(49, 98, 179, 1);
	font-weight:normal;
	text-shadow: #666666 1px 1px 1px;
	padding:0 5px;
	display:table-cell;
	vertical-align:middle;
	width:362px !important;
	width:auto;
}
.voce-img-h2 h2 a {
	color: #FFF;
}
.voce-img-h2 img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 8px solid #FFF;
	-webkit-border-radius: 181px;
	-moz-border-radius: 181px;
	border-radius: 181px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 1px rgba(50, 50, 50, 0.75);
	width:97%;
	max-width:360px;
	margin-top:15px;
}
.voce-img-h2 a.detail {
	background-color:#009D2C;
	color: #FFF;
	font-size: 16px; font-size: 1.6rem;
	font-family: 'MuseoSansRounded-300';
	padding: 5px 10px;
	margin: 10px auto;
	display: block;
	width: 70%;
	text-transform: uppercase;
	border-radius: 3px;
}

@media only screen and (max-width: 1024px) {


	.voce-img-h2 h2 {
		margin: 10px auto;
		padding: 0 5px;
		color: #3E3E3E;
		font-size: 17px; font-size: 1.7rem;
		height: 65px;
	}
}

@media handheld, only screen and (max-width: 768px) {

	.intro .voce-img-h2 {
		margin-bottom: 0 0 30px 0;
		width: 100%;
		height:420px;
	}
	.voce-img-h2 {
		height:auto;
	}
	.voce-img-h2 h2 {
		margin: 10px auto 15px auto;
		color: #3E3E3E;
		font-size: 22px; font-size: 2.2rem;
		font-family: 'MuseoSansRounded-300';
		height: auto;
		display:block;
		width:90% !important;
		max-width:362px;
	}
	.voce-img-h2 img {
		margin-top:5px;
		}
}

/* ============================== */
/* DIV pre-footer                 */
/* ============================== */

#pre-footer {
	background-image:url(../imgs/bk-pre-footer.jpg);
	background-repeat:repeat;
	height:auto;
	min-height:200px;
	padding:25px 0;
}
#pre-footer h3 {
	font-family:"texgyreadventorregular";
	margin:15px 0 0 0;
	color:#C80077;
	font-weight:normal;
	font-size:30px; font-size:3.0rem;
	text-shadow: #FFF 1px 1px 1px;
}
#pre-footer p {
	font-size:15px; font-size:1.5rem;
	background-color: rgba(46, 46, 46, 0.3);
	float:left;
	padding:10px;
	width:45%;
	color:#FFF;
	margin:0px 0 0 0px;
}
#pre-footer img {
	float:left;
	width:45%;
	margin-right:15px;
}
#pre-footer .threecol img, #pre-footer .threecol p {
	width:auto;
	float:none;
}
#pre-footer a {
	background-color:#FFF;
	color:#2E2E2E;
	border-right:27px solid #3162B3;
	float:left;
	width:auto;
	line-height:27px;
	font-size:18px;
	padding:5px 15px;
	font-weight:bold;
	margin:10px 0 0 0px;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {
	#pre-footer img {
		float:none;
		width:100%;
		margin-right:15px;
	}
		#pre-footer p {
		font-size:15px; font-size:1.5rem;
		background-color: rgba(46, 46, 46, 0.3);
		float:none;
		padding:10px;
		width:auto;
		color:#FFF;
		margin:0px 0 0 0px;
	}
	#pre-footer a {
		float:none;
		display:block;
		width:auto;
		line-height:27px;
		font-size:18px;
		padding:5px 15px;
		font-weight:bold;
		margin:10px 0 20px 0px;
		max-width:180px;
	}
	#pre-footer .threecol img {
		display:none;
	}
}

/* ============================== */
/* DIV footer                     */
/* ============================== */

#footer {
	margin-top: 20px;
	height: 100px;
}
#footer #copyrights {
	margin: 0;
}
#footer #copyrights p {
	font-family: 'MuseoSansRounded-500';
}
#footer #copyrights a {

}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	#footer #copyrights {
		margin: 0;
		text-align: center;
	}

}

/* ============================== */
/* DIV social                     */
/* ============================== */

#social {
	width:70%;
	margin:38px auto 10px auto;
}
@media only screen and (max-width: 1024px) {

}
@media handheld, only screen and (max-width: 768px) {
	#social {
		width:70%;
		margin:20px auto 10px auto;
	}
	#social li {
		text-align:center;
	}
}

/* ============================== */
/* DIV toggle                     */
/* ============================== */

@media handheld, only screen and (max-width: 768px) {

	#toggle {
		position: absolute;
		top: 42px;
		right:0%;
		margin-left: 0px;
		display: block;
		width: 120px;
		height: 76px;
		background-color: #3162B3;
		text-align:right;
		line-height: 80px;
		background-image:url(../imgs/bk-menu-sp.png);
		background-position:center left;
		background-repeat:no-repeat;
	}
	#toggle a {
		color: #FFF;
		text-decoration: none;
		font-size: 20px; font-size: 2.0rem;
		font-family: 'MuseoSansRounded-300';
		text-transform:uppercase;
		padding-right:10px;
		padding-left:40px;
		line-height:50px;
	}

}

/* ============================== */
/* DIV for google map             */
/* ============================== */

#map-canvas {
	width: 100%;
	height: 250px;
}
#map-canvas img {
	max-width: none;
	background-color: transparent;
}

/* ============================== */
/* DIV for contacts details       */
/* ============================== */

#contacts {
	margin: 0;
	padding: 0;
}
#contacts ul {
	margin: 0;
}
#contacts li {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border: 0;
	color: #333;
	font-size: 12px; font-size: 1.2rem;
}
#contacts li a {
	color: #c80077;
	font-size: 12px; font-size: 1.2rem;
}
#contacts li strong {
	color: #c80077;
	font-family: 'MuseoSansRounded-700';
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

}

/* ============================== */
/* DIV for tuv                    */
/* ============================== */

#tuv {
	margin: 0;
	padding: 0;
	display:block;
}
#tuv ul {
	margin: 0 auto;
	width:80%;
}
#tuv li {
	float:left;
	width:45%;
	margin-left:5%;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

}


/* ============================== */
/* CLASS for legals               */
/* ============================== */

.legals {
	margin: 0;
	padding: 0;
	display:block;
	width:100%;
	clear:both;
}
.legals ul {
	margin: 0;
}
.legals li {
	margin:1px 0;
	padding-bottom: 2px;
	border: 0;
	color: #dddddd;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'MuseoSansRounded-300';
}
.legals li:first-child {
	border-bottom: 1px solid #694E64;
	margin-bottom: 10px;
}
.legals li a {
	color: #dddddd;
	font-size: 18px; font-size: 1.8rem;
	padding:1rem 0;
	display:inline-block;
}
.legals li strong {
	color: #dddddd;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {
	.legals {
		padding-top:20px;
	}
	.legals ul {
		width:70%;
		margin:0 auto;
	}
}

/* ============================== */
/* DIV menu                       */
/* ============================== */

#info {
	display: none;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

}

/* ============================== */
/* CLASS box                      */
/* ============================== */

.box {
	margin-bottom: 30px;
	min-height: 30px;
	width: 100%;
	float: left;
}
.box ul {
	margin: 20px;
}
.box li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #000;
	list-style-image: none;
	font-size: 16px; font-size: 1.6rem;
	font-family: 'MuseoSansRounded-300';
}
.box li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.box li p {
	font-family: 'MuseoSansRounded-300';
	font-size: 16px !important; font-size: 1.6rem !important;
}
.box li a {
	color: #c80077;
	text-decoration: none;
	font-size: 16px; font-size: 1.6rem;
	font-family: 'MuseoSansRounded-300';
}
.box li a:hover {
	color: #900;
	text-decoration: none;
}
.box li span {
	font-size: 11px; font-size: 1.1rem;
}
.box img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 20px 20px 0;
	border: 5px solid #EEE;
}
.box form {
	margin: 0;
}
.box label {
}


.box-border-1px-solid-DDD {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #DDD;
}
.box-border-bottom-1px-dashed-666 {
	border-bottom: 1px dashed #666;
}
.box-border-top-1px-dashed-666 {
	border-top: 1px dashed #666;
}
.box-border-radius-4px {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.box-padding-top-20px {
	padding-top: 20px;
}
.box-padding-20px {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
.box-background-color-eee {
	background-color: #EEE;
}
.box-margin-top-30px {
	margin-top: 30px;
}
.box-padding-right-10px {
	padding-right: 20px !important;
}
.box-align-right {
	text-align: right;
}
.box-gallery {
}
.box-gallery img {
	margin-right: 1%;
	width: 15%;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	.box-gallery img {
		width: 100%;
	}

}

/* ============================== */
/* img-width-150                  */
/* ============================== */

.img-width-150 {
	width: 150px;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	.img-width-150 {
		width: 100%;
	}

}

/* ============================== */
/* img-width-200                  */
/* ============================== */

.img-width-200 {
	width: 200px;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	.img-width-200 {
		width: 100%;
	}

}

/* ============================== */
/* CLASS data                     */
/* ============================== */

.data {
	margin-bottom: 10px;
	color: #000;
	font-size: 11px; font-size: 1.1rem;
	font-family: 'MuseoSansRounded-500';
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

}

/* ============================== */
/* CLASS data                     */
/* ============================== */

.path {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 10px;
	width: 100%;
}
.path ul {
	margin: 0;
}
.path li {
	float: left;
	padding: 0 10px 0 0;
	list-style-image: none;
}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

}

/* ============================== */
/* CLASS voce img-h4              */
/* ============================== */

.voce-img-h4 {
	margin-bottom: 30px;
}
.voce-img-h4 h4 {
	margin: 0;
	padding:5px;
	color: #000;
	font-size: 14px; font-size: 1.4rem;
	font-family: 'texgyreadventorregular';
	text-align:center;
	background-color:#EEE;
	height:70px;
	font-weight:normal;
	display:table-cell;
	vertical-align:middle;
	width:227px !important;
	width:auto;
}
.voce-img-h4 img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #EEE;
	margin:0 auto -4px auto;
	-moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.voce-img-h4 img:hover {
	border: 5px solid #c80077;
	-webkit-filter: contrast(1.5);
	-moz-filter: contrast(1.5);
	-o-filter: contrast(1.5);
	filter: contrast(1.5);
}
.voce-img-h4 a, .voce-img-h4 img a, .voce-img-h4 ha a {
	margin:0;
	padding:0;
	}

@media only screen and (max-width: 1024px) {

}

@media handheld, only screen and (max-width: 768px) {

	.voce-img-h4 {
		margin-bottom: 0 0 30px 0;
		width: 100%;
	}
	.voce-img-h4 h4 {
		height:auto;
		font-weight:normal;
		display:block;
		width:auto !important;
	}
}

/* ============================== */
/* CLASS error                    */
/* ============================== */

.error {
	margin-bottom: 15px;
	color: #c80077;
	font-size: 12px; font-size: 1.2rem;
	font-family: 'MuseoSansRounded-300';
}

/* ============================== */
/* CLASS zoom                     */
/* ============================== */

.zoom {

}

/* ============================== */
/* CLASS CLEAR                    */
/* ============================== */

.clear {
	clear: both;
}

/* ============================== */
/*                                */
/* ============================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}

a.retevendita {
	background-color:#C80077;
	color:#FFF;
	width:100%;
	height:auto;
	padding:5px;
	display:block;
}

/* ========================================== */
/* ! Fonts                                    */
/* ========================================== */

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('/fonts/texgyreadventor-regular-webfont.eot');
    src: url('/fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('/fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('/fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
		font-display: swap;
}

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('/fonts/texgyreadventor-bold-webfont.eot');
    src: url('/fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('/fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('/fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;
		font-display: swap;

}

@font-face {
	font-display: swap;
font-family: 'MuseoSansRounded-100';
src: url('/fonts/27A879_3_0.eot');
src: url('/fonts/27A879_3_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_3_0.woff') format('woff'),url('/fonts/27A879_3_0.ttf') format('truetype');
}

@font-face {
	font-display: swap;
font-family: 'MuseoSansRounded-300';
src: url('/fonts/27A879_0_0.eot');
src: url('/fonts/27A879_0_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_0_0.woff') format('woff'),url('/fonts/27A879_0_0.ttf') format('truetype');
}

@font-face {
	font-display: swap;
font-family: 'MuseoSansRounded-500';
src: url('/fonts/27A879_2_0.eot');
src: url('/fonts/27A879_2_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_2_0.woff') format('woff'),url('/fonts/27A879_2_0.ttf') format('truetype');
}

@font-face {
	font-display: swap;
font-family: 'MuseoSansRounded-700';
src: url('/fonts/27A879_5_0.eot');
src: url('/fonts/27A879_5_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_5_0.woff') format('woff'),url('/fonts/27A879_5_0.ttf') format('truetype');
}

@font-face {
	font-display: swap;
font-family: 'MuseoSansRounded-900';
src: url('/fonts/27A879_1_0.eot');
src: url('/fonts/27A879_1_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_1_0.woff') format('woff'),url('/fonts/27A879_1_0.ttf') format('truetype');
}

@font-face {
	font-display: swap;
font-family: 'MuseoSansRounded-1000';
src: url('/fonts/27A879_4_0.eot');
src: url('/fonts/27A879_4_0.eot?#iefix') format('embedded-opentype'),url('/fonts/27A879_4_0.woff') format('woff'),url('/fonts/27A879_4_0.ttf') format('truetype');
}
