@charset "UTF-8";
/*------------------------------------*\
		Restaurant WP Theme
\*------------------------------------*/
/* TABLE OF CONTENTS
	01. Project variables............Imported variables
	02. Twitter Bootstrap............Remove what is not neccessary
	03. Tags.........................Like <body>, <h1> etc.
	04. Helpers and utility classes..The general styles like .push-down-15 etc.
	05. Sprites......................General sprites
	06. Components...................Imported files, like partials, Compass etc.
		06.01. Breadcrumbs
		06.02. Sidebars
		06.03. Footer
		06.04. Header
		06.05. Jumbotron
		06.06. Navigation
		06.07. Testimonials
		06.08. Pagination
		06.09. Buttons
		06.10. Tables
		06.11. Forms
		06.12. Images
		06.13. Opening Time
		06.14. Events
		06.15. Food Menu
		06.16. WooCommerce
		06.17. WordPress Specific
		06.18. Mobile Pane
		06.19. Font Awesome
*/
/*------------------------------------*\
		01. Project variables

		only visible in SASS source files
\*------------------------------------*/
/*------------------------------------*\
		02. Twitter Bootstrap
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

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

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

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

[hidden], template { display: none; }

a { background-color: transparent; }

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

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

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

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

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

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

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

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

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

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

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

* { box-sizing: border-box; }

*:before, *:after { box-sizing: border-box; }

html { font-size: 10px; -webkit-tap-highlight-color: transparent; }

body { font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1.5; color: #9e9e9e; background-color: #fff; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #403f3d; text-decoration: none; }
a:hover, a:focus { color: #191818; text-decoration: underline; }
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive, .gallery-widget-row img { display: block; max-width: 100%; height: auto; }

.img-rounded { border-radius: 0; }

.img-thumbnail { padding: 4px; line-height: 1.5; background-color: #fff; border: 1px solid #ddd; border-radius: 0; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

.img-circle { border-radius: 50%; }

hr { margin-top: 21px; margin-bottom: 21px; border: 0; border-top: 1px solid #eeeeee; }

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 21px; margin-bottom: 10.5px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10.5px; margin-bottom: 10.5px; }
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 36px; }

h2, .h2 { font-size: 30px; }

h3, .h3 { font-size: 24px; }

h4, .h4 { font-size: 18px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }

p { margin: 0 0 10.5px; }

.lead { margin-bottom: 21px; font-size: 16px; font-weight: 300; line-height: 1.4; }
@media (min-width: 601px) { .lead { font-size: 21px; } }

small, .small { font-size: 85%; }

mark, .mark { background-color: #fcf8e3; padding: .2em; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #777777; }

.text-primary { color: #403f3d; }

a.text-primary:hover { color: #262524; }

.text-success { color: #3c763d; }

a.text-success:hover { color: #2b542c; }

.text-info { color: #31708f; }

a.text-info:hover { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover { color: #66512c; }

.text-danger { color: #a94442; }

a.text-danger:hover { color: #843534; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #403f3d; }

a.bg-primary:hover { background-color: #262524; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover { background-color: #c1e2b3; }

.bg-info { background-color: #d9edf7; }

a.bg-info:hover { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover { background-color: #e4b9b9; }

.page-header { padding-bottom: 9.5px; margin: 42px 0 21px; border-bottom: 1px solid #eeeeee; }

ul, ol { margin-top: 0; margin-bottom: 10.5px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }

dl { margin-top: 0; margin-bottom: 21px; }

dt, dd { line-height: 1.5; }

dt { font-weight: bold; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
.dl-horizontal dd:after { clear: both; }
@media (min-width: 992px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; }

.initialism { font-size: 90%; text-transform: uppercase; }

blockquote { padding: 10.5px 21px; margin: 0 0 21px; font-size: 17.5px; border-left: 5px solid #eeeeee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.5; color: #777777; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; }
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; }
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }

address { margin-bottom: 21px; font-style: normal; line-height: 1.5; }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
@media (min-width: 601px) { .container { width: auto; } }
@media (min-width: 992px) { .container { width: 910px; } }
@media (min-width: 1252px) { .container { width: 1170px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container-fluid:before, .container-fluid:after { content: " "; display: table; }
.container-fluid:after { clear: both; }

.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-1 { width: 8.33333%; }

.col-xs-2 { width: 16.66667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333%; }

.col-xs-5 { width: 41.66667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.33333%; }

.col-xs-8 { width: 66.66667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333%; }

.col-xs-11 { width: 91.66667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 8.33333%; }

.col-xs-pull-2 { right: 16.66667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.33333%; }

.col-xs-pull-5 { right: 41.66667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.33333%; }

.col-xs-pull-8 { right: 66.66667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.33333%; }

.col-xs-pull-11 { right: 91.66667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 8.33333%; }

.col-xs-push-2 { left: 16.66667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.33333%; }

.col-xs-push-5 { left: 41.66667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.33333%; }

.col-xs-push-8 { left: 66.66667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.33333%; }

.col-xs-push-11 { left: 91.66667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.33333%; }

.col-xs-offset-2 { margin-left: 16.66667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.33333%; }

.col-xs-offset-5 { margin-left: 41.66667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.33333%; }

.col-xs-offset-8 { margin-left: 66.66667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.33333%; }

.col-xs-offset-11 { margin-left: 91.66667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 601px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { margin-left: 100%; } }
@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; } }
@media (min-width: 1252px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2 { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; } }
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 21px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.5; color: #555555; }

.form-control { display: block; width: 100%; height: 35px; padding: 6px 12px; font-size: 14px; line-height: 1.5; color: #555555; background-color: #f7f7f7; background-image: none; border: 1px solid #ccc; border-radius: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus { border-color: #aaaaaa; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 170, 170, 0.6); }
.form-control::-moz-placeholder { color: #999; opacity: 1; }
.form-control:-ms-input-placeholder { color: #999; }
.form-control::-webkit-input-placeholder { color: #999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; opacity: 1; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 35px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm { line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg { line-height: 46px; } }
.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio label, .checkbox label { min-height: 21px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; }
.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; }

.input-sm, .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0; }

select.input-sm, .form-group-sm .form-control { height: 30px; line-height: 30px; }

textarea.input-sm, .form-group-sm .form-control, select[multiple].input-sm, .form-group-sm .form-control { height: auto; }

.input-lg, .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 0; }

select.input-lg, .form-group-lg .form-control { height: 46px; line-height: 46px; }

textarea.input-lg, .form-group-lg .form-control, select[multiple].input-lg, .form-group-lg .form-control { height: auto; }

.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 43.75px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 35px; height: 35px; line-height: 35px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }
.has-success .form-control { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #2b542c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }
.has-warning .form-control { border-color: #8a6d3b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #66512c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }
.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }
.has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }
.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 26px; }
.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #dedede; }

@media (min-width: 601px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 28px; }
.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }
.form-horizontal .form-group:after { clear: both; }
@media (min-width: 601px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback { right: 15px; }
@media (min-width: 601px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.3px; } }
@media (min-width: 601px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } }

.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.5; border-radius: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }
.btn:active, .btn.active { outline: 0; background-image: none; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); box-shadow: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; }
.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #403f3d; border-color: #333231; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #262524; border-color: #141313; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #403f3d; border-color: #333231; }
.btn-primary .badge { color: #403f3d; background-color: #fff; }

.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; }
.btn-success .badge { color: #5cb85c; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; }
.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; }
.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; }
.btn-danger .badge { color: #d9534f; background-color: #fff; }

.btn-link { color: #403f3d; font-weight: normal; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #191818; text-decoration: underline; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; }

.btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 0; }

.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 0; }

.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 0; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.fade { opacity: 0; transition: opacity 0.15s linear; }
.fade.in { opacity: 1; }

.collapse { display: none; visibility: hidden; }
.collapse.in { display: block; visibility: visible; }

tr.collapse.in { display: table-row; }

tbody.collapse.in { display: table-row-group; }

.collapsing { position: relative; height: 0; overflow: hidden; transition-property: height, visibility; transition-duration: 0.35s; transition-timing-function: ease; }

.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }

.dropdown { position: relative; }

.dropdown-toggle:focus { outline: 0; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }
.dropdown-menu.pull-right { right: 0; left: auto; }
.dropdown-menu .divider { height: 1px; margin: 9.5px 0; overflow: hidden; background-color: #e5e5e5; }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.5; color: #333333; white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #403f3d; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; }

.open > .dropdown-menu { display: block; }
.open > a { outline: 0; }

.dropdown-menu-right { left: auto; right: 0; }

.dropdown-menu-left { left: 0; right: auto; }

.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.5; color: #777777; white-space: nowrap; }

.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; }

.pull-right > .dropdown-menu { right: 0; left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }

@media (min-width: 992px) { .navbar-right .dropdown-menu { right: 0; left: auto; }
  .navbar-right .dropdown-menu-left { left: 0; right: auto; } }
.nav { margin-bottom: 0; padding-left: 0; list-style: none; }
.nav:before, .nav:after { content: " "; display: table; }
.nav:after { clear: both; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; }
.nav > li.disabled > a { color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #403f3d; }
.nav .nav-divider { height: 1px; margin: 9.5px 0; overflow: hidden; background-color: #e5e5e5; }
.nav > li > a > img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #ddd; }
.nav-tabs > li { float: left; margin-bottom: -1px; }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.5; border: 1px solid transparent; border-radius: 0 0 0 0; }
.nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; }

.nav-pills > li { float: left; }
.nav-pills > li > a { border-radius: 0; }
.nav-pills > li + li { margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #403f3d; }

.nav-stacked > li { float: none; }
.nav-stacked > li + li { margin-top: 2px; margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified { width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li { float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }
@media (min-width: 601px) { .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }
@media (min-width: 601px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 0 0 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } }

.tab-content > .tab-pane { display: none; visibility: hidden; }
.tab-content > .active { display: block; visibility: visible; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }

.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; }
.embed-responsive.embed-responsive-16by9 { padding-bottom: 56.25%; }
.embed-responsive.embed-responsive-4by3 { padding-bottom: 75%; }

.carousel { position: relative; }

.carousel-inner { position: relative; overflow: hidden; width: 100%; }
.carousel-inner > .item { display: none; position: relative; transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { transition: -webkit-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000; perspective: 1000; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; }
.carousel-inner > .active { left: 0; }
.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
.carousel-inner > .next { left: 100%; }
.carousel-inner > .prev { left: -100%; }
.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; }
.carousel-inner > .active.left { left: -100%; }
.carousel-inner > .active.right { left: 100%; }

.carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-control.left { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right { left: auto; right: 0; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; }
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; }
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; }
.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; font-family: serif; }
.carousel-control .icon-prev:before { content: '\2039'; }
.carousel-control .icon-next:before { content: '\203a'; }

.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; }
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: transparent; }
.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; }

.carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn { text-shadow: none; }

@media screen and (min-width: 601px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; }
  .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; }
  .carousel-indicators { bottom: 20px; } }
.clearfix:before, .widget_events_maker_list_widget li:before, .product_list_widget > li:before, .clearfix:after, .widget_events_maker_list_widget li:after, .product_list_widget > li:after { content: " "; display: table; }
.clearfix:after, .widget_events_maker_list_widget li:after, .product_list_widget > li:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none !important; }

.show { display: block !important; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

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

.affix { position: fixed; }

@-ms-viewport { width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 600px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }
@media (max-width: 600px) { .visible-xs-block { display: block !important; } }

@media (max-width: 600px) { .visible-xs-inline { display: inline !important; } }

@media (max-width: 600px) { .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 601px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media (min-width: 601px) and (max-width: 991px) { .visible-sm-block { display: block !important; } }

@media (min-width: 601px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } }

@media (min-width: 601px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1251px) { .visible-md { display: block !important; }
  table.visible-md { display: table; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1251px) { .visible-md-block { display: block !important; } }

@media (min-width: 992px) and (max-width: 1251px) { .visible-md-inline { display: inline !important; } }

@media (min-width: 992px) and (max-width: 1251px) { .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1252px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }
@media (min-width: 1252px) { .visible-lg-block { display: block !important; } }

@media (min-width: 1252px) { .visible-lg-inline { display: inline !important; } }

@media (min-width: 1252px) { .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 600px) { .hidden-xs { display: none !important; } }
@media (min-width: 601px) and (max-width: 991px) { .hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1251px) { .hidden-md { display: none !important; } }
@media (min-width: 1252px) { .hidden-lg { display: none !important; } }
.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }
.visible-print-block { display: none !important; }
@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }
@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }
@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }
/*------------------------------------*\
		03. Tags
\*------------------------------------*/
html { font-size: 14px; }

