/* 
Theme Name: Mataam
Theme URI: http://themeforest.net/
Description: Designed by Aivahthemes. This Theme for WordPress is lightweight and adaptable. Theme comes with ease in usability which makes your site ready in minutes. 
Version: 4.0.0
Author: <a href="http://themeforest.net/user/aivahthemes">AivahThemes</a>
Author URI: http://themeforest.net/user/aivahthemes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, white, two-columns, custom-background, translation-ready, custom-menu
*/

/*** http://meyerweb.com/eric/tools/css/reset/ */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	outline:none;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul { list-style: none; }
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td { font-weight: normal; text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {quotes: "" "";}
a img {	border: 0;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Text elements */
p {	margin-bottom: 1.625em;}
p:empty { display: none; }
ul, ol { margin: 0 0 1.625em 1.2em;}
ul { list-style: square;}
ol { list-style-type: decimal;}
ol ol { list-style: upper-alpha;}
ol ol ol { list-style: lower-roman;}
ol ol ol ol { list-style: lower-alpha;}
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0;}


dl { margin: 3em 0; border-color:rgba(0,0,0,0.1); border-width:0 0 1px 0;}
dt { float: left; clear: left; width: 100%; font-weight: bold;} 
dd { margin: 0 0 0 30%; padding: 5px 0;}
dd, dt { border-color:rgba(0,0,0,0.1); border-width:1px 0 0 0;}

strong { font-weight: bold; }
cite, em, i { font-style: italic;}

pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 20px;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0 1.625em;
	border:1px solid #ddd
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
code {
    background: url("images/code_bg.gif") repeat scroll left top #F3F3F3;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    color: #444444;
    display: block;
    font: 12px/20px Consolas,"Courier New",Courier,monospace;
	border: 1px solid #dddddd;
    overflow: auto;
	padding: 20px 10px;
}
abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help; }
address { display: block; margin: 0 0 1.625em; }
ins { background: #fff9c0; text-decoration: none; }
sup, sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }

/*clearfix*/

.clear	{ 
	clear: both;
	display: block;
	width: 0; 
	height: 0;
	visibility: hidden;
	zoom:1;
	}

.clearfix:after {
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
	}

html[xmlns] .clearfix { display:block; }
* html .clearfix { height:1%; }

.atpgooglemap,
.preloader { display:block; background:url('ajax-loader.gif') center center no-repeat transparent; }
.ribbon { position:absolute; top:0; right:0; z-index:2; }

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	General
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
body, input, textarea {
	font: normal 13px Helvetica, Arial, Sans-serif; 
	line-height: 1.625;
	}
figure { margin: 0; }

figure img { width: auto; max-width: 100%; height: auto; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Link Colors
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
a,
.entry-title a {
	text-decoration:none;
 }
	
a:hover { 
	text-decoration:underline;
	}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Image Effect
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.avatar,
.imageborder {  
	position: relative;
	margin:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	}

.thumb {
	margin-bottom:10px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Headings
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
h1, h2, h3, h4, h5, h6	{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: normal;
	}
	
h1	{ font-size: 26px; margin: 0 0 20px 0; }
h2	{ font-size: 22px; margin: 0 0 20px 0; }
h3	{ font-size: 18px; margin: 0 0 20px 0; }
h4	{ font-size: 16px; margin: 0 0 20px 0; }
h5	{ font-size: 14px; margin: 0 0 15px 0; }
h6	{ font-size: 12px; margin: 0 0 15px 0; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Layout
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#pagebg { 
	position:fixed; 
	top:0; 
	min-width:100%; 
	min-height:100%; 
	z-index:-1;
	}
	
.bodyoverlay {
	position:fixed;
	top: 0;
	width:100%;
	height:100%;
	background-repeat:repeat;
	background-position:top left;
	background-attachment:scroll;
	z-index:0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

#wrapper { 
	background-color:#ffffff;
	position:relative;
	}

#stretched #wrapper { margin:0 auto; }

#boxed #wrapper {
	width: auto;
	max-width:1100px;
	margin: 30px auto;	
	padding:0;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.3);
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
	}

.inner  {
	position:relative; 
	width:980px; 
	margin:0 auto;  
	}

.one_half      { width: 47.8%; }
.one_third     { width: 30.5%; }
.two_third     { width: 65.3%; }
.one_fourth    { width: 21.9%; }
.one_fifth     { width: 16.7%; }
.three_fourth  { width: 74.0%; }
.four_fifth    { width: 79.0%; }
.two_fifth     { width: 37.2%; }
.three_fifth   { width: 58.0%; }
.one_sixth     { width: 13.3%; }
.five_fifth    { width: 82.7%; }

