/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.map {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	 clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	/*background: #0d1424 url(images/body-bg.jpg) no-repeat center top;*/
	font-family:'robotolight';
	letter-spacing:1px;
	background: url("../images/main_bg.jpg") repeat scroll center center #D9D9D9;
	color: #231E1C ;
	
}
hgroup{text-align:left;}
#wrapper-sub{
	background:#fff;
}
a, a:visited, a:active {
	color: #D53932;
	text-decoration: none;
	outline: none;
	font-weight:800;
}
a:hover {
	text-decoration: underline;
	
}
p {
	/*margin: 0 0 1.2em;
	padding: 0;*/
	font-size:1.3em;
	line-height:1.4em;
	padding-bottom:1em;
}


/* list */
ul, ol {
	/*margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;*/
	list-style:none outside none;
}
li {
	margin: 0;
	padding: 0;
}

/* headings */
h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}

h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 80%;
	margin: 0 auto;
background:#eeeeee;
border-left:3px solid #D53932;
border-right:3px solid #D53932;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	background: url("../images/bg-header.jpg") repeat scroll left top #000;
	width:100%;
	text-align:left;
}
#header img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	padding: 17px 0 0 40px;
	
}

#index-tit{display:none;}
#space1{display:none;}
.address{
	display:block;
	background:url("../images/bg-address.jpg")repeat-x top center #F8F8F8;
	font-size:12px; 
	padding:10px 10px 10px 0;
	text-align:right;
	border-bottom:1px dotted #999;
	font-family:catriel, arial;
	color:#666;
}
#header img.slogon{padding:0;}
/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: url("../images/divider1.jpg") repeat-x scroll center bottom transparent;
	margin: 11px 0 0 0;
	padding: 0;
	width: 100%;
	float: left;
	text-align:left;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.group:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
/* post-page */
.post-page {
	margin: 0 auto;
	padding:0 0 30px 0;
    max-width: 1300px;
    width: 90%;
	/* rounded corner 
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;*/
	/* box shadow 
	-webkit-box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.5));
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.5);*/
	
}
#serv.post-page {
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#serv_mob{
    	display:none;    	
	}
	
.post-page-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-page-title a {
	text-decoration: none;
	color: #000;
}
.post-page-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post-page image */
.post-page-image {
	margin: 0;
}

.page-pad-1{
    float:left;
    width:50%;
    /* box shadow 
	-webkit-box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.5));
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.5);
	background:none repeat scroll 0 0 #FEDDA7;*/
}
.page-pad-2{
	 float: right;
    text-align: right;
    width: 45%;
    /* box shadow 
	-webkit-box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.5));
	box-shadow: 2px 4px 8px 4px rgba(0, 0, 0, 0.5);
	background:none repeat scroll 0 0 #FEDDA7;*/
}
.page-pad-3{
	 float:left;
    width:100%;
}
.page-pad-3 .serv-lst{padding:0;}
.page-pad-3 .accordion-content{padding:0;}
.page-pad-3 .accordion-header{
	font-family: 'palo_alto_regular';
    font-size: 18px;
    font-weight: 500;}
.page-pad-1 h2{
	background: none;
}

.page-pad-2 h2{
	background: none;
}

/* Start Pages */
.main_container {
    margin: 12px auto;
    max-width: 900px;
    padding:0;
    width: 90%;
    text-align:left;
    font-family: 'allerregular';
}

.main_container img {
	
    margin-right: 40px;
    margin-bottom:11px;
	width:165px;
	height:95px;
	border: 1px solid #444444;
	position: relative;
	float: left;
    -webkit-box-shadow:0 5px 10px #000;
    -moz-box-shadow:0 10px 15px rgba(0, 0, 0, 0.8);
    box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
}

.post-page h2 {
	/*background: url("../images/bullet2.png") no-repeat scroll 0 4px transparent;*/
	color: #000;
	font-size: 2em;
	font-weight: bold;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align:center;
	padding: 0;
	margin:0;
	background:rgba(255, 255, 255, 0.5);
	font-family:'walkway_semiboldregular';
}
.post-page h1 {
	/*background: url("../images/bullet2.png") no-repeat scroll 0 4px transparent;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	*/
	border-bottom: 1px solid #231E1C;
	color: #D53932;
	font-size: 1.8em;
	font-weight: bold;
	display: block;
	padding: 0 0 14px 0;
	margin:0 0 14px 0;
	font-family:'chivoregular';
	line-height:1.3em;
}

