body {overflow-x:hidden;}


#comunicazione {
	display:block;
	width:100%;
	text-align:center;
	z-index:300px;
	position:absolute;
	}
	  
#comunicazione h3 {
	display:block;
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
	text-shadow:2px 2px 20px rgba(0,0,0,0.5);
	display:inline-block;
	padding:20px;
	font-family: 'Playfair Display', serif;
	font-size:18px;
	border:1px solid #FFF;
	}
	

nav a,
menu #booknow a span,
.b_text .center h3,
.b_text .center p,
.b_text .buttons a,
.btn-border span,
#c-box .t-box h2,
#c-box .t-box h4,
#c-box .t-box p,
#gallery h3,
#gallery h4,
#footer .wrapper p.address,
.btn-border-big span,
#booknowMob,
#title h1,
#title h3,
#btext p,
form#contatti h2,
form#contatti input[type="submit"] {
    font-family: 'Playfair Display', serif;
}

#box_lingue .btn-toggle2,
address a,
#footer .wrapper p.company,
form#contatti .wbig
	{
    font-family: 'Lato', sans-serif;
	}

.c_image  {
	width: 100%;
	display: block;
}


/* ========== delay ========== */
.hover_delay {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
	}

/* ========== alpha ========== */
.alpha_50 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:0.5;
 	}

/* ========== animate ========== */
.animate_linear  {
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	}

.animate_easing {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

/* ========== border radius ========== */
.radius_3 {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

/* ========== box sizing ========== */
.box_sizing {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

.box_fluid {
  width:1140px;
	margin:0 auto;
	}

.grayScale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}

.center_vert {
  width:100%;
  position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.zoom_scale img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.zoom_scale:hover img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.table_even {border-collapse:collapse;}
.table_even tr:nth-child(even) {background-color:#EBEEF1;}

.bg_cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  
.l-ornament {
	 width: 230px;
	 height: 2px;
	 background: #D2BD7F;
	 margin-bottom: 4px;
 }
 	
.s-ornament {
	width: 190px;
 	height: 1px;
 	background: #D2BD7F;
}
  
header {
	width: 100%;
	overflow: hidden;
	border-top: 3px solid #E1CB87;
}
  
header .logo {
	display: block;
	width: 389px;
	height: 107px;
	margin: 10px auto 30px auto;
	background: url(../images/ristorante-buca-lapi.jpg) center center no-repeat;
}

header address {
	position: absolute;
	left: 0;
	top: 5px;
}

header address a {
	color: #666;
	font-size: 12px;
	margin-right: 10px;
}

header address a i {
	color: #E1CB87;
	margin-right: 5px;
}

#box_lingue {
	/*float: right;
	padding:8px 10px 7px;*/
	
	position: absolute;
z-index: 29;
right: 0;
top: 0;
padding: 8px 10px 7px;
background: rgba(255,255,255,1);
	
	}	

#box_lingue i.fa-globe {
	font-size: 16px;
	margin-right: 5px;
}
	
#box_lingue .btn-toggle2 {
	/*text-transform:uppercase;
	font-size:0.7em;
	font-weight: 500;
	display:block;
	color:#666;
	text-shadow:none;*/
	
	text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
font-size: 11px;
display: block;
color: #666;
text-shadow: none;


	}
	
#box_lingue .btn-toggle2 span {
	margin-left: 5px;
	margin-right: 5px;
}

	
#box_lingue .sottomenu {
	/*display:none;
	margin-top:5px;
	background: rgba(255,255,255,1);
	z-index: 60;
	position: absolute;
	width: 200px;*/
	
	
	display: none;
	margin-top: 0px;
	}
	
#box_lingue .sottomenu a {
	cursor: pointer; 
	cursor: hand!important;
	color: #666;
	display: block;
	font-size: 11px;
	text-align: center;
	padding: 5px 0 8px;
	
	}
	
#box_lingue .sottomenu a:first-child {border-top:none;}	
	
#box_lingue .sottomenu a:hover {
	}	
	
	
