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

html {
	font-size: 62.5%;
}

body {
	font-size: 14px; font-size: 1.4rem;
	font-family: 'source_sans_proregular';
	background-color:#736357;
}

h1 {
	color: #736357;
	font-size: 50px; font-size: 5.0rem;
	font-family: 'Lobster';
	font-weight:normal;
}
@media only screen and (max-width: 1024px) {

}

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

	h1 {
		text-align: center;
	}

}

h2 {
	margin-bottom: 5px;
	color: #736357;
	font-size: 24px; font-size: 2.4rem;
	font-family: 'Lobster';
	font-weight:normal;
}

h3 {
	margin-bottom: 5px;
	color: #736357;
	font-size: 24px; font-size: 2.4rem;
	font-weight: bold;
	color: #000000;
}

h4 {
	margin-bottom: 5px;
	color: #736357;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'Lobster';
}

h5 {
	margin-bottom: 5px;
	color: #736357;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'Lobster';
}

h6 {
	margin-bottom: 5px;
	color: #736357;
	font-size: 20px; font-size: 2.0rem;
	font-family: 'Lobster';
}

p {
	color: #333;
	text-align:justify;
}

strong {
	color: #000;
	font-family: 'source_sans_prosemibold';
}

a {
	color: #e06a52;
	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-home {
	height: 220px;
	background-color: #e06a52;
	background-image:url(../imgs/bk-body.jpg);
	background-repeat:repeat-x;
}
#header {
	height: 140px;
	background-color: #e06a52;
	background-image:url(../imgs/bk-body.jpg);
	background-repeat:repeat-x;
}

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

}

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

#header-home {
	height: 140px;
}


}

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

#login {
	background-color: #333;
	line-height: 36px;
	display:none !important;
}
#login ul {
	float: right;
	margin: 6px 0;
	padding: 0 10px;
	width: auto;
	height: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #444;
	text-align: center;
	line-height: 24px;
}
#login li {
	display: inline;
	margin: 0;
	padding: 0 6px;
	height: 14px;
	color: #999;
	text-transform: lowercase;
	font-size: 13px; font-size: 1.3rem;
	border-right: 1px solid #999;
}
#login li:last-child {
	border-right: 0;
}
#login li a {
	color: #999;
	text-decoration: none;
}
#login li a:hover {
	color: #FFF;
	text-decoration: none;
}

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

}

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

	#login {
	}
	#login ul {
		float: none;
	}

}

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

#logo {
	margin:30px 0 0 0;
	text-align:left;
	height:130px;
	z-index:0;
}
#logo a {
	color: #FFF;
	text-decoration: none;
	text-shadow: #666 0px 1px 0px;
	font-size: 28px; font-size: 2.8rem;
	font-family: 'source_sans_proregular';
	text-align:center;
}
#logo .img-logo {
	position:absolute;
	z-index:10;
	max-width:140px;
}
#logo img {
	text-align:center;
}
#logo a:hover {
	color: #FFF;
	text-shadow: #000 0px 1px 0px;
}

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

}

@media handheld, only screen and (max-width: 768px) {
#logo img {
	width:100px;
	margin-left:20px;
}
#logo {
	margin-top:20px;
	text-align:center;
	height:130px;
	z-index:0;
}

}

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

#navbar, #navbar2 {
	line-height: 60px;
}
#navbar #desktop, #navbar2 #desktop2 {
	display: block;
}
#navbar-sp {
	display: none;
}
#navbar nav ul {
	margin: 60px 0 0 10px;
	padding: 0;
	height: 60px;
	text-align: left;
}
#navbar2 nav ul {
	margin: 60px 0px 0 0;
	width:100%;
	padding: 0 0 0 30px;
	height: 60px;
	text-align: right;
}
#navbar nav li, #navbar2 nav li {
	display: inline;
	margin: 0  10px 0 0;
	padding: 0;
	height: 60px;
	color: #fff;
	font-size: 17px; font-size: 1.7rem;
	line-height: 60px;
	font-family:'Lobster';
}
#navbar nav li:first-child, #navbar2 nav li:first-child {
	background-image: none;
}
#navbar nav li a {
	color: #fff;
	text-decoration: none;
	margin-left: 8px;

}
 #navbar2 nav li a {
	color: #fff;
	text-decoration: none;
	margin-left: 8px;
}
#navbar nav li a:hover, #navbar2 nav li a:hover  {
	color: #fcc918;
}
#navbar nav li .actived, #navbar2 nav li .actived {
	color: #fcc918;
}
#navbar nav li .actived:hover, #navbar2 nav li .actived:hover {
	color: #fcc918;
}

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

	#navbar nav li, #navbar2 nav li {
		margin: 5px;
	}

}

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

	#navbar, #navbar2, #navbar-sp {
		display: none;
	}

}

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

#search {
	text-align: right;
	line-height: 60px;
}
#search input[type="submit"] {
	padding: 6px 15px;
	width: auto;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #900;
	color: #EEE;
	font-size: 12px; font-size: 1.2rem;
	font-family: 'source_sans_proregular';
	-webkit-appearance: none;
}
#search input[type="submit"]:hover {
	background-color: #600;
	color: #FFF;
	text-shadow: #000 0px 1px 0px;
}
#search input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 50%;
	outline: none;
	border: 1px solid #900;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-size: 12px; font-size: 1.2rem;
	font-family: 'source_sans_proregular';
	-webkit-appearance: none;
}

