@font-face {
	font-family: 'nexa_rust_extrasfree';
	src: url('../fonts/nexa/nexarustextras-free-webfont.eot');
	src: url('../fonts/nexa/nexarustextras-free-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa/nexarustextras-free-webfont.woff2') format('woff2'), url('../fonts/nexa/nexarustextras-free-webfont.woff') format('woff'), url('../fonts/nexa/nexarustextras-free-webfont.ttf') format('truetype'), url('../fonts/nexa/nexarustextras-free-webfont.svg#nexa_rust_extrasfree') format('svg');
	font-weight: normal;
	font-style: normal;
}

.brambl-theme .text-muted {
	color: #f7f7f7;
}

.brambl-theme .text-primary {
	color: #ff6c00;
}

.brambl-theme .text-danger {
	color: #e74c3c;
}

@-webkit-keyframes pulse {

0
{
	-webkit-transform: scale(1)
;
	transform: scale(1)
;
}

50
%
{
	-webkit-transform: scale(1.2)
;
	transform: scale(1.2)
;
}

100
%
{
	-webkit-transform: scale(1)
;
	transform: scale(1)
;
}

}

@-moz-keyframes pulse {

0
{
	-moz-transform: scale(1)
;
	transform: scale(1)
;
}

50
%
{
	-moz-transform: scale(1.2)
;
	transform: scale(1.2)
;
}

100
%
{
	-moz-transform: scale(1)
;
	transform: scale(1)
;
}

}

.brambl-theme body {
	overflow-x: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.brambl-theme  {
	font-family: 'Old Standard TT', serif;
	font-size: 14px;
	line-height: 1.75;
}

.brambl-theme .large {
	font-size: 16px;
}

.brambl-theme .container {
	width: 100%;
	max-width: 1150px;
}

.brambl-theme a,
.brambl-theme a:hover,
.brambl-theme a:focus,
.brambl-theme a:active,
.brambl-theme a.active {
	outline: none;
	color: #cc5600;
}

.brambl-theme a {
	color: #ff6c00;
}

.brambl-theme h1,
.brambl-theme h2,
.brambl-theme h3,
.brambl-theme h4,
.brambl-theme h5,
.brambl-theme h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.brambl-theme .img-centered {
	margin: 0 auto;
}

.brambl-theme .section-heading, .brambl-theme .section-subheading {
	font-weight: normal;
}

.brambl-theme h2 {
	font-family: 'Paytone One', sans-serif;
	font-weight: 400;
	color: #2e2e32;
	font-size: 45px;
	margin-top: 0;
	margin-bottom: 15px;
}

.brambl-theme h3 {
	font-family: 'Dancing Script', sans-serif;
	font-size: 32px;
	color: #2e2e32;
	text-transform: none;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 150px;
}

.brambl-theme .section-icon {
	font-family: 'nexa_rust_extrasfree', sans-serif;
	font-size: 250px;
	color: white;
	display: block;
	margin-top: -100px;
}

div.row {
	padding: 100px 0;
}

div.row .page-scroll .fa {
	color: #2e2e32;
	font-size: 40px;
	display: block;
	text-align: center;
	margin: 55px 0;
}

div.row .page-scroll:hover {
	text-decoration: none;
}

div.row i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

.brambl-theme .btn-primary {
	color: #ffffff;
	background-color: #ff6c00;
	border-color: transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.brambl-theme .btn-primary:hover, .brambl-theme .btn-primary:focus, .brambl-theme .btn-primary:active, .brambl-theme .btn-primary.active, .brambl-theme .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #cc5600;
	border-color: #c25200;
}

.brambl-theme .btn-primary:active, .brambl-theme .btn-primary.active, .brambl-theme .open .dropdown-toggle.btn-primary {
	background-image: none;
}

.brambl-theme .btn-primary.disabled, .brambl-theme .btn-primary[disabled],
fieldset[disabled] .btn-primary, .brambl-theme .btn-primary.disabled:hover, .brambl-theme .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover, .brambl-theme .btn-primary.disabled:focus, .brambl-theme .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus, .brambl-theme .btn-primary.disabled:active, .brambl-theme .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active, .brambl-theme .btn-primary.disabled.active, .brambl-theme .btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #ff6c00;
	border: 0;
}

.brambl-theme .btn-primary .badge {
	color: #ff6c00;
	background-color: #ffffff;
}

