@charset "UTF-8";
/* RESET */
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, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	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: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
 input::-ms-clear {
 display: none;
}
 input::-ms-reveal {
 display: none;
}
legend {
	display: none;
}
@font-face {
	font-family: "Open Sans WF";
	src: url("../fonts/OpenSans-Light.eot");
	src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#open_sanslight") format("svg");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans WF";
	src: url("../fonts/OpenSans-LightItalic.eot");
	src: url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.svg#open_sanslight_italic") format("svg");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: "Open Sans WF";
	src: url("../fonts/OpenSans-Regular.eot");
	src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#open_sansregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans WF";
	src: url("../fonts/OpenSans-Italic.eot");
	src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg#open_sansitalic") format("svg");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "Open Sans WF";
	src: url("../fonts/OpenSans-Bold.eot");
	src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#open_sansbold") format("svg");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans WF";
	src: url("../fonts/OpenSans-BoldItalic.eot");
	src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg#open_sansbold_italic") format("svg");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: "Cinzel WF";
	src: url("../fonts/Cinzel-Regular.eot");
	src: url("../fonts/Cinzel-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Cinzel-Regular.woff2") format("woff2"), url("../fonts/Cinzel-Regular.woff") format("woff"), url("../fonts/Cinzel-Regular.ttf") format("truetype"), url("../fonts/Cinzel-Regular.svg#cinzelregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Flareserif821_BT_Roman";
	src: url("../fonts/Flareserif821_BT_Roman.eot");
	src: url("../fonts/Flareserif821_BT_Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Flareserif821_BT_Roman.woff2") format("woff2"), url("../fonts/Flareserif821_BT_Roman.woff") format("woff"), url("../fonts/Flareserif821_BT_Roman.ttf") format("truetype"), url("../fonts/Flareserif821_BT_Roman.svg#Flareserif821_BT_Roman") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* VALIDATION */
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
.formError .formErrorContent {
	background: #752938;
	position: relative;
	z-index: 5001;
	color: #fff;
	width: 150px;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
	z-index: 5006;
}
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 0 0 12px;
	top: 2px;
}
.formError .formErrorArrow div {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	height: 1px;
	background: #752938;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line1 {
	width: 1px;
}
.formError .formErrorArrow .line2, .formError .formErrorArrow .line3 {
	display: none;
}
 @media (min-width: 1500px) {
.ui-datepicker-trigger {
	margin: 13px 0 0 12px;
}
}
.selectedTxt {
	overflow: hidden;
	position: relative;
	padding: 0 30px 0 9px;
	height: 29px;
	background: transparent;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	line-height: 29px;
	color: #6b6b6b;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.selectedTxt:after {
	content: '';
	position: absolute;
	top: 8px;
	right: 9px;
	height: 12px;
	width: 12px;
	background: url("../images/sprite.svg") -38px 0 no-repeat;
}
.no-svg .selectedTxt:after {
	background-image: url("../images/sprite.png");
}
 @media (min-width: 1500px) {
.selectedTxt:after {
	top: 16px;
	right: 19px;
}
}
.selectedTxt:hover:after {
	background-position: -38px -32px;
}
 @media (min-width: 1500px) {
.selectedTxt {
	padding: 0 50px 0 19px;
	height: 44px;
	line-height: 44px;
}
}
.stylish-select .SSContainerDivWrapper {
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 31px !important;
}
 @media (min-width: 1500px) {
.stylish-select .SSContainerDivWrapper {
	top: 46px !important;
}
}
.stylish-select .newList {
	background: #fff;
	max-height: 200px;
	overflow: auto;
	overflow-x: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin: 0 !important;
	padding: 2px !important;
	list-style: none !important;
}
.stylish-select .newList li {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
}
.stylish-select .newList li:after {
	content: none !important;
}
.stylish-select .newList li.newListOptionTitle {
	padding: 3px 5px 0 !important;
	font-weight: bold;
	color: #000;
}
.stylish-select .newList li.newListOptionTitle ul {
	margin: 3px -5px 0 !important;
	font-weight: normal;
}
.stylish-select .newList a {
	display: block;
	font-size: 11px;
	line-height: 12px;
	padding: 6px 21px 6px 9px;
	position: static;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none !important;
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
}
.stylish-select .newList a:hover {
	background: #f0f0f0;
}
.stylish-select .newList a:active {
	background: #e5e5e5;
	top: auto;
	transition: all 0ms;
	-moz-transition: all 0ms;
	-webkit-transition: all 0ms;
	-o-transition: all 0ms;
}
.stylish-select .newList a.hiLite {
	text-decoration: underline !important;
}
.stylish-select .newList a:focus {
	-moz-outline: 0 none;
	outline: 0 none;
}
 @media (min-width: 1500px) {
.stylish-select .newList a {
	padding-left: 19px;
}
}
html, body, input, textarea, button {
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
input, textarea, button {
	border-radius: 0;
}
input[type="submit"], button {
	-webkit-appearance: none;
	-moz-appearance: none;
}
a {
	color: #752938;
}
a:hover {
	color: #6b6b6b;
}
a, input[type='submit'], button {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	transition: color 200ms;
}
a:active, input[type='submit']:active, button:active {
	-webkit-transform: translate(0, 1px);
	transform: translate(0, 1px);
}
.logo {
	display: block;
	overflow: hidden;
}
.logo img {
	display: block;
	width: 100%;
}
.hide {
	display: none !important;
}
.hidden {
	display: none;
}
.icon {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.center-column {
	position: relative;
	width: 960px;
	/*height: 100%;*/
	margin: 0 auto;
}
 @media (min-width: 1500px) {
.center-column {
	width: 1200px;
}
}
.center-column:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.formError {
	line-height: 18px;
}
.button, input[type="submit"], button {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
	background: none;
	text-align-last: auto;
}
.button, input[type="submit"].button {
    height: 37px;
    padding: 5px 18px;
    border: 1px solid #ac8938 !important;
    background: #ac8938;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: background-color 200ms, border-color 200ms, color 200ms;
}
 @media (min-width: 1500px) {
.button, input[type="submit"].button {
	height: 46px;
	padding: 0 19px;
	font-size: 16px;
	line-height: 44px;
}
}
.button:hover, .button.active, input[type="submit"].button:hover, input[type="submit"].button.active {
	background: #ac8938;
	color: #fff;
}
.button.white, input[type="submit"].button.white {
	border-color: #fff;
	color: #fff;
}
.button.white:hover, input[type="submit"].button.white:hover {
	border-color: #752938;
}
.list-item {
	background: #f8f8f8;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.no-select {
	user-select: none !important;
	-o-user-select: none !important;
	-moz-user-select: none !important;
	-webkit-user-select: none !important;
	-ms-user-select: none !important;
}
/* PHOTOS */
#photos {
	position: relative;
	height: 600px;
	overflow: hidden;
	background: #6b6b6b url("../images/loading.gif") 50% 50% no-repeat;
	z-index: 10;
}
#photos .slideshow, #photos .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#photos a {
	position: static;
	display: block;
	height: 100%;
}
#photos .slideshow {
	z-index: 10;
}
#photos .slideshow .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1;
}
#photos .slideshow .slide:first-child {
	display: block;
}
.no-bgsizecover #photos .slideshow .slide {
	background: none !important;
}
#photos .slideshow .slide img {
	display: none;
}
.no-bgsizecover #photos .slideshow .slide img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}
#photos .slideshow .slide .caption {
	position: absolute;
	bottom: 50%;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	margin-bottom: -34px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	text-align: center;
	font-size: 43px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
 @media (min-width: 1500px) {
#photos .slideshow .slide .caption {
	width: 1200px;
	margin-left: -600px;
	margin-bottom: -48px;
	font-size: 60px;
}
}
#photos .slideshow .slide .caption a {
	color: inherit;
	text-decoration: none;
}
#photos .slideshow .slide .caption a:hover {
	color: #999999;
}
#photos .slideshow .slide .caption em {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: none;
}
 @media (min-width: 1500px) {
#photos .slideshow .slide .caption em {
	font-size: 30px;
}
}
#photos .arrows button, #photos .arrows a {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 38px;
	margin-top: -11px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/sprite.svg") 0 0 no-repeat;
	transition: opacity 200ms;
	z-index: 20;
}
.no-svg #photos .arrows button, .no-svg #photos .arrows a {
	background-image: url("../images/sprite.png");
}
#photos .arrows button:hover, #photos .arrows a:hover {
	opacity: 0.75;
}
#photos .arrows button.previous {
	background-position: -168px 0;
	left: 50%;
	margin-left: -458px;
}
 @media (min-width: 1500px) {
#photos .arrows button.previous {
	margin-left: -728px;
}
}
#photos .arrows button.previous:hover {
	background-position: -168px -58px;
}
#photos .arrows button.previous:active {
	-webkit-transform: translate(-1px, 0);
	transform: translate(-1px, 0);
}
#photos .arrows button.next {
	background-position: -210px 0;
	right: 50%;
	margin-right: -458px;
}
 @media (min-width: 1500px) {
#photos .arrows button.next {
	margin-right: -728px;
}
}
#photos .arrows button.next:hover {
	background-position: -210px -58px;
}
#photos .arrows button.next:active {
	-webkit-transform: translate(1px, 0);
	transform: translate(1px, 0);
}
.admin .preview-item {
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding: 20px;
	height: auto;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.admin .preview-item .button {
	position: relative;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
	text-align-last: auto;
	height: 31px;
	padding: 0 8px;
	border: 1px solid #752938;
	background: transparent;
	font-weight: bold;
	font-size: 14px;
	line-height: 29px;
	text-transform: uppercase;
	color: #752938;
	transition: background-color 200ms, border-color 200ms, color 200ms;
}
 @media (min-width: 1500px) {
.admin .preview-item .button {
	height: 46px;
	padding: 0 19px;
	font-size: 16px;
	line-height: 44px;
}
}
.admin .preview-item .button:hover, .admin .preview-item .button.active {
	background: #752938;
	color: #fff;
}
.admin .preview-item .button.white {
	border-color: #fff;
	color: #fff;
}
.admin .preview-item .button.white:hover {
	border-color: #752938;
}
#promos {
	position: relative;
	height: 0;
	z-index: 20;
}
.admin .preview-item #promos {
	padding: 20px;
	height: auto;
}
#promos .viewport {
	position: absolute;
	left: 0;
	top: 50%;
	height: 320px;
	width: 100%;
	margin-top: -160px;
	overflow: hidden;
}
 @media (min-width: 1500px) {
#promos .viewport {
	height: 480px;
	margin-top: -240px;
}
}
.admin .preview-item #promos .viewport {
	position: static;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
}
#promos .slideshow-bounds {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1440px;
	margin-left: -720px;
	overflow: hidden;
	z-index: 10;
}
 @media (min-width: 1500px) {
#promos .slideshow-bounds {
	width: 2160px;
	margin-left: -1080px;
}
}
.admin .preview-item #promos .slideshow-bounds {
	position: static;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
}
#promos .slideshow {
	position: relative;
}
#promos .promo {
	position: relative;
	float: left;
	width: 480px !important;
	height: 320px;
	line-height: 320px;
	color: #fff;
	z-index: 10;
}
 @media (min-width: 1500px) {
#promos .promo {
	width: 720px !important;
	height: 480px;
	line-height: 480px;
}
}
#promos .promo > .wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	background: #6b6b6b url("../images/loading.gif") 50% 50% no-repeat;
	transition: -webkit-transform 333ms, -webkit-transform-origin 333ms;
	transition: transform 333ms, transform-origin 333ms;
	transition: transform 333ms, transform-origin 333ms, -webkit-transform 333ms, -webkit-transform-origin 333ms;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0.72) translate3d(0, 0, 0);
	transform: scale(0.72) translate3d(0, 0, 0);
}
.admin .preview-item #promos .promo > .wrapper {
	-webkit-transform: none;
	transform: none;
	position: static;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
}
#promos .promo.current-slide {
	z-index: 20;
}
#promos .promo.current-slide > .wrapper {
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0);
}
#promos .promo.previous-slide > .wrapper {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
#promos .promo.next-slide > .wrapper {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
#promos .promo .overlay {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlNNSIvlSwAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(0, 0, 0, 0.3);
	transition: background 333ms;
	z-index: 10;
}
#promos .promo .overlay:before, #promos .promo .overlay:after {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	transition: opacity 333ms;
	opacity: 0;
}
#promos .promo .overlay:before {
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
}
#promos .promo .overlay:after {
	right: 0;
	background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
}
#promos .promo.previous-slide .overlay, #promos .promo.next-slide .overlay {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
#promos .promo.previous-slide .overlay:after {
	opacity: 1;
}
#promos .promo.next-slide .overlay:before {
	opacity: 1;
}
#promos .promo h4 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	font: 40px/1 "Cinzel WF", Georgia, serif;
	text-align: center;
	z-index: 30;
}
 @media (min-width: 1500px) {
#promos .promo h4 {
	font-size: 60px;
}
}
#promos .promo h4 em {
	display: block;
	font: 300 13px/1.4 "Open Sans WF", Arial, sans-serif;
	text-transform: uppercase;
}
 @media (min-width: 1500px) {
#promos .promo h4 em {
	font-size: 18px;
}
}
#promos .promo h4 a {
	text-decoration: none;
	color: inherit;
}
#promos .promo h4 a:hover {
	color: #c8cbcc;
}
#promos .promo .thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#promos .promo .thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
}
#promos .promo .price {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	font-size: 10px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
}
 @media (min-width: 1500px) {
#promos .promo .price {
	right: 30px;
	bottom: 30px;
	font-size: 12px;
}
}
#promos .promo .price strong {
	display: block;
	font: 30px/1 "Cinzel WF", Georgia, serif;
}
 @media (min-width: 1500px) {
#promos .promo .price strong {
	margin-top: 3px;
	font-size: 44px;
}
}
#promos .promo .pop-up {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: opacity 333ms;
	z-index: 40;
}
.no-opacity #promos .promo .pop-up {
	display: none;
}
#promos .promo .pop-up p {
	display: inline-block;
	margin: 0 20px;
	font-size: 16px;
	line-height: 1.2;
	font-style: italic;
	margin-top: 300px;
}
 @media (min-width: 1500px) {
#promos .promo .pop-up p {
	font-size: 20px;
}
}
#promos .promo .pop-up .button {
	font-style: normal;
	margin-top: 20px;
}
 @media (min-width: 1500px) {
#promos .promo .pop-up .button {
	margin-top: 36px;
}
}
#promos .promo:hover .pop-up {
	opacity: 1;
}
.no-opacity #promos .promo:hover .pop-up {
	display: block;
}
.admin .preview-item #promos .controls {
	display: none;
}
#promos .controls .previous, #promos .controls .next {
	position: absolute;
	top: 0;
	width: 480px;
	height: 100%;
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	cursor: pointer;
	z-index: 20;
}
 @media (min-width: 1500px) {
#promos .controls .previous, #promos .controls .next {
	width: 720px;
}
}
#promos .controls .previous {
	left: 0;
}
#promos .controls .next {
	right: 0;
}
#promos + #content-area {
	padding-top: 204px;
}
 @media (min-width: 1500px) {
#promos + #content-area {
	padding-top: 325px;
}
}
#sidebar {
	float: left;
	width: 210px;
	padding: 0 30px;
	margin-top: -2px;
}
#sidebar a {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	text-decoration: none;
	color: #262727;
}
#sidebar a:hover, #sidebar a.active {
	color: #752938;
}
#sidebar h4 {
	margin-bottom: 13px;
	font-size: 22px;
	line-height: 1.3;
	color: #752938;
}
#sidebar h4 a {
	font: inherit;
	color: inherit;
}
#sidebar h4 a:hover {
	color: #6b6b6b;
}
#sidebar ul {
	margin: 0 0 24px 20px;
}
#sidebar li {
	margin-bottom: 13px;
}
#newsletter {

	position: relative;
	font-size: 16px;
	text-align:center;
}
#newsletter h4 {
    margin-bottom: 5px;
    color: #752938;
    font-family: 'butler-medium' !important;
    text-transform: capitalize;
    font-size: 59px;
}
p {
    color: #5c6571;
}
#newsletter form {
    margin-top: 48px;
    position: relative;
}
#newsletter form:before {
    position: absolute;
    content: '';
    border: 1px solid #000;
    width: 100px;
    top: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#newsletter form:after {
    position: absolute;
    content: '';
    border: 8px solid #752938;
    width: 20px;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100px;
    height: 20px;
    background: #fff;
}
#newsletter input[type="submit"].button {height:45px}
#newsletter input[type="text"] {
    width: 450px;
    height: 45px;
    padding: 10px;
    margin-right: -6px;
    border: none;
    background: transparent;
    line-height: 31px;
    font-size: 14px;
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
}
 @media (min-width: 1500px) {
#newsletter input[type="text"] {
	width: 398px;
	height: 46px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 46px;
}
}
 #newsletter input[type="text"]::-webkit-input-placeholder {
 color: #6b6b6b;
}
 #newsletter input[type="text"]:-moz-placeholder {
 color: #6b6b6b;
}
 #newsletter input[type="text"]::-moz-placeholder {
 color: #6b6b6b;
}
 #newsletter input[type="text"]:-ms-input-placeholder {
 color: #6b6b6b;
}
 #newsletter input[type="text"]:focus::-webkit-input-placeholder {
 color: #b3b3b3;
}
 #newsletter input[type="text"]:focus:-moz-placeholder {
 color: #b3b3b3;
}
 #newsletter input[type="text"]:focus::-moz-placeholder {
 color: #b3b3b3;
}
 #newsletter input[type="text"]:focus:-ms-input-placeholder {
 color: #b3b3b3;
}
#events {
	position: relative;
	height: 340px;
	overflow: hidden;
	margin-bottom: 58px;
	background: #191919 url("../images/events-background1.jpg") 50% 50% no-repeat;
	background-size: cover;
	z-index: 10;
}
#events:before {
    position: absolute;
    content: "";
    background-color: #1919199e;
    width: 100%;
    height: 100%;
}
#events .column {
	float: left;
	width: 100%;
	padding-top: 42px;
	text-align: center;
}
 @media (min-width: 1500px) {
#events .column {
	padding-top: 37px;
}
}
#events h4 {
	margin-bottom: 120px;
	font-size: 34px;
	line-height: 41px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
 @media (min-width: 1500px) {
#events h4 {
	margin-bottom: 75px;
	font-size: 55px;
	line-height: 65px;
}
}
#events .event {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}
#events .event > .wrapper {
	padding: 167px 10px 0;
}
#events .event h5 {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}
#events .event h5 a {
	text-decoration: none;
	color: inherit;
}
#events .event h5 a:hover {
	color: #999999;
}
#events .event time {
	position: absolute;
	left: 50%;
	top: 45px;
	margin-left: -51px;
	width: 102px;
	overflow: hidden;
	font: 18px/1 "Cinzel WF", Georgia, serif;
	text-transform: uppercase;
	color: #fff;
}
#events .event time strong {
	position: relative;
	display: block;
	margin-bottom: 4px;
	font-size: 50px;
}
#events .event time strong span {
	position: relative;
	display: inline-block;
}
#events .event time strong span:before, #events .event time strong span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 102px;
	height: 1px;
	margin: 0 4px;
	background: #999999;
}
#events .event time strong span:before {
	right: 100%;
}
#events .event time strong span:after {
	left: 100%;
}
#events .event time a {
	text-decoration: none;
	color: inherit;
}
#events .event time a:hover {
	color: #999999;
}
#events .event p {
	font-size: 14px;
	line-height: 17px;
}
#feeds {
	margin-bottom: 50px;
	overflow: hidden;
}
#feeds .feed {
	position: relative;
	float: left;
	width: 50%;
}
#feeds .feed#tripadvisor-feed {
	background: #fff;
}
#feeds .feed#facebook-feed {
	background: #4777a7;
}
#feeds .feed > .wrapper {
	margin: 20px;
	margin-left: 140px;
	height: 70px;
	line-height: 70px;
}
 @media (min-width: 1500px) {
#feeds .feed > .wrapper {
	margin-left: 270px;
}
}
#feeds h4 {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	width: 110px;
	border-right-width: 1px;
	border-style: solid;
}
 @media (min-width: 1500px) {
#feeds h4 {
	width: 240px;
}
}
#feeds h4 span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/sprite.svg") 0 0 no-repeat;
}
.no-svg #feeds h4 span {
	background-image: url("../images/sprite.png");
}
#feeds .feed#tripadvisor-feed h4 {
	border-color: #e5e5e5;
}
#feeds .feed#tripadvisor-feed h4 span {
	width: 49px;
	height: 29px;
	margin-left: -24.5px;
	margin-top: -14.5px;
	background-position: 0 -208px;
}
 @media (min-width: 1500px) {
#feeds .feed#tripadvisor-feed h4 span {
	width: 175px;
	margin-left: -87.5px;
}
}
#feeds .feed#facebook-feed h4 {
	border-color: #5f8dbb;
}
#feeds .feed#facebook-feed h4 span {
	width: 22px;
	height: 42px;
	margin-left: -11px;
	margin-top: -21px;
	background-position: -195px -208px;
}
#feeds p {
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	max-height: 45px;
	text-decoration: underline;
}
#feeds .feed#tripadvisor-feed p a {
	color: #6b6b6b;
}
#feeds .feed#tripadvisor-feed p a:hover {
	color: #752938;
}
#feeds .feed#facebook-feed p, #feeds .feed#facebook-feed p a {
	color: #fff;
}
#feeds .feed#facebook-feed p:hover, #feeds .feed#facebook-feed p a:hover {
	color: #c8cbcc;
}
#home-gallery {
	/*margin-bottom: 50px;*/
}
#home-gallery .page-content {
	margin-bottom: 23px;
}
#home-gallery .page-content h2 {
	margin-bottom: 0;
}
#home-gallery .gallery {
	position: relative;
	height: 150px;
	overflow: hidden;
}
#home-gallery .gallery > .wrapper {
	position: absolute;
	left: 50%;
}
#home-gallery .gallery a {
	position: relative;
	float: left;
	width: 240px;
	height: 150px;
	overflow: hidden;
	margin-left: 1px;
}
#home-gallery .gallery a:first-child {
	margin-left: 0;
}
#home-gallery .gallery a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: background-color 200ms;
}
#home-gallery .gallery a:hover:after {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEV1KTiZBLAUAAAAAXRSTlNULOBNiwAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(117, 41, 56, 0.33);
}
#home-gallery .gallery a img {
	display: block;
	width: 100%;
}
#footer {
	position: relative;
	padding: 25px 0;
	background: #fff;
	font-size: 13px;
	line-height: 22px;
}
 @media (min-width: 1500px) {
#footer {
	padding: 35px 0;
}
}
#footer a {
	color: #6b6b6b;
}
#footer a:hover {
	color: #752938;
}
#footer .adr {
    float: right;
    clear: right;
    text-align: right;
    width: 100%;
}
#footer .adr .block {
	display: block;
	float:left;
}
#footer .copyright {
	float: left;
	clear: left;
}
#footer-menu {
	float: left;
	clear: left;
	overflow: hidden;
	margin-bottom: 17px;
}
#footer-menu li {
	float: left;
	margin-right: 35px;
}
#footer-menu a {
	font-size: 18px;
	line-height: 1;
	color: #262727;
	font-weight: 300;
	text-decoration: none;
}
#footer-menu a:hover, #footer-menu a.active {
	color: #752938;
}
#footer .socials {
	float: right;
	clear: right;
	margin-bottom: 15px;
}
#footer .socials li {
	float: left;
	margin-left: 15px;
}
#footer .socials a {
/*	position: relative;
	display: block;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/sprite.svg") 0 0 no-repeat;*/
	text-decoration:none
}
#footer .socials a i:before {
    font-size: 30px;
	
}
/*.no-svg #footer .socials a {
	background-image: url("../images/sprite.png");
}
#footer .socials a.facebook {
	width: 13px;
	background-position: 0 -116px;
}
#footer .socials a.facebook:hover {
	background-position: 0 -162px;
}
#footer .socials a.twitter {
	width: 22px;
	background-position: -33px -116px;
}
#footer .socials a.twitter:hover {
	background-position: -33px -162px;
}
#footer .socials a.google {
	width: 25px;
	background-position: -75px -116px;
}
#footer .socials a.google:hover {
	background-position: -75px -162px;
}
#footer .socials a.youtube {
	width: 26px;
	background-position: -120px -116px;
}
#footer .socials a.youtube:hover {
	background-position: -120px -162px;
}
#footer .socials a.flickr {
	width: 22px;
	background-position: -166px -116px;
}
#footer .socials a.flickr:hover {
	background-position: -166px -162px;
}*/
#hebs-gallery {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(0, 0, 0, 0.7);
}
#hebs-gallery .galleria {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
#hebs-gallery .close-button {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/common.png") -200px 0 no-repeat;
	background-image: url("../images/common.svg"), none;
	cursor: pointer;
	z-index: 2;
}
 @media (min-width: 1500px) {
#hebs-gallery .close-button {
	top: 17px;
}
}
#hebs-gallery .close-button:hover {
	background-position: -237px 0;
}
#hebs-gallery .close-button:active {
	background-position: -274px 0;
}
#hebs-gallery .galleria-container {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	height: 100% !important;
}
#hebs-gallery .category-selector {
	position: absolute;
	top: 9px;
	left: 20px;
	z-index: 2;
}
#hebs-gallery .newListSelected {
	position: absolute !important;
	top: 4px;
	left: 12px;
	z-index: 2;
}
/* FULL SIZE IMAGE */
#hebs-gallery .galleria-stage {
	position: absolute;
	top: 40px;
	bottom: 120px;
	left: 0;
	right: 0;
	padding: 20px 72px;
	overflow: hidden;
}
 @media (min-width: 1500px) {
#hebs-gallery .galleria-stage {
	top: 54px;
}
}
#hebs-gallery.no-controls .galleria-stage {
	bottom: 0;
	padding: 20px;
}
#hebs-gallery .galleria-stage .galleria-image {
	overflow: visible !important;
}
#hebs-gallery .galleria-stage .galleria-image img {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
/* FULL SIZE IMAGE -> Navigation */
#hebs-gallery.no-controls .galleria-image-nav {
	display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
	position: absolute;
	top: 50%;
	cursor: pointer;
	width: 34px;
	height: 61px;
	margin-top: -30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/common.png") 0 0 no-repeat;
	background-image: url("../images/common.svg"), none;
}
#hebs-gallery .galleria-image-nav-left {
	left: 11px;
	background-position: -199px -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
	background-position: -250px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
	background-position: -298px -37px;
	left: 6px;
}
#hebs-gallery .galleria-image-nav-right {
	right: 11px;
	background-position: -199px -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
	background-position: -250px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
	background-position: -298px -118px;
}
/* FULL SIZE IMAGE -> Loading */
#hebs-gallery .galleria-loader {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	background: url("../images/loading.gif") 50% 50% no-repeat;
}
/* THUMBNAILS */
#hebs-gallery .galleria-thumbnails-container {
	height: 120px;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
	display: none;
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
	margin-left: 52px;
	margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
	margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
	height: 80px;
	width: 80px;
	background: #000;
	margin: 0 6px 0 0;
	float: left;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
	border: 3px solid #fff;
	width: 74px !important;
	height: 74px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
	margin: -3px 0 0 -3px;
}
/* THUMBNAILS -> Navigation */
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
	display: none;
	position: absolute;
	top: 50%;
	cursor: pointer;
	width: 21px;
	height: 21px;
	margin-top: -10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/common.png") 0 0 no-repeat;
	background-image: url("../images/common.svg"), none;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
	display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
	cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
	left: 16px;
	background-position: -195px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
	background-position: -226px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
	background-position: -257px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
	background-position: -195px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
	right: 16px;
	background-position: -195px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
	background-position: -226px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
	background-position: -257px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
	background-position: -195px -240px;
}
/* INFO */
#hebs-gallery .galleria-info {
	position: absolute;
	left: 0;
	top: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.06);
	width: 100%;
	height: 40px;
}
 @media (min-width: 1500px) {
#hebs-gallery .galleria-info {
	height: 54px;
}
}
#hebs-gallery .galleria-info .galleria-info-description {
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: absolute;
	left: 300px;
	right: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* TEMPLATE 3*/