body { background-image: url("../images/pattern-background.png"); font-size: 13px; }

h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; line-height: 1.3; }
h1 .light, h2 .light, h3 .light, h4 .light, h5 .light, h6 .light { font-weight: normal; }

h1 { font-size: 24px; }

h2 { font-size: 18px; }
h2 a { font-family: "Montserrat", sans-serif; }

.post-inner .meta-data { border-bottom: 1px solid rgba(0, 0, 0, 0.12); padding-bottom: 15px; margin-bottom: 15px; }
.post-inner .meta-data a { border-bottom: 0; }
.post-inner h1 a { border-bottom: 0; }
.post-inner .wp-post-image { margin-top: 30px; }

h3 { font-size: 18px; }

.widget-title, .entry-heading { margin-bottom: 16px; border-bottom: 1px solid rgba(0, 0, 0, 0.12); padding-bottom: 16px; }

.widget-title__primary { display: block; }

.widget-title__secondary { display: block; font-size: 13px; font-family: "Open Sans", sans-serif; font-weight: normal; color: #999996; }

.widget_restaurant_home_services .widget-title { border-bottom: none; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.widget--footer { margin-bottom: 30px; }
@media (min-width: 992px) { .widget--footer { margin-bottom: 0; } }

h4 { font-size: 14px; }

h5, h6 { font-size: 12px; color: #9e9e9e; font-family: "Open Sans", sans-serif; }

h6 { font-weight: normal; }

a { transition: color 0.2s ease; font-family: "Open Sans", sans-serif; }

.hentry__content a, .textwidget a { font-weight: bold; border-bottom: 1px dotted #403f3d; }
.hentry__content a:hover, .textwidget a:hover { text-decoration: none; }
.hentry__content a.btn, .textwidget a.btn { border-bottom: 1px solid #999996; }

p { margin-bottom: 15px; }

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

blockquote { border: none; border-radius: 2px; position: relative; }
blockquote p { font-size: 18px; line-height: 1.66; font-style: italic; color: #33322e; }

select { max-width: 100%; color: #403f3d; }

/*------------------------------------*\
		04. Helpers and utility classes
\*------------------------------------*/
.push-down-0 { margin-bottom: 0px; }

.push-down-5 { margin-bottom: 5px; }

.push-down-10 { margin-bottom: 10px; }

.push-down-15 { margin-bottom: 15px; }

.push-down-20 { margin-bottom: 20px; }

.push-down-25 { margin-bottom: 25px; }

.push-down-30 { margin-bottom: 30px; }

.push-down-35 { margin-bottom: 35px; }

.push-down-40 { margin-bottom: 40px; }

.push-down-45 { margin-bottom: 45px; }

.push-down-50 { margin-bottom: 50px; }

.push-down-55 { margin-bottom: 55px; }

.push-down-60 { margin-bottom: 60px; }

.boxed-container { position: relative; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.12); }

.theme-clr { color: #403f3d; }

.clr-white { color: #ffffff; }

.no-margin { margin: 0; }

.size-16 { font-size: 16px; }

.align-center, .center { text-align: center; }

.align-right { text-align: right; }

.chalkboard-bg { background: #33322e url("../images/chalkboard.png"); }

.blocks-spacer { margin-bottom: 30px; }

.img-responsive, .gallery-widget-row img { width: 100%; }

.right-slim-arrow { display: inline-block; color: #403f3d; -webkit-transform: scaleX(0.5) translateY(2px); -ms-transform: scaleX(0.5) translateY(2px); transform: scaleX(0.5) translateY(2px); font-size: 130%; line-height: 1; }

@media (min-width: 601px) and (max-width: 991px) { .container { padding-left: 30px; padding-right: 30px; } }
/*------------------------------------*\
		05. Sprites
\*------------------------------------*/
.icons-sprite, .icons-calendar, .icons-divider-0, .icons-divider-1, .icons-divider-2, .icons-divider-3, .icons-divider-4, .icons-divider-5, .icons-divider-6, .icons-divider-7, .icons-divider-8, .icons-divider-9 { background-image: url('../images/icons-s18b23dab5e.png'); background-repeat: no-repeat; }

.icons-calendar { background-position: 0 0; height: 13px; width: 13px; }

.icons-divider-0 { background-position: 0 -13px; height: 33px; width: 110px; }

.icons-divider-1 { background-position: 0 -46px; height: 33px; width: 110px; }

.icons-divider-2 { background-position: 0 -79px; height: 33px; width: 110px; }

.icons-divider-3 { background-position: 0 -112px; height: 33px; width: 110px; }

.icons-divider-4 { background-position: 0 -145px; height: 33px; width: 110px; }

.icons-divider-5 { background-position: 0 -178px; height: 33px; width: 110px; }

.icons-divider-6 { background-position: 0 -211px; height: 33px; width: 110px; }

.icons-divider-7 { background-position: 0 -244px; height: 33px; width: 110px; }

.icons-divider-8 { background-position: 0 -277px; height: 33px; width: 110px; }

.icons-divider-9 { background-position: 0 -310px; height: 33px; width: 110px; }

.icon { display: inline-block; }

.title-area { padding: 30px 0; text-align: center; background: #33322e url("../images/chalkboard.png"); }
@media (min-width: 601px) { .title-area { padding: 80px 0; } }
.title-area .row { position: relative; padding: 30px 0; }
.title-area h1 { color: #ffffff; font-family: "Montserrat", sans-serif; display: inline-block; font-size: 30px; font-weight: bold; margin-left: 30px; line-height: 1; margin: 0; }
@media (min-width: 601px) { .title-area h1 { font-size: 48px; } }
.title-area h3 { color: #ffffff; }

@media (min-width: 601px) { body.boxed .push-pane__content { padding: 15px 0; } }
@media (min-width: 992px) { body.boxed .push-pane__content { padding: 30px 0; } }
body.boxed .boxed-container { margin: 0 auto; }
@media (min-width: 601px) { body.boxed .boxed-container { width: 560px; } }
@media (min-width: 992px) { body.boxed .boxed-container { width: 970px; } }
@media (min-width: 1252px) { body.boxed .boxed-container { width: 1230px; } }

.error-404 { text-align: center; margin: 45px; }

.error-404__text { font-size: 18px; color: #777777; margin-bottom: 30px; }

.meta-info { color: #777777; font-size: 12px; }

.brands { text-align: center; }
.brands a { opacity: .25; transition: opacity 0.6s ease-in-out; }
.brands a:hover { opacity: 1; }

.simple-map img { max-width: none; }

.tags { font-weight: bold; }

.large-txt { font-size: 14px; color: #333333; }

.inner-post-navigation { margin-top: 40px; text-align: center; clear: both; }

.comment-head .avatar-img { display: block; float: left; border-radius: 3px; overflow: hidden; margin-right: 17px; margin-bottom: 10px; }
.comment-head .name { font-size: 14px; margin-bottom: 0; }
.comment-head .name > span { color: #333333; font-weight: bold; }
.comment-head .date { color: #777777; font-size: 90%; }
.comment-head .comment-reply-link { font-size: 90%; }

.comment-text { border-bottom: 1px solid rgba(0, 0, 0, 0.12); margin-bottom: 10px; }

.nested-comment { background-color: #eeeeee; padding-top: 20px; padding-bottom: 20px; margin-bottom: 20px; }
.nested-comment .icons-nested { margin-top: 20px; }
.nested-comment .date { padding-right: 20px; }
.nested-comment .comment-text { padding-right: 20px; }

.comments-container .children { padding-left: 20px; }

.search-item { margin-bottom: 50px; }
.search-item.last { margin-bottom: 0; }

.post blockquote:after, .comment-text blockquote:after { display: none; }

.read-more { font-size: 13px; font-family: "Montserrat", sans-serif; font-weight: bold; text-transform: uppercase; }
.read-more:hover { text-decoration: none; }

.corner-top-right, .corner-top-left { position: absolute; width: 14px; height: 14px; }
.corner-top-right::after, .corner-top-left::after { position: absolute; content: ""; background: #fff; height: 5px; width: 5px; }

.corner-top-left { top: 5px; left: 5px; background: linear-gradient(-45deg, transparent 50%, rgba(0, 0, 0, 0.12) 50%); }
.corner-top-left::after { top: 5px; left: 5px; }

.corner-top-right { top: 5px; right: 5px; background: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.12) 50%); }
.corner-top-right::after { top: 5px; right: 5px; }

.divide-line { position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.12); height: 16px; margin: 20px 0; overflow: visible; clear: both; }
.divide-line .icon { display: block; position: absolute; left: 50%; top: 0; margin-left: -55px; background-color: #fff; }
.panel-grid-cell > .divide-line { margin: 0 0 16px 0; }

.latest-news h3 { font-family: "Montserrat", sans-serif; font-size: 16px; }
.latest-news .date { font-size: 13px; }

.title-center { text-align: center; }
.title-center .widget-title { font-size: 24px; font-family: "Montserrat", sans-serif; margin-bottom: 20px; border-bottom: 0; }

.single .hentry, .page .hentry { margin-bottom: 45px; }
.single .hentry img, .page .hentry img { border-radius: 2px; }

.post-type-archive-services .hentry img { border-radius: 2px; }

#comment { margin-bottom: 10px; }

.contact-page-map { height: 370px; margin-bottom: 40px; }

.page-template-template-contact-page-php .breadcrumbs-container { margin-bottom: 0; }

.attachment-post-thumbnail { width: 100%; }

.widget_events_maker_archive_widget ul { padding: 0 0 0 17px; }

.events-calendar-widget tbody .prev-month, .events-calendar-widget tbody .next-month, .events-calendar-widget tbody td { text-align: center; }

.active-month { display: block; color: #ffffff; font-weight: bold; background-color: #403f3d; text-align: center; border-top-left-radius: 3px; border-top-right-radius: 3px; }

.hentry__content .rtb-booking-form input { max-width: 100%; }

.rtb-booking-form { margin-bottom: 30px; }

/*------------------------------------*\
		06. Components
\*------------------------------------*/
/* 06.01. Breadcrumbs */
.breadcrumbs-container { padding: 10px 0; background-color: #fcfcfc; border-bottom: 1px solid #e8e8e3; margin-bottom: 40px; font-size: 13px; }
.breadcrumbs-container a { font-weight: bold; }
.breadcrumbs-container span { color: #999996; padding: 0 5px; }
.breadcrumbs-container span:first-child { padding-left: 0; }
.breadcrumbs-container .fa, .breadcrumbs-container .navigation .menu > .menu-item-has-children > a::before, .navigation .breadcrumbs-container .menu > .menu-item-has-children > a::before { padding: 0 5px; }

/* 06.02. Sidebars */
.sidebar-item { margin-bottom: 30px; }
.sidebar-item.widget_nav_menu { background-color: #f7f7f7; border: 1px solid #e8e8e3; border-radius: 4px; padding: 20px 28px; }
.sidebar-item.widget_nav_menu .widget-title { margin-top: 0; }
.sidebar-item.widget_nav_menu .nav-pills { text-transform: uppercase; }
.sidebar-item.widget_nav_menu .nav-pills > li > a { font-weight: bold; color: #403f3d; padding: 5px 0; transition: none; }
.sidebar-item.widget_nav_menu .nav-pills > li > a:focus, .sidebar-item.widget_nav_menu .nav-pills > li > a:active, .sidebar-item.widget_nav_menu .nav-pills > li > a:hover { background-color: #403f3d; color: #ffffff; border: 1px solid #999996; box-shadow: 0 0 0 2px #33322e; padding-left: 14px; padding-right: 14px; margin: -1px -15px; }
.sidebar-item.widget_nav_menu .nav-pills > li.current-menu-item > a { background-color: #403f3d; color: #ffffff; border: 1px solid #999996; box-shadow: 0 0 0 2px #33322e; padding-left: 14px; padding-right: 14px; margin: -1px -15px; }
.sidebar-item.widget_nav_menu .sub-menu { margin-left: 10px; padding: 0; list-style: none; }
.sidebar-item.widget_nav_menu .sub-menu > li { margin-top: 3px; margin-bottom: 3px; }
.sidebar-item.widget_recent_comments ul { list-style: none; margin: 0; }
.sidebar-item.widget_recent_comments ul > li { margin-bottom: 10px; }
.sidebar-item.widget_recent_comments ul > li a { font-weight: bold; }
.sidebar-item.widget_archive a { font-weight: bold; }
.sidebar-item.widget_archive ul { list-style: none; margin: 0; }

.widget_nav_menu .dropdown-menu { display: block; position: static; float: none; background: none; border: none; margin: 0 0 0 14px; padding: 0; }
.widget_nav_menu .dropdown-menu > li { border: none; }
.widget_nav_menu .dropdown-menu > li > a { font-weight: normal; padding: 8px 0; font-size: 13px; }
.widget_nav_menu .dropdown-menu > li > a:hover, .widget_nav_menu .dropdown-menu > li > a:focus { background: none; }
.widget_nav_menu .dropdown-submenu:hover > a { color: inherit; }
.widget_nav_menu .dropdown-submenu > a:after { display: none; }

#wp-calendar { width: 100%; text-align: center; }
#wp-calendar caption { background-color: #403f3d; color: #fff; font-weight: bold; border-radius: 3px 3px 0 0; }
#wp-calendar tbody td { text-align: center; }

.widget_rss .rsswidget { margin-right: 5px; }
.widget_rss li { margin-bottom: 10px; }

#searchform .search-width { width: 78%; float: left; height: 43px; margin-top: -2px; border-radius: 2px; border: 1px solid #999996; padding-left: 5px; }
@media (min-width: 601px) { #searchform .search-width { width: 70%; } }
@media (min-width: 1252px) { #searchform .search-width { width: 78%; } }

.widget_rss ul, .widget_recent_entries ul, .widget_meta ul, .widget_pages ul, .widget_categories ul, .widget_product_categories ul { padding-left: 17px; }

.widget_recent_comments ul, .widget_archive ul { padding: 0; }

#menu-testing-menu { padding-left: 16px; }

/* 06.03. Footer */
.foot { padding: 40px 0; color: #d5d5d5; position: relative; z-index: 0; }
.foot::after { content: ""; position: absolute; background-position: center center; background-size: cover; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; }
.foot .widget-title { color: #ffffff; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-top: 0; text-align: center; }
.foot .widget-title__primary, .foot .widget-title__secondary { color: #ffffff; }
.foot a { color: #ffffff; border: none; }
.foot a:hover { text-decoration: underline; color: #ffffff; }
.foot .nav { font-family: "Open Sans", sans-serif; }
.foot .nav a { padding: 12px 0; margin-bottom: 0 !important; margin-top: 0; font-size: 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-radius: 0; font-weight: bold; }
.foot .nav a:hover { background: none; }
.foot .nav > .active > a, .foot .nav > .active > a:hover { background: none; }
.foot .nav > li:first-child > a { padding-top: 0; }
.foot .nav > li:last-child > a { border-bottom: none; }
.foot .bordered { border: 1px solid #33322e; border-radius: 3px; background-color: #2e2e2e; }
.foot #wp-calendar caption { background-color: #ffffff; color: #403f3d; }
.foot input { border: 1px solid #403f3d; }
.foot input:focus { outline: none; }
.foot .iframe-like-box { background-color: #222222; }
.foot .iframe-like-box > iframe { width: 100%; }
.foot .opening-time { border: none; box-shadow: none; }
.foot .opening-time .corner-top-right { display: none; }
.foot .opening-time .corner-top-left { display: none; }
.foot .opening-time.chalkboard-bg { background: none; }
.foot .week-day { padding-top: 0; padding-bottom: 8px; }
.foot .textwidget { color: #999996; text-align: center; }

.footer { padding: 12px 0; text-align: center; background: #111111; color: #d5d5d5; position: relative; }
@media (min-width: 601px) { .footer { text-align: left; } }
.footer a { color: #ffffff; font-weight: bold; }
.footer a:hover { color: #ffffff; }
.footer #to-the-top { position: absolute; top: -60px; right: 30px; padding: 2px 8px; margin-bottom: 0; }

.footer__left { display: inline-block; }

@media (min-width: 601px) { .footer__right { float: right; } }

/* 06.04. Header */
.header { padding: 10px 0 0 0; }

.header__title { padding-top: 30px; font-weight: bold; color: #403f3d; text-align: center; }
@media (min-width: 992px) { .header__title { text-align: left; } }

.header__subtitle { font-weight: normal; margin: 0; color: #999996; }

.header__logo { text-align: center; margin-bottom: 10px; }

.header__social { margin-top: 20px; margin-bottom: 20px; text-align: center; line-height: 34px; }
@media (min-width: 992px) { .header__social { text-align: right; margin-top: 40px; margin-bottom: 0; } }
.header__social a { padding: 0 8px; color: #999996; }
.header__social a:hover { text-decoration: none; color: #403f3d; }

.navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; }
.navbar-collapse:after { clear: both; }
.navbar-collapse.in { overflow-y: auto; }
@media (min-width: 992px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
  .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
  .navbar-collapse.in { overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } }

/* 06.05. Jumbotron */
.jumbotron { color: #ffffff; padding: 15px 0 60px 0; position: relative; overflow: hidden; background-color: #333333; margin-bottom: 46px; }
@media (min-width: 601px) { .jumbotron { padding-bottom: 80px; } }
@media (min-width: 992px) { .jumbotron { padding: 110px 0; } }
.jumbotron .carousel { position: absolute; top: 0; left: 0; margin-bottom: 0; }
.jumbotron .carousel img { width: 100%; }
.jumbotron > .container { position: relative; z-index: 1; }
.jumbotron .carousel-control { top: auto; bottom: 10px; border: none; background: none; width: 19px; height: 27px; z-index: 16; }
.jumbotron .carousel-control.left { left: 15px; }
.jumbotron .carousel-control.right { right: 15px; }
@media (min-width: 601px) { .jumbotron .carousel-control { width: 21px; height: 61px; }
  .jumbotron .carousel-control.left { left: 30px; }
  .jumbotron .carousel-control.right { right: 30px; } }
@media (min-width: 1337px) { .jumbotron .carousel-control { top: 50%; margin-top: -30px; }
  .jumbotron .carousel-control.left { left: 2%; }
  .jumbotron .carousel-control.right { right: 2%; }
  .boxed .jumbotron .carousel-control.left { top: auto; margin-top: 0; left: 30px; }
  .boxed .jumbotron .carousel-control.right { top: auto; margin-top: 0; right: 30px; } }
.jumbotron .carousel-inner::before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ""; display: block; background-color: rgba(0, 0, 0, 0.7); z-index: 1; }
.jumbotron .current-slide { display: none; }
.jumbotron .current-slide.is-shown { display: block; }
@media (min-width: 992px) { .jumbotron .current-slide { margin-top: 60px; } }
@media (min-width: 1252px) { .jumbotron .current-slide { margin-top: 90px; } }
.jumbotron .jumbotron__title, .jumbotron .jumbotron__text { color: #ffffff; font-family: "Montserrat", sans-serif; }
.jumbotron .jumbotron__title { font-size: 32px; font-weight: bold; margin-top: 0; }
@media (min-width: 992px) { .jumbotron .jumbotron__title { font-size: 48px; } }
.jumbotron .jumbotron__text { margin-bottom: 30px; }
.jumbotron .jumbotron__text p { font-size: 16px; font-weight: normal; line-height: 1.5; }

/* 06.06. Navigation */
.navigation { border-top: 1px solid rgba(0, 0, 0, 0.12); text-align: center; font-weight: bold; font-size: 14px; }
.navigation .menu { list-style: none; padding: 0; margin: 0; }
.navigation .menu-item { position: relative; }
.navigation .menu-item a { display: block; }
.navigation .menu-item a:hover { text-decoration: none; }
.navigation .menu-item:hover > .sub-menu { display: block; }
.navigation .menu > .menu-item { display: inline-block; }
.navigation .menu > .menu-item > a { padding: 18px 16px; position: relative; font-family: "Montserrat", sans-serif; }
@media (min-width: 1252px) { .navigation .menu > .menu-item > a { padding-left: 20px; padding-right: 20px; } }
.navigation .menu > .menu-item:hover::before { position: absolute; top: 0; left: 0; right: 0; height: 3px; content: ""; display: block; background-color: #403f3d; }
.navigation .menu > .menu-item::after { position: absolute; content: ""; width: 5px; height: 5px; right: -5px; top: 50%; margin-top: -3px; background-color: rgba(0, 0, 0, 0.2); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.navigation .menu > .menu-item:last-child::after { display: none; }
.navigation .menu > .menu-item-has-children > a::before { position: absolute; bottom: 5px; left: 50%; margin-left: -5px; content: "\f107"; }
.navigation .sub-menu { position: absolute; top: calc(100% + 1px); left: 0; display: none; text-align: left; list-style: none; z-index: 1150; background: linear-gradient(to bottom, #dcdcdc 0, #ffffff 4px); padding: 0; border-left: 1px solid rgba(0, 0, 0, 0.12); border-right: 1px solid rgba(0, 0, 0, 0.12); margin-top: -1px; min-width: 180px; font-size: 14px; }
.navigation .sub-menu a { padding: 12px 16px; white-space: nowrap; }
@media (min-width: 1252px) { .navigation .sub-menu a { padding-left: 20px; padding-right: 20px; } }
.navigation .sub-menu li { min-width: 150px; border-bottom: 1px solid rgba(0, 0, 0, 0.12); background: rgba(0, 0, 0, 0.03); }
.navigation .sub-menu li:hover { background: transparent; }
.navigation .sub-menu .sub-menu { left: 100%; top: 0; margin-top: 0; }
.navigation .btn-theme { margin: 8px 0; }

.is-sticky-navbar .js-sticky-offset { height: 0; }
.is-sticky-navbar .header { margin-bottom: 55px; }
.is-sticky-navbar .navigation { position: fixed; margin-left: auto; margin-right: auto; z-index: 1010; background-color: #fff; top: 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.12); border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-top: none; width: calc(100% - 60px); }
.is-sticky-navbar.boxed .navigation { width: 970px; }
@media (min-width: 1252px) { .is-sticky-navbar.boxed .navigation { width: 1230px; } }

.is-sticky-navbar.admin-bar .navigation { top: 32px; }

/* 06.07. Testimonials */
.testimonials { position: relative; text-align: center; overflow: hidden; }
.testimonials h2 { margin-top: 0; margin-bottom: 20px; }
.testimonials blockquote { padding: 10px 5% 0; }
@media (min-width: 992px) { .testimonials blockquote { padding: 10px 15% 0; } }
.testimonials blockquote p { font-weight: 300; color: #999996; line-height: 1.5; font-size: 16px; }
@media (min-width: 992px) { .testimonials blockquote p { font-size: 24px; } }
.testimonials::after, .testimonials::before { position: absolute; top: -10px; font-size: 100px; color: rgba(0, 0, 0, 0.12); font-family: "Georgia", sans-serif; line-height: 1; }
@media (min-width: 992px) { .testimonials::after, .testimonials::before { font-size: 350px; top: 0; } }
@media (min-width: 1252px) { .testimonials::after, .testimonials::before { font-size: 440px; } }
.testimonials::before { content: '“'; left: 0; }
.testimonials::after { content: '”'; right: 0; }
.testimonials .carousel-indicators { top: -20px; bottom: auto; }
.testimonials .carousel-indicators > li { border-color: #403f3d; border-radius: 0; }
.testimonials .carousel-indicators > li.active { background-color: #403f3d; }

/* 06.08. Pagination */
.pagination .page-numbers { list-style: none; color: #9e9e9e; text-transform: uppercase; font-size: 12px; border-radius: 3px; display: inline-block; padding: 8px 17px; font-weight: bold; font-family: "Montserrat", sans-serif; }
.pagination .page-numbers.next { float: right; }
.pagination .page-numbers.current { background-image: none; text-decoration: underline; color: #403f3d; }
.pagination .page-numbers li { float: left; }

/* 06.09. Buttons */
#comments-submit-button, .btn { -webkit-tap-highlight-color: transparent; font-weight: bold; font-family: "Montserrat", sans-serif; text-transform: uppercase; padding: 8px 16px; margin-bottom: 5px; }

#comments-submit-button, .btn-theme, .btn-primary { color: #ffffff; border: 1px solid #999996; box-shadow: 0 0 0 2px #33322e; transition: background 0.1s; }
#comments-submit-button:hover, .btn-theme:hover, .btn-primary:hover { color: #ffffff; text-decoration: none; background: #333231; border-color: #999996; }

.btn-default { border: none; }

.btn--smaller { padding: 4px 16px; }

.btn-link { background: #ffffff; }
.btn-link:hover { background: #ffffff; text-decoration: none; }
.btn-link:focus { background: #ffffff; text-decoration: none; }
.btn-link .fa-angle-right { margin-left: 10px; }

/* 06.10. Tables */
.table { border: 1px solid rgba(0, 0, 0, 0.12); }
.table th { background: linear-gradient(to bottom, #ffffff, #f7f7f7); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); color: #333333; font-family: "Open Sans", sans-serif; font-size: 14px; }
.table tbody td { background-color: #f2f2f2; border-color: rgba(0, 0, 0, 0.12); }
.table tbody td:nth-of-type(even) { background-color: #ffffff; }
.table tbody .active { border-left: 1px solid #403f3d; border-right: 1px solid #403f3d; }
.table tbody .active td { border-top: 1px solid #403f3d; border-bottom: 1px solid #403f3d; color: #403f3d; font-weight: bold; }
.table td, .table th { padding: 8px 12px; }
.table td.align-center, .table th.align-center { text-align: center; }
.table td .icon, .table th .icon { vertical-align: baseline; }

.hentry__content .table { width: 100%; }
.hentry__content .table .su-even { text-align: left; }

/* 06.11. Forms */
.form-control:focus { background-color: #ffffff; box-shadow: none; }

.wpcf7-form .icon { vertical-align: baseline; margin-left: 10px; }
.wpcf7-form .pad-top { padding-top: 36px; }
.wpcf7-form .row { margin-bottom: 20px; }

.hentry .rtb-booking-form label, .hentry .rtb-booking-form input, .hentry .rtb-booking-form textarea { max-width: 100%; width: 100%; display: inline-block; }

/* 06.12. Images */
.picture .img-overlay { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

.picture { position: relative; }
.picture--rounded { overflow: hidden; border-radius: 3px; }
.picture .img-overlay { background-color: rgba(0, 0, 0, 0.6); opacity: 0; transition: opacity 0.2s linear; }
.picture .img-overlay .btn, .picture .img-overlay .icons-zoom { position: absolute; left: 50%; top: 50%; }
.picture .img-overlay .btn { -webkit-filter: none; filter: none; background: #000000; color: #ffffff; margin-left: -55px; margin-top: -15px; box-shadow: none; }
.picture a:hover .img-overlay { opacity: 1; }

.arrows .btn { margin-left: 10px; font-weight: normal; }

.gallery-widget-row img { border-radius: 3px; }

.carousel--gallery-widget { margin-top: 30px; margin-bottom: 30px; }
.carousel--gallery-widget .carousel-inner > .item > a { display: block; float: left; width: 33.33%; position: relative; }
.carousel--gallery-widget .carousel-inner > .item > a:nth-of-type(4), .carousel--gallery-widget .carousel-inner > .item > a:nth-of-type(5) { width: 50%; }
@media (min-width: 992px) { .carousel--gallery-widget .carousel-inner > .item > a { width: 20%; }
  .carousel--gallery-widget .carousel-inner > .item > a:nth-of-type(4), .carousel--gallery-widget .carousel-inner > .item > a:nth-of-type(5) { width: 20%; } }
.carousel--gallery-widget .carousel-inner > .item > a::before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.33); opacity: 1; transition: opacity 0.2s; }
.carousel--gallery-widget .carousel-inner > .item > a:hover::before { opacity: 0; }
.carousel--gallery-widget .carousel-inner > .item > a > img { width: 100%; }
.carousel--gallery-widget .arrow--left, .carousel--gallery-widget .arrow--right { position: absolute; top: 50%; margin-top: -19px; z-index: 5; }
.carousel--gallery-widget .arrow--left { left: 30px; }
.carousel--gallery-widget .arrow--right { right: 30px; }

/* 06.13. Opening Time */
.opening-time { position: relative; box-shadow: 0 0 0 2px #33322e; border: 1px solid #999996; }
.opening-time h2 { font-weight: bold; text-align: center; color: #ffffff; border-bottom: 1px solid rgba(250, 250, 250, 0.1); padding-bottom: 15px; }

.time-table { padding: 0 30px 24px 30px; }

.week-day { padding: 4px 0; margin: 0; color: #999996; }
.week-day dt { float: left; width: 50%; font-weight: normal; }
.week-day dd { text-align: right; }
.week-day.today dt, .week-day.today dd { font-size: 15px; font-weight: bold; color: #ffffff; }

.jumbotron .corner-top-right, .jumbotron .corner-top-left, .jumbotron .corner-bottom-right, .jumbotron .corner-bottom-left { position: absolute; width: 14px; height: 14px; }
.jumbotron .corner-top-right::after, .jumbotron .corner-top-left::after, .jumbotron .corner-bottom-right::after, .jumbotron .corner-bottom-left::after { position: absolute; content: ""; background: #33322e; height: 5px; width: 5px; }
.jumbotron .corner-top-left { top: 5px; left: 5px; background: linear-gradient(-45deg, transparent 50%, #403f3d 50%); }
.jumbotron .corner-top-left::after { top: 5px; left: 5px; }
.jumbotron .corner-top-right { top: 5px; right: 5px; background: linear-gradient(45deg, transparent 50%, #403f3d 50%); }
.jumbotron .corner-top-right::after { top: 5px; right: 5px; }
.jumbotron .corner-bottom-left { bottom: 5px; left: 5px; background: linear-gradient(-125deg, transparent 50%, #403f3d 50%); }
.jumbotron .corner-bottom-left::after { bottom: 5px; left: 5px; }
.jumbotron .corner-bottom-right { bottom: 5px; right: 5px; background: linear-gradient(125deg, transparent 50%, #403f3d 50%); }
.jumbotron .corner-bottom-right::after { bottom: 5px; right: 5px; }

/* 06.14. Events */
.events { margin-top: 35px; }
.events .widget-title { color: #ffffff; font-size: 24px; }

.widget-single-event { background: #ffffff; border-radius: 3px; overflow: hidden; margin-bottom: 30px; }
.widget-single-event .widget-single-event__title, .widget-single-event .widget-single-event__date { display: block; padding: 0 20px; }
.widget-single-event__title { margin-top: 15px; margin-bottom: 0; font-size: 16px; }
.widget-single-event__date { margin-bottom: 15px; font-size: 13px; }
.widget-single-event__date a, .widget-single-event__date a:hover { text-decoration: none; }
.widget-single-event .byline { display: none; }
.widget-single-event .picture { margin-bottom: 0; }

.widget_events_maker_list_widget ul { margin: 0; padding: 0; list-style: none; }
.widget_events_maker_list_widget li { margin-bottom: 10px; }
.widget_events_maker_list_widget .event-thumbnail { width: 33%; float: left; margin: 10px 10px 10px 0; }
.widget_events_maker_list_widget .post-date { font-style: italic; }
.widget_events_maker_list_widget .event-title { font-weight: bold; display: block; margin-top: 10px; }

.single-event .byline { display: none; }
.single-event .event-ticket, .single-event .tickets-label, .single-event .event-tickets-url { padding: 3px 0; display: block; border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.single-event .event-tickets-url, .single-event .tickets-label { font-weight: bold; }
.single-event .ticket-name, .single-event .tickets-url-label { display: inline-block; width: 33%; }
.single-event .single-location, .single-event .single-organizer { font-size: 0.8em; font-style: italic; }
.single-event .single-location > a, .single-event .single-organizer > a { font-size: 1.2em; font-style: normal; }
.single-event .tag-links > a { display: inline-block; margin-right: 5px; }
.single-event .tag-links > a::after { content: ","; }
.single-event .tag-links > a:last-child::after { display: none; }

.post-type-archive-event .byline, .tax-event-category .byline, .tax-event-tag .byline, .tax-event-organizer .byline { display: none; }
.post-type-archive-event .archive-header, .tax-event-category .archive-header, .tax-event-tag .archive-header, .tax-event-organizer .archive-header { text-align: center; }
.post-type-archive-event .entry-heading, .tax-event-category .entry-heading, .tax-event-tag .entry-heading, .tax-event-organizer .entry-heading { padding-bottom: 0; border-bottom: none; }

#event-google-map img { max-width: none; }

.fc-header .fc-state-default.fc-state-default, .fc-header .fc-state-default.fc-corner-right, .fc-header .fc-state-default.fc-corner-left { border-radius: 0; background: #f7f7f7; border-color: #e0dadf; box-shadow: none; }
.fc-header .fc-state-default.fc-state-default:hover, .fc-header .fc-state-default.fc-corner-right:hover, .fc-header .fc-state-default.fc-corner-left:hover { background: #efefef; }

#events-full-calendar .fc-event { border-radius: 0; background-color: #403f3d; }

.event-border { border: 1px solid rgba(0, 0, 0, 0.12); display: block; }

/* 06.15. Food Menu */
.fdm-menu .fdm-section-header { border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.fdm-menu .fdm-section-header h3 { margin-bottom: 0; font-size: 24px; }

.fdm-item-panel .fdm-item-image { border-radius: 2px; width: 10%; }
.fdm-item-panel .fdm-item-title { margin-bottom: 0; }

.fdm-column .fdm-item-has-image .fdm-item-panel p { padding-left: 0; }
@media (min-width: 450px) { .fdm-column .fdm-item-has-image .fdm-item-panel p { padding-left: 12%; } }

.fdm-item-title { font-family: "Montserrat", sans-serif; font-size: 18px; }

.fdm-menu-footer, .fdm-item-content { color: #9e9e9e; }

.fdm-menu-footer { margin-top: 30px; }

.fdm-item-price { font-size: 18px; }

/* 06.16. WooCommerce */
.woocommerce .thumbnails { margin-left: 0; }
.woocommerce .quantity input { margin-bottom: 0; }
.woocommerce .quantity .qty { padding-left: 12px; }
.woocommerce .summary .button { height: 30px; border-radius: 3px; }
.woocommerce .button, .woocommerce .woocommerce-tabs ul.tabs li a { font-family: "Open Sans", sans-serif !important; text-transform: uppercase !important; }
.woocommerce input { height: auto; }
.woocommerce label { display: inline; }
.woocommerce #searchform #s { background: #f7f7f7; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2px; padding: 5px; }
.woocommerce #searchform #s:focus { background-color: #ffffff; box-shadow: none; border: 1px solid #aaaaaa; }
.woocommerce .input-text { background: #f7f7f7; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 2px; padding: 5px; }
.woocommerce .input-text:focus { background-color: #ffffff; box-shadow: none; border: 1px solid #aaaaaa; }
.woocommerce table.shop_table tbody tr:first-child td { border-top: 1px solid rgba(0, 0, 0, 0.1); }
.woocommerce .sidebar-item { background: #f7f7f7; padding: 10px 30px; border: 1px solid #e8e8e3; }
.woocommerce div.product div.images .attachment-shop_thumbnail, .woocommerce .product_list_widget .attachment-shop_thumbnail { float: left; box-shadow: none; border: 1px solid #e2e2de; }
.woocommerce ul.products li.product a img, .woocommerce .woocommerce-page ul.products li.product a img, .woocommerce div.product div.images .attachment-shop_single { box-shadow: none; }
.woocommerce span.onsale { background: #403f3d; color: #ffffff; text-transform: uppercase; box-shadow: none; padding: 5px; }
.woocommerce .buttons { margin: 0 -10px; }
.woocommerce .wc-forward::after { display: none; }
.woocommerce .widget_shopping_cart .total { margin-top: 10px; padding: 8px 0; border-top: 1px solid rgba(0, 0, 0, 0.12); border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.woocommerce .widget_shopping_cart .total strong { text-transform: uppercase; color: #999996; }
.woocommerce .widget_shopping_cart .total .amount { font-weight: bold; float: right; }
.woocommerce .amount { color: #33322e; }
.woocommerce #searchsubmit { margin-top: 10px; margin-left: 2px; }
.woocommerce .widget_shopping_cart a.button { padding: 8px 12px; }
.woocommerce .widget_shopping_cart .checkout { margin-left: 5px; }
@media (min-width: 601px) { .woocommerce .widget_shopping_cart .checkout { margin: 0; } }
@media (min-width: 1252px) { .woocommerce .widget_shopping_cart .checkout { margin-left: 5px; } }
.woocommerce input.checkout-button.button.alt.wc-forward, .woocommerce div.product form.cart .button, .woocommerce a.button, .woocommerce button.button, .woocommerce #searchsubmit { -webkit-tap-highlight-color: transparent; font-weight: bold; font-family: "Montserrat", sans-serif; text-transform: uppercase; padding: 8px 16px; margin-bottom: 5px; color: #ffffff; background: #403f3d; border: 1px solid #999996; box-shadow: 0 0 0 2px #33322e; transition: background 0.1s; border-radius: 0; text-shadow: none; }
.woocommerce input.checkout-button.button.alt.wc-forward:hover, .woocommerce div.product form.cart .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce #searchsubmit:hover { color: #ffffff; text-decoration: none; background: #333231; border-color: #999996; }
.woocommerce input.checkout-button.button.alt.wc-forward { margin-top: 5px; margin-left: 5px; }
.woocommerce .actions .button { background: #dedede; box-shadow: none; padding: 11px 16px; border-radius: 0; border: 0; }
.woocommerce .actions .button:hover { background: #d1d1d1; }
.woocommerce .actions .coupon { margin-top: 3px; }
.woocommerce #coupon_code { height: 36px; }
.woocommerce button.single_add_to_cart_button { margin-left: 10px; }
.woocommerce .product a.button { width: 100%; text-align: center; }
.woocommerce .widget_product_categories ul { list-style: none; padding: 0; margin: 8px 0; }
.woocommerce .widget_product_categories ul a { font-weight: bold; text-transform: uppercase; display: block; border: 1px solid transparent; padding: 5px 0; transition: none; }
.woocommerce .widget_product_categories ul a:hover { background: #403f3d; color: #ffffff; margin-left: -10px; margin-right: -10px; padding: 5px 10px; text-decoration: none; border: 1px solid #999996; box-shadow: 0 0 0 2px #33322e; }
.woocommerce .widget_product_categories .children { padding-left: 10px; }
.woocommerce .widget_product_categories .children a { font-weight: normal; text-transform: none; padding: 0; border: none; }
.woocommerce .widget_product_categories .children a:hover { color: #403f3d; font-weight: bold; border: none; box-shadow: none; background: none; padding: 0 20px; margin-left: -20px; margin-right: -10px; }
.woocommerce .widget_product_categories .children .current-cat a { font-weight: bold; }
.woocommerce .widget_product_categories > ul > .current-cat > a { background: #403f3d; color: #ffffff; margin-left: -10px; margin-right: -10px; padding: 5px 10px; border: 1px solid #999996; box-shadow: 0 0 0 2px #33322e; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; box-shadow: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab.active::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs .description_tab, .woocommerce div.product .woocommerce-tabs ul.tabs .reviews_tab { background: #f7f7f7; }
.woocommerce table.cart a.remove { color: #ffffff !important; background: #403f3d; border-radius: 0; border: 1px solid #999996; box-shadow: 0 0 0 2px #33322e; }
.woocommerce table.cart a.remove:hover { background: #333231; }
.woocommerce button.button.alt:disabled { background-color: #403f3d; }
.woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover { background-color: #403f3d; }

.product_list_widget { list-style: none; padding: 0; }
.product_list_widget > li { margin-bottom: 10px; }
.product_list_widget .wp-post-image { float: left; margin-right: 10px; width: 70px; height: 70px; }
.product_list_widget a { font-family: "Montserrat", sans-serif; font-weight: bold; }
.product_list_widget a:hover { text-decoration: none; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { background-color: #403f3d; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background-color: #333231; }

.woocommerce-pagination { margin-bottom: 45px; }

/* 06.17. WordPress Specific */
.alignnone { margin: 5px 0 20px 0; }

.aligncenter { display: block; margin: 5px auto 5px auto; }

.alignright { float: right; margin: 5px 0 20px 20px; }

.alignleft { float: left; margin: 5px 20px 20px 0; }

a > img.alignright { float: right; margin: 5px 0 20px 20px; }
a > img.alignnone { margin: 5px 20px 20px 0; }
a > img.alignleft { float: left; margin: 5px 20px 20px 0; }
a > img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { border: 1px solid #f0f0f0; max-width: 100%; /* Image does not overflow the content area */ background-color: rgba(0, 0, 0, 0.02); padding: 5px; text-align: center; }
.wp-caption.alignnone { margin: 5px 0 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; padding: 0; width: auto; }
.wp-caption .wp-caption-text { line-height: 17px; margin: 4px 5px; }

.sticky { position: relative; background: rgba(0, 0, 0, 0.03); border: 1px solid rgba(0, 0, 0, 0.06); border-radius: 4px; padding: 30px; padding-top: 9px; }
.sticky::before, .sticky::after { position: absolute; content: ""; background: #f7f7f7; border: 1px solid #e4e4e4; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; left: 0; }
.sticky::before { z-index: 1; width: 99%; bottom: -4px; height: 4px; margin-left: 0.5%; }
.sticky::after { z-index: 0; width: 98%; bottom: -7px; height: 7px; margin-left: 1%; }

.gallery { margin-bottom: 20px; }
.gallery:before, .gallery:after { content: " "; display: table; }
.gallery:after { clear: both; }

.gallery-item { float: left; margin: 0 4px 4px 0; overflow: hidden; position: relative; }

.gallery-columns-1 .gallery-item { max-width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 48%; max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item { max-width: 32%; max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item { max-width: 23%; max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item { max-width: 19%; max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item { max-width: 15%; max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item { max-width: 13%; max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item { max-width: 11%; max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item { max-width: 9%; max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { clear: left; }

.gallery-caption { background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 12px; line-height: 1.5; margin: 0; max-height: 50%; opacity: 0; padding: 6px 8px; position: absolute; bottom: 0; left: 0; text-align: left; width: 100%; }

.gallery-caption:before { content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%; }

.gallery-item:hover .gallery-caption { opacity: 1; }

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }

.bypostauthor { position: static; }

.tp-caption a { color: #403f3d; }

.tp-caption a:hover { color: #262524; }

/* 06.18. Mobile Pane */
.push-pane__content { position: relative; z-index: 2; padding: 5px; }
@media (min-width: 601px) { .push-pane__content { padding: 15px; } }
@media (min-width: 992px) { .push-pane__content { padding: 30px; } }

html.no-csstransforms body, html.no-js body { background: none; box-shadow: none; }
html.no-csstransforms .push-pane__open, html.no-js .push-pane__open { display: none; }
html.no-csstransforms .push-pane__title, html.no-js .push-pane__title { margin: 10px; }
html.no-csstransforms .mobile-nav .menu, html.no-js .mobile-nav .menu { list-style: none; padding: 10px; }
html.no-csstransforms .mobile-nav .btn-theme, html.no-js .mobile-nav .btn-theme { display: inline-block; margin: 0 0 10px 10px; }
html.no-csstransforms .sub-menu, html.no-js .sub-menu { list-style: none; padding: 0 15px; }

html.csstransforms .push-pane__nav, html.csstransforms .push-pane__open { transition: -webkit-transform 0.3s; transition: transform 0.3s; }
html.csstransforms .push-pane { position: relative; }
html.csstransforms .push-pane__nav { position: fixed; top: 0; right: 0; bottom: 0; left: 80px; background: #403f3d; overflow-y: auto; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); z-index: 2000; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
@media (min-width: 601px) { html.csstransforms .push-pane__nav { padding-top: 10px; } }
html.csstransforms .push-pane__nav .btn-theme { background: #999996; color: #403f3d; }
html.csstransforms .push-pane__nav .btn-theme:hover { color: #999996; }
html.csstransforms .push-pane--opened { overflow: hidden; }
html.csstransforms .push-pane--opened .push-pane__nav { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); -webkit-overflow-scrolling: touch; box-shadow: 0 0 20px rgba(0, 0, 0, 0.33); }
html.csstransforms .push-pane__title { padding: 5px 20px; color: #ffffff; }
html.csstransforms .mobile-nav ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }
html.csstransforms .mobile-nav a { display: block; padding: 5px 20px; background-color: rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.2); color: #ffffff; }
html.csstransforms .mobile-nav a:hover { text-decoration: none; background-color: transparent; }
html.csstransforms .mobile-nav li .sub-menu a { padding-left: 30px; }
html.csstransforms .mobile-nav li .sub-menu .sub-menu a { padding-left: 40px; }
html.csstransforms > .admin-bar .push-pane__nav { padding-top: 46px; }
@media (min-width: 783px) { html.csstransforms > .admin-bar .push-pane__nav { padding-top: 32px; } }
html.csstransforms .push-pane__overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; cursor: pointer; }
html.csstransforms .push-pane__open { position: absolute; top: 5px; right: 5px; padding: 14px 15px; background-color: rgba(255, 255, 255, 0.8); background-image: none; border: 1px solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 1px; z-index: 2010; }
html.csstransforms .push-pane__open:hover { background-color: rgba(0, 0, 0, 0.8); }
html.csstransforms .push-pane__open:hover, html.csstransforms .push-pane__open:focus { outline: 0; }
html.csstransforms .push-pane__open.is-fixed { position: fixed; top: 0; }
@media (min-width: 601px) { html.csstransforms .push-pane__open { top: 15px; right: 15px; } }
html.csstransforms .push-pane__open .icon-bar { display: block; width: 27px; height: 2px; border-radius: 1px; background-color: #888; }
html.csstransforms .push-pane__open .icon-bar + .icon-bar { margin-top: 4px; }
@media (min-width: 992px) { html.csstransforms .push-pane__open { display: none; } }
html.csstransforms .push-pane--opened .push-pane__open { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }
@media (min-width: 601px) { html.csstransforms .push-pane--opened .push-pane__open { -webkit-transform: translateX(15px); -ms-transform: translateX(15px); transform: translateX(15px); } }
@media (min-width: 601px) { html.csstransforms .boxed .push-pane__open { right: calc(50% - 280px); } }
@media (min-width: 601px) { html.csstransforms .boxed.push-pane--opened .push-pane__open { right: 15px; } }

/* 06.19. Font Awesome */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("../../bower_components/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0"); src: url("../../bower_components/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../../bower_components/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../../bower_components/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../../bower_components/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
.fa, .navigation .menu > .menu-item-has-children > a::before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.28571em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; }
.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; }
.fa-li.fa-lg { left: -1.85714em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; }

.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left, .navigation .menu > .menu-item-has-children > a.pull-left::before { margin-right: .3em; }
.fa.pull-right, .navigation .menu > .menu-item-has-children > a.pull-right::before { margin-left: .3em; }

.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
.fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { -webkit-filter: none; filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: ""; }

.fa-music:before { content: ""; }

.fa-search:before { content: ""; }

.fa-envelope-o:before { content: ""; }

.fa-heart:before { content: ""; }

.fa-star:before { content: ""; }

.fa-star-o:before { content: ""; }

.fa-user:before { content: ""; }

.fa-film:before { content: ""; }

.fa-th-large:before { content: ""; }

.fa-th:before { content: ""; }

.fa-th-list:before { content: ""; }

.fa-check:before { content: ""; }

.fa-remove:before, .fa-close:before, .fa-times:before { content: ""; }

.fa-search-plus:before { content: ""; }

.fa-search-minus:before { content: ""; }

.fa-power-off:before { content: ""; }

.fa-signal:before { content: ""; }

.fa-gear:before, .fa-cog:before { content: ""; }

.fa-trash-o:before { content: ""; }

.fa-home:before { content: ""; }

.fa-file-o:before { content: ""; }

.fa-clock-o:before { content: ""; }

.fa-road:before { content: ""; }

.fa-download:before { content: ""; }

.fa-arrow-circle-o-down:before { content: ""; }

.fa-arrow-circle-o-up:before { content: ""; }

.fa-inbox:before { content: ""; }

.fa-play-circle-o:before { content: ""; }

.fa-rotate-right:before, .fa-repeat:before { content: ""; }

.fa-refresh:before { content: ""; }

.fa-list-alt:before { content: ""; }

.fa-lock:before { content: ""; }

.fa-flag:before { content: ""; }

.fa-headphones:before { content: ""; }

.fa-volume-off:before { content: ""; }

.fa-volume-down:before { content: ""; }

.fa-volume-up:before { content: ""; }

.fa-qrcode:before { content: ""; }

.fa-barcode:before { content: ""; }

.fa-tag:before { content: ""; }

.fa-tags:before { content: ""; }

.fa-book:before { content: ""; }

.fa-bookmark:before { content: ""; }

.fa-print:before { content: ""; }

.fa-camera:before { content: ""; }

.fa-font:before { content: ""; }

.fa-bold:before { content: ""; }

.fa-italic:before { content: ""; }

.fa-text-height:before { content: ""; }

.fa-text-width:before { content: ""; }

.fa-align-left:before { content: ""; }

.fa-align-center:before { content: ""; }

.fa-align-right:before { content: ""; }

.fa-align-justify:before { content: ""; }

.fa-list:before { content: ""; }

.fa-dedent:before, .fa-outdent:before { content: ""; }

.fa-indent:before { content: ""; }

.fa-video-camera:before { content: ""; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: ""; }

.fa-pencil:before { content: ""; }

.fa-map-marker:before { content: ""; }

.fa-adjust:before { content: ""; }

.fa-tint:before { content: ""; }

.fa-edit:before, .fa-pencil-square-o:before { content: ""; }

.fa-share-square-o:before { content: ""; }

.fa-check-square-o:before { content: ""; }

.fa-arrows:before { content: ""; }

.fa-step-backward:before { content: ""; }

.fa-fast-backward:before { content: ""; }

.fa-backward:before { content: ""; }

.fa-play:before { content: ""; }

.fa-pause:before { content: ""; }

.fa-stop:before { content: ""; }

.fa-forward:before { content: ""; }

.fa-fast-forward:before { content: ""; }

.fa-step-forward:before { content: ""; }

.fa-eject:before { content: ""; }

.fa-chevron-left:before { content: ""; }

.fa-chevron-right:before { content: ""; }

.fa-plus-circle:before { content: ""; }

.fa-minus-circle:before { content: ""; }

.fa-times-circle:before { content: ""; }

.fa-check-circle:before { content: ""; }

.fa-question-circle:before { content: ""; }

.fa-info-circle:before { content: ""; }

.fa-crosshairs:before { content: ""; }

.fa-times-circle-o:before { content: ""; }

.fa-check-circle-o:before { content: ""; }

.fa-ban:before { content: ""; }

.fa-arrow-left:before { content: ""; }

.fa-arrow-right:before { content: ""; }

.fa-arrow-up:before { content: ""; }

.fa-arrow-down:before { content: ""; }

.fa-mail-forward:before, .fa-share:before { content: ""; }

.fa-expand:before { content: ""; }

.fa-compress:before { content: ""; }

.fa-plus:before { content: ""; }

.fa-minus:before { content: ""; }

.fa-asterisk:before { content: ""; }

.fa-exclamation-circle:before { content: ""; }

.fa-gift:before { content: ""; }

.fa-leaf:before { content: ""; }

.fa-fire:before { content: ""; }

.fa-eye:before { content: ""; }

.fa-eye-slash:before { content: ""; }

.fa-warning:before, .fa-exclamation-triangle:before { content: ""; }

.fa-plane:before { content: ""; }

.fa-calendar:before { content: ""; }

.fa-random:before { content: ""; }

.fa-comment:before { content: ""; }

.fa-magnet:before { content: ""; }

.fa-chevron-up:before { content: ""; }

.fa-chevron-down:before { content: ""; }

.fa-retweet:before { content: ""; }

.fa-shopping-cart:before { content: ""; }

.fa-folder:before { content: ""; }

.fa-folder-open:before { content: ""; }

.fa-arrows-v:before { content: ""; }

.fa-arrows-h:before { content: ""; }

.fa-bar-chart-o:before, .fa-bar-chart:before { content: ""; }

.fa-twitter-square:before { content: ""; }

.fa-facebook-square:before { content: ""; }

.fa-camera-retro:before { content: ""; }

.fa-key:before { content: ""; }

.fa-gears:before, .fa-cogs:before { content: ""; }

.fa-comments:before { content: ""; }

.fa-thumbs-o-up:before { content: ""; }

.fa-thumbs-o-down:before { content: ""; }

.fa-star-half:before { content: ""; }

.fa-heart-o:before { content: ""; }

.fa-sign-out:before { content: ""; }

.fa-linkedin-square:before { content: ""; }

.fa-thumb-tack:before { content: ""; }

.fa-external-link:before { content: ""; }

.fa-sign-in:before { content: ""; }

.fa-trophy:before { content: ""; }

.fa-github-square:before { content: ""; }

.fa-upload:before { content: ""; }

.fa-lemon-o:before { content: ""; }

.fa-phone:before { content: ""; }

.fa-square-o:before { content: ""; }

.fa-bookmark-o:before { content: ""; }

.fa-phone-square:before { content: ""; }

.fa-twitter:before { content: ""; }

.fa-facebook:before { content: ""; }

.fa-github:before { content: ""; }

.fa-unlock:before { content: ""; }

.fa-credit-card:before { content: ""; }

.fa-rss:before { content: ""; }

.fa-hdd-o:before { content: ""; }

.fa-bullhorn:before { content: ""; }

.fa-bell:before { content: ""; }

.fa-certificate:before { content: ""; }

.fa-hand-o-right:before { content: ""; }

.fa-hand-o-left:before { content: ""; }

.fa-hand-o-up:before { content: ""; }

.fa-hand-o-down:before { content: ""; }

.fa-arrow-circle-left:before { content: ""; }

.fa-arrow-circle-right:before { content: ""; }

.fa-arrow-circle-up:before { content: ""; }

.fa-arrow-circle-down:before { content: ""; }

.fa-globe:before { content: ""; }

.fa-wrench:before { content: ""; }

.fa-tasks:before { content: ""; }

.fa-filter:before { content: ""; }

.fa-briefcase:before { content: ""; }

.fa-arrows-alt:before { content: ""; }

.fa-group:before, .fa-users:before { content: ""; }

.fa-chain:before, .fa-link:before { content: ""; }

.fa-cloud:before { content: ""; }

.fa-flask:before { content: ""; }

.fa-cut:before, .fa-scissors:before { content: ""; }

.fa-copy:before, .fa-files-o:before { content: ""; }

.fa-paperclip:before { content: ""; }

.fa-save:before, .fa-floppy-o:before { content: ""; }

.fa-square:before { content: ""; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: ""; }

.fa-list-ul:before { content: ""; }

.fa-list-ol:before { content: ""; }

.fa-strikethrough:before { content: ""; }

.fa-underline:before { content: ""; }

.fa-table:before { content: ""; }

.fa-magic:before { content: ""; }

.fa-truck:before { content: ""; }

.fa-pinterest:before { content: ""; }

.fa-pinterest-square:before { content: ""; }

.fa-google-plus-square:before { content: ""; }

.fa-google-plus:before { content: ""; }

.fa-money:before { content: ""; }

.fa-caret-down:before { content: ""; }

.fa-caret-up:before { content: ""; }

.fa-caret-left:before { content: ""; }

.fa-caret-right:before { content: ""; }

.fa-columns:before { content: ""; }

.fa-unsorted:before, .fa-sort:before { content: ""; }

.fa-sort-down:before, .fa-sort-desc:before { content: ""; }

.fa-sort-up:before, .fa-sort-asc:before { content: ""; }

.fa-envelope:before { content: ""; }

.fa-linkedin:before { content: ""; }

.fa-rotate-left:before, .fa-undo:before { content: ""; }

.fa-legal:before, .fa-gavel:before { content: ""; }

.fa-dashboard:before, .fa-tachometer:before { content: ""; }

.fa-comment-o:before { content: ""; }

.fa-comments-o:before { content: ""; }

.fa-flash:before, .fa-bolt:before { content: ""; }

.fa-sitemap:before { content: ""; }

.fa-umbrella:before { content: ""; }

.fa-paste:before, .fa-clipboard:before { content: ""; }

.fa-lightbulb-o:before { content: ""; }

.fa-exchange:before { content: ""; }

.fa-cloud-download:before { content: ""; }

.fa-cloud-upload:before { content: ""; }

.fa-user-md:before { content: ""; }

.fa-stethoscope:before { content: ""; }

.fa-suitcase:before { content: ""; }

.fa-bell-o:before { content: ""; }

.fa-coffee:before { content: ""; }

.fa-cutlery:before { content: ""; }

.fa-file-text-o:before { content: ""; }

.fa-building-o:before { content: ""; }

.fa-hospital-o:before { content: ""; }

.fa-ambulance:before { content: ""; }

.fa-medkit:before { content: ""; }

.fa-fighter-jet:before { content: ""; }

.fa-beer:before { content: ""; }

.fa-h-square:before { content: ""; }

.fa-plus-square:before { content: ""; }

.fa-angle-double-left:before { content: ""; }

.fa-angle-double-right:before { content: ""; }

.fa-angle-double-up:before { content: ""; }

.fa-angle-double-down:before { content: ""; }

.fa-angle-left:before { content: ""; }

.fa-angle-right:before { content: ""; }

.fa-angle-up:before { content: ""; }

.fa-angle-down:before { content: ""; }

.fa-desktop:before { content: ""; }

.fa-laptop:before { content: ""; }

.fa-tablet:before { content: ""; }

.fa-mobile-phone:before, .fa-mobile:before { content: ""; }

.fa-circle-o:before { content: ""; }

.fa-quote-left:before { content: ""; }

.fa-quote-right:before { content: ""; }

.fa-spinner:before { content: ""; }

.fa-circle:before { content: ""; }

.fa-mail-reply:before, .fa-reply:before { content: ""; }

.fa-github-alt:before { content: ""; }

.fa-folder-o:before { content: ""; }

.fa-folder-open-o:before { content: ""; }

.fa-smile-o:before { content: ""; }

.fa-frown-o:before { content: ""; }

.fa-meh-o:before { content: ""; }

.fa-gamepad:before { content: ""; }

.fa-keyboard-o:before { content: ""; }

.fa-flag-o:before { content: ""; }

.fa-flag-checkered:before { content: ""; }

.fa-terminal:before { content: ""; }

.fa-code:before { content: ""; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: ""; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: ""; }

.fa-location-arrow:before { content: ""; }

.fa-crop:before { content: ""; }

.fa-code-fork:before { content: ""; }

.fa-unlink:before, .fa-chain-broken:before { content: ""; }

.fa-question:before { content: ""; }

.fa-info:before { content: ""; }

.fa-exclamation:before { content: ""; }

.fa-superscript:before { content: ""; }

.fa-subscript:before { content: ""; }

.fa-eraser:before { content: ""; }

.fa-puzzle-piece:before { content: ""; }

.fa-microphone:before { content: ""; }

.fa-microphone-slash:before { content: ""; }

.fa-shield:before { content: ""; }

.fa-calendar-o:before { content: ""; }

.fa-fire-extinguisher:before { content: ""; }

.fa-rocket:before { content: ""; }

.fa-maxcdn:before { content: ""; }

.fa-chevron-circle-left:before { content: ""; }

.fa-chevron-circle-right:before { content: ""; }

.fa-chevron-circle-up:before { content: ""; }

.fa-chevron-circle-down:before { content: ""; }

.fa-html5:before { content: ""; }

.fa-css3:before { content: ""; }

.fa-anchor:before { content: ""; }

.fa-unlock-alt:before { content: ""; }

.fa-bullseye:before { content: ""; }

.fa-ellipsis-h:before { content: ""; }

.fa-ellipsis-v:before { content: ""; }

.fa-rss-square:before { content: ""; }

.fa-play-circle:before { content: ""; }

.fa-ticket:before { content: ""; }

.fa-minus-square:before { content: ""; }

.fa-minus-square-o:before { content: ""; }

.fa-level-up:before { content: ""; }

.fa-level-down:before { content: ""; }

.fa-check-square:before { content: ""; }

.fa-pencil-square:before { content: ""; }

.fa-external-link-square:before { content: ""; }

.fa-share-square:before { content: ""; }

.fa-compass:before { content: ""; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: ""; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: ""; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: ""; }

.fa-euro:before, .fa-eur:before { content: ""; }

.fa-gbp:before { content: ""; }

.fa-dollar:before, .fa-usd:before { content: ""; }

.fa-rupee:before, .fa-inr:before { content: ""; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: ""; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: ""; }

.fa-won:before, .fa-krw:before { content: ""; }

.fa-bitcoin:before, .fa-btc:before { content: ""; }

.fa-file:before { content: ""; }

.fa-file-text:before { content: ""; }

.fa-sort-alpha-asc:before { content: ""; }

.fa-sort-alpha-desc:before { content: ""; }

.fa-sort-amount-asc:before { content: ""; }

.fa-sort-amount-desc:before { content: ""; }

.fa-sort-numeric-asc:before { content: ""; }

.fa-sort-numeric-desc:before { content: ""; }

.fa-thumbs-up:before { content: ""; }

.fa-thumbs-down:before { content: ""; }

.fa-youtube-square:before { content: ""; }

.fa-youtube:before { content: ""; }

.fa-xing:before { content: ""; }

.fa-xing-square:before { content: ""; }

.fa-youtube-play:before { content: ""; }

.fa-dropbox:before { content: ""; }

.fa-stack-overflow:before { content: ""; }

.fa-instagram:before { content: ""; }

.fa-flickr:before { content: ""; }

.fa-adn:before { content: ""; }

.fa-bitbucket:before { content: ""; }

.fa-bitbucket-square:before { content: ""; }

.fa-tumblr:before { content: ""; }

.fa-tumblr-square:before { content: ""; }

.fa-long-arrow-down:before { content: ""; }

.fa-long-arrow-up:before { content: ""; }

.fa-long-arrow-left:before { content: ""; }

.fa-long-arrow-right:before { content: ""; }

.fa-apple:before { content: ""; }

.fa-windows:before { content: ""; }

.fa-android:before { content: ""; }

.fa-linux:before { content: ""; }

.fa-dribbble:before { content: ""; }

.fa-skype:before { content: ""; }

.fa-foursquare:before { content: ""; }

.fa-trello:before { content: ""; }

.fa-female:before { content: ""; }

.fa-male:before { content: ""; }

.fa-gittip:before { content: ""; }

.fa-sun-o:before { content: ""; }

.fa-moon-o:before { content: ""; }

.fa-archive:before { content: ""; }

.fa-bug:before { content: ""; }

.fa-vk:before { content: ""; }

.fa-weibo:before { content: ""; }

.fa-renren:before { content: ""; }

.fa-pagelines:before { content: ""; }

.fa-stack-exchange:before { content: ""; }

.fa-arrow-circle-o-right:before { content: ""; }

.fa-arrow-circle-o-left:before { content: ""; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: ""; }

.fa-dot-circle-o:before { content: ""; }

.fa-wheelchair:before { content: ""; }

.fa-vimeo-square:before { content: ""; }

.fa-turkish-lira:before, .fa-try:before { content: ""; }

.fa-plus-square-o:before { content: ""; }

.fa-space-shuttle:before { content: ""; }

.fa-slack:before { content: ""; }

.fa-envelope-square:before { content: ""; }

.fa-wordpress:before { content: ""; }

.fa-openid:before { content: ""; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: ""; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: ""; }

.fa-yahoo:before { content: ""; }

.fa-google:before { content: ""; }

.fa-reddit:before { content: ""; }

.fa-reddit-square:before { content: ""; }

.fa-stumbleupon-circle:before { content: ""; }

.fa-stumbleupon:before { content: ""; }

.fa-delicious:before { content: ""; }

.fa-digg:before { content: ""; }

.fa-pied-piper:before { content: ""; }

.fa-pied-piper-alt:before { content: ""; }

.fa-drupal:before { content: ""; }

.fa-joomla:before { content: ""; }

.fa-language:before { content: ""; }

.fa-fax:before { content: ""; }

.fa-building:before { content: ""; }

.fa-child:before { content: ""; }

.fa-paw:before { content: ""; }

.fa-spoon:before { content: ""; }

.fa-cube:before { content: ""; }

.fa-cubes:before { content: ""; }

.fa-behance:before { content: ""; }

.fa-behance-square:before { content: ""; }

.fa-steam:before { content: ""; }

.fa-steam-square:before { content: ""; }

.fa-recycle:before { content: ""; }

.fa-automobile:before, .fa-car:before { content: ""; }

.fa-cab:before, .fa-taxi:before { content: ""; }

.fa-tree:before { content: ""; }

.fa-spotify:before { content: ""; }

.fa-deviantart:before { content: ""; }

.fa-soundcloud:before { content: ""; }

.fa-database:before { content: ""; }

.fa-file-pdf-o:before { content: ""; }

.fa-file-word-o:before { content: ""; }

.fa-file-excel-o:before { content: ""; }

.fa-file-powerpoint-o:before { content: ""; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: ""; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: ""; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: ""; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: ""; }

.fa-file-code-o:before { content: ""; }

.fa-vine:before { content: ""; }

.fa-codepen:before { content: ""; }

.fa-jsfiddle:before { content: ""; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: ""; }

.fa-circle-o-notch:before { content: ""; }

.fa-ra:before, .fa-rebel:before { content: ""; }

.fa-ge:before, .fa-empire:before { content: ""; }

.fa-git-square:before { content: ""; }

.fa-git:before { content: ""; }

.fa-hacker-news:before { content: ""; }

.fa-tencent-weibo:before { content: ""; }

.fa-qq:before { content: ""; }

.fa-wechat:before, .fa-weixin:before { content: ""; }

.fa-send:before, .fa-paper-plane:before { content: ""; }

.fa-send-o:before, .fa-paper-plane-o:before { content: ""; }

.fa-history:before { content: ""; }

.fa-circle-thin:before { content: ""; }

.fa-header:before { content: ""; }

.fa-paragraph:before { content: ""; }

.fa-sliders:before { content: ""; }

.fa-share-alt:before { content: ""; }

.fa-share-alt-square:before { content: ""; }

.fa-bomb:before { content: ""; }

.fa-soccer-ball-o:before, .fa-futbol-o:before { content: ""; }

.fa-tty:before { content: ""; }

.fa-binoculars:before { content: ""; }

.fa-plug:before { content: ""; }

.fa-slideshare:before { content: ""; }

.fa-twitch:before { content: ""; }

.fa-yelp:before { content: ""; }

.fa-newspaper-o:before { content: ""; }

.fa-wifi:before { content: ""; }

.fa-calculator:before { content: ""; }

.fa-paypal:before { content: ""; }

.fa-google-wallet:before { content: ""; }

.fa-cc-visa:before { content: ""; }

.fa-cc-mastercard:before { content: ""; }

.fa-cc-discover:before { content: ""; }

.fa-cc-amex:before { content: ""; }

.fa-cc-paypal:before { content: ""; }

.fa-cc-stripe:before { content: ""; }

.fa-bell-slash:before { content: ""; }

.fa-bell-slash-o:before { content: ""; }

.fa-trash:before { content: ""; }

.fa-copyright:before { content: ""; }

.fa-at:before { content: ""; }

.fa-eyedropper:before { content: ""; }

.fa-paint-brush:before { content: ""; }

.fa-birthday-cake:before { content: ""; }

.fa-area-chart:before { content: ""; }

.fa-pie-chart:before { content: ""; }

.fa-line-chart:before { content: ""; }

.fa-lastfm:before { content: ""; }

.fa-lastfm-square:before { content: ""; }

.fa-toggle-off:before { content: ""; }

.fa-toggle-on:before { content: ""; }

.fa-bicycle:before { content: ""; }

.fa-bus:before { content: ""; }

.fa-ioxhost:before { content: ""; }

.fa-angellist:before { content: ""; }

.fa-cc:before { content: ""; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: ""; }

.fa-meanpath:before { content: ""; }
