@charset "UTF-8";
/* CSS Document */

body {
	background: #534741;
	height: 100%;
	margin: 0;
	font-family: 'Oswald', sans-serif;
}

a {
	text-decoration:none;
}

a :hover {
	opacity: 0.7;
}

img{
	max-width: 100%;
}

.page {
	max-width:1260px;
	width:100%;
	margin: 0 auto;
	position: relative;
	display:block
}

.content {
	position:relative;
	margin-bottom:-14%;
}

.header{
	position: absolute;
	width: 100%;
	z-index: 5000;
	display:block
}

.logo {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	display:block
}

.main_menu {
	position: absolute;
	z-index: 3000;
	width: 100%;
	bottom: 13%;
}

.menu{
	margin-left: 6%;
	float: left;
	width: 25%;
}


.ordina {
	left: 33%;
	position: absolute;
	width: 34%;
}

.dove {
	margin-right: 6%;
	float: right;
	width: 25%;
}

.social {
	width: 100%;
	position: relative;
	margin-top: -13%;
	display: table;
	z-index: 2500;
}

.social_link {
	z-index: 5000;
	display: table-row;
}

.bottom_wrapper {
	bottom: 0;
	z-index: 150;
	position: absolute;
}

.social_sx {
	width: 33%;
	float:left;
	z-index: 100;
	display: table-row;
}

.promo {
	width: 34%;
	position: absolute;
	left: 32.9%;
	z-index: 50;
	display: table-row;
}

.social_dx {
	width: 33%;
	float:right;
	z-index: 100;
	display: table-row;
}

.logo_sx, .logo_dx{
	position:absolute;
	z-index:3100;
	bottom:-40%;
	width:12%;
}

.logo_sx {
	left: 3%;
}

.logo_dx {
	right: 3%;
}

.menu_tavolo {
	margin: 1% 0 10% 0;
}


/*Inizio CSS Footer */
.footer {
	width: 70%;
	position: absolute;
	margin-top: -6%;
	margin-left: 15%;
	z-index: 3000;
	text-transform: none;
	color: #c3ae95;
}

h4 {
	text-align:center;
	text-transform: none;
	color: #c3ae95;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
}

.footer_link {
	text-align: center;
	text-transform: none;
	color: #c3ae95;
}

.copyright, .credits {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin:0;
}

.credits :visited {
	color: #c3ae95;
}

.credits_link {
	color:#c3ae95;
}

.bottom-product{
	margin-bottom: -6%;
}

/*Fine CSS Footer */

/*Inizio CSS Slider*/
 
.slider {
  max-width: 100%;
  height:100%;
  margin: 0 auto;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide2 {
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide3 {
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
.last {
	position:relative;
}

@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
/*Fine CSS Slider*/

/* Corporate */

.corporate {
	width: 90%;
	margin: 0 auto;
	color: #ffffff;
}

h1.text_corporate {
	font-weight: 400;
	color: #fbb040;
}

h3.text_corporate {
	font-weight: 400;
	color: #c3ae95;
}

p.text_corporate {
	color: #ffffff;
	text-align: justify;
	font-weight:300;
}

a.text_corporate {
	color: #c3ae95;
	font-weight: 300;
}

.column_left {
	width: 48%;
	float: left;
}

.column_right {
	width: 48%;
	float: right;
	text-align: right;
}

/* End Corporate */


/* Perchè T-Burger */

.corporate {
	width: 90%;
	margin: 0 auto;
	color: #ffffff;
	position:relative;
}

h1.text_corporate {
	font-weight: 400;
	color: #fbb040;
	text-align:center;
}

h2.text_corporate {
	font-weight: 400;
	color: #c3ae95;
}

p.text_corporate {
	color: #ffffff;
	text-align:justify;
	font-weight:300;
	display:block;
}

a.text_corporate {
	color: #c3ae95;
	font-weight: 300;
}

.column_left {
	width: 48%;
	float: left;
}

.column_right {
	width: 48%;
	float: right;
	text-align: right;
}

/* End Perchè T-Burger */

/* Customer Care */

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color: #c3ae95;
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 650px;
	position: relative;
  margin:0 auto;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#nome{
	background-image: url(../images/icons/user168.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#nome:focus{
	background-image: url(../images/icons/user168.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email1{
	background-image: url(../images/icons/email5.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email1:focus{
	background-image: url(../images/icons/email5.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#messaggio{
	background-image: url(../images/icons/message31.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#operatore{
	background-image: url(../images/icons/multiple25.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#operatore:focus{
	background-image: url(../images/icons/multiple25.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#data{
	background-image: url(../images/icons/month1.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#data:focus{
	background-image: url(../images/icons/month1.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#luogo{
	background-image: url(../images/icons/pin56.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#luogo:focus{
	background-image: url(../images/icons/pin56.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#domicilio{
	background-image: url(../images/icons/pin56.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#domicilio:focus{
	background-image: url(../images/icons/pin56.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}



#telefono{
	background-image: url(../images/icons/cellphone91.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#telefono:focus{
	background-image: url(../images/icons/cellphone91.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#cittadinanza{
	background-image: url(../images/icons/nation5.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#cittadinanza:focus{
	background-image: url(../images/icons/nation5.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}



#impiego{
	background-image: url(../images/icons/businessmen5.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#impiego:focus{
	background-image: url(../images/icons/businessmen5.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#location{
	height: 50px;
	width: 90%;
	float:right;
}

.location{
	background-image: url(../images/icons/pin56.svg);
	background-color:#FFFFFF;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	height: 50px;
}

#sesso{
	height: 50px;
	width: 90%;
	float:right;
}

.sesso{
	background-image: url(../images/icons/male243.svg);
	background-color:#FFFFFF;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	height: 50px;
}

#impiegato{
	height: 50px;
	width: 90%;
	float:right;
}

.impiegato{
	background-image: url(../images/icons/computers.svg);
	background-color:#FFFFFF;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	height: 50px;
}

#haccp{
	height: 50px;
	width: 90%;
	float:right;
}

.haccp{
	background-image: url(../images/icons/diploma.svg);
	background-color:#FFFFFF;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	height: 50px;
}

#ruolo{
	height: 50px;
	width: 90%;
	float:right;
}

.ruolo{
	background-image: url(../images/icons/businessmen5.svg);
	background-color:#FFFFFF;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	height: 50px;
}

#disp{
	height: 50px;
	width: 90%;
	float:right;
}

.disp{
	background-image: url(../images/icons/lunch4.svg);
	background-color:#FFFFFF;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	height: 50px;
}

#mobilita{
	height: 50px;
	width: 90%;
	float:right;
}

.mobilita{
	background-image: url(../images/icons/clock117.svg);
	background-color:#FFFFFF;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	height: 50px;
}

#turni{
	height: 50px;
	width: 90%;
	float:right;
}

.turni{
	background-image: url(../images/icons/wallclock.svg);
	background-color:#FFFFFF;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	height: 50px;
}

#quando{
	height: 50px;
	width: 90%;
	float:right;
}

.quando{
	background-image: url(../images/icons/lunch4.svg);
	background-color:#FFFFFF;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	height: 50px;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#bottone-contact{
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #fbb040;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#bottone-contact:hover{
	background-color: rgba(0,0,0,0);
	color: #fbb040;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:#ffffff;
}

.informativa_link{
	color:#FFFFFF
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

/* Customer Care End */

td.delivery_option_logo {
background: #fff;
width: 10%;
text-align: center;
}

td.delivery_option_radio {
width: 10%;
}

td.delivery_option_price {
width: 20%;
}

/*Termine CSS*/