@import url('/fonts/lato.css');
@import url('/fonts/indieflower.css');

/*@font-face{
    font-family: 'West';
    src: url('/fonts/Western Bang Bang.ttf');
}*/
/*CSS GENERICO*/

html, body{
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: Georgia, Times, 'Times New Roman', serif;*/
	font-family: 'Lato', sans-serif;
	color: #444444;
	font-size: 16px;	
	background-color: #ffffff;	
	line-height: 23px;

}
body {
	background-image: url(https://www.lesimpatichecanaglie.com/img/background-box.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#spazio-ferie {
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-left: -165px;
    top: 50%;
    margin-top: -100px;
}
#spazio-ferie a {
	font-weight: 700;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size:24px;
	display: block;
	text-align:center;
	border:2px solid #fff;
	background-color:#D78C31;
}
#spazio-ferie a:hover {
	border:2px solid #D78C31;
	background-color:#fff;
	color:#D78C31;
}

a{
	color: #444;
}

strong{
	font-weight: bold;
}

input, textarea, select{
	border: 1px solid #ccc;
	width: 100%;
	padding: 5px;
	background-color: #fff;
}

.clear{
	clear: both;
	height: 0;
}

.btn{
	font-family: 'Indie Flower', cursive;
	font-size: 20px;
	line-height: 20px;
	border-radius: 8px;
	/*font-size: 17px;*/
	/*line-height: 17px;*/
	/*text-transform: lowercase;*/
	display: block;
	background-color: #D78C31;
	color: #fff;
	padding: 5px 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;
}

.btn.float_right{
	float: right;
}

.btn.float_left{
	float: left;
}

.btn.form{
	margin: 0 auto;
	margin-top: 20px;
	width: 100%;
	display: block;
}

.btn.disabled{
	cursor: not-allowed;
	background-color: #444;
	color: #FFF;
}

.input.btn{
	border: none;	
}

.btn:first-letter {
    text-transform: uppercase;
}

.btn.negative{
	text-shadow: none;
	background-color: transparent;
	border: 1px solid #773F3A;
	color: #444;
}

.btn.negative:hover{
	text-decoration: none;
}

/*.btn:hover{
	background-color: #FFF;
	color: #773F3A;
}*/

.btn_cnt{
	margin-top: 20px;
}

.pad{
	padding: 20px;
}

.mar{
	margin: 20px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.container{
	max-width: 980px;
	padding: 0 20px;
	position: relative;
	margin: 0 auto;
}

.left_50{
	float: left;
	width: 50%;
}

.right_50{
	float: right;
	width: 50%;
}

.left_50.servizi_cnt, .right_50.servizi_cnt{
	width: 47.96%;
}

.input{
	border: 1px solid #ccc;
	width: 100%;
	padding: 5px;
	background-color: #fff;
}

.input:focus{
	border-color: #8A8A8A;
}

.input.error{
	border-color: #a94442;
}

.input.email_lower{
	text-transform: lowercase;
}

.line{
	background-color: #ccc;
	margin: 50px 0;
	height: 1px;
}

.line3{
	height: 1px;
	background-color: #ccc;
	margin: 50px 0;
}

.richiesta_info_td{
	width: 35%;
	text-align: right;
	padding-right: 5px;
}

/*HEAD SECTION*/

header{
}

#head_cnt{
	height: 90px;
	position: relative;
	/*background-image: url('/img/wood_plank.jpg');
	background-repeat: repeat-x;
	background-position: center;*/
	text-align: center;
	background-color: #FDDFA1;
}

#logo_cnt{
	display: inline-block;
	margin-top: 20px;
}

#logo_cnt a{
	display: block;
	line-height: 0;
	background-color: #D78C31;
	padding: 33px;
	border-radius: 50%;
	max-width: 200px;
	position: relative;
	z-index: 99;
	box-shadow: 0 0 30px #000;
}

#logo_cnt img{
	width: 100%;
}

#head-left{
	position: absolute;
	top: 0px;
	left: 20px;
	/*font-family: 'Indie Flower', cursive;
	font-size: 30px;
	color: #FFF;
	text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;*/
}

#head-left a{
	/*color: #FFF;
	text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;*/
	text-decoration: none;
}

