/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
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,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family:trebuchet ms, arial, sans-serif;
	font-size: 100%;
	background: #ffffff;
}
/* start header */
.header_bg{
	padding: 0px;
}
header{

}
.topBanner{
	float:left;
	width:100%;
	background:#F1F1F1; 
	margin-bottom:15px;
	border-bottom:5px solid #EBEAE9;
}
.contLogoMenu{
	padding:13px;
}
.logo{
	float:left;
	width: 40.3333%;
	margin-right: 10px;
}
.stamp{
	float:left;
	width: 14%;
	margin-right: 10px;
}
.contMenu{
	/*
	float:right;
	width: 36px;
	margin-right: 10px;
	*/
	float:right;
	width: 30.3333%;
	text-align:right;
}
.container{
	padding:15px;
}
.contLinkOrderNow{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:20px; 

}
a.linkOrderNow img{
}

.sb-menu li{
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
		    margin: 0;
				    padding: 0;
						    width: 100%;
								}
.sb-menu li a {
	border-right: 3px solid transparent;
}
.sb-menu li a:hover {
	border-right: 3px solid #F19800;
}
.sb-menu li a{
color: #f2f2f2;
    display: inline-block;
		    padding: 1em;
				    width: 100%;
}
.drp-dwn {
	margin-top:5px;
	float: right;
	width: 54%;
}	
.drp-dwn select {
	float:right;
	font-size:18px;
	text-transform:uppercase;
	padding: 4px;
	outline: none;
	width: 80%;
	border: 1px solid #f0f0f0;
	background-color: #ffffff;
	color: #111111;
	cursor: pointer;
}
/* start sub_header */
.header_sub_bg{
	background: #f8f8f8;
	border-bottom:1px solid #dddddd;
	height: 40px;
	padding: 10px;
}
.sub_nav li {
    float: left;
    position: relative;
}
.sub_nav li.active a{
	border-bottom:1px solid #161616;
}
.sub_nav li a {
	color: #555555;
	display: block;
	float: left;
	font-size: 13px;
	padding: 6px 8px;
	position: relative;
	text-decoration: none;
}
.sub_nav li:hover > a {
   	border-bottom:1px solid #161616;
}
/* start main */
.main{
	padding: 0px;
}
.content{
	padding: 0;
	border-bottom: 1px solid rgb(226, 226, 226);
}
.content h2.list{
	margin-top: 10px;
}
.content h3{
	margin-top: 10px;
}
h2.style a{
	margin-top:15px;
	display:block;
	text-align: left;
	border-left:3px solid #B97609;
	font-size: 1.5em;
	color: #111111;
	text-transform: capitalize;
}
h2.style a:hover{
	color:#333333;
}
h3.style{
	text-align: center;
	font-size: 0.8125em;
	color: #777777;
	text-transform: capitalize;
}
p.para{
	text-align:left;
	font-size: 0.8725em;
	line-height:1.5em;
	color: #111111;
}
.list_img{
	float:left;
	width:100%;
	position:relative;
	text-align: center;
}
.btn{
	display: inline-block;
	text-align: left;
	font-size: 14px;
	color: #000000;
	line-height:1.8em;
	padding:10px 0;
}
.btn:before{
	content:url('../images/btn.png');
	float:left;
}
.btn:hover{
	color: #333333;
}
.pagination {
	text-align: center;
}
.pagination ul  li {
	display:inline-block;
}
.pagination ul  li a{
	color: #111111;
	font-size: 1em;
	padding: 4px 10px;
}
.left_arrow{
	cursor:pointer;
	background: #000000 url('../images/left_arrow.png') no-repeat 5px 5px;
	width: 24px;
	height: 24px;
	padding: 5px;
}
.right_arrow{
	cursor:pointer;
	background: #000000 url('../images/right_arrow.png') no-repeat 5px 5px;
	width: 24px;
	height: 24px;
	padding: 5px;
}
.pagination ul li:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
/* start footer */
.footer{
	float:left;
	width:100%;
	margin-top:3em;
	text-align:center;
	padding: 10px;
}
.foot_soc {
	margin-top: 10px;
}
.copy{
	margin-top: 15px;
}
.foot_nav li{
	display:inline-block;
	margin-right: 5px;
}
.foot_nav li a{
	color: #DDDDDD;
	display: block;
	font-size: 15px;
	padding: 8px 0px;
	text-decoration: none;
	text-transform: capitalize;
}
.foot_nav li a:hover{
	color: #111111;
}
.foot_soc ul li{
	display:inline-block;
	margin-right: 10px;
}
.foot_soc ul li a{
	display: block;
}
.foot_soc ul li a{
	width: 28px;
	height: 28px;
	padding: 4px;
}
.foot_soc ul li a.icon1{
	background: #000000 url('../images/icon1.png') no-repeat 6px 6px;
}
.foot_soc ul li a.icon2{
	background: #000000 url('../images/icon2.png') no-repeat 6px 6px;
}
.foot_soc ul li a.icon3{
	background: #000000 url('../images/icon3.png') no-repeat 6px 6px;
}
.foot_soc ul li a.icon4{
	background: #000000 url('../images/icon4.png') no-repeat 6px 6px;
}
.foot_soc ul li a:hover{
	zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
/* start footer copy */
.copy p{
	text-transform: capitalize;
	font-size: 0.8725em;
	color: #555555;
	line-height:1.5em;
}
.copy p a{
	color: #000000;
}
.copy p a:hover{
	color: #555555;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
/* start about */
.top{
	margin-top: 10px;
}
.top1{
	margin-top: 10px;
}
h4.style a{
	font-size: 16px;
	color: #111111;
}
h4.style a:hover{
	color: #333333;
}
h5.style{
	font-size:16px;
	color: #555555;
	line-height:1.5em;
}

.contInBanner{
	position: absolute;
	width:100%;
	color: #fff;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family:"Arvo",serif;
	color: #fff;
}
.contInBanner h2{
	display:block;
	text-shadow: 0px 2px 2px #555;
	font-size:20px;
}
.contInBanner p{
	display:block;
	font-size:14px;
	text-shadow: 0px 2px 2px #555;
	font-family:"Source Sans Pro",sans-serif;
}
.contOrderNow{
	float:left;
	width:100%;
	margin-top:18px;
}
.contOrderNow a{
	font-family:"Source Sans Pro",sans-serif;
	color:#000;
	margin:10px auto;
	padding:10px 15px;
	background:#F19800;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 3px; 

	/* Firefox 1-3.6 */
	-moz-border-radius: 3px; 

	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 3px; 
}
.span3{
	text-align:center;
}
.span1_of_3{
	margin-top:10px;
	float: left;
	width:47.3333%;
	margin-right: 10px;
}
.span1_of_3:nth-child(2){
	margin-right: 0;
}
.span1_of_3 p{
	text-align: center;
}
.span2{
	text-align:center;
}
.span1_of_2{
	margin-top: 15px;
	float: left;
	margin-right:10px;
	width: 47.3333%;
}
.span1_of_2:nth-child(2){
	margin-right: 0;
}
.span1_of_2 p{
	text-align: center;
}
/* start blog*/
h4.style1 a{
	font-size: 1.2em;
	color: #111111;
}
h4.style1 a:hover{
	color: #333333;
}

div.map {
	float:left;
	width: 100%;
	height: 0;
	padding-bottom:50%;
}
div.mapContact{
	float:left;
	width:100%;
	height: auto;
	margin-bottom:2em;
}
.article{
	text-align:center;
}
.article h5{
	font-size: 16px;
	color: #111111;
}
.article ul {
	margin-top: 2%;
}
.article ul li{
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
.article ul li a{
	font-size: 0.8725em;
	color: #ffffff;
	background: #111111;
	padding: 2px 8px;
	margin-left: 36px;
	position: relative;
}
.article ul li a:before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: url('../images/arrow.png');
	top: 6px;
	left: -8px;
}
.article ul li.twitter{
	background-image: url('../images/twitter.png') ;
	background-repeat: no-repeat;
	background-position:0px 0px;
}
.article ul li.facebook{
	background-image: url('../images/facebook.png') ;
	background-repeat: no-repeat;
	background-position:0px 0px;
}
.article ul li:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
.grids_of_2 h2{
	display: block;
	font-size: 2em;
	color: #111111;
}
.grid1_of_2{
	margin-top: 10px;
}
.grid_img{
	float: left;
	width: 20.33333%;
	margin-right: 2%;
}
.grid_text{
	float: left;
	width:76.33333%
}
.grid_text h3{
	text-align:left;
}
.btn1{
	display: inline-block;
	text-align: left;
	font-size: 1em;
	color: #555;
	line-height:1.5em;
	padding: 10px 0;
}
.btn1:before{
	content:url('../images/reply.png');
	float:left;
}
.btn1:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
/*---comment-box----*/
.table-form{
	width:100%;
}
.table-form form input[type="text"]{
	font-family:trebuchet ms, arial, sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.61);
	outline: none;
	padding: 10px;
	margin-top: 10px;
	color: #333333;
	overflow: hidden;
	width: 70%;
	display: block;
}
.table-form textarea{
	font-family:trebuchet ms, arial, sans-serif;
	padding: 8px;
	margin-top: 10px;
	outline:none;
	color: #333333;
	border: 1px solid rgba(192, 192, 192, 0.61);
	width:90%;
	height:100px;
	resize: none;
}
.table-form a{
	color: #5a5a5a;
	padding:8px 20px;
	background: #fff;
	text-decoration: none;
	border: 1px solid rgba(192, 192, 192, 0.61);
	float: left;
	margin-top: 10px;
	display: block;
}
.table-form a:hover{
	background: #111111;
	color: #fff;
}
/***Contact*/
.contact h2 a{
	text-align:left;
}
.map{
	margin: 10px 0;
}
.col{
	display: block;
}
.contact-form{
	margin-top: 10px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	color: #000;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
	font-family:trebuchet ms, arial, sans-serif;
	font-size: 0.8725em;
	color: #2E2E2E;
	padding: 8px;
	display: block;
	width: 92%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	cursor:pointer;
	outline:none;
	font-size: 0.8725em;
	text-transform:uppercase;
	padding: 8px 20px;
	text-decoration: none;
	float: left;
	margin-top: 10px;
	width:100%;
	display: block;
}
.contact-form input[type="submit"]:hover{
	background: #111111;
	color: #ffffff;
}
.selectMeats div div {
    float: left;
		margin-right:5px;
		min-width: 140px;
}
.contOrderForm{
	color:#000;
}

.contInfoGroup{
	float:left;
	background:#EDEDED;
	padding:0px 18px 0px 10px;
	margin-bottom:12px;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-bottom:4px solid #DDDDDD;
	margin-bottom:2em;
}
.contMeats{
	float:left;
	padding:0px 5px 0px 5px;
	margin-bottom:12px;
}
span.spanStrong{
	font-weight:bold;
}
.contIconGenerateMap{
	float:left;
	padding-top:0px;
	width:100%;
	height:20px;
	border: 1px solid rgba(33, 68, 72, 0.59);

	/*Step 3: Text Styles*/
	color:#fff;
	text-align: center;
	/*Step 4: Fancy CSS3 Styles*/
	background: -webkit-linear-gradient(top, #34696f, #2f5f63);
	background: -moz-linear-gradient(top, #34696f, #2f5f63);
	background: -o-linear-gradient(top, #34696f, #2f5f63);
	background: -ms-linear-gradient(top, #34696f, #2f5f63);
	background: linear-gradient(top, #34696f, #2f5f63);

	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 2px 0 #1b383b;
	-moz-box-shadow: 0 2px 0 #1b383b;
	box-shadow: 0 2px 0 #1b383b;

	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
	margin-bottom:10px;
}
div.ui-checkbox label.labelReceiveMail{
	font-weight:normal;
	color:#000;
}
div.ui-checkbox label.hoverCheckbox:hover{
	background:#fff;
	color:#000;
}
.subtitleContCheckbox{
	float:left;
	width:auto;
	background:#EDEDED;
	padding:5px;
}
.subContCheckbox1, .selectDrinks{
	float:left;
	width:100%;
	background:#EDEDED;
	border:1px solid #DDDDDD;
	padding:5px;
	margin-bottom:10px;
}
.push_button{
	float:left;
	padding-top:0px;
	min-width:110px;
	height:20px;
	border: 1px solid #DDDDDD;

	/*Step 3: Text Styles*/
	color:#fff;
	text-align: center;
	/*Step 4: Fancy CSS3 Styles*/
	background:#fff;

	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 2px 0 #797877;
	-moz-box-shadow: 0 2px 0 #797877;
	box-shadow: 0 2px 0 #797877;

	margin-bottom:10px;
	margin-right:10px;
}
.visualHidden{
	display:none;
}
.selectItemSingle{
	float:left;
	width:100%;
}
.contTotalsTable table{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
.contTotalsTable table th{
	text-align:right;
	padding:4px 0px;
	font-weight:bold;
}

.contTotalsTable table td{
	text-align:right;
	padding:4px 0px;
	border-bottom:1px dotted #DDDDDD;
}
.contTotalsTable table td.totalStrong{
	font-weight:bold;
}
table.totalsData{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
table.totalsData th{
	text-align:right;
	padding:4px 0px;
	font-weight:bold;
}

table.totalsData td{
	text-align:right;
	padding:4px 0px;
	border-bottom:1px dotted #DDDDDD;
}
table.totalsData td.totalStrong{
	font-weight:bold;
}
.contNotes{
	float:left;
	width:100%;
	margin-top:1em;
	margin-bottom:1.5em;
	padding-bottom:.5em;
	border-bottom:1px solid #ddd;
}
.contNotes label{
	font-weight:bold;
}
.labelNote{
	float:left;
	width:100%;
	border-bottom:3px solid #ddd;
	margin-bottom:1em;
}
.textNote{
	font-size:14px;
}


.itemList table{
	float:left;
	width:100%;
}
.itemList table th{
	font-weight:bold;
	padding:6px 0px;
	border-bottom:2px solid #DDDDDD;
}
.itemList table td{
	padding:4px 0px;
	border-bottom:1px solid #DDDDDD;
  vertical-align: middle;
}

.btnContinue{
	width:100%;
	height:40px;
	background:#F19800;
	color:#000;
}
h2.headVerifyData{
	float:left;
	width:100%;
	margin-bottom:.5em;
	border-bottom:3px solid #ddd;
}
table.infoData{
	float:left;
	width:100%;
	margin-bottom:2em;
}
table.infoData th{
	font-weight:bold;
	text-align:left;
	padding:4px 0px;
	border-bottom:1px solid #DDDDDD;
  vertical-align: middle;
}
table.infoData td{
	padding:4px 0px;
	border-bottom:1px solid #DDDDDD;
}

table.conceptsData{
	float:left;
	width:100%;
}
table.conceptsData th{
	font-weight:bold;
	padding:6px 0px;
	border-bottom:2px solid #DDDDDD;
}
table.conceptsData td{
	padding:4px 0px;
	border-bottom:1px solid #DDDDDD;
  vertical-align: middle;
}
.contBtns{
	float:left;
	width:100%;
	height:40px;
}
.btnBack{
	width:100%;
	height:40px;
	background:#F19800;
	color:#000;
}
.contBtnPaypal{
	float:left;
	width:100%;
	margin-top:2em; 
	margin-bottom:20px; 
	text-align:center;
}
.contBtnPaypal span{
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

.contEmail{
	float:left;
	width:100%;
	margin-top:.5em;
	margin-bottom:.5em;
}
.contTimeSelect{
	float:left;
	width:100%;
	margin-top:.5em;
	margin-bottom:1.5em;
}

.information p{
	color:#000;
}
h2.headTittle{
	font-size:30px;
	font-family:"Open Sans",sans-serif;
	color:#242424;
}
.index h2.headTittle{
	text-align:center;
}
.index h3.headTittle{
	text-align:center;
	font-size:25px;
}
p.info{
	line-height:1;
	font-family:"Open Sans",sans-serif;
	font-size:16px;
	margin-bottom:.5em;
}
ul.ulNormal{
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
 list-style-position: inside;
}
ul.ulNormal li{
	 padding-left: 15px; 
	font-family:"Open Sans",sans-serif;
}
.menuImg{
	width:50%;
	height:50%;
}
.sb-menu li.imgLiMenu{
	padding:1em;
	background:#D3D1D1;
}
p.w3-link, p.w3-link a{
	color:#fff;
}

div.txtInfo p a{
	color:#197DD4;
}

div.txtInfo p a:visited{
	color:#197DD4;
}


