/*
	Theme Name: 	Gino's Lincoln (Restaurant Site)
	Theme URI: 		http://ginoslincoln.co.uk
	Author: 		Laser Red
	Author URI: 	http://laserred.co
	Version: 		1.0.2

	This has been lovingly built by web loving geeks.


	CONTENTS
	----------------------------------------------------------------------------

	Reset
	Non-Semantic classes
	Global
	Header
	Main
	Footer

*/

/* =============================================================================
   Reset
   ========================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
} /* Improves readability when focused and also mouse hovered in all browsers */
a img {
    border: 0;
}
*:active,
*:focus {
    outline: none;
}
:-moz-any-link:focus {
    outline: none;
}

/* Chrome Frame
---------------------------------------- */
.chromeframe {
    margin: 0;
    background: #fc0;
    color: #000;
    padding: 0.5em;
    text-align: center;
}
.chromeframe a,
.chromeframe a:hover {
    color: #b33a00;
}

/* No Script
---------------------------------------- */
noscript {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0.5em;
    text-align: center;
    background: #000;
    color: #c09964;
    opacity: 0.8;
    z-index: 5;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
noscript:hover {
    opacity: 1;
}

noscript a {
    color: #aaa;
    text-decoration: underline;
}
noscript a:hover {
    color: #c09964;
    text-decoration: underline;
}

/* =============================================================================
   Non-Semantic classes
   ========================================================================== */

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

/* Container - used for clearing floats
---------------------------------------- */
.container,
.row {
    *zoom: 1;
}
.container:after,
.row:after {
    clear: both;
}
.container:before,
.container:after,
.row:before,
.row:after {
    content: "";
    display: table;
}

/* Wrapper - defines the site width
---------------------------------------- */
.wrapper {
    width: 978px;
    min-width: 978px;
    margin: 0 auto;
    padding: 0 2em;
}
.wrapper:after {
    clear: both;
}
.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
}

/* =============================================================================
   Global
   ========================================================================== */

body {
    margin: 0;
    background: #0c3624;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #c09964;
    /*color: rgba(255,255,255,0.8);*/
    font-size: 1.6em; /* 16px */
    line-height: 1.5;
    font-weight: 400;
    min-width: 1042px;
    min-width: calc(978px + 4em);
}

/* Headings
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 100;
    margin: 1em 0 0.5em;
    line-height: 1.1;
}
h1 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 300;
    color: #c09964;
    margin-top: 0;
    text-align: center;
    line-height: 1.5;
}
h2 {
    font-size: 36px;
    font-size: 3.6rem;
}
h3 {
    font-size: 24.5px;
    font-size: 2.45rem;
}
h4 {
    font-size: 17.5px;
    font-size: 1.75rem;
}
h5 {
    font-size: 17.5px;
    font-size: 1.75rem;
    font-weight: bold;
}
h6 {
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

/* Rule
---------------------------------------- */
hr {
    background-color: #fff;
    border: 0;
    height: 1px;
    margin: 2em 0;
}

/* Text elements
---------------------------------------- */
p {
    margin-bottom: 1em;
}

ul,
ol {
    margin: 0 0 1em 1.5em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1em;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}
big {
    font-size: 125%;
}

