/*
Theme Name: Balance Rock
Author: Imajery
Author URI: http://www.imajery.com
Description: Balance Rock Template
Version: 1.0
*/


/*****************************************************************/

/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*****************************************************************/

/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


/*****************************************************************/

/* 	General Balance Rock Styling Info */


/*
	Color Palette

	Black: #000000;
	Grey: #8c8c8c;
	Lightgrey: #f0f0f0;
	White: #ffffff;
	Gold: #cc992f;
	Green: #5A1E28;
	Lightgreen: #5A1E28;


	Image Sizes

	Mini: 70 x 54 px;
	Footer: 164 x 94 px;
	Submenu: 171 x 143 px;
	Sidebar: 370 x 216 px;


	z-indexes

	#pushmenu = 120;
	#header = 110;
	#slider = 80;

*/

/*****************************************************************/

/* Main Structure */

html, body {
	background-color: #e6e6e4;
	height: 100%;
	font-family: 'Lora', 'Times New Roman', serif;
	-webkit-font-smoothing: antialiased;
}

/*****************************************************************/

/* Type */

body {
	color: #808080;
	font-size: 13px;
	line-height: 21px;
	min-width: 320px;
}

p {
	margin-bottom: 21px;
}


a {
	color: #5A1E28;
	text-decoration: none;
}

a:hover {
	color: #808080;
}


h1 {
	color: #5A1E28;
	font-size: 30px;
	font-style: italic;
	line-height: 36px;
}

h2 {
	font-size: 21px;
	line-height: 27px;
}

h3 {
	color: #5A1E28;
	font-size: 16px;
	line-height: 21px;
}


.primary-button {
	background-color: #5A1E28;
	box-shadow: 0px 12px 27px -15px rgba(0,0,0,0.70);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: 'Great Vibes', cursive;
	font-size: 30px;
	line-height: 1.5em;
	overflow: hidden;
	padding: 10px 15px 5px 15px;
	position: relative;
	text-align: center;
}

.primary-button:hover {
	color: #fff;
}

.primary-button:before {
	border: 1px solid #808080;
	bottom: 2px;
	content: '';
	left: 2px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1;
}

.primary-button:after {
	content: ' »';
}


/*****************************************************************/

/* Index / Archives */

.post-index .post {
	float: left;
	margin-bottom: 30px;
}

.post-index .post h2 {
	color: #cc992f; /* Gold */
	font-size: 30px;
	font-style: italic;
	line-height: 36px;
}




/*****************************************************************/





#container {
	width: 100%;
	overflow-x: hidden;
}

#page {
	position: relative;
	width: 100%;
}

#header-container {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 110;
	box-shadow: 0 7px 9px -6px rgba(0, 0, 0, 0.5);
}

#header-container:after {
	background-color: #fff;;
	bottom: 0;
	content: '';
	height: 40px;
	position: absolute;
	right: 0;
	width: 50%;
}

#header {
	background-color: #e6e6e4;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	z-index: 200;
}

#menu_container {
	min-height: 139px;
	z-index: 111;
	transition: 0.7s ease;
}

#main {
	clear: both;
	padding: 50px 0;
	position: relative;
	width: 100%;

}

#content {
	width: 100%;
}

.post_content {
	margin-bottom: 30px;
}

#sidebar {
	width: 370px;
	float: left;
	transition: 0.2s ease;
}

#sidebar > img.wp-post-image {
	float: left;
	width: 100%;
	height: auto;
}

#page_content {
	margin-left: 400px;
}

.post p:last-child {
	margin-bottom: 0px;
}

#page_content h1, #page_content h2, #page_content h3 {
	margin-bottom: 21px;
}

#page_content h1 + h2 {
	border-bottom: 1px dotted #8c8c8c; /* Grey */
	padding-bottom: 35px;
	margin-bottom: 35px;
}

#page_content hgroup {
	margin-bottom: 21px;
}

#page_content hgroup h1,
#page_content hgroup h2 {
	margin: 0;
	padding: 0;
}

#page_content hgroup h2 {
	border-bottom-width: 0;
}

#page_content .content-part {
	/* padding-top: 35px; */
}

#page_content ul,
.wp-editor ul {
	margin: 0 4% 21px;
}

#page_content ul li,
.wp-editor ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.wp-editor img {
	height: auto;
	max-width: 100%;
}

#page_content .alignright {
	float: right;
	margin: 0 0 1em 10px;
}

#page_content .content-badge-image {
	margin-top: -84px;
	margin-left: 40px;
}

/* line 288, sass/wp-editor.scss */
.mceContentBody .alignleft,
.mceContentBody img.alignleft,
.wp-editor .alignleft,
.wp-editor img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

/* line 298, sass/wp-editor.scss */
.mceContentBody .alignright,
.mceContentBody img.alignright,
.wp-editor .alignright,
.wp-editor img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

/* line 308, sass/wp-editor.scss */
.mceContentBody .aligncenter,
.mceContentBody img.aligncenter,
.wp-editor .aligncenter,
.wp-editor img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 318, sass/wp-editor.scss */
.mceContentBody img.alignleft,
.mceContentBody img.alignright,
.mceContentBody img.aligncenter,
.wp-editor img.alignleft,
.wp-editor img.alignright,
.wp-editor img.aligncenter {
  margin-bottom: 8px;
}

/* line 327, sass/wp-editor.scss */
.mceContentBody .wp-caption,
.wp-editor .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  text-align: center;
  margin-bottom: 8px;
  padding: 4px;
}

/* line 336, sass/wp-editor.scss */
.mceContentBody .wp-caption img,
.wp-editor .wp-caption img {
  margin: 5px 5px 0;
}

