/* FONTS */
@font-face
{
font-family: "ZapfHumnst BT";
src: url(../_fonts/Accent-ZapfHumanist-3/TT0015M_.TTF) format("truetype");
}
@font-face
{
font-family: "BlackChancery";
src: url(../_fonts/Accent-BlkChancery-1/BLKCHCRY.TTF);
}
@font-face
{
font-family: "Myriad Pro";
src: url(../_fonts/Accent-MyriadPro-4/MyriadPro-Regular.otf) format("opentype");
}
@font-face
{
font-family: "Myriad Pro Bold";
src: url(../_fonts/Accent-MyriadPro-4/MyriadPro-Bold.otf) format("opentype");
}
@font-face
{
font-family: "Myriad Pro SemiBold";
src: url(../_fonts/Accent-MyriadPro-4/MyriadPro-Semibold.otf) format("opentype");
}

/* ==========================================================================
 *
 *  Contains fragments from Bootstrap v2.0.4
 *
 *    Copyright 2012 Twitter, Inc
 *    Licensed under the Apache License v2.0
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * ========================================================================== */

.mix_input_block_level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Normalize styling accross browsers
   Adapted from `normalize.css` - http://github.com/necolas/normalize.css
   ========================================================================== */


/* --------------------------------------------------------------------------
   HTML5 display definitions
   -------------------------------------------------------------------------- */


/* Correct `block` display not defined in IE6/7/8/9 & FF3 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE6/7/8/9 & FF3 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Prevent modern browsers from displaying `audio` without controls
   Remove excess height in iOS5 devices */

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling for `hidden` attribute not present in IE7/8/9, FF3, S4 (no IE6 support) */

[hidden] {
  display: none;
}

/* --------------------------------------------------------------------------
   Base settings
   -------------------------------------------------------------------------- */


/* Prevent iOS text size adjust after orientation change, without disabling user zoom */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Reset margins */

body,
figure,
form,
button,
input,
select,
textarea {
  margin: 0;
}

/* Address `outline` inconsistency between Chrome and other browsers */

a:focus {
  outline: 0 none;
}

/* Improve readability when focused and also mouse hovered in all browsers */

a:hover,
a:active {
  outline: 0;
}

/* Prevents sub and sup affecting line-height in all browsers */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* Responsive images - ensure images don't scale beyond their parents
 *  1. Set a maxium relative to the parent
 *  2. IE7-8 needs help adjusting responsive images
 *  3. Scale the height according to the width, otherwise you get stretching
 */

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

/* Img border in a's and image quality
 *  1. Removes border when inside `a` element in IE6/7/8/9, FF3
 *  2. Improve image quality when scaled in IE7.
 *  3. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* Correct overflow displayed oddly in IE9. */

svg:not(:root) {
  overflow: hidden;
}

/* Prevent max-width from affecting Google Maps */

#map_canvas img,
.google-maps img {
  max-width: none;
}

/* ==========================================================================
   Forms
   ========================================================================== */


/* Address FF3/4 setting `line-height` on `input` using `!important` in the UA stylesheet. */

button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs. 
 *    Known issue: inner spacing remains in IE6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

/* Reset default cursor for disabled elements. */

button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/*
 * 1. Address `appearance` set to `searchfield` in S5, Chrome.
 * 2. Address `box-sizing` set to `border-box` in S5, Chrome (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Removes inner padding and search cancel button in S5, Chrome on OS X. */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Removes inner padding and border in FF3+. */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  vertical-align: top;
}

/* ==========================================================================
 * Layout grid
 *
 * Based on YUI 3.8.0
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * Licensed under the BSD License - http://yuilibrary.com/license/
 * ========================================================================== */

.row,
.isotope-layout {
  clear: both;
}
.unit,
.unit-1,
.unit-1-2,
.unit-1-3,
.unit-2-3,
.unit-1-4,
.unit-3-4,
.unit-1-5,
.unit-2-5,
.unit-3-5,
.unit-4-5,
.unit-1-6,
.unit-5-6,
.unit-1-8,
.unit-3-8,
.unit-5-8,
.unit-7-8,
.unit-1-12,
.unit-5-12,
.unit-7-12,
.unit-11-12 {
  display: block;
  float: left;
}
.unit-1 {
  width: 100%;
}
.unit-1-2 {
  width: 50%;
  *width: 49.93131868131868%;
}
.unit-1-3 {
  width: 33.33333%;
  *width: 33.264648681318675%;
}
.unit-2-3 {
  width: 66.66666%;
  *width: 66.59797868131868%;
}
.unit-1-4 {
  width: 25%;
  *width: 24.931318681318682%;
}
.unit-3-4 {
  width: 75%;
  *width: 74.93131868131869%;
}
.unit-1-5 {
  width: 20%;
  *width: 19.931318681318682%;
}
.unit-2-5 {
  width: 40%;
  *width: 39.93131868131868%;
}
.unit-3-5 {
  width: 60%;
  *width: 59.93131868131868%;
}
.unit-4-5 {
  width: 76%;
  *width: 75.93131868131869%;
}
.unit-1-6 {
  width: 16.656%;
  *width: 16.58731868131868%;
}
.unit-5-6 {
  width: 83.33%;
  *width: 83.26131868131868%;
}
.unit-1-8 {
  width: 12.5%;
  *width: 12.43131868131868%;
}
.unit-3-8 {
  width: 37.5%;
  *width: 37.43131868131868%;
}
.unit-5-8 {
  width: 62.5%;
  *width: 62.43131868131868%;
}
.unit-7-8 {
  width: 87.5%;
  *width: 87.43131868131869%;
}
.unit-1-12 {
  width: 8.3333%;
  *width: 8.26461868131868%;
}
.unit-5-12 {
  width: 41.6666%;
  *width: 41.59791868131868%;
}
.unit-7-12 {
  width: 58.3333%;
  *width: 58.26461868131868%;
}
.unit-11-12 {
  width: 91.6666%;
  *width: 91.59791868131869%;
}

/* Isotope layouts */

.isotope-2col .unit {
  width: 50%;
}
.isotope-3col .unit {
  width: 33.3%;
}
.isotope-3col .unit-double {
  width: 66.6%;
}
.isotope-4col .unit {
  width: 24.75%;
}
.isotope-4col .unit-double {
  width: 49.75%;
}

/* ==========================================================================
   Base styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
  font-family:"Times New Roman", Georgia, Times, serif;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}
body {
  background: #444444;
}
::-moz-selection {
  background: #47991f;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #47991f;
  color: #ffffff;
  text-shadow: none;
}

/* Fix `outline` inconsistency between Chrome and other browsers. */

a:focus {
  outline: 0 none;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: underline;
}

/* Paragraphs */

p {
  margin: 0 0 20px 0;
  line-height:150%;
  font-size:18px;
  color:#000;
  font-family:"Times New Roman", Georgia, Times, serif;
}

