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

/*:::::::::::::::::::::::::::RESET:::::::::::::::::::::::::::::*/
/* CSS Document */

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*::::::::::::::::END RESET::::::::::::::::::::::::::::*/


* {
	transition: all 500ms ease-in-out;
	}

body {
	font-family: 'Arimo', sans-serif;
	background: url(images/background2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000000;


	/*overflow: hidden;*/
	}



 h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 125%;
	letter-spacing: 2px;
	line-height: 120%;
	color: #fff;
	margin: 0;
	padding: 5px 0 0;
	}

h2 {
	color:rgba(255,255,255,1.00);
	font-family: 'Open Sans', sans-serif;
	padding: 5px 0 0;
    font-size: 100%;
	letter-spacing: 1px;
    line-height: 120%;
	}

 h3 {
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:white;
	margin: 0 0 50px;
	font-size: 110%;
	/*font-weight: bold;*/
	letter-spacing: 1px;
    line-height: 120%;
	}

 p {
	color:rgba(255,255,255,.50);
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0 ;
    font-size: 95%;
	letter-spacing: 1.3px;
    line-height: 155%;
	}

img {
	max-width: 100%;
	}



/*//////////////////Main Navigation//////////////////*/


#header_container {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	z-index: 1000;
	background: #000000;
	/*border-bottom: 5px solid #0f4f37;*/
	}


#main_nav img {
	position: absolute;
	width: 400px;
	height: auto;
	margin: -5px 0;
	z-index: -1;
	}

	/*
#main_nav img {
	position: absolute;
	width: 260px;
	height: auto;
	margin: 6px 12px;
	z-index: -1;
	}*/



	/*
#main_nav img {
	position: absolute;
	width: 260px;
	height: 60px;
	margin: 6px 12px;
	z-index: -1;
	}*/





#main_nav {
	display: block;
	/*background: #000000;*/
	/*opacity: .9;*/
	height: 100px;
	overflow: hidden;
	transition: all 500ms ease-in-out;
	position: relative;
	border-bottom: 5px solid #0f4f37;
	z-index: 1000;
	}

#main_menu {
	margin: 60px 0;
	padding: 0;
	list-style: none;
	width: 860px;
	height: 60px;
	float: right;
	clear: both;
}
#main_menu li {
	display: inline;
}

#main_menu a {
	display: block;
	text-align: center;
	padding-top: 0px;
	width: 120px;
	height: 44px;
	line-height: 44px;
	/*background: #000000;*/
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	font-weight: bold;
	float: left;
}
#main_menu a:hover {
	background: rgba(128,36,31,.4);
	color: #e5a323;
	/*text-decoration: underline;*/
}

/*#main_menu a:active {
	color: #e5a323;
	text-decoration: underline;
	}*/

button.mobile_menu {
	/*display: block;*/
	text-align: center;
	padding: 0;
	width: 54px;
	height: 60px;
	line-height: 44px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .6em;
	font-weight: bold;
	border: none;
	font-family: Georgia;
	float:right;

	background: #000000 url(images/hamburger1.svg) no-repeat 5px center;
	text-indent: -9999px;
	/*text-align: left;*/

	display: none;
}

	button.mobile_menu:hover, button.mobile_menu:focus {
	background-color: #000000;
	outline: none;
}

/*///////////////////Main Nav End//////////////////*/


/*///////////////////Main Slider Begin//////////////////*/


.cycle-slideshow {
	margin-top: 100px;
	width: 100%;
	display: block;
	position: relative;

	margin: 100px auto 0;
	border-top: 0px solid #0f4f37;
	border-bottom: 5px solid #0f4f37;
	z-index: 98;
	}

.cycle-prev, .cycle-next {
	font-size: 200%;
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	z-index: 9999;
	cursor: pointer;
	}

.cycle-prev {
	left: 5%;
	}

.cycle-next {
	right: 5%;
	}

.cycle-pager {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 20px;
	z-index: 9999;
	cursor: pointer;
	}

.cycle-pager span {
	text-indent: 100%;
	white-space: nowrap;
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
	overflow: hidden;
	}

