/*************************
	Pasta Amore CSS 	
*************************/

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-family: 'Sorts Mill Goudy', serif;
	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;
}
img {
  outline:none;
}
img.map, map area{
    outline: none;
}
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;
}

/*************************
	Main Styling 	
*************************/
body {
	background: #FFF7E6;
	color: #7b573e;
	padding-top: 15px;
	font-family: 'Sorts Mill Goudy', serif;
}

a {
	color: #089447;
	text-decoration: underline;
}

a:hover {

	color: #CF1C44;

}

a:focus {
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header NAV*/
#container > header {
	padding: 0 0.8em;
	height: 90px;
}

header div#logo {
	margin: 0px;
	padding-top: 70px;
	padding-left: 10px;
	float: left;
	width: 312px;
	height: 40px;
	border: 0;
	background: url(../images/logo.png) no-repeat center;
	display: block;
}

header nav {
	float: right;
	padding: 20px;
}

header nav ul {
	position:static!important;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 30;
	left: 0;
	bottom: 0;
	color: #7b573e;
	float: right;
}

header nav ul li {
	float: left;
	padding: 2.5em 0 2.5em 2em;
}

header nav ul li a,
header nav ul li a:visited {
	font-size: 0.9em;
	text-decoration: none;
	color: #7b573e;
}

header nav ul li a.active,
header nav ul li a:focus {	
	color: #0b9446!important;
}

header nav ul li a:hover {
	color: #CF1B43!important;
}

/* Sliding NAVBAR */
#navbar {
  background-color: #0b9446;
  opacity: .9;
  position: fixed;
  top: -50px;
  width: 100%;
  display:block;
  box-shadow: 0px 5px 20px black;
  transition: top 0.3s;
  font-family: 'Sorts Mill Goudy', serif;
  
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #FFF7E6;
  color: black;
}

/* TRINAV Banner */
section#trinav {
	width: 100%;
	height: 300px;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-bottom: 15px solid #000000;
	margin-bottom: 0em;
	color: white;
	text-align: center;
	text-shadow: 0 5px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

/* Home Feature Banner */
section#feature {
	width: 100%;
	height: 300px;
	background: url('../images/food960x300.png') no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-top: 10px solid #0E9447;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	margin-bottom: 0em;
	color: white;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

section#feature h1 {
	font-size: 3.5em;
	font-weight: bold;
	padding-top: 1.8em;
	font-family: 'Sorts Mill Goudy', serif;
}

section#feature h2 {
	padding-top: 0.5em;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

section#feature h2:before,
section#feature h2:after {
	padding: 0 0.3em;
	content: '-';
}

/* Menu Page Banner */
section#menubanner {
	width: 100%;
	height: 300px;
	background: url('../images/menu.png') no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-bottom: 0px solid white;
	margin-bottom: 0em;
	color: white;
	text-align: center;
	align-items: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

section#menubanner h1 {
	font-size: 8.5em;
	font-weight: bold;
	padding-top: 1.8em;
	font-family: 'Sorts Mill Goudy', serif;
}

section#menubanner h2 {
	padding-top: .5em;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

section#menubanner h2:before,
section#menubanner h2:after {
	padding: 0 0.3em;
	content: '-';
}

/* Online Order Page Banner */
section#onlineorder {
	width: 100%;
	height: 300px;
	background: url('../images/foodtable.png') no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-bottom: 0px solid white;
	margin-bottom: 0em;
	color: white;
	text-align: center;
	align-items: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

section#onlineorder h1 {
	font-size: 8.5em;
	font-weight: bold;
	padding-top: 1.8em;
	font-family: 'Sorts Mill Goudy', serif;
}

section#onlineorder h2 {
	padding-top: .5em;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

section#onlineorder h2:before,
section#onlineorder h2:after {
	padding: 0 0.3em;
	content: '-';
}

/* Locations Page Banner */
section#locate {
	width: 100%;
	height: 300px;
	background: url('../images/locations.png') no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-bottom: 0px solid white;
	margin-bottom: 0em;
	color: white;
	text-align: center;
	align-items: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

section#locate h1 {
	font-size: 8.5em;
	font-weight: bold;
	padding-top: 1.8em;
	font-family: 'Sorts Mill Goudy', serif;
}

section#locate h2 {
	padding-top: .5em;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

section#locate h2:before,
section#locate h2:after {
	padding: 0 0.3em;
	content: '-';
}

/* Contact Us Page Banner */
section#contactus {
	width: 100%;
	height: 300px;
	background: url('../images/contact.png') no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-bottom: 0px solid white;
	margin-bottom: 0em;
	color: white;
	text-align: center;
	align-items: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