#head-left a:hover, #head-left a.hover{
	color: #773F3A;
	color: #F18D18;
	/*text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;*/
}

#head-left a img{
	width: 17px;
	position: relative;
	top: 3px;
	left: 0px;
}

#my-doppiomalto-cnt{
	float: left;
	padding-top: 10px;
}

#social-cnt{
	float: left;
	/*margin-left: 10px;
	border-left: 1px solid #444;
	padding-left: 10px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}

.social-icon{
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background-position: 0 0;
	background-size: 32px;
	/*background-repeat: repeat-y;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;*/
}

.social-icon:hover{
	/*background-position: 0 -20px;*/
}

.social-icon.last{
	margin-right: 0;
}

.social-icon.facebook{background-image: url('/img/facebook.png');}

#head-right{
	position: absolute;
	top: 0px;
	right: 20px;
	font-family: 'Indie Flower', cursive;
	font-size: 25px;
	/*color: #FFF;
	text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;*/
}

#head-right a{
	/*color: #FFF;
	text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;*/
	font-family: 'Indie Flower', cursive;
	float: left;
	padding-top: 15px;
	text-decoration: none;
}

#head-right a:hover, #head-right a.hover{
	color: #773F3A;
	color: #F18D18;
	/*text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;*/
}

#telefono{
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 10px;
	/*border-left: 1px solid #444;*/
}

/*MENU*/

nav{
	font-family: 'Indie Flower', cursive;
	/*background-image: url('/img/wood_plank.jpg');
	background-position: center -236px;
	padding: 10px 0;
	background-color: #FDDFA1;
	box-shadow: 0px 19px 30px -19px #9A9A9A;
	background-repeat: repeat-x;*/
	/*box-shadow: 0px 0px 15px #9A9A9A;*/
	position: relative;
	z-index: 6;
}

#menu_trigger{
	display: none;
	padding: 0px 20px;
	color: #fff;
	text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;
	background-image: url('/img/sandwich.png');
	background-size: 22px;
	background-position: right 20px center;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 27px;
	text-transform: uppercase;
	background-color: #FDDFA1;
}

#menu{
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #FDDFA1;
}

#menu > li{
	display: inline-block;
	margin-right: -4px;
	position: relative;
	z-index: 999;
}

#menu > li > a{
	display: block;
	padding: 5px 20px;
	color: #444;
	/*color: #FFF;*/
	/*font-size: 30px;*/
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	min-width:100px;
	/*text-shadow: 1px 0 0 #ccc, -1px 0 0 #ccc, 0 1px 0 #ccc, 0 -1px 0 #ccc, 1px 1px #ccc, -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc;*/
}

/* DISTANZIATORE MENU PER IL LOGO */
@media all and (min-width:797px) {
	#menu > li.menu-spaziatore {
		width:350px;
	}
}

#menu > li > a:before{
	position: absolute;
	content: '·';
	top: 5px;
	left: -9px;
	color: #D78C31; /*773F3A*/
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

#menu > li:hover > a:before, #menu > li> a.hover:before{
	color: #D78C31; /*773F3A*/
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

#menu > li.first > a:before{
	display: none;
}

#menu > li.last{
	margin-right: 0;
}

#menu > li.mobile{
	display: none;
}

#menu > li.first > a{
	padding-left: 0;
}

#menu > li.last > a{
	padding-right: 0;
}

#menu > li:hover > a, #menu > li > a.hover{
	color: #F18D18;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

#menu > li > .submenu_cnt{
	padding-top: 20px;
	visibility: hidden;
}

#menu > li:hover > .submenu_cnt{
	visibility: visible;
}

#menu > li > .submenu_cnt > ul{
	position: absolute;
	visibility: hidden;
	left: -10px;
	opacity: 0;
	border: 1px solid #eee;
	padding: 5px;
	background-color: #fff;
	text-align: left;
	white-space: nowrap;
	border-radius: 5px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	overflow-y: hidden;
}

#menu > li:hover > .submenu_cnt > ul{
	visibility: visible;
	opacity: 1;
	left: 10px;
}

#menu > li > .submenu_cnt > ul > li{
	display: block;
}