.cycle-pager .cycle-pager-active {
	background: #fff;
	}


/*/////////////////// SLIDER END//////////////////*/


/*///////////////////MAIN SECTION BEGIN//////////////////*/



.home .event_stripe {
	/*background-color: rgba(128,36,31,.4);*/
	background-color: rgba(15,79,55,.4);
	width: 100%;
	margin: 20px 0 20px;
	}

.home .delivery_note-2 h3{
	padding: 0 15%;
}

.home .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 50px 0 10px;
	}

.home .border_stripe3 {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 50px 0 30px;
	}

.menu .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 150px 0 10px;
	}

.order .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 200px 0 10px;
	}

.story .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 150px 0 10px;
	}

.party .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 150px 0 10px;
	}

.betty .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 50px 0 10px;
	}

.event_h1_style  {
	/*background-color: rgba(128,36,31,.4);*/
	background-color: rgba(15,79,55,.4);
	font-weight: bold;
	height: auto;
	width: 40%;
	color:white;
    position:relative;
    text-align:center;
    margin: 0 auto;
	/*padding: 20px;*/
    vertical-align:middle;
	}

.event_h1_style a {
	display: block;
	height: 100%;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 150%;
	line-height: 125%;
	letter-spacing: 1px;
	color: #e5a323;
	/*padding: auto;*/
	padding: 10px;
	margin: 0;
	}

.event_h1_style:hover {
	/*background-color: rgba(128,36,31,.4);*/
	background-color: rgba(15,79,55,.4);
	width: 100%;
	height: auto;
	text-decoration: underline;
	}

.h1_style  {
	background-color: rgba(128,36,31,.4);
	font-weight: bold;
	height: auto;
	width: 30%;
	color:white;
    position:relative;
    text-align:center;
    margin: 0 auto;
	/*padding: 20px;*/
    vertical-align:middle;
	}

.h1_style a {
	display: block;
	height: 100%;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 150%;
	line-height: 125%;
	letter-spacing: 1px;
	color: #e5a323;
	/*padding: auto;*/
	padding: 10px;
	margin: 0;
	}

.h1_style:hover {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	height: auto;
	text-decoration: underline;
	}



.delivery_note {
	padding: 0 0%;
	}

.delivery_note h3 {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: white;
	margin: 0 0 30px;
	font-size: 105%;
	/*font-weight: bold;*/
	letter-spacing: 1.5px;
    line-height: 140%;
	}

.betty .delivery_note h3 {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: white;
	margin: 0 0 50px;
	font-size: 105%;
	/*font-weight: bold;*/
	letter-spacing: 1.5px;
    line-height: 140%;
	}

/*///////////////////MAIN SECTION BEGIN//////////////////*/


.home #main_section {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 50px 0;
	/*padding-bottom: 20%;*/
	}

.home #main_section2 {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 50px 0;
	/*padding-bottom: 20%;*/
	}

/*.home #main_section2 {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	padding-bottom: 20%;
	}*/

.home #main_section2 {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

/*
.home .event-banner-1 {
	padding: 0 15%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 10px 0 10px;
	}*/



.home .event-banner-1 h1 {

}


/*
.home .event-banner-1 img {
	width: 100%;
	overflow: auto;
	margin: 50px 0 10px;
	}*/



.home .event-banner-2 {
	padding: 0 15%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 10px 0 25px;
	}

	.cater .event-banner-2 {
		padding: 0 15%;
		height: auto;
		width: 100%;
		overflow: auto;
		margin: 10px 0 25px;
		}

	.betty .event-banner-2 {
	padding: 0 15%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 10px 0 25px;

	}

	/*
.betty .event-banner-2 {
	padding: 0 15%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 10px 0 25px;

	}*/



.home .event-banner-2 iframe {
    /*width: 100%;*/
    margin: 0 auto;
	display: block;
}

.home .event-banner-2 .delivery_note {
	padding: 20px 0 0 0;
}

.home .event-banner-2 img {

	width: 100%;
	overflow: auto;
	margin: 10px 0 10px;
	}

