/*Theme Name: SmartFoodTheme URI: https://themesdepot.org/Author: ThemesDepotAuthor URI: https://themesdepot.org/Description: SmartFood is a Premium Responsive WordPress Theme perfect fit for the restaurants, pubs, bars, wineries and other companies offering foods and drinks.Version: 1.3License URI: readme.txtText Domain: smartfood*/
/* Table of contents to do. 1. Reset2. Bootstrap grid library3. Libraries assets4. Base Layout5. Headers6. Pages7. Widgets8. Forms9. Blog10. Shortcodes11. WPRM Integration12. Footer13. Browsers specific14. Responsive specific styles*/
/* Reset-------------------------------------------------------------- */
/* Eric Meyer's Reset CSS v2.0 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Bootstrap-------------------------------------------------------------- */

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 {
    -moz-box-sizing: content-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    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 {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.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;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.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-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .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-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@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-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .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-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row: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: 767px) {
 
	
    .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: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) 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: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .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: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .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: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .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;
    }
}
/* Mixins and other elements-------------------------------------------------------------- */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-ms-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
@-ms-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
@-ms-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}
@-ms-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}
@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
@-ms-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}
@-ms-keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
@-ms-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
@-ms-keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
@-ms-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
/* Make clicks pass-through */

#nprogress {
    pointer-events: none;
}
#nprogress .bar {
    background: #b39964;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
/* Fancy blur effect */

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #b39964, 0 0 5px #b39964;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}
#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #b39964;
    border-left-color: #b39964;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}
@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* * jQuery FlexSlider v2.2.0 * http://www.woothemes.com/flexslider/ * * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author: Tyler Smith (@mbmufffin) */
/* Browser Resets*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Icon Fonts*********************************/
/* Font-face Icons */

@font-face {
    font-family: 'flexslider-icon';
    src: url('assets/fonts/flexslider-icon.eot');
    src: url('assets/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('assets/fonts/flexslider-icon.woff') format('woff'), url('assets/fonts/flexslider-icon.ttf') format('truetype'), url('assets/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FlexSlider Necessary Styles*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme*********************************/

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

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

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

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: white;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}
/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**       * Remove all paddings around the image on small screen       */
    
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
@-webkit-keyframes animated_bar {
    from {
        width: 0px;
    }
    to {
        width: 100px;
    }
}
@-moz-keyframes animated_bar {
    from {
        width: 0px;
    }
    to {
        width: 100px;
    }
}
@-ms-keyframes animated_bar {
    from {
        width: 0px;
    }
    to {
        width: 100px;
    }
}
@-o-keyframes animated_bar {
    from {
        width: 0px;
    }
    to {
        width: 100px;
    }
}
@keyframes animated_bar {
    from {
        width: 0px;
    }
    to {
        width: 100px;
    }
}
/* Settings-------------------------------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*::selection {
    background-color: #000;
    color: #fff;
}
html {
    font-size: 62.5%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    color: #555;
    font: 18px/1.2em;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252525;
    font-weight: 600;
    line-height: 1.4em !important;
}
h1 {
    font-size: 32px;
    line-height: 12px;
    margin-bottom: 0px;
}
h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
}
h5 {
    font-size: 18px;
    line-height: 22px;
}
h6 {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase !important;
}
em,
cite {
    font-style: italic;
}
cite {
    display: block;
}
strong {
    font-weight: bold;
}
strike,
del {
    text-decoration: line-through;
}
abbr,
acronym,
ins {
    border-bottom: 1px dotted;
}
abbr,
acronym {
    cursor: help;
    text-transform: uppercase;
}
sup {
    color: #A9A9A9;
    font-size: 14px;
    position: relative;
    vertical-align: top;
    top: -7px;
}
sub {
    bottom: -5px;
    color: #A9A9A9;
    font-size: 14px;
    position: relative;
    vertical-align: bottom;
}
var,
kbd,
samp,
code,
pre {
    background: #F3F3F3;
    color: #252525;
    font: 16px/1.7 'Consolas', monospace;
    padding: 2px 3px;
}
pre {
    background-color: #F3F3F3;
    border-radius: 2px;
    clear: both;
    display: block;
    font-size: 15px;
    padding: 35px;
    margin: 10% 0;
    overflow: auto;
    overflow-x: scroll;
    overflow-wrap: normal;
}
blockquote {
    margin: 2% 0 2% 2%;
    padding-left: 2%;
    color: #A9A9A9;
    font-style: italic;
    border-left: 10px solid #F3F3F3;
}
p,
ul,
ol,
dl,
dd,
form table,
address,
fieldset {
    margin-bottom: 30px;
}
a {
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    text-decoration: none;
}
ol {
    list-style: decimal;
    margin-left: 20px;
}
.display-mobile {
    display: none;
}
.map_canvas {
    position: initial !important;
    height: inherit !important;
}
/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    text-align: left;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    text-align: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.wp-caption,
.wp-caption-text,
.gallery-caption {
    max-width: 100%;
    position: absolute;
    width: 100%;
    background: #21201e;
    color: #b39964;
    bottom: 0px;
    z-index: 5;
    margin-bottom: 0px;
    padding: 5px 0px;
}
.bypostauthor {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}
.post-content img {
    max-width: 100%;
}
.post-content table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 4px;
}
.post-content table th,
.post-content table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.sticky {
    border: 2px solid #b39964;
    padding: 25px;
}
/* Header Styles-------------------------------------------------------------- */

#nav-main {
    background: #fff;
    border-bottom: 2px solid #ededed;
    z-index: 3;
    position: relative;
}
.nav-main .site-logo {
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 20px;
}
/* SuperFish basic-------------------------------------------------------------- */

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

.sf-menu {
    display: block;
}

.sf-menu > li {
  border: 1px solid transparent;
  margin-left: 1px;
  margin-top: 39px;
  position: relative;
}
.current_page_item a:hover{
  border: 1px solid #F4EB2F;
  transition: none;
}
.current_page_item a{
  border: 1px solid transparent;
  transition: none;
}

.sf-menu > li a {
    color: #21201e;
    font-size: 13px;
    text-transform: uppercase; 
	padding: 7px 8px;
    font-weight: bold;
}
.sf-menu > li a:hover {
    text-decoration: none;
}
.sf-menu > li:hover,
.sf-menu > li.current-menu-item {
    border-bottom: 1px solid #F4EB2F;
}
.sf-menu li.current-menu-item > a {
    color: #F4EB2F !important;
}
.sf-menu .sub-menu {
    background: #21201e;
    display: none;
    width: 200px;
    z-index: 9999;
    padding: 4px 0 4px;
    border-radius: 3px;
}
.sf-menu .sub-menu::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  float: none !important;
  height: 0;
  left: 10%;
  margin-left: -8px !important;
  padding: 0 !important;
  position: absolute !important;
  top: -8px !important;
  transition: all 0s ease 0s;
  width: 0;
}
.sub-menu li a:hover{
 border: 1px solid #F4EB2F !important;
}
.sub-menu li a{
 border: 1px solid transparent !important;
}
/*.sf-menu .sub-menu:before {
    content: '';
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #21201e;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    position: absolute !important;
    top: -8px !important;
    left: 10%;
    margin-left: -8px !important;
    float: none !important;
    padding: 0 !important;
} */
.sf-menu .sub-menu .sub-menu {
    margin-left: 15px;
}
.sf-menu .sub-menu .sub-menu:before {
    content: '';
    height: 0;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #21201e;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    position: absolute !important;
    top: 15px !important;
    left: -8px;
    margin-left: -8px !important;
    float: none !important;
    padding: 0 !important;
}

.sf-menu .sub-menu a {
  border-top: 1px solid #242d30;
  color: #d8d8d8;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 8px 6px;
  position: relative;
}
.sf-menu .sub-menu li:first-child a {
    border-top: none;
}
.sf-menu .sub-menu a:hover {
    color: #b39964;
}
.sf-menu .sf-with-ul:after {
    /*content: "\f012";*/
    font-family: FontAwesome;
    margin-left: 5px;
}
.sf-menu .sub-menu .sf-with-ul:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
}
#main li:first-child {
    margin-left: 0px;
}
body.page-header-transparent #nav-main {
    background: transparent;
}
body.page-header-transparent #nav-main a {
    color: #f5eb30;
    font-weight: 600;
}
body.page-header-transparent #nav-main a:hover {
    color: #F4EB2F !important;
}

body.page-header-transparent #nav-main .sub-menu {
    /*background: #fff; */
    background: none;
}
body.page-header-transparent #nav-main .sub-menu li:first-child a,
body.page-header-transparent #nav-main .sub-menu .sub-menu li:first-child a {
    border-top: none;
}
body.page-header-transparent #nav-main .sub-menu li a,
body.page-header-transparent #nav-main .sub-menu .sub-menu li a {
    color: #F4EB2F;
    border-top: none;
}
body.page-header-transparent #nav-main .sub-menu:before {
    border-bottom-color: #fff;
}
body.page-header-transparent #nav-main .sub-menu .sub-menu:before {
    border-right-color: #fff;
    border-bottom-color: transparent;
}
/* Page Header Styles-------------------------------------------------------------- */

body.page-header-image #subheader {
    padding-top: 150px;
    padding-bottom: 150px;
}
body.page-header-image #nav-main {
    border: none;
}
body.page-header-image.page-header-transparent #nav-main {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.0);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
#page-header-overlay,
.footer-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#overlay-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
#overlay-content h1,
#overlay-content h2,
#overlay-content h3,
#overlay-content h4,
#overlay-content h5,
#overlay-content h6 {
    color: #fff;
}
#overlay-content h1 {
    font-size: 58px;
    font-weight: 300;
    letter-spacing: -1pt;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -ms-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#overlay-content h2 {
    font-weight: 400;
    color: #b39964;
    letter-spacing: 7px;
    text-transform: uppercase;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#title-separator {
    background: #b39964;
    height: 2px;
    width: 0px;
    margin: 50px auto 0px auto;
    -webkit-animation: animated_bar 700ms ease forwards;
    -moz-animation: animated_bar 700ms ease forwards;
    animation: animated_bar 700ms ease forwards;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
#title-separator:before {
    content: "";
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #b39964;
    padding: 0 !important;
    position: absolute;
    margin-left: -53px;
    margin-top: -3px;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
#title-separator:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #b39964;
    padding: 0 !important;
    position: absolute;
    margin-left: 48px;
    margin-top: -3px;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.backstretch {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* Default subheader */

#subheader-static {
    background: #fafafa;
    padding: 70px 0px;
    text-align: center;
}
#subheader-static h1 {
    margin: 0px;
    padding: 0px;
    font-size: 32px;
    font-weight: 400;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -ms-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#subheader-static h2 {
    color: #b39964;
    font-size: 14px;
    margin-bottom: 15px;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#subheader-static #title-separator {
    margin-top: 25px;
}
.breadcrumb-trail {
    font-size: 11px;
    color: #969696;
    padding-top: 20px;
}
.breadcrumb-trail a {
    color: #b39964;
}
.breadcrumb-trail .trail-begin:before {
    content: "\f015";
    font-family: FontAwesome;
    margin-right: 5px;
}
.breadcrumb-trail .trail-browse {
    display: none;
}
#header-dropin {
    background-color: #fff;
    float: left;
    opacity: 0.97;
    width: 100%;
    z-index: 1039;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
}
#header-dropin img {
    height: 40%;
    width: 40%;
    padding: 15px 0px;
}
#header-dropin .sf-menu > li {
    padding: 30px 0px;
}
body.admin-bar-showing #header-dropin {
    top: 32px;
}
#sticky-logo {
    text-align: center;
}
#mobile-nav {
    background-color: #004a9f;
    position: relative;
    z-index: 9999;
}
#mobile-nav .trigger-mobile-wrapper {
    text-align: right;
    padding: 14px 30px;
    text-transform: uppercase;
}
#mobile-nav .trigger-mobile-wrapper a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
#mobile-nav .trigger-mobile-wrapper i {
    margin-left: 10px;
}
.mainMenu ul {
    width: 100%;
    background: rgba(0, 0, 0, 0.53);
    margin-bottom: 0px;
}
.mainMenu ul a {
    color: #FFF;
    display: block;
    padding: 14px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mainMenu ul a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
}
.mainMenu ul ul {
    margin-left: 20px;
    margin-bottom: 0px;
    display: none;
}
.mainMenu ul .nested-list {
    float: right;
    margin-top: 3px;
}
.menu-hidden,
.display-mobile {
    display: none;
}
.show-sub-menu {
    display: block !important;
}
/* Pages Styles-------------------------------------------------------------- */

#page-content {
    padding: 70px 0px 70px 0px;
    font-size: 16px;
    line-height: 1.8em;
    color: #21201e;
}
#page-content h1 {
    margin: 0 0 0px 0;
    line-height: 35px;
}
#page-content a {
    color: #b39964;
    text-decoration: none;
}
#page-content a:hover,
#page-content a:active,
#page-content a:focus {
    color: #77633a;
}
/* Extra Styles for the editor */

h4.title-highlight {
    color: #b39964;
    font-size: 14px;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-style: normal;
    margin: 0 auto 0.3em;
}
p.paragraph-highlight {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0.4px;
    font-weight: 600;
    font-style: normal;
    color: #21201e;
    width: 50%;
    margin: 10px auto;
}
body.error404 header.page-header {
    text-align: center;
}
body.error404 header.page-header + p {
    text-align: center;
}
body.error404 .search-form {
    padding: 0px 350px;
}
body.error404 .search-form input[type=search] {
    width: 95% !important;
}
#to-top {
    display: block;
    position: fixed;
    text-align: center;
    right: 17px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 10000;
    height: 29px;
    width: 29px;
    background-color: #b39964;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