/* Tables
---------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}

table td {
    /*border: 1px solid #fff;*/
    padding-bottom: 1em;
    vertical-align: top;
}
/* Images
---------------------------------------- */
figure {
    margin: 0;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

/* Forms
---------------------------------------- */
button,
input,
select,
textarea {
    font-family: "open sans", Arial, Helvetica, sans-serif;
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal;
} /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

/* Labels */
form label {
    display: block;
    margin: 1.25em 0 0.25em 0.05em;
    cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}
form label.inline {
    display: inline-block;
    margin: 0 0 0 4px;
}
form label small {
    font-size: 80%;
    color: #c00;
}
/* Text inputs, textareas and select boxes */
form .textbox,
form .textarea,
form .selectbox {
    font-family: "open sans", Arial, Helvetica, sans-serif;
    font-weight: inherit;
    border: 1px solid #ccc;
    padding: 8px;
    width: 800px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 2px;
    margin: 0;
    color: #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
form .textbox,
form .textarea,
form .selectbox {
    max-width: 100%;
}

/*form .textbox:focus,
form .textarea:focus,
form .selectbox:focus {
	border-color: #999;
	background: rgba(255,255,255,1);
}*/

/* IE hack */
.lt-ie9 form .textbox,
.lt-ie9 form .textarea,
.lt-ie9 form .selectbox {
    max-width: 94%;
}

/* Textarea */
form .textarea {
    width: 100%;
    height: 181px;
    resize: vertical;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
}

/* Validation */
form label.error {
    color: #c09964;
    background: #c00;
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 0 0 2px 2px;
}
form .textbox.error,
form .selectbox.error,
form .textarea.error {
    background: #ffbfc1;
    border-color: #c00;
    color: #000;
}
form .textbox.valid,
form .selectbox.valid,
form .textarea.valid {
    background: #d3e895;
    border-color: #390;
    color: #000;
}

/* Links
---------------------------------------- */
a {
    color: #c09964;
    text-decoration: underline;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
    color: #c09964;
    text-decoration: none;
}

/* Alignment
---------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.left {
    float: left;
    width: 45%;
}
.right {
    float: right;
    width: 45%;
}

/* =============================================================================
   Icons
   ========================================================================== */

/* Custom Web Font
---------------------------------------- */
@font-face {
    font-family: "JohnHandyLetPlain";
    src: url("../webfonts/13E656_0.eot");
    src: url("../webfonts/13E656_0.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/13E656_0.woff") format("woff"),
        url("../webfonts/13E656_0.ttf") format("truetype"),
        url("../webfonts/13E656_0.svg#wf") format("svg");
}

/* Icon Fonts
---------------------------------------- */
@font-face {
    font-family: "font-icons";
    src: url("../webfonts/icomoon.eot?-tf7kmp");
    src: url("../webfonts/icomoon.eot?#iefix-tf7kmp")
            format("embedded-opentype"),
        url("../webfonts/icomoon.woff?-tf7kmp") format("woff"),
        url("../webfonts/icomoon.ttf?-tf7kmp") format("truetype"),
        url("../webfonts/icomoon.svg?-tf7kmp#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "font-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
    content: "\e604";
}
.icon-phone:before {
    content: "\e600";
}
.icon-search:before {
    content: "\e605";
}
.icon-location:before {
    content: "\e601";
}
.icon-file-pdf:before {
    content: "\e602";
}
.icon-play:before {
    content: "\e603";
}

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

.button {
    display: inline-block;
    width: auto;
    border: 2px solid #c09964;
    background: transparent;
    color: #c09964;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.4em 1em;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
}
.button:hover {
    color: #c09964;
}

.button:after {
    content: " \00bb";
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.button:hover:after {
    opacity: 1;
}

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

.home-header {
    background-image: url(../graphics/restaurant-header-bg.jpg);
    background-size: cover;
    background-position: top left;
}

.header .logo {
    display: block;
    float: left;
    margin: 56px 0px 45px;
}

.header .telephone {
    float: right;
    clear: right;
    margin: 57px 0 0;
    color: #c09964;
    font-family: "JohnHandyLetPlain";
    font-size: 46px;
    font-size: 4.6rem;
}

.header .switch {
    float: right;
    margin-top: 1em;
    text-decoration: none;
    display: block;
}

/* Primary Navigation
---------------------------------------- */
.nav-primary {
    display: block;
    width: 100%;
    background: #0c3624;
}
.menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    z-index: 1;
}
/* Parent */
.menu-primary li {
    float: left;
    position: relative;
}
.menu-primary li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.5em;
    font-size: 1.5rem;
    font-weight: 700;
    color: #c09964;
    background-color: 000;
}
.menu-primary li a:hover {
    background-color: #40ae49;
    color: #fff;
}

/* Social Media Icons
---------------------------------------- */
.social-media-icons {
    list-style: none;
    margin: 16px 0px 0px;
    padding: 0;
    float: right;
}

.social-media-icons li {
    float: left;
    margin-left: 10px;
}

.social-media-icons-twitter,
.social-media-icons-facebook,
.social-media-icons-googleplus,
.social-media-icons-tripadvisor {
    background-image: url(../graphics/social-media-sprite.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    opacity: 0.5;
}

.social-media-icons-twitter {
    background-position: 0 0;
}
.social-media-icons-facebook {
    background-position: -34px 0;
}
.social-media-icons-googleplus {
    background-position: -68px 0;
}
.social-media-icons-tripadvisor {
    background-position: -102px 0;
}

.social-media-icons-twitter:hover,
.social-media-icons-facebook:hover,
.social-media-icons-googleplus:hover,
.social-media-icons-tripadvisor:hover {
    opacity: 1;
}

/* =============================================================================
   Hero
   ========================================================================== */
.hero img {
    width: 100%;
}

.hero {
    max-height: 418px;
    overflow: hidden;
}

/* =============================================================================
   Page - Home
   ========================================================================== */
.home .hero {
    height: 400px;
    max-height: auto;
    background-image: url(../graphics/home-banner.jpg);
    background-size: cover;
    background-position: top left;
    position: relative;
}

.home .hero .overlay {
    background: url(../graphics/home-banner-overlay-green.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
}

/* =============================================================================
   Page - About
   ========================================================================== */
.about h1 {
    width: 80%;
    margin: 1.75em auto;
}

.about .content {
    color: #c09964;
    color: rgba(192, 153, 100, 0.8);
}

.about .gallery {
    width: 50%;
    float: left;
}

.about .content {
    width: 50%;
    float: left;
}

.about .gallery-slider {
    width: 421px;
    height: 297px;
    background: url(../graphics/restaurant-gallery-frame.jpg);
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.about .gallery-slider .slides {
    width: 355px;
    height: 233px;
    position: absolute;
    top: 34px;
    left: 32px;
}

.about .gallery-slider a {
    color: #c09964;
    text-decoration: none;
}
.about .gallery-slider:hover .flex-prev {
    left: 40px;
}
.about .gallery-slider:hover .flex-next {
    right: 40px;
}
.about .gallery-slider .flex-control-nav li {
    margin: 0 3px;
}
.about .gallery-slider .flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: #ddd;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 0;
    box-shadow: none;
}
.about .gallery-slider .flex-control-paging li a.flex-active {
    background: #40ae49;
}

.about .gallery-slider img {
    -moz-user-select: none;
    user-select: none;
}

.about .gallery-slider .enlarge {
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.about .gallery-slider:hover .enlarge {
    opacity: 0.75;
}

.about .gallery-slider .enlarge i {
    color: #101010;
}

.about .imagecontainer {
    width: 421px;
    margin-top: 70px;
}

/* =============================================================================
   Page - Menus
   ========================================================================== */
.menus .sidebar {
    float: left;
    width: 252px;
    margin-right: 54px;
}
.menus .content {
    float: left;
    width: 672px;
}

.menus .content {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    color: #c09964;
}

/* Menu Styles
---------------------------------------- */
.menus .hero {
    margin-bottom: 3em;
}

.menus .content h3 {
    font-family: "JohnHandyLetPlain";
    font-weight: 300;
    font-size: 48px;
    font-size: 4.8rem;
    text-align: center;
    color: #c09964;
    border-top: 2px solid #40ae49;
    border-bottom: 2px solid #ed1c24;
    padding: 10px 0 10px 0;
}

.menus .content h4 {
    font-family: "JohnHandyLetPlain";
    font-weight: 300;
    font-size: 32px;
    font-size: 3.2rem;
    text-align: left;
    color: #c09964;
    padding: 0.5em 0 0;
}

.menus .content section p {
    text-align: center;
}

.content section div h3:first-of-type,
.garlic-pizza-bread h3:first-of-type {
    margin-top: 0;
}

.menus .content .desc {
    font-weight: 700;
}

.menus .content .price {
    text-align: right;
    vertical-align: top;
    font-weight: 700;
    width: 15%;
}

.menus .content .small {
    font-size: 16px;
    font-size: 1.6rem;
    color: #c09964;
    font-weight: 300;
}

.menus .content .excluded {
    color: #c09964;
}
.menus .content .veg {
    color: #187e2c;
}

.menus .content .sauces {
    margin-bottom: 1em;
}
.menus .content .sauces-top {
    border-top: solid 2px #40ae49;
    border-left: solid 2px #40ae49;
    border-right: solid 2px #40ae49;
    /*	padding: 2em 2em 0 2em;*/
}
.menus .content .sauces-bottom-left {
    /*border-bottom: solid 2px #40ae49;*/
    border-left: solid 2px #40ae49;
    /*	padding: 0 0 2em 2em;*/
}
.menus .content .sauces-bottom-right {
    /*border-bottom: solid 2px #40ae49;*/
    border-right: solid 2px #40ae49;
    /*	padding: 0 2em 2em 0;*/
}

.menus .content .sauces-bottom-border {
    border-top: solid 2px #40ae49;
}

#specialsauce th,
#specialsauce td {
    padding: 15px;
}

.menus .content .sauces-bottom-left p,
.menus .content .sauces-bottom-right p {
    text-align: left;
    display: inline-block;
    margin-bottom: 0 !important;
}

.menus .content .sauces-bottom-left .mb,
.menus .content .sauces-bottom-right .mb {
    margin-bottom: 3rem;
}

.menus .content .sauces-bottom-left span,
.menus .content .sauces-bottom-right span {
    float: right;
    display: inline-block;
}

.menus .content .sauces-top,
.menus .content .sauces-bottom-left,
.menus .content .sauces-bottom-right {
    background-color: transparent;
    color: #c09964;
    padding: 1em;
}

.menus .content .sauces-top .small,
.menus .content .sauces-bottom-left .small,
.menus .content .sauces-bottom-right .small {
    color: #c09964;
}

.menus .content .disclaimer {
    color: #c09964;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
}

/* Sidebar Styles
---------------------------------------- */
.menus-nav {
    margin-bottom: 1em;
}

.menus-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menus-nav > ul > li {
    margin-bottom: 1px;
}

.menus-nav > ul > li > a {
    display: block;
    background: #40ae49;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.75em 1em;
}

.menus-nav > ul > li > a > i {
    font-size: 12px;
    font-size: 1.2rem;
    color: #101010;
    float: right;

    line-height: 2;

    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;

    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menus-nav > ul > li > ul {
    padding: 0 0 0 1em;
}

.menus-nav > ul > li > ul > li {
    line-height: 2;
}

.menus-nav > ul > li > ul > li > a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #c09964;
    text-decoration: none;
}
.menus-nav > ul > li > ul > li > a:hover {
    color: #c09964;
}

.menus .menu-download {
    display: block;
    margin-bottom: 1em;
    line-height: 2;
    border: 2px solid #fff;
    color: #c09964;
}

.menus .menu-download i {
    color: #c09964;
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 0.5em;
}

.menus .make-a-reservation {
    background: url(../graphics/make-a-reservation.jpg) no-repeat;
    position: relative;
    padding: 1em;
    height: 233px;
}

.menus .make-a-reservation p {
    font-family: "JohnHandyLetPlain";
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.84);
}

.menus .make-a-reservation .button {
    background: #fff;
    background: -moz-linear-gradient(
        52% 45% -90deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(238, 238, 238, 0.95) 100%
    );
    background: -webkit-gradient(
        linear,
        52% 45%,
        52% 66%,
        color-stop(0, rgba(255, 255, 255, 0.95)),
        color-stop(1, rgba(238, 238, 238, 0.95))
    );
    background: -webkit-linear-gradient(
        -90deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(238, 238, 238, 0.95) 100%
    );
    background: -o-linear-gradient(
        -90deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(238, 238, 238, 0.95) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(238, 238, 238, 0.95) 100%
    );
    border: 1px solid #eee;
    border: 1px solid rgba(238, 238, 238, 0.95);
    border-radius: 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #101010;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
}

/* Hide/Show Sections
---------------------------------------- */
.content section {
    display: none;
}
.content section#starters {
    display: block;
}
.no-js .content section {
    display: block;
}

.menus-nav > ul > li > ul {
    display: none;
}

.menus-nav > ul > li:first-of-type > ul {
    display: block;
}
.no-js .menus-nav > ul > li > ul {
    display: block;
}

/* =============================================================================
   Page - Promotions/Special Occasions
   ========================================================================== */
.promotions h1 {
    width: 80%;
    margin: 1.75em auto;
}

.promotions h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    color: #c09964;
    margin: 0 0 1em;
    clear: none;
}

/* =============================================================================
   Page - Promotions/Special Occasions
   ========================================================================== */
.special-occasions h1 {
    width: 80%;
    margin: 1.75em auto;
}

.special-occasions h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    color: #c09964;
    margin: 0 0 1em;
    clear: none;
}