#menu > li > .submenu_cnt > ul > li > a{
	display: block;
	padding: 5px 80px 5px 5px;
	border-radius: 5px;
	color: #474950;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	font-weight: 100;
	font-size: 17px;
}

#menu > li > .submenu_cnt > ul > li:hover > a, #menu > li > .submenu_cnt > ul > li > a.hover{
	background-color: #F5F5F6;
	color: #a9a9a9;
}

/*SLIDESHOW*/

#slideshow{
	max-width: 1920px;
	height: 700px;
	position: relative;
	margin: 0px auto 0px auto;
}

#slideshow.nav{
	height: 450px;
}

#slideshow > .photo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	opacity: 0.0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#slideshow > .photo.active{
	z-index: 10;
	opacity: 1.0;
}

#slideshow > .photo.last-active{
	z-index: 9;
}

.spin{
	font-family: 'Indie Flower', cursive;
	position: absolute;
	padding: 30px 22px;
	border-radius: 100%;
	background-color: #FFF;
	z-index: 11;
	top: 300px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	box-shadow: 0px 0px 15px #9A9A9A;
	text-align: center;
	font-size: 90px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.spin#left{
	left: 20px;
}

.spin#right{
	right: 20px;
}

.spin:hover{
	color: #F18D18;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

#map{
	height: 100%;
}

.strappo{
	background: url('/img/strappo.png') left top repeat-x;
	height: 20px;
	position: absolute;
	z-index: 11;
	top: 0;
	width: 100%;
}

.strappo.head{
	background: url('/img/strappo_head.png') left bottom repeat-x;
}

.strappo.basso{
	background: url('/img/strappo2.png') left top repeat-x;
	top: auto;
	bottom: 0;
	height: 25px;
}

.strappo.static{
	position: static;
	display: block;
}

/*HOMEPAGE*/

#body {
	max-width: 980px;
	padding: 40px 20px;
	margin: 0 auto;
	min-height: 325px;
}


#body-home {
    max-width: 980px;
    padding: 40px 20px 0;
    margin: 0 auto;
}

#body-home-menu {
    max-width: 980px;
    padding: 40px 20px 0;
    margin: 0 auto;
}

#body.senza_foto{
	padding-top: 60px;
}