#to-top i {
    line-height: 29px !important;
    width: 29px !important;
    height: 29px !important;
    font-size: 14px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    background-color: transparent !important;
    color: #21201e;
}
/* Tribe Events */

body.archive.tax-tribe_events_cat #subheader-static {
    padding-bottom: 0px;
}
body.archive.tax-tribe_events_cat #tribe-events-bar {
    margin-bottom: 0px;
    margin-top: 50px;
}
body.archive.tax-tribe_events_cat #tribe-bar-form {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
body.archive.tax-tribe_events_cat #subheader {
    padding-bottom: 0px;
}
body.archive.tax-tribe_events_cat #tribe-events .tribe-events-button,
body.archive.tax-tribe_events_cat #tribe-events .tribe-events-button:hover,
body.archive.tax-tribe_events_cat #tribe_events_filters_wrapper input[type=submit],
body.archive.tax-tribe_events_cat .tribe-events-button,
body.archive.tax-tribe_events_cat .tribe-events-button.tribe-active:hover,
body.archive.tax-tribe_events_cat .tribe-events-button.tribe-inactive,
body.archive.tax-tribe_events_cat .tribe-events-button:hover,
body.archive.tax-tribe_events_cat .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
body.archive.tax-tribe_events_cat .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
    background-color: #b39964;
}
body.archive.tax-tribe_events_cat #tribe-events-conten2t a {
    color: #fff;
}
body.archive.tax-tribe_events_cat .tribe-events-month-event-title a,
body.archive.tax-tribe_events_cat .tribe-events-page-title a {
    color: #b39964 !important;
}
body.archive.tax-tribe_events_cat #tribe-events-content .tribe-events-tooltip h4,
body.archive.tax-tribe_events_cat #tribe_events_filters_wrapper .tribe_events_slider_val,
body.archive.tax-tribe_events_cat .single-tribe_events a.tribe-events-gcal,
body.archive.tax-tribe_events_cat .single-tribe_events a.tribe-events-ical {
    color: #b39964 !important;
}
body.archive.tax-tribe_events_cat .vcalendar td > div:not(.tribe-events-viewmore) > a {
    color: #fff !important;
}
.tdp-event-title a {
    color: #21201e !important;
}
.event-meta {
    font-size: 12px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 35px 0px;
}
.badge-date {
    position: relative;
    background: #21201e;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #fff;
}
.event-img {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.single-event-meta {
    padding: 10px 20px !important;
}
.single-event-meta h3,
.single-event-meta span {
    font-size: 14px !important;
}
.single-event-meta i {
    margin-right: 10px;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
    background-color: #b39964 !important;
}
body.events-archive #subheader {
    padding-bottom: 0px;
}
body.events-archive #tribe-events-bar {
    margin-bottom: 0px !important;
}
body.events-archive #title-separator {
    margin-bottom: 150px;
}
body.tribe-events-day .tribe-events-page-title {
    margin-top: 50px;
}
body.tribe-events-day .tribe-events-ical {
    margin-bottom: 50px;
}
/* Homepage Slider */
/*----------------------------------------------------------------    Loaders----------------------------------------------------------------*/

body.page-template-homepage .landing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
}
body.page-template-homepage .loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6.25em;
    height: 6.25em;
    -webkit-animation: rotate 2.4s linear infinite;
    -moz-animation: rotate 2.4s linear infinite;
    animation: rotate 2.4s linear infinite;
}
body.page-template-homepage .spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    width: 5em;
    height: 2em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