.special-occasions .conditions {
    color: #c09964;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 4em;
}

/* =============================================================================
   Page - Contact
   ========================================================================== */
.contact .content {
    width: 726px;
    float: left;
    margin-right: 30px;
}

.contact .sidebar {
    width: 222px;
    float: left;
}

.contact h1 {
    width: 80%;
    margin: 1.75em auto;
}

.contact h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    color: #c09964;
    margin: 0 0 1em;
}

.contact hr {
    height: 1px;
    background: #40ae49;
    border-top: 1px solid #40ae49;
}

/* Contact Form
---------------------------------------- */
.contact .textbox,
.contact .textarea {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact .checkbox,
.contact .newsletter-check {
    display: inline-block;
}

.contact .button {
    background: #c09964;
    border: none;
    border-radius: 0;
    color: #101010;
    font-weight: 400;
    min-width: 278px;
}

.contact .button:hover:after {
    opacity: 1;
}

.contact .newsletter-check {
    margin: 0 0 0 1em;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #868686;
}

.contact .required-mark {
    color: #c09964;
}

/* Sidebar
---------------------------------------- */
.contact .sidebar iframe {
    width: 222px;
    height: 222px;
}

/* Grid
---------------------------------------- */

.contact .full_width,
.contact .one_half {
    float: left;
    margin-right: 3%;
    margin-bottom: 2em;
    clear: none;
}
.contact .full_width {
    width: 100%;
}
.contact .one_half {
    width: 48.5%;
}

.contact .last_column {
    margin-right: 0 !important;
}
.contact .first_column {
    clear: both;
}

/* Remove top margin from first elements in column */
.contact .full_width *:first-child,
.contact .one_half *:first-child {
    margin-top: 0;
}

/* Remove bottom margin from last elements in column */
.contact .full_width *:last-child,
.contact .one_half *:last-child {
    margin-bottom: 0;
}

/* Message sent */
.message-sent {
    color: #187e2c !important;
}

/* =============================================================================
   Page - Terms of service & Privacy policy
   ========================================================================== */
.terms-of-service h1,
.privacy-policy h1 {
    margin: 1.75em auto;
}

.terms-of-service h3,
.privacy-policy h3 {
    font-size: 20px;
    font-size: 2rem;
    color: #c09964;
}

.terms-of-service table,
.privacy-policy table {
    border: 2px solid #40ae49;
}

.terms-of-service td,
.privacy-policy td {
    border: 2px solid #40ae49;
    padding: 0.5em 0.5em 1em;
}

/* =============================================================================
   Footer
   ========================================================================== */
.footer {
    padding: 2em 0;
}

/* CTA
---------------------------------------- */
.cta-find-us {
    background-image: url(../graphics/banner-2025.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 287px;
    margin-top: 2em;
}
.cta-find-us p {
    width: 40%;
    line-height: 2;
    margin-top: 4em;
}

/* Sections
---------------------------------------- */
.footer section {
    width: 30%;
    float: left;
    margin-right: 5%;
    font-size: 15px;
    font-size: 1.5rem;
}
.footer section.newsletter-signup {
    margin-right: 0;
}

/* Headings */
.footer section h4 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #c09964;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ed1c24;
    font-weight: 400;
}

/* Contact Us */
.footer section.contact-us {
    clear: left;
}
.footer section.contact-us i,
.footer section.contact-us p {
    float: left;
}
.footer section.contact-us p {
    width: 85%;
}

.icon-phone,
.icon-email,
.icon-location {
    color: #c09964;
    margin-right: 1em;
}

.footer section.contact-us .directions {
    margin-left: 30px;
}
.footer section.contact-us .directions:after {
    content: "\2192";
    margin-left: 0.5em;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.footer section.contact-us .directions:hover:after {
    margin-left: 1em;
}

/* Opening Hours */
.footer section.opening-hours strong {
    color: #c09964;
    min-width: 5em;
    display: inline-block;
}

/* Newsletter */
.footer section.newsletter-signup form {
    position: relative;
    margin-bottom: 1em;
    font-size: 13px;
    font-size: 1.3rem;
}
.footer section.newsletter-signup input {
    background: #ddd;
    color: #666;
    border: none;
    width: 100%;
    position: relative;
    padding: 0.75em 7em 0.75em 1em;
}

.footer section.newsletter-signup button {
    font-weight: 400;
    background: #c09964;
    color: #101010;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 1.5em;
    cursor: pointer;
}

.footer section.newsletter-signup button:hover {
    background: #c09964;
}

/* Bottom
---------------------------------------- */
.footer .bottom {
    clear: left;
    padding: 3em 0 0;
    color: #c09964;
    color: rgba(192, 153, 100, 0.8);
    font-size: 12px;
    font-size: 1.2rem;
}

.footer .bottom a {
    color: #c09964;
    color: rgba(192, 153, 100, 0.8);
    text-decoration: none;
}
.footer .bottom a:hover {
    text-decoration: underline;
}

.footer .site-meta {
    float: left;
}

/* Laser Red logo
---------------------------------------- */
#laserred {
    display: block;
    float: right;
    width: 80px;
    height: 28px;
    background: url(../graphics/laserred.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    clear: right;
}

#laserred:hover {
    background-position: 0 -28px;
}

/* =============================================================================
   Cookie Info
   ========================================================================== */
#cookie-info {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 35px 10px 10px;
    background: #222;
    background: rgba(0, 0, 0, 0.85);
    color: #ccc;
    color: rgba(192, 153, 100, 0.8);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    z-index: 999;
}
.ie6 #cookie-info {
    display: none !important;
}