.one_half,
.one_third, 
.two_third,
.one_fourth, 
.one_fifth,
.four_fifth,
.one_sixth,
.five_fifth,
.two_fifth,
.three_fifth,
.three_fourth   { 
	position: relative;
	display: inline-block;
	*display:inline;
	float: left;
	margin-right: 4%;
	margin-bottom:15px; 
}

.last { margin-right: 0 !important; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.topbar {
	position:relative;
	margin:0;
	padding:4px 0;
	line-height:29px;
	background-color:#f0f0f0;
	}

.topleft    { float:left; width:50%; }
.topright   { float:right; text-align:right;}
.topright p { margin-bottom:0; line-height:18px; }

.topbar .sf-menu   { margin:0; float:left; }
.topbar .sf-menu > li {
	float:left;
	margin:0;
	font-size:11px;
	list-style:none;
	}

.topbar .sf-menu a { padding:1em 1.4em; color:#444444;}	
.topbar .sf-menu li a { font-weight:normal; }	
.topbar .sf-menu > li > a { font-size:11px; line-height:10px; }
.topbar .sf-menu li:hover ul,
.topbar .sf-menu li.sfHover ul { left: 0.77em; top:3.3em; /* match top ul list item height */ }	
.topbar .sf-menu > li:last-child  { background:none; }

.topbar ul.atpsocials li { margin-bottom: 0; }

/* Sociables
=========================================================== */

ul.atpsocials { list-style:none; margin:0; padding:0; } 
ul.atpsocials li img { position: relative; 	vertical-align: text-top;}
ul.atpsocials li { 
	display: inline-block; 
	padding: 1px; 
	margin: 0 3px 3px 0; 
	line-height: 30px; 
	text-align: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	-moz-transition:    all 200ms ease-in;
	-o-transition:      all 200ms ease-in;
	-ms-transition:     all 200ms ease-in;
	transition:         all 200ms ease-in;
}

ul.atpsocials li.facebook:hover		{ background-color:#3B5998; }
ul.atpsocials li.twitter:hover		{ background-color:#00A0D1; }
ul.atpsocials li.beatport:hover		{ background-color:#B6DD36; }
ul.atpsocials li.dribbble:hover		{ background-color:#ea4c88; }
ul.atpsocials li.flickr:hover		{ background-color:#FE0883; }
ul.atpsocials li.deviant:hover		{ background-color:#5C7062; }
ul.atpsocials li.blogger:hover		{ background-color:#FF8833; }
ul.atpsocials li.google:hover		{ background-color:#C63D2D; }
ul.atpsocials li.linkedin:hover		{ background-color:#4875B4; }
ul.atpsocials li.instagram:hover	{ background-color:#b77f5f; }
ul.atpsocials li.pinterest:hover	{ background-color:#910101; }
ul.atpsocials li.reditt:hover		{ background-color:#CEE3F8; }
ul.atpsocials li.rss:hover			{ background-color:#FA9B39; }
ul.atpsocials li.stumbleupon:hover 	{ background-color:#EB4924; }
ul.atpsocials li.soundcloud:hover	{ background-color:#FE531B; }
ul.atpsocials li.tumblr:hover		{ background-color:#34526F; }
ul.atpsocials li.youtube:hover		{ background-color:#C4302B; }
ul.atpsocials li.vimeo:hover		{ background-color:#0caed4; }
ul.atpsocials li.digg:hover			{ background-color:#910101; }
 
ul.atpsocials li { 
	background: transparent;
	background-color: rgba( 0, 0, 0, 0.3 ); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
	zoom: 1;
}
/*
ul.atpsocials li a,
ul.atpsocials li a:hover,
ul.atpsocials li:hover a { color:#ffffff; }
*/

ul.atpsocials li:hover { 
	-webkit-transition: all 300ms ease-in;
	-moz-transition:    all 300ms ease-in;	
	-o-transition:      all 300ms ease-in;
	-ms-transition:     all 300ms ease-in;	
	transition:         all 300ms ease-in;
}

i.fa.white{
	color:#fff;
}
			
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#header {
	position:relative;
	margin:0 auto;
	padding:0;
	z-index:4;
	}

.header-area { position: relative; }
	
.head {
	position:relative; 
	padding:0;
	width: 980px;
	margin:0 auto;
	}

/* LOGO */
.logo	{
	position:relative;
	clear:both; 
	height:auto;
	padding:30px 0; 
	margin:0 auto;
	text-align:center;
	}
		

/* Logo if selected as text*/
h1#site-title       { margin-bottom:0px;}
h1#site-title a     { font-size:30px; line-height:28px; font-weight:bold; text-decoration:none; margin-bottom:5px; letter-spacing:-1px;}
h2#site-description { font-size:12px; line-height:14px; text-decoration:none; margin-bottom:0;}


/*** Primary Menu ***/

.primarymenu { background-color:#E04006; }
.primarymenu ul.sf-menu { display: table; margin:0 auto;}

.iva-mobile-dropdown { display: none; }

.iva_mmenu .iva_menuicon,
.sf-menu .iva_menuicon { margin-right: 10px;}


.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { display: none; position: absolute; top: 100%; left: 0; z-index: 99; }
.sf-menu > li { float: left;}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block; }

.sf-menu a { display: block; position: relative;}
.sf-menu ul ul { top: 0; left: 100%; }

/* Menu Properties */
.sf-menu ul {
	background-color: #e8e8e8;
	min-width: 15em; /* allow long menu items to determine submenu width */
}

.sf-menu a {
	border-left: 0px solid #fff;
	border-top: 0px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 0px solid rgba(255,255,255,.5);
	padding: 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #DEDCDD;
	font-size: 13px;
	-webkit-transition: all 200ms linear;
	-moz-transition:    all 200ms linear;
	-ms-transition:     all 200ms linear;
	-o-transition:      all 200ms linear;
	transition:         all 200ms linear;
}


.sf-menu li:hover, 
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover, 
.sf-menu a:active { color: #ffffff; }
	
#atp_menu li.current-cat > a, 
#atp_menu li.current_page_item > a, 
#atp_menu li.current-menu-parent > a, 
#atp_menu li.current-page-ancestor > a { color:# fc7100; }

.sf-menu > li {
	background: transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	-webkit-box-shadow: inset 0 3px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:    inset 0 3px 0 0 rgba(0,0,0,0);
	box-shadow:         inset 0 3px 0 0 rgba(0,0,0,0);
}


.sf-menu ul li a {
	color: #444444;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 16px;
	padding: 14px !important;
	margin: 0;	
	border-bottom: 1px solid #dddddd;
}

.sf-menu > li:hover,
.sf-menu > li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	/* only transition out, not in */
	background-color: #E04006;
}
.sf-menu li a .msubtitle {
    display: block;
    font-size: 11px;
    font-weight: normal;
}

/* arrows (for all except IE7) */

.sf-arrows .sf-with-ul {
	padding-right: 1.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 13px;
	top: 50%;
	right: 10px;
	margin-top: -11px;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -8px;
	margin-right: 15px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 13px;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


/* Mobile Menu
======================================================================== */

.iva-mobile-menu {
	display: none;
	position: relative;
	top: 0;
	background-color: #252525;
 	padding: 0;
    z-index: 99999;
}
.iva-mobile-menu > ul { margin: 0 auto; padding: 0; }
.iva_mmenu { display: table; margin:0 auto; width: 100%; }
.iva-mobile-menu ul li  { list-style:none; padding: 0 2%; }
.iva-mobile-menu.iva_mobile_container > ul > li:first-child {
	padding-top: 10px;	
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child {
	padding-bottom: 10px;
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child a {
	border-bottom: 0;
}

.iva-mobile-menu ul li a {
	border-bottom: 1px dotted #555555;
    position: relative;
    display: block;
    padding: 14px 0 !important;
    font-size: 13px;
    color: #999999;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-khtml-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.iva-mobile-menu ul li.current-cat > a, 
.iva-mobile-menu ul li.current_page_item > a, 
.iva-mobile-menu ul li.current-page-ancestor > a,
.iva-mobile-menu ul li.current-menu-ancestor > a,
.iva-mobile-menu ul li a:hover { color: #ffffff;}

.iva-mobile-menu ul li ul {
	display: none;
	margin-left: 20px;
}
.iva-children-indenter {  
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	color:#999999;
}

.iva-children-indenter i { padding:14px; }
.iva-menu-open .iva-children-indenter { color:#fc7100; }

/* Sub Navigation ( Template: template_subnav.php)
======================================================================== */

.sub_nav {
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-shadow: 1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 	1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
	box-shadow: 		1px 1px 2px 1px rgba( 0, 0, 0, 0.1 );
}

.sub_nav li ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub_nav li ul li a{
	background: #f5f5f5;
	color: #999999;
	padding: 9px 15px 9px 30px;
}

.sub_nav li a {
	display: block;
	margin: 0 0 -1px 0;
	padding: 11px 15px;
	border: 1px solid #e8e8e8;
	border-bottom-color: #eeeeee;
	border-top-color: #eeeeee;
	color: #666666;
}

/* Right Sidebar Nav */
.rightsidebar .sub_nav li.current_page_item > a,
.rightsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowleft.png);
	background-position:10px center;
	background-repeat:no-repeat;
}
/* Left Sidebar Nav */
.leftsidebar .sub_nav li.current_page_item > a,
.leftsidebar .sub_nav li.current_page_item > a:hover {
	background-image: url(images/sub_arrowright.png);
	background-position:95% center;
	background-repeat:no-repeat;
}

.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	position: relative;
	margin:0 -7px;
	padding: 11px 25px;
	zoom: 1;
	color: #ffffff;
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 	inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
	box-shadow: 		inset 1px 0 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.1);
}

.sub_nav li a:hover { background-color: #f5f5f5;}
.sub_nav li:first-child a { border-top-color: #e8e8e8; }
.sub_nav li:last-child a { border-bottom-color: #e8e8e8; }

.sub_nav li.current_page_item > a,
.sub_nav li.current_page_item > a:hover {
	background-color:#bf1a07;
	color: #ffffff;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 	Sub Header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#subheader {
	position:relative;
	margin:0 auto;
	vertical-align:middle;
	background-color: rgba(0,0,0,0.05);
	}
	
#subheader .inner { padding:30px 0; }
#subheader .inner:after { clear: both; display: block; content: ""; }

#subheader .subheaderright  {
	display:block;
	margin:0px auto;
	text-align:center;
	}

#subheader .subtitle h1 {
	font-size:40px;
	line-height:normal;
	margin-bottom:0px;
	}

#subheader .subtitle h1 span {
	display:inline-block;
	vertical-align:middle;
	margin:0px;
	}

#subheader .subdesc {
	min-width:200px;
	width:70%;
	margin:0 auto;
	padding:20px 30px;
	}

#subheader .subdesc p{
	margin-bottom:0;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Breadcrumb
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.breadcrumbs {
	position:relative;
	z-index:4;
	display: block;
    margin: 0;
	padding:0;
	text-align: center;
	}

.breadcrumb .breadcrumbs {
	padding:4px 0;
	display:inline-block;
	font-size:11px;
	}

.breadcrumbs span { padding:0 4px; }

.breadcrumbs span a { color:#444444; }
.breadcrumbs span a:hover { color:#E04006; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 	Header Teaser
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
	
.header_teaser	 {
	position:relative;
	margin:0 auto;
	background-color:#a8c5c8;
	color:#3e5b5e;
	}
	
.header_teasercontent {
	width:960px;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
	}
	
.header_teasercontent h1 {
	font-size:38px;
	margin-bottom:0px;
	line-height:50px;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Featured slider
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#featured_slider {
	position:relative;
	margin:0 auto;
	overflow:hidden;
	z-index:3;
	}
	
.slider_wrapper {
	position:relative;
	width:auto;
	margin:0 auto;
	padding:0;
	}

.slider_wrapper.video iframe  { text-align:center; display:block; }
.slider_wrapper.static  { margin:0 auto; text-align:center; }
.slider_wrapper.static figure img { display:block; margin:0 auto; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Sidebars & Main Content
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#sidebar .widget:last-child { margin:0; }

.fullwidth #main { padding:40px 0 40px 0;}

/* Left Sidebar*/
.leftsidebar #main { 
	float:right; 
	padding:40px 0 40px 0; 
	width:660px; 
}

.leftsidebar #main .entry-content { padding-left:20px; }
.leftsidebar #sidebar { position:relative; float:left; width:290px; padding:30px 0; }
.leftsidebar #sidebar .content{ padding:0px 30px 0px 0; } 

/* Right Sidebar*/
.rightsidebar #main { float:left; padding:40px 0 40px 0; width:660px; }
.rightsidebar #main .entry-content { padding-right:20px; }
.rightsidebar #sidebar { position:relative; float:right; width:290px; padding:40px 0; }
.rightsidebar #sidebar .content{ padding:0 0 0 30px; } 
		
/* Page middle content area */

.pagemid { 
	position:relative; 
	display:block;
	width:100%;	
	margin:0 auto;
	padding:0;
	z-index:2;
	}

.pagemid .inner { overflow:visible; }

.pagemid .entry-content a { color:#444444; }
.pagemid .entry-content a:hover { color:#E04006; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Widget
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

h3.widget-title	{ font-size:14px; }

.widget {
	margin-bottom:40px; 
	}

.widget ul li   {
	position:relative;
	}
.widget ul li a {
	padding:1px 0px 1px 0px;
	zoom:1; 
	}

.widget ul li a,
.widget ul li a:visited { display:block; }
.widget ul li ul        { margin-left:15px}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Alignment
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.left {float:left;}
.right {float:right;}
.center {float:none; text-align:center; margin:inherit auto;}

.alignleft, 
img.alignleft, 
a img.alignleft      { float:left; margin:3px 15px 20px 3px;}

.alignright, 
img.alignright, 
a img.alignright     { float:right; margin:3px 3px 20px 15px;	}

.aligncenter, 
img.aligncenter, 
a img.aligncenter    { clear:both; display:block; margin:10px auto 20px auto; padding:2px; text-align:center;	}

.wp-caption 			      { text-align: center; margin-bottom: 20px; padding: 2px; border:1px solid #ddd; background:#f1f2f3; }
.wp-caption img 		      { margin: 3px;}
.wp-smiley 			          { margin:0; }
.wp-caption p.wp-caption-text { margin: 0 0 4px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Frontpage Widgets
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/	

.frontpage_widgets { 
	clear:both; 
	position:relative; 
	margin:0 auto; 
	padding:40px 0 20px 0; 
	overflow:hidden;
	background-color: rgba(0,0,0,0.05);
	}
	
.fp-widget  {
	position:relative;
	margin-bottom:20px;
	text-align:center;
	}

.fp-widget h3.widget-title {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	}
		
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Footer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/		
		
#footer {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto 0 auto;
	padding:30px 0;
	background-color: rgba(0,0,0,0.05);
	}

#footer a { color:#444444; }
#footer a:hover { color:#E04006; }
	
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Business Hours
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.businesshours p {
	display: block;
	padding:5px 0;
	overflow: hidden;
	margin-bottom: 0;
	}
		
.businesshours span.days {
	font-weight: bold;
	width: 40%;
	display: block;
	float: left;
	text-align: left;
	vertical-align:middle;
	}			
		
.businesshours span.hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
	}
			
#footer .businesshours p  { margin-bottom: 0;}
#footer .businesshours p  { margin-bottom: 0;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Copyright
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.copyright {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	padding:0;
	}

.copyright .inner {
	text-align:center;
	padding:10px 0;
	}

.copyright p { margin-bottom:0; }
.copyright a { color:#444444; }
.copyright a:hover { color:#E04006; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Contact Info - 	Widget / Shortcode
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.contactinfo ul {
	list-style-position:outside;
	margin-left:0;
	}
	
.contactinfo ul li {
	padding:4px 0 4px 30px; 
	line-height:normal;
	}
		
.contactinfo li {
	list-style:none outside none;
	}	

.contactinfo .author-icon   { background:url('images/icons/icons_black.png') -780px 0 no-repeat; }
.contactinfo .phone-icon    { background:url('images/icons/icons_black.png') -340px -440px no-repeat;}
.contactinfo .email-icon    { background:url('images/icons/icons_black.png') -460px -320px no-repeat; }
.contactinfo .address-icon  { background:url('images/icons/icons_black.png') -220px -560px no-repeat; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Blog Post
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.post {
	position:relative; 
	padding-bottom:30px;
	margin-bottom:30px;
	}
	
.searchresults.post { margin-bottom: 30px;}
	
.post h2.entry-title { margin-bottom:10px; }
.post .post-info {
	margin-bottom:10px; 
	padding:0;
	}

.post .postimg {
	display:block; 
	position:relative; 
	margin:5px 0px 18px 0;
	}

.post .postmeta { font-size:11px; }
.post .postmeta a { color:#999; }
.post .postmeta span { display:inline-block; padding: 5px 5px 5px 20px; margin-right:15px; }
.post .postmeta span img { margin-right:5px; vertical-align:middle; }
.post .postmeta span:last-child { border:0; }
	
.post .i-time { background:url('images/icons/icon-time.png') left center no-repeat;}
.post .i-author { background:url('images/icons/icon-user.png') left center no-repeat;}
.post .i-category { background:url('images/icons/icon-inbox.png') left center no-repeat;}
.post .i-comments { background:url('images/icons/icon-comment.png') left center no-repeat;}
		
/* Post Tags for post style 2*/
.post .posttags {
	font-size:11px;
	}
	
.post .posttags span { 
	display:block; 
	font-weight:bold;
	}
	
.post_thumb img { max-width: 100%; display: block; width:100%; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Pagination
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.pagination	{ margin: 15px 0 0 0; padding:15px 0 0 0; }

.pagination a, 
.pagination a:link, 
.pagination a:visited,
.pagination a:active,
.pagination span.current,
.pagination span.pages,
.pagination span.extend { 
	margin: 0 8px;
	padding-top:15px;
	font-size: 18px;
	font-weight:bold;
	}

.pagination span.current { font-weight: bold; border-width:3px 0 0 0; border-style: solid;}
.pagination span.extend	 { background:none; padding-right:10px; font-size:12px; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Sticky Bar */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#sticky { 
	top: 0;
	display: none;
	position: relative; 
	width: 100%; 
	padding: 10px 0; 
	z-index: 1000; 
	background-color:#61bfff;
	color: #222222;
	font-size: 12px;
	text-align: center;
	}

#sticky a { }
#sticky a:hover { text-decoration:underline; }

.tarrow { 
	position:absolute;
	top: 5px;
	right:10px; 
	width: 29px; 
	height: 34px; 
	background: url(images/toggle_up.png) 0 0 no-repeat; 
	z-index: 2000;
	}

.tarrow.active { 
	background: url(images/toggle_down.png) 0 0 no-repeat;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Cloud Tags
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.tagcloud {
	margin:0;
	}
.tagcloud a {
    display: block;
	float:left;
    font-size: 10px !important;
    margin-right: 10px;
    margin-top: 10px;
    padding: 3px 8px;
	border-radius: 3px 3px 3px 3px;
	}	
.tagcloud span {  }	
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Reservation
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#reservations-calendar-main      { margin-bottom:10px; }
#reservationform h5 span.time,
#reservationform h5 span.closed,
#reservationform p span.country  { padding-right:20px; }
#reservationform p label         { display:inline-block; width:80px; vertical-align:top; padding : 6px 10px 6px 0; text-align:left;}

#reservationform p.people label,
#reservationform p.time label    { width:auto; font-size: 13px;}

#reservationform p.people        { float:left; margin: 0 10px 0 0px; }
#reservationform p.time          { float:right; margin: 0; }
#reservationform p.people select { width: 60px;}
#reservationform p.time select   { width:90px;}
#reservationform p.center        { float:none;}

#reservationform input,
#reservationform select,
#reservationform textarea  { 
	border-style: solid;
	border-width: 1px;
	border-color: #A9A9A9;
	padding:8px 10px; 
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1); 
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;	
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	}

#widgetdateselect { margin:0 auto 20px auto; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Comment form
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.input_fw   { width: 82% !important; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Comments
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
#comments { margin:20px 0 0 0; padding-top:20px; }
#comments-title { text-align:center;}
#comments-title em { display:block; font:italic 12px Georgia, Times, Serif; }

.commentlist { margin:0 0 30px 0; padding: 0; }
.commentlist li { margin: 0px; padding:0px; list-style-type:none;	}

.comment_wrap {
	position:relative;  
	margin:0 0 30px 0;
	padding:0 0 15px 0; 
	}

.comment-author         { overflow:hidden; }
.comment-author .avatar { float:left; width:40px; height:40px;}
.comment-content         { clear:both; padding:10px 0; margin-left:50px; }

.comment-meta { margin-left:50px; height:40px; }
.comment-meta .fn { display:block; font-weight:bold; }
.commentlist .children { margin:0; padding:0 0 0 50px; }
.commentlist .children .comment_wrap { padding-top:0px; }
.commentlist .moderation { margin-top: 10px; color: #dd0000;   }
	
.commentlist article.comment { padding-top:15px; border-width:0 0 1px 0; border-style:solid;}

.reply a:link,
.reply a:visited { color:#999; }
.reply a:hover   { color:#ff8800; }

.cancel-comment-reply a { float:right; padding:4px 0; }
.cancel-comment-reply a:hover { }

.comment-edit-link,
.post-edit-link { 
	padding:3px 8px; 
	color:#fff;
	border-radius: 4px;
	}

.post-edit-link:hover,
.comment-edit-link:hover { color:#fff;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	COMMENTS FORM
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.commentlist #respond { margin: 1.625em 0 0; width: auto; }
#respond { position: relative; width: 97%; margin: 20px 0; padding: 0; }

#respond input[type="text"],
#respond textarea {
	position: relative;
	padding: 5px;
	text-indent: 80px;
	border-style: solid;
	border-width: 1px;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1); 
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;	
	}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	position: relative;
	display: inline-block;
	min-width: 60px;
	left: 4px;
	top: 25px;
	padding: 4px 10px;
	font-size: 13px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1); 
	}

#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
	}

#respond textarea { resize: vertical; width: 97%; }

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	position: absolute;
	right: 2%;
	top: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #bd3500;
	z-index: 1;
	}

#respond .comment-notes,
#respond .logged-in-as { font-size: 13px; }
#respond p { margin:0; }
#respond .form-submit { margin: 10px 0 10px; }

#respond .logged-in-as a:hover,
#reply-title { font-weight: bold;}

#cancel-comment-reply-link {
	display: block;
	position: absolute;
	right: 1.625em;
	top: 1.1em;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover { color: #ff4b33; }

#respond label { line-height: 1.1em; }
#respond input[type=text] { display: block; height: 24px; width: 97%;}
#respond p { font-size: 12px; }
p.comment-form-comment { margin: 0; }
.form-allowed-tags { display: none;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Search
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.widget.widget_search {
	position:relative;
	width:100%;
	}
* html .search-box               { margin-top: 10px; }
*:first-child+html .search-box 	 { margin-top: 10px !important; }
.search-box input  { 
	width:93%; 
	margin: 0 auto; 
	padding:8px;
	font-size:12px; 
	border-style: solid; 
	border-width: 1px;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.1); 
	}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Twitter Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.twitter_widget ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.twitter_widget ul li {
	background: none !important;
	padding: 0 !important;
	margin-bottom: 15px;
}
.twitter_widget ul li span {
	display: block;
	font-size: 10px;
}
.twitter_widget ul li a:hover {
	border-bottom: 1px dotted #ffffff;
}
/* Twitter Shortcode */
ul.tweet { 
	margin:0 0 20px 0; 
	padding:0; 
	list-style:none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Authorbox
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#entry-author-info { margin:20px 0 0 0; padding:30px 0; }
#entry-author-info .authorbg_content { overflow:hidden; }

#author-avatar          { float:left; margin:0 15px 0 0; }
#author-description     { margin:0 10px 0px 100px; }
#author-description h2  { font-size:16px; margin-bottom:5px; }
#author-description p   { font-style:italic; font-family:Georgia, Times, Serif; margin-bottom:0;  }

#authorpage { margin:0 auto; margin-bottom:30px;text-align:center;}
#authorpage img.avatar { 
	margin:0 auto; 
	display:block; 
	padding:2px
	}

#authorpage .author-bio { 
	display:block; 
	width:80%; 
	margin:10px auto; 
	text-align:center; 
	}

#authorpage .author-bio p {
	font:italic normal  13px/18px Georgia, Times, Serif; 
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Post Pagination
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#nav-below {
	margin:-30px 0 30px 0; 
	padding:20px 0; 
	overflow:hidden; 
	background-position:50% top;
	background-repeat:repeat-y;
	background-attachment:scroll;
	font:normal normal 20px/1.6 Georgia, Times, Serif;
	}

#nav-below .nav-previous	{
	position: relative;
	display:inline-block;
	line-height:1em;
	width:50%;
	float: left;
	}

#nav-below .nav-next  {
	position: relative;
	display:inline-block;
	line-height:1em;
	width:50%;
	float: right;
	text-align:right;
	}

.nav-previous b, 
.nav-next b        { font-size:14px; padding:0 5px;}
.nav-previous span { margin-right:10px; }
.nav-next span     { margin-left:10px; }

.nav-next span,
.nav-previous span { 
	line-height:20px; 
	text-transform:uppercase; 
	display: block; 
	color:#aaa;
	font:normal normal 20px/1.6 Arial, Georgia, Times, Serif;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Related Posts
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.singlepostlists { overflow:hidden; margin:0 0 30px 0;}
.singlepostlists ul { margin:0px; }
.singlepostlists li  { display:block; float:left; width:140px; margin:0 20px 0 0; line-height:16px; padding:0;}
.singlepostlists h3 { font-size:16px; }
.singlepostlists li .thumb { display:block; margin:0 0 5px 0;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Today Special and Menu Lists
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.specialslist {
	clear:both;
	position:relative;
	padding:10px 0;
	}

.specialslist::after{
	clear:both;
	display: block;
	content: "";
}

.menuthumb { 
	position:relative; 
	display:block; 
	float:left;
	margin:3px 15px 3px 3px;
	display:block;
	}
	
.menu-info {}

.menuimg a { display:block; }
.menuimg img { 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	}

.specialslist h5 {
	margin-bottom:5px;
	}
.specialslist p {
	margin-bottom:0px;
	}
.specialslist:first-child { padding-top:0; }
.specialslist:last-child { background:none; }

.specialslist span.price,
.menus span.price { 
	display:block;
	width:auto;
	padding:4px 10px;
	font-size:14px; 
	font-weight:bold; 
	text-align:center;
	margin:3px 0;
	background-color:#E8561F;
	color:#ffffff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	}

.iva-ps-wrap { clear:both; display: block; padding: 25px 0; width: auto; text-align: center;}

.menus span.pricesingle { 
	position:relative;
	font-size: 18px; 
	padding: 6px 12px;
	font-weight: bold; 
	text-align: center;
	background-color:#E8561F;
	color:#ffffff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.2);
}
.pricebox {
	float: right;

}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Gallery
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	Menulist - menus
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.menus.menulist {
	position:relative; 
	padding:15px 0; 
	overflow:hidden; 
}

.menus.menulist:last-child {	background:none; }

h4.menu-title { margin-bottom: 10px; }
.menu-info h2.menu-title { font-size:24px; line-height:1; margin-bottom:5px;}
.menu-info h3.menu-title { font-size:18px; line-height:1; margin-bottom:5px;}
.menu-info p { margin-bottom:0; line-height:normal; opacity: 0.7;}

.menus_container { position: relative; margin-bottom:40px; }
.menus_cat_item  { position: relative; float: left; width: 290px; margin:0 16px 30px 16px; }
.menus_cat img   { display:block; }

.menus.menus_single  { position:relative; padding-bottom:0px; margin-bottom:25px; }

.menulist_sc.twocolumn section.menus { display:inline-block; width:48%; margin:0 2% 0 0; vertical-align:top;}

.menus_cat_item .menu-title  { clear: both; margin-bottom: 10px; font-size:22px; text-align: center;}
.menus_single_img                 { margin-bottom:20px; position:relative; z-index:1 }
.menus_single_info                { margin-bottom:20px; position:relative; z-index:2}
.menus_single_info h2.menu-title  { width:420px; font-size:32px; font-style:italic; font-family:"Droid Serif",Georgia; }


.emptybg {
	background: none repeat scroll 0 0 #F0F0F0;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 40px;
	color:#000;
    padding-top: 20px;
    position: relative;
    text-align: center;
}

.menu-title a { color:#444444; }
.menu-title a:hover { color:#E04006; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Post Navigation */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#port-nav-below {
	margin: 0 auto; 
	margin: 0 0 10px 0; 
	overflow: hidden; 
}
#nav-below {
	margin: 30px 0; 
	padding: 20px 0; 
	overflow: hidden; 
}
#port-nav-below .nav-previous,
#nav-below .nav-previous	{
		position: relative;
		display: inline-block;
		line-height: 1em;
		width: 50%;
		float: left;
}
#port-nav-below .nav-next,
#nav-below .nav-next  {
		display: inline-block;
		position: relative;
		line-height: 1em;
		width: 50%;
		float: right;
		text-align: right;
}

.nav-previous span { margin-right: 10px; }
.nav-next span     { margin-left: 10px; }
.nav-next span,
.nav-previous span { 
	line-height: 2em; 
	text-transform: uppercase; 
	display: block; 
	color: #aaa;
}


#nav-below a { color:#444444; }
#nav-below a:hover { color:#E04006; }

/* Fullwidth Section */
.pagemid_section { padding: 0; background-color: #FFFFFF; }
.section_fullwidth { position: relative; margin: 0 auto; padding: 20px 0; }
.section_fullwidth a { }
.section_fullwidth a:hover { }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Section Video Background Properties */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.section_row {
	position:relative;
	border-style: solid;
	border-color: #dddddd;
	padding: 30px 0;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.section_row{ 
    background-attachment: scroll !important;
	}
}

.section_inner { 
	width: 980px; 
	margin:0 auto; 
	position:relative;
	z-index:3;
}

.iva-page-section {
	 position: relative;
	 overflow: hidden;
	 height:auto;
}

.iva-section-patterns, .iva-video-color-mask {
	 position: absolute;
	 top:0;
	 left: 0; 
	 width: 100%;
	 height: 100%;
	 border-style:solid;
	 border-width:0;
	 border-color:#dddddd;	
}

.iva-video-color-mask {
	opacity: 0.6;
}

.iva-video-preload {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index: 1;
	 display: block;
	 width: 100%;
	 height: 100%;
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 -moz-background-size: cover;
	 -webkit-background-size: cover;
	 -o-background-size: cover;
}

.iva-section-video {
	 position: absolute;
	 visibility: hidden;
	 top:0;
	 left:0;
	 z-index: 1;
	 width: 100%;
	 height: 100%;	 
}

.iva-section-video video {
	left: 0;
	min-height: 100%;
	min-width: 100%;
	max-width:100%;
	position: absolute;
	top: 0;
}

.section_video .section_inner { padding: 0;}
.wp-video{ width: 100% !important; }


	
/*=== Recent Posts  and Popular Posts ==== */

.widget_postslist { padding: 0; }
.widget_postslist ul { margin: 0; padding: 0; }
.widget_postslist ul li {
	clear:both;
	overflow:hidden; 
	padding:12px 2px !important; 
	list-style:none; 
	line-height:normal;
}
	
.widget_postslist li:first-child { padding-top:10px; }
.widget_postslist li:last-child { border-bottom:0; }

.widget_postslist p {
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-top: 3px;
	padding: 0;
	margin-bottom:0px;
}

.widget_postslist li .thumb {
	float:left; 
	width:55px;
	margin:0 5px 0 0; 
	padding:0 5px 0px 0;
}

.widget_postslist li .w-postmeta {
	padding: 0; 
	font-size: 11px;
}

.widget_postslist li a { color:#444444 }
.widget_postslist li a:hover { color:#E04006; }