body.page-template-homepage .spinner > div {
    display: inline-block;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
body.page-template-homepage .spinner .landing-slider .spinner > div {
    background-color: rgba(255, 255, 255, 0.5);
}
body.page-template-homepage .landing-els .spinner > div {
    background-color: rgba(0, 0, 0, 0.2);
}
body.page-template-homepage .spinner .bounce1 {
    margin-right: 0.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
body.page-template-homepage .spinner .bounce2 {
    margin-right: 0.5em;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*----------------------------------------------------------------    Intro----------------------------------------------------------------*/

#intro-wrap {
    position: relative;
    width: 100%;
    height: 700px;
    background-color: #21201e;
}
#intro {
    width: inherit;
    height: inherit;
}
#intro .intro-item {
    position: absolute;
    width: inherit;
    height: inherit;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
#intro .intro-item:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
}
#intro.preload .intro-item {
    visibility: hidden;
}
#intro .intro-mockup,
#intro .caption,
#intro .caption-mockup,
#intro .photocaption {
    z-index: 2;
}
#intro .caption,
#intro .photocaption {
    position: absolute;
}
#intro .intro-mockup-wrapper,
#intro .caption,
#intro .photocaption {
    margin: 0 auto;
    padding: 0 8%;
}
#intro .intro-mockup-wrapper {
    max-width: 70em;
}
#intro .intro-mockup img {
    margin: 0 auto;
    max-width: 40em;
}
#intro .intro-mockup.intro-left img,
#intro .intro-mockup.intro-right img {
    max-width: 20em;
}
.owl-item .caption h2,
.owl-item .caption p,
.owl-item .caption .button,
.owl-item .caption-mockup h2,
.owl-item .caption-mockup p,
.owl-item .caption-mockup .button,
.owl-item .photocaption {
    opacity: 0;
}
.caption,
.caption-mockup {
    width: 100%;
    text-align: center;
}
.caption {
    top: 250px;
}
.caption h2 {
    font-weight: 400;
    color: #b39964;
    letter-spacing: 7px;
    text-transform: uppercase;
}
.caption p {
    font-size: 58px;
    font-weight: 300;
    letter-spacing: -1pt;
    color: #fff;
}
.caption a.button {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.caption a.button:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
#intro-wrap .more {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 2.667em;
}
#intro-wrap .more a {
    color: #fff;
    opacity: 0;
    filter: Alpha(Opacity=0);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#intro-wrap:hover .more a {
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.owl-item .caption h2,
.owl-item .caption p,
.owl-item .caption .button {
    opacity: 0;
}
.owl-item.active .caption h2,
.owl-item.active .caption-mockup h2 {
    opacity: 0;
    -webkit-animation: fade 0.65s ease forwards;
    -moz-animation: fade 0.65s ease forwards;
    animation: fade 0.65s ease forwards;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.owl-item.active .caption p,
.owl-item.active .caption-mockup p {
    opacity: 0;
    -webkit-animation: fade 0.65s ease forwards;
    -moz-animation: fade 0.65s ease forwards;
    animation: fade 0.65s ease forwards;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.owl-item.active .caption .button {
    opacity: 0;
    -webkit-animation: fade 0.65s ease forwards;
    -moz-animation: fade 0.65s ease forwards;
    animation: fade 0.65s ease forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.owl-wrapper.grabbing .owl-item.active .caption .button {
    opacity: 1 !important;
}
.no-cssanimations .owl-item.active .photocaption,
.no-cssanimations .owl-item.active .caption h2,
.no-cssanimations .owl-item.active .caption-mockup h2,
.no-cssanimations .owl-item.active .caption p,
.no-cssanimations .owl-item.active .caption-mockup p,
.no-cssanimations .owl-item.active .caption .button,
.no-cssanimations .owl-item.active .caption-mockup .button {
    opacity: 1;
}
@-webkit-keyframes fade {
    to {
        opacity: 1;
    }
}
@-moz-keyframes fade {
    to {
        opacity: 1;
    }
}
@keyframes fade {
    to {
        opacity: 1;
    }
}
@-webkit-keyframes photocaption {
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes photocaption {
    to {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@keyframes photocaption {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes mcaption {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes mcaption {
    to {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@keyframes mcaption {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes lfade {
    from {
        opacity: 0;
        -webkit-transform: translateX(-3em);
    }
}
@-moz-keyframes lfade {
    from {
        opacity: 0;
        -moz-transform: translateX(-3em);
    }
}
@keyframes lfade {
    from {
        opacity: 0;
        transform: translateX(-3em);
    }
}
@-webkit-keyframes smalllfade {
    from {
        opacity: 0;
        -webkit-transform: translateX(-1em);
    }
}
@-moz-keyframes smalllfade {
    from {
        opacity: 0;
        -moz-transform: translateX(-1em);
    }
}
@keyframes smalllfade {
    from {
        opacity: 0;
        transform: translateX(-1em);
    }
}
@-webkit-keyframes rfade {
    from {
        opacity: 0;
        -webkit-transform: translateX(3em);
    }
}
@-moz-keyframes rfade {
    from {
        opacity: 0;
        -moz-transform: translateX(3em);
    }
}
@keyframes rfade {
    from {
        opacity: 0;
        transform: translateX(3em);
    }
}
/*----------------------------------------------------------------    Owl Carousel mockups----------------------------------------------------------------*/

.owl-item {
    clear: none;
}
.owl-item > div {
    padding: 10px;
}
#intro .owl-item > div,
.gallery .owl-item > div {
    padding: 0;
}
.owl-theme .owl-controls .owl-buttons div,
#intro.owl-theme .owl-controls .owl-pagination {
    position: absolute;
}
#intro.owl-theme .owl-controls .owl-pagination {
    bottom: 1em;
    margin: 0 20%;
    width: 60%;
}
.slider .owl-theme .owl-controls .owl-buttons div {
    color: #aaa;
}
.gallery.slider .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}
.slider .owl-theme .owl-controls .owl-page span {
    background: #aaa;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 53%;
    left: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    top: 53%;
    right: 20px;
}
.gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 0.944em;
    right: 0.333em;
    left: auto;
}
.gallery .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 2.222em;
    right: 0.333em;
}
.owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
/*----------------------------------------------------------------    Owl Carousel general----------------------------------------------------------------*/

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    /* text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
    
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    zoom: 1;
    *display: inline;
}
#intro-wrap .owl-controls .owl-buttons div {
    text-shadow: none;
    font-size: 2.667em;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
#intro-wrap:hover .owl-controls .owl-buttons div {
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
#intro-wrap:hover .owl-controls .owl-buttons div:hover {
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.dark-controls .owl-theme .owl-controls .owl-buttons div {
    color: #292929;
}
.white-controls .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    margin: 0.333em;
    width: 0.667em;
    height: 0.667em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.text-light .owl-theme .owl-controls .owl-page span,
.text-light .testimonial-slider.owl-theme .owl-controls .owl-page span,
.text-light .custom-carousel.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.dark-controls .owl-theme .owl-controls .owl-page span,
.testimonial-slider.owl-theme .owl-controls .owl-page span,
.custom-carousel.owl-theme .owl-controls .owl-page span {
    background: #aaa;
}
.white-controls .owl-theme .owl-controls .owl-page span {
    background: #fff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.text-light .owl-theme .owl-controls .owl-page.active span,
.text-light .testimonial-slider.owl-theme .owl-controls .owl-page.active span,
.text-light .custom-carousel.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ccc;
    font-size: 12px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(images/AjaxLoader.gif) no-repeat center center;
}
.owl-theme .owl-controls .owl-buttons div {
    margin-top: -20px;
    font-size: 40px;
}
.gallery .owl-controls .owl-buttons div {
    font-size: 2em;
}
#intro-wrap .owl-carousel .owl-wrapper-outer,
#intro-wrap .owl-wrapper,
#intro-wrap .owl-carousel .owl-item {
    height: inherit;
}
#intro-wrap .owl-carousel .owl-item {
    overflow: hidden;
}
@media handheld,
only screen and (min-width: 48em) {
    .owl-theme .owl-controls .owl-buttons div {
        margin-top: -25px;
        font-size: 50px;
    }
    .gallery .owl-controls .owl-buttons div {
        font-size: 2em;
    }
    .carousel-item h1,
    .carousel-item h2,
    .carousel-item h3,
    .carousel-item h4,
    .carousel-item h5,
    .carousel-item h6 {
        margin-top: 0.67em;
    }
}
/*----------------------------------------------------------------    Core Owl Carousel CSS File----------------------------------------------------------------*/
/* clearfix */

.owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}
/* display none until init */

.owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */

.grabbing {
    cursor: url(images/grabbing.png) 8 8, move;
}
/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -ms-perspective: 1200px;
    -ms-perspective-origin-x: 50%;
    -ms-perspective-origin-y: 50%;
    -o-perspective: 1200px;
    -o-perspective-origin-x: 50%;
    -o-perspective-origin-y: 50%;
    perspective: 1200px;
    perspective-origin-x: 50%;
    perspective-origin-y: 50%;
}
/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    -moz-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
    z-index: 10;
    -webkit-animation: fadeIn 0.7s both ease;
    -moz-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease;
}
/* backSlide */

.owl-backSlide-out {
    z-index: -10;
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    z-index: 10;
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */

.owl-goDown-out {
    z-index: -10;
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    z-index: 10;
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}
/* scaleUp */

.owl-fadeUp-in {
    z-index: 10;
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
    z-index: -10;
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}
/* scaleDown */

.owl-scaleDown-in {
    z-index: 10;
    -webkit-animation: scaleDownFrom 0.7s ease both;
    -moz-animation: scaleDownFrom 0.7s ease both;
    animation: scaleDownFrom 0.7s ease both;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.owl-scaleDown-out {
    z-index: -10;
    -webkit-animation: scaleDownTo 0.5s ease both;
    -moz-animation: scaleDownTo 0.5s ease both;
    animation: scaleDownTo 0.5s ease both;
}
/* scaleDownRight */

.owl-scaleDownRight-in {
    z-index: 10;
    -webkit-animation: scaleDownRightFrom 0.7s ease both;
    -moz-animation: scaleDownRightFrom 0.7s ease both;
    animation: scaleDownRightFrom 0.7s ease both;
}
.owl-scaleDownRight-out {
    z-index: -10;
    -webkit-animation: scaleDownRightTo 0.6s ease both;
    -moz-animation: scaleDownRightTo 0.6s ease both;
    animation: scaleDownRightTo 0.6s ease both;
}
/* scaleUpLeft */

.owl-scaleUpLeft-in {
    z-index: 10;
    -webkit-animation: scaleUpLeftFrom 0.7s ease both;
    -moz-animation: scaleUpLeftFrom 0.7s ease both;
    animation: scaleUpLeftFrom 0.7s ease both;
}
.owl-scaleUpLeft-out {
    z-index: -10;
    -webkit-animation: scaleUpLeftTo 0.6s ease both;
    -moz-animation: scaleUpLeftTo 0.6s ease both;
    animation: scaleUpLeftTo 0.6s ease both;
}
/* fadeTop */

.owl-fadeTop-in {
    z-index: 10;
    -webkit-animation: fadeTopFrom 0.7s ease both;
    -moz-animation: fadeTopFrom 0.7s ease both;
    animation: fadeTopFrom 0.7s ease both;
}
.owl-fadeTop-out {
    z-index: -10;
    -webkit-animation: fadeTopTo 0.7s ease both;
    -moz-animation: fadeTopTo 0.7s ease both;
    animation: fadeTopTo 0.7s ease both;
}
/* overlap */

.owl-overlap-in {
    z-index: 10;
    -webkit-animation: overlapFrom 0.6s ease both;
    -moz-animation: overlapFrom 0.6s ease both;
    animation: overlapFrom 0.6s ease both;
}
.owl-overlap-out {
    z-index: -10;
    -webkit-animation: overlapTo 0.7s ease both;
    -moz-animation: overlapTo 0.7s ease both;
    animation: overlapTo 0.7s ease both;
}
/* Keyframes */
/*empty*/

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}
@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}
@keyframes empty {
    0% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleDownFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleDownFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleDownFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleDownTo {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleDownTo {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleDownTo {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes scaleDownRightFrom {
    from {
        -webkit-transform: translateX(100%);
    }
}
@-moz-keyframes scaleDownRightFrom {
    from {
        -moz-transform: translateX(100%);
    }
}
@keyframes scaleDownRightFrom {
    from {
        transform: translateX(100%);
    }
}
@-webkit-keyframes scaleDownRightTo {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleDownRightTo {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleDownRightTo {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes scaleUpLeftFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleUpLeftFrom {
    from {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleUpLeftFrom {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes scaleUpLeftTo {
    to {
        -webkit-transform: translateX(-100%);
    }
}
@-moz-keyframes scaleUpLeftTo {
    to {
        -moz-transform: translateX(-100%);
    }
}
@keyframes scaleUpLeftTo {
    to {
        transform: translateX(-100%);
    }
}
@-webkit-keyframes fadeTopFrom {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes fadeTopFrom {
    from {
        opacity: 0.3;
        -moz-transform: translateY(-100%);
    }
}
@keyframes fadeTopFrom {
    from {
        opacity: 0.3;
        transform: translateY(-100%);
    }
}
@-webkit-keyframes fadeTopTo {
    to {
        opacity: 0.3;
        -webkit-transform: translateY(100%);
    }
}
@-moz-keyframes fadeTopTo {
    to {
        opacity: 0.3;
        -moz-transform: translateY(100%);
    }
}
@keyframes fadeTopTo {
    to {
        opacity: 0.3;
        transform: translateY(100%);
    }
}
@-webkit-keyframes overlapFrom {
    from {
        -webkit-transform: translateX(100%);
    }
}
@-moz-keyframes overlapFrom {
    from {
        -moz-transform: translateX(100%);
    }
}
@keyframes overlapFrom {
    from {
        transform: translateX(100%);
    }
}
@-webkit-keyframes overlapTo {
    to {
        -webkit-transform: translateX(-25%);
    }
}
@-moz-keyframes overlapTo {
    to {
        -moz-transform: translateX(-25%);
    }
}
@keyframes overlapTo {
    to {
        transform: translateX(-25%);
    }
}
/* Homepage static section */

#static-image-section {
    padding: 250px 0px 100px;
    color: #fff;
}
#static-image-section p {
    text-align: center;
}
#static-image-section .title-1 {
    margin-bottom: -5px;
}
#static-image-section .title-1 span {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 28px;
    line-height: 1px;
    margin-bottom: -10px;
    font-weight: 600;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 550ms;
    -moz-animation-duration: 550ms;
    -ms-animation-duration: 550ms;
    -o-animation-duration: 550ms;
    animation-duration: 550ms;
    -webkit-animation-delay: 550ms;
    -moz-animation-delay: 550ms;
    -ms-animation-delay: 550ms;
    -o-animation-delay: 550ms;
    animation-delay: 550ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#static-image-section .title-2 span {
    letter-spacing: -0.2px;
    font-size: 168px;
    line-height: 84px;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -ms-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#static-image-section .title-3 p {
    margin-top: -20px;
}
#static-image-section .title-3 span {
    letter-spacing: 2.5px;
    font-size: 40px;
    line-height: 56px;
    text-transform: lowercase;
    font-style: italic;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 600ms;
    -moz-animation-duration: 600ms;
    -ms-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -ms-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#static-image-section .title-4 {
    margin-top: -20px;
}
#static-image-section .title-4 span {
    text-transform: uppercase;
    letter-spacing: -0.2px;
    font-size: 65px;
    line-height: 84px;
    font-weight: 600;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 650ms;
    -moz-animation-duration: 650ms;
    -ms-animation-duration: 650ms;
    -o-animation-duration: 650ms;
    animation-duration: 650ms;
    -webkit-animation-delay: 650ms;
    -moz-animation-delay: 650ms;
    -ms-animation-delay: 650ms;
    -o-animation-delay: 650ms;
    animation-delay: 650ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.background-image-holder img {
    max-width: none;
    height: initial;
}
/* Widgets Styles-------------------------------------------------------------- */

.widget,
.single-event-meta {
    background-color: #fafafa;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 40px;
    padding: 30px 24px 30px 24px;
    font-size: 12px;
    color: #808080;
    line-height: 1.8em;
}
.widget .widget-title,
.single-event-meta .widget-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.4px;
}
.widget .widget-title:after,
.single-event-meta .widget-title:after {
    /* Add stuff here */
}
.widget p,
.single-event-meta p {
    margin-bottom: 10px;
}
.widget select,
.single-event-meta select {
    width: 100%;
}
.widget ul,
.single-event-meta ul {
    margin-bottom: 0px;
}
.widget ul li,
.single-event-meta ul li {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.widget img,
.single-event-meta img {
    max-width: 100%;
}
.widget_calendar #calendar_wrap {
    border: 1px solid #e4e4e4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    overflow: hidden;
}
#calendar_wrap caption {
    padding: 7px 0;
    text-align: center;
}
.widget_calendar table {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
    margin-bottom: -2px;
}
.widget_calendar table th {
    text-align: center;
    width: 26px;
    height: 35px;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
    vertical-align: middle;
}
.widget_calendar table th:first-child {
    border-left: 0;
}
.widget_calendar table th:last-child {
    border-right: 0;
}
.widget_calendar table tbody tr {
    height: 35px;
}
.widget_calendar table tbody tr td {
    color: #444;
    text-align: center;
    border: 1px solid #e4e4e4;
    vertical-align: middle;
    padding: 0;
}
.widget_calendar table tbody tr > td:first-child {
    border-left: 0;
}
.widget_calendar table tbody tr > td:last-child {
    border-right: 0;
}
.widget_calendar table tbody tr > td a {
    padding: 6px 0;
    display: block;
}
.widget_calendar table tbody tr > td a:hover {
    text-decoration: none;
}
.widget_calendar table tbody tr > td.pad {
    border: 0;
    border-top: 1px solid #e4e4e4;
}
.widget_calendar table tfoot {
    position: absolute;
    top: 2px;
    width: 100%;
    display: block;
}
.widget_calendar table tfoot tr {
    width: 100%;
    display: block;
}
.widget_calendar table tfoot td {
    padding: 5px 0;
    border-color: transparent;
    float: left;
}
.widget_calendar table tfoot td#prev {
    padding-left: 10px;
    width: 40px;
    text-align: left;
}
.widget_calendar table tfoot td#next {
    padding-right: 10px;
    width: 40px;
    text-align: right;
    float: right;
}
.widget_calendar table tfoot td a:hover {
    text-decoration: none;
}
.widget_search label span {
    display: none;
}
.tagcloud a {
    font-size: 13px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #21201e;
    padding: 3px 10px;
    margin: 5px 5px 5px 0px;
    white-space: nowrap;
    display: inline-block;
}
.tagcloud a:hover {
    background: black;
}
.tdp-social-icons ul li {
    display: inline-block;
    border: none;
    margin-right: 5px;
}
.tdp-social-icons ul li a {
    padding: 7px 10px;
    border-radius: 3px;
    background: #21201e;
    color: #fff !important;
    font-size: 16px;
}
.tdp-social-icons ul li a:hover {
    background: #b39964;
}
.tdp-social-icons ul li:last-child {
    margin-right: 0px;
}
.tdp-social-icons p {
    margin-bottom: 30px;
}
.widget_wprm_booking_form input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
    width: 100% !important;
}
.tdp-find-us .widget-a-button,
.tdp-find-us #tribe-bar-form2 .tribe-bar-submit input[type=submit],
#tribe-bar-form2 .tribe-bar-submit .tdp-find-us input[type=submit] {
    margin-top: 20px;
    display: block;
}
#sidebar input[type=search] {
    width: 90% !important;
}
table {
    border-bottom: 1px solid #ededed;
    color: #757575;
}
table td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
/* Forms Styles-------------------------------------------------------------- */

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea {
    border: 2px solid #CACACA;
    color: #999999;
    margin-bottom: 14px;
    width: 100%;
    padding: 8px 10px 5px 10px;
    outline: none;
    letter-spacing: 0.5pt;
    font-size: 14px;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.widget input[type="email"],
.single-event-meta input[type="email"],
.widget input[type="number"],
.single-event-meta input[type="number"],
.widget input[type="password"],
.single-event-meta input[type="password"],
.widget input[type="search"],
.single-event-meta input[type="search"],
.widget input[type="tel"],
.single-event-meta input[type="tel"],
.widget input[type="text"],
.single-event-meta input[type="text"],
.widget input[type="url"],
.single-event-meta input[type="url"],
.widget input[type="color"],
.single-event-meta input[type="color"],
.widget input[type="date"],
.single-event-meta input[type="date"],
.widget input[type="datetime"],
.single-event-meta input[type="datetime"],
.widget input[type="datetime-local"],
.single-event-meta input[type="datetime-local"],
.widget input[type="month"],
.single-event-meta input[type="month"],
.widget input[type="time"],
.single-event-meta input[type="time"],
.widget input[type="week"],
.single-event-meta input[type="week"] {
    width: 90%;
}
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover {
    border-color: #a4a19a;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus {
    border-color: #716e67;
}
input[type="button"], input[type="reset"], input[type="submit"], .widget-a-button, #tribe-bar-form2 .tribe-bar-submit input[type="submit"] {
  background: #004a9f none repeat scroll 0 0;
  border: medium none;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal;
  margin-right: 10px;
  margin-top: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in 0s;
  width: 100%;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #21201e;
    color: #fff;
}
/* Blog Styles-------------------------------------------------------------- */

.mediaholder {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mediaholder img {
    width: 100%;
    display: block;
    position: relative;
}
.hovericon {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 20px;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}
.hovericon i {
    display: block;
    text-align: center;
    line-height: 60px;
}
.ie8 .hovercover {
    display: none;
}
.hovercover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#59000000,endColorstr=#59000000)";
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    border-radius: 3px;
}
.post-img,
.video-container,
.link-container {
    margin: 0 0 30px 0;
}
.post-img img,
.video-container img,
.link-container img {
    border-radius: 3px;
}
.post-title {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 500;
    margin: 0 auto 4% auto;
    width: 100%;
    display: block;
}
.post-title a {
    color: #21201e !important;
}
.post-title a:hover {
    color: #b39964 !important;
}
.intro-meta {
    font-size: 14px;
    list-style: none;
    color: #808080;
    background-color: #fafafa;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.intro-meta li {
    list-style-type: none;
    padding: 10px 0;
}
.intro-meta li.categories a,
.intro-meta li.tags a {
    display: inline;
}
.intro-meta strong {
    color: #21201e;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0;
}
.intro-meta a {
    display: inline-block;
    font-size: 11px;
    width: 100%;
}
.intro-meta i {
    font-size: 20px;
    margin-right: 3px;
    vertical-align: middle;
    display: none;
}
.intro-meta .intro-meta-day {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -4px;
    color: #21201e;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.intro-meta .intro-meta-month {
    font-size: 22px;
    color: #21201e;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: solid 2px #e4e9f2;
}
#blog-posts article {
    margin-bottom: 70px;
}
.link-container .link-wrapper {
    background: #c4b086;
    padding: 35px;
    border-radius: 5px;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
.link-container .link-wrapper:hover {
    background: #b39964;
}
.link-container a {
    color: #fff !important;
}
.link-container a:hover {
    color: #21201e !important;
}
.link-container i {
    color: #fff;
    margin-right: 20px;
    font-size: 28px;
}
.quote-container {
    position: relative;
    margin: 0;
}
.quote-container .the-quote {
    margin-bottom: 0px;
    padding: 10px 0px;
}
.quote-container .the-quote:before {
    content: "\f10d";
    font-family: FontAwesome;
    vertical-align: middle;
    margin-right: 10px;
    color: #56544f;
}
.quote-container .the-quote:after {
    content: "\f10e";
    font-family: FontAwesome;
    vertical-align: middle;
    margin-left: 10px;
    color: #56544f;
}
article.format-quote {
    display: block;
}
article.format-quote blockquote {
    margin-bottom: 70px;
}
article.format-quote .quote-author {
    margin-top: -50px;
    margin-bottom: 100px;
    color: #b39964;
}
#cancel-comment-reply-link {
    margin: 5px 0 !important;
    font-weight: 600 !important;
    font-style: italic !important;
    font-size: 12px !important;
}
.tdp-commentlist {
    margin: 0 0px 40px 0px;
}
.tdp-commentlist li {
    margin: 0 0 15px 65px;
    list-style: none;
}
.tdp-commentlist li .tdp-single-comment {
    position: relative;
    margin-bottom: 20px;
    padding: 5px 70px 5px 20px;
    min-height: 60px;
    border: 1px solid #eee;
    background-color: #fafafa;
}
.tdp-commentlist li .tdp-single-comment:before {
    position: absolute;
    top: 50%;
    left: -7px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid #eee;
    border-right: none;
    border-top: none;
    background-color: #fafafa;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.tdp-commentlist li .gravatar {
    position: absolute;
    top: 50%;
    left: -65px;
    display: inline-block;
    margin-top: -22px;
}
.tdp-commentlist li .comment-meta {
    display: block;
    margin-bottom: 10px;
}
.tdp-commentlist li .comment-author {
    float: left;
    margin: 6px 8px 0 0;
    color: #4c4c4c;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 13px;
}
.tdp-commentlist li .comment-content {
    padding-top: 5px;
}
.tdp-commentlist li .comment-time {
    display: inline-block;
    float: left;
    margin: 7px 16px 0 0;
    color: #9e9e9e;
    font-style: italic;
    font-size: 12px;
}
.tdp-commentlist li .comment-reply a {
    right: 25px;
}
.tdp-commentlist li .comment-reply a {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -16px;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    color: #bdbdbd;
    text-align: center;
    cursor: pointer;
}
.tdp-commentlist li .comment-reply a i {
    line-height: 28px;
}
.tdp-commentlist li .comment-reply a:hover {
    border-color: #21201e;
    background-color: #21201e;
    color: #fff !important;
}
.tdp-commentlist li .children {
    margin-bottom: 50px;
    margin-left: 80px;
}
.tdp-commentlist #respond {
    margin: 0 0 30px 0 !important;
}
.tdp-commentlist #respond .single-post-fancy-title {
    display: none;
}
#comments {
    padding-top: 10px;
}
.tdp-commentlist li.pingback {
    position: relative;
    margin-bottom: 20px;
    padding: 15px !important;
    border: 1px solid #eee;
    background-color: #fafafa;
}
#respond .single-post-fancy-title {
    margin-right: 0;
    margin-left: 0;
}
form#commentform .comment-textarea {
    margin-bottom: 15px;
}
form#commentform .comment-textarea textarea {
    width: 100%;
    padding: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #21201e;
}
form#commentform .text-input::-webkit-input-placeholder,
form#commentform textarea::-webkit-input-placeholder {
    color: #808080;
}
form#commentform .text-input:-ms-input-placeholder,
form#commentform textarea:-ms-input-placeholder {
    color: #808080;
}
form#commentform .text-input:-moz-placeholder,
form#commentform textarea:-moz-placeholder {
    color: #808080;
}
.comment-form-row {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
}
.comment-form-row i {
    float: left;
    width: 43px !important;
    height: 49px;
    line-height: 49px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    z-index: 3;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    color: #808080;
}
.comment-form-row i.input-focused {
    color: #fff;
}
.comment-form-row input {
    padding: 12px 12px 8px 12px !important;
    width: 100%;
    font-weight: 600;
    position: relative;
    z-index: 2;
    font-size: 14px;
    letter-spacing: 1pt;
    text-transform: uppercase;
    color: #21201e;
}
.comment-form-website {
    padding-right: 0;
}
.comment-form-name {
    padding-left: 0px;
}
#post-adj-nav {
    margin-left: 15px;
}
#post-adj-nav .post-navi a {
    display: block;
    width: 100%;
    font-weight: 900;
    font-size: 12px;
    color: #222;
    position: relative;
    text-align: center;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#post-adj-nav .columns {
    padding: 0px;
}
#post-adj-nav .columns:first-child {
    padding-left: 15px;
}
#post-adj-nav .columns:last-child {
    padding-right: 15px;
}
#post-adj-nav .post-navi.next a {
    padding-right: 15px;
    border-left: 1px solid #222;
}
#post-adj-nav .post-navi a:hover {
    background: #222;
    color: #fff;
}
#post-adj-nav .post-navi a i {
    font-size: 20px;
    position: absolute;
    top: 18px;
}
#post-adj-nav .post-navi.prev a i {
    left: 10px;
    top: 0px;
}
#post-adj-nav .post-navi.next a i {
    right: 10px;
    top: 0px;
}
#post-adj-nav {
    margin-top: 50px;
    display: block;
    border: 2px solid #222;
    margin-bottom: 30px;
}
#author-info {
    margin: 40px 0px 40px 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fafafa;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
    color: #808080;
    font-size: 13px;
}
#author-info .author-image {
    padding: 20px;
}
#author-info .author-image img {
    display: block;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