.brambl-theme .btn-xl {
	color: #ffffff;
	background-color: #ff6c00;
	border-color: transparent;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	border-radius: 3px;
	font-size: 18px;
	padding: 20px 40px;
}

.brambl-theme .btn-xl:hover, .brambl-theme .btn-xl:focus, .brambl-theme .btn-xl:active, .brambl-theme .btn-xl.active, .brambl-theme .open .dropdown-toggle.btn-xl {
	color: #ffffff;
	background-color: #cc5600;
	border-color: #c25200;
}

.brambl-theme .btn-xl:active, .brambl-theme .btn-xl.active, .brambl-theme .open .dropdown-toggle.btn-xl {
	background-image: none;
}

.brambl-theme .btn-xl.disabled, .brambl-theme .btn-xl[disabled],
fieldset[disabled] .btn-xl, .brambl-theme .btn-xl.disabled:hover, .brambl-theme .btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover, .brambl-theme .btn-xl.disabled:focus, .brambl-theme .btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus, .brambl-theme .btn-xl.disabled:active, .brambl-theme .btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active, .brambl-theme .btn-xl.disabled.active, .brambl-theme .btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
	background-color: #ff6c00;
	border: 0;
}

.brambl-theme .btn-xl .badge {
	color: #ff6c00;
	background-color: #ffffff;
}

.brambl-theme .carousel-indicators li {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 15px;
}

.brambl-theme .carousel-indicators .active {
	width: 15px;
	height: 15px;
	border-radius: 15px;
}

.brambl-theme .diningclub {
	background: #2e2e32 !important;
	color: #e0ded9 !important;
}

.brambl-theme .diningclub p {
	padding: 25px 0;
}

.brambl-theme .diningclub h2 {
	color: white;
}

.brambl-theme .diningclub h2 span {
	font-family: 'nexa_rust_extrasfree', sans-serif;
	font-size: 80px;
}

.brambl-theme .diningclub h3 {
	margin-bottom: 0;
	color: white !important;
}

.brambl-theme .diningclub input[type="text"], .brambl-theme .diningclub input[type="email"], .brambl-theme .diningclub input[type="url"] {
	border: 0;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px dotted gray;
	font: 19px 'Old Standard TT', serif;
}

.brambl-theme .diningclub input[type="submit"] {
	background: white;
}

.brambl-theme .diningclub .btn {
	margin-top: 25px;
	color: black;
}

.brambl-theme .diningclub .close-modal .lr, .brambl-theme .diningclub .close-modal .rl {
	background-color: #f7f7f7 !important;
}

.brambl-theme .diningclub .modal-content {
	background: transparent !important;
}

.brambl-theme .navbar {
	margin-bottom: 0;
}

.brambl-theme .navbar-default {
	background-color: #e0ded9;
	border-color: transparent;
	border-radius: 0;
}

.brambl-theme .navbar-default .navbar-brand {
	position: relative;
	text-align: center;
	padding-top: 0;
}

.brambl-theme .navbar-default .navbar-brand img {
	margin: 0 auto;
	display: inline;
}

.brambl-theme .navbar-default .navbar-brand span {
	display: block;
	color: #2e2e32;
	font-family: 'Dancing Script', sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-top: 25px;
}

.brambl-theme .navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, 0.02);
}

.brambl-theme .navbar-default .navbar-toggle {
	background-color: #ff6c00;
	border: none;
}

.brambl-theme .navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

.brambl-theme .navbar-default .navbar-toggle:hover, .brambl-theme .navbar-default .navbar-toggle:focus {
	background-color: #ff6c00;
}

.brambl-theme .navbar-default .nav li a {
	font-family: 'Economica', sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #2e2e32;
}

.brambl-theme .navbar-default .nav li a:hover, .brambl-theme .navbar-default .nav li a:focus {
	color: #ff6c00;
	outline: none;
}

.brambl-theme .navbar-default .navbar-nav > .active > a {
	border-radius: 0;
	color: white;
	background-color: #ff6c00;
}

.brambl-theme .navbar-default .navbar-nav > .active > a:hover, .brambl-theme .navbar-default .navbar-nav > .active > a:focus {
	color: white;
	background-color: #cc5600;
}

.brambl-theme .navbar-shrink {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

header {
	text-align: center;
	color: white;
}

header .carousel,
header .item,
header .active,
header .carousel-inner {
	height: 100%;
}

header .item .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position: absolute;
	z-index: -1;
}

header .item .row,
header .item .col-sm-8 {
	height: 100%;
}