.home .event-banner-2 h1{
	padding: 5px 15% 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	/*margin: 0 0 50px;*/
	/*border-bottom: 2px solid #0f4f37*/
	}

.menu #main_section {
	padding: 3% 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

.menu #main_section2 {
	padding: 3% 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

.menu .rancho_Pizzerria {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 5%;
}



.order #main_section {
	padding: 0 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

.order #main_section2 {
	padding: 3% 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

.order .rancho_Pizzerria {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 5%;
}

.story #main_section {
	padding: 3% 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

.story #main_section2 {
	padding: 3% 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

.story .rancho_Pizzerria {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 5%;
}

.party #main_section {
	padding: 3% 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

.party #main_section2 {
	padding: 3% 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

	.party .event-details {
		padding: 0 15%;
		height: auto;
		width: 100%;
		overflow: auto;
		margin: 125px 0 10px;
		}

	.party .event-banner-2 .delivery_note {
		padding: 20px 0 0 0;
	}

	.party .event-banner-2 img {
		width: 100%;
		overflow: auto;
		margin: 10px 0 10px;
		}

	.party .event-banner-2 h1{
		padding: 5px 15% 0 ;
		height: auto;
		width: 100%;
		overflow: auto;
		/*margin: 0 0 50px;*/
		/*border-bottom: 2px solid #0f4f37*/
		}

.party .rancho_Pizzerria {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 5%;
}

.party .event-banner-2 {
	padding: 0 15%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 10px 0 25px;

	}

.event #main_section2 {
	padding: 3% 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

.event .rancho_Pizzerria {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 5%;
}

.betty #main_section {
	padding: 3% 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

.betty #main_section2 {
	padding: 3% 20% 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	/*padding-bottom: 20%;*/
	}

.betty .rancho_Pizzerria {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 5%;
}


/*#oside_Pizzerria {
	margin-bottom: 30px;
	}*/

#main_section h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 125%;
	letter-spacing: 1px;
	line-height: 120%;
	color: #fff;
	margin: 0;
	padding: 5px 0 0;
	}

.section_detail .address {
	color:rgba(255,255,255,1.00);
	font-family: 'Open Sans', sans-serif;
	padding: 5px 0 0;
    font-size: 100%;
	letter-spacing: 1px;
    line-height: 120%;
	}

.section_detail2 .address {
	color:rgba(255,255,255,1.00);
	font-family: 'Open Sans', sans-serif;
	padding: 5px 0 0;
    font-size: 100%;
	letter-spacing: 1px;
    line-height: 120%;
	}

.section_detail .phone {
	color: #e5a323;
	font-family: 'Open Sans', sans-serif;
	padding: 0px 0 10px;
    font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
    line-height: 120%;
	}

.section_detail2 .phone {
	color: #e5a323;
	font-family: 'Open Sans', sans-serif;
	padding: 0px 0 10px;
    font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
    line-height: 120%;
	}

.section_detail .phone a {
	color: #e5a323;
	}

.section_detail2 .phone a {
	color: #e5a323;
	}

.section_detail p {
	color:rgba(255,255,255,.50);
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0 ;
    font-size: 95%;
	letter-spacing: 1.3px;
    line-height: 155%;
	}


.social_list {
	/*text-align: center;*/
	margin: auto;
    width: 100%;
    /*border: 3px solid #73AD21;*/
	}

.social_list li {
    display: inline-block;
    margin: auto;
	padding: 0 10px;
	opacity: 80%;
	}


.social_list li img{
	opacity: 0.7;
	}

.social_list li a :hover{
	opacity: 1;
	}

.facebook_icon {
	float: left;
	}

.instagram_icon {
	float: left;
	}

.oside_Pizzerria {
	float: left;
	width: 40%;
	height: auto;
	margin: 0 5%;
	}

.sanclem_Pizzerria {
	float: left;
	width: 40%;
	height: auto;
	margin: 0 5%;
	}

.rancho_Pizzerria {
	float: left;
	width: auto;
	height: auto;
	margin: 0 5%;
	}

.rancho_Pizzerria .rancho-image {
	float: left;
	width: 45%;
	height: auto;
	margin: 0 5% 0 0;
	}