.box{
	float: left;
	width: 30%;
	margin-right: 5%;
	box-sizing: border-box;
	/*background: url('/img/background-box.jpg') left top repeat;*/
	background-color: #FDDFA1;
	position: relative;
	padding: 20px;
	border: 2px solid #FFF; /*#424242*/
	box-shadow: 0 0 10px #444;
	text-decoration: none;
	display: block;
	/*min-height: 465px;*/
	background-size: cover;
	border-radius: 10px;
	top: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.box.last{
	margin-right: 0;
}

.box:hover{
	top: -3px;
	background-color: #FFF;
	box-shadow: 0 30px 40px -15px #888;
	border: 2px solid #D78C31;
}

.corner{
	position: absolute;
	z-index: 15;
	display: none;
}

.tl{top: -3px; left: -3px;}
.tr{top: -3px; right: -3px;}
.bl{bottom: -3px; left: -3px;}
.br{bottom: -3px; right: -3px;}

.img_box{
	position: relative;
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-color: transparent;
}

.img_box.contain{
	background-size: contain;
	background-repeat: no-repeat;
}

.img_box_gallery{
	height: 133px;
	float: left;
	margin-right: 5%;
	width: 47.5%;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center;
}

.img_box_gallery.n2, .img_box_gallery.n4{
	margin-right: 0;
}

.img_box_gallery.n3, .img_box_gallery.n4{
	margin-bottom: 0;
}

.titolo_box{
	font-family: 'Indie Flower', cursive;
	margin: 10px 0 20px 0;
	padding: 0;
	color: #FFF;
	/*font-size: 40px;*/
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;
	text-align: center;
}

.titolo_box_home{
	font-family: 'Indie Flower', cursive;
	margin: 10px 0 20px 0;
	padding: 0;
	color: #FDDFA1;
	/*font-size: 40px;*/
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	text-align: center;
	font-style: italic;
}

.txt_box{
	margin-top: 10px;
	position: relative;
}

.txt_box .btn{
	display: block;
	margin-top: 10px;
}

/*SLIDE EVENTI HOMEPAGE E PROMO*/

.eventi_home_cnt, .promo_home_cnt{
	position: relative;
	min-height: 465px;
}

.eventi_home_cnt .titolo_box, .promo_home_cnt .titolo_box{
	/*position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;*/
	position: relative;
	z-index: 11;
}

.evento_home, .promo_home{
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background: url('/img/background-box.jpg') left top repeat;
	background-size: cover;
	padding: 73px 20px 20px 20px;
	text-decoration: none;
}

.evento_home.active, .promo_home.active{
	z-index: 10;
	opacity: 1.0;
}

.evento_home.last-active, .promo_home.last-active{
	z-index: 9;
}

.evento_home .txt_box, .promo_home .txt_box{
	position: static;
}

.evento_home .img_box, .promo_home .img_box{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.evento_home .txt_box .btn, .promo_home .txt_box .btn{
	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
	padding-right: 0;
	padding-left: 0;
}

/*NAVIGAZIONE*/

.divisore{
	height: 1px;
	background-color: #7C4250;
	margin-bottom: 40px;
}

h1.titolo_pagina{
	font-weight: 100;
	font-size: 30px;
	margin-bottom: 30px;
	font-family: 'Indie Flower', cursive;
}

h1.titolo_pagina a{
	text-decoration: none;
	font-weight: 400;
}

h1.titolo_pagina a:hover{
	text-decoration: underline;
}

h2.titolo_secondario{
	font-weight: 100;
	font-size: 28px;
	margin-bottom: 28px;
	font-family: 'Indie Flower', cursive;
}

.colonna-testo{
	float: left;
	width: 65%;
}

.colonna-foto{
	float: right;
	width: 30%;
}

.colonna-foto .highslide{
	display: block;
	height: 200px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 5px #444;
}

.colonna-foto .highslide.last{
	margin-bottom: 0;
}

.riga-foto{
	clear: both;
	margin-top: 20px;
}

.riga-foto .highslide{
	display: block;
	float: left;
	width: 30%;
	height: 200px;
	margin-right: 5%;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 5px #444;
}

.riga-foto .highslide.last{
	margin-right: 0;
}

/*MENU BIRROTECA*/
/*
.tipo_menu{
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.tipo_menu:hover, .tipo_menu.selected{
	color: #F18D18;
}

.tipo_menu:before, .tipo_menu.selected:before{
	margin-right: 5px;
	width: 20px;
	display: inline-block;
}

.tipo_menu:before{
	content: '+';
}

.tipo_menu.selected:before{
	content: '-';
}*/

.tipo_menu{
	box-sizing: border-box;
	float: left;
	padding-top: 15%;
	padding-bottom: 15%;
	padding-left: calc(15% - 2px);
	padding-right: calc(15% - 2px);
	margin-right: 5%;
	background-size: cover;
	background-position: center;
	position: relative;
	display: block;
	height: 0;
	width: 0;
	margin-bottom: 40px;
	border: 2px solid #FDDFA1;
	box-shadow: 0 0 10px #444;
	border-radius: 50%;
	overflow: hidden;
}

.tipo_menu.last{
	margin-right: 0;
}

.tipo_menu:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: trasparent;
	z-index: 2;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.tipo_menu:hover:after{
	background-color: rgba(253, 223, 161, .75);
}

.tipo_menu.selected:after, .tipo_menu.selected:hover:after{
	background-color: rgba(255,255,255, .75);
}

.titolo_tipo_menu{
	font-family: 'Indie Flower', cursive;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(253, 223, 161, .75);
	text-align: center;
	width: 100%;
	padding: 15px 2%;
	color: #FFF;
	text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;
	font-size: 35px;
	box-sizing: border-box;
}

.piatti_cnt{
	display: none;
}

.piatto_cnt{
	/*margin-left: 5%;*/
	float: left;
	width: 45%;
	box-sizing: border-box;
	/*padding: 15px;
	box-shadow: 0 0 12px transparent;
	-webkit-transition: box-shadow .2s ease;
	-moz-transition: box-shadow .2s ease;
	-o-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;*/
	position: relative;
}

.piatto_cnt.n2{
	float: right;
}

.piatto_cnt.birre.del_mese{
	padding: 20px;
	background-color: #FDDFA1;
	box-shadow: 0 0 10px #444;
}

.birra_del_mese_absolute{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.birra_del_mese_cnt{
	width: 119px;
	height: 116px;
	overflow: hidden;
	position: absolute;
	top: -2px;
	left: -2px;
}

.birra_del_mese{
	background-color: #773F3A;
	color: #fff;
	text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	z-index: 1;
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 7px 0;
	left: -68px;
	top: 25px;
	width: 227px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

/*.piatto_cnt:hover{
	box-shadow: 1px 1px 12px rgba(0,0,0,0.4);
}*/

.piatto_cnt.birre{
	float: none;
	padding: 0;
	width: auto;
}

.img_piatto_cnt{
	float: left;
	width: 35%;
	text-align: center;
	position: relative;
}

.img_piatto_cnt a{
	display: block;
	line-height: 0;
}

.img_piatto_cnt img{
	max-width: 100%;
	height: auto;
}

.txt_piatto{
	float: right;
	width: 62%;
	padding-bottom: 40px;
	position: relative;
}

.titolo_piatto{
	font-family: 'Indie Flower', cursive;
	/*font-size: 30px;*/
	font-size: 27px;
	margin-bottom: 10px;
}

.titolo_piatto .btn{
	display: inline-block;
	position: relative;
	top: -3px;
	left: 5px;
	cursor: default;
}

.prezzo{
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: 'Indie Flower', cursive;
	font-size: 27px;
	color: #fff;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.separatore_piatto{
	height: 1px;
	background-color: #ccc;
	margin: 30px 0;
}

.separatore_tipo_menu{
	height: 25px;
}

/*EVENTI BIRROTECA*/

.img_evento_cnt{
	float: left;
	width: 30%;
	margin-right: 5%;
	text-align: center;
}

.img_evento_cnt.lista{
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0;
}

.img_evento_cnt img{
	max-width: 100%;
	height: auto;
}

.txt_evento_cnt{
	float: right;
	width: 65%;
}

.txt_evento_cnt.lista{
	min-height: 160px;
	padding-bottom: 40px;
	position: relative;
}

.txt_evento_cnt.lista .btn{
	position: absolute;
	right: 0;
	bottom: 0;
}

.data_evento{
	font-style: italic;
	margin-bottom: 10px;
}

.titolo_evento{
	font-family: 'Indie Flower', cursive;
	/*font-size: 30px;*/
	font-size: 27px;
}

.txt_evento_cnt .btn{
	margin-top: 20px;
}

/*PROMOZIONI BIRROTECA*/

.img_promozione_cnt{
	float: left;
	width: 30%;
	text-align: center;
	margin-right: 5%;
}

.img_promozione_cnt.lista{
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0;
	position: relative;
}

.sold_out_alpha{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background-color: rgba(255, 255, 255, 0.8);
}

.sold_out_cnt{
	width: 90px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
}

.sold_out{
	background-color: #773F3A;
	color: #fff;
	text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 130px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

/*.sold_out:before, .sold_out:after {
	content: "";
	border-top:   3px solid #6e8900;   
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
}

.sold_out:before {
	left: 0;
}
.sold_out:after {
	right: 0;
}*/

.img_promozione_cnt img{
	max-width: 100%;
	height: auto;
}

.txt_promozione_cnt{
	float: right;
	width: 65%;
}

.txt_promozione_cnt.lista{
	min-height: 160px;
	padding-bottom: 40px;
	position: relative;
}

.txt_promozione_cnt.lista .btn{
	position: absolute;
	right: 0;
	bottom: 0;
}

.data_promozione{
	font-style: italic;
	margin-bottom: 10px;
}

.titolo_promozione{
	font-family: 'Indie Flower', cursive;
	/*font-size: 30px;*/
	font-size: 27px;
}

.txt_promozione_cnt .btn{
	margin-top: 20px;
}

#coupon{
	max-width: 550px;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 10px;
	border: 5px dashed #444;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	background-color: #EFE8E4;
}

.img_coupon{
	float: left;
	width: 25%;
}

.img_coupon img{
	max-width: 100%;
	height: auto;
}

.txt_coupon{
	float: right;
	text-align: left;
	width: 70%;
}

.txt_coupon table{
	width: 100%;
}

.dettaglio td{
	padding-bottom: 30px;
}

.dettaglio.last td{
	padding-bottom: 0;
}

.titolo{
	font-family: 'Indie Flower', cursive;
	font-size: 30px;
	padding-right: 5px;
}

/*PHOTOGALLERY*/

.tipologie{
	width: 28%;
	float: left;
}

.disclaimer_gallery{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-style: italic;
	border-bottom: 1px solid #dedede;
}

.get_content{
	/*font-size: 14px;*/
	padding: 5px 0 5px 20px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.get_content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	display: block;
	width: 9px;
	height: 9px;
	background-color: #444;
}

.get_content.hover:before{
	background-color: #D78C31;
}

.contenuto{
	width: 70%;
	float: right;
}

.gallery_cnt{
	display: block;
	width: 47%;
	height: 240px;
	margin-bottom: 40px;
	box-shadow: 0 0 5px #444;
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center center;
}

.gallery_cnt.left{
	float: left;
}

.gallery_cnt.right{
	float: right;
}

/*FOOTERONE*/

footer{
	padding-top: 10px;
	border-top: 1px solid #ccc;
	background-color: #f5f5f5;
}

.cnt_foot_back{
	padding: 70px 0 40px 0;
	margin-bottom: 10px;
	/*background: url('img/wood_plank_alpha.png');
	background: url('img/wood_plank.jpg');
	background-size: 368px;*/
	background-color: #FDDFA1;
	/*box-shadow: 0px 7px 22px #CCCCCC;*/
	position: relative;
}

.foot_box{
	float: left;
	width: 40%;
	margin-right: 10%;
	min-height: 200px;
}

.foot_box.sitemap{
	width: 20%;
}

.foot_box.sitemap a{
	display: block;
	font-size: 12px;
	text-decoration: none;
}

.foot_box.sitemap a:hover{
	text-decoration: underline;
}

.foot_box.sitemap a.tec{
	font-style: italic;
}

.foot_box.last{
	margin-right: 0;
	width: 20%;
}

.foot_box h4{
	font-family: 'Indie Flower', cursive;
	font-size: 25px;
	margin-bottom: 20px;
}

.orario{
	width: 100%;
}

.giorno{
	font-style: italic;
}

.giorno, .ora{
	width: 50%;
	border-bottom: 1px dotted #CCC
}

.ora{
	text-align: right;
}

.orario-space{
	height: 0px;
}

#line1, #line2{
	position: absolute;
	height: 213px;
	width: 1px;
	background-color: #773F3A;
	top: 0px;
}

#line1{
	left: 26%;
}

#line2{
	left: 74%;
}

#sitemap{
	width: 100%;
}

