body {
	font-family:'alternate-gothic-no-2-d',verdana;
	font-size:16px;
}

h1 {
	color:#09336D;
	margin:6px 0 0;
	text-transform:uppercase;
	display:block;
/*line-height: 37px;*/
	text-align:center;
	font-weight:700;
	font:32px/36px 'arqui';
}

h1 + h2 {
	font-size:21px;
	font-weight:400;
	color:#701705;
	margin:0;
	line-height:19px!important;
	display:block;
	text-align:center;
	background:transparent!important;
}

h2 {
	color:#fff;
	font-weight:700;
	line-height:12px;
	font:16px/18px 'proxima-nova';
}

.wrapper {
/*	background:#701705 url(../img/bluepoint/BluePointBkgd.jpg) repeat 50% top;*/
  background: url(../img/bluepoint/BluePointBkgd.jpg) repeat-y top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.wrapper.inner {
	background: none !important;
	padding-top: 20px;
}

.title-bg {
	background:transparent url(../img/bluepoint/title-bg.png) no-repeat 1px 30px;
}

.title-bg span {
	display:block;
	color:#09336D;
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
	margin-top:23px;
	font:14px/16px 'proxima-nova';
	letter-spacing:2px;
}

.title-bg h2 {
	font-weight:400;
	font:20px/24px 'proxima-nova'!important;
	padding:3px 20px;
}

input.call-to-action {
	background: none !important;
	background-color:#7F1A06 !important;
	text-shadow: none;
	color: #FFF; 
/*
	background:url(../img/bluepoint/call-to-action-bg.png) top left repeat-x;
	border:none;
	height:40px;
	padding:0 30px;
	font-size:14px;
	font-weight:700;
	text-shadow:1px 1px 3px #555;
	color:#fff;
	border-radius:4px;
	margin-top:15px;
*/
}

.left {
	float:left;
}

.right {
	float:right;
}

.gutter-top {
	margin-bottom:10px;
}

input.inline,select.inline {
	display:inline;
	width:auto;
	padding:0 15px;
	height:23px;
	vertical-align:middle;
	background:#fff;
	border:1px solid #cecece;
	box-shadow:none;
	border-radius:2px;
	margin:0;
}

input.inline {
	height:23px;
}

.boxes {
	margin:-15px 20px 20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #777;
	font:14px/16px 'proxima-nova';
}

.boxes > div form {
	line-height:40px;
}

.boxes > div.sep {
	width:0;
	padding:0;
	height:245px;
	border:none;
	margin-left:27px;
	margin-right:27px;
	border-right:1px dotted #777;
}

.boxes > div {
	color:#333;
	line-height:18px;
	font-weight:400;
	margin:40px 0 0;
	float:left;
	width:218px;
	padding:25px;
	height:215px;
	background:#fff;
	border:1px solid #e9e3db;
}

.boxes > div.no-padding {
	height:240px;
	padding-top:0;
}

.boxes > div.no-padding h3 {
	background:#7F1A06;
	font-size:14px;
	font-weight:400;
	text-transform:none;
	margin:0 0 10px;
	height:34px;
	line-height:34px;
	color:#fff;
	text-align:center;
	margin-left:-25px;
	margin-right:-25px;
}

.boxes > div.giagia {
	font-size:15px;
	line-height:22px;
}

.boxes > div.giagia img {
	position:absolute;
	margin-top:-51px;
	margin-left:66px;
}

.boxes > div .text-center {
	margin-top:5px!important;
}

.boxes > div a {
	display:inline;
	color:#701705;
}

.boxes > div:first-child {
	margin-left:20px;
}
.cohn-bar{
  position: fixed;
  width: 100%;
  border-top: 5px solid #000;
  z-index: 1500;
  font: 16px/18px 'proxima-nova';
}
.cohn-bar .expanded{
  background: #000;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  height: 75px;
  top: -110px;
  z-index: 300;
  font: 16px/18px 'proxima-nova';
}
.cohn-bar .reservation-expanded{
  background: #000;
  padding: 5px 0;
  position: fixed;
  width: 100%;
  height: 75px;
  top: -110px;
  z-index: 3000000;
  font: 16px/18px 'proxima-nova';
}
.cohn-bar .global-logo {
  float: left;
  padding-top: 15px;
}
.cohn-bar .expanded ul{
  margin: 0;
  list-style: none;
  float: right;
  padding: 15px 0 22px;
}
.cohn-bar .expanded ul li{
  float: left;
  color: #fff;
  line-height: 38px;
  padding: 0 15px;
}
.cohn-bar .expanded ul li a{
  color: #fff;
}
.cohn-bar a.toggle{
  background: #000;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  float:right;
  position: relative;
  margin: -4px 5px 0 0;
  z-index: 300;
}
.cohn-bar a.toggle-new{
  background: #000;
  border-radius: 5px;
  padding: 5px 13px;
  float:right;
  position: relative;
  margin: -4px 5px 0 4px;
  z-index: 300;
  color: #fff;
  font-size: 16px; 
}
.cohn-bar a.close-bar{
  float: right;
  background: #000;
  /*font-size: 18px;*/
  color: #ccc;
  text-shadow: none;
  padding: 1px 10px;
  border-radius: 0px 0px 5px 5px;
  top: 0;
  font-weight: bold;
  position: relative;
  font: 12px/14px 'proxima-nova';
  margin-right: 10px;
}
.cohn-bar a.close-bar:hover{
  color: #fff;
  text-decoration: none;
}
.cohn-bar a.close-bar[rel="expanded"],
.cohn-bar a[rel="reservation-expanded"] {
  padding: 8px 13px;
}

ul.slider-controls {
	display:block;
	margin:0 auto;
	list-style:none;
	text-align:center;
	height:35px;
}

ul.slider-controls li {
	display:inline-block;
	margin:0 4px;
}

ul.slider-controls li a {
	display:inline-block;
	width:10px;
	height:10px;
	background:#9faa9a;
	border-radius:10px;
}

ul.slider-controls li.active a {
	background:#fff;
}
/*
header {
	height:700px;
	z-index:300;
}

header.inner {
	height:100px;
}
*/
header {
	min-height:400px;
	z-index:300;
	position:relative;
/*
  background: transparent;
  background-size: cover;
  background-image: url(../img/333pacific/header-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
*/
}

header.inner {
	height:100px;
	min-height:100px !important;
}


header nav {
	padding:15px 0 10px;
	background:#fff;
}

header nav .logo {
	float:left;
}

header nav p.right {
	color:#333;
	margin:2px 0 0;
	font:16px/16px 'proxima-nova';
}

header nav p.right span {
	margin-left:25px;
}

header nav ul {
	text-align:center;
	float:right;
	height:30px;
	margin:29px 0 0;
}

header nav ul li {
	text-align:center;
	display:inline-block;
	height:30px;
	margin-left:37px;
	line-height:30px;
}

header nav ul li a {
	display:inline-block;
	color:#333;
	font:20px/20px 'arqui' !important;
	font-weight: bold;
	text-transform:uppercase;
}

header nav ul li a:hover,header nav ul li a:active,header nav ul li a:focus {
	text-decoration:none;
	color:#09336D;
}

header nav ul li.logo {
	width:125px;
	padding:0;
}

header nav ul li.logo a img {
	position:absolute;
	margin:-67px 0 0 -65px;
}

header nav .text-right {
	color:#fff;
	margin-top:7px;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	text-shadow:1px 1px 2px #000;
}

header nav .text-right span {
	display:inline-block;
	padding:0 11px 0 15px;
}

header nav .text-left {
	font-size:17px;
	line-height:25px;
	color:#fff;
	padding:15px 20px;
	background:rgba(0,0,0,0.66);
	font-weight:700;
	text-transform:uppercase;
	max-width:620px;
	display:inline-block;
	margin-top:360px;
	text-shadow:1px 1px 3px #000;
}

header nav .text-left b {
	color:#fc3;
}

header nav .container {
	height:75px;
}

header .transparent {
	height:10px;
	background-color:rgba(255,255,255,0.6);
	width:100%;
	z-index:999;
	position:absolute;
	top:100px;
}

.ver-separator {
	display:inline-block;
	width:15px;
}

a.register {
	margin:0 60px 0 50px;
}

section.tiled {
	padding:30px 0 20px;
	min-height:350px;
	color:#fff;
	font-size:14px;
	line-height:25px;
	font-weight:700;
}

section.tiled .container {
	margin-top:-6px;
	position:relative;
	z-index: 999;
}

section.tiled .center {
	margin-top:50px;
	text-align:center;
}

section.tiled .center a {
	color:#fc3;
}

section.tiled .center > a {
	margin-left:8px;
}

section.tiled a {
	display:inline-block;
}

section.tiled img.border {
	border:5px solid #fff;
}

section.tiled .text-center {
	margin-top:20px;
}

section.tiled .opacity {
	background:rgba(255,255,255,0.7) url(../img/bluepoint/white-bg.png) repeat-x bottom center;
	margin-left:-20px;
	margin-right:-20px;
	padding-bottom:15px;
	margin-bottom:30px;
}

section.tiled hr {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f66;
	border-top:none;
	border-bottom-color:#f66;
}

section.tiled .small {
	font-size:10px;
	text-transform:uppercase;
	line-height:18px;
}

section.tiled {
	min-height:340px;
	padding:20px 0 10px;
}

section.tiled h2 {
	background:#e2d3c0;
	padding:0 20px;
	color:#09336D;
	line-height:30px;
	font-size:13px;
	margin:0 0 10px 0;
}

section.tiled .content {
	background:#fff;
	padding:7px 20px 0;
	font-size:11px;
	margin-bottom:20px;
}

section.tiled .content h3 {
	line-height:20px;
	margin:0;
	color:#333;
	font-size:13px;
}

section.tiled .content date {
	float:left;
	background:#333;
	color:#fff;
	font-size:11px;
	padding:0 5px;
	line-height:20px;
	margin-right:10px;
}

section.tiled .content article {
	margin-top:15px;
}

section.tiled .content article:first-child {
	margin-bottom:20px;
}

section.tiled .content article > img {
	float:left;
	margin:0 10px 5px 0;
}

section.tiled .content article > a {
	display:block;
	line-height:12px;
	font-weight:700;
}

section.tiled .content p {
	color:#666;
	font-size:13px;
	line-height:18px;
	font-weight:400;
	margin:5px 0 10px;
}

section.tiled .content p.text-right {
	margin:0 0 10px;
}

section.tiled a.join-now {
	margin:10px 0;
}

section.tiled .reviews date {
	float:none;
	background:none;
	color:#999;
	font-size:11px;
	padding:0;
	line-height:11px;
	margin-right:10px;
}

section.tiled .reviews article:first-child {
	margin-bottom:0;
}

section.tiled .reviews p {
	margin:5px 0;
	line-height:17px;
	font-size:12px;
	font-weight:400;
}

section.tiled .social-connect {
	background:#333;
	padding:6px 10px 5px;
}

section.tiled ul.social-links {
	float:right;
	margin-left:0;
	list-style:none;
}

section.tiled ul.social-links li {
	float:left;
	margin-left:8px;
	height:40px;
}

section.tiled ul.social-links li a {
	display:block;
	width:40px;
	height:40px;
	background:url(../img/bluepoint/sprites/social.png) no-repeat;
}

section.tiled ul.social-links li a.fb {
	background-position:0 0;
}

section.tiled ul.social-links li a.tw {
	background-position:-50px 0;
}

section.tiled ul.social-links li a.gp {
	background-position:-100px 0;
}

footer {
	padding:15px 0;
	background:#fff;
	min-height:90px;
	color:#505050;
	font-size:12px;
}

footer ul {
	float:left;
	list-style:none;
}

footer ul li a {
	color:#505050;
	font-size:11px;
}

footer ul li a:hover {
	color:#505050;
}

.section-bottom {
	padding-top:15px;
	margin-bottom:14px;
	height:0;
	width:600px;
	border-bottom:1px solid #c1aa98;
}

.navigation .search {
	margin:0!important;
}

.navigation {
	margin-top:5px!important;
	z-index:9999996;
}

.navigation .dropdown:hover{ padding:0 15px 30px !important; background: #fff;z-index:9999997;}
.navigation li {
	background:url(../img/bobeau/nav-sep.png) no-repeat top 7px right;
	z-index:9999998;
}

.navigation li a {
	z-index:9999999;
}

.cook {
	background-color:#7F1A06;
}
.cook p {
	font-weight: normal;
}

.join {
	color:#000;
}

.carousel {
	height:600px;
	z-index:0;
	position:absolute;
	top:100px;
}

.carousel-inner {
	position:absolute;
	top:0;
	max-height:600px;
}

ul.slider-controls {
	margin:0 auto;
	text-align:center;
	width:80px;
	top:460px;
}

.carousel-indicators li {
	float: left;
	width: 7px;
	margin-left: 7px;
}
.carousel-indicators {
	right: 0;
}
#myCarousel .carousel-inner > .item > img,.carousel-inner > .item > a > img {
	display:inline;
	height:auto;
	min-height:600px;
	min-width:1302px;
	position:relative;
	width:100%;
	text-align:center;
}

/*
ul.slider-controls {
	float: none;
	margin-top: 5px;
	top: 5px;
	width: 90px;
	padding-left: 870px;
	position: relative
}

.carousel-indicators li {
	background-color: transparent;
	border: 1px solid #FFF;
	margin-left: 5px !important;
	width: 6px !important;
	height: 6px !important;
	border-radius: 5px;
}
*/
.searchDropdown {
	width:560px;
	position:relative;
	right:0;
	top:-5px;
	margin-left: 340px;
	display:none;
}

.searchDropdown input[type="text"] {
	width:446px!important;
	display:inline-table;
}

.searchDropdown input[type="submit"] {
	display:inline-table;
}

.fullwidth {
	width:940px;
	margin:0 auto;
}

.fullwidth h2 {
	background:#7F1A06;
	padding:11px 20px;
	margin-bottom:0;
	color:#fff;
}

.inner-container {
	width:940px;
	background-color:#FFF;
	margin: 0 auto;
	font:15px/18px 'proxima-nova',arial;
	color:#333;
	color:#000;
	padding:20px;
	min-height: 400px;
}

section.tiled.inner {
	min-height:215px;
	width:980px;
	margin:0 auto;
}

.opacity.inner {
	width:980px;
	margin:0!important;
	padding-top:20px;
}

section.tiled.inner a.relax {
	margin-right:18px;
}

section.tiled.inner a.happy-hour {
	margin-left:18px;
}

.menu-title {
	font-family:'arqui',verdana;
	color:#701705;
	text-transform:uppercase;
	padding-top:15px;
}

.btn.menu-name {
	height:30px;
	background:transparent;
	color:#701705;
	font:12px/14px 'arqui',arial;
	border:none;
	box-shadow:none;
}

.menu-options.horizontal .btn.menu-name a {
	border-radius:20px;
	border:1px solid #701705;
	display:block;
	color:#701705;
	text-decoration:none;
	line-height:28px;
	padding:5px 18px;
}

.menu-options.vertical,.vertical table {
	padding-top:0;
	margin-top:0;
}

.menu-options.vertical .btn {
	padding:0!important;
	margin-bottom:10px;
}

.menu-options.vertical .btn.menu-name {
	display:block;
	text-align:left;
	height:auto;
}

.menu-options.vertical .btn.menu-name a {
	padding:15px 20px;
	border:1px solid #701705;
	display:block;
	color:#701705;
	text-decoration:none;
	font-family:'arqui',verdana;
	font-size:22px;
	text-shadow:none;
	text-transform:uppercase;
	font-weight:400;
	clear:both;
}

.menu-options.horizontal .btn.menu-name a:hover,
.menu-options.horizontal .btn.menu-name a.active,
.menu-options.vertical .btn.menu-name a:hover,
.menu-options.vertical .btn.menu-name a.active,
.menu-options.vertical .btn.menu-name a:focus  {
	text-decoration:none;
	color:#FFF;
	background-color:#701705;
	border-color:#701705;
	text-shadow:none;
}

.menu-data table th {
	background-color:#e2d3c0;
	color:#701705;
	font:16px/20px 'proxima-nova',arial;
}

.menu-data table td {
	border-bottom:1px solid #ccc;
	color:#333;
	font:16px/20px 'proxima-nova',arial;
}

.menu-data table td small {
	color:#676767;
	font:14px/16px 'proxima-nova',arial;
}

.formContainer label {
	color:#333;
}

.navigation {
	margin-left:0;
}

h2.happyhour {
	background: transparent !important;
	font-family: 'arqui', verdana !important;
   font-size: 25px !important;
   color: #09336D !important;
   padding: 0 !important;
   margin: 8px 0 !important;
}

.innerleft {
	font-size: 16px;
	line-height: 24px;
}
.innerleft a {
	color: #701705;
}
.formContainer {
	margin-top: 0;
}
.formContainer .time {
	margin-top: 10px;
}

.reservation{
  margin-right: 18px;
  padding: 10px;
  width: 210px;
  border: 1px solid #701705;
  float: left;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #333 !important;
}
.reservation .text-center{
  font-weight: bold;
  margin: 15px 0;
}
.reservation form{
  font-size: 13px;
  line-height: 36px;
  color: #333 !important;
}
.reservation h3{
  font-size: 15px;
  text-align: center;
  background-color: #701705;
  color: #fff;
  padding: 0 10px;
  margin: -12px -12px 0;
  font-family: 'proxima-nova';
}
.reservation label {
  color: #333 !important;
  padding-top: 0;
}
.reservation .date input {
	font-size: 14px;
}
.carousel-indicators li {
	box-shadow: 1px 1px 1px #000;
}
.callout {
/*	border: 1px solid #701705; */
   letter-spacing: 0;
	padding: 12px 0;
	color: #FFF !important;
	font: 28px/20px 'arqui';
	display: inline-block;
	text-align: center;
	background: url(../img/bluepoint/BP_CalloutBox.jpg) no-repeat center center;
}

.callout a {
	color: #fff !important;
	text-decoration: none;
	display: block;
	font-weight:normal;
}
.callout a .smaller {
	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
	font-weight:normal;
	line-height: 14px;
	font-family: 'proxima-nova';
}

h3.home {
	color: #701705;
}

a.btn {
	color: #FFF !important;
}

.owl-theme .owl-controls {
	margin-top: -160px !important;
}

.menu-foreground .span3 {
	width: 25% !important;
	margin-left: 0 !important;
}
.menu-data table td.menu-price {
	font: 14px/40px 'proxima-nova',arial !important;
}


@media only screen and (max-width: 768px) {
	.logo {
		width: 150px;
	}
	nav ul li {
		margin-left: 20px;
	}
	nav ul li a {
		font-size: 20px;
	}
	.main .span4, .main .span8 .smaller {
		font-size: 19px;
	}
	.call-us {
		width: auto;
		padding: 4px 0;
	}
	.callout {
		width: 353px;
		margin: 0;
	}
	.section-bottom {
		width: auto;
	}
	.reviews {
		width: 272px;
	}
	.review {
		width: 235px;
	}
	/*
	.cook {
		width: 476px;
	}
	.clubbox {
		width: 476px;
	}
	*/
	.fullwidth {
		width: 100%;
	}
	.socialicons {
		width: 272px;
	}
	#restaurant-view{
		width: 768px;
		overflow-x: hidden;
	}
	.navigation li.last {
		display: none;
	}
	header {
		height: auto;
	}
}
@media only screen and (max-width: 400px) {
	.logo {
		width: 68%;
	}
	.reviews {
		width: 100%;
		padding: 0;
	}
	.review {
		width: 100%;
		padding: 0;
	}
}