section#contactus h1 {
	font-size: 8.5em;
	font-weight: bold;
	padding-top: 1.8em;
	font-family: 'Sorts Mill Goudy', serif;
}

section#contactus h2 {
	padding-top: .5em;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

section#contactus h2:before,
section#contactus h2:after {
	padding: 0 0.3em;
	content: '-';
}

/* About Page Banner */
section#aboutb {
	width: 100%;
	height: 300px;
	background: url('../images/about.png') no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-bottom: 0px solid white;
	margin-bottom: 0em;
	color: white;
	text-align: center;
	align-items: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

section#aboutb h1 {
	font-size: 8.5em;
	font-weight: bold;
	padding-top: 1.8em;
	font-family: 'Sorts Mill Goudy', serif;
}

section#aboutb h2 {
	padding-top: .5em;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

section#aboutb h2:before,
section#aboutb h2:after {
	padding: 0 0.3em;
	content: '-';
}

/* Reservations Banner */
section#reserveb {
	width: 100%;
	height: 300px;
	background: url('../images/reservation.png') no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-bottom: 0px solid white;
	margin-bottom: 0em;
	color: white;
	text-align: center;
	align-items: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

section#reserveb h1 {
	font-size: 8.5em;
	font-weight: bold;
	padding-top: 1.8em;
	font-family: 'Sorts Mill Goudy', serif;
}

section#reserveb h2 {
	padding-top: .5em;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

section#reserveb h2:before,
section#reserveb h2:after {
	padding: 0 0.3em;
	content: '-';
}

/* Deals Banner */
section#dealsb {
	width: 100%;
	height: 300px;
	background: url('../images/deals.png') no-repeat;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	box-shadow: 0 0 15px rgba(0,0,0,0.75) inset;
	border-bottom: 0px solid white;
	margin-bottom: 0em;
	color: white;
	text-align: center;
	align-items: center;
	-moz-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-o-text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);	
}

section#dealsb h1 {
	font-size: 8.5em;
	font-weight: bold;
	padding-top: 1.8em;
	font-family: 'Sorts Mill Goudy', serif;
}

section#dealsb h2 {
	padding-top: .5em;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

section#dealsb h2:before,
section#dealsb h2:after {
	padding: 0 0.3em;
	content: '-';
}

/* Page Text */
section#page-text {
	padding: 30px;
	font-size: 0.9em;
	background: white;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
	border-bottom: 1px solid white;
	text-align: center;
}

section#page-text:before, section#page-text:after { content: ""; display: table; }
section#page-text:after { clear: both; }
section#page-text { *zoom: 1; }

#container > div:before, #container > div:after { content: ""; display: table; }
#container > div:after { clear: both; }
#container > div { *zoom: 1; }

section#page-text > h1 {
	text-align: center;
	font-size: 1.4em;
	margin: 0.8em 0 1.6em;
}

section#page-text section h1 {
	font-size: 1.2em;
	margin: 1em 0 1em 5px;
	text-align: left;
}

section#page-text article {
	padding: 1.5em 0;
	border-top: 1px dotted #DDD;
}

section#page-text article header {
	padding: 0;
}

section#page-text article header p {
	font-size: 0.8em;
}

section#page-text article h1 {
	text-align: left;
	font-weight: 500;
	font-size: 1.2em;
}

section#page-text > h1:before,
section#page-text > h1:after {
	content: '~';
	padding: 0 0.4em;
	color: #BABABA;
}

section#location1,
section#location2,
section#location3 {
	width: 300px;
	float: left;
	padding-bottom: 1.2em;
}

section#location1 h2,
section#location2 h2,
section#location3 h2 {
	margin-top: 1em;
}

section#location1 h1,
section#location2 h1,
section#location3 h1 {
	text-align: center !important;
	color: #0E9547;
}

section#location1 p,
section#location2 p,
section#location3 p {
	text-align: center !important;
}

section p.location-phone {
	font-size: 1.6em;
}

section#location1 img,
section#location2 img,
section#location3 img {
	width: 280px;
	height: 160px;
	padding-top: 20px;
	background: #ffffff;
}

#menu-tables {
	float: left;
	width: 70%;
}

#menu-images {
	float: right;
	width: 240px;
	margin-left: 30px;
}

#menu-images figure {
	margin-bottom: 2em;
}

#menu-images figcaption {
	font-family: 'Sorts Mill Goudy', serif;
	margin-top: 0.5em;
}