header .item .slide-content {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -250px;
	top: 50%;
}

header .carousel-control .fa {
	z-index: 5;
	display: inline-block;
	font-size: 100px;
}

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

header .btn-circle {
	position: absolute;
	bottom: 5%;
	width: 70px;
	height: 70px;
	padding: 7px 16px;
	border: 2px solid #ffffff;
	border-radius: 35px;
	font-size: 40px;
	left: 50%;
	margin-left: -35px;
	color: #ffffff;
	background: transparent;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

header .btn-circle:hover,
header .btn-circle:focus {
	outline: none;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
}

header .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}

header .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

.brambl-theme .intro .section-heading {
	max-width: 650px;
	margin: 0 auto;
}

.brambl-theme .intro .section-subheading {
	max-width: 420px;
	margin: 0 auto;
}

.brambl-theme .intro .section-subheading span {
	font-size: 52px;
}

.brambl-theme .intro .page-scroll {
	margin-top: 50px;
	display: block;
}

.brambl-theme .unique {
	z-index: 1;
	color: #fff;
	padding: 25px 0;
	background: no-repeat center center scroll;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.brambl-theme .unique .section-heading, .brambl-theme .unique .section-subheading {
	color: #fff;
	font-size: 35px;
}

.brambl-theme .unique .section-subheading {
	font-family: 'Old Standard TT', serif;
	font-weight: bold;
	font-style: normal;
}

.brambl-theme .unique .fa {
	color: #fff;
}

.brambl-theme .restaurants a {
	color: #2e2e32;
}

.brambl-theme .restaurants a:hover {
	color: #ff6c00;
	text-decoration: none;
}

.brambl-theme .restaurants ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: 'Paytone One', sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #f7f7f7;
}

.brambl-theme .restaurants ul li {
	margin-top: 15px;
	margin-bottom: 15px;
}

.brambl-theme .menus {
	z-index: 1;
	color: #fff;
	padding: 150px 0;
	background: no-repeat center center scroll;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.brambl-theme .menus .section-heading, .brambl-theme .menus .section-subheading {
	color: #fff;
}

.brambl-theme .menus .fa {
	color: #fff;
}

.brambl-theme .menus ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.brambl-theme .menus ul li {
	margin-bottom: 15px;
}

.brambl-theme .menus ul li a {
	font-family: 'Paytone One', sans-serif;
	color: white;
	font-size: 28px;
	font-weight: 400 !important;
}

.brambl-theme .book h3 {
	margin: 45px 0;
}

.brambl-theme .book input[type="text"], .brambl-theme .book input[type="email"], .brambl-theme .book input[type="url"] {
	border: 0;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px dotted gray;
	font: 19px 'Old Standard TT', serif;
	box-shadow: none;
}

.brambl-theme .book .signup_form {
	margin-top: 55px;
	margin-bottom: 55px;
}

.brambl-theme .book .signup_form p {
	margin: 25px 0;
}

.brambl-theme .book .signup_form .text-danger ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.brambl-theme #gallery {
	width: 100%;
	height: auto;
}

.brambl-theme .contact .contact-details {
	margin-top: 50px;
}

.brambl-theme .contact .contact-details p {
	font: bold 22px 'Old Standard TT', serif;
}

.brambl-theme .contact .contact-details .section-subheading {
	font-family: 'Paytone One', sans-serif;
	font-size: 25px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 25px;
	position: relative;
}

.brambl-theme .contact .contact-details .section-subheading span {
	font-family: 'nexa_rust_extrasfree', sans-serif;
	font-size: 50px;
	color: #ff6c00;
	font-weight: normal;
}

.brambl-theme .contact .contact-details .section-subheading:after {
	content: '';
	position: absolute;
	bottom: -10px;
	height: 2px;
	width: 20px;
	border-bottom: 2px solid #ff6c00;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.brambl-theme .contact .form-group {
	margin-bottom: 25px;
}

.brambl-theme .contact .form-group input, .brambl-theme .contact .form-group textarea {
	padding: 20px;
}

.brambl-theme .contact .form-group input.form-control {
	height: auto;
}

.brambl-theme .contact .form-group textarea.form-control {
	height: 236px;
}

.brambl-theme .contact .form-control:focus {
	border-color: #ff6c00;
	box-shadow: none;
}

.brambl-theme .contact ::-webkit-input-placeholder {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #bbbbbb;
}