/*  Headings  */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  line-height: 20px;
  font-weight: normal;
}
h1 {
  font-size: 27px;
  line-height: 30px;
}
h2 {
  font-size: 21px;
  line-height: 30px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
h5,
h6 {
  font-weight: bold;
}
h1,
h2,
h3,
h4 {
 
  font-weight: 600;
}

/* Lists */

menu,
ol,
ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  padding-left: 0;
  line-height: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dl {
  margin: 0 0 20px 0;
  padding: 0;
}
dt {
  line-height: 20px;
  font-weight: bold;
}
dd {
  margin: 0 0 0 20px;
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* Correct list images handled incorrectly in IE7. */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Blockquotes */

blockquote {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
  border-left: 5px solid #e3e3e3;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote p:last-child {
  margin-bottom: 0;
}

/* Quotes */

q {
  quotes: none;
  font-style: italic;
}
q:before,
q:after {
  content: '';
  content: none;
}

/* Figures - images, charts, etc. */

figure {
  display: table;
  width: auto;
}
figure img {
  display: block;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 10px;
  font-size: 11px;
  color: #7b7b7b;
}

/* Addresses */

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* Misc */
a {text-decoration:none;color:#8b1d04;}
a:hover  {text-decoration:none;color:#59788a;}

hr {
  display: block;
  height: 1px;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #5f5952;
  border-bottom: 1px solid #fff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted aaa;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 80%;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
dfn {
  font-style: italic;
  font-weight: bold;
}
sub,
sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.3em;
}
sub {
  bottom: -0.15em;
}

/**/


/**/


/* ==========================================================================
 * Layout
 * ========================================================================== */
/* BIG Created styles/classes/id's */
.hidden-desktop {display:none;}
.main-bg {
	background:rgba(0, 0, 0, 0) url("../_images/global/stained-glass.jpg") no-repeat scroll center center;
	background-size:cover;
	padding-bottom:30px !important;
	margin-top:-27px;
}
@-moz-document url-prefix() { 
  .main-bg {
	margin-top:0;
  }
}
.header-main-nav .address {
	font-family:"Myriad Pro";
	font-size:22px;
	line-height:110%;
	color:#fff;
	text-align:center;
}
.header-main-nav .phone {
	font-family: "Myriad Pro Bold";
	font-size:26px;
}
.header-main-nav .phone a.tel {color:#fff;}
.header-main-nav .phone a.tel:hover {background:none;color:#fff;}
.footer-main a.tel {color:#fff;}
.footer-main a.tel:hover {background:none;color:#fff;}
.sidebar a.tel {color:#000;}
.sidebar a.tel:hover {background:none;color:#000;}
.sidebar .unit-content {padding:0 14px;}

.subpage .content-box a.tel, .patio-dining a.tel {color:#000;}
.supage .content-box a.tel:hover, .patio-dining a.tel:hover {background:none;color:#000;}
.title-grid {
	max-width:781px;
	border:8px solid #ECE5D0;
	box-shadow: 0px 1px 8px #adadad;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	}
.medallion {
	float:right;
	position:relative;
	left:20px;	
	top:-280px;
	max-width: 271px;
	margin-bottom:-280px;
}
.scroll-bg .feature-content {padding-top:55px;}
.content-box {
	background-color: #fff;
    background-image: url("../_images/home/brown-scroll-bg.png");
    background-position: 30% 1%;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: auto;
    padding: 1.5em 0 1em;
    position: relative;
    margin-bottom: -295px !important;
    top: -295px !important;
}
.lion-div h2 {
	font-family:"ZapfHumnst BT";
	font-size:32px;
	font-weight:bold;
	line-height:130%;
	color:#000;
	margin-bottom:10px !important;

}
.lion-div h3 {
	font-family:"BlackChancery";
	font-size:24px;
	font-weight:900;
	line-height:130%;
	color:#000;
	margin-bottom:10px !important;
}
.lion-div img {margin-top:15px;}
.patio-dining h3 {
	font-family:"ZapfHumnst BT";
	font-size:24px;
	font-weight:bold;
	line-height:131%;
	color:#000;
	margin-bottom:10px !important;
}
.bottom-modules .unit-content {padding:0 !important;}
.bottom-modules h3 {
	margin: 5px 0;
	font-family:"ZapfHumnst BT";
	font-size:20px;
	font-weight:bold;
	letter-spacing:0pt;
	line-height:157%;
}
.bottom-modules p {font-size:16px;line-height:130%;margin-bottom:10px !important;}
.bottom-modules .feature.boxed-light {padding:5px;}
.bottom-modules .feature .feature-more {text-align: left;}
.bottom-modules .feature .feature-more .btn {
	background-color:#59788A;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:18px;
	line-height:128%;
	color:#fff;
}
.bottom-modules .feature .feature-more .btn:hover {
	background-color:#8b1d04;
	color:#fff;
}
.bottom-modules .feature-content {padding-right:15px;}
.hours h3 {
 	font-size: 22px;
    line-height: normal;	
	text-transform:uppercase;
	font-family:"Times New Roman",Georgia,Times,serif;
	margin-bottom:0;
}
.hours h3.open-hours {border-bottom:1px dotted #000; margin-bottom:5px;}
.hours p:first-child {margin-bottom:10px;}
table.hours {
	color: #000;
    font-family: "Times New Roman",Georgia,Times,serif;
    font-size: 18px;
    line-height: 150%;
	margin-bottom:5px;
}
.hours h4 {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:18px;
	line-height:normal;
	color: #8b1d04;
	font-weight:bold;
	margin-bottom:0 !important;
}
.hours h4 a{color:#8b1d04;}
.hours h4 a:hover {color:#59788a;}
.hours p {line-height:127%;}
.content-box .row-outside {padding:0 30px;}

/* Subpages */
.frame {
	border: 1px solid #8b1d04;
	-moz-border-radius: 10px;
    border-radius: 10px;
}
.rounded-img {
	-moz-border-radius:10px;	
	-webkit-border-radius:10px;
	border-radius:10px;		
}
.subpage .tab p.text-small {font-size:16px;}
.subpage .content-box {
	background-image:none;
    margin-bottom: -240px !important;
    top: -240px !important;
	padding-bottom:40px;
}
.subpage .header-main {
	min-height:335px;
}
.subpage-h1 {
	font-family: "ZapfHumnst BT";
	font-size: 32px;
	font-weight: bold;
	line-height: 130%;
	color: #8b1d04;
	margin-bottom: 10px !important;
}
.subpage-h2 {
	font-family: "BlackChancery";
	font-size: 28px;
	font-weight:normal;
	line-height: 130%;
	color: #000;
	margin-bottom: 20px !important;	
}
h3.sub-head {
	background-color:#8b1d04;
	border-radius:10px;
	color:#fff;
	font-family: "BlackChancery";
	font-size:26px;
	font-weight:normal;
	letter-spacing:1px;
	line-height: 130%;
	margin-bottom: 20px !important;		
	padding:10px;
}
.subpage-feature-img img {-moz-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0; }
.content-box .row-outside.row-subpage {padding-top:30px;}
.subpage .sidebar {
	margin: 0px 20px 0px;
	background-color: #E0D9C7;
	max-width: 165px;
	padding: 0px 20px 20px 0;
	border-radius: 10px;
	min-width:0;
}
.subpage .sidebar img {padding:20px;}
img.rounded-corner, .footer-main img.outside {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	border-radius:10px;
}
.subpage .parties h3.menu-item-title {
	color: #8b1d04;
    font-family: "ZapfHumnst BT";
    font-size: 24px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 0;
}
.sidebar-border {
	border: 1px solid #5f5952;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 10px;	
}
.subpage p.img-comment {text-align:center;line-height:120%;padding:0 15px 10px 15px; margin-top:-15px;}
.about .first .unit-content {padding:0;}
.about .last .unit-content {padding-left:30px;}
.about .unit-3-5 {width:55%;}

.holiday-page .unit-content {min-height:135px;}
.holiday-page .flt-lft {margin-right:30px;margin-bottom:50px;}
h3.holidays {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:20px;
	line-height:normal;
	font-weight:bold;
	color:#8b1d04;
	text-transform:uppercase;
	margin-bottom:0 !important;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.directions-page .unit-1-4 {width:23.5%;margin-right:1.6%;}
.directions-page .unit-1-4.last {margin-right:0;}
.directions-page .first.frame .unit-content, .directions-page .last.frame .unit-content, .directions-page .frame .unit-content {padding: 15px;}
h3.directions-bottom {margin-top:10px;}
.subpage .tab.parties  .unit-content {margin-bottom:10px;}

/* MENU PAGE STYLES */
.subpage .full-menu {display:none;}
.menu-footer {
    border-bottom: 2px solid #5f5952;
    border-top: 2px solid #5f5952;
    margin-left: 250px;
    padding: 5px 15px 0 10px;
	height:85px;
}
.menu-footer h4.extras {
	text-transform:uppercase;
	font-size: 24px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 0;
	color:#000;
}
.menu-footer a {color:#000;}
.menu-footer a:hover {color:#8b1d04;}
.menu-footer .unit-1-6:nth-child(1) {width:14%;padding-top: 25px;}
.menu-footer .unit-1-6:nth-child(2) {width:30%;}
.menu-footer .unit-1-6:nth-child(3) {width:12.5%;}
.menu-footer .unit-1-6:nth-child(4) {width:15%;}
.menu-footer .unit-1-6:nth-child(5) {width:14%;}
.menu-footer .unit-1-6:nth-child(6) {width:14.5%;}

.menu-footer.first .unit-content {padding: 0;}
.menu-footer.last .unit-content {padding: 0;}
.menu-footer .unit-content {padding: 0;}
.menu-footer .unit-1-6:nth-child(2) .unit-content {padding:0;}

.subpage .left-side-menu {
	list-style-type:none;
	margin:0 20px 0 0;
	background-color:#e0d9c7;
	max-width:165px;
	padding:0 20px;
	-moz-border-radius:10px;
	border-radius:10px;
	position: relative;
    top: -50px;
	margin-bottom: -50px;
}
.subpage .left-side-menu img {padding:20px;}
.subpage .left-side-menu li {
	padding:18px 0;
	border-bottom:1px solid #a0906f;
}
#specials ul.left-side-menu li {
	font-family: "Myriad Pro";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 130%;
	text-transform:uppercase;
	color:#000;	
}
.subpage .left-side-menu li a {
	font-family: "Myriad Pro";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 130%;
	text-transform:uppercase;
	color:#000;	
	text-decoration:none;
}
.subpage .left-side-menu li:first-child {padding-top:25px;}
.subpage .left-side-menu li:last-child {border-bottom:none;padding-bottom:25px;}
.subpage ul.menus-top-tabs {
    list-style: outside none none;
    margin: 0 0 0 220px;
    padding: 0;
    float:left;
}
.subpage ul.menus-top-tabs li {display: inline; line-height: 50px; padding: 8px 0 4px;}
.subpage ul.menus-top-tabs li a {
	color:#000; 
	padding: 0 30px;
	font-family: "Myriad Pro";
    font-size: 22px;
	text-transform:uppercase;
    letter-spacing: 0;
    line-height: 120%;
	text-decoration:none;
}
.subpage ul.menus-top-tabs li:hover, .subpage ul.menus-top-tabs li.current {background-color:#8b1d04;-moz-border-radius:10px;border-radius:10px;}
.subpage ul.menus-top-tabs li:hover a, .subpage ul.menus-top-tabs li.current a {color:#fff;}
.subpage ul.menus-top-tabs li a:hover, .subpage ul.menus-top-tabs li.current a {text-decoration:none;}
.subpage .left-side-menu li a:hover, .subpage .left-side-menu li.current a {
	color:#8b1d04;
	text-decoration:none;	
}
.dinner-content, .lunch-content, .brunch-content, .specials-content {
    margin-left: 250px;
    position: relative;	
}
.lunch-content {margin-top:-605px;margin-bottom:605px;}
#salads.lunch-content, #seafood.lunch-content, #dinner-salads.dinner-content {margin-bottom:0;}
#soups.lunch-content, #desserts.lunch-content, #kids.lunch-content {margin-bottom:535px;}
#dinner-soups.dinner-content, #dinner-sat-sun-specials.dinner-content {margin-bottom:750px;}
#dinner-steaks-ribs.dinner-content {margin-bottom:25px;}
#dinner-seafood.dinner-content {margin-bottom:225px;}
#dinner-kids.dinner-content, #dinner-desserts.dinner-content {margin-bottom:735px;}
.dinner-content {margin-top:-810px;margin-bottom:810px;}
.specials-content {margin-top:-220px;}
.brunch-content {margin-top: -455px; margin-left: 290px;}

.unit-content.specials-outside-container {padding: 0 75px;}
.subpage .tab .specials-content .specials-unit, .specials-page .specials-unit {
	float:left;
	display:block;
	width:45%;
	margin-bottom:30px;
	border: 1px solid #8b1d04;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Straight layout - uncomment this: .specials-page .specials-unit {float:none;width:100%;}*/
.subpage .tab .specials-content .specials-unit p {
	padding:15px;	
}
.specials-page .specials-unit p {
	padding:15px;/* Straight layout use this instead: padding:0;*/
	line-height: 150%;
	font-size: 18px;
	color: #000;
	font-family: "Times New Roman",Georgia,Times,serif;
}
.specials-content .specials-unit:nth-child(1), .specials-content .specials-unit:nth-child(3), .specials-content .specials-unit:nth-child(5)  {
	padding-left:0;
	clear:both;
}
.specials-content .specials-unit:nth-child(2), .specials-content .specials-unit:nth-child(4), .specials-content .specials-unit:nth-child(6) {
	padding-right:0;
	margin-left:50px;
}
/* Straight layout: comment this out: */
.specials-page .specials-unit:nth-child(1), .specials-page .specials-unit:nth-child(3), .specials-page .specials-unit:nth-child(5), .specials-page .specials-unit:nth-child(7)  {
	padding-left:0;
	clear:both;
}
/* Straight layout: comment this out: */
.specials-page .specials-unit:nth-child(2), .specials-page .specials-unit:nth-child(4), .specials-page .specials-unit:nth-child(6), .specials-page .specials-unit:nth-child(8) {
	padding-right:0;
	margin-left:50px;
}

/* Coupon - Loyalty Card styles */
.coupon-link {
	float:right;
	text-align:center;
	background-color:#59788a;
	padding: 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-right: 35px;
    margin-top: -100px;
	width: 155px;
}
.coupon-link.first {margin-right:230px;}
.coupon-a {
	color:#fff;
	font-family: "ZapfHumnst BT";
    font-size: 18px;
    font-weight: bold;
	line-height:115%;
}
a.coupon-a:hover {color:#fff;}
.specials-page .specials-unit.coupon, .specials-page .specials-unit.loyalty-card {border:none;}
.coupon, .loyalty-card {
	
}
.coupon h4, .loyalty-card h4 {
	font-family: "ZapfHumnst BT";
    font-size: 24px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 10px;
}
.coupon .border {border:3px dashed #59788a; padding:2px;}
.coupon-top {
	background-color:#8b1d04;
	margin-bottom:-22px;
}

.coupon-bottom {
	background-color:#dbdcdc;
	margin-bottom: -20px;
}
.specials-page .specials-unit .coupon-top p {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	font-size:28px;
	line-height:110%
}
.coupon-bottom p {
	padding-top:5px;
}
.coupon-bottom p:first-child {
	margin-bottom: 0;
    padding-bottom: 3px;
}
.coupon-bottom p.coupon-expiry {
	font-size: 14px;
    font-style: italic;
    padding-top: 0;
	margin-bottom:0;
	padding-bottom:3px;
}
.coupon-bottom p.coupon-print {
	padding-top: 0px; padding-bottom: 0px; font-size: 14px; text-align: center;
}

h3.menu-section-title {
	font-family:"ZapfHumnst BT";
	font-size:32px;
	font-weight:bold;
	line-height:130%;
	color:#8B1D04;
}
.subpage .tab h4.menu-item-title.double-line, .specials-unit h4.menu-item-title.double-line, h3.menu-section-title.double-line {line-height:100%;margin-bottom:10px;}
.subpage .tab h4.menu-item-title,/* Straight layout-comment this h4 class out:*/ .specials-page .specials-unit h4.menu-item-title {
	font-family:"ZapfHumnst BT";
	font-size:24px;
	font-weight:bold;
	line-height:130%;
	color:#8B1D04;
	margin-bottom:0;
}
.specials-unit h4.menu-item-title {
	border-bottom: 1px solid #8b1d04;
    padding: 5px;
    text-align: center;
}
/* Straight layout-use this h4 style:
.specials-page .specials-unit h4.menu-item-title {
	text-align:left;
	font-family:"ZapfHumnst BT";
	font-size:24px;
	font-weight:bold;
	line-height:130%;
	color:#8B1D04;
	margin-bottom:10px;
    padding: 0 0 10px 0;
}*/
.subpage .tab #desserts h4.menu-item-title, .subpage .tab #kids h4.menu-item-title, .subpage .tab #dinner-desserts h4.menu-item-title, .subpage .tab #dinner-kids h4.menu-item-title {color:#000; font-size:20px;}
.subpage .tab .unit-content {
	clear: both;
	margin-bottom: 30px;
}
.subpage .tab p, span.normal {
	line-height: 150%;
	font-size: 18px;
	color: #000;
	font-family: "Times New Roman",Georgia,Times,serif;
	padding-right: 25px;
	font-weight:normal;
}

.marbot0 {margin-bottom:0;}
.square-list {list-style-type:square;margin:10px 0 10px 30px; font-size: 18px;}
.square-list li {line-height: 25px;}
.buffet-list {
    list-style-type: circle;
    margin: 10px 0 20px 25px;
}
.buffet-list  li {
    font-size: 18px;
    line-height: 35px;
}
.buffet-list li.double-line {
    line-height: 20px;
	margin:5px 0;
}
.subpage .tab p.top-description {padding-right:0;}
.subpage .tab span.price {
	float:right;
	font-family:"ZapfHumnst BT";
	font-size:18px;
	font-weight:bold;
	color:#8B1D04;
}
.subpage .tab .brunch-img {
	padding:20px 0 20px 0;
	position:relative;
	left:-25px;
	max-width:271px;
}
.brunch-content h3.menu-section-title { text-transform:uppercase; line-height:100%;}
h3.menu-section-title span.brunch-sub {font-size:24px; text-transform:none;}
.subpage .tab.brunch-content p.top-description {font-size:22px;line-height:125%;}
.unit-1-2.brunch-border {
	border: 1px solid #8B1D04;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:30px;
}
.unit-1-2.brunch-border {
	width:45%;	
}
.unit-1-2.first.brunch-border { margin-right:50px;}
.brunch-border .unit-content {padding:0;}
.subpage .tab h4.menu-item-title.brunch {
	border-bottom:1px solid #8B1D04;
	font-size:25px;
	padding: 5px;
	text-align: center;
}
ul.brunch-ul {
	list-style-type: none;
	padding-top: 10px;
	margin-left:40px;
}
ul.brunch-ul li {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:22px;
	line-height:175%;
}
ul.brunch-ul li.double-line {line-height: 130%;margin-bottom: 0.4em;margin-top: 0.5em;}

/* Brunch Page */
.subpage .brunch-page .left-side-menu {top:0px;}
.brunch-page .brunch-content {margin-top:-410px;}


/**/

/**/

.page-wrap {
  background: #ffffff;
}
.boxed-layout {
  max-width: 1014px;
  margin: 0 auto;
}

/**/

.panel {
  *zoom: 1;
  width: 100%;
  clear: both;
}
.panel:before,
.panel:after {
  display: table;
  content: "";
}
.panel:after {
  clear: both;
}
.panel-padding {
  padding-top: 30px;
}
.panel-padding-large {
  padding-top: 40px;
  padding-bottom: 10px;
}
.container {
  display: block;
  margin: 0 auto;
  max-width: 1090px;
}
.unit-content {
  padding: 0 15px;
}
.unit-content > :last-child {
  margin-bottom: 0;
}
.unit-content.space-bottom {
  margin-bottom: 30px !important;
}
.unit-content.space-bottom-small {
  margin-bottom: 20px !important;
}
.first .unit-content {
  padding-left: 0;
}
.last .unit-content {
  padding-right: 0;
}
.separator {
  clear: both;
  height: 2px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  background: #7E7878;
}
.unit-content .separator {
  margin-left: 0;
  margin-right: 0;
}

/**/


/**/


/* Site header */


/**/

.site-header {
}
.header-main {
  color: #ffffff;
  *zoom: 1;
  background:#5c0c0a url("../_images/global/bodybg.png") repeat-x fixed 0 0;
  min-height: 390px;
    padding-top: 50px;
}
.header-main:before,
.header-main:after {
  display: table;
  content: "";
}
.header-main:after {
  clear: both;
}
.header-main-logo {
  height: 135px;
  float: left;
}
.header-main-nav {
  height: 72px;
  float: right;
}

/**/


/**/


/* Footer */


/**/

.site-footer {
	background-color:#514e47;
}
.footer-main,
.footer-bottom,
.footer-main p {
  color: #fff;
  font-family:"Myriad Pro";
	font-size:16px;
	line-height:160%;
}
.footer-main h3.knight {
	font-family:"BlackChancery";
	font-size:30px;
	font-weight:normal;
	line-height:130%;
	border-bottom:1px solid #fff;
	margin-left:40px;
	padding-bottom:8px;	
}
.footer-main h3.footer-info {
	font-family:"Myriad Pro";
	font-size:22px;
	font-weight:300;
	letter-spacing:0pt;
	line-height:130%;
}
.footer-main h3.footer-info span.footer-mj {
	font-family:"Myriad Pro Semibold";
	font-size:22px;
	font-weight:600;
	letter-spacing:1px;
	line-height:130%;
}
.footer-main a,
.footer-bottom a {
  color: #fff;
}
.footer-main a:hover,
.footer-bottom a:hover {
  text-decoration: none;
  color: #ccc;
}
.footer-main .unit-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer-separator {
  margin-bottom: 0;
  background: #4a4a4a;
}
.footer-bottom .unit-content {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Sidebar */
.sidebar {
	background-color:#dbdcdc;
	-moz-border-radius:15px;
	border-radius:10px;
	color:#000;  
	margin-left: 5px;
	min-width: 230px;
    padding: 1em 0 0 0.5em;
}
.sidebar-separator {
  border-top: 1px dotted #483F3F;
  margin-top: 0;
  margin-bottom: 15px;
}

/**/


/**/


/* Panel with page title */


/**/

.title-bar {
  overflow: hidden;
  position: relative;
  top: -72px;
  margin-bottom: -72px;
  padding: 102px 0 30px 0;
  background: #cccccc;
}
.title-bar .title,
.title-bar .sub-title {
  display: block;
  float: left;
  max-width: 75%;
  margin: 0;
  color: #ffffff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background: #47991f;
  background: rgba(71, 153, 31, 0.7);
}
.title-bar .title {
  padding: 5px 10px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.title-bar .sub-title {
  clear: left;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

/* Homepage slider */

.slider-panel {
  overflow: hidden;
  position: relative;
  top: -72px;
  margin-bottom: -72px;
  min-height: 72px;
  background-color: #cccccc;
}

/**/


/**/


/* Layout with sidebar on the left */


/**/

.layout-sidebar-left {
  *zoom: 1;
}
.layout-sidebar-left:before,
.layout-sidebar-left:after {
  display: table;
  content: "";
}
.layout-sidebar-left:after {
  clear: both;
}
.layout-sidebar-left .row {
  *zoom: 1;
}
.layout-sidebar-left .row:before,
.layout-sidebar-left .row:after {
  display: table;
  content: "";
}
.layout-sidebar-left .row:after {
  clear: both;
}
.layout-sidebar-left .sidebar {
  *zoom: 1;
  float: left;
}
.layout-sidebar-left .sidebar:before,
.layout-sidebar-left .sidebar:after {
  display: table;
  content: "";
}
.layout-sidebar-left .sidebar:after {
  clear: both;
}
.layout-sidebar-left .main-column {
  *zoom: 1;
  float: right;
}
.layout-sidebar-left .main-column:before,
.layout-sidebar-left .main-column:after {
  display: table;
  content: "";
}
.layout-sidebar-left .main-column:after {
  clear: both;
}

/* ==========================================================================
 *
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
 *
 *  Author
 *  
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 *
 * ========================================================================== */

@font-face {
  font-family: 'FontAwesome';
  src: url('../_fonts/font-awesome/fontawesome-webfont_v-3.0.1.eot');
  src: url('../_fonts/font-awesome/fontawesome-webfont.eot') format('embedded-opentype'), url('../_fonts/font-awesome/fontawesome-webfont_v-3.0.1.woff') format('woff'), url('../_fonts/font-awesome/fontawesome-webfont_v-3.0.1.ttf') format('truetype'), url('../_fonts/font-awesome/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}
a [class^="icon-"],
a [class*=" icon-"] {
  cursor: pointer;
  text-decoration: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-larger,
.nav li [class^="icon-"].icon-larger,
li [class*=" icon-"].icon-larger,
.nav li [class*=" icon-"].icon-larger {
  width: 1.5625em;
}

/* Icon with additional padding */

.icon-space-right {
  margin-right: 5px;
}
.icon-space-left {
  margin-left: 5px;
}
.icon-space-both {
  margin-right: 5px;
  margin-left: 5px;
}

/* Icon in a circle */

.icon-circled {
  cursor: default;
  display: inline-block;
  text-align: center;
  color: #3d3d3d;
  background-color: #e6e6e6;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
a .icon-circled {
  cursor: pointer;
}

/* Icon Sizes */

.icon-larger:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.icon-larger.icon-circled {
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.icon-large {
  font-size: 26px;
  line-height: 26px;
}
.icon-large.icon-circled {
  line-height: 30px;
  width: 30px;
  height: 30px;
  padding: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.icon-xlarge {
  font-size: 39px;
  line-height: 39px;
}
.icon-xlarge.icon-circled {
  line-height: 50px;
  width: 50px;
  height: 50px;
  padding: 10px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.icon-xxlarge {
  font-size: 52px;
  line-height: 52px;
}
.icon-xxlarge.icon-circled {
  line-height: 70px;
  width: 70px;
  height: 70px;
  padding: 10px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}
.icon-xxxlarge {
  font-size: 65px;
  line-height: 65px;
}
.icon-xxxlarge.icon-circled {
  line-height: 90px;
  width: 90px;
  height: 90px;
  padding: 10px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}

/* Icon colours */

.icon-lighter {
  color: #cccccc;
}
.icon-light {
  color: #e3e3e3;
}
.icon-primary {
  color: #47991f;
}
.icon-secondary {
  color: #664929;
}
.icon-success {
  color: #468847;
}
.icon-warning {
  color: #e5bf13;
}
.icon-info {
  color: #3976ac;
}
.icon-important {
  color: #b94a48;
}
.icon-circled.icon-lighter {
  color: #a2a2a2;
  background-color: #e3e3e3;
}
.icon-circled.icon-light {
  color: #cccccc;
  background-color: #f2f2f2;
}
.icon-circled.icon-inverse {
  color: #ffffff;
  background-color: #3d3d3d;
}
.icon-circled.icon-inverse-lighter {
  color: #ffffff;
  background-color: #7d7d7d;
}
.icon-circled.icon-inverse-light {
  color: #ffffff;
  background-color: #cccccc;
}
.icon-circled.icon-inverse-primary {
  color: #ffffff;
  background-color: #47991f;
}
.icon-circled.icon-inverse-secondary {
  color: #ffffff;
  background-color: #664929;
}
.icon-circled.icon-inverse-success {
  color: #ffffff;
  background-color: #468847;
}
.icon-circled.icon-inverse-warning {
  color: #ffffff;
  background-color: #ecc517;
}
.icon-circled.icon-inverse-info {
  color: #ffffff;
  background-color: #3976ac;
}
.icon-circled.icon-inverse-important {
  color: #ffffff;
  background-color: #b94a48;
}

/* Spinning icons */

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Icons */


/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */

.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */

.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}

/* ==========================================================================
   Additional typographic styles
   ========================================================================== */


/* Font style */
.flt-lft {float:left;margin-right:10px;}

.flt-rt {float:right;margin-left:10px;}

/* for paragraph text mainly - Times font */
.bold {font-weight:bold;} 

.mj-red {color:#8B1D04 !important;}
.text-small {font-size:14px;}
.italic {
  font-style: italic;
}

/* Font size */

.micro {
  font-size: 9px;
  line-height: 15px;
}
.tiny {
  font-size: 10px;
  line-height: 15px;
}
.small {
  font-size: 11px;
}
.large {
  font-size: 15px;
}
.xlarge {
  font-size: 17px;
}
.xxlarge {
  font-size: 21px;
  line-height: 30px;
}

/* Headings */

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  margin-left: .25em;
  font-size: 75%;
  line-height: 0;
  color: #a2a2a2;
}
.section-heading {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.subheading {
  color: #a2a2a2;
}

/* Blockquotes */

blockquote .author {
  display: block;
  font-size: 80%;
  line-height: 20px;
  color: #a2a2a2;
}
blockquote .author:before {
  content: '\2014 \00A0';
}
blockquote.align-right {
  padding-right: 20px;
  padding-left: 0;
  border-right: 5px solid #e3e3e3;
  border-left: 0;
  text-align: right;
}
blockquote.special {
  padding: 0;
  border: 0;
}
blockquote.special p,
blockquote.special span,
blockquote.special div {
  padding-left: 50px;
}
blockquote.special:before {
  display: block;
  float: left;
  margin: 3px 10px 0 0;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  color: #e3e3e3;
  -webkit-font-smoothing: antialiased;
}

/*  Labels and badges */

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #cccccc;
  color: #ffffff;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-warning,
.badge-warning {
  background-color: #eecc33;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-info,
.badge-info {
  background-color: #3976ac;
}
.label-inverse,
.badge-inverse {
  background-color: #303030;
}

/* ==========================================================================
   Flexible video embeds
   Based on the Foundation framework: http://foundation.zurb.com/
   ========================================================================== */

.flex-video {
  height: 0;
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Tabs */

.tabs-nav {
  *zoom: 1;
  margin: -2px 0 20px 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
}
.tabs-nav:before,
.tabs-nav:after {
  display: table;
  content: "";
}
.tabs-nav:after {
  clear: both;
}
.tabs-nav > li {
  float: left;
  border-top: 2px solid transparent;
}
.tabs-nav > li > a {
  display: block;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  color: #626262;
}
.tabs-nav > li > a:hover {
  text-decoration: none;
  background: #47991f;
  color: #ffffff;
}
.tabs-nav > .current {
  position: relative;
  bottom: -2px;
  border-top-color: #47991f;
}
.tabs-nav > .current > a,
.tabs-nav > .current > a:hover {
  height: 29px;
  line-height: 29px;
  color: #555555;
  border-color: #ebebeb;
  background: #ffffff;
  cursor: default;
  outline: none;
}

/* Vartical navigation */

.vert-nav {
  list-style: none;
  margin: 0 0 30px 0;
}
.vert-nav .item {
  margin: 0;
}
.vert-nav a {
  display: block;
  padding: 5px 0;
  color: #5d5d5d;
}
.vert-nav a:hover {
  text-decoration: none;
  padding-left: 5px;
  color: #ffffff;
  background: #55b725;
}
.vert-nav .current a,
.vert-nav .current a:hover {
  padding-left: 15px;
  border-left: 2px solid #47991f;
  color: #5d5d5d;
  background: none;
  cursor: default;
}
.vert-nav-tabs {
  border-top: 1px solid #ebebeb;
}
.vert-nav-tabs .item {
  border-bottom: 1px solid #ebebeb;
}
.vert-nav-tabs .item:last-child {
  border-bottom: 1px solid #ebebeb;
}
.vert-nav-tabs a {
  padding: 5px 0 5px 7.5px;
  background: #f5f5f5;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.vert-nav-tabs .current a,
.vert-nav-tabs .current a:hover {
  border-right: 0;
}

/* ==========================================================================
 * Code
 * ========================================================================== */

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  _font-family: 'courier new', monospace, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

/* Inline code */

code {
  padding: 1px 3px;
  color: #bb3355;
  border: 1px solid #ebebeb;
  background-color: #fafafa;
}

/* Blocks of code */

pre {
  display: block;
  padding: 10px;
  margin: 0 0 20px 0;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  color: #7b7b7b;
  border: 1px solid #ebebeb;
  background-color: #fafafa;
}
pre.spaced {
  margin-bottom: 20px;
}

/* code inside pre tags */

pre code {
  padding: 0;
  color: inherit;
  border: 0;
  background-color: transparent;
}

/* Scrollable blocks of code */

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* ==========================================================================
   Tables
   ========================================================================== */

table {
  max-width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Basic table style */

.table {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.table th,
.table td {
  padding: 10px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ebebeb;
}

/* Condensed table with less padding */

.table-condensed th,
.table-condensed td {
  padding: 5px;
}

/* Table with borders */

.table-bordered {
  border: 1px solid #ebebeb;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ebebeb;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* Table with zebra stripes */

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

/* Table row hover effect */

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f6f6f6;
}

/* ==========================================================================
   Forms
   ========================================================================== */

form {
  margin: 0 0 20px 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input,
label,
select,
textarea {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="range"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  padding: 3px;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
  border: 1px solid #d8d8d7;
  background-color: #ffffff;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  background-color: #fff;
  border-color: #b2b2b0;
  outline: 0;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #d8d8d7;
}
select[multiple],
select[size] {
  height: auto;
}
.uneditable-input,
.uneditable-textarea {
  cursor: not-allowed;
  color: #a2a2a2;
  border: 1px solid #d8d8d7;
  background-color: #fafafa;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.form-controls > .radio:first-child,
.form-controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #888888;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
.form-inline input,
.form-horizontal input,
.form-inline textarea,
.form-horizontal textarea,
.form-inline select,
.form-horizontal select,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
}
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.form-control-group {
  margin-bottom: 10px;
}
.form-horizontal {
  
/* Increase spacing between groups */


}
.form-horizontal .form-control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .form-control-group:before,
.form-horizontal .form-control-group:after {
  display: table;
  content: "";
}
.form-horizontal .form-control-group:after {
  clear: both;
}
.form-horizontal .form-control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .form-controls {
  margin-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal h1,
.form-horizontal h2,
.form-horizontal h3,
.form-horizontal h4,
.form-horizontal h5,
.form-horizontal h6 {
  padding-left: 160px;
}
label.error {
  color: #b94a48;
}
textarea.error,
input.error {
  border-color: #b94a48 !important;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-boxed {
  padding: 20px;
  background: #f0f0f0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn,
button,
input[type="submit"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  *margin-left: .3em;
  color: #3b3b3b;
  background: #e3e3e3;
  border: 0;
}
.btn:first-child,
button:first-child,
input[type="submit"]:first-child {
  *margin-left: 0;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #3b3b3b;
  background: #f0f0f0;
}
.btn.active,
button.active,
input[type="submit"].active,
.btn:active,
button:active,
input[type="submit"]:active {
  background: #dedede;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  text-decoration: none;
}
.btn.wider,
button.wider,
input[type="submit"].wider {
  padding-left: 20px;
  padding-right: 20px;
}
.btn.disabled,
button.disabled,
input[type="submit"].disabled,
.btn[disabled],
button[disabled],
input[type="submit"][disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-large {
  padding: 10px 20px;
  font-size: 15px;
}
.btn-small {
  padding: 5px 10px;
  font-size: 11px;
}
.btn-mini {
  padding: 0 10px;
  font-size: 10px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 10px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
}
.btn-link {
  cursor: pointer;
  border-color: transparent;
  color: #47991f;
}
.btn-link:hover {
  color: #55b725;
  text-decoration: underline;
  background-color: transparent;
}
.btn-primary {
  color: #ffffff;
  background: #47991f;
  border: 0;
}
.btn-primary:hover {
  color: #ffffff;
  background: #51ae23;
}
.btn-primary.active,
.btn-primary:active {
  background: #43911d;
}
.btn-secondary {
  color: #ffffff;
  background: #664929;
  border: 0;
}
.btn-secondary:hover {
  color: #ffffff;
  background: #785630;
}
.btn-secondary.active,
.btn-secondary:active {
  background: #5f4426;
}
.btn-warning {
  color: #3b3b3b;
  background: #eecc33;
  border: 0;
}
.btn-warning:hover {
  color: #3b3b3b;
  background: #f0d24b;
}
.btn-warning.active,
.btn-warning:active {
  background: #edca2a;
}
.btn-danger {
  color: #ffffff;
  background: #b94a48;
  border: 0;
}
.btn-danger:hover {
  color: #ffffff;
  background: #c05c5a;
}
.btn-danger.active,
.btn-danger:active {
  background: #b34644;
}
.btn-success {
  color: #ffffff;
  background: #468847;
  border: 0;
}
.btn-success:hover {
  color: #ffffff;
  background: #4f9950;
}
.btn-success.active,
.btn-success:active {
  background: #438143;
}
.btn-info {
  color: #ffffff;
  background: #3976ac;
  border: 0;
}
.btn-info:hover {
  color: #ffffff;
  background: #3f83bf;
}
.btn-info.active,
.btn-info:active {
  background: #3671a4;
}
.btn-inverse {
  color: #ffffff;
  background: #303030;
  border: 0;
}
.btn-inverse:hover {
  color: #ffffff;
  background: #3d3d3d;
}
.btn-inverse.active,
.btn-inverse:active {
  background: #2b2b2b;
}

/* ==========================================================================
   Notices
   ========================================================================== */

.notice {
  position: relative;
  display: block;
  margin: 0 auto 30px auto;
  padding: 10px;
  color: #5d5d5d;
  background: #f7f7f7;
  border: 1px solid #f0f0f0;
}
.notice .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  float: right;
  font-size: 22px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.5;
  background: 0;
  color: #7d7d7d;
}
.notice .close:hover {
  opacity: 1;
}
.notice h1,
.notice h2,
.notice h3,
.notice h4,
.notice h5,
.notice h6,
.notice p,
.notice ul,
.notice ol {
  margin: 0 0 10px 0;
}
.notice h1:last-child,
.notice h2:last-child,
.notice h3:last-child,
.notice h4:last-child,
.notice h5:last-child,
.notice h6:last-child,
.notice p:last-child,
.notice ul:last-child,
.notice ol:last-child {
  margin: 0;
}
.notice-block {
  padding: 20px;
}
.notice-inverse {
  color: #ffffff;
  background: #7d7d7d;
  border-color: #7d7d7d;
}
.notice-inverse .close {
  color: #f0f0f0;
}
.notice-inverse a {
  color: #a7df8c;
}
.notice-inverse a:hover {
  color: #b4ea9a;
}
.notice-warning {
  color: #655d3d;
  background: #f7f2dc;
  border-color: #e9e3c6;
}
.notice-warning a {
  color: #a3880e;
}
.notice-warning a:hover {
  color: #bfa010;
}
.notice-success {
  color: #364c36;
  background: #ddebdd;
  border-color: #c8dcc9;
}
.notice-success a {
  color: #5ca05d;
}
.notice-success a:hover {
  color: #5ea35f;
}
.notice-info {
  color: #595959;
  background: #dee8f1;
  border-color: #d2dee9;
}
.notice-info a {
  color: #456d90;
}
.notice-info a:hover {
  color: #4c789e;
}
.notice-error {
  color: #754f4f;
  background: #f4e4e4;
  border-color: #ead9d9;
}
.notice-error a {
  color: #b05d5c;
}
.notice-error a:hover {
  color: #cc6a68;
}
.ok-box a {
  color: #238c23;
}
.warning-box a {
  color: #bf2626;
}
.note-box a {
  color: #bfa10a;
}
.info-box a {
  color: #5c5aaa;
}
.ok-box a:hover {
  background: none;
  color: #60bf60;
}
.warning-box a:hover {
  background: none;
  color: #d95757;
}
.note-box a:hover {
  background: none;
  color: #e0bb02;
}
.info-box a:hover {
  background: none;
  color: #8e8dd9;
}

/* ==========================================================================
   Site components
   ========================================================================== */


/* Top header elements */

.header-top-phone {
  display: inline;
  line-height: 40px;
  font-weight: 600;
  font-size: 14px;
  margin-right: 3%;
}
.header-top-social-links {
  display: inline;
  line-height: 40px;
  font-size: 16px;
  margin-right: 3%;
}
.header-top-social-links .icon {
  margin: 0 2px;
}
.header-top-social-links .label {
  display: none;
}
.header-top-show-search {
  display: none;
  float: right;
  position: relative;
  right: -8px;
  margin: 4px 0 4px -8px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 32px;
  background: #3d3d3d;
}
.header-top-show-search .label {
  display: none;
}
.header-top-search {
  display: block;
  float: right;
  padding: 8px 0;
}
.header-top-search .search-field {
  width: 180px;
  padding-left: 5px;
  vertical-align: top;
  border: 0;
  margin: 0;
  color: #cccccc;
  background: #4a4a4a;
}
.header-top-search .search-field:focus {
  background-color: #4a4a4a;
}
.header-top-search .search-btn {
  font-size: 12px;
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  color: #cccccc;
  background: #4a4a4a;
}

/* Main navigation - dropdown (Superfish jQuery plugin) */


/* Base styles */

.header-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-main-menu a {
  display: block;
  position: relative;
}
.header-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  width: 140px;
}
.header-main-menu ul li {
  width: 100%;
}
.header-main-menu li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
.header-main-menu li:hover,
.header-main-menu li.hover,
.header-main-menu a:focus,
.header-main-menu a:hover,
.header-main-menu a:active {
  outline: 0;
}
.header-main-menu li:hover {
  visibility: inherit;
}
.header-main-menu li:hover ul,
.header-main-menu li.hover ul {
  left: 0;
  top: 72px;
  z-index: 99;
}
.header-main-menu li:hover li ul,
.header-main-menu li.hover li ul,
.header-main-menu li li:hover li ul,
.header-main-menu li li.hover li ul {
  top: -999em;
}
.header-main-menu li li:hover ul,
.header-main-menu li li.hover ul,
.header-main-menu li li li:hover ul,
.header-main-menu li li li.hover ul {
  left: 152px;
  top: -12px;
}

/* Skin */

.header-main-menu {
  	background-color: #888888;
    border: 2px solid #fff;
    border-radius: 10px;
    height: 36px;/*35px;*/
    margin-top: 11px;
	margin-bottom:5px;
}
.header-main-menu li {border-right:2px solid #fff;line-height:172%;}
.header-main-menu li:last-child {border-right:none;}
/*.header-main-menu a {
  display: block;
  padding: 0 14px 2px;
  font-family:"Myriad Pro";
  font-size: 18px;
  line-height: 172%;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(20, 20, 20, 0.25);
  border-top: 2px solid transparent;
}*/
.header-main-menu a {
  display: block;
  padding: 0 11px;
  font-family:"Myriad Pro";
  font-size: 20px;
  line-height: 172%;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(20, 20, 20, 0.25);
  border-top: 2px solid transparent;
}
.header-main-menu li:hover, .header-main-menu li.active {
  background-color:#8b1d04;
}
.header-main-menu li:hover:first-child, .header-main-menu li.active:first-child {
  -moz-border-bottom-left-radius:10px;
  -moz-border-top-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  border-top-left-radius:10px;	
}
.header-main-menu li:hover:last-child, .header-main-menu li.active:last-child {
  -moz-border-bottom-right-radius:10px;
  -moz-border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -webkit-border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-top-right-radius:10px;	
}
.header-main-menu a:hover,
.header-main-menu .hover a {
  
}
/* Main navigation - small screen version (select field) */

.header-main-menu-select {
  border-radius: 0;
  display: none;
  margin: 30px 0 15px 0;
  border: 1px solid #7d7d7d;
  color: #303030;
  background: #cccccc;
}



/* Footer elements */

.footer-copyright {
  font-size: 16px;
  text-align:center;
  color: #fff;
}
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-family: "Myriad Pro";
  line-height:120%;
  letter-spacing:0;
  text-align: center;
}
.footer-menu li {
  margin: 0;
  padding: 0;
  display: inline;
}
.footer-menu a {
  padding: 0 3px;
  margin: 0 0 0 5px;
  color: #fff;
}

/* Blog post */

.blog-entry .separator {
  margin: 0;
  height: 1px;
  background-color: #e3e3e3;
}
.blog-entry .entry-header,
.blog-entry .entry-details,
.blog-entry .entry-content,
.blog-entry .entry-author,
.blog-entry .entry-related .heading,
.blog-entry .entry-nav,
.blog-entry .entry-comments {
  padding: 0 15px;
}
.blog-entry .entry-details,
.blog-entry .entry-content,
.blog-entry .entry-footer,
.blog-entry .entry-author,
.blog-entry .entry-nav,
.blog-entry .entry-related,
.blog-entry .comments-nav {
  margin-bottom: 30px;
}
.blog-entry .entry-title,
.blog-entry .entry-title a {
  color: #555555;
}
.blog-entry .entry-details {
  font-size: 12px;
  color: #a2a2a2;
}
.blog-entry .entry-details .author-and-categories {
  margin-bottom: 4px;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
}
.blog-entry .entry-details .date,
.blog-entry .entry-details .tags {
  margin-right: 10px;
}
.blog-entry .entry-author .heading {
  margin-bottom: 30px;
}
.blog-entry .entry-author .image {
  float: left;
  margin: 0 30px 30px 0;
}
.blog-entry .entry-author .desc {
  overflow: hidden;
}
.blog-entry .entry-author .author-name {
  font-weight: 700;
}
.blog-entry .entry-nav .prev,
.blog-entry .comments-nav .prev,
.blog-entry .entry-nav .next,
.blog-entry .comments-nav .next {
  margin-bottom: 30px;
}
.blog-entry .entry-nav .prev,
.blog-entry .comments-nav .prev {
  float: left;
}
.blog-entry .entry-nav .next,
.blog-entry .comments-nav .next {
  float: right;
}
.blog-entry .entry-nav .prev .icon,
.blog-entry .comments-nav .prev .icon {
  margin-right: 3px;
}
.blog-entry .entry-nav .next .icon,
.blog-entry .comments-nav .next .icon {
  margin-left: 3px;
}
.blog-entry .entry-related .row {
  padding: 0;
}
.blog-entry .entry-related .unit-content {
  margin-bottom: 30px;
}
.blog-entry .entry-related .image {
  margin-bottom: 20px;
}
.blog-entry .entry-related .heading {
  margin-bottom: 30px;
}
.blog-entry .entry-related .entry-title {
  margin-bottom: 30px;
  font-weight: normal;
}
.blog-entry .entry-related .entry-title a {
  color: #555555;
}
.blog-entry .entry-related .entry-title a:hover {
  color: #55b725;
  text-decoration: none;
}
.blog-entry .entry-related .separator {
  margin: 0 15px;
}
.blog-entry .entry-comments {
  font-size: 12px;
}
.blog-entry .entry-comments .heading {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.blog-entry .comments-list,
.blog-entry .comments-item {
  margin: 0;
  padding: 0;
}
.blog-entry .comments-list {
  list-style: none;
  margin-bottom: 30px;
}
.blog-entry .entry-comment {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.blog-entry .comment-avatar {
  float: left;
  margin: 0 20px 20px 0;
}
.blog-entry .comment-container {
  overflow: hidden;
}
.blog-entry .comment-children {
  margin-left: 100px;
}
.blog-entry .comment-children .comment-children {
  margin-left: 60px;
}
.blog-entry .comment-tools {
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog-entry .comment-meta {
  margin-bottom: 10px;
  color: #a2a2a2;
}
.blog-entry .comment-author {
  font-weight: 700;
  color: #555555;
}
.blog-entry .comment-reply {
  vertical-align: middle;
  display: inline-block;
  padding: 1px 10px 1px 7px;
  cursor: pointer;
  color: #a2a2a2;
  background: #f0f0f0;
}
.blog-entry .comment-reply:hover {
  text-decoration: none;
  color: #3b3b3b;
}
.blog-entry .add-comment {
  padding: 30px;
  background: #f0f0f0;
}
.blog-entry .comment-form-author,
.blog-entry .comment-form-email,
.blog-entry .comment-form-url,
.blog-entry .comment-form-comment {
  width: 95%;
}
.blog-entry .comment-form-submit {
  margin-top: 10px;
}

/* Blog pages */

.blog-entries .blog-entry {
  clear: both;
  margin-bottom: 40px;
}
.blog-entries .entry-content {
  margin-bottom: 30px;
}
.blog-entries .layout-large-images .featured-image {
  margin-bottom: 30px;
  display: block;
}
.blog-entries .layout-small-images .featured-image {
  margin-right: 30px;
  margin-bottom: 40px;
  float: left;
}
.blog-entries .separator {
  margin: 0 15px;
  height: 2px;
  background: #f0f0f0;
}
.blog-entries .more {
  font-weight: 600;
}
.blog-masonry-layout .featured-image {
  margin-bottom: 30px;
}
.blog-masonry-layout .entry-details {
  padding: 0;
  margin-bottom: 7.5px;
  font-size: 11px;
  text-transform: uppercase;
}
.blog-masonry-layout .author-link {
  font-weight: 600;
}
.blog-masonry-layout .entry-title {
  font-size: 21px;
  font-weight: 600;
}
.blog-masonry-layout .entry-content {
  margin-bottom: 0;
}

/* Portfolio pages */

.portfolio-entries .portfolio-entry {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-entries .entry-content {
  padding: 0 15px;
}
.portfolio-entries .entry-content-wrap {
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
.portfolio-entries .entry-title {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.portfolio-entries .entry-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #47991f;
  background: rgba(71, 153, 31, 0.8);
}
.portfolio-entries .entry-overlay-content {
  margin-top: 10%;
}
.portfolio-entries .entry-overlay-content .entry-title {
  padding: 10%;
  text-align: center;
  text-shadow: 0 0 2px rgba(30, 30, 30, 0.3);
}
.portfolio-entries .entry-overlay-content .entry-links {
  width: 100px;
  height: 40px;
  margin: 0 auto;
}
.portfolio-entries .entry-overlay-content .entry-link,
.portfolio-entries .entry-overlay-content .entry-link-gallery {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 5px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #555555;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.portfolio-entries .entry-overlay-content .entry-link:hover,
.portfolio-entries .entry-overlay-content .entry-link-gallery:hover {
  text-decoration: none;
  background: #303030;
  color: #ffffff;
}
.portfolio-1col {
  margin-bottom: 0;
}
.portfolio-1col .portfolio-entry {
  width: 100%;
}
.portfolio-1col .image-col {
  width: 66.66%;
  float: right;
  margin-bottom: 30px;
}
.portfolio-1col .desc-col {
  width: 33.33%;
  float: left;
  margin-bottom: 30px;
}
.portfolio-1col .desc-col .entry-link {
  margin-top: 10px;
}
.portfolio-1col .entry-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 17px;
}
.portfolio-1col .entry-categories {
  font-size: 12px;
  font-weight: 600;
  color: #a2a2a2;
}
.layout-sidebar-left .portfolio-1col .image-col {
  float: left;
}
.layout-sidebar-left .portfolio-1col .desc-col {
  float: right;
}
.portfolio-filters {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 15px;
}
.portfolio-filter {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline;
}
.portfolio-filter .btn {
  background: #e3e3e3;
  color: #555555;
}
.portfolio-filter .btn:hover {
  background: #55b725;
  color: #ffffff;
}
.current-filter .btn {
  background: #47991f;
  color: #ffffff;
}
.portfolio-filters-separator {
  margin-bottom: 30px;
}
.project-info {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}
.project-info .item {
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
}
.project-info .item-label {
  display: block;
  width: 120px;
  float: left;
  font-weight: 600;
}
.project-info .item-content {
  display: block;
  overflow: hidden;
}

/* 'Back to top' link */

.back-to-top {
  display: block;
  clear: both;
  margin-bottom: 20px;
  font-size: 11px;
  text-align: right;
}
.back-to-top a {
  color: #a2a2a2;
}
.back-to-top a:after {
  display: inline-block;
  margin-left: 3px;
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

/* Toggle content */

.toggle.down [class^="icon-"] {
  color: #47991f;
}
.toggle-heading {
  display: block;
  cursor: pointer;
}

/* Accordions */

.accordion-heading {
  cursor: pointer;
}
.accordion-heading.active [class^="icon-"] {
  color: #47991f;
}
.accordion-heading:hover {
  color: #55b725;
}
.accordion-content {
  margin: 0;
  padding: 10px 0 0 0;
}
.accordion-lines {
  border-bottom: 1px solid #e3e3e3;
}
.accordion-lines .accordion-heading {
  padding: 5px;
  border-top: 1px solid #e3e3e3;
}
.accordion-bars .accordion-heading {
  margin-bottom: 1px;
  padding: 5px;
  background: #f5f5f5;
}
.accordion-bars .accordion-heading:hover {
  color: #ffffff;
  background: #55b725;
}
.accordion-bars .accordion-content:last-child {
  border-bottom: 2px solid #f5f5f5;
}
.accordion-box {
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
.accordion-box .accordion-heading {
  padding: 5px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}
.accordion-box .accordion-heading:hover {
  color: #ffffff;
  background: #55b725;
}
.accordion-box .accordion-content {
  padding: 10px;
  border-top: 1px solid #f0f0f0;
}

/* Image overlays */

.image-overlay-wrap {
  overflow: hidden;
  position: relative;
}
.image-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #47991f;
  background: rgba(71, 153, 31, 0.7);
  color: #ffffff;
}
.image-overlay .image-link {
  outline: none;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #555555;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.image-overlay .image-link:hover {
  text-decoration: none;
  background: #303030;
  color: #fff;
}

/* Testimonials */

.testimonial blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
.testimonial q {
  display: block;
  min-height: 40px;
  position: relative;
  padding: 20px;
  padding-right: 70px;
  font-size: 10px;
  line-height: 17px;
  color: #7b7b7b;
  background: #f0f0f0;
}
.testimonial q:after {
  content: "";
  width: 0;
  z-index: 1;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 20px;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #f0f0f0 transparent;
}
.testimonial q:before {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  color: #e3e3e3;
  -webkit-font-smoothing: antialiased;
}
.testimonial .testimonial-author {
  padding: 0 0 0 50px;
  font-size: 12px;
  line-height: 30px;
  color: #6f6f6f;
}
.testimonial .testimonial-author .name {
  font-weight: 700;
}
.testimonial.right q {
  padding-right: 20px;
  padding-left: 70px;
  text-align: right;
}
.testimonial.right q:after {
  left: auto;
  right: 20px;
  border-width: 20px 20px 0 0;
}
.testimonial.right q:before {
  right: auto;
  left: 20px;
  content: "\f10d";
}
.testimonial.right .testimonial-author {
  padding: 0 50px 0 0;
  text-align: right;
}

/* Feature boxes */

.feature .feature-heading-wrap {
  overflow: hidden;
}
.feature .feature-icon {
  float: left;
  margin-bottom: 10px;
}
.feature .feature-heading,
.feature .feature-heading-short {
  padding-left: 40px;
  margin-bottom: 10px;
}
.feature h2.feature-heading-short {
  padding-top: 0;
}
.feature h3.feature-heading-short,
.feature h4.feature-heading-short,
.feature h5.feature-heading-short,
.feature h6.feature-heading-short {
  padding-top: 5px;
}
.feature .with-icon-larger .feature-heading,
.feature .with-icon-larger .feature-heading-short {
  padding-left: 50px;
}
.feature .with-icon-larger h2.feature-heading-short {
  padding-top: 5px;
}
.feature .with-icon-larger h3.feature-heading-short,
.feature .with-icon-larger h4.feature-heading-short,
.feature .with-icon-larger h5.feature-heading-short,
.feature .with-icon-larger h6.feature-heading-short {
  padding-top: 10px;
}
.feature .with-icon-large .feature-heading,
.feature .with-icon-large .feature-heading-short {
  padding-left: 60px;
}
.feature .with-icon-large h2.feature-heading-short {
  padding-top: 10px;
}
.feature .with-icon-large h3.feature-heading-short,
.feature .with-icon-large h4.feature-heading-short,
.feature .with-icon-large h5.feature-heading-short,
.feature .with-icon-large h6.feature-heading-short {
  padding-top: 15px;
}
.feature .with-icon-xlarge .feature-heading,
.feature .with-icon-xlarge .feature-heading-short {
  padding-left: 80px;
}
.feature .with-icon-xlarge h2.feature-heading-short {
  padding-top: 20px;
}
.feature .with-icon-xlarge h3.feature-heading-short,
.feature .with-icon-xlarge h4.feature-heading-short,
.feature .with-icon-xlarge h5.feature-heading-short,
.feature .with-icon-xlarge h6.feature-heading-short {
  padding-top: 25px;
}
.feature .with-icon-xxlarge .feature-heading,
.feature .with-icon-xxlarge .feature-heading-short {
  padding-left: 100px;
}
.feature .with-icon-xxlarge h2.feature-heading-short {
  padding-top: 30px;
}
.feature .with-icon-xxlarge h3.feature-heading-short,
.feature .with-icon-xxlarge h4.feature-heading-short,
.feature .with-icon-xxlarge h5.feature-heading-short,
.feature .with-icon-xxlarge h6.feature-heading-short {
  padding-top: 35px;
}
.feature .with-icon-xxxlarge .feature-heading,
.feature .with-icon-xxxlarge .feature-heading-short {
  padding-left: 120px;
}
.feature .with-icon-xxxlarge h2.feature-heading-short {
  padding-top: 40px;
}
.feature .with-icon-xxxlarge h3.feature-heading-short,
.feature .with-icon-xxxlarge h4.feature-heading-short,
.feature .with-icon-xxxlarge h5.feature-heading-short,
.feature .with-icon-xxxlarge h6.feature-heading-short {
  padding-top: 45px;
}
.feature.boxed-light,
.feature.boxed-dark,
.feature.boxed-primary,
.feature.boxed-secondary {
  padding: 20px;
}
.feature.boxed-light {
  background: #fff;
}
.feature.boxed-dark {
  color: #ffffff;
  background: #303030;
}
.feature.boxed-primary {
  color: #ffffff;
  background: #47991f;
}
.feature.boxed-secondary {
  color: #ffffff;
  background: #664929;
}
.feature2 {
  overflow: hidden;
}
.feature2 .image-wrap {
  float: left;
}
.feature2 .content-wrap {
  overflow: hidden;
}


/* ==========================================================================
   Non-semantic helper classes
   ========================================================================== */

/* Widths */

.width-1-2 {
  width: 50%;
}
.width-1-3 {
  width: 33.33%;
}
.width-2-3 {
  width: 66.66%;
}
.width-1-4 {
  width: 25%;
}
.width-3-4 {
  width: 75%;
}
.width-1-5 {
  width: 20%;
}
.width-2-5 {
  width: 40%;
}
.width-3-5 {
  width: 60%;
}
.width-4-5 {
  width: 80%;
}
.width-1-6 {
  width: 16.65%;
}
.width-5-6 {
  width: 83.33%;
}
.width-1-8 {
  width: 12.5%;
}
.width-3-8 {
  width: 37.5%;
}
.width-5-8 {
  width: 62.5%;
}
.width-7-8 {
  width: 87.5%;
}

/* Alignment */

.pull-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.pull-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
figure.centered {
  display: table;
}

/* Text alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.space-right {
  margin-right: 5px;
}
.space-left {
  margin-right: 5px;
}
.space-both {
  margin-right: 5px;
  margin-left: 5px;
}

/* Remove bottom margin */

.no-margin-b {
  margin-bottom: 0 !important;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */

.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */

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

img {
    border: 0 none;
    vertical-align: middle;
}
img {
    height: auto;
    max-width: 100%;
}
*::-moz-selection {
    background: #47991f none repeat scroll 0 0;
    color: #ffffff;
    text-shadow: none;
}
html, button, input, select, textarea {
    color: #000;
    font-family: "Times New Roman",Georgia,Times,serif;
    font-size: 18px;
    line-height: 27px;
}
html {
    font-size: 100%;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

/* ==========================================================================
   Responsiveness
   ========================================================================== */



@media screen and (max-width: 1072px) {
	.unit-4-5 {width:70%;}
  	.unit-content.specials-outside-container {padding: 0 15px;}
	.header-main-nav .address {font-size:20px;}
	.header-main-menu a {padding:0 8px;}
}
@media screen and (max-width: 1023px) {
  .header-main, .subpage .header-main {
    padding-top:10px;padding-bottom:0;min-height:0;
  }
  .header-main-menu {max-width:495px;margin:0 auto;}
  .header-main-logo,
  .header-main-nav {
    height: auto;
    float: none;
    text-align: center;
  }
  .header-main-nav .address {padding-top:11px;font-size:18px;line-height:130%;}
  .header-main-menu-select {
    margin-top: 0;
	font-size: 22px;
    height: 35px;
    line-height: 130%;
    text-transform: uppercase;
  } 
  .scroll-bg {text-align:center;}
  .scroll-bg .feature-content {padding-top:0;}
  .title-grid {max-width:100%;}
  .medallion {display:none;}
  .main-bg {background:none;padding-bottom:0 !important;}
  .panel-padding-large {padding-top:0;}
  .content-box, .subpage .content-box {top:0 !important; margin-bottom:0 !important;background:none;}
  .menu-footer .unit-1-6:nth-child(1) {display:none;}
  .footer-main h3.footer-info {font-size:16px;}
  .footer-main h3.knight {font-size:22px;}
  .footer-menu {font-size:18px;}
}
@media screen and (max-width: 985px) {
	.unit-1-2.brunch-border {width:100%;}
	.unit-1-2.first.brunch-border { margin-right:0;margin-bottom:30px;}
	.menu-footer {padding:5px 0 0;}
	.menu-footer .unit-1-6:nth-child(2) {width:38%;}
	.menu-footer .unit-1-6:nth-child(3) {width:15%;}
	.menu-footer .unit-1-6:nth-child(4) {width:15.5%;}
	.menu-footer .unit-1-6:nth-child(5) {width:13%;}
	.menu-footer .unit-1-6:nth-child(6) {width:17%;}
	.coupon-link.first {margin-right: 35px;}
	.coupon-link.last {margin-top:0;}
	.footer-main .unit-1-2 {
    display: block;
    width: 75%;
    clear: both;
    float: none;
  }
  .footer-bottom .unit-1 {
    display: block;
    width: 100%;
    clear: both;
    float: none;
  }
  .footer-menu {
	  margin-top:25px;
  }
}
@media screen and (max-width: 869px) {
	.sidebar {padding:1em 0;float:right;}
	.unit-4-5 {width:65%;}
	/* ADD MENU STYLES STARTING HERE OR AT 864px ?? */	
	.subpage ul.menus-top-tabs {margin:0;text-align:center;float:none;}
	.subpage .left-side-menu {margin-top:20px;top:0;}
	.lunch-content {margin-top:-635px;margin-bottom:-635px;}
	#soups.lunch-content, #desserts.lunch-content, #kids.lunch-content {margin-bottom:-695px;}
	.dinner-content {margin-top:-840px;margin-bottom:840px;}
	#dinner-seafood.dinner-content { margin-bottom: 125px;}
	#dinner-soups.dinner-content, #dinner-sat-sun-specials.dinner-content, #dinner-kids.dinner-content, #dinner-desserts.dinner-content {margin-bottom: 825px;}	
	#soups.lunch-content, #desserts.lunch-content, #kids.lunch-content {margin-bottom:625px;}
	.menu-footer {margin-left:0;}
	.menu-footer .unit-1-6 {float:left; clear:none;}
	.specials-content {margin-top: 25px;margin-left:0;}
	#specials .left-side-menu {display:none;}
	.subpage .tab .specials-content .specials-unit, .specials-page .specials-unit {float:none;width:100%;}
	.specials-page .specials-unit:nth-child(2), .specials-page .specials-unit:nth-child(4), .specials-page .specials-unit:nth-child(6) {margin-left:0;}
	.coupon-link.first, .coupon-link.last {margin-right:0;margin-left:20px;}
	.specials-page .specials-unit:nth-child(8) {margin-left:0;}
}

@media screen and (max-width: 879px) {
	.parties img.flt-lft, .parties img.flt-rt {float:none;clear:both;margin: 0 0 20px 0;}
	.brunch-page .brunch-content {margin-top:0px !important;}
}

@media screen and (max-width: 767px) {
	.hidden-desktop {display:block;}
	.hidden-tablet, .hidden-phone {display:none;}
	.feature.scroll-bg, .subpage .feature {display:none;}
	.patio-dining img, .sidebar img, .feature.boxed-light img {display:none;}
	#brunch .left-side-menu {display:none;}
	.brunch-content {margin-left:0;margin-top:25px;}
	.content-box .row-outside.row-subpage {padding-top:0;}
	.subpage-h1 {font-size:26px;}
	.subpage-h2 {font-size:22px;}
	.subpage ul.menus-top-tabs li {display:block;padding:0; width:50%;margin:0 auto;}
	.subpage .left-side-menu {display:none;}
	.subpage .full-menu {display:block;}
	.dinner-content, .lunch-content, .brunch-content, .specials-content {margin:0;}
	.subpage .full-menu .kids h4.menu-item-title, .subpage .full-menu .desserts h4.menu-item-title {color: #000; font-size: 20px;}
	.specials-content .specials-unit:nth-child(2), .specials-content .specials-unit:nth-child(4), .specials-content .specials-unit:nth-child(6) {margin-left:0;}
	.about .unit-2-5 {display:none;}
	.about .unit-3-5 {width:100%;}
	.about .last .unit-content {padding-left:0;}
	.directions-page .unit-1-4 {width:100%;margin-right:0;margin-bottom:20px;}
	.brunch-page .brunch-content {margin-top:0px !important;}
	
  .unit,
  .unit-1,
  .unit-1-2,
  .unit-1-3,
  .unit-2-3,
  .unit-1-4,
  .unit-3-4,
  .unit-1-5,
  .unit-2-5,
  .unit-3-5,
  .unit-4-5,
  .unit-1-6,
  .unit-5-6,
  .unit-1-8,
  .unit-3-8,
  .unit-5-8,
  .unit-7-8,
  .unit-1-12,
  .unit-5-12,
  .unit-7-12,
  .unit-11-12,
  .isotope-layout .unit {
    display: block;
    width: 100%;
    clear: both;
    float: none;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .unit-content .unit-content {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-separator {
    display: block;
  }
  .header-top-phone {
    float: left;
  }
  .header-top-show-search {
    display: block;
  }
  .header-top-search {
    display: none;
    float: none;
    text-align: center;
  }
  .header-top-search .search-field {
    width: 80%;
  }
  .header-main-menu {
    display: none;
  }
  .header-main-menu-select {
    display: inline-block;
  }
  .footer-copyright,
  .footer-menu {
    text-align: center;
  }

}
@media screen and (max-width: 669px) {
	.coupon-link.first {float:none; clear:both; margin-top:0;margin-left:0;}
	.coupon-link.last {float:none; clear:both; margin-top:20px;margin-left:0;margin-bottom:20px;}
}

@media screen and (max-width: 606px) {
	.menu-footer {height:100%;margin-top:25px;border-bottom:none;}
	.menu-footer .unit-1-6:nth-child(1), .menu-footer .unit-1-6:nth-child(2), .menu-footer .unit-1-6:nth-child(3), .menu-footer .unit-1-6:nth-child(4), .menu-footer .unit-1-6:nth-child(5), .menu-footer .unit-1-6:nth-child(6) {float:none;clear:both;width:100%;display:block;}
	.menu-footer .unit-1-6:nth-child(1), .menu-footer .unit-1-6:nth-child(2) {text-align:center;}
	.menu-footer .unit-1-6:nth-child(2) img.flt-lft {float:none;}
	.menu-footer .unit-1-6:nth-child(2) span.pdf {display:none;}
	.parties-page img.flt-rt, .directions-page img.flt-rt {float:none;clear:both;margin-left:0;margin-bottom:20px;}
	
}

@media screen and (max-width: 534px) {
	.holiday-page img.flt-lft {float:none;clear:both; margin-right:0;margin-bottom:10px;}
}

@media screen and (max-width: 438px) {
	.lion-div img {display:none;}
	.footer-main img.flt-lft {float:none;clear:both;}
	.footer-main h3.knight {margin-left:0;}
}
@media screen and (max-width: 385px) {
	.subpage ul.menus-top-tabs li {width:100%;}
}