#author-info .author-bio {
    padding: 20px 20px 20px 0px;
}
#author-info .author-bio h4 {
    margin: 0px 0 10px 0;
    color: #21201e;
    font-size: 16px;
    letter-spacing: 1pt;
    text-transform: uppercase;
}
.wp-pagenavi span,
.wp-pagenavi a,
.page-links span,
.page-links a {
    border: 1px solid #cccccc;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 3px;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover,
.page-links span:hover,
.page-links a:hover {
    color: #fff !important;
    background: #21201e;
    border-color: #21201e;
}
.widget,
.single-event-meta,
.single-event-meta {
    font-size: 14px;
}
.post-content ul {
    list-style: square;
    margin-left: 20px;
}
.post-content ul li ul {
    margin-left: 20px;
    color: #716e67;
    margin-bottom: 0px;
}
.post-content ol li ol {
    margin-left: 20px;
    color: #716e67;
    margin-bottom: 0px;
}
/* Shortcodes Styles-------------------------------------------------------------- */
/* Columns================================================== */

.tdp-one-half,
#wprm-date-wrap,
#wprm-time-wrap,
#wprm-fullname-wrap,
#wprm-phone-wrap,
#wprm-email-wrap,
#wprm-party-wrap {
    width: 48%;
}
.tdp-one-third {
    width: 30.66%;
}
.tdp-two-third {
    width: 65.33%;
}
.tdp-one-fourth {
    width: 22%;
}
.tdp-three-fourth {
    width: 74%;
}
.tdp-one-fifth {
    width: 16.8%;
}
.tdp-two-fifth {
    width: 37.6%;
}
.tdp-three-fifth {
    width: 58.4%;
}
.tdp-four-fifth {
    width: 67.2%;
}
.tdp-one-sixth {
    width: 13.33%;
}
.tdp-five-sixth {
    width: 82.67%;
}
.tdp-one-half,
#wprm-date-wrap,
#wprm-time-wrap,
#wprm-fullname-wrap,
#wprm-phone-wrap,
#wprm-email-wrap,
#wprm-party-wrap,
.tdp-one-third,
.tdp-two-third,
.tdp-three-fourth,
.tdp-one-fourth,
.tdp-one-fifth,
.tdp-two-fifth,
.tdp-three-fifth,
.tdp-four-fifth,
.tdp-one-sixth,
.tdp-five-sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 2em;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tdp-column-last,
#wprm-time-wrap,
#wprm-phone-wrap,
#wprm-party-wrap {
    margin-right: 0 !important;
    clear: right;
}
.tdp-column-last:after,
#wprm-time-wrap:after,
#wprm-phone-wrap:after,
#wprm-party-wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* Spacing================================================== */

.tdp-spacing {
    display: block;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    outline: none !important;
}
/* Divider================================================== */

.tdp-divider {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    background: none !important;
}
.tdp-divider.solid {
    border-top: 1px solid #eee;
}
.tdp-divider.dashed {
    border-top: 2px dashed #eee;
}
.tdp-divider.dotted {
    border-top: 3px dotted #eee;
}
.tdp-divider.double {
    height: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.tdp-divider.fadeout {
    width: 100%;
    height: 1px;
    border: none;
    margin-bottom: 42px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#dddddd), to(#f9f9f9)) !important;
    background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
    background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
    background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
    background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
    background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
}
.tdp-divider.fadein {
    width: 100%;
    height: 1px;
    border: none;
    margin-bottom: 42px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#dddddd), to(#f9f9f9)) !important;
    background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
    background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
    background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
    background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
    background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important;
}
.tdp-divider {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    background: none;
}
/* Buttons================================================== */

.tdp-button {
    margin: 5px 5px 5px 0;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    nowhitespace: afterproperty;
    text-align: center;
    outline: none;
    border-radius: 3px;
    text-decoration: none !important;
    background-color: #004a9f;
} 
.tdp-button span.tdp-button-inner { 
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 1.1em 1.4em;
    line-height: 0.8em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
.tdp-button:hover {
    text-decoration: none;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
}
.tdp-button.accent-color {
    background-color: #21201e;
}
.tdp-button.accent-color-2 {
    background-color: #b39964;
}
.tdp-button.blue {
    background-color: #4B77BE;
}
.tdp-button.brown {
    background-color: #543934;
}
.tdp-button.grey {
    background-color: #B8C5D6;
}
.tdp-button.grey .tdp-button-inner {
    color: #21201e !important;
}
.tdp-button.green {
    background-color: #2ecc71;
}
.tdp-button.gold {
    background-color: #D58936;
}
.tdp-button.orange {
    background-color: #d35400;
}
.tdp-button.pink {
    background-color: #FFADC6;
}
.tdp-button.red {
    background-color: #D30000;
}
.tdp-button.teal {
    background-color: #00272B;
}
.tdp-button.large {
    font-size: 22px;
}
.tdp-button.small {
    font-size: 13px;
}
.tdp-button.small .tdp-button-inner {
    line-height: 0.4em;
}
.tdp-button .tdp-button-icon-left {
    margin-right: 10px;
}
.tdp-button .tdp-button-icon-right {
    margin-left: 10px;
}
/* Headings================================================== */

.tdp-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.tdp-heading span {
    background: #fff;
}
.tdp-heading-dotted-line {
    background: url("assets/images/dotted.png") center center repeat-x;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    border-bottom: none;
}
.tdp-heading-dashed-line {
    background: url("assets/images/dashed.png") center center repeat-x;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    border-bottom: none;
}
.tdp-heading-double-line {
    background: url("assets/images/double-line.png") center center repeat-x;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    border-bottom: none;
}
.tdp-heading.text-align-center {
    text-align: center;
}
.tdp-heading.text-align-center span {
    padding-right: 15px;
    padding-left: 15px;
}
.tdp-heading.text-align-left {
    text-align: left;
}
.tdp-heading.text-align-left span {
    padding-right: 15px;
}
.tdp-heading.text-align-right {
    text-align: right;
}
.tdp-heading.text-align-right span {
    padding-left: 15px;
}
.tdp-heading-icon-left {
    margin-right: 10px;
}
.tdp-heading-icon-right {
    margin-left: 10px;
}
/* Boxes================================================== */

.tdp-box,
#wprm-booking-form-errors-wrapper {
    display: block;
    padding: 15px;
    margin: 10px 0;
    font-size: 1em;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tdp-box p:last-child,
#wprm-booking-form-errors-wrapper p:last-child {
    margin: 0;
}
.tdp-box.blue,
.blue#wprm-booking-form-errors-wrapper {
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}
.tdp-box.blue a,
.blue#wprm-booking-form-errors-wrapper a {
    color: #3a87ad !important;
}
.tdp-box.green,
.green#wprm-booking-form-errors-wrapper {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}
.tdp-box.green a,
.green#wprm-booking-form-errors-wrapper a {
    color: #468847 !important;
}
.tdp-box.yellow,
#wprm-booking-form-errors-wrapper {
    color: #b38432;
    background-color: #f8f2d3;
    border: 1px solid #f6e4c1;
}
.tdp-box.yellow a,
#wprm-booking-form-errors-wrapper a {
    color: #b38432 !important;
}
.tdp-box.red,
.red#wprm-booking-form-errors-wrapper {
    color: #bd2020;
    background-color: #f3b6b6;
    border: 1px solid #ec8a8a;
}
.tdp-box.red a,
.red#wprm-booking-form-errors-wrapper a {
    color: #bd2020 !important;
}
.tdp-box br,
#wprm-booking-form-errors-wrapper br {
    display: none;
}
.tdp-box .close,
#wprm-booking-form-errors-wrapper .close {
    text-decoration: none;
    float: right;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-top: 7px;
}
/* Highlight================================================== */

span.tdp-highlight {
    background-color: #FFF49B;
    color: #A5651A;
    padding: 0 5px;
}
/* Testimonials================================================== */