.rooms, .room {
	margin-bottom: 40px;
	padding: 0 10px;
}
.rooms .mobile-list, .room .mobile-list {
	display: none;
}
.rooms #categories-list, .room #categories-list {
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #752938;
}
.rooms #categories-list.visible, .room #categories-list.visible {
	display: block;
}
.rooms .categories-descr .category-descr, .room .categories-descr .category-descr {
	display: none;
}
.rooms .categories-descr .category-descr.active, .room .categories-descr .category-descr.active {
	display: block;
}
.rooms .rooms-entry, .room .rooms-entry {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 350px;
	background: #000;
	margin: 20px 0;
}
.rooms .rooms-entry .description, .room .rooms-entry .description {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	width: 50%;
	padding: 30px 40px 30px 30px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.rooms .rooms-entry .description h3, .room .rooms-entry .description h3 {
	margin: 0 0 5px;
	color: #fff;
	text-transform: uppercase;
	font: 700 24px/26px "Cinzel WF", Georgia, serif;
	transition: all 0.3s ease-in-out;
}
.rooms .rooms-entry .description > a, .room .rooms-entry .description > a {
	text-decoration: none;
}
.rooms .rooms-entry .description > a:hover h3, .room .rooms-entry .description > a:hover h3 {
	color: #B1E4E3;
}
.rooms .rooms-entry .description p, .room .rooms-entry .description p {
	font-size: 14px;
	line-height: 22px;
}
.rooms .rooms-entry .description nav, .room .rooms-entry .description nav {
	position: absolute;
	bottom: 30px;
	left: 30px;
	white-space: nowrap;
	font-size: 18px;
}
.rooms .rooms-entry .description nav a, .room .rooms-entry .description nav a {
	color: inherit;
}
.rooms .rooms-entry .description nav a:hover, .room .rooms-entry .description nav a:hover {
	color: #752938;
}
.rooms .rooms-entry .description nav a + a, .room .rooms-entry .description nav a + a {
	margin-left: 30px;
}
.rooms .rooms-entry .background, .room .rooms-entry .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.rooms .rooms-entry .background .price, .room .rooms-entry .background .price {
	position: absolute;
	bottom: 30px;
	right: 50%;
	margin-right: 30px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
}
.rooms .rooms-entry .background .price .number, .room .rooms-entry .background .price .number {
	font-size: 36px;
	font-family: "Cinzel WF", Georgia, serif;
}
.rooms .rooms-entry .background a.price:hover, .room .rooms-entry .background a.price:hover {
	color: #752938;
}
.rooms .rooms-entry .background .view-gallery, .room .rooms-entry .background .view-gallery {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: black;
	text-indent: -1000px;
	overflow: hidden;
	transition: background 0.3s ease-in-out;
}
.rooms .rooms-entry .background .view-gallery:hover, .room .rooms-entry .background .view-gallery:hover {
	background: rgba(0, 0, 0, 0.6);
}
.rooms .rooms-entry .background .view-gallery:after, .room .rooms-entry .background .view-gallery:after {
	content: "";
	display: block;
	width: 22px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -11px;
	background: url("../images/common.svg") no-repeat -600px -40px;
}
.page-content .single-room .rooms-entry {
	height: auto;
}
.page-content .single-room .background {
	height: 400px;
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
}
.page-content .single-room .background .price {
	position: absolute;
	right: 0;
}
.page-content .single-room .pdf {
	margin-bottom: 20px;
}
.page-content {
	font-size: 16px;
	line-height: 1.5;
}
.home .page-content {
	text-align: center;
	margin-top:70px;
}
.page-content:after {
	content: " ";
	display: table;
	clear: both;
}
.page-content hr {
	display: block;
	border: none;
	color: #d9d9d9;
	clear: both;
	background: #d9d9d9;
	height: 1px;
	margin: 24px auto;
}
.page-content h1 {
    margin-bottom: 18px;
    color: #752938;
    font-family: 'butler-medium';
    text-transform: capitalize;
    font-size: 59px;
	position:relative;
	padding-bottom: 25px;
}
.page-content h1:before {
    position: absolute;
    content: '';
    border: 1px solid;
    width: 100px;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.page-content h1:after {
    position: absolute;
    content: '';
    border: 8px solid;
    width: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100px;
    height: 20px;
    background: #fff;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
	color: #262727;
}
.page-content h2 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 34px;
}
.page-content h1 + h2 {
	margin-top: -34px;
}
.page-content h3 {
	font-size: 22px;
	line-height: 1.3;
}
.page-content h4, .page-content h5, .page-content h6 {
	font-size: 18px;
	line-height: 1.4;
}
.page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
	margin-bottom: 24px;
}
.page-content strong {
	font-weight: bold;
}
.page-content em {
	font-style: italic;
}
.page-content u {
	text-decoration: underline;
}
.page-content sup, .page-content sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
.page-content sup {
	top: -0.5em;
}
.page-content sub {
	bottom: -0.25em;
}
.page-content p, .page-content table {
	overflow: visible;
}
.page-content ol {
	list-style: decimal inside;
}
.page-content ul {
	list-style: none;
}
.page-content ol, .page-content ul {
	margin-left: 20px;
}
.page-content ol ol, .page-content ul ul, .page-content ol ul, .page-content ul ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
.page-content ol > li > ol, .page-content ol > li > ul {
	margin-left: 34px;
}
.page-content ol li, .page-content ul li {
	position: relative;
}
.page-content ul > li {
	padding-left: 14px;
}
.page-content ul > li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #752938;
	border-radius: 100%;
}
.page-content ul > li:hover:after {
	background-color: #7e7e7e;
}
.page-content td, .page-content th, .page-content caption {
	padding: 8px 15px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	border-top: 1px solid #ededed;
	vertical-align: middle;
}
.page-content th, .page-content caption {
	vertical-align: bottom;
	padding-top: 0;
	padding-bottom: 10px;
	border-top: none;
	font: 20px/1 "Cinzel WF", Georgia, serif;
	color: #752938;
}
.page-content td {
	background: #fafafa;
}
.page-content table p {
	margin: 5px;
}
.page-content .thumbnail {
	float: right;
	margin: 0 0 20px 30px;
}
.page-content .thumbnail a {
	display: block;
}
.page-content .thumbnail img {
	display: block;
}
.page-content .socials {
	margin-bottom: 20px;
	overflow: hidden;
}
.page-content .socials iframe {
	float: left;
	width: 90px;
	height: 21px;
	margin: 0 10px 0 0;
}
.page-content a.pdf {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding-left: 23px;
	position: relative;
}
.page-content a.pdf:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 16px;
	background: url("../images/common.svg") -800px 0 no-repeat;
}
.no-svg .page-content a.pdf:after {
	background-image: url("../images/common.png");
}
.page-content a.pdf:hover:after {
	background-position: -833px 0;
}
.page-content a.pdf + .size {
	color: #aaa;
	font-size: 10px;
}
.page-content .hotel-location-map {
	margin-bottom: 24px;
}
.special .list-item .thumbnail {
	margin-bottom: 0;
}
.page-content .careers .narrow {
	width: 20%;
}
.hotel-location-map, .poi-map-canvas {
	height: 444px;
	background: #6b6b6b;
}
.hotel-location-map h4, .hotel-location-map p, .poi-map-canvas h4, .poi-map-canvas p {
	font: 14px/18px "Open Sans WF", Arial, sans-serif;
	margin: 3px 0 0;
	white-space: nowrap;
}
.hotel-location-map h4, .poi-map-canvas h4 {
	font: 16px "Cinzel WF", Georgia, serif;
	text-transform: uppercase;
	margin: 0;
	color: #752938;
}
.hotel-location-map .button, .poi-map-canvas .button {
	display: block;
	height: 27px;
	line-height: 27px;
}
.map-content {
	overflow: hidden;
}
#pressroom {
	margin-left: -20px;
}
#pressroom .category-selector {
	margin: 0 0 20px 20px;
}
#pressroom button {
	margin-right: 10px;
	padding: 0 20px;
	height: 39px;
	border: 1px solid #6b6b6b;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 39px;
	transition: background-color 200ms, color 200ms;
}
#pressroom button:hover {
	border-color: #752938;
	background: #752938;
	color: #fff;
}
#pressroom button.active {
	border-color: #752938;
	color: #752938;
}
.page-content .image-list-item {
	height: 400px;
	width: 300px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0 0 20px 20px;
	overflow: hidden;
}
.page-content .image-list-item .description {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px;
	text-align: center;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BM…nej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(0, 0, 0, 0.7);
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}
.page-content .image-list-item .description:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.page-content .image-list-item .description .centered {
	display: inline-block;
	vertical-align: middle;
	width: 99%;
}
.page-content .image-list-item .description h4 {
	color: #fff;
	font-size: 18px;
}
.page-content .image-list-item .description a {
	color: #fff;
}
.page-content .image-list-item .description a:hover {
	text-decoration: none;
}
.page-content .image-list-item .description nav a {
	display: block;
}
.page-content .galleries {
	overflow: hidden;
	margin-left: -20px;
}
.page-content .gallery {
	background: #f8f8f8;
	display: inline-block;
	height: 400px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 20px 20px;
	vertical-align: top;
	width: 300px;
	box-sizing: border-box;
}
.page-content .gallery .description {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: auto;
	z-index: 1;
	text-align: center;
}
.page-content .gallery .description:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -1px;
	width: 0;
}
.page-content .gallery .description .centered {
	display: inline-block;
	vertical-align: middle;
	width: 260px;
	color: #ffffff;
}
.page-content .gallery .description h3 {
	margin-bottom: 10px;
	color: #ffffff;
}
.page-content .gallery .description h3 a {
	color: #ffffff;
	text-decoration: none;
}
.page-content .gallery .description nav a {
	display: block;
}
.page-content .gallery .description .button {
	border-color: #fff;
	color: #fff;
}
.page-content .gallery .description .button:hover {
	border-color: #752938;
}
.page-content .sitemap-description {
	opacity: 0.7;
	font-size: 14px;
	font-style: italic;
}
.page-content .form {
	display: block;
	margin-bottom: 25px;
	overflow: visible;
}
.page-content .form input[type='text'], .page-content .form textarea, .page-content .form .selectedTxt {
	width: 250px;
	height: 31px;
	padding: 0 9px;
	border: none;
	vertical-align: top;
	background: #fff;
	line-height: 31px;
	font-size: 14px;
	font-style: italic;
	color: #6b6b6b;
	resize: none;
}
 @media (min-width: 1500px) {
.page-content .form input[type='text'], .page-content .form textarea, .page-content .form .selectedTxt {
	height: 46px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 46px;
}
}
.page-content .form .selectedTxt:after {
	top: 10px;
	right: 10px;
}
 @media (min-width: 1500px) {
.page-content .form .selectedTxt:after {
	top: 18px;
	right: 20px;
}
}
.page-content .form textarea {
	height: 104px;
	line-height: 1.4;
	overflow: auto;
	padding: 9px;
}
 @media (min-width: 1500px) {
.page-content .form textarea {
	padding: 20px;
}
}
.page-content .form input[type='checkbox'], .page-content .form input[type='radio'] {
	width: 14px;
	height: 14px;
	padding: 0;
	vertical-align: top;
	margin-top: 1px;
}
 @media (min-width: 1500px) {
.page-content .form input[type='checkbox'],  .page-content .form input[type='radio'] {
	margin-top: 2px;
}
}
.page-content .form h3 {
	font: 30px/1.2 "Open Sans WF", Arial, sans-serif;
	margin: 34px 0;
	color: #752938;
	text-align: center;
}
.page-content .form label {
	width: 40%;
	font-size: 14px;
	line-height: 1.2;
	margin: 8px 20px 0 0;
	float: left;
	text-align: right;
}
 @media (min-width: 1500px) {
.page-content .form label {
	font-size: 16px;
	margin: 14px 30px 0 0;
}
}
.page-content .form label em {
	color: #752938;
	font-size: 16px;
	font-weight: normal;
	line-height: 10px;
	padding-right: 5px;
}
.page-content .form p {
	margin-bottom: 10px;
}
.page-content .form p:after {
	content: " ";
	display: table;
	clear: both;
}
.page-content .form p span {
	float: left;
	margin: 0 10px 0 0;
}
.page-content .form p span input {
	display: inline;
	float: none;
	margin: 0;
}
.page-content .form p span label {
	display: inline;
	float: none;
	width: auto;
	text-align: left;
}
.page-content .form p span.group label {
	display: block;
}
.page-content .form p span.group label input {
	margin-right: .4em;
}
.page-content .form .newListSelected {
	width: 270px;
	float: left;
}
.page-content .form input.date-pick {
	width: 100px;
	float: left;
}
.page-content .form a.dp-choose-date {
	float: left;
	position: static;
	margin: 13px 0 0 6px;
}
.page-content .form .controls p {
	padding: 20px 0 0 40%;
	width: auto;
	background: none;
}
.page-content .form .controls input {
	margin-left: 10px;
}
/* Group RFP custom layout */
form#group_rfp {
	width: 720px;
	margin: 0 auto;
	padding-left: 20px;
}
form#group_rfp fieldset {
	clear: left;
}
form#group_rfp fieldset p {
	float: left;
	width: 50%;
	position: relative;
}
form#group_rfp fieldset p label {
	width: 340px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
}
form#group_rfp fieldset p .ui-datepicker-trigger {
	position: absolute;
	bottom: 7px;
	right: 30px;
}
 @media (min-width: 1500px) {
form#group_rfp fieldset p .ui-datepicker-trigger {
	bottom: 14px;
	right: 35px;
}
}
form#group_rfp fieldset p input[type='text'] {
	width: 300px;
	padding: 0 20px;
}
form#group_rfp fieldset p input.date-pick {
	width: 300px;
}
form#group_rfp fieldset p .newListSelected {
	width: 320px;
}
form#group_rfp fieldset p .newListSelected .selectedTxt {
	width: 300px;
	padding: 0 20px;
}
form#group_rfp fieldset p.type_checkbox, form#group_rfp fieldset p.type_textarea {
	clear: left;
	width: 100%;
	float: none;
}
form#group_rfp fieldset p.type_checkbox label, form#group_rfp fieldset p.type_textarea label {
	width: 700px;
}
form#group_rfp fieldset p.type_checkbox .checkbox-group label, form#group_rfp fieldset p.type_textarea .checkbox-group label {
	width: auto;
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}
form#group_rfp fieldset p.type_checkbox textarea, form#group_rfp fieldset p.type_textarea textarea {
	width: 660px;
	height: 60px;
	padding: 10px 20px;
}
form#group_rfp fieldset p.type_checkbox label {
	margin: 10px 0;
}
form#group_rfp fieldset p.long {
	width: 100%;
}
form#group_rfp fieldset p.long label {
	width: 700px;
}
.cug.blur #header, .cug.blur #booking-wrapper, .cug.blur #photos, .cug.blur #content-area, .cug.blur #footer {
	-webkit-filter: blur(12px);
	filter: blur(12px);
}
.cug #popup-offer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.75);
	z-index: 999;
}
.cug #popup-offer iframe {
	visibility: hidden;
}
.cug #popup-offer form {
	width: 634px;
	height: 319px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -298px;
	top: 50%;
	margin-top: -116px;
	border: 1px solid #e7d9dc;
	outline: #8d4f5b solid 1px;
}
.cug #popup-offer form:before {
	content: '';
	background: url("../images/popup-logo.png");
	position: absolute;
	width: 537px;
	height: 82px;
	left: 50%;
	top: 45px;
	margin-left: -269px;
	text-indent: -9999px;
}
.cug #popup-offer form:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	border: 2px solid #262727;
	background-color: #ffffff;
}
.cug #popup-offer form p {
	text-align: center;
	color: #262727;
	font: 20px/26px 'Open Sans WF', sans-serif;
}
.cug #popup-offer form p:first-child {
	margin-top: 158px;
	margin-bottom: 24px;
}
.cug #popup-offer form p input {
	display: inline-block;
	border: none;
	vertical-align: top;
	line-height: 20px;
	font-size: 16px;
	font-family: 'Open Sans WF', sans-serif;
}
 .cug #popup-offer form p input::-webkit-input-placeholder {
 color: #6b6b6b;
}
.cug #popup-offer form input[type="text"] {
	width: 380px;
	height: 11px;
	padding: 14px 12px;
	background-color: #f4f4f4;
}
.cug #popup-offer form button[type="submit"] {
	position: relative;
	width: 160px;
	height: 39px;
	background: #752938;
	font: 18px "Open Sans WF", sans-serif;
	color: #ffffff;
}
.poi {
	margin-bottom: 40px;
}
.poi-maps-container {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.poi-maps-container .poi-map-canvas {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
}
.poi-maps-container .poi-map-canvas.visible {
	top: 0;
}
.poi .category-selector {
	margin-bottom: 20px;
}
.poi .category-selector:after {
	content: '';
	display: block;
	overflow: hidden;
	height: 0;
	clear: both;
}
.poi .category-selector button {
	margin-right: 10px;
	padding: 0 20px;
	height: 39px;
	border: 1px solid #6b6b6b;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 39px;
	transition: background-color 200ms, color 200ms;
}
.poi .category-selector button:hover, .poi .category-selector button:hover.active {
	border-color: #752938;
	background: #752938;
	color: #fff;
}
.poi .category-selector button.active {
	border-color: #752938;
	color: #752938;
}
.poi .categories .poi-category {
	display: none;
}
.poi .categories .poi-category.visible {
	display: block;
}
.poi .categories .poi-category .expand-description:hover {
	text-decoration: none;
}
.poi .categories {
	margin-top: 20px;
}
.poi .categories .poi-category.hidden {
	display: none;
}
.poi .categories .poi-category table {
	width: 100%;
}
.poi .categories .poi-category table th {
	white-space: nowrap;
}
.poi .categories .poi-category table td {
	vertical-align: middle;
}
.poi .categories .poi-category table td.center {
	text-align: center;
}
.poi .categories .poi-category table td.poi-title {
	text-align: left;
}
.poi .categories .poi-category .expand-description {
	text-decoration: underline;
	cursor: pointer;
	color: #752938;
}
.poi .categories .poi-category .show-on-map {
	display: block;
	height: 17px;
	width: 11px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/common.svg") -600px 0 no-repeat;
	cursor: pointer;
}
.no-svg .poi .categories .poi-category .show-on-map {
	background-image: url("../images/common.png");
}
.poi .categories .poi-category .show-on-map:hover {
	background-position: -630px 0;
}
.poi .categories .poi-category tr.description {
	display: none;
}
.poi .categories .poi-category tr.description.visible {
	display: table-row;
}
.poi .categories .poi-category tr.description .thumbnail {
	margin-bottom: 0;
}
.poi .categories .poi-category tr.description p {
	margin: 0 0 10px;
	font-size: 12px;
}
.poi .categories .poi-category tr.description nav > * {
	margin-left: 10px;
}
.poi .categories .poi-category tr.description nav > *:first-child {
	margin-left: 0;
}
.poi .hotels {
	display: none;
}
#content_cal header {
	position: relative;
	margin-bottom: 20px;
}
#content_cal header:after {
	content: "";
	display: table;
	clear: both;
}
#calendar-views {
	float: left;
	margin-right: 50px;
}
#calendar-views li {
	display: inline;
}
#calendar-links {
	float: left;
	margin-top: 4px;
}
 @media (min-width: 1500px) {
#calendar-links {
	margin-top: 12px;
}
}
#calendar-links li {
	display: inline;
}
#calendar-links a {
	height: 20px;
	width: 20px;
	margin: 0 20px 0 0;
	text-indent: -9999px;
	background: url("../images/common.png") 0 0 no-repeat;
	background-image: url("../images/common.svg"), none;
}
#calendar-links a.rss {
	background-position: -440px -156px;
}
#calendar-links a.rss:hover {
	background-position: -400px -156px;
}
#calendar-links a.print {
	background-position: -440px -116px;
}
#calendar-links a.print:hover {
	background-position: -400px -116px;
}
#calendar-links a.ical {
	background-position: -440px -76px;
}
#calendar-links a.ical:hover {
	background-position: -400px -76px;
}
#calendar-filter {
	float: right;
}
#calendar-filter .selectedTxt {
	min-width: 150px;
}
#calendar-breadcrumb {
	padding: 10px;
	background: #f8f8f8;
	font-size: 16px;
	margin: 0 0 20px 0;
}
#calendar-breadcrumb:after {
	content: "";
	display: table;
	clear: both;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
	float: left;
	margin-right: 10px;
	color: #6b6b6b;
}
#calendar-year {
	margin: 0 0 20px 0;
}
#calendar-year:after {
	content: "";
	display: table;
	clear: both;
}
#calendar-year li {
	float: left;
}
#calendar-year a {
	border-bottom: 1px solid #999;
	color: #999;
	display: block;
	margin-right: 1px;
	padding: .4em;
	text-decoration: none;
	font: 12px Arial, sans-serif;
}
#calendar-year a:hover {
	border-color: #524b48;
	color: #524b48;
}
#calendar-year .active a {
	border-color: #222;
	color: #222;
}
#calendar-year .active a:hover {
	border-color: #524b48;
	color: #524b48;
}
#calendar-month {
	background: #f8f8f8;
	margin: 0 0 20px 0;
	position: relative;
	text-align: justify;
	text-align-last: justify;
	text-justify: newspaper;
	font-size: 0;
}
#calendar-month:after {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	content: ' ';
}
#calendar-month li {
	display: inline;
}
#calendar-month a {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	height: 40px;
	font: normal 13px/40px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #6b6b6b;
	transition: 0s;
}
#calendar-month a:hover {
	background: #752938;
	color: #fff;
}
#calendar-month a.active {
	background: #752938;
	color: #fff;
}
#calendar-month a.active:hover {
	background: #6b6b6b;
	color: #fff;
}
#calendar_week, #calendar_days {
	display: block;
	width: 100%;
	margin: 0;
	text-align: justify;
	text-align-last: justify;
	text-justify: newspaper;
	font-size: 0;
}
#calendar_week:after, #calendar_days:after {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	content: ' ';
}
#calendar_week li, #calendar_days li {
	display: inline-block;
	padding: .5em 0;
	width: 13%;
}
#calendar_week li {
	color: #752938;
	text-align: center;
	text-transform: lowercase;
	font: bold 16px/1 Arial, sans-serif;
}
#calendar_days {
	position: relative;
}
#calendar_days li {
	background: #f8f8f8;
	font-size: 16px;
	margin: 0 0 1em;
	min-height: 8em;
	padding: 0;
	text-align: left;
	vertical-align: top;
	position: static;
}
#calendar_days li.prev_month, #calendar_days li.next_month {
	background: #fcfcfc;
}
#calendar_days li.prev_month h4 a, #calendar_days li.next_month h4 a {
	color: #c7c7c7;
}
#calendar_days li.day_items3 {
	height: 9em;
}
#calendar_days li.day_items4 {
	height: 11em;
}
#calendar_days li.day_items5 {
	height: 13em;
}
#calendar_days li.day_items6 {
	height: 15em;
}
#calendar_days li.day_items7 {
	height: 17em;
}
#calendar_days li.day_items8 {
	height: 19em;
}
#calendar_days li.day_items9 {
	height: 21em;
}
#calendar_days li.day_items10 {
	height: 23em;
}
#calendar_days li.day_items11 {
	height: 25em;
}
#calendar_days li.day_items12 {
	height: 27em;
}
#calendar_days li.day_items13 {
	height: 29em;
}
#calendar_days li.day_items14 {
	height: 31em;
}
#calendar_days li.day_items15 {
	height: 33em;
}
#calendar_days li.day_items16 {
	height: 35em;
}
#calendar_days li.day_items17 {
	height: 37em;
}
#calendar_days li.day_items18 {
	height: 39em;
}
#calendar_days li.day_items19 {
	height: 41em;
}
#calendar_days li.day_items20 {
	height: 43em;
}
#calendar_days h4 a {
	text-align: center;
	font: normal 16px/1 Arial;
	color: #a7a7a7;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
}
#calendar_days h4 a:hover {
	color: #ffffff;
	background: #752938;
}
#calendar_days dl {
	display: block;
	height: 2em;
}
#calendar_days dl:hover {
	position: relative;
}
#calendar_days dl a {
	text-overflow: ellipsis;
}
#calendar_days dt {
	display: block;
	font-size: .8em;
	height: 2em;
	line-height: 2em;
	margin: 0;
	position: relative;
	white-space: nowrap;
}
#calendar_days dt a {
	background: #333;
	display: block;
	color: #fff;
	height: 1.8em;
	line-height: 1.8em;
	overflow: hidden;
	padding: 0 .5em 0 1em;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;
	transition: none;
	font-family: "Cinzel WF", Georgia, serif;
}
#calendar_days dl.w1 dt {
	width: 100%;
}
#calendar_days dl.w2 dt {
	width: 211.55%;
}
#calendar_days dl.w3 dt {
	width: 323.1%;
}
#calendar_days dl.w4 dt {
	width: 434.65%;
}
#calendar_days dl.w5 dt {
	width: 546.2%;
}
#calendar_days dl.w6 dt {
	width: 657.75%;
}
#calendar_days dl.w7 dt {
	width: 769.3%;
}
#calendar_days dl.c1 dt a {
	background-color: #8db294;
}
#calendar_days dl.c2 dt a {
	background-color: #ada39a;
}
#calendar_days dl.c3 dt a {
	background-color: #85a9b7;
}
#calendar_days dl.c4 dt a {
	background-color: #bc8e8f;
}
#calendar_days dl.c5 dt a {
	background-color: #ac9bc1;
}
#calendar_days dl.c6 dt a {
	background-color: #87b6c7;
}
#calendar_days dl.c7 dt a {
	background-color: #bb85aa;
}
#calendar_days dl.c8 dt a {
	background-color: #a4a4a4;
}
#calendar_days dl dd {
	position: absolute;
	left: 0;
	bottom: 20px;
	background: #999;
	color: #fff;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	visibility: hidden;
	width: 200px;
	z-index: 999;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#calendar_days dl dd:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	margin-left: -14px;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 14px solid #999;
}
#calendar_days dl dd h3 {
	margin-bottom: 10px;
	font: normal 14px/18px Arial, sans-serif;
	text-transform: uppercase;
}
#calendar_days dl dd img {
	height: auto;
	width: 100%;
}
#calendar_days dl dd p {
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
}
#calendar_days dl dd a {
	color: inherit;
}
#calendar_days dl dd a:hover {
	text-decoration: none;
}
#calendar_days dl:hover dd {
	visibility: visible;
}
#calendar_days dl.t1 {
	margin-top: 2em;
}
#calendar_days dl.t2 {
	margin-top: 4em;
}
#calendar_days dl.t3 {
	margin-top: 6em;
}
#calendar_days dl.t4 {
	margin-top: 8em;
}
#calendar_days dl.t5 {
	margin-top: 10em;
}
#calendar_days dl.t6 {
	margin-top: 12em;
}
#calendar_days dl.t7 {
	margin-top: 14em;
}
#calendar_days dl.t8 {
	margin-top: 16em;
}
#calendar_days dl.t9 {
	margin-top: 18em;
}
#calendar_days dl.t10 {
	margin-top: 20em;
}
#calendar_days dl.t11 {
	margin-top: 22em;
}
#calendar_days dl.t12 {
	margin-top: 24em;
}
#calendar_days dl.t13 {
	margin-top: 26em;
}
#calendar_days dl.t14 {
	margin-top: 28em;
}
#calendar_days dl.t15 {
	margin-top: 30em;
}
#calendar_days dl.t16 {
	margin-top: 32em;
}
#calendar_days dl.t17 {
	margin-top: 34em;
}
#calendar_days dl.t18 {
	margin-top: 36em;
}
#calendar_days dl.t19 {
	margin-top: 38em;
}
#calendar_days dl.t20 {
	margin-top: 40em;
}
#calendar .dates, #calendar .attachment {
	font-style: italic;
	font-size: 75%;
}
#calendar-navigation {
	display: inline-block;
	margin-bottom: 24px;
	position: relative;
}
#calendar-navigation h2 {
	display: inline-block;
	margin-bottom: 0;
	white-space: nowrap;
	padding: 0 40px;
	text-transform: uppercase;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
	background: url("../images/sprite.svg") 0 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 13px;
	height: 16px;
	text-indent: -9999px;
}
.no-svg #calendar-navigation a.prev, .no-svg #calendar-navigation a.next {
	background-image: url("../images/sprite.png");
}
#calendar-navigation a.next {
	background-position: -137px 0;
	right: 0;
}
#calendar-navigation a.next:hover {
	background-position: -137px -36px;
}
#calendar-navigation a.prev {
	background-position: -108px 0;
	left: 0;
}
#calendar-navigation a.prev:hover {
	background-position: -108px -36px;
}
.cug #content {
	width: 900px;
	margin: 0 auto;
}
.cug .page-content h1 {
	font-size: 34px;
	line-height: 36px;
	text-transform: uppercase;
}
.cug .page-content h2 {
	font-size: 22px;
}
.cug .close {
	display: block;
	text-align: center;
	color: #262727;
	position: absolute;
	right: 10px;
	top: 10px;
	text-decoration: none;
}
.cug .close:after {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 10px;
	font-size: 15px;
	width: 10px;
	height: 10px;
	color: #262727;
	display: inline-block;
	vertical-align: middle;
	content: '✕';
}
.cug #cug-specials article {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.cug #cug-specials article:after {
	clear: both;
	content: '';
}
.cug #cug-specials article img {
	float: left;
}
.cug #cug-specials article .text-wrapper {
	float: left;
	width: 190px;
	height: 365px;
	padding: 0 20px;
	background: #C8C8C8;
	background-color: rgba(255, 255, 255, 0.85);
	text-align: center;
	display: table;
}
.cug #cug-specials article .text-wrapper > div {
	display: table-cell;
	vertical-align: middle;
}
.cug #cug-specials article h3, .cug #cug-specials article p {
	color: #000;
}
.cug #cug-specials article h3 {
	font-size: 20px;
	line-height: 22px;
	color: #752938;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.cug #cug-specials article p {
	font-size: 13px;
	line-height: 16px;
	color: #6b6b6b;
	margin-bottom: 26px;
}
.cug #cug-specials article .phone-number.button {
	display: none;
}
.cug #cug-specials article .button {
	line-height: 30px;
	height: 34px;
	width: 131px;
	box-sizing: border-box;
	background: #752938;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
}