/* line 341, sass/wp-editor.scss */
.mceContentBody .wp-caption p.wp-caption-text,
.wp-editor .wp-caption p.wp-caption-text {
  margin: 5px;
  color: #888;
  font-size: 12px;
}



#footer {
	clear: both;
	float: left;
	width: 100%;

	/* remove later */
	background-color: #eee;

}

/* Helpers */

/*****************************************************************/



/* Content Block */

.content-block {
	margin-bottom: 35px;
	clear: right;
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted rgb(140, 140, 140)
}

.content-block:first-child {
	overflow: visible;
	border-bottom: none;
}

.content-block:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.blog .content-block {
	overflow: hidden;
}

/* Columns */

.column-1 {
	float: none;
	width: 100%;
}

.column-2 {
	float: left;
	width: 38%;
	margin-right: 4%;
}



.inner { /* For inner divs of full width elements */
	margin: 0px auto;
	max-width: 1200px;
	padding: 1.25%; /* 15px */
	width: 97.5%; /* 1170px */
}

.bg_gradient {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	; /* IE6-9 */
}


/*****************************************************************/

/* Push Menu */

#menu_container .pushtrigger {
	display: none;
	text-transform: uppercase;
	color: #5A1E28;
	font-size: 18px;
}

.pushmenu_header img {
	margin-right: 10px;
	position: relative;
	top: 1px;
}

#menu_container .pushtrigger > img {
	margin-right: 10px;
	margin-left: 20px;
}

.pushmenutrigger {
	cursor: pointer;
}

#pushmenu {

	height: 110%;
	left: -300px;
	overflow-x: hidden;
	overflow-y: auto; /* in case side menu is longer than page */
	padding: 20px 0 0 20px;
	position: fixed;
	top: -10px;
	width: 280px;
	z-index: 0;

	/* remove later */
	background-color: #fff;
	text-transform: uppercase;
}

#pushmenu_mainmenu {
	left: 20px;
	top: 10px;
	position: absolute;
	width: 280px;
}

.pushmenu_header > div {
	padding: 12px 7.5%;
	width: 85%;
	background-color: rgb(256, 256, 256);
	color: #5A1E28;
	font-size: 16px;
}

#menu-push-menu > li, #pushmenu_submenu_content li {
	clear: both;
	display: block;
	float: left;
	text-align: left;
	width: 100%;
}

#menu-push-menu .menu-item-has-children a {
	background: url("img/arrow-right.png") no-repeat scroll 95% 11px #F2F6F6;
}

#menu-push-menu > li > a, #pushmenu_submenu_content .sub-menu > li > a {
	border-top: 1px solid #aaa;
	color: #5A1E28;
	display: block;
	float: left;
	padding: 8px 7.5%;
	transition: 0.5s ease;
	width: 85%;
	background-color: rgb(242, 246, 246);
}

#pushmenu ul > li > ul {
	display: none;
}

#pushmenu_submenu_content > a, #pushmenu_submenu_content > ul {
	display: block;
	float: left;
	width: 100%;

}

#pushmenu_submenu_content >ul {
	border-bottom: 1px solid #aaa;
}

#pushmenu_submenu_content > ul li:first-child a {
	background: url("img/arrow-down.png") no-repeat scroll 95% 13px #ffffff;
}

#pushmenu_submenu_content > a {
	display: block;
	float: left;
	padding: 12px 7.5% 12px 17.5%;
	transition: 0.5s ease;
	width: 75%;
	font-size: 16px;
	color: #5A1E28;
	background: url(img/doublearrow-left.png) no-repeat 18px 15px #fff;
}

.menu-push-menu-container {
	float: left;
	width: 100%;
	border-bottom: 1px solid #aaa;
}

#pushmenu_submenu {
	left: 260px;
	position: absolute;
	top: 10px;
	width: 280px;
}

#pushmenu_screen {
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 200;
	box-shadow: 0px 0px 20px -10px rgba(0,0,0, 0.8);
}

/*****************************************************************/

/* Header */

#menu_container {
/*	top: 0px;
	padding: 0% !important;
*/

	padding: 0;
}

#menu-main-menu li {
	display: table-cell;
}

#headerlogo {
	float: left;
	padding: 15px 0 0 40px;
}

#headerlogo > a {
	display: block;
}

#headerlogo img {
	height: auto;
}

.phoneinner {
    background-color: #FFFFFF;
    border: 1px solid #808080;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #808080;
    font-size: 12px;
    font-style: italic;
	height: 74px;
	overflow: hidden;
    padding: 14px 32px;
}

.headerphone {
	border: 2px solid #ffffff;
	float: right;
    margin-top: 10px;
    box-shadow: 0px 12px 27px -19px rgba(0,0,0,0.70);
	text-align: center;
}

.phoneinner .title {
	display: block;
	border-bottom: 1px solid #808080;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.phoneinner .title:before {
	content: url(img/phone.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	margin-left: 15px;
	left: -10px;
	top: 3px;
}

#bookingwidget {
	float: right;
	margin-top: 10px;
	margin-right: 20px;


}


.booking-link {
	background-color: #5A1E28;
	box-shadow: 0px 12px 27px -15px rgba(0,0,0,0.70);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 78px;
	overflow: hidden;
	padding: 15px 25px 5px 25px;
	position: relative;
	text-align: center;
}

.booking-link:hover {
	color: #fff;
}

.booking-link:before {
	border: 1px solid #808080;
	bottom: 2px;
	content: '';
	left: 2px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1;
}