.review blockquote {
    background: none !important;
    border-left: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.review blockquote q {
    display: block;
    padding: 25px 20px 24px 24px;
    background: #fafafa;
}
.review blockquote q::before,
.review blockquote q::after,
.review blockquote q:before,
.review blockquote q:after {
    content: '';
}
.review blockquote q p:first-child::before {
    content: open-quote;
}
.review blockquote q p:last-child::after {
    content: close-quote;
}
.review blockquote div {
    display: block;
    padding: 12px 0 0 2px;
    color: #333;
    font-style: normal !important;
    position: relative;
}
.review blockquote div:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.review blockquote div:after {
    border-color: rgba(72, 71, 71, 0);
    border-top-color: #fafafa;
    border-width: 10px;
    bottom: auto;
    top: 0px;
    left: 30px;
}
.review blockquote div strong {
    padding: 0;
    font-style: normal !important;
}
.review blockquote div span {
    font-style: normal !important;
}
.review blockquote div {
    float: left;
    line-height: 15px;
}
.review blockquote div .company-name {
    display: block;
    min-height: 29px;
    padding-top: 6px;
    font-style: normal !important;
}
/* Counters================================================== */

.tdp_counter_holder {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    padding: 20px 0;
}
.tdp_counter_holder.boxed_counter {
    border: 1px solid #afafaf;
    padding: 20px 40px;
    background-color: transparent;
}
.tdp_counter_holder.left {
    text-align: left;
}
.tdp_counter_holder.left .separator.small {
    margin-left: 0;
    margin-right: auto;
}
.tdp_counter_holder.right {
    text-align: right;
}
.tdp_counter_holder.right .separator.small {
    margin-left: auto;
    margin-right: 0;
}
.tdp_counter_holder.center {
    text-align: center;
    padding: 20px 40px;
}
.tdp_counter_holder span.counter {
    font-size: 75px;
    line-height: 1em;
    font-weight: 300;
    color: #21201e;
    display: inline-block !important;
    height: 1em;
}
.tdp_counter_holder p.counter_text {
    font-weight: 400;
    margin: 12px 0 0 0;
    font-size: 18px;
    color: #808080;
}
.tdp_counter_holder .separator.small {
    margin: 10px auto 0px auto;
}
/* Additionals editor styles================================================== */

h3.subheader {
    color: #9d9d9d;
    font-weight: 100;
    font-size: 22px;
}
.separator {
    position: relative;
    display: block;
    height: 1px;
    border-bottom: 1px dashed #717171;
    margin: 10px 0;
}
.separator.transparent {
    border-color: transparent;
}
.separator.small {
    height: 1px;
    position: relative;
    width: 27px;
    display: block;
    margin: 10px auto 20px auto;
}
.separator.small.left {
    margin: 10px 0 20px 0;
}
.separator.small.right {
    margin: 10px 0 20px auto;
}
/* Progress Bar================================================== */

.tdp_progress_bar {
    position: relative;
    margin: 0 0 8px 0;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.tdp_progress_bar .progress_content_outer {
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
    height: 16px;
}
.tdp_progress_bar .progress_content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    background-color: #b39964;
    height: 16px;
}
.tdp_progress_bar .progress_title_holder {
    position: relative;
    margin: 0 0 7px 0;
    color: #21201e;
}
.tdp_progress_bar .progress_title {
    display: inline-block;
    z-index: 100;
}
.tdp_progress_bar .progress_number_wrapper {
    text-align: right;
    position: absolute;
    left: 0px;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
}
.tdp_progress_bar .progress_number {
    top: -1px;
    float: right;
}
/* Pie Chart================================================== */

.tdp_pie_chart_holder {
    position: relative;
    display: block;
}
.tdp_pie_chart_holder .tdp_counter {
    float: none;
    margin: 0;
    font-size: 30px;
    color: #21201e;
    vertical-align: middle !important;
    position: relative;
    font-weight: 700;
}
.tdp_pie_chart_holder .tdp_counter:after {
    content: '%';
    margin-left: 0.1em;
    font-size: 1em;
}
.tdp_pie_chart_holder .tdp_counter.without_percent_mark:after {
    display: none;
}
.tdp_pie_chart_holder .pie_chart_text {
    text-align: center;
    margin: 43px 0 0;
}
.tdp_pie_chart_holder .pie_chart_text .pie_title {
    margin: 0 0 15px;
}
.tdp_percentage {
    position: relative;
    display: block;
    height: 175px;
    width: 175px;
    line-height: 175px;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
}
.tdp_percentage canvas {
    position: absolute;
    top: 0;
    left: 0;
}
/* Cover Boxes================================================== */

.cover_boxes {
    position: relative;
    overflow: hidden;
    margin-left: 20px;
}
.cover_boxes ul {
    width: 200%;
}
.cover_boxes ul li {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 265px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.cover_boxes ul li.active_box {
    width: 530px;
}
.cover_boxes ul li .box {
    width: 530px;
}
.cover_boxes ul li .box .thumb {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 10;
    width: 265px;
}
.cover_boxes ul li .box .thumb img {
    display: block;
    position: relative;
}
.cover_boxes ul li .box .box_content {
    bottom: 0px;
    left: 285px;
    position: absolute;
    padding: 0px 0px 0px 0px;
    width: 245px;
    z-index: 9;
    top: 0;
    color: #9d9d9d;
    font-size: 13px;
}
.cover_boxes ul li .box .box_content p {
    margin-bottom: 0px;
}
.cover_boxes ul li .box .box_content a {
    display: block;
    margin-top: 20px;
}
.cover_boxes ul li .box .cover_box_title {
    margin: 0px 0px 18px 0px;
}
/* Team members================================================== */

.tdp_team {
    background-color: #fff;
    overflow: hidden;
}
.tdp_team.with_padding .tdp_team_text {
    padding-left: 20px;
    padding-right: 20px;
}
.tdp_team .tdp_team_image {
    position: relative;
}
.tdp_team .tdp_team_image img {
    width: 100%;
    vertical-align: middle;
}
.tdp_team .tdp_team_description {
    display: table;
    width: 100%;
    height: 100%;
    color: #9d9d9d;
}
.tdp_team .tdp_team_text {
    padding: 36px 0 16px;
    border-style: none;
    border-width: 1px;
    border-color: #f6f6f6;
    border-top: none !important;
}
.tdp_team .tdp_team_title_holder {
    margin: 0 0 20px;
}
.tdp_team .tdp_team_title_holder .tdp_team_name {
    margin-bottom: 7px;
}
.tdp_team .tdp_team_text_inner .separator {
    background-color: #ecae80;
    margin-bottom: 16px !important;
}
.tdp_team .tdp_team_text .tdp_team_position {
    font-size: 15px;
    color: #696969;
}
.tdp_team .tdp_team_social_holder {
    position: relative;
}
.tdp_team ul {
    margin-top: 20px;
}
.tdp_team ul li {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #e6e6e6;
    border-radius: 3px;
    text-align: center;
}
.tdp_team_inner {
    overflow: hidden;
    width: 100%;
}
/* Tabs================================================== */

.tdp-tabs ul.ui-tabs-nav {
    display: block;
    padding: 0;
    border-bottom: solid 1px #ddd;
    margin-left: 1px;
    height: 40px;
    margin-bottom: 0;
}
.tdp-tabs ul.ui-tabs-nav li {
    display: block;
    width: auto;
    height: 40px;
    padding: 0 !important;
    float: left !important;
    margin: 0 0 0 -1px !important;
    outline: none;
}
.tdp-tabs ul.ui-tabs-nav li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 39px;
    padding: 0px 20px;
    line-height: 40px;
    border: solid 1px #ddd;
    border-width: 1px 1px 0 0;
    margin: 0;
    background-color: #f5f5f5;
    font-size: 1em;
    color: #444;
    outline: none;
}
.tdp-tabs ul.ui-tabs-nav li a:hover {
    color: #333;
    background: #eee;
}
.tdp-tabs ul.ui-tabs-nav .ui-state-active a {
    background: #fff;
    height: 40px;
    position: relative;
    border-left-width: 1px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}
.tdp-tabs ul.ui-tabs-nav .ui-state-active a:hover {
    background: #fff;
}
.tdp-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
    margin-left: 0;
}
.tdp-tabs ul.ui-tabs-nav li:first-child a {
    border-width: 1px 1px 0 1px;
}
.tdp-tabs .tab-content {
    background: #fff;
    padding: 20px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    color: #9d9d9d;
}
.tdp-tabs ul.tabs:before,
ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tdp-tabs ul.tabs:after {
    clear: both;
}
.tdp-tabs ul.tabs {
    zoom: 1;
}
.tdp-tabs .ui-tabs-hide {
    display: none;
}
.tdp-tabs:before,
ul.tdp-tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tdp-tabs:after {
    clear: both;
}
.tdp-tabs {
    zoom: 1;
    margin-bottom: 30px;
}
.tdp-tabs .ui-tabs-hide {
    display: none;
}
/* Toggle================================================== */

.tdp-toggle .tdp-toggle-trigger {
    display: block;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 3px;
    outline: 0;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    margin-top: 10px;
    cursor: pointer;
}
.tdp-toggle .tdp-toggle-trigger:hover {
    background-color: #eee;
    text-decoration: none;
}
.tdp-toggle .tdp-toggle-trigger.active,
.tdp-toggle .tdp-toggle-trigger.active:hover {
    color: #b39964;
    background-color: #eee;
    text-decoration: none;
}
.tdp-toggle .tdp-toggle-trigger.active:after,
.tdp-toggle .tdp-toggle-trigger.active:hover:after {
    content: "\f13a";
    font-family: FontAwesome;
    float: right;
    color: #b39964;
}
.tdp-toggle .tdp-toggle-trigger:after {
    content: "\f139";
    font-family: FontAwesome;
    float: right;
    color: #21201e;
}
.tdp-toggle .tdp-toggle-container {
    display: none;
    overflow: hidden;
    padding: 15px;
    border-top: 0px;
}
/* Accordion================================================== */

.tdp-accordion h3.tdp-accordion-trigger {
    display: block;
    display: block;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 3px;
    outline: 0;
    text-transform: none;
    font-size: 1em;
    line-height: 1.5em;
    margin: 10px 0 0 !important;
    cursor: pointer;
}
.tdp-accordion h3.tdp-accordion-trigger:hover {
    background-color: #eee;
    text-decoration: none;
}
.tdp-accordion h3.tdp-accordion-trigger.ui-state-active {
    background-color: #b39964;
    text-decoration: none;
}
.tdp-accordion h3.tdp-accordion-trigger.ui-state-active:after {
    content: "\f13a";
    font-family: FontAwesome;
    float: right;
    color: #fff;
}
.tdp-accordion h3.tdp-accordion-trigger.ui-state-active a {
    color: #fff !important;
}
.tdp-accordion h3.tdp-accordion-trigger a {
    color: #555;
    text-decoration: none !important;
}
.tdp-accordion h3.tdp-accordion-trigger:after {
    content: "\f139";
    font-family: FontAwesome;
    float: right;
    color: #fff;
}
.tdp-accordion .ui-state-focus {
    outline: none;
}
.tdp-accordion .ui-accordion-content {
    padding: 15px 20px;
    border-top: 0px;
}
.tdp-accordion .ui-accordion-content p:last-child {
    margin: 0px;
}
.tdp-accordion .ui-icon {
    margin-right: 7px;
}
/* Dropcap================================================== */

