/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ################### BEGIN STYLESHEET #################### */

body {
	background: url(images/bg_header.jpg) 0 0 no-repeat;
	background-position: top center;
	text-align: center;
	font-family: Georgia;
}

.bt-ordini {
    position: absolute;
    right: 0px;
    top: calc(50% - 30px);
    background-color: #febf03;
    color: #222;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
}

textarea {
	font-family: Arial;
}

strong {
	font-weight: bold;
	color: #333;
}

a {
	color: #FF6600;
}

.clear { clear: both; }

#container {
	width: 976px;
	text-align: left;
	margin: 0 auto;
}

#popup {
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 10000000;
    cursor: pointer;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
	padding: 10px;
	background-color: #FFFFFF;
	font-family: Arial;
	text-align: left;
}
#popup a {
	text-decoration: none;
}

#popup a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#popup a:hover h2 {
	color: #FF6600;
}

#popup .data {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
#popup h2 {
	font-size: 36px;
	color: #333;
	margin-top: 5px;
}

#popup img {
    cursor: pointer;
}

#popup .bt-close {
	background-color: #EEEEEE;
	color: #BBBBBB;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 20px;
	display: table;
	margin: 20px auto 10px;
	text-align: center;
	border-radius: 3px;
}

#popup .bt-close:hover {
	background-color: #ff6600;
	color: #FFFFFF;
	text-decoration: none;
}



.logoHome {
	width: 195px;
	height: 125px;
	background: url(images/sprite.png) 0 0 no-repeat;
	margin: 20px auto;
	text-indent: -9000px;
	display: block;
}

#slideshow {
	background: #FFF;
}

#slideshow .shadow {
	background: url(images/sprite.png) 0 -231px no-repeat;
	height: 28px;
	margin-top: 7px;
}

#slides {
	padding: 8px;
}

/*
	Pagination
*/

.pagination {
	margin:0 auto;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#menu {
	width: 976px;
	height: 50px;
	margin: 0 auto;
	/* background: url(images/sprite.png) 0 -125px no-repeat; */
	margin-bottom: 15px;
	
	background: #5c2704; /* Old browsers */
	background: -moz-linear-gradient(top,  #5c2704 0%, #2f1502 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c2704), color-stop(100%,#2f1502)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5c2704 0%,#2f1502 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5c2704 0%,#2f1502 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5c2704 0%,#2f1502 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5c2704 0%,#2f1502 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2704', endColorstr='#2f1502',GradientType=0 ); /* IE6-9 */
	
	border-radius: 5px;
	-moz-border-radius: 5px;

}

#menu li {
	float: left;
	position: relative;
}

#menu li:after {
	content: " ";
	display: block;
	position: absolute;
	background: url(images/menu-divisor.jpg) 0 0 no-repeat;
	width: 2px;
	height: 50px;
	right: 0px;
	top: 3px;
}

#menu li:last-child:after {
	background: none;
}

#menu a {
	display: block;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 16px 0px 17px;
	
}

#menu a:hover {
	text-decoration: underline;
}

#menu .bt-azienda {
	width: 120px;
}

#menu .bt-agriturismo {
	width: 151px;
}

#menu .bt-fattoria {
	width: 200px;
}

#menu .bt-news {
	width: 180px;
}

#menu .bt-strutture {
	width: 198px;
}

#menu .bt-contatti {
	width: 125px;
}


.boxHome {
	width: 300px;
	float: left;
}

.boxHome p {
	font-family: Arial;
	font-size: 13px;
	color: #666;
	line-height: 16px;
	display: block;
	width: 270px;
	margin: 10px 0 10px 15px;
	min-height: 160px;
}

.boxHome h2 {
	font-size: 24px;
	margin-bottom: 10px;
	padding-left: 13px;
}

.boxHome .foto {
	position: relative;
	text-align: center;
}