#sitemap td{
	width: 50%;
	vertical-align: top;
}

#sitemap td.right{
	text-align: right;
}

#sitemap a{
	display: block;
	text-transform: lowercase;
	margin-bottom: 0px;
	text-decoration: none;
}

#sitemap a:hover{
	text-decoration: underline;
}

/*FOOTER TECNICO*/

#footer_tecnico{
	padding-bottom: 8px;
}

#copy{
	float: left;
	font-size: 12px;
	color: #aaa;
}

#menu_foot{
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_foot li{
	display: inline-block;
	margin-right: -4px;
}

#menu_foot li a{
	display: block;
	padding: 0px 10px;
	color: #aaa;
	text-decoration: none;
	font-size: 12px;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#menu_foot li:hover a, #menu_foot li a.hover{
	color: #444;
}

#menu_foot li.first a{
	padding-left: 0;
}

#menu_foot li.last a{
	padding-right: 0;
	margin-right: 0;
}

/*FANCYBOX FORM*/

.titolo_form{
	font-family: 'Indie Flower', cursive;
	font-size: 55px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
	
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.avviso{
	/*text-align: center;
	font-size: 17px;
	font-size: 16px;*/
	margin-bottom: 20px;
	
}

#login_form .input, #registrati_form .input, #password_dimenticata .input{
	/*padding: 10px;*/
	margin-bottom: 10px;
	/*font-size: 22px;*/
}

