* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: "Montserrat", serif;
	font-size: 16px;
	line-height: 24px;
	color: #58514a;
background: #fff;
min-width: 320px;
max-width: 800px;
margin-left: auto;
margin-right: auto;	
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	color: #825933;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Montserrat', serif;
	padding: 0px 0px 10px 0px;
	margin: 0px !important;
}
h2, .h2 {
	color: #6b4625;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	font-family: 'Montserrat', serif;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	color: #4d3116;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'Montserrat', serif;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	color: #4d3116;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-family: 'Montserrat', serif;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #1d397a;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}
ul, ol {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
}
ul {
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}
p {
	margin: 15px 0px 15px 0px;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
border: none;	
}
/* standard styles
-----------------------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}
.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}
.box_center {
	display: table;
	margin: 0 auto !important;
}
.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}
.visible {
	display: block;
}
.hidden {
	display: none;
}
.desktop_only {
	display: none;
}
.mobile_only {
}
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img_full, .images_full {
	width: 100%;
	height: auto;
}
.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: -webkit-calc(100% - 6px); /* - 3*border */
	max-width: -moz-calc(100% - 6px);
	max-width: calc(100% - 6px);
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.images, .images_left, .images_right, .images_full {
	border: 3px solid #292525; 
	background: #000;
}

hr, .hr {
	line-height: 2px;
	height: 2px;
	font-size: 2px;
	border-bottom: rgba(0,0,0,0.3) 2px dotted;
}
 
.res_list div {
	display: inline-block;
	padding-bottom: 10px;
}
video {
	max-width: 100%;
	height: auto;
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 47%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 30%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 22%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 17%;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}
 

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs { 
color: #2d2d2d;
font-size: 15px;
line-height: 15px;
font-weight: normal;
text-transform: uppercase;
padding: 10px 0px 10px 0px;
margin: 0px 0px 10px 0px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
.breadcrumbs ol {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
.breadcrumbs ol li {
position: relative;
display: inline-block;
padding: 0px 15px 0px 0px;
margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
content: " »";
display: block;
width: 20px;
height: 100%;
position: absolute;
top: 0px;
right: 0px;
text-align: right;
font-size: 14px;
line-height: 13px;
}
.breadcrumbs ol li:last-child {
margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
content: "";
display: block;
width: 0px;
}
.breadcrumbs ol li a {
color: #1d397a;
}
.breadcrumbs ol li:hover a {
text-decoration: underline;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}

/* table_mo
-----------------------------------------------------------------------------*/
table.table_mo thead {
    display: none;
}
table.table_mo tr {
    display: block;
    border-bottom: 1px solid #7d7b7b;
}
table.table_mo tr:last-child {
    border-bottom: none;
}
table.table_mo th {
    display: block;
	margin: 0 !important;
	padding: 5px !important;
	text-align: center !important;
}
table.table_mo td {
	display: block;
	width: auto;
	margin: 0 !important;
	padding: 5px !important;
	text-align: center !important;
}
table.table_mo td:before {    
    float: left;
	content: attr(data-label);
	font-weight: bold;
}




.a_button {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	outline: none;
	text-align: center;
	padding: 15px 40px 15px 40px;	 
	background: #c5b7aa;
	position: relative;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #000;
	text-decoration: none;
}



.page_wrapper {
width: 95%;
margin-left: auto;
margin-right: auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
width: 100%;
height: 210px;
padding-top: 10px;
text-align: center;
background: #201e1f url(images/bkg_mobile_header.jpg) center top no-repeat;
font-family: 'Montserrat', serif;
font-size: 14px;
line-height: 16px;
font-weight: bold;
}
  
#header_social { 
float:right;
width: 45%;
text-align: right;
}
#header_social a img {
padding: 0px;
margin: 0px 0px 0px 2px; 
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
opacity: 1;
}
#header_social a:hover img {
opacity: 0.7;
}

#header_tel {
width:45%; float:left; 
margin: 0;
color: #fff;
font-size: 16px;
line-height: 18px;
font-weight:bold;
font-family: 'Montserrat', serif;
text-align: left;
background: url(images/ico_tel.png) 0px 0px no-repeat;	
padding-left:24px;
}
#header_tel a { color: #fff; }
 
 
#header_logo { 
width:100%; text-align:center;
padding:10px 0 10px 0;
}