.boxHome .shadow {
	position: absolute;
	background: url(images/sprite.png) 0 -480px no-repeat;
	top: 0;
	left: 0;
	height: 30px;
	width: 300px;
}

.boxHome .bt {
	display: block;
	width: 85px;
	height: 30px;
	background: url(images/sprite.png) -311px -469px no-repeat;
	text-indent: -9000px;
	margin-left: 15px;
}


/*	Box altre pagine sulle colonna di destra	*/

.boxOther {
	padding-bottom: 30px;
}

.borderBottom {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 30px;
}

.boxOther p {
	font-family: Arial;
	font-size: 13px;
	color: #666;
	line-height: 16px;
	display: block;
	margin: 10px 0;
}

.boxOther h2 {
	font-size: 24px;
	margin-bottom: 25px;
	color: #666;
}

.boxOther .foto {
	position: relative;
	text-align: center;
}

.boxOther .bt {
	display: block;
	width: 85px;
	height: 30px;
	background: url(images/sprite.png) -311px -469px no-repeat;
	text-indent: -9000px;
}




#loghiPartner {
	padding: 35px 0px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	width: 670px;
	float: left;
}

#loghiPartner h3 {
	font-size: 18px;
	margin-bottom: 35px;
}

#loghiPartner a {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 35px;
	text-indent: -9000px;
	background: url(images/sprite.png) 0 0 no-repeat;
}

#loghiPartner .logoAprozoo {
	background-position: -217px 0;
	width: 81px;
}

#loghiPartner .logoCia {
	background-position: -680px 0;
	width: 158px;
}

#loghiPartner .logoScuolainfattoria {
	background-position: -445px 0;
	width: 90px;
}

#loghiPartner .logoSpesaincampagna {
	background-position: -329px 0;
	width: 85px;
}

#loghiPartner .logoTurismoverde {
	background-position: -574px 0;
	width: 73px;
}

#loghiPartner .logoParcoSila {
	background-position: -843px -5px;
	width: 70px;
	margin: 15px 35px 0 0;
}

#loghiPartner .logoFattorieAperte {
	background-position: -888px -316px;
	width: 73px;
	margin: 15px 35px 0 18px;
}
#loghiPartner .logoGAL {
	background-position: -607px -420px;
	width: 80px;
	margin: 17px 35px 0 8px;
}
#loghiPartner .logoSilautentica {
	background-position: -696px -420px;
	width: 80px;
	margin: 20px 35px 0 5px;
}
#loghiPartner .logoTransumanze {
	background-position: -783px -419px;
	width: 115px;
	margin: 30px 35px 0 15px;
}
#loghiPartner .logoPodolica {
	background-position: -904px -420px;
}

#loghiPartner .logo-agriturismo-italia {
	background: url(images/logo-agriturismoitalia.png) 0 0 no-repeat;
	background-size: contain;
}

#boxNewsletter h3 {
	font-size: 18px;
	padding-left: 40px;
	line-height: 26px;
	background: url(images/sprite.png) -983px -8px no-repeat;
}

#boxNewsletter {
	border-top: 1px solid #DDD;
	padding: 35px 0 0 35px;
	float: left;
	width: 270px;
}

#boxNewsletter p {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	margin: 15px 0;
}

#boxNewsletter input[type="text"] {
	width: 90%;
}

#boxNewsletter .privacy {
    font-family: Arial;
    font-size: 11px;
    color: #666;
    text-align: left;
}

#boxNewsletter button {
	background: url(images/sprite.png) -408px -468px no-repeat;
	width: 90px;
	height: 33px;
	text-indent: -9000px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
}

.input {
	border: 1px solid #DDD;
	border-top: 1px solid #BBB;
	padding: 7px 5px;
	background: url(images/sprite.png) 0px -320px no-repeat;
}

.input:focus {
	-webkit-box-shadow: 0px 0px 3px 1px #ffaa00;
	-moz-box-shadow: 0px 0px 3px 1px #ffaa00;
	box-shadow: 0px 0px 3px 1px #ffaa00;
}