#ricordami_cnt{
	float: left;
	margin-top: -2px;
}

#ricordami_cnt label{
	margin-left: 5px;
}

#password_dimenticata_cnt{
	float: right;
	text-align: right;
}

#password_dimenticata_cnt a{
	text-decoration: none;
}

#password_dimenticata_cnt a:hover{
	text-decoration: underline;
}


#login_form .btn, #registrati_form .btn, #password_dimenticata .btn{
	/*padding: 10px;*/
	margin-bottom: 10px;
	/*font-size: 42px;*/
	/*font-size: 26px;*/
	/*max-width: 130px;
	margin-left: auto;
	margin-right: auto;*/
}

#registrati_cnt{
	text-align: center;
}

#registrati_cnt a{
	/*font-size: 16px;*/
	text-decoration: none;
}

#registrati_cnt a:hover{
	/*text-decoration: underline;*/
}

.error{
/*	color: #a94442;
	display: none;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
*/
	color: #a94442;
	display: none;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: -10px;
}

/*MY DOPPIOMALTO FORM*/

#my_doppiomalto_form .input{
	width: 30%;
	margin-bottom: 10px;
	display: block;
}

#my_doppiomalto_form .error{
	font-size: 13px;
}

#my_doppiomalto_form .btn{
	width: 30%;
	margin-top: 20px;
}