@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;
	}
	#menu #navbar-sp {
		display: none;
	}
	#menu nav ul {
		background-color: #736357;
	}
	#menu nav li {
		height: 35px;
		border-bottom: 1px dotted #999;
		color: #fff;
		text-align: center;
		font-size: 16px; font-size: 1.6rem;
		font-family: 'source_sans_proregular';
		line-height: 35px;
	}
	#menu nav li:last-child {
		border-bottom: 0;
	}
	#menu nav li a {
		display: block;
		color: #fff;
		text-decoration: none;
	}
	#menu nav li .actived {
		color: #f2c011;
	}

}

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

#slide {
	/*height:400px;*/
	position:relative;
	background-color: #f8f1e0;
	background-image:url(../imgs/bk-body.jpg);
	background-repeat:repeat-x;
	background-position:0 -25px;
}

#slide .bk-white {
	border:1px solid #f8f1e0;
	background-color:#f8f1e0;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;

}



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

}

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

	#slide {
		height:auto !important;
		background-position:0 -170px;
	}

}

/* ============================== */
/* DIV home                      */
/* ============================== */

#home {
	background-color: #f8f1e0;
	height:auto;
	padding:80px 0 50px 0;
}
#home p{
	font-size:16px;
	color:#333;
	margin:10px 0;
	line-height:22px;

}



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

}

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

#home {

	padding:20px 0 50px 0;
}

}

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

#slogan {
	min-height: 120px;
	width: 100%;
	border-bottom: 1px solid #e06a52;
	background-color: #000;
	background-image: url(/images/nyc02.jpg);
	background-position-y: -250px;
	background-repeat: no-repeat;
}

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

}

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

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

#path {
	padding: 50px 0 0 0;
	background-color: #ffffff;
}

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

}

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

}

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

#title {
	padding: 50px 0 10px 0;
	background-color: #ffffff;
}

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

}

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

}

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

#content {
	padding: 30px 0 100px 0;
	position:relative;
	z-index:0;
	background-color: #ffffff;
}

#content p{
	font-size: 15px; font-size: 1.5rem;
	color:#333;
	margin:10px 0;
	line-height:22px;
}
#content table {
	text-align:center;
	font-size:14px;
	text-transform:uppercase;

}
#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: #e06a52;
	color: #EEE;
	font-size: 18px; font-size: 1.8rem;
	font-family: 'source_sans_proregular';
	-webkit-appearance: none;
}
#content input[type="submit"]:hover, #content input[type="button"]:hover {
	background-color: #736357;
	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: 'source_sans_proregular';
	-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: 'source_sans_proregular';
}

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

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

}

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

	#content td{
		width:100%;}

}

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

#voces-dt-tb {
	width: 100%;
	text-align:center !important;
}
#voces-dt-tb img {
	border:0;

}

#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%;
	}
	#voces-sp img {
	border:0;

}
}

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

#voces {
	float: left;
	margin: 0;
	width: 100%;
}
#voces li {
	float: left;
}

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

}

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

}

/* ============================== */
/* DIV end                        */
/* ============================== */

#end {
	margin-top: 50px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #666;
	display:none;
}
#end #call-us {
	margin: 0;
}
#end #call-us p {
	color: #e06a52;
	font-size: 24px; font-size: 2.4rem;
	font-family: 'source_sans_proregular';
}
#end #call-us a {
	color: #000;
	text-decoration: none;
}
#end #social {
	float: right;
}
#end #social img {
	margin-left: 10px;
	width: 30px;
}

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

}

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

	#end #call-us {
		margin: 0 0 20px 0;
		text-align: center;
	}
	#end #call-us p {
		color: #e06a52;
		font-size: 18px; font-size: 1.8rem;
		font-family: 'source_sans_proregular';
	}
	#end #social {
		float: none;
		text-align: center;
	}

}

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

#footer {
	margin-top: 20px;
	height: 230px;
	background-color:#736357;
	color:#fff;
	position:relative;
	z-index:10;
}
.img-footer {
	width: 200px;
	margin-top:-60px;
	position:absolute;
}

#footer #credits {
	margin: 30px 0 0 0;
	text-align:center;
}
#footer #credits p {
	font-family: 'source_sans_proregular';
	color:#fff;
	font-size:18px;
	text-align:center;
}
#footer #credits p.font-size-16  {
}
#footer #credits strong {
	color: #fff;
	font-family: 'source_sans_prosemibold';
}
#footer #credits h3 {
	color: #fff;
	font-size: 28px; font-size: 2.8rem;
	font-weight:normal;
}