.tdp_dropcap {
    position: relative;
    display: inline-block;
    float: left;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 23px;
    color: #b39964;
    text-align: center;
    margin: 5px 20px 0 0;
    border: 1px solid transparent;
}
.tdp_dropcap.circle,
.tdp_dropcap.square {
    margin: 5px 20px 0 0;
    font-size: 22px;
    background-color: #b39964;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 300;
}
.tdp_dropcap.normal {
    font-weight: 700;
    position: relative;
    left: 8px;
}
.tdp_dropcap.circle {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
}
.tdp_dropcap.square {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
/* Lists================================================== */

.tdp-list.circle ol li:before,
.tdp-list.circle ul li:before {
    color: #b39964;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
/* Icons================================================== */

.tdp_font_awsome_icon {
    display: inline-block;
}
.tdp_font_elegant_holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.tdp_font_elegant_icon {
    position: relative;
    display: block;
}
.tdp_font_awsome_icon_holder,
.tdp_font_awsome_icon_holder a,
.tdp_font_elegant_holder,
.tdp_font_elegant_holder a {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    -webkit-transform: translateZ(0px);
}
.tdp_font_elegant_holder.q_icon_shortcode:hover,
.tdp_font_awsome_icon_holder.q_icon_shortcode:hover {
    color: #b39964 !important;
}
.tdp_font_awsome_icon_square,
.tdp_font_awsome_icon_circle,
.tdp_font_elegant_holder.circle,
.tdp_font_elegant_holder.square {
    background-color: transparent;
    border: 2px solid #afafaf;
    text-align: center;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-transform: translateZ(0px);
}
.tdp_font_awsome_icon_square:hover,
.tdp_font_awsome_icon_circle:hover,
.tdp_font_elegant_holder.circle:hover,
.tdp_font_elegant_holder.square:hover,
.tdp_font_elegant_holder.circle:hover,
.tdp_font_awsome_icon_circle:hover {
    border: 2px solid #b39964;
}
.tdp_font_awsome_icon_circle,
.tdp_font_elegant_holder.circle,
.tdp_font_elegant_holder.circle,
.tdp_font_awsome_icon_circle {
    border-radius: 5em;
}
.tdp_font_awsome_icon.pull-center,
.tdp_font_elegant_holder.pull-center {
    display: block;
    text-align: center;
}
.tdp_font_awsome_icon_square.pull-center,
.tdp_font_awsome_icon_circle.pull-center {
    display: block;
    margin: 0 auto !important;
}
.tdp_font_awsome_icon_holder.q_icon_animation {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-backface-visibility: hidden;
}
.tdp_font_awsome_icon_holder.q_show_animation {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* Latest Posts================================================== */

.blog-box {
    color: #808080;
}
.blog-box a.tdp-button {
    margin-top: 10px;
    display: inline-block;
}
.blog-box .flexslider {
    margin-bottom: 0px;
}
.blog-box .link-wrapper {
    font-size: 1em;
}
.blog-box .link-wrapper i {
    display: none;
}
/* Sections================================================== */

.block-with-image {
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.block-with-image .container {
    position: relative;
    z-index: 3;
}
.block-with-image .container h1,
.block-with-image .container h2 {
    color: #fff;
    font-weight: 300 !important;
    font-size: 42px;
    line-height: 1.4em;
}
.block-with-image .container h3 {
    color: #9d9d9d;
    font-weight: 300 !important;
    line-height: 1.4em;
    font-size: 22px;
}
.block-with-image .container .td-block-td_section_title_block {
    text-align: center;
    padding: 0px 0px;
}
.white-text-wrapper {
    color: #e6e6e6;
}
.main-container > .row > section {
    clear: both;
}
.td-block-td_call_to_action_block {
    margin-top: -20px;
    margin-bottom: -20px;
}
section.no-pad-bottom.projects-gallery {
    padding-top: 0;
}
section.image-divider {
    padding: 160px 0;
}
.pull-left {
    float: left !important;
}
.background-image-holder {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}
.dark-wrapper {
    background: #f4f4f4 !important;
}
.side-image {
    padding: 0px;
    position: relative;
}
.side-image .image-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}
.side-image .image-container.pull-right {
    right: 0px;
}
.side-image .content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.side-image h1 {
    margin-bottom: 40px;
}
.side-image p.lead {
    margin-bottom: 64px;
}
.side-image.text-heavy h1 {
    margin-bottom: 32px;
}
.side-image.text-heavy h1 p.lead {
    margin-bottom: 40px;
}
.side-image.text-heavy h1 .feature {
    margin-top: 64px;
}
.side-image.text-heavy h1 .feature h5 {
    margin-bottom: 40px;
}
.td-block p {
    line-height: 2em;
}
.no-pad,
.td-block-td_social_block {
    padding: 0px;
}
.section-overlay {
    position: absolute;
    width: 120%;
    height: inherit;
    z-index: 2;
    background: #21201e;
    opacity: 0.7;
}
.section_c1 {
    background: #2e2d2a;
}
.section_c2 {
    background: #50463F;
}
.td-block-td_cta_block h3 {
    color: #fff;
    font-weight: 300;
}
.td-block-td_cta_block p {
    color: #b3b3b3;
}
.td-block-td_cta_block .btn-ghost {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.td-block-td_cta_block .btn-ghost:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.text-right {
    text-align: right;
}
/* Social Bar================================================== */

.social-bar {
    overflow: hidden;
}
.social-bar .link {
    height: 104px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.social-bar .link i {
    color: #fff;
    font-size: 40px;
}
.social-bar .initial,
.social-bar .hover-state {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    position: absolute;
    width: 100%;
    top: 35px;
}
.social-bar .hover-state {
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    top: 42px;
}
.social-bar .link:hover .initial {
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
}
.social-bar .link:hover .hover-state {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.social-bar span {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}
.bg-twitter {
    background-color: #00a0d1;
}
.bg-facebook {
    background-color: #3b5998;
}
.bg-instagram {
    background-color: #3f729b;
}
.bg-foursquare {
    background-color: #f84777;
}
/* Instagram feed================================================== */

.instagram-feed {
    padding-top: 40px;
    padding-bottom: 0px;
}
.instagram-feed ul {
    overflow: hidden;
    margin: 0px;
}
.instagram-feed ul li {
    float: left;
    width: 16.666667%;
}
.instagram-feed ul li:nth-child(n+7) {
    display: none;
}
/* Gallery Shortcode================================================== */

.gallery {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    overflow: hidden;
}
.gallery br {
    height: 0;
    display: block;
}
.gallery dl,
.gallery dt {
    margin: 0 !important;
    padding: 0 !important;
}
.gallery-columns-3 .gallery-item {
    width: 33.3333333333% !important;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666666666% !important;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857142857% !important;
}
.gallery-columns-8 .gallery-item {
    width: 12.5% !important;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111111111% !important;
}
.gallery-columns-1 dl.gallery-item {
    padding-bottom: 100% !important;
}
.gallery-columns-2 dl.gallery-item {
    padding-bottom: 50% !important;
}
.gallery-columns-3 dl.gallery-item {
    padding-bottom: 33.3333333333% !important;
}
.gallery-columns-4 dl.gallery-item {
    padding-bottom: 25% !important;
}
.gallery-columns-5 dl.gallery-item {
    padding-bottom: 20% !important;
}
.gallery-columns-6 dl.gallery-item {
    padding-bottom: 16.6666666666% !important;
}
.gallery-columns-7 dl.gallery-item {
    padding-bottom: 14.285714% !important;
}
.gallery-columns-8 dl.gallery-item {
    padding-bottom: 12.5% !important;
}
.gallery-columns-9 dl.gallery-item {
    padding-bottom: 11.1111111111% !important;
}
.gallery-item {
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1;
    position: relative;
}
.gallery-item:hover {
    cursor: pointer;
}
.gallery-icon {
    padding: 0 !important;
    position: absolute !important;
    width: 101%;
    height: 100%;
    z-index: 2;
}
.gallery-item:last-of-type .gallery-icon {
    width: 100%;
}
.gallery-icon img {
    width: 100%;
    height: auto;
    border: 0 !important;
}
/*image animations*/

.gallery-icon,
.img_zoom_in {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transition: none;
    -webkit-transition: none;
}
.gallery-item a:before,
.img_zoom_in:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.gallery-item a:hover:before,
.img_zoom_in:hover:before {
    background: rgba(0, 0, 0, 0.3);
}
.gallery-icon img,
.img_zoom_in img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 0;
}
.img_zoom_in img {
    transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -webkit-transform: translateZ(0) scale(1, 1);
    -ms-transform: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.gallery-icon a img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.gallery-item:hover img,
.img_zoom_in:hover img {
    transform: translateZ(0) scale(1.1, 1.1);
    -moz-transform: translateZ(0) scale(1.1, 1.1);
    -webkit-transform: translateZ(0) scale(1.1, 1.1);
    -ms-transform: none;
}
.grabbing .img_zoom_in img {
    transition: none;
    -webkit-transition: none;
}
.gallery p {
    display: none;
}
/* Menu Section================================================== */

.food-preview-wrapper {
    background: #fff;
    margin: 150px 0px;
}
.food-preview-wrapper .menu-box {
    margin-top: 80px;
    margin-left: -20px;
}
.food-preview-wrapper .menu-container {
    padding-right: 50px;
}
.food-preview-wrapper .simple-menu-item {
    margin-bottom: -10px !important;
}
.food-preview-wrapper h5,
.food-preview-wrapper .menu-item-excerpt p {
    font-size: 14px;
}
.food-preview-wrapper .menu_price {
    font-size: 18px;
}
/* Menu Fullwidth blocks================================================== */

.food-section-side-image.right .tdp-five-sixth {
    padding-left: 40px;
}
.food-section-side-image.left .tdp-five-sixth {
    padding-left: 40px;
}
.food-section-side-image a {
    color: #b39964;
}
/* Fullwidth multi column menu blocks================================================== */

.menu-section::before,
.menu-section::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.menu-section::before {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.menu-section.has-image,
.menu-section.has-image::after {
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}
.menu-section .content {
    border-left: 1px solid;
    border-right: 1px solid;
    position: relative;
    float: left;
    margin: 0 100px;
}
.menu-section .content .column {
    width: 33.333333333%;
    float: left;
    padding-top: 100px;
}
.menu-section .content .column .menu {
    float: left;
    padding: 0 50px 75px;
}
.menu-section .content .column .menu h2 {
    border-bottom: 1px solid #9d9d9d;
    font-size: 24px;
    line-height: 18px;
    padding-bottom: 30px;
    margin-bottom: 21px;
    color: #b39964;
}
.menu-section .content .column .menu .item {
    border-bottom: 1px dashed #9d9d9d;
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.menu-section .content .column .menu .item:last-of-type {
    border: none;
    padding: 0;
    margin-bottom: 23px;
}
.menu-section .content .column .menu .item h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.menu-section .content .column .menu .item p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 16px;
    color: #808080;
}
.menu-section .content .column .menu .item span {
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    padding: 0 8px;
}
.menu-section .content::after {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
    width: 33.333333333%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 33.333333333%;
    content: "";
}
.menu-section .content .column .menu .item span {
    background-color: #9d9d9d;
    color: #fff;
}
.menu-section.has-image .content .column .menu .item span {
    background-color: #fff;
    color: #21201e;
}
.menu-section.has-image .content .column .menu .item p {
    color: #b3b3b3;
}
.menu-section.has-image .content {
    border-color: rgba(255, 255, 255, 0.1);
}
.menu-section .content .column .menu .item h3 {
    color: #fff;
}
.ribbon {
  border-bottom: 1px solid #004a9f;
  border-top: 1px solid transparent;
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
} 
.ribbon:before, .ribbon:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #004a9f transparent;
  border-image: none;
  border-style: solid;
  border-width: 19px 10px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
.ribbon:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    right: 1px;
    border-left-color: #004a9f;
}
.ribbon:before {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 1px;
    border-right-color: #004a9f;
}
.ribbon h2, .ribbon h3, .ribbon h4, .ribbon h5, .ribbon h6 {
  background-color: #004a9f;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2.4pt;
  line-height: initial;
  margin: 0;
  padding: 8px 35px;
}
.ribbon h2:before,
.ribbon h2:after,
.ribbon h3:before,
.ribbon h3:after,
.ribbon h4:before,
.ribbon h4:after,
.ribbon h5:before,
.ribbon h5:after,
.ribbon h6:before,
.ribbon h6:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ribbon h2:before,
.ribbon h3:before,
.ribbon h4:before,
.ribbon h5:before,
.ribbon h6:before {
    right: 5px;
}
.ribbon h2:after,
.ribbon h3:after,
.ribbon h4:after,
.ribbon h5:after,
.ribbon h6:after {
    left: 5px;
}
.td-block .menu_title + br,
.td-block .menu_dots + br,
.td-block .menu_price + br {
    display: none;
}
.td-block .wprm_shortcode p + p {
    display: none;
}
.td-block .wprm_shortcode .clearfix + p {
    display: none;
}
.td-block .simple-menu-item.image-false + p {
    display: none;
}
.menu-section.no-image .content,
.menu-section.no-image .content::after {
    border-color: rgba(0, 0, 0, 0.1);
}
.menu-section.no-image .content .column .menu .item h3 {
    color: #21201e;
}
.td-block-td_fullwidth_food_menu_block + .td-block-td_instagram_block .instagram-feed {
    padding-top: 0px;
}
.gm-style img {
    max-width: inherit !important;
    max-height: inherit !important;
}
.wpcf7-form p {
    margin-bottom: 0px;
}
.wpcf7-form textarea {
    min-height: 100px;
}
/* WP Restaurant Manager Plugin Integration-------------------------------------------------------------- */

#wprm-date-wrap input {
    position: relative;
    z-index: 999;
    background: transparent;
}
#wprm-date-wrap:after {
    content: "\f073";
    font-family: FontAwesome;
    float: right;
    position: relative;
    top: -58px;
    right: 15px;
    z-index: 3;
}
#wprm-time-wrap input {
    position: relative;
    z-index: 999;
    background: transparent;
}
#wprm-time-wrap:after {
    content: "\f017";
    font-family: FontAwesome;
    float: right;
    position: relative;
    top: -55px !important;
    right: 15px !important;
    z-index: 3;
    visibility: visible;
    line-height: normal !important;
}
.wprm-hnp,
.wprm-description {
    display: none;
}
#wprm-booking-form {
    padding: 20px 150px;
}
#wprm-booking-form input {
    margin-bottom: 0px;
}
#wprm-party-wrap select {
    display: block;
    width: 100%;
}
#wprm-message-wrap {
    clear: both;
}
#wprm-message-wrap textarea {
    min-height: 100px;
}
#wprm-booking-form-errors-wrapper {
    margin: 20px 150px;
}
#wprm-date-wrap,
#wprm-time-wrap {
    margin-bottom: 0px !important;
}
#wprm-date-wrap input,
#wprm-time-wrap input {
    cursor: pointer;
}
table.nutritional_attributes {
    margin-bottom: 4.236em;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fafafa;
    border-collapse: separate;
    font-size: 13px;
}
table.nutritional_attributes td,
table.nutritional_attributes th {
    padding: 0.857em 1.387em;
    text-align: left;
    border-right: 1px dotted #e5e5e5;
    vertical-align: top;
}
table.nutritional_attributes td p:last-child,
table.nutritional_attributes th p:last-child {
    margin-bottom: 0;
}
table.nutritional_attributes thead th {
    font-size: 0.9em;
    color: #686868;
    background: #fff;
    border-right: 1px dotted #e9e9e9;
    border-bottom: 2px solid #e5e5e5;
    text-transform: uppercase;
    padding: 1.387em;
    vertical-align: middle;
}
table.nutritional_attributes thead th:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
table.nutritional_attributes thead th:last-child {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
table.nutritional_attributes tr th:last-child,
table.nutritional_attributes tr td:last-child {
    border-right: 0;
}
table.nutritional_attributes tbody th {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
table.nutritional_attributes tbody tr:nth-child(2n) td {
    background: #fff;
    border-right: 1px dotted #e9e9e9;
}
table.nutritional_attributes tbody tr:nth-child(2n) td:last-child {
    border-right: 0;
}
table.nutritional_attributes tbody td {
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0 1px 0 0 #fafafa, inset 0 -1px 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #fafafa, inset 0 -1px 0 #ffffff;
}
table.nutritional_attributes tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal;
}
table.nutritional_attributes tbody h2 a {
    font-weight: normal;
}
table.nutritional_attributes tbody tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
table.nutritional_attributes tbody tr:last-child td:last-child {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
table.nutritional_attributes tbody tr:last-child td {
    border-bottom: 0;
}
table.nutritional_attributes tfoot tr:first-child th,
table.nutritional_attributes tfoot tr:first-child td {
    border-top: 1px solid #e5e5e5;
}
table.nutritional_attributes tfoot th,
table.nutritional_attributes tfoot td {
    background: #fff;
}
.wprm-chilly-level {
    padding: 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #000;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
}
.wprm-chilly-level-1 {
    background: #668A0A;
}
.wprm-chilly-level-2 {
    background: #737C0F;
}
.wprm-chilly-level-3 {
    background: #AC882B;
}
.wprm-chilly-level-4 {
    background: #DB9740;
}
.wprm-chilly-level-5 {
    background: #E24F4F;
}
.wprm-veg {
    padding: 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #479E25;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
}
.simple-menu-item {
    text-align: left;
    width: 100%;
    text-align: center;
    float: left;
    text-align: left;
    margin-bottom: -20px;
}
.simple-menu-item h5 {
    position: relative;
    padding-right: 80px;
    font-weight: 600;
    background: #fff;
}
.simple-menu-item h5 .menu_title {
    background: none repeat scroll 0 0 #fff;
    color: #004a9f;
    padding-right: 5px;
    position: relative;
    z-index: 2;
}
.simple-menu-item .menu_price {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 20px;
    font-weight: 600;
    z-index: 2;
    color: #b39964;
    background: #fff;
    padding-left: 5px;
}
.simple-menu-item .menu_dots {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    border: 0;
    height: 3px;
    display: block;
    background-image: radial-gradient(circle closest-side, #ccc 90%, #fff 10%);
    background-position: bottom;
    background-size: 6px 3px;
    background-repeat: repeat-x;
}
.simple-menu-item .menu-item-excerpt {
    color: #9d9d9d;
}
.simple-menu-item + span {
    margin-bottom: 20px;
}
body.simple_images span.wprm-veg,
body.simple_images span.wprm-chilly-level {
    position: relative;
    top: -40px;
    float: right;
    margin-left: 10px;
}
.wprm_single_menu_item img {
    border-radius: 999px;
}
.menu-box {
    position: relative;
    margin-top: 10px;
    margin-bottom: 70px;
    text-align: center;
}
.menu-box .menu-box-border {
    position: relative;
    display: inline-block;
}
.menu-box .menu-box-border .title {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #414141;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}
.menu-box .menu-box-border .title:after {
    position: absolute;
    content: '';
    top: -20px;
    right: -30px;
    left: -30px;
    bottom: -20px;
    border: 3px solid #004a9f;
}
.menu-box .menu-box-border .restaurant {
    position: absolute;
    right: -10px;
    background: #fff;
    padding-left: 9px;
    padding-right: 9px;
    color: #b39964;
    font-size: 13px;
    margin-top: 8px;
}
#booking-area #wprm-booking-form {
    padding: 0px !important;
    font-size: 12px;
    margin-top: 20px;
}
.entry-content #wprm-date-wrap:after {
    top: -35px;
}
.entry-content #wprm-time-wrap:after {
    top: -30px !important;
}
.image-false {
    margin-bottom: 10px;
}
.image-false .menu-item-excerpt {
    margin-top: 10px;
}
/* Footers Styles-------------------------------------------------------------- */

footer a {
    color: #b39964;
}
footer a:hover {
    color: #77633a;
    text-decoration: none;
}
footer p {
    font-size: 14px;
}
#footer-minimal .footer-container {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 50px 0px 20px 0px;
    text-align: center;
    background: none repeat scroll 0 0 #004a9f;
}
#footer-minimal .footer-contact-details {
    margin-top: 35px;
    color: #F4EB2F;
}
#footer-minimal .footer-contact-details li {
    margin-bottom: 5px;
}
#footer-minimal .footer-contact-details span {
    color: #21201e;
}
#footer-minimal .footer-copyright {
    padding-bottom: 10px;
    padding-top: 0;
}
#footer-minimal .footer-copyright .column:last-child {
    color: #808080;
    text-align: right;
    font-size: 12px;
}
#footer-nav ul li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 12px;
}
#footer-nav ul li a {
    color: #21201e;
    font-weight: 600;
    letter-spacing: 1pt;
}
#footer-nav ul li a:after {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 5px;
    position: relative;
    top: -2px;
    left: 10px;
    color: #cccccc;
}
#footer-nav ul li a:hover {
    color: #b39964;
    text-decoration: none;
}
#footer-nav ul li:last-child a:after {
    display: none;
}
#footer-widgets {
    background-color: #21201e;
    padding: 50px 0px 0px 0px;
    text-align: center;
}
#footer-widgets .widget-title {
    color: #fff;
    font-weight: 300;
}
#footer-info-area h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    margin: 35px 0px;
    letter-spacing: 2.4pt;
    font-size: 16px;
}
#footer-info-area p {
    width: 50%;
    margin: 0 auto;
    line-height: 1.6em;
    color: #808080;
}
#footer-widgets-area .widget,
#footer-widgets-area .single-event-meta {
    background: transparent;
    color: #808080;
}
#footer-widgets-area .widget-title {
    font-size: 16px;
}
#footer-widgets-area ul li {
    border-color: #343434;
}
#footer-widgets-area input[type="email"],
#footer-widgets-area input[type="number"],
#footer-widgets-area input[type="password"],
#footer-widgets-area input[type="search"],
#footer-widgets-area input[type="tel"],
#footer-widgets-area input[type="text"],
#footer-widgets-area input[type="url"],
#footer-widgets-area input[type="color"],
#footer-widgets-area input[type="date"],
#footer-widgets-area input[type="datetime"],
#footer-widgets-area input[type="datetime-local"],
#footer-widgets-area input[type="month"],
#footer-widgets-area input[type="time"],
#footer-widgets-area input[type="week"] {
    background: transparent;
    border-color: #343434;
    width: 100%;
}
#footer-widgets-area input[type="email"]:hover,
#footer-widgets-area input[type="number"]:hover,
#footer-widgets-area input[type="password"]:hover,
#footer-widgets-area input[type="search"]:hover,
#footer-widgets-area input[type="tel"]:hover,
#footer-widgets-area input[type="text"]:hover,
#footer-widgets-area input[type="url"]:hover,
#footer-widgets-area input[type="color"]:hover,
#footer-widgets-area input[type="date"]:hover,
#footer-widgets-area input[type="datetime"]:hover,
#footer-widgets-area input[type="datetime-local"]:hover,
#footer-widgets-area input[type="month"]:hover,
#footer-widgets-area input[type="time"]:hover,
#footer-widgets-area input[type="week"]:hover,
#footer-widgets-area input[type="email"]:focus,
#footer-widgets-area input[type="number"]:focus,
#footer-widgets-area input[type="password"]:focus,
#footer-widgets-area input[type="search"]:focus,
#footer-widgets-area input[type="tel"]:focus,
#footer-widgets-area input[type="text"]:focus,
#footer-widgets-area input[type="url"]:focus,
#footer-widgets-area input[type="color"]:focus,
#footer-widgets-area input[type="date"]:focus,
#footer-widgets-area input[type="datetime"]:focus,
#footer-widgets-area input[type="datetime-local"]:focus,
#footer-widgets-area input[type="month"]:focus,
#footer-widgets-area input[type="time"]:focus,
#footer-widgets-area input[type="week"]:focus {
    border-color: #9a9a9a;
}
#footer-widgets-area input[type="button"],
#footer-widgets-area input[type="reset"],
#footer-widgets-area input[type="submit"],
#footer-widgets-area .tagcloud a,
#footer-widgets-area .widget-a-button,
#footer-widgets-area #tribe-bar-form2 .tribe-bar-submit input[type=submit],
#tribe-bar-form2 .tribe-bar-submit #footer-widgets-area input[type=submit] {
    background: #808080;
}
#footer-widgets-area input[type="button"]:hover,
#footer-widgets-area input[type="reset"]:hover,
#footer-widgets-area input[type="submit"]:hover,
#footer-widgets-area .widget-a-button:hover,
#footer-widgets-area #tribe-bar-form2 .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form2 .tribe-bar-submit #footer-widgets-area input[type=submit]:hover,
#footer-widgets-area .tagcloud a:hover {
    background: #fff;
    color: #21201e;
}
#footer-widgets-area .widget-a-button,
#footer-widgets-area #tribe-bar-form2 .tribe-bar-submit input[type=submit],
#tribe-bar-form2 .tribe-bar-submit #footer-widgets-area input[type=submit] {
    margin-top: 20px;
    display: block;
}
#footer-widgets-area .tdp-social-icons a {
    background: #343434;
    font-size: 18px;
}
#footer-widgets-area .tdp-social-icons a:hover {
    background: #fff;
    color: #21201e !important;
}
#footer-widgets-area .epm-sign-up-form label {
    display: none;
}
#footer-widgets-area .epm-sign-up-form input[type=email] {
    padding: 6px 10px !important;
    font-size: 13px;
}
.copyright-container {
    text-align: left;
    background: #2e2d2a;
    padding: 20px 0px;
    color: #808080;
}
.copyright-container .column:last-child {
    text-align: right;
    font-size: 13px;
}
.copyright-container p,
.copyright-container ul {
    margin: 0px !important;
}
.copyright-container ul a {
    color: #b39964 !important;
}
.copyright-container ul a:after {
    color: #56544f !important;
}
.copyright-container ul a:hover {
    color: #fff !important;
}
/* Full height booking form footer */