#arrowDown {
	float: right;
	padding-left: 2px;
	width: 8px;
	height: 18px;
	background: url(../images/miniarrow2.png) center center no-repeat;
}

.bg_alpha_50 {
	width: 100%;
	background: rgba(0,0,0,0.5);
}

.b_text {
	width: 100%;
	overflow: hidden;
}

.b_text .center {
	width:75%;
	margin: 0 auto;
	padding: 135px 0;
}

.b_text .center h3 {
	color: #fff;
	text-align: center;
	font-size: 4.5em;
}

.b_text .center p {
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: 0.02em;
}

.b_text .center .split {
	width: 160px;
	margin: 25px auto;
	height: 1px;
	background: #FFF;
}

.b_text .buttons {
	width: 390px;
	margin: 70px auto 0 auto;
	overflow: hidden;
}


.b_text .buttons a {
	background: #E1CB87;
	display: block;
	float: left;
	text-align: center;
	padding: 18px 27px;
	color: #333;
	font-size: 1em; 
	text-transform: uppercase;
}

.b_text .buttons a.btn-gold {
	background: #E1CB87;
	margin-right: 15px;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;

}

.b_text .buttons a.btn-gold:hover  {
	background: #fff;
	color: #333;
}

.b_text .buttons a.btn-goldark {
	background: #C0AD73;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
}


.b_text .buttons a.btn-goldark:hover  {
	background: #ddd;
	color: #333;
}

.wrapper {
	width: 1130px;
	margin: 0 auto;
	position: relative;
}

.wrapper-small {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#bg {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	height: 290px;
}


#slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#slider ul {
	margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

#slider ul li {
	overflow: hidden;
    padding: 0;
}

#slider img {
	display: block;
	width: 100%;
}


menu {
	width: 100%;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	background: rgba(255,255,255,0.93);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
	filter: alpha(opacity=93);
}

menu nav {
	width: 75%;
	float: left;
}

menu #booknow {
	width: 25%;
	float: right;
}

menu #booknow a {
	margin-top: 10px;
	float: right;
	width: 165px;
	height: 35px;
	display: block;
	background:url(../images/button.png) center center no-repeat;
}

menu #booknow a span {
	width: 100%;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	padding: 7px 0;
}

menu nav a {
	color: #333;
	font-size: 0.9em;
	margin: 0 20px;
	padding: 15px 0 17px 0;
	display: inline-block;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
}

nav a:first-child {
	margin-left: 0;
}

nav a:hover {
	color: #BBA870;
}


#gallery .btn-border-big {	
	width: 340px;
	margin: 60px auto!important;
}


.btn-border .left {
	width: 4px;
	height: 54px;
	float: left;
	background:url(../images/btn-left.png) left center no-repeat;
}

.btn-border .right {
	width: 4px;
	height: 54px;
	float: left;
	background:url(../images/btn-right.png) left center no-repeat;
}


.btn-border {
    display: block;
	height: 54px;
}

.btn-border span {
	float: left;
	color: #333;
    display: block;
    font-size: 1em;
    padding: 14px 23px 14px 23px;
    text-align: center;
    text-transform: uppercase;
	border-top: 2px solid #D2BD7F;
	border-bottom: 2px solid #D2BD7F;
   
}



/* Big button */

.btn-border-big {
	display: block;
	margin: 0 auto!important;
	overflow: visible!important;
}


.btn-border-big .left {
	width: 4px;
	height: 54px;
	float: left;
	background:url(../images/btn-left.png) left center no-repeat;
}

.btn-border-big .right {
	width: 4px;
	height: 54px;
	float: left;
	background:url(../images/btn-right.png) left center no-repeat;
}

.btn-border-big {
    display: block;
	height: 54px;
}

.btn-border-big span {
	float: left;
	color: #333;
    display: block;
    font-size: 1em;
    padding: 13px 23px 15px 23px;
    text-align: center;
    text-transform: uppercase;
	border-top: 2px solid #D2BD7F;
	border-bottom: 2px solid #D2BD7F;
   
}