/*COOKIES*/

#cookie_disclaimer{
	background-color: rgba(0,0,0, .75);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

#cookie_disclaimer > DIV{
	color: #fff;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
}

#cookie_disclaimer .titolo{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#cookie_disclaimer a, #cookie_disclaimer span{
	text-decoration: underline;
	color: #fff;
	cursor: pointer;
}


/*MEDIAQUERIES*/

@media all and (min-width: 1101px){
	#menu{
		display: block !important;
	}
}

@media all and (max-width: 1100px){
	#my-doppiomalto{
		display: none;
	}
	
	nav{
		padding: 0;
	}
	
	#menu_trigger{
		display: block;
	}
	
	#menu{
		display: none;
		/*width: 100%;
		position: absolute;
		z-index: 999;*/
		text-align: left;
		padding-top: 10px;
	}
	
	#menu > li{
		display: block;
		margin-right: 0;
	}	
	
	#menu > li > a{
		padding: 15px 20px;
		/*background-color: rgba(68, 68, 68, 0.9);*/
		color: #fff;
		text-shadow: 1px 0 0 #444, -1px 0 0 #444, 0 1px 0 #444, 0 -1px 0 #444, 1px 1px #444, -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444;
		font-size: 25px;
	}
	
	#menu > li:hover > a, #menu > li > a.hover{
		/*background-color: rgba(153, 153, 153, 0.9);*/
	}
	
	#menu > li > a:before{
		display: none;
	}
	
	#menu > li.first > a, #menu > li.last > a {
		padding: 15px 20px;
	}
	
	#menu > li.mobile{
		display: block;
	}
}

/* INSERIMENTO PER HOMEPAGE */
#home-col-1 {
		float:left;
		margin-right:10px;
		width:50%;
	}
	
#home-col-2 {
		width:48%;
		float:right;
		text-align:center;
	}
#home-col-2 img {
	max-width:100%;
	display:inline-block;
}


@media all and (max-width: 1000px){
	.tipologie{
		width: auto;
		float: none;
		margin-bottom: 40px;
	}
	
	.contenuto{
		width: auto;
		float: none;
	}
	
	.gallery_cnt{
		width: 30%;
		margin-right: 5%;
	}
	
	.gallery_cnt.right{
		float: left;
	}
	
	.gallery_cnt.n3{
		margin-right: 0;
	}

	#home-col-2 {
		width:48%;
		float:right;
		text-align:center;
	}

	#home-col-1, #home-col-2 {

		float:none;
		width:100%;

	}
	#home-col-2 img {
		padding:0 !important;
	}

}

@media all and (max-width: 800px){
	#head_cnt{
		height: auto;
	}
	
	#logo_cnt a{
		box-shadow: none;
		max-width: 150px;
		padding: 25px;
	}
	
	#head-left, #head-right{
		display: none;
	}
	
	#slideshow{
		height: 300px;
	}
	
	#slideshow.nav{
		display: none;
	}
	
	.spin{
		display: none;
	}
}