#booking-about {
    background: #21201e;
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
    color: #9a9a9a;
    line-height: 1.8em;
}
#booking-about h1,
#booking-about h2,
#booking-about h3,
#booking-about h4,
#booking-about h5,
#booking-about h6 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2.4pt;
    font-size: 20px;
    margin-bottom: 10px;
}
#booking-about a img {
    margin-bottom: 50px;
}
#booking-about p {
    font-size: 13px;
}
#booking-about .tdp-social-icons {
    background: transparent;
    padding: 0px;
    margin-top: 30px;
}
#booking-about .tdp-social-icons .widgettitle {
    margin-bottom: 30px;
}
#booking-about .tdp-social-icons a {
    background: #56544f;
    /* The Fallback */
    
    background: rgba(86, 84, 79, 0.5);
    font-size: 18px;
    padding: 10px 15px;
}
#booking-about .tdp-social-icons a:hover {
    background: #56544f;
    /* The Fallback */
    
    background: #56544f;
}
.footer-overlay {
    background: rgba(0, 0, 0, 0.7);
}
.footer-about {
    position: relative;
    z-index: 99;
}
#booking-widgets-area {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background: #f5f5f5;
}
#booking-widgets-area .widget,
#booking-widgets-area .single-event-meta {
    background: none;
    box-shadow: none;
    margin-bottom: 0px;
}
#booking-widgets-area .widget_wprm_opening_times .widget-title:before {
    content: "\f017";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 22px;
}
#booking-widgets-area .wprm-opening-times span {
    position: relative;
    z-index: 0;
    padding: 3px 10px;
    border-left-width: 0;
    background: #e5ddcb;
    float: right;
}
#booking-widgets-area .wprm-opening-times span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -14px;
    z-index: -1;
    width: 0;
    height: 0;
    border: 14px solid #e5ddcb;
    -webkit-transform: rotate(-45deg) scale(0.7);
    -ms-transform: rotate(-45deg) scale(0.7);
    transform: rotate(-45deg) scale(0.7);
}
#booking-widgets-area .wprm-opening-times li {
    margin-bottom: 10px !important;
}
#booking-widgets-area .tdp-find-us .widget-title:before {
    content: "\f124";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 22px;
}
#booking-widgets-area .tdp-find-us .widget-a-button,
#booking-widgets-area .tdp-find-us #tribe-bar-form2 .tribe-bar-submit input[type=submit],
#tribe-bar-form2 .tribe-bar-submit #booking-widgets-area .tdp-find-us input[type=submit] {
    display: block;
    margin-top: 30px;
}
#booking-widgets-area .tdp-find-us .widget-a-button:hover,
#booking-widgets-area .tdp-find-us #tribe-bar-form2 .tribe-bar-submit input[type=submit]:hover,
#tribe-bar-form2 .tribe-bar-submit #booking-widgets-area .tdp-find-us input[type=submit]:hover {
    background: #21201e;
    color: #fff;
}
#booking-area {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
}
#booking-area .widget,
#booking-area .single-event-meta {
    background: none;
    box-shadow: none;
    margin-bottom: 0px;
}
#booking-area label {
    color: #21201e;
    font-weight: bold;
}
#booking-area input[type="email"],
#booking-area input[type="number"],
#booking-area input[type="password"],
#booking-area input[type="search"],
#booking-area input[type="tel"],
#booking-area input[type="text"],
#booking-area input[type="url"],
#booking-area input[type="color"],
#booking-area input[type="date"],
#booking-area input[type="datetime"],
#booking-area input[type="datetime-local"],
#booking-area input[type="month"],
#booking-area input[type="time"],
#booking-area input[type="week"] {
    margin-bottom: 30px !important;
}
/* Browser Compatibility-------------------------------------------------------------- */