/* Box centrali */

#c-box  {
	z-index: 0;
	position: relative;
}

#c-box .col-sm-6 {
	width: 49.5%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#c-box .t-box {
	width: 65%;
	margin: 8% auto;
}

#c-box .t-box h2 {
	color: #000;
	font-size: 4.75em;
}

#c-box .t-box h4 {
	color: #BFAC72;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0 20px 0;
}

#c-box .t-box p {
	color: #3E3E3E;
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 50px;
}

.contacts i {
	color: #a59976;
	margin-right: 15px;
}

.contacts span {
	color: #555;
}

/* Gallery Home */

#gallery {
	/*width: 100%;*/
	overflow: hidden;
	}
#gallery .row {
	padding: 0!important;
	
}

#gallery a {
	display: block;
	position:relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	}

#gallery a img {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	}


#gallery a .copertina {
	position:absolute;
	background: url(../images/cover.png) left top repeat;
	width: 100%;
	height:100%;
	left:0;
	top:0;
	z-index:10;
	padding:10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
	cursor:pointer;
	}
	
	
#gallery a .title {
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	color:#FFF;
	text-transform: uppercase;
	position:absolute;
	width:100%;
	z-index:12;
	left:0;
	top:35%;
	}
	

#gallery a:hover .copertina {
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition-delay:0.25s; 
    transition-delay:0.25s;
	filter: alpha(opacity=100);
	opacity:1;
	} 
	
#gallery a .copertina {
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	}


#gallery em {
	display: block;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-color: #fff;
	border-style: solid;
	border-width: 2px;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}
	
#gallery .fa-search {
	font-size: 35px;
	display: block;
	margin: 15px auto 0 auto;
}



#gallery h3 {
	color: #000;
    font-size: 3.3em;
    text-align: center;
}

#gallery h4 {
	color: #575757;
	text-align: center;
	letter-spacing: 0.4em;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
}

#gallery hgroup {
	margin: 50px 0 60px 0;
}

.pets {
	width: 150px;
	margin: 40px auto 60px auto;
}

.pets p {
	text-transform: uppercase;
	text-align: center;
	color: #CAB578;
	font-size: 1.2em;
	margin: 15px 0;
	letter-spacing: 0.08em;
}

.pets img {
	display: block;
	margin: 0 auto;
}

/* Footer */

#footer {
	width: 100%;
	background: #FAFAFA;
	padding: 45px 0 0 0;
}


#footer .logohome {
	display: block;
	width: 343px;
	height: 97px;
	margin: 0 auto;
	background:url(../images/logo-footer.jpg) center center no-repeat;
		
}

#footer .wrapper {
	background:url(../images/bg-footer.png) center bottom no-repeat;
}

#footer .wrapper p {
	text-align: center;
	color: #333;	
	letter-spacing: 0.08em;
	line-height: 1.8em;
	margin: 0;
}

#footer .wrapper p.address {
	font-size: 0.9em;
	padding: 20px 0 20px 0;
}

#footer .wrapper p.company {
	font-size: 0.75em;
	padding: 20px 0 20px 0;
}

#footer .wrapper p a {
	 color: #333;
}

#footer .border {
	width: 890px;
	height: 1px;
	background: #CCC;
}

#footer #socials {
	padding: 65px 0 40px 0;
	width: 115px;
	margin: 0 auto;
}

#footer #socials a{
    border-radius: 30px;
    float: left;
    height: 31px;
    width: 31px;
	background: #CCC;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin-left: 10px;
}

#footer #socials a:first-child {
	margin-left: 0;
}

#footer #socials a:hover {
	background: #CAB578;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

#footer #socials a i{
	color: #FFF;
	text-align: center;
	display: block;
	margin: 8px auto;
}

#back-top {
    bottom: 20px;
    position: fixed;
    right: 0;
	z-index: 12;
}

#back-top a {
    color: #bbb;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 108px;
}