#footer #credits a {
	color:#f0b51a;

}

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

}

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

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

	#footer {
		height: auto;
		padding-bottom:30px;
	}
	#footer #credits {
		padding: 140px 0 0 0;
		text-align:center;
	}
	.img-footer {
		width: 50%;
		margin:-60px 0 0 0px;
		position:absolute;
		left:25%;
	}

}

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

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

	#toggle {
		position: absolute;
		top: 36px;
		right: 0;
		display: block;
		width: 80px;
		height: 60px;
		background-color: #736357;
		text-align: center;
		line-height: 60px;
	}
	#toggle a {
		color: #FFF;
		text-decoration: none;
		font-size: 15px; font-size: 1.5rem;
		font-family: 'source_sans_proregular';
	}

}

/* ============================== */
/* 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: 14px; font-size: 1.4rem;
}
#contacts li a {
	color: #e06a52;
	font-size: 14px; font-size: 1.4rem;
}
#contacts li strong {
	color: #e06a52;
	font-family: 'source_sans_proregular';
}

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

}

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

}

/* ============================== */
/* DIV for legals                 */
/* ============================== */

#legals {
	margin: 0;
	padding: 0;
}
#legals ul {
	margin: 0;
}
#legals li {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border: 0;
	color: #666;
	font-size: 14px; font-size: 1.4rem;
	font-family: 'source_sans_proregular';
}
#legals li a {
	color: #e06a52;
	font-size: 14px; font-size: 1.4rem;
}
#legals li strong {
	color: #e06a52;
}

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

}

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

}

/* ============================== */
/* 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;
}
.margin-top-35 {
	margin-top:35px;
}
.box ul {
	margin: 20px;
}
.box li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #DDD;
	color: #000;
	list-style-image: none;
	font-size: 16px; font-size: 1.6rem;
	font-family: 'source_sans_proregular';
}
.box li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.box li p {
	font-family: 'source_sans_proregular';
}
.box li a {
	color: #e06a52;
	text-decoration: none;
	font-size: 16px; font-size: 1.6rem;
	font-family: 'source_sans_proregular';
}
.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: 15px 20px 20px 0;
}
.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-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-100x100              */
/* ============================== */

.img-width-100x100 {
	width: 100%;
	border:8px solid #f8f1e0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* ============================== */
/* img-width-300                  */
/* ============================== */

.img-width-300 {
	width: 300px;
	border:8px solid #f8f1e0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

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

}

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

	.img-width-300 {
		width: 300%;
	}

}

/* ============================== */
/* 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: 'source_sans_proregular';
}

@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;
	text-align:center;
}
.voce-img-h4 h4 {
	margin: 10px 50px 0 50px;
	color: #000;
	font-size: 16px; font-size: 1.6rem;
	font-family: 'source_sans_proregular';
	text-transform:uppercase;
	text-align:center !important;
}
.voce-img-h4 img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #f8f1e0;
}

@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%;
	}

}

#eucookielaw {
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	background-color: #333333;
	margin: 0;
	padding: 10px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}
#eucookielaw p {
	color: #FFF;
}
#eucookielaw p a {
	text-decoration: underline;
	color: #ef4e3a;
	background-color: transparent;
	padding: 0 0 0 10px;
	cursor: pointer;
}

/* ============================== */
/* CLASS ourdogs                  */
/* ============================== */

.our-dogs {
	margin-bottom: 50px;
	width: 100%;
	background-color: #cccccc;
}
.our-dogs td {
	width: 25%;
	background-color: #ffffff;
	text-align: center;
	padding: 30px 10px;
}
.bg-eeeeee {
	background-color: #eeeeee !important;
}

/* ============================== */
/* CLASS facebook                 */
/* ============================== */

.facebook {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.facebook img {
	height: 50px;
}

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

}

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

	.facebook {
		text-align: center;
	}
	.facebook p {
		text-align: center;
	}
	.facebook img {
		margin-bottom: 10px;
	}
}

/* ============================== */
/* CLASS loghi-footer             */
/* ============================== */

.loghi-footer {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.loghi-footer p {
	margin-bottom: 10px;
	font-size: 15px; font-size: 1.5rem;
	color: #ffffff;
}
.loghi-footer img {
	margin-right: 10px;
	height: 90px;
}

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

}

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

	.loghi-footer {
		text-align: center;
	}
	.loghi-footer p {
		text-align: center;
	}
	.loghi-footer img {
		margin-bottom: 10px;
	}

}

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

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

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

.zoom {

}

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

.clear {
	clear: both;
}

li.check{
	background-image:url(../imgs/checked.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:0px 5px 0px 30px;
	padding-left:60px;
	line-height:70px;
	font-size:23px !important;
}

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

#attestati {
	background-color: #eeeeee;
	text-align: center;
}
#attestati a {
}
#attestati img {
	margin: 50px auto !important;
	width: 200px !important;
	max-width: 200px !important;
}
#attestati .alle-rico {
	margin-top: 25px;
	color: #e06a52;
	font-size: 20px !important; font-size: 2.0rem !important;
	font-weight: bold;
	font-family: 'source_sans_proregular';
	text-align: center;
}

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

	#attestati img {
		width: 60%;
	}

}

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

	.loghi-footer {
		text-align: center;
	}
	.loghi-footer p {
		text-align: center;
	}
	.loghi-footer img {
		margin-bottom: 10px;
	}

}

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

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

}

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

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

}

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

}