#footer {
	font-family: Arial;
	min-height: 500px;
	background: url(images/bg_bottom.jpg) 0 0 no-repeat;
	background-position: center bottom;
	text-align: left;
}

#footer h3 {
	font-family: Georgia;
	font-size: 30px;
	margin-bottom: 30px;
}

#footer .content {
	padding: 25px 35px;
	background: url(images/shadow-footer.png) 0 0 repeat-y;
}

#footer .cLeft {
	width: 547px;
	border-right: 1px dotted #CCC;
	float: left;
	padding-right: 33px;
}

#footer p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-bottom: 25px;
}

#footerInner {
	width: 980px;
	margin: 30px auto 0px;
}

#footer .shadowTop {
	height: 20px;
	background: url(images/sprite.png) 0 -195px no-repeat;
}

#footer .shadowBottom {
	height: 30px;
	background: url(images/sprite.png) 0 -279px no-repeat;
}


#frm-contatti .row {
	margin-bottom: 10px;
}

#frm-contatti .input {
	width: 190px;
}

#frm-contatti textarea {
	width: 240px !important;
	height: 110px;
}

#frm-contatti label {
	width: 80px;
	float: left;
	display: block;
	line-height: 34px;
	font-size: 14px;
	color: #333;
}

#frm-contatti .privacy {
	font-size: 11px;
	color: #666;
}

.btInvia {
	width: 90px;
	height: 42px;
	background: url(images/sprite.png) -503px -458px no-repeat;
	text-indent: -9000px;
	border: none;
	cursor: pointer;
}

#footer .cRight {
	width: 300px;
	float: left;
	margin-left: 25px;
}

#footer .cRight p {
	font-size: 12px;
	line-height: 16px;
}

#footer ul {
	font-size: 12px;
	color: #666;
}

#footer li {
	line-height: 20px;
}

#footer .iconPhone {
	background: url(images/sprite.png) -983px -47px no-repeat;
	padding-left: 25px;
}

#footer .iconEmail {
	background: url(images/sprite.png) -983px -70px no-repeat;
	padding-left: 25px;
	margin-top: 15px;
}

#footer .numeriverdi {
	width: 266px;
	background: url(images/sprite.png) -524px -319px no-repeat;
	height: 45px;
	margin: 15px 0 20px;
}

#footer .credits {
	font-size: 12px;
	border-top: 1px dotted #CCCCCC;
	margin-top: 10px;
	padding-top: 20px;
	text-align: right;
}

.socialIcons {
	position: relative;
	bottom: 21px;
}

.socialIcons span {
	display: block;
	float: left;
	width: 70px;
	font-size: 12px;
	color: #666;
	line-height: 32px;
}

.socialIcons a {
	display: block;
	width: 33px;
	height: 33px;
	text-indent: -9000px;
	float: left;
	margin-right: 6px;
	background: url(images/sprite.png) 0 0 no-repeat;
}

.socialIcons .fb-icon {
	background-position: -800px -319px;
}

.socialIcons .gplus-icon {
	background-position: -840px -319px;
}

#content {
	width: 671px;
	float: left;
}

#content h1 {
	font-size: 30px;
	margin: 25px 0;
}

#content h2 {
	font-size: 20px;
	margin: 25px 0 5px;
	color: #333;
}

#content h3 {
	font-size: 24px;
	margin: 35px 0 10px;
	color: #333;
	font-weight: bold;
}

#content p, #content ul li {
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding-right: 30px;
}

#content ul {
	padding-left: 30px;
	list-style-type: disc;
}

#content table td {
	padding: 5px;
	vertical-align: middle;
}

#breadcrumbs {
	font-family: Arial;
	border-bottom: 1px solid #DDD;
	padding: 10px 0px;
	color: #666;
	position: relative;
}

#breadcrumbs .item {
	float: left;
	font-size: 11px;
}