.booking-link .title {
	border-bottom: 1px solid #fff;
	display: block;
	font-family: 'Great Vibes', cursive;
	font-size: 28px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.booking-link .subtitle {
	color: #ccc;
	display: block;
	font-size: 12px;
	font-style: italic;
}

.booking-link .subtitle:after {
	content: "»";
	margin-left: 5px;
}

#page_content .booking-link {
	float: left;
}

#headermenu {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 110;
}

#menu-main-menu {
	width: 890px;
}

#headermenu > .menu-main-menu-container {
	height: 30px;
	margin: 10px auto 0px;
}

#menu-main-menu .current-menu-item a {
	border-bottom: 5px solid #5A1E28;
}

#menu-main-menu li a:hover, .open a {
	border-bottom: 5px solid #808080;
}

#menu-main-menu li {
	margin: 0px 1.75%;
}

#menu-main-menu li a {
	color: #666666; /* Grey */
	text-align: center;
	padding: 0px 10px 8px;
	text-transform: uppercase;
}

#menu-main-menu li .sub-menu {
	display: none;
}

#header_submenu_container {
	bottom: 0;
	position: absolute;
	margin: 0px auto;
	max-width: 1200px;
	min-width: 1150px;
	width: 100%;
}

.header_submenu {
	display: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	min-height: 150px;
	position: absolute;
	padding: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header_submenu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.header_submenu * {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.header_submenu .header_submenu_menu {
	width: 370px;
	padding: 35px 70px 35px 100px;
	float: left;
}

.header_submenu .header_submenu_menu > a {
	border-bottom: 1px solid #8c8c8c;
	color: #8c8c8c; /* Grey */
	display: block;
	font-size: 15px;
	height: 25px;
	line-height: 1em;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.header_submenu .header_submenu_menu a:after {
	content: " »";
}

.header_submenu .header_submenu_menu .sub-menu  {
	color: #8c8c8c; /* Grey */
	font-size: 15px;
	line-height: 24px;
	font-style: italic;
}

.header_submenu .header_submenu_content {
	background-image: url(./img/header-menu-shadow-separator.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 370px;
	min-height: 211px;
}

.header_submenu .header_submenu_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.header_submenu .header_submenu_content .header_submenu_content_sidebar {
	float: left;
	padding: 35px 0;
	width: 200px;
}

.header_submenu .header_submenu_content .header_submenu_content_body {
	padding: 35px 100px 35px 30px;
}

.header_submenu .header_submenu_content_has_sidebar .header_submenu_content_body {
	margin-left: 200px;
}

.header_submenu .header_submenu_content .title {
	border-bottom: 1px solid #5A1E28;
	color: #5A1E28;
	font-size: 16px;
	line-height: 1em;
	padding-bottom: 9px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.header_submenu .header_submenu_content .wp-content {
	color: #8c8c8c;
	font-size: 13px;
	line-height: 1.84em;
}

.header_submenu .header_submenu_content .image_box {
	text-align: right;
}

.header_submenu .header_submenu_content .image_box img {
	border: 1px solid #8b8c8c;
	display: block;
	margin: 0 0 0 auto;
	width: 170px;
}

.header_submenu .header_submenu_content .more-link {
	background-color: #5A1E28;
	border: 1px solid #808080;
	-webkit-box-shadow: 0 0 0 2px rgba(90, 30, 40, 1);
	-moz-box-shadow: 0 0 0 2px rgba(90, 30, 40, 1);
	box-shadow: 0 0 0 2px rgba(90, 30, 40, 1);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	padding: 0 5px;
}

.header_submenu .header_submenu_content .more-link:after {
	content: '»';
	margin-left: 5px;
}




/*****************************************************************/

/* Slider */

#slider {
	width: 100%;
	background-color: #e6e6e4;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	padding-top: 139px;
	transition: 0.2s ease;
}

#carousel {
	position: relative;
	background-color: #5A1E28; /* Black */
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.slide {
	width: 100%;
}

.slide > img, .slide > a > img {
	width: 100%;
	height:auto;
	display: block;
}

#infobar {
	background-color: #5A1E28; /* Lightgreen */
	height: 60px;
	position: relative;
	width: 100%;
	z-index: 100;
}

#infobar_inner {
	max-width: 1200px;
	padding: 10px 1.25%; /* 15px */
	width: 97.5%; /* 1170px */
	margin: 0px auto;
}

#tripadvisor{
	margin-top: 10px;
	margin-right: 8%;
	float: left;
}

#slider_nav {
	margin-top: 10px;
	float: left;
	text-align: center;
}

.aaabblogos {
	float: right;
}

.aaabblogos img {
	margin-left: 35px;
	float: left;
}

.aaabblogos span {
	float: left;
	padding: 10px 30px 20px 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.pagercircle {
	margin-top: 2px;
	margin-right: 10px;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #f0f0f0;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease;
}

#slider_nav > .cycle-pager-active, .pagercircle:hover {
	background-color: #f0f0f0;
}


.touch .aaabblogos > img {
	display: none;
}

/*****************************************************************/

/* Sidebar */

.widget {
	background-color: #5A1E28;
	box-shadow: 0px 12px 27px -25px rgba(0,0,0,0.70);
	margin-bottom: 35px;
	padding: 5px;
}

.widget li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px;
	text-align: center;
}

.widget_nav_menu  {
    text-align: center;
	color: #fff;
	font-size: 30px;
	font-style: italic;
	font-family: 'Great Vibes', cursive;
	padding: 0;
}

#sidebar .widget_nav_menu > h3,
#sidebar .widget_nav_menu > a {
	border: 1px solid #ccc;
	color: #fff;
	display: block;
	font-size: 30px;
	margin: 2px;
	padding: 15px 30px;
}