.order-details {
	padding: 0 15%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: auto;
	}

.order-details h1{
	padding: 5px 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 0 0 10px;
	border-bottom: 2px solid #0f4f37
	}

.order-details h2{

	}

.order-details ul{
	padding: 5px 30px 25px;
	}

.order-details li{
	color:rgba(255,255,255,.50);
	font-family: 'Open Sans', sans-serif;
	padding: 5px 5px 0;
    font-size: 100%;
	letter-spacing: 1px;
    line-height: 120%;
	list-style-type:circle
	}

.story-details {
	padding: 0 15%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 175px 0 50px;
	}

.story-details h1{
	padding: 5px 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 0 0 10px;
	border-bottom: 2px solid #0f4f37
	}

.story-details h2{
	padding: 25px 0 0;
	/*clear: both;*/
	}

/*.story-details h2{
	text-align: center;
	}*/

.story-details img{
	display: block;
    /*margin: 20px auto;*/
	padding: 20px 20px 10px;
	float: left;
	}

.story-details .phone a{
	text-align: center;
	color: #e5a323;
	/* 	margin: 5%;	*/

	padding: 0 0%;
	clear: both;
	}



	.cater .event-details {
		padding: 0 15%;
		height: auto;
		width: 100%;
		overflow: auto;
		margin: 175px 0 20px;
		}


.betty .event-details {
	padding: 0 15%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 175px 0 20px;
	}





.event-details h1{
	padding: 5px 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	/*margin: 0 0 10px;*/
	border-bottom: 2px solid #0f4f37
	}

.home .event-details {
	padding: 0 15%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 75px 0 10px;
	}

.betty .event-details h3{
	font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: white;
    margin: 0 0 50px;
    font-size: 105%;
    /* font-weight: bold; */
    letter-spacing: 1.5px;
    line-height: 140%;
}

.event-details .sub-head {
	color: #e5a323;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 0 0;
    font-size: 100%;
	letter-spacing: 1px;
    line-height: 120%;
	}

.event-details-2 .sub-head {
	color: #e5a323;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 0 0;
    font-size: 100%;
	letter-spacing: 1px;
    line-height: 120%;
	}

.event-details h2 {
	color: #e5a323;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 0 0;
    font-size: 100%;
	letter-spacing: 1px;
    line-height: 120%;
	}

.event-details img {
	width: 100%;
	height: auto;
	display: block;
    /*margin: 20px auto;*/
	padding: 20px 0px 10px;
	float: left;
	}

.event-details-2 {
	padding: 0 15%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 75px 0 50px;
	}

.event-details-2 h1{
	padding: 5px 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 0 0 10px;
	border-bottom: 2px solid #0f4f37
	}

.event-details-2 h2 {
	color: #e5a323;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 0 0;
    font-size: 100%;
	letter-spacing: 1px;
    line-height: 120%;
	}

.event-details-2 img {
	width: 100%;
	height: auto;
	display: block;
    /*margin: 20px auto;*/
	padding: 20px 0px 10px;
	float: left;
	}



.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}


.menu-list ul{
	overflow: hidden;
    background-color: #333;
	text-align: center;
	}

.menu-list li{
	float: left;
	display: inline;
	}

.menu-list li a{
	display: block;
	color: #e5a323;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
    font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
    line-height: 120%;
	padding: 10px;
	}

.betty-container {
	margin: 0 20%;
	}


.betty-quote{
	padding: 0 15%;
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;
	}

.betty-quote img{
	display: block;
	padding: 20px 20px 10px;
	float: left;
	}

.betty-quote p{
	display: block;
	padding: 20px 0 0;

	}

 /*.home a{
	color: #e5a323;
	}

.menu a{
	color: #e5a323;
	}

.order a{
	color: #e5a323;
	}

.story a{
	color: #e5a323;
	}

.party a{
	color: #e5a323;
	}

.betty a{
	color: #e5a323;
	}*/

.betty-link a{
	color: #e5a323;
	}

#hours-container .hours {
	text-align: center;
	color: #e5a323;
	margin: 10% 5%;
	padding: 0 10%;
	clear: both;
	}