#cookie-info strong {
    color: #c09964;
    font-weight: bold;
}

/* Link */
#cookie-info a {
    color: #c09964;
    text-decoration: underline;
}
#cookie-info a:hover {
    color: #c09964;
    text-decoration: none;
}

/* Close X */
#cookie-info #cookie-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #c00;
    color: #c09964;
    font-size: 30px;
    line-height: 100%;
    padding: 2px 6px;
}
#cookie-info #cookie-close:hover {
    cursor: pointer;
    background: #f00;
}

/* =============================================================================
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
   ========================================================================== */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: "flexslider-icon";
    src: url("../../webfonts/flexslider-icon.eot");
    src: url("../../webfonts/flexslider-icon.eot?#iefix")
            format("embedded-opentype"),
        url("../../webfonts/flexslider-icon.woff") format("woff"),
        url("../../webfonts/flexslider-icon.ttf") format("truetype"),
        url("../../webfonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: "\f001";
}
.flex-direction-nav a.flex-next:before {
    content: "\f002";
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: "\f003";
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/* =============================================================================
 * Lightbox v2.7.1
 * by Lokesh Dhakar - http://lokeshdhakar.com/projects/lightbox2/
 *
 * @license http://creativecommons.org/licenses/by/2.5/
 * - Free for use in both personal and commercial projects
 * - Attribution requires leaving author name, author link, and the license info intact
 *
   ========================================================================== */
/* Preload images */
body:after {
    content: url(../graphics/close.png) url(../graphics/loading.gif)
        url(../graphics/prev.png) url(../graphics/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../../graphics/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../../graphics/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../../graphics/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../../graphics/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    } /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    } /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    } /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