.brambl-theme .contact :-moz-placeholder {
	/* Firefox 18-*/

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #bbbbbb;
}

.brambl-theme .contact ::-moz-placeholder {
	/* Firefox 19+*/

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #bbbbbb;
}

.brambl-theme .contact :-ms-input-placeholder {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #bbbbbb;
}

.brambl-theme .contact .text-danger {
	color: #e74c3c;
}

.brambl-theme .contact .btn {
	margin-bottom: 15px;
}

.brambl-theme #map {
	padding: 0;
}

.brambl-theme .restaurant_map {
	display: block;
	width: 100%;
	height: 250px;
	margin: 0 auto 50px auto;
}

.brambl-theme .restaurant_map .infowin {
	padding: 10px 20px;
}

.brambl-theme .restaurant_map .infowin p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}

.brambl-theme .restaurant_map .infowin a {
	color: #F28C83;
}

.brambl-theme .restaurant_map .infowin a:hover {
	text-decoration: underline;
}

.brambl-theme .footer {
	padding: 80px 0;
	color: rgba(255, 255, 255, 0.7);
	background-color: #2e2e32;
}

ul.social-buttons {
	margin-bottom: 0;
}

ul.social-buttons li a {
	display: block;
	height: 40px;
	width: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #ff6c00;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
	color: #000000;
}

.brambl-theme .popup-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	text-align: center;
	background: #e0ded9;
	padding: 100px 0;
}

.brambl-theme .popup-modal .modal-content .section-icon {
	font-size: 90px;
	color: #2e2e32;
}

.brambl-theme .popup-modal .modal-content h3 {
	margin-bottom: 75px;
}

.brambl-theme .popup-modal .modal-content p {
	margin-bottom: 30px;
}

.brambl-theme .popup-modal .modal-content .item-intro {
	margin: 20px 0 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 16px;
}

.brambl-theme .popup-modal .modal-content .list-inline {
	margin-bottom: 30px;
	margin-top: 0;
}

.brambl-theme .popup-modal .modal-content img {
	margin-bottom: 30px;
}

.brambl-theme .close-modal {
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer;
	z-index: 9999;
}

.brambl-theme .close-modal:hover {
	opacity: 0.3;
}

.brambl-theme .close-modal .lr {
	height: 75px;
	width: 1px;
	margin-left: 35px;
	background-color: #2e2e32;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9*/

	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */

	z-index: 1051;
}

.brambl-theme .close-modal .lr .rl {
	height: 75px;
	width: 1px;
	background-color: #2e2e32;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9*/

	-webkit-transform: rotate(90deg);
	/* Safari and Chrome */

	z-index: 1052;
}

.brambl-theme .loading-screen {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	position: fixed;
	text-align: center;
}

.brambl-theme .loading-screen .fa {
	font-size: 40px;
	color: white;
	margin-bottom: 25px;
}

.brambl-theme .loading-screen h2 {
	font-size: 24px;
	color: #f7f7f7;
}

.brambl-theme .loading-screen h3 {
	color: #f7f7f7;
}

.brambl-theme .loading-screen .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -150px;
}

@media (max-width: 768px) {
	.brambl-theme header #hero-carousel .item, .brambl-theme .unique, .brambl-theme .menus {
		background-attachment: scroll;
	}

	.brambl-theme .navbar-nav {
		margin: 0;
	}

}

@media (max-width: 480px) {
	.brambl-theme .intro .section-heading {
		font-size: 32px;
		max-width: 100%;
	}

	.brambl-theme .intro .section-subheading {
		font-size: 24px;
		max-width: 100%;
	}

	.brambl-theme .intro .section-subheading span {
		font-size: 28px;
	}

	.brambl-theme .unique .section-heading {
		font-size: 24px;
		max-width: 100%;
	}

	.brambl-theme .unique .section-subheading {
		font-size: 18px;
	}

	.brambl-theme .modal-content .section-heading {
		font-size: 32px;
	}

	.brambl-theme header .carousel-inner .item .slide-content {
		margin-top: -50%;
	}

}

@media (min-width: 768px) {
	.brambl-theme .navbar-default {
		padding: 25px 0;
		-webkit-transition: padding 0.3s;
		-moz-transition: padding 0.3s;
		transition: padding 0.3s;
		border: none;
	}

	.brambl-theme .navbar-default .navbar-brand {
		padding-top: 0;
	}

	.brambl-theme .navbar-default .navbar-nav > .active > a {
		border-radius: 3px;
	}

}