@media all and (max-width: 700px){
	.gallery_cnt{
		display: block;
		width: 47%;
		margin-right: 0;
	}
	
	.gallery_cnt.right{
		float: right;
	}
}

@media all and (max-width: 650px){
	.box{
		float: none;
		margin-right: 0;
		width: auto;
		margin-top: 40px;
		box-shadow: none;
	}
	
	.box:first-child{
		margin-top: 0;
	}
	
	.box:hover{
		top: 0px;
		background-color: #FDDFA1;
		box-shadow: none;
	}
	
	.colonna-testo{
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	
	.colonna-foto{
		float: none;
		width: auto;
	}
	
	.riga-foto .highslide{
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.riga-foto .highslide.last{
		margin-bottom: 0px;
	}
	
	.piatto_cnt, .separatore_piatto{
		margin-left: 0;
	}	
	
	.piatto_cnt, .piatto_cnt.n2{
		float: none;
		width: auto;
		margin-top: 40px;
	}
	
	.piatto_cnt:first-child{
		margin-top: 0;
	}
	
	.img_piatto_cnt, .img_evento_cnt, .img_promozione_cnt{
		width: 47.5%;
		text-align: left;
	}
	
	.txt_piatto, .txt_evento_cnt, .txt_promozione_cnt{
		width: 47.5%;
	}
	
	.foot_box{
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 30px;
		min-height: 0;
	}
	
	.foot_box.last{
		margin-bottom: 0;
	}
	
	.foot_box h4 {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 630px){
	#my_doppiomalto_form .input, #my_doppiomalto_form .btn{
		width: 50%;
	}
}

@media all and (max-width: 560px){
	.btn{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.img_evento_cnt, .img_promozione_cnt{
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 10px;
		margin-right: 0;
	}
	
	.txt_evento_cnt, .txt_promozione_cnt{
		float: none;
		width: auto;
	}
	
	.txt_evento_cnt.lista{
		padding-bottom: 0;
		min-height: 0;
	}
	
	.txt_evento_cnt.lista .btn{
		position: static;
		margin-top: 20px;
	}
	
	.txt_promozione_cnt.lista{
		padding-bottom: 0;
		min-height: 0;
	}

	.txt_promozione_cnt.lista .btn{
		position: static;
		margin-top: 20px;
	}
		
	.btn_cnt{
		margin-top: 0;
	}
	
	.btn_cnt .btn{
		margin-top: 20px;
	}
	
	.btn.float_right, .btn.float_left{
		float: none;
	}
	
	.left_50, .right_50{
		float: none;
		width: auto;
	}
	
	#copy{
		float: none;
		text-align: center;
	}
	
	#menu_foot{
		float: none;
		text-align: center;
	}
	
	.titolo_form {
	}
}

@media all and (max-width: 500px){
	.gallery_cnt{
		width: auto;
	}
	
	.gallery_cnt.right, .gallery_cnt.left{
		float: none;
	}
	
	.tipo_menu{
		padding-top: 50%;
		padding-bottom: 50%;
		padding-left: calc(50% - 2px);
		padding-right: calc(50% - 2px);
	}
}

@media all and (max-width: 460px){
	h1.titolo_pagina{
		line-height: 35px;
	}
	
	#ricordami_cnt {
		float: none;
		text-align: left;
	}
	
	#password_dimenticata_cnt {
		float: none;
		text-align: left;
	}
	
	#my_doppiomalto_form .input, #my_doppiomalto_form .btn{
		width: 100%;
	}
	
	.img_piatto_cnt{
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 10px;
		margin-right: 0;
	}
	
	.txt_piatto{
		float: none;
		width: auto;
	}
}

@media all and (max-width: 380px){
	#menu_foot li{
		display: block;
		margin-right: 0;
	}
	
	#menu_foot li a{
		padding: 0;
	}
}

@media all and (max-width: 300px){
	.img_box_gallery{
		height: 180px;
		float: none;
		margin: 0;
		width: auto;
	}

	.img_box_gallery.n2, .img_box_gallery.n3, .img_box_gallery.n4{
		display: none;
	}
}