#sidebar .widget_nav_menu > a h3 {
	color: #fff;
	font-size: 30px;
}

.widget_nav_menu a {
	color: #fff;
	display: block;
	padding: 15px 30px;
	position: relative;
	z-index: 3;
}

.widget_nav_menu li {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.13) 50%, rgba(255,255,255,0.13) 51%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(50%,rgba(255,255,255,0.13)), color-stop(51%,rgba(255,255,255,0.13)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	display: block;
	position: relative;
}

.widget_nav_menu li:before {
	border: 1px solid #ccc;
	bottom: 2px;
	content: '';
	left: 2px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 2;
}

.widget_welcome_menu,
.widget_bar_harbor_menu,
.blog_sidebar_menu {
	padding-top: 2px;
}

.accommodations_menu_photo {
	display: none;
}

/* Blog menus */


.widget_nav_menu .cat-item-none > div {
	color: #fff;
	display: block;
	padding: 15px 30px;
	position: relative;
	z-index: 3;
}

/* Specials */
.sidebar_specials {
	background-color: #5A1E28;
	box-shadow: 0px 12px 27px -25px rgba(0,0,0,0.70);
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.sidebar_specials > div {
	float: left;
	clear: both;
}

.sidebar_specials_photo {
	width: 100%;
}

.sidebar_specials_photo > a {
	display: block;
}

.sidebar_specials_photo > a > img {
	display: block;
	width: 100%;
}

.sidebar_video_thumb img {
	width: 100%;
	float: left;
}

.sidebar_specials iframe {
	width: 100%;
}

.sidebar_specials_text_container {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.13) 50%, rgba(255,255,255,0.13) 51%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(50%,rgba(255,255,255,0.13)), color-stop(51%,rgba(255,255,255,0.13)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	width: 100%;
}
.sidebar_specials_text {
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 30px;
	width: 100%;
}

.sidebar_specials_text > div {
	text-align: center;
}

.sidebar_specials_top {
	color: #ccc; /* Grey */
	font-size: 13px;
	margin-bottom: 5px;
}

.widget .heading {
	color: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 30px;
	text-align: center;
	margin-top: 5px;
}

.sidebar_specials_bottom {
	color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-family: 'Great Vibes', cursive;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.sidebar_specials_more a {
	color: #ccc;
	font-size: 13px;
	font-style: italic;
}

.sidebar_specials_more a:after {
	content: '»';
	margin-left: 5px;
}

.sidebar_video .sidebar_specials_photo img,
.sidebar_video .sidebar_specials_photo iframe,
.sidebar_video .sidebar_video_text_container {
	float: left;
	cursor: pointer;
}

.widget .heading {
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
}


.sidebar_specials_more,
.action_text {
	color: #ccc;
	font-family: 'Lora', 'Times New Roman', serif;
	font-size: 13px;
	font-style: italic;
	line-height: 15px;
	padding-right: 10px;
}


/*****************************************************************/

/* Sitemap */

.sitemap ul li ul {
	margin-left: 30px;
}

.sitemap ul li ul li {
	font-size: 13px;
}

.sitemap-container {
	padding-top: 0px !important;
}


/*****************************************************************/

/* Listings */

.content-listing {
	width: 100%;
	float: left;
	margin-top: 35px;
}

.listing {
	border-top: 1px solid #ccc;
	float: left;
	clear: both;
	width: 100%;
	padding: 15px 0px;
}

.listing-info h2 {
	font-size: 18px;
	color: #cc9b2f;
}

.listing-info {
	float: left;
	width: 50%;
}

.listing-thumb {
	float: right;
	width: 33%;
}

.listing-thumb img {
	max-width: 100%;
	width: auto;
	max-height: 150px;
	float: right;
	border-bottom: 5px solid #8C8C8C;
}



/*****************************************************************/

/* Footer */

#footer_top {
	background-color: #5A1E28;
	padding: 45px 0;
	width: 100%;
	float: left;
}

#footer_top_left{
	float: left;
	width: 39%;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding-bottom: 15px;
}

#footer_top_right {
	float: right;
	width: 47%;
	border-bottom: 1px solid #ffffff;
}

#footer_bottom {
	background-color: #e6e6e4;
	float: left;
	font-style: normal;
	text-align: center;
	width: 100%;
}

#footerblog {

}

#footerblog h4 {
	float: left;
}

.footer_post {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 10px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.13) 50%, rgba(255,255,255,0.13) 51%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(50%,rgba(255,255,255,0.13)), color-stop(51%,rgba(255,255,255,0.13)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.13) 50%,rgba(255,255,255,0.13) 51%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	width: 100%;
}

.footer_post p {
	font-style: normal;
	float: left;
	margin-bottom: 0px;
}

.footer_post .more-link {
	font-size: 11px;
	line-height: 16px;
	font-family: 'Lora', sans-serif;
	font-style: italic;
}

.footer_post_text {
	margin-left: 95px;
}

.footer_post_image {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #f0f0f0;
	margin-right: 10px;
}

.footer_post_image img {
	float: left;
}

.footer_post h5 {
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	float: left;
	margin-bottom: 5px;
}

#footer_top_right_bottom {
 	border-top: 1px solid #f0f0f0;
 	float: left;
 	width: 100%;
}


#footer_top_right_bottom:after, #connect:after, #footer_top_right:after, #newsletter .gform_footer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


#bio p img {
	border: 1px solid #f0f0f0;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 2px;
}

#bio h4 {
	margin-bottom: 10px;
}