#header_open {
width:100%; text-align:center; text-transform:uppercase; 
padding:0 0 5px 0; color:#f1e6e2;
}
#header_open span { color:#b29e8c; }
#header_open1 {
width:48%; float:left; text-align:right;  text-transform:uppercase;
color:#b29e8c;
}
#header_open2 {
width:48%; float:right; text-align:left; text-transform:uppercase;
color:#f1e6e2;
}

 
/* Menu
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f1f1f1 0px, #ffffff 100%);
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}
.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}
.menu_icons a {
	display: block;
	text-align: center;
	color: #000;
    font-size: 15px;
	line-height: 33px;
	font-weight: bold;
	height: 33px;
	padding: 3px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}

/* Menu
-----------------------------------------------------------------------------*/
#menu {
	width: 100%; display:none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #af9d8b 0px, #c5b7aa 99%);
}
#menu a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 8px 0px;
	text-transform: uppercase;
	text-outline: none;
}
#menu a:hover {
	text-decoration: none;
}
#menu li.selected > a {
	color: #000;
}
#menu li.closed > ul {
	display: none;
}
#menu li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
/* clicking area to expand/collapse */
#menu li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menu li.closed {
	cursor: cell;
}
#menu li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.png) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menu li li.closed:after {
	z-index: 2;
}
#menu li li li.closed:after {
	z-index: 3;
}
#menu li li li li.closed:after {
	z-index: 4;
}
#menu li li li li li.closed:after {
	z-index: 5;
}
#menu li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menu li.open {
	cursor: cell;
}
#menu li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.png) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menu li li.open:after {
	z-index: 2;
}
#menu li li li.open:after {
	z-index: 3;
}
#menu li li li li.open:after {
	z-index: 4;
}
#menu li li li li li.open:after {
	z-index: 5;
}

/* Content
-----------------------------------------------------------------------------*/
#content {
padding: 20px;
min-height: 300px;
height: auto !important;
}
.content_title {
color: #201e1f;
font-size: 24px;
line-height: 30px;
font-weight: normal;
font-family: 'Montserrat', serif;
text-transform: uppercase;
text-align: center;
width: auto;
display: table;
margin: 0 auto;
padding:10px 0 20px 0;
}
.content_title h1 {
padding: 0px;
margin: 0px;
width: 100%;
color: #201e1f;
font-size: 24px;
line-height: 30px;
font-weight: bold;
font-family: 'Montserrat', serif;
text-transform: uppercase;
text-align: center;
}
 

/* Footer
-----------------------------------------------------------------------------*/
#footer {
color: #fff;
font-size: 14px;
line-height: 24px;
text-align: center;
padding: 30px 0px 30px 0px;
background:#c5b7aa;
}
#footer a {
color: #f7f5f4;
}
#footer span {
font-weight: bold; text-transform:uppercase;
}






/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 16px;
	line-height: 16px;
    box-sizing: border-box;
	background: url(images/input_bg.png) top repeat-x;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}
.form_standard {
	width: 100%;
	max-width: 500px;
	display: table;
	margin: 0 auto;
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Montserrat', serif;
	background: linear-gradient(to bottom, #70552b 0%, #a1825e 24%, #a98863 42%, #886c47 55%, #6b5530 72%, #65512b 90%, #7f6c42 100%);
	padding: 11px 20px 12px 20px;
	border: #aa8a4d 1px solid;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
.form label.edit {
	width: 80%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form input[type=text], .form input[type=email], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 7px;
}
.form textarea {
	height: 150px;
}
.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
	height: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #2d2d2d !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #2d2d2d !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #2d2d2d !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #2d2d2d !important;
	font-weight: normal;
	text-overflow: ellipsis;
}



 /*   reservations_form
 -----------------------------------------------------------------------------*/
 
#reservations_form textarea {
	width: 80%;
	height: 120px;
}
#reservations_form input.submit {
width: 120px; height:44px; text-align:center; vertical-align:middle;
color: #fff;
font-size: 18px;
line-height: 18px;
font-weight: normal;
text-transform:uppercase;
background: #9a8978;
border: #fff 1px solid;
}
#reservations_form #scode_block .scode {
	width: 112px;
	height: 44px;
}
#reservations_form #scode_block span {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	margin-bottom: 1px
}
#reservations_form #scode_block table td {
	padding: 0px 4px 0px 4px;
	margin: 0px;
}


#div_map li  { margin:15px 0 15px 0;}

#slogan_txt {
text-align:center;
font-size:18px; line-height:24px;
color:#dd4b3e;
font-weight:bold;
padding:20px 0 20px 0;
}