/*///////////////////MAIN SECTION END//////////////////*/


/*///////////////////MAIN INSTAGRAM BEGIN//////////////////*/

.main_instagram {
	width:100%;
	height: auto;
	color: #fff;
	clear: both;
	margin: 75px 0 0;
	overflow: hidden;
	/*border-top: 10px solid #0f4f37;
	border-bottom: 10px solid #0f4f37;*/

	/*padding-top: 50px;*/
}

.snapwidget-widget{
	overflow: hidden;
	/*height: auto;*/
	}

	 .instagram_h1 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 125%;
	letter-spacing: 2px;
	line-height: 130%;
	color: #fff;
	/*padding: 20px 0 0;*/
	margin: 0px 50px 20px;
	}

/*///////////////////MAIN INSTAGRAM END//////////////////*/



/*///////////////////FOOTER BEGIN//////////////////*/
#main_footer {
	margin: 5% 0 0;
	font-family: 'Open Sans', sans-serif;
	/*padding: 20px 0 20px;*/
    font-size: 90%;
	letter-spacing: 1px;
    line-height: 130%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	}

 .container p{
	margin: 5% 0 0;
	color:rgba(255,255,255,.50);
	font-family: 'Open Sans', sans-serif;
	padding: 50px 0 ;
    font-size: 90%;
	letter-spacing: 1px;
    line-height: 130%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	}

.container a{
	margin: 5% 0 0;
	color:rgba(255,255,255,.50);
	padding: 30px 0 ;
	}

#main_footer a:link {
	text-decoration: none;
	color: rgba(255,255,255,1);
	padding:  15px;
	font-size: 110%;
	line-height: 150%;
	}

#main_footer a:hover {
	color: #e5a323;
	padding: 0 15px;
	font-size: 110%;
	text-decoration: underline;
	}

.arrow{
	width: 100%;
	}

 .arrow img{
	display: block;
	margin: 20px auto;
	overflow: auto;

	}


/*///////////////////FOOTER END//////////////////*/

/*///////////////////320px Media Queries Begin///////////////////*/
@media screen and (max-width:320px)   {

#main_nav .logo{
	position: relative;
	top: 6px;
	left: -8px;
	width: 250px ;
	height: auto ;

	}

#main_nav {
	display: block;
	background: #000000;
	/*opacity: .9;*/
	height: 60px;
	width:100%;
	overflow: hidden;
	transition: all 500ms ease-in-out;
	position: relative;
	}

#main_nav.open {
	height: 320px;
	}

#main_nav.open #main_menu {
	height: 176px;
	opacity: 1;
	/*right: 0;*/
	}

button.mobile_menu {
	display: block;
	}

#main_menu a {
		width: 100%;
		float: none;
	}

#main_menu {
	margin: 0;
	width: 100%;
	height: 176px;
	top: 44px;
	opacity: 0;
	/*height: 0;*/
/*	position: absolute;
	top: 44px;
	right: -110%;*/
	transition: all 500ms ease-in-out;
	}

.cycle-slideshow {
	width: 100%;
	display: block;
	position: relative;
	margin: 60px auto 20px;
	border-bottom: 5px solid #0f4f37;
	z-index: 98;
	}

#header_container {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 1000;
	background: #000000;
	}


/*------------------Main Nav End----------------*/
.home .event-details {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 50px 0 10px;
	}

.home .event-banner-1 {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 10px 0 10px;
	}

.home .event-banner-2 {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 10px 0 25px;

	}

.home .golf_stripe {
	background-color: rgba(15,79,55,.4);
	width: 100%;
	margin: 10px 0 10px;
	}


.home .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 10px 0 10px;
	}

.menu .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 100px 0 10px;
	}

.order .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 100px 0 10px;
	}

.story .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 100px 0 10px;
	}

.party .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 100px 0 10px;
	}

.betty .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 100px 0 10px;
	}

.event_h1_style  {
	background-color: rgba(15,79,55,.4);
	height: auto;
	width: 70%;
	font-size: 80%;
	color:white;
    position:relative;
    text-align:center;
    margin: 0 auto;
	/*padding: 10px;*/
    vertical-align:middle;
	}