#address {
	margin: 20px 2% 20px 0px;
	padding-right: 4%;
	border-right: 1px solid #f0f0f0;
	font-style: normal;
	width: 33%;
	float: left;
}

#address h4, #address address, #connect h4 {
	border-top: 0px solid #f0f0f0 !important;
	float: left;
	clear: both;
	line-height: 18px;
}

#bio {
	float: left;
}

#connect {
	width: 58%;
	margin: 20px 0 0px 42%;
}

#mce-EMAIL {
	margin-top: 5px;
	float: left;
	height: 40px;
	border: 0px solid #000;
	background-color: #5A1E28;
	color: #ffffff;
	padding: 0px 12px;
	line-height: 15px;
	margin-right: 3px;
	width: 156px;
}

#mc-embedded-subscribe {
	margin-top: 5px;
	float: left;
}

::-webkit-input-placeholder {
   color: #f0f0f0;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #f0f0f0;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #f0f0f0;
}

input:-ms-input-placeholder {
   color: #f0f0f0;
}

#social {
	float: right;
	clear: right;
	width: 100%;
}

#social h4 {
	float: left;
}

.social_links {
	float: right;
}

.social_links a {
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-right: 1px;
}

#menu-main-menu-1 li {
	display: table-cell;
	padding: 15px;
}

.menu-main-menu-container{
	margin: 10px auto;
	max-width: 98%;
	text-align: center;
}

.menu-main-menu-container .menu {
	width: 100%;
	margin: 0px auto 0px;
	height: 15px;
	display: table;
}

#menu-main-menu-1 li a {
	font-size: 13px;
	text-transform: uppercase;
	font-style: normal;

}

#menu-main-menu-1 li .sub-menu {
	display: none;
}

#copyright {
	border-top: 1px solid #5A1E28;
	margin: 30px auto;
	text-align: center;
	padding: 0px 100px;
	width: 325px;
}

#copyright p {
	background-color: #e6e6e4; /* White */
	padding: 0px 5px;
	position: relative;
	top: -10px;
	white-space: nowrap;
	width: 350px;
}

/*****************************************************************/

/* Extra */

.extra { /* For Custom Field Blocks */
	background-color: #f0f0f0; /* Lightgrey */
	border: 1px solid #ffffff; /* White */
	outline: 2px solid #f0f0f0; /* Lightgrey */
	padding: 30px 8%;
	width: 100%;
}

.extra h3 {
	color: #8c8c8c; /* Grey */
	font-size: 16px;
	line-height: 23px;
}

/*****************************************************************/

/* Booking */

.reservation_form_content {
	height: 77px;
	white-space: nowrap;
}

.reservation_form .bookaroom {
	display: inline-block;
	margin-right: 13px;
}

.reservation_form .bookaroom img {
	display: block;
}

.reservation_form .booking_section {
  	display: inline-block;
  	margin: 10px 20px 0;
  	text-align: center;
  	vertical-align: top;
}

.reservation_form .booking_section label {
	width: 110px;
	padding-bottom: 10px;
}

.reservation_form .booking_line {
	width: 84px;
	border-top: 1px solid #8c8c8c;
}

.reservation_form .booking_section input {
  clear: both;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  margin-top: 8px;
  width: 74px;
  border: 0px solid #ffffff;
  background-color: #f0f0f0;
  font-family: 'Lora', serif;
}

.reservation_form label {
	color: #8c8c8c; /* Grey */
	font-size: 11px;
	line-height: 28px;
	text-transform: uppercase;
}

.reservation_form input {
	color: #8c8c8c; /* Grey */
	font-size: 13px;
	line-height: 18px;
}

.reservation_form .submit-button {
	margin: 25px 15px 0;
	vertical-align: top;
}

.content-part .reservation_form_content {
	border: 1px solid #8c8c8c;
	display: inline-block;
	margin: 0 auto;
}

.empty {
	border: 1px solid red !important;
}

#page_23 .content-part {
	text-align: center;
}

#sidebar h2 {
	color: #8c8c8c; /* Grey */
	font-size: 20px;
	line-height: 36px;
	text-transform: uppercase;
}

#sidebar h3 {
	color: #8c8c8c; /* Grey */
	font-size: 16px;
	font-style: italic;
	line-height: 36px;
}

#sidebar .more {
	color: #cc992f; /* Gold */
	font-size: 13px;
	font-style: italic;
	line-height: 36px;
}

#footer {
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}

#footer a {
	color: #fff;
}

#footer h4 {
	border-top: 1px solid #ffffff;
	color: #ffffff; /* White */
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	text-transform: uppercase;
}

#footer h4 > span {
	background-color: #5A1E28;
	padding: 0 10px 0 0;
	position: relative;
	top: -10px;
}

#footerblog p {
	color: #ffffff; /* White */
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#footerblog h3 { /* Footer Blog Title */
	color: #ffffff; /* White */
	font-size: 15px;
	font-style: italic;
	line-height: 18px;
}

#footer_bottom .menu li > a {
	color: #8c8c8c; /* Grey */
}

#copyright {
	color: #000000; /* Black */
}


.gold-button {
	/*
	background: url('img/bg-gold-button.png') repeat-x;
	margin: 2px;
	padding: 3px;
	min-height: 30px;
	border: 1px solid #fff;
	*/
	background: url('img/button-book-now.png') no-repeat;
	height:40px;
	width:160px;
	border: none;
	cursor: pointer;
}


.grey-box {
	background-color: #f2f6f6;
	box-shadow: inset 0 0 3px #fff;
	padding: 4%;
	border: none;
}

.grey-box h4 {
	font-size: 16px;
	color: #949595;
}