.main_container p {
	padding: 5px 0 27px 0;
	font: normal 1.2em 'walkway_boldregular';
	font-weight: normal;
	font-style: normal;
	color: #444444;
}

.main_container li {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	/*display:inline-block;*/
}

.main_container li:hover {
	
}

.main_container li:hover img {
	border: 3px solid #9C7007;cursor: pointer;
}

.main_container .info {
	display:block;
	padding: 0;
	float:left;
	max-width:650px;
}
.serv-lst{
	
	padding:14px 0 0 0;
}
.color-black{color:#231E1C;}
.color-red{color:#D53932; font-weight:800;}
.serv-lst p.color-red{color:#D53932;font-weight: 800;}
.serv-lst p{
	color: #423835;
    display: block;
    font-family:'robotolight';
    font-size:1em;
    line-height:1.3em;
    padding:0 0 14px 0;
}
.strong{font-weight:800;}
.serv-lst p.strong{font-weight:800;}
.serv-lst img{}
.serv-lst p.pic-spec{}
.serv-lst p.pic-spec-des{}
.serv-lst p.center-pos{text-align:center;}
.serv-lst  a:hover img{}
.serv-lst .txt-1{
	background: #FEEAB4;
	border: 1px dotted #D53932;
    margin-bottom: 22px;
    margin-right: 30px;
    padding: 10px 0;
    text-align: center;
}
    
.pd{padding-bottom:5px; display:block;}
    
.info {
    display: block;
    
    padding: 0 0 30px 0;
}
.list1 li.pic-list{ 
	display: block;
    float: left;
    padding: 0 11px 0 0;
}

.photoname{
	color: #D53932;
    display: block;
    font-size: 17px;
    font-weight: 800;
}
.description{display: block; font-size: 13px;}

.page-pad-2 h1{text-align:center;}
.lst-1{
	
}
.fp_pad_3 .serv-lst{

	margin: 0 auto;
	padding: 11px 20px 11px;
}
.lst-1 li{
	font-family: 'allerregular';
	font-size:1.2em;
	line-height:1.7em;
	background: url("../images/tit_pointer.png") no-repeat scroll 0 0 transparent;
	padding-left:40px;
	text-align:left;
}

.info-exp {
	display:block;
	padding: 0;
	float:left;
	max-width:650px;
}
.main_container .info .photoname {
	font: 1.3em/1em 'allerbold';
	color: #000;
	/*color: #EAD2B0;*/
	display: block;
	/*text-shadow: 1px 1px 0 rgba(0,0,0,0.5);*/
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom:6px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.main_container .info .description {
	display: block;
	padding: 0;
	font-size: 1.2em;
    line-height: 1.3em;
}

.main_container .info .price {
	font: normal 1.2em/1.3em 'Luckiest Guy',Helvetica, Arial, sans-serif;
	color: #A21;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	display: block;
	padding: 5px 0 10px 10px;
}
/*
.main_container li:hover .photoname {
	color: #3C2C00;
}*/


.link1 {text-decoration:none; color:#4b4b4b; font-weight:bold; line-height:28px; display:inline-block; margin-top:0px; width:100%; text-align:right; border-bottom:1px dotted #666; margin: 0 0 30px 0;}
.link1:hover {text-decoration:underline; color:#FFC02F;}
.link1 a{ 
	text-decoration:none; 
	color:#4b4b4b; 
	font-family:'allerregular'; 
	display:inline-block; 
	background: url("../images/tit_pointer.png") no-repeat 0 3px transparent;
	padding:0 0 17px 28px;

}
.link1 a:hover {text-decoration:underline; color:#FFF;}
.link1-top {margin-top:14px; margin-left:14px;}

.link2 {text-decoration:none; color:#4b4b4b; font-weight:bold; line-height:26px; display:inline-block; margin-top:0px; margin-left:112px;}
.link2:hover {text-decoration:underline; color:#FFC02F;}
.link2 a{ text-decoration:none; color:#4b4b4b; font-weight:bold; display:inline-block; 
	background: url(../images/list3_bg.png) no-repeat 0px 0px;
	padding-left:32px;
	padding-top:2px;
	padding-bottom:40px;
}
.link2 a:hover {text-decoration:underline; color:#FFF;}
.link2-top {margin-top:14px; margin-left:14px;}
.page-pad-2 .serv-lst{padding:14px 0 0 0;}
.page-pad-2 iframe{border:1px dotted #D53932;}
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 100%;
	float: left;
	margin: 0;
	padding:20px 0 20px 0;
	background: url("../images/divider1.jpg") repeat-x scroll center bottom transparent;
}
.widget_index {
	background: transparent;
	margin: 0;
	padding: 0 14px 0 14px;
	/* rounded corner 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	/* box shadow 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);*/
}
#slider_mob{display:none;}
.wmuSlider{display:none;}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}


/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
TEXT STYLING
*************************************************************************************/

.shadow {font-size:28px;
line-height:45px;
font-weight:normal;
font-family: 'sansationbold';
color:#000000;
		/* pretty browsers*/
		text-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px;
		/* ugly ie */
		zoom:1;/*force hasLayout*/
		position:relative;/*fot absolute position of child element*/
	}
.shadow span {
		/* position correctly */
		position:absolute;
		left:-7px;top:-7px; /* strength + pixelradius */
		z-index:-1;/* force under the normal text */
		/* the magic: filters */
		filter:
			progid:DXImageTransform.Microsoft.Glow(Color=#cccccc,Strength=2)
			progid:DXImageTransform.Microsoft.blur(pixelradius=5, enabled='true')
		;
		zoom:1;/*force hasLayout*/
	}
	
	
.knockout {color:#E096B1}/*same as background colour for knock-out effect*/
.knockout span {
		filter:
			progid:DXImageTransform.Microsoft.Glow(Color=#666666,Strength=2)/*make it a bit darker for contrast*/
			progid:DXImageTransform.Microsoft.blur(pixelradius=5, enabled='true')
		;
	}	

.box_textshadow {
     text-shadow: 1px 1px 3px #000; /* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 */
} 

/************************************************************************************
FOOD MENU STYLING
*************************************************************************************/
.menu-text {
width:30%;
padding:0 0 0 10px;
}
.menu-text-2{width:70%;padding:0 0 0 10px;}
.menu-price-sml {
background: none repeat scroll 0 0 #999;
    color: #FFFFFF;
    font-weight: bold;
    width: 17.5%;
    text-align: center;
}
.menu-price-med {
background: none repeat scroll 0 0 #FFFFFF;
    font-weight: bold;
    width: 17.5%;
    color:#000;
    text-align: center;
}
.menu-price-lrg {
background: none repeat scroll 0 0 #999;
    color: #FFFFFF;
    font-weight: bold;
    width: 17.5%;
    text-align: center;
}
.menu-price-famil {
background: none repeat scroll 0 0 #FFFFFF;
    font-weight: bold;
    width: 17.5%;
    color:#000;
    text-align: center;
}
.divider2{height:0; border-bottom:1px dotted #000; }
.divider3{height:0; border-bottom:1px dotted #000; background: none repeat scroll 0 0 #333333;}
table{margin: 0 auto;
    width: 100%;}
table tr td{border-bottom: 1px dotted #000000; line-height:20px;font-size: 16px;}

.menu-text p{
	font-size: 15px;
    line-height: 20px;
    padding: 5px;
    
}
.menu-size{
	/*background:none repeat scroll 0 0 #D53932;
	color:#D53932; */
	line-height:40px;
}

.menu-price-fixed{
	width:30%;
	background: none repeat scroll 0 0 #999;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;  
}
.menu-text-2 p{line-height: 20px;
    padding: 5px;}
.menu-text-2 p.tit-1{
	color: #7C5A01;
    font-weight: bold;}
.menu-text-2 p.tit-2{
	color: #A02721;
    font-weight: bold;
    
}
.menu-price-1{
	background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    font-weight: 800;
    text-align: center;}
.cell-bg{ color: #FFFFFF;
    font-weight: 800;background: none repeat scroll 0 0 #ccc;padding:0 0 0 10px;line-height:30px;}
.note-txt{border:2px dotted #D53932; padding:20px;margin-bottom:20px;}
.note-txt1{
	display:block;
	 color: #D53932;
    font-family: 'palo_alto_regular';
    font-size: 21px;
    font-weight: 800;
    padding-bottom: 10px;
}
.note-txt2{line-height:20px;font-size: 21px; display:block;}
.note-txt2 img{margin-bottom:10px;}
.note-txt2 li{
	background: url("../images/list-bg.png") no-repeat scroll 0 11px transparent;
    font-size: 17px;
    line-height: 28px;
    padding: 0 0 0 17px;
	
}
.note-txt2 ul{padding:0;}
#sizes-1{display:none;}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color:#FDBF14;
	font-size: 100%;
	padding:12px 0 12px 0;
    text-align:center;
    background:#D53932;
	border-top: 2px solid #FCBE16;
	font-size:14px;
	font-weight: 800;
}
#footer a, #footer a:visited, #footer a:active{
	color: #FDBF14;
	font-size:17px;
}
#footer a:hover{color:#000;}
#footer img {
	padding-left:50px;
}
.foot-text{
font-size:14px;
font-weight:normal;
color:#CDCCC9;
}
.foot-text p{color:#FDBF14;font-size:14px; padding:8px 0 8px 0;}

.foot-text img{
padding-left:35px;
padding-top:0px;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


.active{background:#999999;}

.button1{
	border:none;
	/*box-shadow:none;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;*/
    /* border radius 
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;*/
	background: url("../images/button1.png") repeat-x scroll 0 0 transparent;
    color: #231E1C ;
    display: inline-block;
    font-family: 'chivoregular';
    font-size:1em ;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 8px 14px 8px 14px;
    
    
}

.button1:hover {
	text-decoration:none;
    background-position: 0 -39px;
    color:#D53932;
    /* box-shadow: 0 0 1px #000000;
    -webkit-box-shadow: 0 0 1px #000000;
    -moz-box-shadow: 0 0 1px #000000;*/
    transition: all 0.2s ease 0s;
}
.serv-lst p.menu-note1{ background: none repeat scroll 0 0 #CCCCCC;border-top: 1px dotted #333333;color: #D53932;font-weight: 800;padding: 7px 0;text-align: center;}
.serv-lst p.menu-note2{background: none repeat scroll 0 0 #666666;
    border-bottom: 1px dotted #333333;
    border-top: 1px dotted #333333;
    color: #FFFFFF;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 7px 0;
    text-align: center;}

/* -------------------------------------------------- */
/* Start Utilities ****************/

#spinner {
	position: absolute;
	left:0;
	top:0;
	display:block;
	height:100%;
	width:100%;
	background: url(../images/icons/spinner.gif) no-repeat center center;
}
#clicktoreturn {
	position: absolute;
	left:0;
	top:0;
	display:block;
	height:100%;
	width:100%;
	background: url(../images/clicktoreturn.png) no-repeat center center;
}
#overlay {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#overlay2 {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#overlay img {
	display:block;
	margin:0 auto;
	max-height: 100%;
	max-width: 100%;
}

#overlay .info {
	display: block;
	width:10%;
	margin:0 auto;
	position: relative;	
	/*right:0;
	bottom:0;*/
	float:left;
	color:#FFF;
	/*background-color: rgba(0,0,0,0.7);*/
	padding-top:44px;
	padding-bottom:10px;
	padding-left:34px;
}
#overlay2 .info {
	display: block;
	width:100%;
	margin:0 auto;
	position: absolute;
	left:0;
	top:0;
	color:#FFF;
	background-color: rgba(0,0,0,0.7);
	padding-top:14px;
	padding-bottom:10px;
}

#overlay .photoname {
	display: block;
	width:300px;
	margin:0 auto;
	font-size: 1.1em;
	font-weight:bold;
	display: block;
	color: #fff;
}
#overlay2 .photoname {
	display: block;
	width:100%;
	margin:0 auto;
	font-size: 1.1em;
	font-weight:bold;
	display: block;
	color: #fff;
	padding-top:30px;
	padding-left:50px;
}
 
#overlay .description {
	display: block;
	width:300px;
	margin:0 auto;
	padding-bottom:14px;
	font-size: 0.9em;
	font-weight:normal;
	color: #DADADA;
}
#overlay2 .description {
	display: block;
	width:100%;
	margin:0 auto;
	padding-bottom:2px;
	padding-top:10px;
	padding-left:50px;
	font-size: 0.9em;
	font-weight:normal;
	color: #DADADA;
}
#overlay .link1 {
	display: block;
	width:380px;
	margin:0 auto;
	font-weight:bold;
	font-size: 1.1em;
	
	text-align:right;
}
#overlay2 .link1 {
	display: block;
	width:380px;
	margin:0 auto;
	font-weight:bold;
	font-size: 1.1em;
	
	text-align:right;
}

#overlay .link1 a{
	color:#fff;
}
/* End Utlities *****************/