.event_h1_style a {
	display: block;
	height: 100%;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 80%;
	line-height: 125%;
	letter-spacing: 1px;
	color: #e5a323;
	/*padding: auto;*/
	padding: 10px;
	margin: 0;
	}

.h1_style  {
	background-color: rgba(128,36,31,.4);
	height: auto;
	width: 60%;
	font-size: 80%;
	color:white;
    position:relative;
    text-align:center;
    margin: 0 auto;
	/*padding: 10px;*/
    vertical-align:middle;
	}

.h1_style a {
	display: block;
	height: 100%;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 80%;
	line-height: 125%;
	letter-spacing: 1px;
	color: #e5a323;
	/*padding: auto;*/
	padding: 10px;
	margin: 0;
	}



.delivery_note h3 {
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:white;
	margin: 0 0 30px;
	font-size: 95%;
	font-weight: normal;
	letter-spacing: 1px;
    line-height: 140%;
	}

.order-details {
    padding: 0 15%;
    height: auto;
    width: 100%;
    overflow: auto;
    margin: 30px 0 50px;
	}

.story-details img{
	display: block;
    /*margin: 20px auto;*/
	padding: 20px;
	float: none;
	}

.event-details {
	padding: 0 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 75px 0 10px;
	}

.event-details h1{
	padding: 5px 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 0 0 10px;
	border-bottom: 2px solid #0f4f37
	}

.event-details img{
	display: block;
    /*margin: 20px auto;*/
	padding: 0px 0px 0px;

	}





	/*------------------MAIN SECTION BEGIN----------------*/




.oside_Pizzerria {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	}

.sanclem_Pizzerria {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

.menu .story-details {
	padding: 0 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 75px 0 50px;
	}


.betty-quote img{
	display: block;
	padding: 20px 20px 10px;
	float: none;
	}



}

/*///////////////////480px Media Queries Begin///////////////////*/
@media screen and (max-width: 480px) {
/*------------------Main Nav Begin----------------*/

/*
#main_nav img{
	position: absolute;
	width: 280px;
	height: auto;
	margin: -10px auto;
	}*/

	#main_nav img{
		position: absolute;
		width: 320px;
		height: auto;
		margin: -2px 6px;
		}

#main_nav {
	display: block;
	background: #000000;
	/*opacity: .9;*/
	height: 60px;
	width: 100%;
	overflow: hidden;
	transition: all 500ms ease-in-out;
	position: relative;
	}

#main_nav.open {
	height: 320px;
	}

#main_nav.open #main_menu {
	height: 176px;
	opacity: 1;
	/*right: 0;*/
	}

button.mobile_menu {
	display: block;
	}

#main_menu a {
		width: 100%;
		float: none;
	}

#main_menu {
	margin: 0;
	width: 100%;
	height: 176px;
	top: 44px;
	opacity: 0;
	/*height: 0;*/
/*	position: absolute;
	top: 44px;
	right: -110%;*/
	transition: all 500ms ease-in-out;
	}

.cycle-slideshow {
	width: 100%;
	display: block;
	position: relative;
	margin: 60px auto 20px;
	border-bottom: 5px solid #0f4f37;
	z-index: 98;
	}

#header_container {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 1000;
	background: #000000;
	}


/*------------------Main Nav End----------------*/
.home .event-details {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 50px 0 10px;
	}

.home .event-banner-1 {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 10px 0 10px;
	}

	.home .event-banner-2 {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 10px 0 25px;

	}

.home .event-banner {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 10px 0 25px;
	}

.home .event-banner-1 img {
	width: 100%;
	overflow: auto;
	margin: 0px 0 10px;
	}

.home .event-banner img {
	width: 100%;
	overflow: auto;
	margin: 10px 0 10px;
	}

.home .event-banner h1{
	padding: 5px 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 0 0 10px;
	border-bottom: 2px solid #0f4f37
	}

.home .event-banner h3{
	font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: white;
    margin: 0 0 30px;
    font-size: 95%;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 120%;
	}