.grey-box ul {
	padding-left: 15px;
}

.grey-box li {
	text-decoration: italic;
	list-style: disc;
}

/* Blog */

.blog-post .blog_fetured_image {
	float: right;
	margin: 0 0 5% 5%;
	max-width: 45%;
}

.blog-post .published {
	color: #5A1E28;
	margin-bottom: 2em;
}

.blog-post .post_content h1,
.blog-post .post_content h2,
.blog-post .post_content h3,
.blog-post .post_content h4,
.blog-post .post_content h5,
.blog-post .post_content h6 {
	color: #5A1E28;
}

.excerpt-content-block:first-child {
	border-bottom: 1px dotted rgb(140, 140, 140);
}

.excerpt-content-block .excerpt_post_image {
	float: left;
	height: auto;
	max-width: 30%;
	margin: 0 15px 15px 0;
}

.excerpt-content-block .excerpt_post_image img {
	display: block;
	height: auto;
	width: 100%;
}

.excerpt-content-block .published {
	color: #5A1E28;
	margin-bottom: 0.4em;
}

#page_content .excerpt-content-block h3 {
	color: #5A1E28;
	margin-bottom: 0.4em;
}

/*****************************************************************/

/* Mailchimp Form */

#newsletter {
	width: 100%;
	float: right;
	height: 78px;
	max-height: 78px;
	position: relative;
}

#gform_ajax_spinner_2 {
	position: absolute;
	top: 40px;
	right: -25px;
}

#gforms_confirmation_message {
	clear: both;
	padding: 10px 0px;
}

#newsletter .gform_wrapper {
	clear: both;
	float: left;
	width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 10px 0px;
}

#newsletter .gform_body label {
	display: none;
}

#newsletter .gform_body {
	float: left;
	width: 62%;
	padding: 0px;
}

#newsletter .gform_footer {
	float: left;
	clear: right;
	width: 37%;
	padding: 0px;
	margin: 0px;
}

#newsletter .gform_footer > input {
	background-color: #ccc;
	border-width: 0;
    color: #5A1E28;
    float: left;
    font-family: "Lora",serif;
    height: 40px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}

#newsletter .gform_body li {
	margin-bottom: 0px;
}

#newsletter .gform_body li .medium {
	font-family: Arial, sans-serif;
	width: 93%;
	padding: 5px 3.5%;
	height: 30px;
	border: 0px solid #000;
	background-color: #fff;
	color: #5A1E28;
	font-size: 15px;
	line-height: 15px;
}

#newsletter .gform_wrapper div.validation_error {
	position: absolute;
	background-color: #f0f0f0;
	border: 1px solid #eee;
	font-size: 1em;
	line-height: 1.2em;
	padding: 10px;
	z-index: 1000;
	display: block;
	margin-bottom: 0px;
	float: left;
	top: -30px;
	text-align: center;
}

#newsletter .gform_wrapper div.validation_error:after {
	background: url("img/whitetriangle.png") no-repeat scroll center -10px rgba(0, 0, 0, 0);
    content: "";
    padding: 15px;
    position: absolute;
    bottom: -30px;
	margin-left: -15px;
}


.validation_error p {
	margin-bottom: 0px;
}

#newsletter .gfield_error {
	background-color: transparent;
	border: 0px solid #fff;
	padding: 0px !important;
	margin: 0px !important;
}

#newsletter .gfield_error .ginput_container {
	margin-top: 0px;
}

#newsletter .gfield_error .validation_message {
	display: none;
}

/*****************************************************************/

/* Gallery View */

.gallery .thumb {
	width: 230px;
	height: 235px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	overflow: hidden;
	background-image: url('img/bg-gallery-thumb.jpg');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: 0.2s ease;
}

.post-type-archive-specials .gallery .thumb {
	height: 210px;
}