@font-face {
    font-family: 'arqui';
    src: url('../fonts/arqui.dfont-webfont.eot');
    src: url('../fonts/arqui.dfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arqui.dfont-webfont.woff') format('woff'),
         url('../fonts/arqui.dfont-webfont.ttf') format('truetype'),
         url('../fonts/arqui.dfont-webfont.svg#arquitecturamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


input.input-small {
	height: 28px;
	line-height: 32px;
	padding: 0 0 0 5px;
    width: 65px;
}
select.input-small {
	width: 90px;
	height: 30px;
	padding: inherit;
}
.call-us-reservations .span3 {
	text-align: left;
}
.call-us-reservations label {
	font-family: 'proxima-nova';
	font-weight: normal;
	color: #c02e29;
}
.content .params .find {
    background-color: #c41200;
    color: #fff;
    font-size: 13px !important;
    font-weight: 500;
}
.find {
    background-color: #c10324 !important;
    background-image: linear-gradient(to bottom, #d40327 0%, #b70222 100%) !important;
    border: 1px solid #ad0220 !important;
    color: #ffffff !important;
}


.resBox .newListSelected,
.time .newListSelected,
.party-size .newListSelected {
	background:url(../images/dropdown_arrow.png) no-repeat scroll 95% 10px #FFF;
	cursor:pointer;
	color:#333;
	font:17px proxima-nova;
	float:left;
	border-radius:4px;
}
.resBox .SSContainerDivWrapper,
.time .SSContainerDivWrapper,
.party-size .SSContainerDivWrapper {
	top:38px!important;
	cursor:pointer;
	height:40px!important;
	line-height:40px;
}

.resBox .selectedTxt,
.time .selectedTxt,
.party-size .selectedTxt {
	padding-left:24px!important;
	width:164px!important;
	cursor:pointer;
	height:40px!important;
	line-height:40px;
}
.time .selectedTxt,
.party-size .selectedTxt {
	padding-left:11px!important;
	width:21px!important;
}

.time .newListSelected,
.party-size .newListSelected {
	margin-right:10px;
	background-position:85% 10px;
}
.resBox {
	margin-top: 20px;
}

.reservationForm {
	float:left;
	width: 100%;
	display:none;
	height: 80px;
}

.reservation-expanded .newListSelected {
	background:url(../images/small_arrow.png) no-repeat scroll 93% 8px #f8f8f8;
	color:#999;
	cursor:pointer;
	float:left;
	width:100%;
	font:13px proxima-nova;
}

.reservation-expanded .selectedTxt {
/*	padding-right:0!important;*/
	height:29px!important;
	line-height:32px;
}

.reservation-expanded .SSContainerDivWrapper {
	top:29px!important;
}

.reservation-expanded label {
	margin-bottom:0;
	float:left;
	color:#ccc;
	font-size:12px;
	text-transform:uppercase;
	font-family:"proxima-nova",sans-serif;
	font-style:normal;
	font-weight:600;
	line-height:30px;
}

.reservation-expanded .time,
.reservation-expanded .party-size,
.reservation-expanded .date {
	float:left;
	margin-top:21px;
	margin-left: 10px;
}

.reservation-expanded .time .newListSelected {
	width:24%;
	margin-left:7px!important;
	margin-right:0;
}

.reservation-expanded .party-size {
	margin-top:21px;
}

.reservation-expanded .date {
	margin-top:20px;
}

.reservation-expanded .party-size .newListSelected {
	margin-left:8px;
	margin-right:0;
	width:28%;
}

.reservation-expanded .date input[type="text"] {
	height:29px;
	background:#f8f8f8;
	line-height:29px;
	margin-left:6px;
	color:#999;
	width:95px !important;
}

.reservation-expanded .btn {
	font-size:15px;
	font-family:"proxima-nova",sans-serif;
	font-style:normal;
	font-weight:600;
	margin-left:3px;
	margin-top:18px;
	padding:7px 22px;
}


.view-all-link {
	font-family: 'proxima-nova',verdana;
    font-size: 16px;
}
.nice-select {
	height: 31px !important;
	line-height: 29px !important;
	padding-left: 8px !important;
    padding-right: 41px !important;
    color: #777;
}

.homebox h3.home {
	color: #111E92;
}