.home .event_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 10px 0 10px;
	}

.home .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 10px 0 10px;
	}

.menu .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 80px 0 10px;
	}

.order .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 80px 0 10px;
	}

.story .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 80px 0 10px;
	}

.party .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 80px 0 10px;
	}

.betty .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 80px 0 10px;
	}

.h1_style  {
	background-color: rgba(128,36,31,.4);
	height: auto;
	width: 60%;
	color:white;
    position:relative;
    text-align:center;
    margin: 0 auto;
	/*padding: 10px;*/
    vertical-align:middle;
	}

.h1_style a {
	display: block;
	height: 100%;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 130%;
	line-height: 125%;
	letter-spacing: 1px;
	color: #e5a323;
	/*padding: auto;*/
	padding: 10px;
	margin: 0;
	}

.betty .delivery_note h3 {
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:white;
	margin: 0 0 30px;
	padding: 0 10px;
	font-size: 95%;
	font-weight: normal;
	letter-spacing: 1px;
    line-height: 140%;
	}

.menu .story-details {
    padding: 0 15%;
    height: auto;
    width: 100%;
    overflow: auto;
    margin: 75px 0 50px;
}

.order-details {
    padding: 0 15%;
    height: auto;
    width: 100%;
    overflow: auto;
    margin: 30px 0 50px;
	}

.story-details {
    padding: 0 15%;
    height: auto;
    width: 100%;
    overflow: auto;
    margin: 75px 0 50px;
}

.betty-quote img{
	display: block;
	padding: 20px 20px 10px;
	float: none;
	}

.betty .story-details img{
	display: block;
    margin: 0px auto;
	padding: 20px;
	float: none;
	}

.betty .story-details h2 {
	clear: both;
	}

.event-details {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 75px 0 20px;
	}

.event-details-2 {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 75px 0 20px;
	}

.event-details h1{
	padding: 5px 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 0 0 10px;
	border-bottom: 2px solid #0f4f37
	}

.event-details img{
	display: block;
    /*margin: 20px auto;*/
	padding: 20px 0px 0px;

	}

.event-details-2 {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin-top: 25px;
	margin: 50px 0 20px;

	}

.event-details-2 {
	padding: 0 10%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 75px 0 20px;
	}

.event-details-2 h1{
	padding: 5px 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 0 0 10px;
	border-bottom: 2px solid #0f4f37
	}

.event-details-2 img{
	display: block;
    /*margin: 20px auto;*/
	padding: 20px 0px 0px;

	}





	/*------------------MAIN SECTION BEGIN----------------*/


.oside_Pizzerria {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	}

.sanclem_Pizzerria {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

.rancho_Pizzerria {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

.menu .rancho_Pizzerria {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

.order .rancho_Pizzerria {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

.story .rancho_Pizzerria {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

.party .rancho_Pizzerria {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

.events .rancho_Pizzerria {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

.betty .rancho_Pizzerria {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

.rancho_Pizzerria .rancho-image {
	float: none;
	width: auto;
	height: auto;
	margin: 0 auto;
	}

.menu .story-details {
	padding: 0 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 75px 0 50px;
	}

}



/*///////////////////725px Media Queries Begin///////////////////*/
@media screen and (max-width: 880px) {
/*------------------Main Nav Begin----------------*/

#main_nav img{
	position: absolute;
	width: 320px;
	height: auto;
	margin: -2px 6px;
	}

#main_nav {
	display: block;
	background: #000000;
	/*opacity: .9;*/
	height: 60px;
	width: 100%;
	overflow: hidden;
	transition: all 500ms ease-in-out;
	position: relative;
	}

#main_nav.open {
	height: 370px;
	}

#main_nav.open #main_menu {
	height: 176px;
	opacity: 1;
	/*right: 0;*/
	}

button.mobile_menu {
	display: block;
	}

#main_menu a {
		width: 100%;
		float: none;
	}

#main_menu {
	margin: 0;
	width: 100%;
	height: 176px;
	top: 44px;
	opacity: 0;
	/*height: 0;*/
/*	position: absolute;
	top: 44px;
	right: -110%;*/
	transition: all 500ms ease-in-out;
	}

.cycle-slideshow {
	width: 100%;
	display: block;
	position: relative;
	margin: 60px auto 20px;
	border-bottom: 5px solid #0f4f37;
	z-index: 98;
	}

#header_container {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 1000;
	background: #000000;
	}


/*------------------Main Nav End----------------*/

.home .event_stripe {
	background-color: rgba(15,79,55,.4);
	width: 100%;
	margin: 10px 0 10px;
	}

.home .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 10px 0 10px;
	}