body.ie #footer-widgets-area .epm-sign-up-form input[type=email] {
    padding: 12px 10px !important;
}
body.ie .ribbon h2,
body.ie .ribbon h3,
body.ie .ribbon h4,
body.ie .ribbon h5,
body.ie .ribbon h6 {
    padding: 8px 35px 7px !important;
}
body.ie #to-top {
    right: 30px !important;
}
body.ie #title-separator:after,
body.ie #title-separator:before {
    display: none;
}
body.ie header#header {
    display: inline-block;
    width: 100%;
}
/* Responsive Styles-------------------------------------------------------------- */
/* Small Devices */

@media screen and (max-width: 320px),
screen and (max-device-width: 320px),
screen and (max-width: 992px) {
    /* list of hidden elements */
    
    .td-block-td_wysiwyg_block h2 {
        margin-top: 30px;
    }
    .hide-mobile,
    #title-separator,
    .link-wrapper i,
    #post-adj-nav,
    .author-image,
    li.comment .gravatar,
    .tdp-commentlist li .tdp-single-comment:before,
    body.simple_images span.wprm-veg,
    body.simple_images span.wprm-chilly-level,
    .tdp-box .close,
    #wprm-booking-form-errors-wrapper .close,
    .food-preview-wrapper .col-md-5.col-sx-12.no-pad,
    .side-image .image-container,
    .section-overlay {
        display: none !important;
    }
    .display-mobile {
        display: block;
    }
    #footer-info-area p {
        width: 100%;
    }
    footer .widget,
    footer .single-event-meta {
        margin-bottom: 0px;
    }
    .copyright-container ul {
        text-align: center;
    }
    .copyright-container .column:last-child {
        text-align: center;
        margin-top: 10px;
    }
    #subheader-static {
        padding: 30px 0px;
    }
    .intro-meta {
        text-align: left;
    }
    .intro-meta li {
        display: inline-block;
        padding: 0px;
        margin-right: 10px;
    }
    .intro-meta li:after {
        content: "\f111";
        font-family: FontAwesome;
        font-size: 5px;
        position: relative;
        top: -2px;
        left: 5px;
        color: #cccccc;
    }
    .intro-meta li:first-child {
        display: none;
    }
    .intro-meta li:last-child:after {
        display: none;
    }
    .intro-meta strong,
    .intro-meta a {
        font-size: 0.9em;
    }
    .intro-meta a {
        display: initial;
    }
    .post-content p {
        font-size: 0.8em;
        margin-bottom: 10px;
        color: #808080;
    }
    .post-title {
        font-size: 1.5em !important;
        margin-top: 40px !important;
    }
    #blog-posts article {
        margin-bottom: 30px;
    }
    article.format-quote blockquote,
    .quote-author,
    .link-container .link-wrapper {
        font-size: 0.9em !important;
    }
    #author-info {
        padding: 0px 30px;
        font-size: 0.7em !important;
    }
    li.comment {
        margin: 0 0 15px 0px !important;
    }
    body.page-header-image #subheader {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #overlay-content h2 {
        font-size: 1.5em !important;
    }
    #overlay-content h1 {
        font-size: 1.8em !important;
    }
    .tdp-one-half,
    #wprm-date-wrap,
    #wprm-time-wrap,
    #wprm-fullname-wrap,
    #wprm-phone-wrap,
    #wprm-email-wrap,
    #wprm-party-wrap,
    #wprm-date-wrap,
    #wprm-time-wrap,
    #wprm-fullname-wrap,
    #wprm-phone-wrap,
    #wprm-email-wrap,
    #wprm-party-wrap,
    .tdp-one-third,
    .tdp-two-third,
    .tdp-three-fourth,
    .tdp-one-fourth,
    .tdp-one-fifth,
    .tdp-two-fifth,
    .tdp-three-fifth,
    .tdp-four-fifth,
    .tdp-one-sixth,
    .tdp-five-sixth {
        float: none !important;
        margin: 0 !important;
        width: auto !important;
    }
    #wprm-booking-form {
        padding: 0px;
    }
    #wprm-booking-form div {
        margin-bottom: 25px !important;
    }
    p.paragraph-highlight {
        width: 100%;
    }
    .blog-box {
        margin-bottom: 40px !important;
    }
    .cover_boxes ul {
        width: auto;
    }
    .cover_boxes ul li .box,
    .cover_boxes ul li.active_box {
        width: auto;
    }
    .cover_boxes ul li {
        float: none;
        margin-right: 0px;
    }
    .cover_boxes ul li .box .thumb {
        display: block;
        float: none;
        width: auto;
        margin-right: 0px;
    }
    .cover_boxes ul li .box .box_content {
        position: initial;
        width: auto;
        margin: 10px 0px;
    }
    .wprm_shortcode.wprm_single_menu_item.simple_images > .tdp-one-sixth {
        text-align: center;
    }
    .wprm_shortcode.wprm_single_menu_item.simple_images > .tdp-five-sixth.tdp-column-last,
    .wprm_shortcode.wprm_single_menu_item.simple_images > .tdp-five-sixth#wprm-time-wrap,
    .wprm_shortcode.wprm_single_menu_item.simple_images > .tdp-five-sixth#wprm-phone-wrap,
    .wprm_shortcode.wprm_single_menu_item.simple_images > .tdp-five-sixth#wprm-party-wrap {
        margin-top: 20px !important;
    }
    .wprm_shortcode.wprm_single_menu_item.simple_images .simple-menu-item + p {
        font-size: 0.8em;
    }
    .menu-box .menu-box-border .title {
        font-size: 1.3em;
    }
    .food-section-side-image.right .tdp-five-sixth,
    .food-section-side-image.left .tdp-five-sixth {
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu-section .content {
        float: none;
        margin: 0px 30px;
        padding-bottom: 30px;
    }
    .menu-section .content .column {
        float: none;
        width: auto;
    }
    .menu-section .content .column .menu {
        float: none;
        padding: 0px;
    }
    .menu-section .content .column .menu .item {
        float: none;
    }
    .menu-section.has-image .content,
    .menu-section .content::after {
        border: none;
    }
    .gallery-columns-6 dl.gallery-item,
    .gallery-columns-5 dl.gallery-item,
    .gallery-columns-4 dl.gallery-item,
    .gallery-columns-3 dl.gallery-item,
    .gallery-columns-2 dl.gallery-item {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        padding-bottom: 0px !important;
    }
    .gallery-icon,
    .gallery-icon a img {
        position: initial !important;
    }
    .gallery-icon,
    .img_zoom_in {
        -webkit-mask-image: initial;
    }
    .gallery-item a:before,
    .img_zoom_in:before {
        display: none;
    }
    .td-block-td_section_title_block {
        padding: 0px 30px !important;
    }
    .block-with-image .container h1,
    .block-with-image .container h2 {
        font-size: 1.8em;
    }
    .td-block-td_wysiwyg_block {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .food-preview-wrapper {
        margin: 60px 30px;
    }
    .food-preview-wrapper .menu-container {
        padding-right: 15px;
    }
    .food-preview-wrapper .menu-container .menu-item-excerpt p,
    .food-preview-wrapper .menu-container .menu_price {
        font-size: 0.9em;
    }
    .food-preview-wrapper .menu-box {
        margin-left: 0px;
    }
    .tdp-tabs .ui-tabs-nav {
        display: none !important;
    }
    .tdp-tabs .tab-content {
        border: none;
        display: block !important;
    }
    #intro-wrap {
        height: 400px;
    }
    .caption {
        top: 150px !important;
    }
    .caption h2 {
        font-size: 18px;
    }
    .caption p {
        font-size: 20px;
    }
    .side-image .content {
        padding: 0px;
        width: 100%;
        margin: 0px;
    }
    .td-block-td_food_section_block .wprm_shortcode.wprm_category_menu.wprm_full_menu.wprm_single_menu_item.simple_images {
        padding: 0px 30px;
    }
    #tribe-events-content {
        padding-left: 15px !important;
    }
    #footer-minimal {
        text-align: center;
    }
    #footer-minimal .col-md-6:last-child {
        text-align: center !important;
    }
    #booking-area {
        padding: 20px 70px !important;
    }
    #booking-area .widget_wprm_booking_form {
        padding: 0px !important;
    }
    #static-image-section {
        padding: 170px 0px 50px;
    }
    #static-image-section .title-1 {
        margin-bottom: -25px;
        margin-left: 15px;
    }
    #static-image-section .title-1 span {
        font-size: 22px;
    }
    #static-image-section .title-2 span {
        font-size: 100px;
    }
    #static-image-section .title-3 span {
        font-size: 30px;
    }
    #static-image-section .title-4 span {
        font-size: 45px;
    }
    #site-logo {
        padding-bottom: 30px;
    }
    .ribbon:before,
    .ribbon:after {
        display: none;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}
/*iPad Portrait*/

@media screen and (min-width: 860px) and (max-width: 1200px) {
    .sf-menu > li {
        margin-left: 10px;
    }
    .section-overlay,
    .td-block-td_social_block,
    #header-dropin,
    #title-separator {
        display: none !important;
    }
    .copyright-container .column:last-child {
        font-size: 11px;
    }
    .food-preview-wrapper img {
        max-width: 100%;
    }
    .food-preview-wrapper .col-md-6 {
        padding: 0px 15px;
    }
    .food-preview-wrapper .menu-container {
        padding-right: 10px;
    }
    .wprm_shortcode.wprm_single_menu_item.simple_images .tdp-five-sixth.tdp-column-last,
    .wprm_shortcode.wprm_single_menu_item.simple_images .tdp-five-sixth#wprm-time-wrap,
    .wprm_shortcode.wprm_single_menu_item.simple_images .tdp-five-sixth#wprm-phone-wrap,
    .wprm_shortcode.wprm_single_menu_item.simple_images .tdp-five-sixth#wprm-party-wrap {
        padding-left: 20px;
    }
    #tribe-events-content {
        padding-left: 15px !important;
    }
    #booking-area .wprm-description {
        display: none !important;
    }
    #booking-widgets-area .wprm-opening-times span {
        float: none;
        display: block;
    }
    #booking-widgets-area .wprm-opening-times span:after,
    #booking-widgets-area .wprm-opening-times span:before {
        display: none !important;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.home .container {
    width: 100%;
}
.home .td-block.td-block-td_wysiwyg_block.col-sm-12.td-first.td-last p {
    width: 1070px;
    margin: auto;
}
#nav-main .container {
    width: 1200px;
}
#footer-minimal {
    margin-bottom: 10px;
    text-align: center;
}
.footer-contact-details li a {
    color: #f4eb2f !important;
}
#footer-minimal .container {
    width: 100%;
}
.menu-box .title {
    color: #004A9F !important;
}
#nprogress .spinner-icon, .sf-menu > li:hover, .sf-menu > li.current-menu-item, tdp_font_awsome_icon_square:hover, .tdp_font_awsome_icon_circle:hover, .tdp_font_elegant_holder.circle:hover, .tdp_font_elegant_holder.square:hover, .tdp_font_elegant_holder.circle:hover, .tdp_font_awsome_icon_circle:hover {
  border-color: #F5EB30 !important;
}
#title-separator:before, #title-separator:after{
   border-color: #fff !important;
}
.current-menu-item{
 border: none !important;
}

#map-canvas {
	height: 400px !important; 
	margin: 0px;
	padding: 0px;
	width: 100% !important;
}

.page-id-568 .menu-box{
 display: none;
}
.site-navigation.secondary-navigation {
  float: left;
  width: 87%;
}
.social_icons {
  float: left;
  margin-top: 46px;
  width: 12%;
}
.social_icons .fa {
  color: #f4eb2f;
  margin-right: 10px;
}

.page-id-481 #td-block-563-3 h3{
 margin-bottom: 0px;
}
.page-id-481 #td-block-563-4 h3{
 margin-bottom: 0px;
}
.page-id-481 #td-block-563-5 h3{
 margin-bottom: 0px;
}
.page-id-481 #td-block-563-3 p{
 margin-bottom: 5px;
}
.page-id-481 #td-block-563-4 p{
 margin-bottom: 5px;
}
.page-id-481 #td-block-563-5 p{
 margin-bottom: 5px;
}

@media (max-width: 770px) {
     	
			#nav-main .container {
				width: 100%!important;
			}
			.home .td-block.td-block-td_wysiwyg_block.col-sm-12.td-first.td-last p {
				width: 100% !important;
			}	  
			#footer .container{
				padding: 0px;
			}
			#footer .container .row.clearfix .column{
				padding: 0px;
			}
			.home.page #page-content .container{
		   	padding: 0px;
			}
			.home.page #page-content .column{
		   	padding: 0px;
			}
			section.google_map-1 .container .row:first-child div{
		   	padding: 0px;
			}
			.mainMenu ul a {
			  background: #004A9F;
			}
			#mobile-nav .trigger-mobile-wrapper{
			  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1)
			}
			
			.mainMenu ul a {
					border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
					color: #F4EB2F;
					text-align: right;
					text-transform: uppercase;
			}
			.display-mobile a, i {
				color: #F4EB2F !important;
			}
			.page-id-736 .block-with-image{
			  height: auto !important;
				background-position: center center; 
				-webkit-background-size: cover; 
        -moz-background-size: cover; 
       -o-background-size: cover; 
			}
	}
	@media (max-width: @iphone-screen) {
        background-attachment: scroll; 
  }