.gallery.room .thumb {
	width: 170px;
	height: 170px;
	background-image: url('img/bg-room-gallery-thumb.jpg');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.gallery .thumb .overlay {
	height: 165px;
	padding:35px 10px;
	text-align:center;
	color: #fff;
	background-color: #95a186;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    cursor: pointer;
}

.post-type-archive-specials .gallery .thumb .overlay {
        height: 80px;
        padding:70px 10px;
}

.gallery.room .thumb .overlay  {
	height: 30px;
	padding:70px 10px;
}

.gallery .thumb:hover > div.overlay {
	opacity: 0.9;
	-webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.gallery .thumb .overlay h4 {
	font-size: 30px;
	font-style: italic;
	margin-bottom: 30px;
}

.gallery .thumb .overlay .short-description {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.gallery .thumb .overlay .plus-link:before {
	content: "[ + ]";
	font-size: 24px;
	font-style:normal;
	padding-right: 10px;
}

.gallery .thumb .overlay .plus-link {
	font-size: 15px;
	font-style: italic;
}



/*****************************************************************/

/* Gallery NEW */

.gallery_new a {
	width: 31%;
	display: block;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}

.gallery_new .thumb_new {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	background-image: url('img/bg-gallery-thumb.jpg');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: 0.2s ease;
}

.gallery_new .thumb_new .image-placeholder {
	background-color: #808080;
	height: 225px;
	position: relative;
	width: 100%;
}

.gallery_new .thumb_new .image-placeholder:after {
	content: 'FPO';
	font-size: 60px;
	left: 0;
	line-height: 225px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.gallery_new.hotel .thumb_new {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.gallery_new a:nth-child(3n+3), .gallery_new.hotel .thumb_new:nth-child(3n+3) {
	margin-right: 0;
}


.gallery_new.room .thumb_new {
	width: 22%;
	height: auto;
	margin-right: 4%;
	margin-bottom: 4%;
	background-image: url('img/bg-room-gallery-thumb.jpg');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gallery_new.room .thumb_new:nth-child(4n+4) {
	margin-right: 0;
}

.gallery_new .thumb_new .overlay_new {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 45px;
	width: 100%;
	padding: 0 15px;
	text-align: left;
	color: #fff;
	background-color: #5A1E28;
	opacity: 0.9;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
    position: absolute;
	bottom: 0;
	left: 0;
}

.gallery_new .thumb_new:hover > div.overlay_new {
	height: 100%;
}

.gallery_new .thumb_new .overlay_new h4 {
	font-size: 21px;
	line-height: 45px;
	margin-bottom: 0;
}

.gallery_new .thumb_new .overlay_new h4:after {
	border: 10px solid transparent;
	border-top-color: #fff;
	content: '';
	float: right;
	height: 0px;
	margin-top: 15px;
	width: 0px;
}

.gallery_new .thumb_new .overlay_new .short-description {
	color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.gallery_new .thumb_new .overlay_new .plus-link:after {
	content: " »";
}

.gallery_new .thumb_new .overlay_new .plus-link {
	font-size: 14px;
	font-style: italic;
}

.gallery_new.room .thumb_new .plus-link  {
	font-size: 21px;
	line-height: 45px;
	margin-bottom: 0;
	padding: 0;
}

.thumb_new > img {
	float: left;
	width: 100%;
	height: auto;
}


/*****************************************************************/

/* Utility */

.revInvLink > a {
	color: #333 !important;
}

#ui-datepicker-div {
	display: none;
}

#container .gform_wrapper ul li.gfield {
	clear: none;
}

.headerphonemobile {
	display: none;
	float: right;
}


#tribe-events-pg-template {
	max-width: 1000px;
	padding: 0 4%;
}


input[type="text"], textarea, input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}


/*****************************************************************/

/* Media Queries */

@media all and (max-width: 1200px) {

	#header {
		height: 177px;
	}

	#headerlogo {
		padding: 5px 10px;
	}


	#header_submenu_container {
	}

	.header_submenu
	.header_submenu_content  {
		margin-left: 31%;

	}

	.header_submenu
	.header_submenu_menu  {
		margin-left: 5%;
		padding: 35px 0px;
		width: 23%;
	}

	.header_submenu_content_sidebar .image_box {
		display: none;
	}

	.header_submenu
	.header_submenu_content
	.header_submenu_content_sidebar {
		display: none;
	}

	.header_submenu
	.header_submenu_content_has_sidebar
	.header_submenu_content_body {
		margin-left: 0px;
	}

	#header_submenu_container {
		min-width: 768px;
	}

	#menu_container {
		min-height: 125px;
		width: 97.5%;
		padding: 0px 1.75%;
		border-bottom: 10px solid #ccc;

	}

	#headermenu {
		width: 100%;
		margin-top: 16px;
	}

	#menu-main-menu-container {
		width: 100%;
	}

	#menu-main-menu {
		width: 742px;
	}

	#menu-main-menu li {
		margin: 0 5px;
	}

	.headerphone {
		margin-right: 5px;
	}


	.aaabblogos {
		display: none;
	}

	#slider {
		padding-top: 177px;
	}

	#footer_top_left {
		width: 30%;
		margin-left: 1%;
	}

	.footer_post_image {
		float: left;
	}

	.footer_post_text {
		float: none;
	}

	.footer_post_text h5 {
		font-size: 11px;
		font-style: normal;
	}

	#footer_top_left .footer_post_text p {
		display: none;
	}

	#footer_top_right {
		margin-left: 34%;
		margin-right: 1%;
		float: none;
		width: auto;
	}

	#address address {
		font-size: 11px;
	}


}

@media all and (max-width: 1156px) {

	#sidebar {
		width: 30%;
		float: left;
		margin-left: 1%;
	}

	#page_content {
		margin-left: 34%;
		margin-right: 1%;
	}

	.gallery_new a, .gallery_new.hotel .thumb_new {
		width: 48%;
		margin-right: 4%;
	}

	.gallery_new a:nth-child(3n+3) {
		margin-right: 4%;
	}

	.gallery_new a:nth-child(even) {
		margin-right: 0;
	}

	.gallery_new.hotel .thumb_new:nth-child(3n+3) {
		margin-right: 4%;
	}

	.gallery_new.hotel .thumb_new:nth-child(even) {
		margin-right: 0;
	}

}

@media all and (max-width: 1024px) {

}

@media all and (max-width: 950px) {

	#headerlogo {
		padding: 20px 0 0 20px;
	}

	#headerlogo img {
		width: 200px;
	}

	.gallery_new.room .thumb_new {
		width: 30.5%
	}

	.gallery_new.room .thumb_new:nth-child(4n+4) {
		margin-right: 4%;
	}

	.gallery_new.room .thumb_new:nth-child(3n+3) {
		margin-right: 0%;
	}

}