#menu-images img {
	max-width: 100%;
}

table#pasta,
table#appetizers,
table#sides, 
table#desserts {
	margin-bottom: 4em;
}

table#pasta,
table#appetizers,
table#sides,
table#desserts {
	width: 100%;
}

table#pasta thead th,
table#appetizers thead th,
table#sides thead th, 
table#desserts thead th{
	padding: 5px;
	text-align: left;
	font-style: italic;
}

table#pasta tbody th,
table#appetizers tbody th,
table#sides tbody th, 
table#desserts tbody th {
	padding: 5px;
	text-align: left;
	font-weight: bold;
}

table#pasta td,
table#appetizers td,
table#sides td,
table#desserts td {
	padding: 5px;
	text-align: left;
}

table#pasta tr td:first-child,
table#appetizers tr td:first-child,
table#sides tr td:first-child,
table#desserts tr td:first-child {
	font-weight: bold;
	color: #000000;
}

table#pasta tr td:nth-child(3),
table#appetizers tr td:nth-child(2),
table#sides tr td:nth-child(2),
table#desserts tr td:nth-child(2) {
	font-weight: bold;
	width: 50px;
	color: #000000;
}

table caption {
	text-align: left;
	padding-left: 5px;
	margin-bottom: 1em;
	color: #0E9447;
}

ul#sitemap {
	text-align: left;
	list-style: disc;
	padding-left: 20px;
}

ul#sitemap a {
	color: #0D9447;
}

ul#sitemap li {
	padding: 0.5em 0;
}

section#page-text dl {
	margin: 0;
	padding: 0;
}

section#page-text dt {
	padding-top: 1em;
	font-size: 0.9em;
}

section#page-text dd {
	padding: 0.3em 0;
}

/* Home Text */
section#home-text {
	float: left;
	width: 542px;
	padding: 16px;
	font-size: 0.9em;
	background: white;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	border-bottom: 0px solid white;	
}

section#home-text h1 {
	font-weight: bold;
	margin-bottom: 0.8em;
}

section#home-text p,
section#page-text p {
	line-height: 1.3em;
	margin: 0.8em 0 0;
	text-align: justify;
}

section#offers {
	color: white;
	width: 358px;
	padding: 15px;
	font-size: 0.9em;
	text-align: justify;
	margin-left: 572px;
	background: #cf1c44;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.6) inset;
	-o-box-shadow: 0 1px 10px rgba(0,0,0,0.6) inset;
	box-shadow: 0 1px 10px rgba(0,0,0,0.6) inset;	
	border-top: 0px solid white;
	line-height: 1.3em;
	
}

section#offers h1 {
	font-weight: bold;
	margin-bottom: 0.8em;
	
}

section#offers ul li {
	padding: 0.36em 0;
}

/**************************
	Slideshow Container
**************************/
.mySlides {display: none;}
.img {vertical-align: middle;}
.slideshow-container {
  max-width: 100%!important;
  max-height: 100%!important;
  height: 480px!important;
  width: 960px!important;
  margin: 0 auto!important;
  position:relative;
  box-sizing: border-box!important;
  border: 0px solid black!important;
}

/* Caption text */
.text {
  color: #000000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #0000;
  font-size: 12px;
  padding: 55px 12px;
  position: absolute;
  top: 0;
}

/* Slide Link Button */
.containbutton {
  position:static;
  width: 100%;
  max-width: 100%;
}

.containbutton .img {
  width: 100%;
  height: auto;
}

.containbutton .btn {
  position: absolute;
  top: 95%;
  left: 85%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #FFF7E6;
  box-shadow: 8px 8px 20px black;
  color: black;
  opacity: .8;
  font-family: 'Sorts Mill Goudy', serif; 
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.containbutton .btn:hover {
  background-color: #0b9446;
  color: #FFF7E6;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 50px 5px 0px;
  background-color: #0E9447;
  border-radius: 10%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #FFF7E6;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}

}


/* Footer */
footer {
	position:static!important;
	position:absolute;
	width: 100%;
	height: 30;
	left: 0;
	bottom: 0;
	background-color: black;
	color: #FFF7E6;
	text-align: center;
	font-size: 0.7em;
	border-top: 10px solid #0E9447;
	padding-top: 7em;
	padding-bottom: 5em;
	clear: both;
	visibility: visible;
}

footer a:link {
	color: #089447;
	text-decoration: underline;
}

footer a:hover,
footer a:focus {
	color: #CF1C44;
}


/*************************
	Clearfix for Float
*************************/

/* Float Fixes */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }