/*!
Theme Name: the_port
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the_port
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

the_port is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

button[type="submit"], input[type="submit"] {
    -webkit-appearance: button;
    -webkit-transition: opacity 700ms ease;
    cursor: pointer;

    width: 100%;
    margin-bottom: 0px;
    padding: 15px 35px;
    border-radius: 5px;
    /*background-color: #ADD4CA;*/
    background-color: #94B0B6;
    opacity: 1;

    transition: opacity 700ms ease;
    font-family: 'Montserrat', 'Book Antiqua', Palatino, serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
    line-height: normal;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px !important;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-family: 'Aleo-light', sans-serif;
}

textarea {
    line-height: normal;
    display: block;
    width: 100%;
    height: 160px;
    padding: 8px 12px !important;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

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

}

select {
    margin-bottom: 10px !important;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #828282;
    font-size: 14px;
    font-weight: 400;

    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;

    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

div.MGLRow {
    padding-bottom: 0 !important;
}

div.MGLPoweredBy {
    display: none;
}

#mf6962ba66b86_PatronName {
    width: 49%;
    float: left;
    margin-right: 2%;
}

#mf6962ba66b86_PatronEmail {
    width: 49%;
    float: left;
}

.submit_mchp {
    border: none;
    margin-top: 10px;
}
.social-div-second.signup .text_center{
    text-align: center;
}
.social-div-second.signup button#MGLSubmitButton, .social-div-second.signup .submit_mchp {
    width: 23%;
    padding: 10px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.social-div-second.signup div.MGLRow {
    clear: none !important;
}

.ui-state-default {
    background-image: none !important;
}

.ui-button-text-only .ui-button-text {
    padding: 0 !important;
    font-family: 'Montserrat';
}

.errordisplay strong {
    color: red;
    font-family: 'Montserrat';
}

/*
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-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;
}

!*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*!
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

!*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*!
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	!* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ *!
	box-sizing: inherit;
}

body {
	background: #fff;
	!* Fallback for when there is no custom background color defined. *!
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}
*/

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

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*!
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

!*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*!
!*--------------------------------------------------------------
## Links
--------------------------------------------------------------*!
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

!*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*!
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

!* Small menu. *!
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

!*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*!
!* Text meant only for screen readers. *!
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; !* Many screen reader and browser combinations announce broken words as they would appear visually. *!
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	!* Above WP toolbar. *!
}

!* Do not show the outline on the skip link target. *!
#content[tabindex="-1"]:focus {
	outline: 0;
}
*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*
!*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*!
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

!*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*!
.widget {
	margin: 0 0 1.5em;
	!* Make sure select elements fit in widgets. *!
}

.widget select {
	max-width: 100%;
}

!*--------------------------------------------------------------
# Content
--------------------------------------------------------------*!
!*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*!
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

!*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*!
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

!*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*!
!* Globally hidden elements when Infinite Scroll is supported and in use. *!
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	!* Theme Footer (when set to scrolling) *!
	display: none;
}

!* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. *!
.infinity-end.neverending .site-footer {
	display: block;
}

!*--------------------------------------------------------------
# Media
--------------------------------------------------------------*!
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

!* Make sure embeds and iframes fit their containers. *!
embed,
iframe,
object {
	max-width: 100%;
}

!* Make sure logo link wraps around logo image. *!
.custom-logo-link {
	display: inline-block;
}

!*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*!
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

!*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*!
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
*/

/* Generated on: Mon Jan 15 2018 22:03:56 GMT+0000 (UTC) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: .67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"] {
    -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: none
}

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: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    font-family: 'Aleo-light', sans-serif;
    font-size: 13px;
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */

@font-face {
    font-family: 'ITC-CASLON-224-BOOK';
    src: url('fonts/ITC-Caslon-224-Std-Book_24525.ttf') format('truetype');
}

@font-face {
    font-family: 'Aleo-light';
    src: url('fonts/Aleo-Light.otf') format('opentype');
}

@font-face {
    font-family: 'ITC-CASLON-224-med';
    src: url('fonts/CaslonTwoTwentyFour-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'footlight';
    src: url('fonts/FTLTLT.TTF') format('truetype');
}

@font-face {
    font-family: 'footlight bold';
    src: url('fonts/footlight-mt-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'bebas_neue';
    src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'bebas_neue_bold';
    src: url('fonts/BebasNeue-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'learning_curve';
    src: url('fonts/learning_curve_regular_ot_tt.ttf') format('truetype');
}

@font-face {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
    font-weight: normal;
    font-style: normal
}

[class^="w-icon-"], [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.w-icon-slider-right:before {
    content: "\e600"
}

.w-icon-slider-left:before {
    content: "\e601"
}

.w-icon-nav-menu:before {
    content: "\e602"
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
    content: "\e603"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:before, .w-clearfix:after {
    content: " ";
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important
}

.w-webflow-badge, .w-webflow-badge * {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0 0;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal
}

.w-webflow-badge {
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1)
}

.w-webflow-badge > img {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0;
    margin-bottom: 10px
}

figcaption {
    margin-top: 5px;
    text-align: center
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

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

.w-embed:before, .w-embed:after {
    content: " ";
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0
}

.w-video iframe, .w-video object, .w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

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

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc
}

.w-input:-moz-placeholder, .w-select:-moz-placeholder {
    color: #999
}

.w-input::-moz-placeholder, .w-select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder {
    color: #999
}

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
    color: #999
}

.w-input:focus, .w-select:focus {
    border-color: #3898EC;
    outline: 0
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee
}

textarea.w-input, textarea.w-select {
    height: auto
}

.w-select {
    background-image: -webkit-linear-gradient(white 0, #f3f3f3 100%);
    background-image: linear-gradient(white 0, #f3f3f3 100%)
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0
}

.w-checkbox, .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px
}

.w-checkbox:before, .w-radio:before, .w-checkbox:after, .w-radio:after {
    content: " ";
    display: table
}

.w-checkbox:after, .w-radio:after {
    clear: both
}

.w-checkbox-input, .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px
}

.w-radio-input {
    margin-top: 3px
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.w-container:before, .w-container:after {
    content: " ";
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:before, .w-row:after {
    content: " ";
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333333%
}

.w-col-2 {
    width: 16.66666667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.33333333%
}

.w-col-5 {
    width: 41.66666667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.33333333%
}

.w-col-8 {
    width: 66.66666667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.33333333%
}

.w-col-11 {
    width: 91.66666667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}





.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    width: 90% !important;
    height: auto !important;
    top: 7px !important;
    left: 6% !important;
    display: inline;
    text-align: center;
    overflow: hidden
}

.w-widget-map .gm-style-iw + div {
    display: none
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: serif
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
    margin-left: 7px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-widget-gplus {
    overflow: hidden
}

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white
}

.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-slider-nav.w-round > div {
    border-radius: 100%
}

.w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    padding: .2em .5em;
    font-size: inherit;
    line-height: inherit
}

.w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4)
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4)
}

.w-slider-nav-invert > div.w-active {
    background-color: #222
}

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px .5em;
    transition: background-color 100ms, color 100ms
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-arrow-left, .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left, .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px
}

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-nav[data-collapse="all"] .w-dropdown, .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block
}

.w-nav[data-collapse="all"] .w-dropdown-list {
    position: static
}







.w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0)
}

.w-lightbox-backdrop, .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame, .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle
}

.w-lightbox-figure {
    position: relative;
    margin: 0
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none
}

.w-lightbox-image {
    display: block;
    float: none;
    max-width: 100vw;
    max-height: 100vh
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")
}

.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")
}

.w-lightbox-close {
    right: 0;
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px
}

.w-lightbox-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1vh;
    line-height: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear
}

.w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}



.w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:before, .w-richtext:after {
    content: " ";
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext ol, .w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
    outline: 2px solid #2895f7
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video > div:before, .w-richtext figure[data-rt-type="video"] > div:before {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.w-richtext figure {
    position: relative;
    max-width: 60%
}

.w-richtext figure > div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    font-size: 0;
    color: transparent
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
    display: table-caption;
    caption-side: bottom
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.w-richtext figure.w-richtext-align-fullwidth > div {
    display: inline-block;
    padding-bottom: inherit
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none
}

.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000
}

.w-nav:before, .w-nav:after {
    content: " ";
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    position: relative;
    float: right
}

.w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%
}

.w-nav-overlay .w--nav-menu-open {
    top: 0
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-nav-button.w--open {
    background-color: #C8C8C8;
    color: white
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none
}

.w-nav[data-collapse="all"] .w-nav-button {
    display: block
}







.w-tabs {
    position: relative
}

.w-tabs:before, .w-tabs:after {
    content: " ";
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd
}

.w-tab-link.w--current {
    background-color: #C8C8C8
}

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden
}

.w-tab-pane {
    position: relative;
    display: none
}

.w--tab-active {
    display: block
}



.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd
}

.w-dyn-bind-empty {
    display: none !important
}

.w-condition-invisible {
    display: none !important
}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
body {
    height: auto;
}

h1 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    /*font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*/
    font-family: 'ITC-CASLON-224-BOOK', serif;
    color: #000;
    font-size: 70px;
    line-height: 44px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    color: rgba(26, 29, 46, .97);
    font-size: 30px;
    line-height: 36px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'ITC-CASLON-224-BOOK', serif;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Aleo-light', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    text-transform: none;
}

h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
}

p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Aleo-light', sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    text-indent: 0px;
    text-transform: none;
}

a {
    font-family: 'Aleo-light', sans-serif;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
}

ul {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 40px;
}

ol {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-weight: 400;
}

li {
    margin-bottom: 5px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

strong {
    color: #666;
    font-size: 16px;
    font-weight: 700;
}


#Intro  .hero-text p{
    font-size: 16px;
}
blockquote {
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 5px solid #dba94b;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}

.button {
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 25px;
    /*border: 2px solid #363C4C;*/
    border: 2px solid #94B0B6;
    border-radius: 7px;
    background-color: transparent;
    font-family: 'Aleo-light', sans-serif;
    /*color: #363C4C;*/
    color: #94B0B6;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background-color: #94B0B6;
    font-family: 'Aleo-light', sans-serif;
    color: #fff;
    border: 2px solid #94B0B6;
}

.button.hero-button {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    /*border: 2px solid #bbd3c1;*/
    /*border: 2px solid #94B0B6;*/
    border: 2px solid #94B0B6;
    border-radius: 5px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Aleo-light', sans-serif;
    color: #fff;
    /*color: #94B0B6;*/
}

.button.hero-button:hover {
    /*border-color: #bbd3c1;
    background-color: #bbd3c1;*/

    border-color: #94B0B6;
    background-color: #94B0B6;
    box-shadow: none;
    color: #fff;
}

.button.hero-button.home {
    border: 2px solid #fff;
    color: #fff;
}

.button.hero-button.home:hover {
    border-color: #94B0B6;
    background-color: #94B0B6;
    color: #fff;
}

.button.hero-button.w--current {
    margin-bottom: 0px;
}

.button.hero-button.blog {
    margin: 30px auto 0px;
    color: #94B0B6;
}

.hero-section {
    position: static;
    height: 100vh;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d5e70bdfef76b4387e9e3c_The-Port-Food%26Cocktails_29.8.16_61.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d5e70bdfef76b4387e9e3c_The-Port-Food%26Cocktails_29.8.16_61.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.hero-section.about {
    height: 70vh;
    padding-top: 0px;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57f3292d0f986c0c416a5953__MG_0838.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57f3292d0f986c0c416a5953__MG_0838.jpg");
    background-position: 0px 0px, 50% 0px;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

.hero-section.blog {
    height: 70vh;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57f34f8661e8fe1957345f4d_The%20Port-Food%26Cocktails_29.8.16_73.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57f34f8661e8fe1957345f4d_The%20Port-Food%26Cocktails_29.8.16_73.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 2724px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

.hero-section.functions {
    height: 70vh;
    padding-top: 0px;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57f338136964e30e572ca50d_IMG_3770.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57f338136964e30e572ca50d_IMG_3770.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

.hero-section.elements {
    padding-bottom: 100px;
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f11_Dollarphotoclub_60566232.min-min.jpg");
    background-attachment: fixed;
}

.navbar {
    position: relative;
    z-index: 999;
    display: block;
    overflow: visible;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
}

.functions .navbar {
    position: absolute;
    z-index: 999;
    display: block;
    overflow: visible;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
}

.logo {
    position: static;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: 'Great Vibes', cursive;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
}

.logo:hover {
    color: #dba94b;
}

.logo.big {
    margin-top: 0px;
    padding-top: 3px;
    font-size: 50px;
}

.logo.big.contact {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    text-align: left;
}

.upper-heading {
    margin-top: 100px;
    margin-bottom: 20px;
    font-family: Merriweather, serif;
    color: hsla(0, 0%, 95%, .65);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
}

#Menus .upper-heading.title {
    margin-top: 10px;
    margin-bottom: 10px;
    /*font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*/
    font-family: 'ITC-CASLON-224-BOOK';
    /*color: #ADD4CA;*/
    color: #94B0B6;
    font-size: 25px;
    /*font-style: italic;*/
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
}

.upper-heading.title {
    margin-top: 10px;
    margin-bottom: 10px;
    /*font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*/
    font-family: 'Aleo-light', sans-serif;
    /*color: #ADD4CA;*/
    color: #94B0B6;
    font-size: 25px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
}

.upper-heading.title.new {
    margin-top: 75px;
}

.upper-heading.title.left {
    text-align: left;
}

.upper-heading.hero {
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'ITC-CASLON-224-BOOK';
    /*color: #bbd3c1;*/
    color: #94B0B6;
    font-size: 50px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: none;
}

.upper-heading.about {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #d8d8d8;
    font-size: 40px;
    font-style: italic;
}

.section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url("images/concrete_seamless.png");
    background-position: 50% 50%;
    background-size: 200px;
}

.section.about-ferrano {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: transparent;
    background-image: none;
    -webkit-transition-property: all;
    transition-property: all;
}

a.button.hero-button.space_button.enquire_now {
    color: #94B0B6;
    border: 1px solid #94B0B6;
}

a.button.hero-button.space_button.enquire_now:hover {
    color: #fff;
}

.section.blog {
    height: 1200px;
}

.section.philosophy {
    padding-bottom: 50px;
}

.section.guestlist {
    background-color: #d8d8d8;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
    opacity: 1;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

.section.featured {
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    text-align: center;
}

.column-facts {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none solid none none;
    border-width: 1px;
    border-color: rgba(187, 211, 193, .5);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.column-facts:hover {
    border-style: none solid none none;
    border-width: 0px 2px 0px 0px;
    border-color: #dba94b rgba(219, 169, 75, .3) #dba94b #dba94b;
}

.column-facts.last {
    border-right-style: none;
}

.column-facts.last:hover {
    border-right-style: none;
    border-right-width: 0px;
}

.numbers {
    margin-bottom: 0px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.white-title {
    margin-bottom: 30px;
    font-family: 'bebas_neue_bold', serif;
    color: #000;
    font-size: 55px;
    font-weight: 300;
    text-align: center;
}

.white-title.fact {
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.white-title.second {
    margin-bottom: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.circle-icon-block {
    width: 50px;
    height: 50px;
    float: none;
    border: 1px solid #adafb3;
    border-radius: 22px;
    background-color: #dba94b;
    -webkit-transition: border-color 1000ms ease, box-shadow 1000ms ease;
    transition: border-color 1000ms ease, box-shadow 1000ms ease;
}

.circle-icon-block:hover {
    border-color: #00c2a2;
    box-shadow: 0 0 2px 1px hsla(220, 4%, 69%, .47);
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
}

.circle-icon-block.social {
    width: 35px;
    height: 35px;
    margin: 20px 3px;
    border: 0px none #dba94b;
    border-radius: 5px;
    background-color: #dba94b;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    text-align: center;
}

.circle-icon-block.social:hover {
    background-color: rgba(26, 29, 46, .97);
    box-shadow: none;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
}

.circle-icon-block.social.contact {
    margin-right: 3px;
    margin-left: 3px;
    float: none;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    color: #d6ebdb;
}

.circle-icon-block.social.contact:hover {
    background-color: #94B0B6;
    border: 2px solid #94B0B6;
    box-shadow: none;
}

.color-stripe {
    padding-top: 50px;
    padding-bottom: 50px;
    /*background-image: -webkit-linear-gradient(270deg, rgba(26, 29, 46, .25), rgba(26, 29, 46, .25)), url("images/Rope_Blue.jpg");
    background-image: linear-gradient(180deg, rgba(26, 29, 46, .25), rgba(26, 29, 46, .25)), url("images/Rope_Blue.jpg");*/
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
    opacity: 1;
}

.color-stripe._2 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: -webkit-linear-gradient(270deg, rgba(26, 29, 46, .09), rgba(26, 29, 46, .09)), url("images/IMG_0923.jpg");
    background-image: linear-gradient(180deg, rgba(26, 29, 46, .09), rgba(26, 29, 46, .09)), url("images/IMG_0923.jpg");
    background-position: 0px 0px, 50% 6px;
    background-size: auto, 1784px;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
}

.color-stripe._3 {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: -webkit-linear-gradient(270deg, rgba(26, 29, 46, .25), rgba(26, 29, 46, .25)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8fa0_wall-4.jpg");
    background-image: linear-gradient(180deg, rgba(26, 29, 46, .25), rgba(26, 29, 46, .25)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8fa0_wall-4.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
}

.team-name {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: rgba(26, 29, 46, .97);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.team-tittle {
    margin-top: 20px;
    margin-bottom: 0px;
    float: none;
    font-family: 'Great Vibes', cursive;
    color: #dba94b;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}

.social-icon {
    width: 15px;
    margin: 10px 8px 8px;
    opacity: 1;
    -webkit-transition: opacity 700ms ease;
    transition: opacity 700ms ease;
}

.social-icon:hover {
    opacity: 1;
}

.social-icon.line {
    margin-top: 8px;
}

.social-icon.line:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.testimonials-text {
    height: 170px;
    margin-right: 70px;
    margin-left: 70px;
    float: none;
    color: #666;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.footer {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #252424;
}

.copyright {
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #e6e5e4;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    text-transform: none;
}

.copyright.white {
    color: #fff;
}

.nav-link {
    display: inline-block;
    margin-right: 2px;
    padding: 15px 12px;
    border-radius: 9px;
    opacity: 1;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-link:hover {
    border-radius: 9px;
    opacity: 1;
    color: #bbd3c1;
    letter-spacing: 1px;
    text-decoration: none;
}

.nav-link.w--current {
    display: inline-block;
    opacity: 1;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #bbd3c1;
}

.nav-link.w--current:hover {
    border-radius: 0px;
    color: #bbd3c1;
    text-decoration: none;
}

.icon-menu {
    color: #fff;
}

.icon-menu:hover {
    color: #dba94b;
}

.navbar-scroll {
    position: fixed;
    display: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #414042;
    box-shadow: none;
}

.hero-heading {
    margin-top: 40px;
    margin-bottom: 60px;
    /*font-family: 'bebas_neue_bold', serif;*/
    font-family: 'ITC-CASLON-224-BOOK', sans-serif;
    color: #fff;
    font-size: 85px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: none;
}

.hero-heading.smaller {
    margin-top: 20px;
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
}

h1.hero-heading.smaller{
    font-size: 60px;
    line-height: normal;
}

.hero-heading.minimal {
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
}

.nav-menu.second {
    float: right;
}

.slider-mask {
    border-radius: 0px;
}

.testimonials {
    padding-top: 80px;
    padding-bottom: 90px;
    background-image: url("images/Dollarphotoclub.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.hero-text {
    text-align: center;
    margin-bottom: 30px;
}

.upper-heading.title.left {
    font-family: 'ITC-CASLON-224-BOOK', sans-serif;
    color: #94B0B6;
    font-weight: 600;
    font-size: 30px;
}

.hero-text.blog {
    margin-top: -100px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 20px;
    /*border: 7px solid #dba94b;*/
    border: 7px solid #94B0B6;
    border-radius: 5px;
    background-color: #fff;
}

.hero-text.about {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

.hero-text.box {
    margin-bottom: 54px;
}

.slide-nav {
    display: none;
}

.flower-image {
    margin-top: 150px;
    padding-top: 0px;
}

.navbar-containner {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1000;
    background-color: transparent;
}

.ornament {
    display: block;
    margin: 0px auto 20px;
}

.ornament.fact {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-text {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'Aleo-light', sans-serif;
    color: #666;
    text-align: center;
    letter-spacing: 0px;
}

.about-text.reservation {
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    border-top-style: none;
    background-image: none;
}

.dark-title {
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: transparent;
    /*font-family: Lato, sans-serif;*/
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'ITC-CASLON-224-BOOK', sans-serif;
    /*color: #94B0B6;*/
    color: #222;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.logo-slide {
    height: auto;
    background-color: transparent;
}

.logo-row {
    display: block;
    text-align: center;
}

.section-info.contact {
    padding-top: 90px;
    background-image: -webkit-linear-gradient(270deg, #414042, #414042);
    background-image: linear-gradient(180deg, #414042, #414042);
}

.reserve-form {
    position: static;
    top: -80px;
    display: block;
    width: 70%;
    margin-top: -250px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px 10px;
    border: 7px none #dba94b;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: flex-grow 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex-grow 350ms ease;
    transition: flex-grow 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex-grow 350ms ease;
    transition: flex-grow 350ms ease;
    transition: flex-grow 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex-grow 350ms ease, -ms-flex-positive 350ms ease;
}

.info-conatct-text {
    margin-top: 90px;
    color: #828282;
    text-align: left;
}

.containner-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: transparent;
}

.testimonials-slide {
    height: 170px;
    background-color: transparent;
}

.left-arrow {
    display: none;
}

.right-arrow {
    display: none;
}

.slide-1 {
    padding-right: 70px;
    padding-left: 70px;
}

.company-text {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Aleo-light', sans-serif;
    color: #fff;
    text-align: left;
}

.menu {
    padding-top: 50px;
    padding-bottom: 90px;
    border-top: 1px solid #faf1df;
    /*background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 95%, .8), hsla(0, 0%, 95%, .8)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/5786ccdb9bdd7b7161e473d3_Paper.jpg");*/
    background-image: linear-gradient(180deg, hsla(0, 0%, 95%, .8), hsla(0, 0%, 95%, .8)), url("images/Paper.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

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

.hero-container {
    position: relative;
    left: 0px;
    top: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.social-div-second {
    margin-top: -50px;
    margin-bottom: 50px;
    text-align: center;
}

.submit-button {
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 35px;
    border-radius: 5px;
    background-color: #799ca3;
    opacity: 0.8;
    -webkit-transition: opacity 700ms ease;
    transition: opacity 700ms ease;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.submit-button:hover {
    /*background-color: #799ca3;*/
    background-color: #92B9AF;
    opacity: 1;
}

.number-field {
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}

.number-field:hover {
    background-color: #f2f2f2;
}

.number-field:focus {
    border-color: #dba94b;
}

.text-area {
    min-height: 150px;
    margin-bottom: 10px;
    border: 2px solid #e2e2e2;
    border-radius: 3px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}

.text-area:hover {
    background-color: #f2f2f2;
}

.text-area:focus {
    border: 2px solid #dba94b;
}

.text-area.new {
    min-height: 100px;
    border: 2px solid #e2e2e2;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

.text-area.new:focus {
    border-color: #dba94b;
}

.success-message {
    background-color: #f2f2f2;
}

.title-plate {
    display: block;
    margin-top: 0px;
    margin-right: 300px;
    margin-bottom: 5px;
    float: none;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #dba94b;
    font-size: 18px;
    text-align: left;
}

.title-plate.in {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    float: none;
    background-color: transparent;
    font-size: 14px;
    text-align: left;
}

.reservation {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    border-top: 7px none #dba94b;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .93), #fff9ee), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f26_photo-1426259759666-68da5c54402d-min-min.jpg");
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .93), #fff9ee), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f26_photo-1426259759666-68da5c54402d-min-min.jpg");
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    opacity: 1;
}

.wrapper {
    margin-right: 5px;
}

.wrapper._2 {
    margin-right: 0px;
    margin-left: 5px;
}

.open-reservation {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: block;
    width: 90px;
    height: 40px;
    margin-top: 40px;
    margin-right: 20px;
    padding: 7px 10px;
    border: 2px solid #dba94b;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
}

.open-reservation:hover {
    background-color: #dba94b;
}

.cross {
    margin-top: 12px;
    margin-bottom: 12px;
}

.chef-image {
    margin-top: 70px;
    margin-bottom: 0px;
    float: right;
}

.plate {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    padding-top: 230px;
    padding-right: 40px;
    border-radius: 5px;
    background-image: url("images/2-min%20(1).jpg");
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    text-align: center;
}

.plate:hover {
    background-image: url("images/2-min%20(1).jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.form-wrapper {
    padding: 20px;
    border: 5px solid #dba94b;
    border-radius: 5px;
    background-color: #fff;
}

.functions {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: transparent;
    background-image: url("images/concrete_seamless.png");
    background-position: 50% 50%;
    background-size: auto;
}

.menu-tab-menu {
    height: 65px;
    margin-bottom: 50px;
    text-align: center;
}

.menu-tab-menu.w--current {
    height: 65px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.tab-menus-link {
    width: 20%;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: #dba94b;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    text-align: center;
}

.tab-menus-link:hover {
    background-color: #c9983e;
}

.tab-menus-link.w--current {
    width: 20%;
    padding-right: 40px;
    padding-left: 40px;
    background-color: rgba(26, 29, 46, .97);
    color: #fff;
    text-align: center;
}

.menu-tab-content {
    overflow: visible;
}

.menu-image-block {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 0px;
    float: left;
    border-radius: 3px;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
    background-position: 50% 50%;
    background-size: cover;
}

.price {
    position: absolute;
    top: 21px;
    right: 0px;
    display: inline-block;
    height: 80px;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    float: right;
    border-left: 2px solid #e2e2e2;
    border-radius: 0px;
    background-color: transparent;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #dba94b;
    font-size: 20px;
}

.price.inn {
    position: static;
    display: inline-block;
    height: auto;
    padding: 10px 15px;
    float: none;
    border-left: 0px none transparent;
    border-radius: 30px;
    color: #fff;
}

.info-plate {
    display: block;
    margin-top: 0px;
    float: none;
    color: #666;
    text-align: left;
}

.menu-list-iteam {
    position: relative;
    margin-bottom: 20px;
    float: none;
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    background-color: #fff;
}

.blog-image {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-image: url("images/example-bg.png");
    background-position: 50% 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.blog-image:hover {
    background-color: #dba94b;
}

.blog-section {
    padding-top: 50px;
    padding-bottom: 80px;
    border-top: 1px solid #faf1df;
    border-bottom: 0px none transparent;
    background-color: #fff;
}

.info-blog {
    display: inline-block;
    width: 85%;
    margin-top: 230px;
    padding: 25px;
    border-left: 5px solid #dba94b;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(26, 29, 46, .9);
    text-align: left;
}

.blog-date {
    display: inline-block;
    margin-bottom: 0px;
    float: none;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #bbd3c1;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    text-transform: none;
}

.blog-post-title {
    margin-bottom: 0px;
    font-family: 'Montserrat', serif;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
}

.blog-link {
    width: 100%;
    height: 100%;
    clear: none;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    text-align: left;
}

.blog-link:hover {
    background-color: rgba(187, 211, 193, .47);
}

.hero-blog {
    height: 400px;
    /*border-bottom: 7px solid #dba94b;*/
    border-bottom: 7px solid #94B0B6;
    /*background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");*/
    background-position: 50% 50%;
    background-size: cover;
}

.main-section {
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: center;
}

.container-blog {
    padding-right: 70px;
    padding-left: 70px;
    text-align: left;
}

.divider {
    height: 1px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #ececec;
    color: transparent;
}

.divider.elements {
    margin-top: 20px;
    margin-bottom: 20px;
}

.author-wrapper-div {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    text-align: center;
}

.author-phote {
    width: 120px;
    height: 100%;
    border: 6px solid #dba94b;
    border-radius: 100px;
}

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

.column {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px 5px 5px 0px;
    background-color: rgba(26, 29, 46, .97);
}

.column-2 {
    border-radius: 5px;
    background-color: #dba94b;
}

.title-tab {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    letter-spacing: 2px;
}

.chef-div {
    height: 620px;
    margin-top: 50px;
    padding-top: 0px;
    float: none;
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f80_Dollarphotoclub_786604502.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.success-text {
    color: rgba(26, 29, 46, .97);
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
}

.error-text {
    color: rgba(26, 29, 46, .97);
}

.select-field {
    border: 2px solid #e2e2e2;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #828282;
}

.select-field:focus {
    border-color: #dba94b;
}

.about-plates {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: -webkit-linear-gradient(270deg, #fff9ee 45%, rgba(255, 249, 238, .8)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f32_Dollarphotoclub_90981256.jpg");
    background-image: linear-gradient(180deg, #fff9ee 45%, rgba(255, 249, 238, .8)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f32_Dollarphotoclub_90981256.jpg");
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
}

.dynamic-item {
    margin-right: 0px;
    margin-left: 0px;
    float: left;
}

.link {
    margin-top: 0px;
    margin-left: 7px;
    padding-top: 0px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #dba94b;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.link:hover {
    color: rgba(26, 29, 46, .97);
    text-decoration: underline;
}

.link.footer {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-transform: none;
}

.link.footer:hover {
    color: #fff;
}

.div-frame-right {
    position: absolute;
    top: 0px;
    right: 40%;
    width: 52%;
    height: 350px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 6px;
    /*background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57f31f836abb465140986575_The%20Port-Food%26Cocktails_29.8.16_79.jpg");*/
    background-position: 50% 50%;
    background-size: 544px;
}

.div-frame-top-right {
    right: 0%;
}

.image-wrapper {
    width: 220px;
    height: 220px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.table-row-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #dba94b;
}

.table-title {
    margin-top: 0px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.table-row {
    padding: 10px;
    border-style: solid solid none;
    border-width: 1px 1px 0px;
    border-color: #e2e2e2;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.table-row:hover {
    background-color: #f7f7f7;
}

.table-row.last {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.image-license {
    border-radius: 5px;
}

.footer-tittle {
    margin-top: 0px;
    /*color: #ADD4CA;*/
    color: #94B0B6;
    font-size: 14px;
    text-align: left;
}

.footer-tittle.new {
    margin-top: 0px;
}

.important-names {
    font-size: 20px;
}

.image-frame-div {
    position: relative;
    min-height: 500px;
}

.div-frame-left {
    position: absolute;
    top: 18%;
    right: 0px;
    width: 52%;
    height: 350px;
    border-radius: 6px;
    /*background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57f320d3aedac61741102e7d_The%20Port-Food%26Cocktails_29.8.16_75.jpg");*/
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.div-frame-left.no_tile {
    /*left: 0;
    top: 0;
    width: 49%;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.div-frame-right.div-frame-top-right.no_tile {
right: 0;
width: 49%;
}*/

.div-frame-bottom-left {
    left: 8%;
    z-index: 9;
}

.overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: none;
    background-color: rgba(0, 0, 0, .7);
}

.tags {
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: rgba(219, 169, 75, .18);
    text-align: left;
}

.tags.white {
    background-color: #fff;
}

.rich-text-block {
    margin-top: 30px;
}

.body {
    height: auto;
}

.cheefs {
    margin-top: 0px;
    margin-bottom: 0px;
}

.reserve {
    display: inline-block;
    margin-top: 4px;
    margin-left: 7px;
    padding: 10px 12px 9px;
    float: right;
    border: 1px solid #dba94b;
    border-radius: 8px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.reserve:hover {
    background-color: #dba94b;
}

.gallery {
    padding-top: 90px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d5eef2dfef76b4387ea874_The-Port-Food%26Cocktails_29.8.16_66.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d5eef2dfef76b4387ea874_The-Port-Food%26Cocktails_29.8.16_66.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.recipes-div {
    height: 270px;
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8fb9_photo-1428259067396-2d6bd3827878.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.recipes-div._2 {
    padding-top: 0%;
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f96_photo-1432139509613-5c4255815697.jpg");
    background-size: cover;
}

.recipes-div._3 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f3a_photo-1445979323117-80453f573b71.jpg");
    background-size: cover;
}

.recipes-div._4 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f18_photo-1446034730750-a0b64d06ad13.jpg");
    background-size: cover;
}

.recipes-div._5 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f74_photo-1432139555190-58524dae6a55.jpg");
}

.recipes-div._6 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57843755e6fe044e1bcc8f83_photo-1453831362806-3d5577f014a4.jpg");
    background-size: cover;
}

.vegan {
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #ebebeb;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #666;
    font-size: 8px;
    letter-spacing: 1px;
}

.plate-important-info {
    margin-bottom: 10px;
    padding-top: 18px;
    text-align: left;
}

.kosher {
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #ebebeb;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #666;
    font-size: 8px;
    letter-spacing: 1px;
}

.spicy {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #ebebeb;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #666;
    font-size: 8px;
    letter-spacing: 1px;
}

.price-wrapper {
    position: static;
}

.div-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-brenda {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-brenda._6 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.overlay-div {
    height: 100%;
    background-color: rgba(26, 29, 46, .85);
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.overlay-div:hover {
    opacity: 1;
}

.column-philosophy {
    padding-top: 39px;
    text-align: center;
}

.center {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #71818a;
    text-align: center;
}

.hours {
    padding-left: 0px;
    font-family: 'Aleo-light', sans-serif;
    color: #fff;
    line-height: 31px;
    text-align: left;
    font-size: 14px;
}

.list {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.list.open {
    width: 220px;
    background-color: #212122;
}

.zoom-glass {
    position: relative;
    top: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.zoom-glass:hover {
    opacity: 1;
}

.lightbox-link {
    width: 100%;
    height: 270px;
}

.herologo {
    display: block;
    margin: 30px auto;
}

.fact-description {
    color: #fff;
    /*color: #94B0B6;*/
    /*font-weight: 700;*/
    text-align: center;
    letter-spacing: 4px;
    text-transform: none;
    font-family: 'Aleo-light', sans-serif;
    font-size: 30px;
}

.thumb {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-filter: none;
    filter: none;
}

.thumb:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

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

.featured {
    opacity: 1;
}

.featured:hover {
    opacity: 1;
}

.signature {
    padding-left: 30px;
    float: left;
    text-align: left;
}

.contact-form {
    position: relative;
    left: 0px;
    top: -60px;
    margin-top: -150px;
    padding: 20px 20px 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: flex-grow 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex-grow 350ms ease;
    transition: flex-grow 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex-grow 350ms ease;
    transition: flex-grow 350ms ease;
    transition: flex-grow 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex-grow 350ms ease, -ms-flex-positive 350ms ease;
}

.featuredlogo {
    opacity: 0.6;
}

.featuredlogo:hover {
    opacity: 1;
}

.bold {
    color: #d6ebdb;
}

.oscarslogo {
    float: right;
}

.mgllabel {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
}

.carousel {
    height: 100vh;
}

.gallery-description {
    position: static;
    left: 0px;
    top: 10%;
    right: 0px;
    bottom: 50%;
    display: block;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), transparent);
    color: #fff;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

.slide1 {
    position: static;
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d9e46952bafe6a075268ac_The-Port-Food%26Cocktails_29.8.16_66.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide2 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d9e5ba52bafe6a07526bbe_The-Port-Food%26Cocktails_29.8.16_31.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide3 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d9e62432044f75071618f7_The-Port-Food%26Cocktails_29.8.16_39.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide4 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d73670309c5a515c988029_The-Port-Food%26Cocktails_29.8.16_9.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide5 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d9e6e532044f7507161917_The-Port-Food%26Cocktails_29.8.16_50.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide6 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d9e70352bafe6a07526d88_The-Port-Food%26Cocktails_29.8.16_22.jpg");
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide7 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d9e73a5052e0a66bdfda52_The-Port-Food%26Cocktails_29.8.16_75.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide8 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d9e75632044f75071619e4_The-Port-Food%26Cocktails_29.8.16_83.jpg");
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide9 {
    background-image: url("https://daks2k3a4ib2z.cloudfront.net/57843754e6fe044e1bcc8eb3/57d9e7735052e0a66bdfda67_The-Port-Food%26Cocktails_29.8.16_72.jpg");
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="hero-arrow-block-link"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
    -ms-transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
    transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
}

html.w-mod-js *[data-ix="display-none"] {
    display: none;
}

html.w-mod-js *[data-ix="flower-icon"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
    -ms-transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
    transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
}

html.w-mod-js *[data-ix="upper-heading"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
    -ms-transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
    transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
}

html.w-mod-js *[data-ix="hero-heading"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
    -ms-transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
    transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
}

html.w-mod-js *[data-ix="hero-button"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
    -ms-transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
    transform: translate(0px, 20px) scale(0.9500000000000006, 0.9500000000000006);
}

html.w-mod-js *[data-ix="contact-form"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px) scale(0.7000000000000006, 0.7000000000000006);
    -ms-transform: translate(0px, 20px) scale(0.7000000000000006, 0.7000000000000006);
    transform: translate(0px, 20px) scale(0.7000000000000006, 0.7000000000000006);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
    height: 0px;
}

html.w-mod-js *[data-ix="image-frame-left"] {
    opacity: 0;
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="image-frame-right"] {
    opacity: 0;
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="dynamic-item-blog"] {
    opacity: 0;
    -webkit-transform: scale(0.98, 0.98);
    -ms-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98);
}

html.w-mod-js *[data-ix="body-opacity-100"] {
    opacity: 0;
}

p.font_size_menu {
    font-size: 20px;
    padding-top: 10px;
}

.whats_on_light .light_image img {
    height: auto;
}

.whats_on_light.light_max_size {
    max-width: 635px;
}

.modal_content.left {
    float: left;
    padding-right: 20px;
    width: 30%;
}

.modal_content.left p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    color: #94B0B6;
    font-style: italic;
}

.modal_content_quandoo.right {
    float: left;
    width: 65%;
}

.light_image {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.light_content {
    float: left;
    width: 50%;
    padding-left: 10px;
}

.fact-description.padding_fact {
    padding-top: 25px;
}

#signup_name {
    width: 49%;
    float: left;
    margin-right: 2%;
}

#signup_email {
    width: 49%;
    float: left;

}

.submit-button.w-button.signup_button {
    width: 23%;
    padding: 10px;
}

ul#primary-menu {
    padding: 0;
    margin: 0;
}

ul#primary-menu li {
    display: inline;
    padding: 10px;
}

ul#primary-menu li a {
    text-decoration: none;
    display: inline-block;
    margin-right: 2px;
    /*padding: 15px 12px;*/
    padding: 15px 0;
    border-radius: 9px;
    opacity: 1;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    /*font-family: 'bebas_neue', serif;*/
    font-family: 'Aleo-light', sans-serif;
    color: #fff;
    /*font-size: 20px;*/
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

ul#primary-menu li a:hover {
    border-radius: 9px;
    opacity: 1;
    color: #94B0B6;
    /*letter-spacing: 1px;*/
    text-decoration: none;
}

span.port_font {
    /*font-family: 'footlight';*/
    font-size: 1.5em;
    line-height: 1;
    font-style: normal;
}

.port_font {
    /*font-family: 'footlight';*/
}

.port_font_bold {
    font-family: 'bebas_neue_bold';
    /*font-size: 1.8em;
    line-height: 1;
    font-style: normal;*/
}

.upper-heading.port_font {
    font-family: 'footlight bold';
    font-size: 30px;
    line-height: 1;
    font-style: normal;
    color: rgba(26, 29, 46, .97);
}

.upper-heading.title strong {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #bbd3c1;
}

.contact.upper-heading.title.port_font_bold {
    font-family: 'footlight bold';
    font-style: normal;
}

a.green_anchor {
    /*color: #ADD4CA;*/
    color: #ffffff;
    text-decoration: none;
}

a.green_anchor:hover {
    /*color: #ADD4CA;*/
    color: #ffffff;
}

a.green_anchor_tit, a.green_anchor_tit:hover {
    /*color: #ADD4CA;*/
    color: #94B0B6;
    text-decoration: none;
    font-size: 13px;
}

.w-form.hidden_default {
    display: none;
}

.upper-heading.title.get_in_touch {
    font-size: 18px;
    padding-bottom: 14px;
    font-family: 'Aleo-light', sans-serif;
    /*font-style: italic;*/
}

.notfound-text {
    font-size: 1.5em;
    line-height: 1.5;
    text-align: center;
}

.upper-heading.title.insta {
    padding-bottom: 30px;
}

h2.dark-title.sign_up_form {
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
}

h3.upper-heading.title.get_in_touch.custom_margin {
    margin-top: 0px;
    padding-bottom: 5px;
}

div.w-dyn-item.w-col.w-col-4.w-col-offset-8.float_right {
    float: right;
    text-align: right;
    padding-top: 15px;
}

.w-dyn-item.w-col.w-col-4.blog_hide {
    display: none;
}







#primary-menu {
    float: right;
    position: relative;
}

#primary-menu ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

#primary-menu ul li {
    display: inline;
}

#primary-menu ul li a {
    margin-right: 2px;
    padding: 15px 12px;
    border-radius: 9px;
    opacity: 1;
    text-decoration: none;
    transition: color 500ms ease;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    text-align: left;
    margin-left: auto;
}



.margin-top-20 {
    margin-top: 20px;
}

div.contact-form {
    z-index: 9;
}

.hero-section.functions {
    position: relative;
    height: 70vh;
    padding-top: 0px;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    background-position: 0px 0px;
}

.functions .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/example-bg.png);
    background-position: 0px 0px;
    background-size: 125px;
}

.functions .hero-container {
    position: absolute;
    left: 0px;
    top: 20vh;
    right: 0px;
    z-index: 2;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.slide-single {
    background-position: 50% 50%;
    background-size: cover;
}

.button.hero-button {
    transition: background-color 0.5s ease 0s, opacity 500ms, transform 500ms;
    -webkit-transition: background-color 0.5s ease 0s, opacity 500ms, transform 500ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1);
}

.info-blog.space_title {
    width: auto;
    border-radius: 0px;
    border-left: none;
    background-color: rgba(255, 255, 255, .9);
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    margin-left: 20px;
    padding: 0px 5px;
    max-width: 75%;
}

.w-dyn-item.w-col.w-col-3.condition_space, .w-dyn-item.w-col.w-col-3.condition_space p {
    text-align: right;
    float: right;
    color: #777;
    margin-top: 20px;
}

.blog-image.space_image {
    height: 300px;
    position: relative;
}

.blog-post-title.space-title {
    margin-top: 0px;
    text-align: center;
    color: #777;
    overflow-wrap: break-word;
}

a.button.hero-button.space_button {
    color: #777;
    padding: 10px 10px;
    font-size: 12px;
}

div.spacebutton_wrap, div.spacebutton_wrap p {
    text-align: center;
}

div.contact-form {
    z-index: 9;
}



.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

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

.font-weight-bold {
    font-weight: bold;
}

.height-50-percent {
    height: 50% !important;
}

.hours.gl_message {
    color: #777;
    text-align: center;
}

.fact-title {
    color: #ffffff;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'ITC-CASLON-224-BOOK', sans-serif;
}

#Home h1.fact-title {
    font-size: 80px;
    line-height: normal;
}

#Home .hero-container a.hero-button{
    margin-top: 20px;
}

.whats_on_buttom_wrp {
    padding-top: 20px;
}

a.button.hero-button.more_less_button {
    color: #94B0B6;
}

a.button.hero-button.more_less_button:hover {
    color: #ffffff;
}


#Intro .hero-text h2.dark-title {
    color: #222;
}

.page-template-t-slider-php #Instagram_sec h2.dark-title.font-size-34{
    color: #94B0B6;
}

.w-dyn-item.w-col.w-col-12.text-center-enquire {
    text-align: center;
    padding-top: 50px;
}

a.button.hero-button.space_button:hover{
    color: #fff;
}

h4.footer-tittle{
    margin-bottom: 10px;
}

.hours span {
    color: #94B0B6;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wpcf7-form-control.wpcf7-submit {
    border: none;
    margin-top: 10px;
}


.wpcf7-form span.wpcf7-not-valid-tip{
    font-size: 14px;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    font-size: 14px;
    font-family: 'Aleo-light', sans-serif;
    color: #f00;
}

.page-template-t-slider #Hero .button.hero-button {
    border-color: #bbd3c1;
    background-color: #94B0B6;
    border-color: #94B0B6;
    box-shadow: none;
    color: #fff;
}

.page-template-t-slider #Hero .button.hero-button:hover {
    border-color: #bbd3c1;
    color: #bbd3c1;
    border-color: #94B0B6;
    /*background-color: #bbd3c1;*/
    box-shadow: none;
    background-color: #fff;
}