@media all and (max-width: 768px) {


	#headermenu {
		display: none;
	}

	#slider {
		padding-top: 179px;
	}

	#menu_container .pushtrigger {
		display: block;
		margin-top: 25px;
		height: 30px;
		float: right;
		box-sizing: border-box;
		width: 100%;
		padding: 8px 0 2px;
		cursor: pointer;
	}

	.headerphone {
		display: none;
	}

	.headerphonemobile {
		 color: #919295;
	    display: block;
	    font-size: 11px;
	    line-height: 18px;
	    margin-bottom: 15px;
	    margin-right: 30px;
	    margin-top: 20px;
	    text-align: center;
	    text-transform: uppercase;
	}

	.headerphonemobile > span {
		font-size: 15px;
	}

	#bookingwidget .booking-link {
		height: auto;
		padding: 5px 10px 0 10px;
	}

	#bookingwidget .booking-link .title {
		border-bottom-width: 0;
		font-size: 20px;
		margin: 0;
		padding: 0;
	}

	#bookingwidget .booking-link .subtitle {
		display: none;
	}

	#headerlogo {
		padding: 5px 20px;
	}

	#bookingwidget {
		clear: right;
		margin-right: 30px;
	}

	.content-badge-image {
		display: none;
	}

	#header {
		height: 180px;
	}

    .jgallery .slide-control {
        opacity: 0.9;
    }

}

@media all and (max-width: 760px) {


	.inner {
		padding: 0;
		width: 100%;
	}

	#infobar {
		display: none;
	}

	#slider_nav {
		display: none;
	}

	#sidebar {
		float: left;
		width: 100%;
	}

	#page_content {
		float: left;
		margin-left: 0px;
		width: 90%;
		padding: 0 5%;
	}

	#main {
		padding-top: 0px;
	}

	.page-id-104 #main {
	    padding-top: 50px;
	}

	.widget {
		margin-bottom: 0px;
	}

	.sidebar_specials_photo {
		display: none;
	}

	#sidebar {
		margin-left: 0;
	}


	.widget_nav_menu {
		box-shadow: 0 0 0 0 rgb(0,0,0);
	}

	.content-block {
		padding-bottom: 15px;
	}

	#footer_top_left {
		display: none;
	}

	#footer_top_right {
		margin-left: 4%;
		margin-right: 4%;
	}

	#address, #connect {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}

	#address {
		border-bottom: 1px solid #f0f0f0;
		border-right: 0px solid #f0f0f0;
		padding-right: 0;
		padding-bottom: 15px;
	}

	#social {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.social_links {
		float: left;
		clear: both;
		padding-top: 10px;
	}

	.social_links a {
		margin-left: 0px;
		margin-right: 10px;
	}

	#bio {
		display: none;
	}

	#newsletter {
		padding-bottom: 15px;
		border-bottom: 1px solid #f0f0f0;
	}

	#footer_bottom {
		display: none;
	}

	.widget_welcome_menu, .widget_bar_harbor_menu, .blog_sidebar_menu {
		display: none;
	}

	#tribe-events-pg-template, .specials_archive, .specials_post {
		margin-top: 50px;
	}

	#sidebar.specials_sidebar {
		margin-right: 4%;
		margin-left: 4%;
		margin-top: 30px;
		width: 92%;

	}

	.gallery_new {
		display: block;
		width: 100%;
		float: left;
	}

	.gallery_new > a {
		display: block;
		float: left;
		margin-bottom: 30px;
	}

	/*

	.content-block {
		overflow: visible;
	}

	.gallery {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		float: left;
	}

	.gallery > a {
		display: block;
		width: 111.11111%;
		float: left;
		background-color: #f0f0f0;
		color: #8c8c8c;
		position: relative;
		left: -5.555555%;
	}

	.gallery .thumb .overlay {
		opacity: 1;
		clear: none;
		float: none;
		margin: 11px 2% 0 38%;
		padding: 0 0 0 4%;
		width: 53%;
		background-color: transparent;
	}

	.gallery .thumb .overlay h4 {
		border-bottom: 1px solid #8C8C8C;
		color: #8C8C8C;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		text-transform: uppercase;
		margin-bottom: 0px;
	}

	.gallery .thumb .short-description {
		display: none;
	}

	.gallery .thumb {
		margin: 0px;
		width: 100%;
		box-shadow: 0 12px 27px -25px rgba(0, 0, 0, 0.3);
		margin-bottom: 10px;
	}

	.gallery .thumb .overlay .plus-link:before {
	    content: "";
	    font-size: 24px;
	    font-style: normal;
	    padding-right: 0px;
	}

	.gallery .thumb .overlay .plus-link {
		color: #CC992F;
		font-size: 13px;
		font-style: italic;
		line-height: 24px;
		padding: 0px;
		text-align: left;
	}

	*/

}


@media all and (max-width: 480px) {

	#headerlogo {
		padding: 42px 0 0 20px;
	}

	#headerlogo img {
		width: 100px;
	}

	.column-2 {
		width: 92%;
	}

	.gallery_new > a {
		width: 100%;
		margin-right: 0;
	}

	.gallery_new.hotel > .thumb_new {
		width: 100%;
		margin-right: 0;
	}

	.gallery_new.room .thumb_new {
		width: 48%
	}

	.gallery_new.room .thumb_new:nth-child(3n+3) {
		margin-right: 4%;
	}

	.gallery_new.room .thumb_new:nth-child(even) {
		margin-right: 0%;
	}

	#tribe-events-content .tribe-events-calendar td {
		height: 50px;
	}

	.tribe-events-calendar .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip, .recurring-info-tooltip {
	    display: none !important;
	}

	#tribe-events-header .tribe-events-sub-nav, #tribe-events-footer .tribe-events-sub-nav {
		padding: 0px;
	}

	.tribe-events-sub-nav .tribe-events-nav-previous, .tribe-events-sub-nav .tribe-events-nav-left {
		padding: 0px 1px 0px 0px;
	}


	.launchtitle {
		display: none;
	}

	.launchmobile {
		display: block !important;
		height: 12px;
		width: 16px;
	}

	.launchmobile:after {
		content: url(img/dot.png);
		position: relative;
		left: -4px;
	}


}