.menu .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 80px 0 10px;
	}

.order .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 80px 0 10px;
	}

.story .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 80px 0 10px;
	}

.party .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 80px 0 10px;
	}

.betty .border_stripe {
	background-color: rgba(128,36,31,.4);
	width: 100%;
	margin: 20px 0 10px;
	}

.event_h1_style  {
	background-color: rgba(15,79,55,.4);
	height: auto;
	width: 70%;
	color: white;
    position: relative;
    text-align: center;
    margin: 0 auto;
	/*padding: 10px;*/
    vertical-align:middle;
	}

.event_h1_style a {
	display: block;
	height: 100%;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 130%;
	line-height: 125%;
	letter-spacing: 1px;
	color: #e5a323;
	/*padding: auto;*/
	padding: 10px;
	margin: 0;
	}



.h1_style  {
	background-color: rgba(128,36,31,.4);
	height: auto;
	width: 60%;
	color:white;
    position:relative;
    text-align:center;
    margin: 0 auto;
	/*padding: 10px;*/
    vertical-align:middle;
	}

.h1_style a {
	display: block;
	height: 100%;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 130%;
	line-height: 125%;
	letter-spacing: 1px;
	color: #e5a323;
	/*padding: auto;*/
	padding: 10px;
	margin: 0;
	}

	.event-flyer-2 {
    height: 0;
    /* margin-bottom: 1rem; */
    overflow: hidden;
    padding-bottom: 60%;
    /* padding-top: 1.5625rem; */
    position: relative;
}

	.home .event-banner-2 iframe {
    height: 100%;
    position: absolute;
    /* top: 0; */
    width: 100%;
    left: 0;
}

.delivery_note h3 {
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:white;
	margin: 0 0 30px;
	font-size: 95%;
	font-weight: normal;
	letter-spacing: 1px;
    line-height: 140%;
	}

.menu .story-details {
    padding: 0 3%;
    height: auto;
    width: 100%;
    overflow: auto;
    margin: 75px 0 50px;
}

.betty-quote img{
	display: block;
	padding: 20px 20px 10px;
	float: none;
	}

.betty .story-details img{
	display: block;
    margin: 0 auto;
	padding: 20px;
	float: left;
	}

.event-details {
	padding: 0 5%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 75px 0 20px;
	}

.event-details h1{
	padding: 5px 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 0 0 10px;
	border-bottom: 2px solid #0f4f37
	}

.event-details h2 {
	color: #e5a323;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 0;
    font-size: 100%;
	letter-spacing: 1px;
    line-height: 120%;
	}

.event-details img{
	display: block;
    /*margin: 20px auto;*/
	    padding: 20px 0px 10px;

	}

.event-details-2 {
	padding: 0 5%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 50px 0 20px;
	}

.event-details-2 h1{
	padding: 5px 0 ;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 0 0 10px;
	border-bottom: 2px solid #0f4f37
	}

.event-details-2 h2 {
	color: #e5a323;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0 0;
    font-size: 100%;
	letter-spacing: 1px;
    line-height: 120%;
	}

.event-details-2 img{
	display: block;
    /*margin: 20px auto;*/
	    padding: 20px 0px 10px;

	}





	/*------------------MAIN SECTION BEGIN----------------*/


/*.oside_Pizzerria {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	}

.sanclem_Pizzerria {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}*/



.menu .story-details {
	padding: 0 3%;
	height: auto;
	width: 100%;
	overflow: auto;
	margin: 75px 0 50px;
	}

}



/*-----------------Media Queries End---------------------*/