#back-top span {
    background: url(../images/arrow-up.png) center center no-repeat;
    display: block;
    height: 40px;
    margin-bottom: 7px;
    transition: all 1s ease 0s;
    width: 40px;
}

#booknowMob {
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 0;
	background:#000;
	color: #FFF;
	text-transform: uppercase;
	display: none;
}

#back-top a {
	width: 50px;
}




/* Menu Mobile */

#allMenu {
	width: 100%;
	background: rgba(210,189,127,1);
	padding: 0;
	position: relative;
	height: 40px;
	display: none;
}

#allMenu .language {
	position: absolute;
	right: 0;
	top: 2px;
	width: 80px;
	padding: 5px;
}

#allMenu .language a {
	display: block;
	float: left;
	color: #FFF;
	margin-left: 10px;
	font-size: 0.8em;
	padding: 3px 5px;
}

#allMenu .language a.selected {
	background: #FFF;
	color: #a28f55;
	
}
	
#logo_top {
	display:inline-block;
	padding:10px 0;
	text-align:center;
	}

#logo_top img {
	padding-top: 3px;
	margin: 0 auto;
}
.bg_menu {
	 width: 60px;
	 height: 40px;
	 position: absolute;
	 left: 0;
	 top: 0;
}

#btn_menu {
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 14px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
 
  
}

#btn_menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#btn_menu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#btn_menu span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#btn_menu span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}



#navmenu {
	background-color:#fff;
	display:none;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 100;
	width: 100%;
	}
	
	
#navmenu a {
	color:#333;
	display:block;
	padding:10px 0 10px 15px;
	border-bottom:1px solid #ddd;
	font-size:0.85em;
	text-align: center;
	}
	

#navmenu .sottomenu a {
	padding-left: 25px;
}

	
#navmenu2 {
	background-color:#000;
	border-bottom:1px solid #FC0;
	}

#navmenu2 a {
	color:#000;
	display:block;
	padding:15px 0 15px 0;
	border-top:1px solid #555;
	text-align:center;
	font-size:1.1em;
	}
	
#navmenu2 a:first-child {border-top:1px solid #008CBA;}
	
#navmenu2 a.active {background-color:#008CBA;}
	
	
#navmenu a:first-child {}

#title {
	padding: 60px 0;
}

#title h1 {
	color: #000;
	text-align: center;
	font-size: 4.8em;
}

#title h3 {
	color: #BFAC72;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.03em;
}

#btext {
	width: 530px;
	margin: 60px auto;
}

#btext p {
	color:#3E3E3E;
	text-align: center;
	font-size: 1em;
	line-height: 2em;
}

#btext .btn-border {
	margin: 40px auto;
	width: 200px;
}

#btext .hours {
	width: 50%;  
}

/* Gallery page */
/*
.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}*/

.my-gallery {
	width: 100%;
	overflow: hidden;
}

.my-gallery  .content-g{
    padding:0;
    margin:0;
    overflow:hidden;
    outline:10px solid #FFF;
    }
	
	 .my-gallery a {
		position: relative
	 }

  .my-gallery img {
    display:block;
    width:100%;
    }

  .zoom_scale2 img {
  	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-ms-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	}

  .zoom_scale2:hover img {
  	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-ms-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	-moz-transform: scale(1.05);
  	-webkit-transform: scale(1.05);
  	-o-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	transform: scale(1.05);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.8;
  	}

  .my-gallery .ico_zoom i {
    border:2px solid #FFF;
	color: #FFF;
    padding:20px;
    display: inline-block;
    border-radius: 60px;
    }

  .my-gallery .ico_zoom {
    color:#FFF;
    font-size:1.4em;
    z-index:10;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity:0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }

  .my-gallery .content-g:hover .ico_zoom {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
	
	

/* Form prenotazione */

form#contatti {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #fefefe;
}

form#contatti fieldset {
	width: 90%;
	margin: 0 auto;
}

form#contatti h2 {
	font-size: 40px;
	text-align: center;
	padding: 20px 0 20px 0;
	color: #CAB578;
}

form#contatti .border {
	width: 82%;
	margin: 0 auto 20px auto;
	height: 1px;
	background:#ccc;
}


form#contatti .booknow {
	display: block;
	width: 230px;
	height: 70px;
	margin: 0 auto;
	border: 1px solid #666;
}


form#contatti p {
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding-left: 5%;
}

form#contatti p a {
	color: #555966;
	text-decoration: underline;
}


form#contatti span{
	float: left;
	padding-top: 10px;
	font-size: 12px;
	color: #555966;
}

form#contatti input[type="text"] {
	color: #555;
	padding: 10px 0 10px 2%;
	background: #fff;
	border: 0;
	border: 1px solid #ccc;
	font-size: 0.9em;
	width: 99%;
	-webkit-border-radius: 0;
	
}


form#contatti select {
	color: #555;
	padding: 10px 0 10px 2%;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 0.9em;
	width: 99%;
	-webkit-border-radius: 0;
}

form#contatti input[type="text"]:first-child {
	margin-left: 0;
}

form#contatti label {
	color: #555966;
	font-size: 1em;
	font-size: 0.9em;
}


form#contatti .name {
	
}

form#contatti .wfull {
	width: 99%;
	padding: 6px 0 6px 1%;
}

form#contatti .wbig {
	width: 35%;
	padding: 6px 0 6px 1%;
	float: left;
	margin-left: 4.5%;
	margin-bottom: 10px;
}



form#contatti .wmed {
	width: 23%;
	padding: 6px 0 6px 1%;
	float: left;
	margin-left: 4.5%;
	margin-bottom: 10px;
}

form#contatti .info {
	margin-left: 4.5%;
}

form#contatti .wmedLit {
	width: 15%;
	padding: 6px 0 6px 1%;
}

form#contatti .wlittle {
	width: 6%;
	padding: 6px 0 6px 1%;
}


form#contatti textarea {
	width: 90%;
	display: block;
	min-height: 100px;
	font-size: 12px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
}


form#contatti input[type="submit"] {
	padding: 10px 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	text-align:center;
	display: block;
	margin: 20px auto 40px auto;
	width: 100%;
	border: 2px solid #CAB578;
	background:#FEFEFE;
	color: #CAB578;
	width: 90%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}

.maps iframe {
		height: 450px;
	}

/* =============
Media Queries
============= */

/* ====== Small ======  */
@media only screen and (min-width : 0) and (max-width : 766px),
only screen and (min-device-width : 0) and (max-device-width : 766px),
only screen and (min-device-width : 0) and (max-device-width : 766px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 766px) and (-webkit-device-pixel-ratio: 3) {
	
	.maps iframe {
		height: 300px;
	}
	
	#title {
		padding: 30px 0;
	}
	
	#title h1 {
		font-size: 2em;
	}
	
	#title h3 {
		font-size: 1em;
	}
	
	#btext {
		width: 95%;
		margin: 30px auto;
	}
	
	#btext p {
		font-size: 0.9em;
		line-height: 1.6em;
	}
	
	.col-sm-4 {
		margin-bottom: 20px;
	}
	
	#booknowMob {
		display: block;
	}
	
	
	#allMenu {
		display: block;
	}

	.wrapper {
		width: 95%;
	}
	
	header address a {
		display: block;
		margin: 0 0 20px 0;
	}
	
	header .logo {
		width: 170px;
		height: 47px;
		margin: 30px auto;
		background: url(../images/ristorante-buca-lapi-small.jpg) center center no-repeat;
	}
	
	menu {
		display: none;
	}
	
	#box_lingue {
		display: none;
	}
	
	header address {
		display: none;
	}
	
	#c-box .col-sm-6 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.l-ornament {
		width: 50%;
		
	}
	
	.row {
		margin: 0!important;
	}
	
	#c-box .t-box {
		margin: 3% auto;
		width: 90%;
		overflow: hidden;
		padding: 0;
	}
	
	#c-box .t-box h2 {
		font-size: 2.5em;
	}
	
	#c-box .t-box h4 {
		font-size: 1em;
		margin: 10px 0 10px;
	}
	
	#c-box .t-box p {
		font-size: 0.85em;
		line-height: 1.5em;
		margin-bottom: 20px;
	}
	
	/* button small */
	
	.btn-border {
		width: 50%;
	}
	
	.btn-border .left {
		display: none;
	}
	
	.btn-border .right {
		display: none;
	}
	
	.btn-border span {
		float: none;
		padding: 10px 15px;
		border: 2px solid #d2bd7f;
		font-size: 0.8em;
	}
	
	/* button big */
	
	.btn-border-big {
		width: 70%;
	}
	
	#gallery .btn-border-big {
		width: 70%!important;
	}
	
	.btn-border-big .left {
		display: none;
	}
	
	.btn-border-big .right {
		display: none;
	}
	
	.btn-border-big span {
		float: none;
		padding: 10px 15px;
		border: 2px solid #d2bd7f;
		font-size: 0.8em;
	}
	
	
	
	
	
	.b_text .center p {
		font-size: 0.7em;
	}
	
	
	.b_text .center h3 {
		font-size: 2em;
	}
	
	.b_text .buttons a {
		font-size: 0.9em;
	}
	
	.b_text .center {
		width: 85%;
	}
	
	#gallery h3 {
		font-size: 1.6em;
	}
	
	#gallery em {
		width: 50px;
		height: 50px;
	}
	
	#gallery .fa-search {
		font-size: 25px;
		margin: 10px auto 0;
	}
	
	.b_text .buttons {
		width: 70%;
	}
	
	.b_text .buttons a {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		padding: 12px 27px;
	}
	
	#gallery a .title {
		top: 45%;
	}
	
	#footer .logohome { 
		width: 180px;
		height: 51px;
		background: url(../images/logo-footer-small.jpg) center center no-repeat; 
	}
	
	
	#footer #socials {
		width: 115px;
		padding: 40px 0 20px 0;
	}
	
	#footer .border {
		width: 80%;
		margin: 0 auto;
	}
	
	#footer .wrapper {
		background: none;
	}
	
	#footer .wrapper p.address {
		font-size: 0.75em;
	}
	#footer .wrapper p.company {
		font-size: 0.7em;
	}
	
	
	form#contatti {
		width: 95%;
	}
	
	form#contatti h2 {
		font-size: 1.5em;
	}
	
	form#contatti .wbig, form#contatti .wmed{
		width: 100%;
		margin-left: 0;
		float: none;
	}
	
	form#contatti textarea {
		width: 99%;
	}
	
	form#contatti input[type="submit"] {
		width: 100%;
	}
	
	form#contatti .info {
		margin-left: 0;
	}
	
	.btn-border {
		width: 70%;
	}
	
	
	
#comunicazione h3 {
	font-size:14px;
	}
	
	


}

/* ====== Med ======  */
@media only screen and (min-width : 767px) and (max-width : 959px),
only screen and (min-device-width : 767px) and (max-device-width : 959px),
only screen and (min-device-width : 767px) and (max-device-width : 959px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 767px) and (max-device-height: 959px) and (-webkit-device-pixel-ratio: 3) {
	
	
	
	
	.maps iframe {
		height: 300px;
	}
	
	form#contatti {
		width: 95%;
	}

	.wrapper {
		width: 95%;
	}
	
	header address a {
		display: block;
		margin: 0 0 20px 0;
	}
	
	header .logo {
		width: 250px;
		height: 69px;
		background: url(../images/ristorante-buca-lapi-med.jpg) center center no-repeat;
	}
	
	menu #booknow {
		width: 20%;
	}
	
	menu nav {
		width: 80%;
	}
	
	menu nav a {
		font-size: 0.8em;
		padding: 15px 1% 10px 1%;
		margin: 0 0px;
	}
	
	menu #booknow {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	menu #booknow a {
		background: #CAB578;
		height: auto;
		margin-top: 0px;
		width: auto;
		padding: 6px 5px;
	}
	
	menu #booknow a span {
		color: #fff;

	}
	
	#c-box .t-box {
		margin: 3% auto;
		width: 87%;
	}
	
	#c-box .t-box h2 {
		font-size: 2.5em;
	}
	
	#c-box .t-box h4 {
		font-size: 1em;
		margin: 10px 0 10px;
	}
	
	#c-box .t-box p {
		font-size: 0.85em;
		line-height: 1.5em;
		margin-bottom: 20px;
	}
	
	/* button small */
	
	.btn-border {
		width: 50%;
	}
	
	.btn-border .left {
		display: none;
	}
	
	.btn-border .right {
		display: none;
	}
	
	.btn-border span {
		float: none;
		padding: 10px 15px;
		border: 2px solid #d2bd7f;
		font-size: 0.8em;
	}
	
	#footer .border {
		width: 80%;
		margin: 0 auto;
	}
	
	#footer .wrapper {
		background: none;
	}
	
	.b_text .center p {
		font-size: 0.75em;
	}
	
	.b_text .center h3 {
		font-size: 2.5em;
	}
	
	
	.b_text .buttons a {
		font-size: 0.9em;
	}
	
	#gallery h3 {
		font-size: 2em;
	}
	
	#gallery em {
		width: 50px;
		height: 50px;
	}
	
	#gallery .fa-search {
		font-size: 25px;
		margin: 10px auto 0;
	}
	
	#title h1 {
		font-size: 3.5em;
	}
	
	#title h3 {
		font-size: 1.1em;
	}
	
	#c-box {
		overflow: hidden;
	}
	
	.row {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	
	.col-sm-6 {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	#c-box .t-box {
		width: 80%;
	}
	
	

}

/* ====== Big ======  */
@media only screen and (min-width : 960px) and (max-width : 1249px),
only screen and (min-device-width : 960px) and (max-device-width : 1249px),
only screen and (min-device-width : 960px) and (max-device-width : 1249px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 960px) and (max-device-height: 1249px) and (-webkit-device-pixel-ratio: 3) {
	
	
	.maps iframe {
		height: 350px;
	}
	
	#title h1 {
		font-size: 3.5em;
	}
	
	.wrapper {
		width: 960px;
	}
	
	menu nav a {
		font-size: 0.85em;
		padding: 15px 10px 5px 10px;
		margin: 0 0px;
	}
	
	menu #booknow {
		padding-bottom: 8px;
	}
	
	#c-box .t-box {
		margin: 5% auto;
		width: 80%;
	}
	
	#c-box .t-box h2 {
		font-size: 3.2em;
	}
	
	#c-box .t-box h4 {
		font-size: 1em;
		margin: 10px 0 10px;
	}
	
	#c-box .t-box p {
		font-size: 0.85em;
		line-height: 1.5em;
		margin-bottom: 20px;
	}
	
	#footer .border {
		width: 80%;
		margin: 0 auto;
	}
	
	#footer .wrapper {
		background: none;
	}
	
	.b_text .center p {
		font-size: 0.9em;
	}
	
	.b_text .center h3 {
		font-size: 3.5em;
	}
	
	
	#gallery h3 {
		font-size: 2.6em;
	}
	
	#gallery em {
		width: 50px;
		height: 50px;
	}
	
	#gallery .fa-search {
		font-size: 25px;
		margin: 10px auto 0;
	}


}


/* ====== Big ======  */
@media only screen and (min-width : 1250px) and (max-width : 1519px),
only screen and (min-device-width : 1250px) and (max-device-width : 1519px),
only screen and (min-device-width : 1250px) and (max-device-width : 1519px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 1250px) and (max-device-height: 1519px) and (-webkit-device-pixel-ratio: 3) {

	#c-box .t-box {
		margin: 5% auto;
	}
	
	#c-box .t-box h2 {
		font-size: 4em;
	}
	
	#c-box .t-box h4 {
		font-size: 1.2em;
	}
	
	#c-box .t-box p {
		font-size: 0.9em;
		line-height: 1.6em;
	}

}