#colRight {
	width: 302px;
	float: left;
	border-left: 1px solid #DDD;
}

#colRightInner {
	padding-left: 25px;
}

.scarica-programma {
	background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    margin-right: 30px;
    border: 1px solid #DDD;
}

.scarica-programma h3 {
	margin-top: 0px !important;
}


.fotogallery {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCC;
}

.fotogallery h2 {
	font-size: 24px;
	color: #666;
	margin-bottom: 25px;
}

.fotogallery a {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #CCC;
	position: relative;
}

.fotogallery span {
	border: 3px solid #FFF;
	display: block;
	width: 54px;
	height: 54px;
	position: absolute;
	z-index: 10000;
}

.fotogallery img {
	z-index: 99999;
}

#errors {
	border: 1px solid #ffb7b7;
	background-color: #fff0f0;
	padding: 15px;
	margin-bottom: 20px;
	
}

#errors li {
	color: #FF0000;
	font-weight: bold;
	background: url(images/sprite.png) -981px -143px no-repeat;
	padding-left: 25px;
}

#ok {
	border: 1px solid #b4d5b2;
	background-color: #e1f3e0;
	padding: 15px;
	margin-bottom: 20px;
	
}

#ok li {
	color: #429c3d;
	font-weight: bold;
	background: url(images/sprite.png) -981px -166px no-repeat;
	padding-left: 25px;
}


.listaEventi {
	padding: 0px !important;
	margin: 0px !important;
	list-style-type: none !important;
	margin-top: 50px !important;
}

.listaEventi li {
	
}

.listaEventi h2 {
	font-size: 40px !important;
	line-height: 40px;
	margin: 10px 0px 15px !important;
	letter-spacing: -1px;
}

.listaEventi li {
	margin-bottom: 60px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 30px;
}

.listaEventi li img {
	border: 1px solid #DDD;
}


ul.listaGallery  {
	padding: 0px !important;
	
}

.listaGallery li {
	list-style-type: none;
	border: 1px solid #DDD;
	float: left;
	margin: 0px 20px 20px 0px;
	width: 192px;
	padding-right: 0px !important;
	box-sizing: border-box;
	padding: 5px;
}

.listaGallery li figure {
	width: 180px;
	height: 180px;
	overflow: hidden;
}

.listaGallery .title {
	font-size: 14px !important;
	margin: 5px 0 0px !important;
	color: #333 !important;
	font-weight: bold !important;
}

ul.gallery-fotos {
	margin: 0px;
	padding: 0px !important;
}

.gallery-fotos li {
	list-style-type: none;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100000;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.tblStrutture {
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
}

.tblStrutture td, .tblStrutture th {
	font-family: Arial;
	font-size: 13px;
	padding: 5px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.tblStrutture th {
	background-color: #999;
	color: #FFF;
	font-weight: bold;
}

.banner-728 {
	text-align: center;
	margin-bottom: 30px;
}

.whatsapp {
	display:none;
}


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

	#footer {
		margin-bottom: 150px !important;
	}

	.whatsapp {
		display:block;
	}

	.whatsapp {
		position: fixed;
		z-index: 1000;
		background-color: green;
		bottom: 0;
		border-radius: 10px 10px 0 0;
		margin: 0 15px;
		color: #fff;
		box-sizing: border-box;
		padding: 30px 20px 30px 140px;
		line-height: 20px;
		text-align: left;
	}

	.whatsapp a {
		padding-bottom: 10px;
		text-decoration: none;
		color: #fff;
		font-weight: 600;
		line-height: 12px !important;
		font-size: 36px;
		line-height: 46px !important;
		text-align: left !important;
	}

	.whatsapp:before {
		content: " ";
		display: block;
		width: 100px;
		height: 100px;
		position: absolute;
		background-color: #fff;
		left: 25px;
		top: 25px;
		background: url(/images/icona-whatsapp.png) 0 0 no-repeat;
		background-size: cover;
	}
}