<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Alegreya+SC:400,700|Bilbo+Swash+Caps|Lora:400,700|Playball&amp;display=swap&amp;subset=latin-ext');

body {
	overflow-x: hidden;
	font-family: 'Lora';
	background: #e9e1c7;
}

@media only screen and (min-width : 1366px) {
    .container {
    	max-width: 1440px;
    	padding-left: 30px;
    	padding-right: 30px;
    } 
}

p {
	line-height: 1.75;
}

a {
	color: #433224;
}

a:hover {
	color: #d07911;
}

img {max-width: 100%}

.text-primary {
	color: #F7941D !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'Alegreya SC';
	text-transform: uppercase;
}

h2 &gt; a, h3 &gt; a, h4.service-heading &gt; a {
	color: #433224;
}

.clear {clear: both;}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.pull-right {float: right;}
.pull-left {float: left;}

h2.section-heading {
	color: #433224;
	font-size: 40px;
}

section h2.section-heading {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'Alegreya SC';
}

section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
	font-family: 'Alegreya SC';
}

@media (min-width: 768px) {
	section {
		padding: 15px 0;
	}
}

section#News {
	padding: 0;
	position: relative;
	background: #433224;
}

section#News h3 {
	font-family: 'Alegreya SC';
	text-transform: capitalize;
	color: #e9e1c7;
	width: 100%;
	font-weight: normal;
}

#cOuter h3 {
	text-align: center;
}

.head-decor.light {
	width: 100%;
	height: 30px;
	float: left;
	background: url('../images/decor_light.png') no-repeat center top;
}

.head-decor.dark {
	width: 100%;
	height: 30px;
	float: left;
	background: url('../images/decor_dark.png') no-repeat center top;
}

section#News h3 a {
	color: #e9e1c7;
}

section#News h3 a.more {
	float: right;
	font-size: 16px;
	color: #a79b86;
	text-transform: uppercase;
	margin-top: 10px;
}

@media all and (min-width: 1280px) {
	section#News &gt; .container &gt; div &gt; div {
		padding: 30px 0;
		margin-top: -80px;
		background: #433224;
	}
	section#News &gt; .container &gt; div &gt; div:first-child {
		padding: 30px;
	}
}

#News .Lead {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#News .Lead li.lead-item {
	float: left;
	width: 100%;
	clear: both;
	padding: 15px;
	color: #e9e1c7;
	border-bottom: 1px dotted #57483b;
}

#News .Lead li.lead-item .img {
	max-height: 180px;
	overflow: hidden;
	float: left;
}

.btn {
	font-family: 'Lora';
	font-weight: 700;
}

.btn-xl {
	font-size: 18px;
	padding: 20px 40px;
}

.btn-primary {
	background-color: #433224;
	border-color: #433224;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-family: 'Lora';
	font-weight: normal;
	color: #e9e1c7;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #2f241a !important;
	border-color: #2f241a !important;
	color: white;
}

.btn-primary:active, .btn-primary:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
	box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::selection {
	background: #5384c9;
	text-shadow: none;
	color: #fff;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

#parallax-outer {
	padding: 0;
}

#MainBanner {
	margin-top: 0;
	width: 100%;
	position: relative;
	/*max-height: 100vh;*/
	overflow: hidden;
}

#MainBanner #reservation {
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,.7);
	padding: 20px 0;
	width: 100%;
}

#mainNav {
	background-color: transparent;
	margin-top: 0px;
	float: left;
	width: 100%;
	position: relative;
}


/*******************************************************************/
/***************************** COOKIE BAR **************************/
/*******************************************************************/
.cookie-message {
	float: left;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px 1% 10px 1%;
	margin: 0;
	padding-top: 10px;
	position: fixed;
	z-index: 99999;
	min-height: 42px !important;
	border: 0;
	text-align: left;
	font-weight: normal;
	background: #8c6740;
}

.cookie-message a {
	float: none;
	color: #FFF;
	margin: 6px;
	font-size: 16px;
	font-family: 'Lora';
	text-decoration: underline;
}

.cookie-message a.btn {
	color: #433224 !important;
	margin: 0 5px;
	background: #e9e1c7;
	border-color: #e9e1c7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-weight: normal;
	float: right;
}

.cookie-message p {
	color: #e9e1c7;
	font-family: 'Lora';
	margin: 10px 0;
	line-height: 16px;
	float: left;
}


@media all and (max-width: 680px) {
	.cookie-message {
		height: auto !important;
		padding-bottom: 30px;
	}
	.cookie-message a {
		top: auto !important;
		bottom: 0;
		width: 92%;
		font-size: 12px !important;
		text-align: center;
		color: #222 !important;
	}

	.cookie-message p {
		padding: 0 10px;
	}

}
/*******************************************************************/
/*************************** COOKIE BAR END ************************/
/*******************************************************************/

#mainNav.navbar-shrink {
	margin-top: 0;
}

#mainNav.navbar-shrink .navbar-brand img {
	max-width: 200px !important;
}
#mainNav .navbar-brand img {
	max-width: 300px;
	transition: all .3s;
	max-height: 70px;
}

/*******************************************************************/
/******************************** PATH *****************************/
/*******************************************************************/
#path {
	float: left;
	width: 100%;
	clear: both;
	margin: 5px 0;
	padding: 10px;
	box-sizing: border-box;
}

#path ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#path ul li {
	float: left;
	width: auto;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	margin: 0 5px;
}

#path ul li &gt; a {
	font-size: 12px;
	color: #624c35;
	text-decoration: none;
}

/*******************************************************************/
/******************************** MENU *****************************/
/*******************************************************************/
#menu {
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.navbar-shrink #menu {
	padding: 10px 0;
}

#menu ul {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-right: 1px dotted rgba(255,255,255,.1);
}
#menu ul li {
	float: left;
	padding: 5px;
	position: relative;
	background: transparent;
	width: auto;
}

#menu ul li .fa {
	display: none;
}

#menu &gt; ul &gt; li:last-child {
	padding-right: 0 !important;
	border: 0;
	margin-right: 0;
}

#menu &gt; ul &gt; li &gt; a {
	border-bottom: 3px solid rgba(255,255,255,0);
}

#menu ul li a {
	font-size: 18px;
	font-family: 'Alegreya SC';
	color: #e9e1c7;
	padding: 12px 13px;
	font-weight: normal;
	text-transform: uppercase;
}

#menu &gt; ul &gt; li.has-sub &gt; a:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f078' !important;
	font-size: 10px;
	margin: 0px 0 0 5px;
	font-weight: 900;
	color: #e9e1c7;
}

#menu ul li a .icon{
	font-size: 30px;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
}
#menu &gt; ul &gt; li.active, #menu &gt; ul &gt; li:hover {
	text-decoration: none;
}

#menu &gt; ul &gt; li.active a, #menu &gt; ul &gt; li:hover &gt; a, #menu &gt; ul &gt; li.active a {
	text-decoration: none;
	border-bottom: 3px solid #686158;
	color: #e9e1c7;
}

#menu ul li ul {
	display: none;
	position: absolute;
	left: 5px;
	top: 60px;
	min-width: 100%;
	z-index: 9999;
	background: #463627;
	max-width: 320px;
	width: 200px;
	box-sizing: border-box;
}

#menu ul li ul li {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #3f2818;
	padding: 0;
}
#menu ul li ul li a {
	padding: 10px 15px;
	font-size: 18px;
	margin: 0;
}
#menu ul li ul li.active a, #menu ul li ul li:hover a {
	border: 0;
	background: #686158;
	color: #FFF;
}

#menu-trigger{
	float: right;
	font-size: 36px;
	color: #FFF;
}

#menu-trigger .fa {
	color: #e9e1c7 !important;
}

.lang-sel {
	margin: 25px 0;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

ul.lng-selector {
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
	background: #e9e1c7;
	display: none;
	position: absolute;
	top: 30px;
	list-style: none;
}

ul.lng-selector img {
	float: left;
	max-width: 34px;
}

ul.lng-selector li {
	float: left;
	cursor: pointer;
	width: 100%;
	clear: both;
	padding: 5px;
	box-sizing: border-box;
}

ul.lng-selector li:hover {
	background: #CCC;
}

ul.lng-selector li a {
	float: left;
	color: #999;
	text-align: center;
	width: 100%;
}

.active-lang {
	float: left;
	padding: 3px;
	position: relative;
	cursor: pointer;
	line-height: normal;
}

.active-lang:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f078' !important;
	font-size: 10px;
	font-weight: 900;
	position: absolute;
	top: 7px;
	color: #FFF;
}

.active-lang img {
	float: left;
	max-width: 34px;
	margin-right: 10px;
}

ul.lng-selector li a.current {
	display: block;
}
/*******************************************************************/
/****************************** MENU END ***************************/
/*******************************************************************/

/*******************************************************************/
/****************************** RESERVATION ************************/
/*******************************************************************/
#reservation div.text {
	text-align: -webkit-left;
	color: #988a79;
}

#reservation div.text h2 {
	font-size: 26px;
	margin: 0;
	padding: 7px;
}

#reservation .form-control {
	padding: 10px;
	height: 45px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: #e8e8e8;
	border-color: #dfdfdf;
	color: #988a79;
}

#reservation .form-control::-webkit-input-placeholder {
	color: #988a79;
}

#reservation .form-control::-moz-placeholder {
	color: #988a79;
}

#reservation .form-control::-ms-input-placeholder {
	color: #988a79;
}

#reservation .form-control:-ms-input-placeholder {
	color: #988a79;
}

#reservation .form-control::placeholder {
	color: #988a79;
}

#reservation .datepicker {
	position: relative;
}

#reservation .datepicker .fas {
	font-size: 24px;
	color: #c0b9b0;
	position: absolute;
	top: 10px;
	right: 30px;
}

#reservation .btn.btn-primary {
	width: 80%;
	float: right;
	font-size: 18px;
	height: 100%;
	text-transform: uppercase;
	font-family: 'Lora';
	font-weight: normal;
}

.service-heading {
	margin: 15px 0;
	text-transform: none;
}

/********************************************************************/
/****************************** NewsPlayer **************************/
/********************************************************************/

#main h3 {
	font-size: 25px;
}
#main h3 a {
	color: #433224;
	text-decoration: none;
}
#main h3 a small {
	font-size: 12px;
	display: inline-block;;
	background: #777068;
	color: #fff;
	padding: 3px 10px;
}

#main .box-wrap {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}

#main .newsletter {
	/*border: 2px solid rgba(100, 144, 206, .3);*/
	border-left: 1px dotted #d1cab3;
	float: right;
}

.newsletter .nwl-desc {
	color: #222;
	font-size: 13px;
	line-height: 18px;
	margin: 10px 0;
	font-family: 'Lora';
	text-align: justify;
}

.site-right .newsletter .nwl-desc {
	padding: 0 15px;
}

.newsletter form {
	padding: 15px;
}

.newsletter label {
	font-size: 12px;
	margin: 10px 0;
}

.newsletter .margin-right {
	margin-right: 10px;
}

.newsletter h3 {
	color: #433224;
	font-size: 25px;
	text-align: center;
}

.newsletter .form-control {
	background: #433224;
	border-color: #433429;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 5px 10px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

.newsletter .form-control::-webkit-input-placeholder {
	color: #e9e1c7;
	font-style: italic;
	font-size: 12px;
}

.newsletter .form-control::-moz-placeholder {
	color: #e9e1c7;
	font-style: italic;
	font-size: 12px;
}

.newsletter .form-control::-ms-input-placeholder {
	color: #e9e1c7;
	font-style: italic;
	font-size: 12px;
}

.newsletter .form-control:-ms-input-placeholder {
	color: #e9e1c7;
	font-style: italic;
	font-size: 12px;
}

.newsletter .form-control::placeholder {
	color: #e9e1c7;
}


.newsletter .btn {
	float: none;
	display: block;
	margin: auto;
	width: 75%;
	font-size: 18px;
	text-transform: uppercase;
	background: #433224;
	border-color: #433224;
	padding: 10px 20px;
}

#main {
	margin-bottom: 0;
	height: auto;
	background: #e9e1c7;
}


#MainNews {
	position: absolute;
	width: 35vw;
	bottom: 15vh;
	left: 15vw;
	background: #433224c4;
	padding: 15px 30px 30px 15px;
}

@media (min-resolution: 120dpi) { 
	#MainNews {
		width: 45vw;
		min-height: 270px;
	}

	#menu ul li a {
		padding: 12px 10px;
	}

}

#MainNews h3 {
	float: left;
	width: 100%;
	clear: both;
	padding: 15px;
	border-bottom: 1px solid #af8659;
	margin-bottom: 15px;
}

#MainNews h3 a {
	color: #e9e1c7;
}

.news-player {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}

.news-player .one-slide {
	position: absolute;
	display: flex !important;
	flex-direction: row;
}

.news-player .one-slide .sm-img {
}

.news-player .player-image {
	flex: 1;
	overflow: hidden;
	max-height: 160px;
	width: auto;
	text-align: center;
}

.news-player .one-slide .player-title {
	padding: 0px 15px;
	box-sizing: border-box;
	flex: 2;
}

.news-player .one-slide .player-title a {
	color: #e9e1c7;
	font-size: 28px;
	font-family: 'Lora';
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.news-player .one-slide .player-title .stext {
	color: #e9e1c7;
	font-size: 16px;
	font-family: 'Lora';
}

.news-player .pager {
	position: absolute;
	top: -50px;
	right: 10px;
	font-size: 0;
	text-indent: -1000px;
	height: 20px;
	width: 80px;
}

.news-player .pager span {
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #af8659;
	border: 2px solid #926e4a;
	border: 0;
	margin: 0 2px;
	cursor: pointer;
}

.news-player .pager span.cycle-pager-active {
	background: #433224;
	border: 2px solid #af8659;
}

.n-tag {
	background: #EEE;
	border: 1px solid #433224;
	padding: 1px 5px;
	display: inline-block;
	margin: 0 3px;
	color: #333;
	font-size: 90%;
}

.dg-sm {
	max-width: 49%;
	margin: 0 1% 5px 0;
	float: left;
}

article {
	clear: both;
}

article#OneNews {
	padding: 0 30px;
}

article#OneNews #sText {
	float: left;
	font-size: 18px;
	padding: 15px 0;
	width: 100%;
	box-sizing: border-box;
}

article#OneNews #lText {
	float: left;
	padding: 10px 0;
	width: 100%;
	box-sizing: border-box;
}

@media all and (max-width: 640px) {
	#lText img, .category-view img {
		float: none !important;
	}
}

/******************************* CATEGORY ********************************/
#category{
	width: 100%;
	padding: 5px 0;
	min-height: 50vh;
	margin: 0;
}

#category-title-outer {
	margin-bottom: 15px;
	padding: 0 0 5px 0;
}

#category-title-outer #nav-outer {
	width: auto !important;
	text-align: right;
}

.category-default-content{
	float: left;
	width: 100%;
	padding: 10px;
	line-height: 150%;
	color: #343E46;
}
.category-default-content p {
	margin: 0;
}

.category-item {margin-bottom: 15px;}

.category-item a {
	float: left; 
	width: 100%;
	position: relative; 
	overflow: hidden;
	background: #e9e1c7;
	height: 100%;
	padding: 10px;
}
.category-item .category-item-image {
	float: left;
	width: 100%;
	overflow: hidden;
	max-height: 250px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px #402c1b;
}

.category-item .category-item-image img {float: left;width: 100%;margin: 0;}
.category-item h3{float: left;width: 100%;position: relative;margin: 0 0 10px 0;color: #433224;font-size: 20px;}
.category-item .intro-description {float: left;padding: 10px 0;font-size: 14px;color: #433224;line-height: 20px;width: 100%;}
.category-item .event-desc {
	float: left;
	width: 100%;
	padding: 0 10px;
	font-style: italic;
	font-size: 11px;
	text-align: right;
	color: #666;
	display: none;
}

#gallery-main-image {
	margin-bottom: 10px !important;
}

#acceptForm input.error {
	border-color: red;
}

label.inline {
	display: inline;
}

#GalleryContent, .grid-gallery {
	margin-top: 15px;
	padding: 15px;
}

.one-gallery {
	padding: 0 15px !important;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
}

.one-gallery &gt; figure {
	float: left;
	width: 100%;
}

.one-gallery h3 {
	font-size: 16px;
	color: #433224;
	margin: 0;
}

.one-gallery .img-clickArea, .one-gallery &gt; figure .img-item {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	max-height: 220px;
	overflow: hidden;
	box-shadow: 0 0 15px #433224;
}

.one-gallery &gt; figure .img-item {
	max-height: 160px;
}

.one-gallery .img-clickArea img {
	width: 100%;
}

.one-gallery figcaption {
	float: left;
	width: 100%;
	clear: both;
	padding: 0 10px;
}

#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}

#footer-top {
	background: #433224;
	padding: 15px 0;
}

.mco-links {
	padding: 10px 0 10px 0;
	text-align: right;
	width: 80%;
}

.mco-links, .mco-links * {
	font-size: 12px;
	color: #e9e1c7;
}

.mco-logo {
	padding: 5px 0 10px 0;
	float: right;
	width: 20%;
	text-align: right;
}

@media all and (min-width: 1152px) and (max-width: 1366px) {
	#menu #mainmenu &gt; li a {
		font-size: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#MainNews {
		width: 50%;
	}

	#main .newsletter form {
		padding: 0;
	}

	#main .newsletter .btn {
		width: 100%;
	}

	h4 {
		font-size: 1.3rem;
	}

	#main .newsletter h3, #main h3 {
		font-size: 24px;
	}

	h3 {
		font-size: 1.5rem;
	}

	.news-player .one-slide .player-title a {
		font-size: 20px;
	}

	.news-player .one-slide .player-title .stext {
		font-size: 14px;
	}
}

@media all and (min-width: 1366px) and (max-width: 1440px) {
	#menu #mainmenu &gt; li a {
		font-size: 18px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#MainNews {
		width: 45%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1152px) {
	
	#menu {display: block;}
	.navbar-brand img {
		max-width: 200px !important;
		margin-top: 10px;
	}
	#menu ul &gt; li a {
		padding-left: 0;
		padding-right: 0;
		font-size: 13px !important;
	}
	.lang-sel {
		margin: 40px 0;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#menu {display: none}
	.lang-sel {
		margin: 0;
		position: absolute;
		right: 15px;
		top: 30px;
	}

	#mainNav .row div.float-right {
		position: inherit;
	}

	#mainNav {
		position: relative;
	}

	#menu-trigger {
		margin: 0;
		font-size: 36px;
		line-height: normal;
		position: absolute;
		right: 80px;
		top: 18px;
		display: block !important;
	}

	#MainBanner {
		margin-top: 90px;
	}

	.navbar-brand img {
		max-width: 100% !important; 
	}

	#mainNav {
		background: #433224 !important;
	}

	#mainNav .row &gt; div {
		display: block !important;
	}

	#MainNews {
		width: 50vw;
	}

	section#News {
		padding-top: 20px;
	}

	#Calendar {
		margin: 0 !important;
		width: 100% !important;
	}

	.newsletter form  {
		padding: 0;
	}

	.newsletter .btn {
		width: 100%;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	#MainNews {
		width: 90vw;
		left: 5vw;
	}
	
	.newsletter .head-decor.dark {
		margin-top: 0;
	}

	.newsletter .btn {
		font-size: 14px;
	}
}

@media all and (min-width: 320px) and (max-width: 768px) {
	.lang-sel {
		margin: 0;
		position: absolute;
		right: 15px;
		top: 30px;
	}

	#mainNav .row div.float-right {
		position: inherit;
	}

	#mainNav {
		position: relative;
	}

	#menu-trigger {
		margin: 0;
		font-size: 36px;
		line-height: normal;
		position: absolute;
		right: 80px;
		top: 18px;
	}

	#MainBanner {
		margin-top: 90px;
	}

	.navbar-brand img {
		max-width: 100% !important; 
	}

	section h2.section-heading {
		font-size: 30px;
		text-overflow: ellipsis;
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#mainNav .navbar-brand {
		max-width: 100% !important;
	}

	#main h3 {
		margin: 10px 0;
	}

	.slick-dots {
		left: 30%;
		top: -40px;
	}

	section#doctors {
		height: 560px !important;
	}
}

#ui-datepicker-div {
	z-index: 999 !important;
}

.site-right {
	padding: 15px 0;
}

/** CALENDAR MODULE **/
#Calendar {
	width: 85%;
	float: left;
	box-shadow: 0 10px 20px #1b130f;
	margin: 0 7.5%;
	background: #433224;
	margin-bottom: 30px;
}

.site-right h3 {
	text-align: center;
}

.site-right #Calendar {
	margin-bottom: 15px;
}

.calendar-row {
	width: 100%;
	clear: both;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.calendar-row .cal-day {
	float: none !important;
	flex: 1;
	text-align: center;
	height: 55px;
	padding: 0;
	border: 1px solid #4c3829;
	border-top: 0;
	background: #56402e;
}

.day-names {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	height: auto !important;
	flex-grow: 1;
	padding: 6px 1px;
	border: 0;
	text-align: center;
}

.cal-day .month {
	font-size: 8px;
	text-transform: uppercase;
	padding: 1px;
	text-align: center;
	width: 100%;
}

.calendar-row .calendar-day-np {
	height: 55px;
	font-size: 0;
	text-indent: -2000px;
	background: #735b47;
}

.day-number {
	float: left;
	width: 100%;
	padding: 7px 0;
	color: #FFF;
	font-size: 18px;
}

.day-number a {
	color: #FFF;
}

.day-number.we a {
	color: #e9e1c7;
}

.calendar-row .calendar-day-np .day-number {
	display: none;
}

#Calendar ul.day-number {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	height: 48px;
}

ul.day-number li ul {
	position: absolute;
	padding: 5px;
	list-style: none;
	width: 200px;
	left: -90px;
	min-height: 100px;
	border-radius: 0 0 5px 5px;
	background: #433224;
	padding: 10px;
	z-index: 9999;
	color: #FFF;
	box-sizing: border-box;
	box-shadow: 0 0 25px rgba(0,0,0,.7);
	top: 100%;
}

ul.day-number &gt; li {
	background: #433224;
	padding: 5px 0;
	height: 55px;
}

ul.day-number li ul li {
	float: left;
	width: 98%;
	text-align: left;
	font-size: 14px;
	padding: 5px 1%;
	border-bottom: 1px dotted #433224;
}

ul.day-number li ul li a {
	color: #e9e1c7;
	text-decoration: none;
}

.calendar-nav {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	color: #25303d;
}

.calendar-nav small {
	clear: both;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #e9e1c7;
}

.calendar-nav big {
	font-size: 65px;
	line-height: 60px;
	width: 100%;
	clear: both;
	display: block;
	height: 54px;
	color: #e9e1c7;
}

.calendar-nav .cal-prev {
	position: absolute;
	left: 10px;
	height: 0;
	top: 15px;
	width: 0;
	font-size: 0;
	text-decoration: none;
	text-indent: -100px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 15px solid #e7dec48f;
}

.calendar-nav .cal-next {
	position: absolute;
	right: 10px;
	height: 0;
	top: 15px;
	width: 0;
	font-size: 0;
	text-decoration: none;
	text-indent: -100px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 15px solid #e7dec48f;
}


.arrow-right {
  width: 0; 
  height: 0; 
  
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid blue; 
}

.day-names .we {
	font-size: 11px;
}

.we {
	color: #e9e1c7;
}

.we.small {
	font-size: 11px;
	font-weight: bold;
}

.cal-day .today {
	background: #333333;
	padding: 6px 0;
}

/** Calendar ends **/

/** Mini Gallery **/
.mini-gallery {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 5px;
}

.mini-gallery .main-image {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #d8cfb6;
	text-transform: uppercase;
	color: #433224;
	font-size: 18px;
}

.mini-gallery .main-image img {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

/* Concerts */
.concerts {
	float: left;
	wdith: 100%;
	list-style-image: url('../images/list.png');
}

.concerts li {
	padding: 10px 0;
	margin: 0;
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px dotted #c6bfa9;
}

.addthis_inline_follow_toolbox {
	position: absolute;
	right: 5%;
	top: 15px;
}

#mainNav.navbar-shrink .addthis_inline_follow_toolbox {
	top: 23px;
}

.addthis_inline_follow_toolbox &gt; div &gt; p {
	display: none;
}

.addthis_inline_follow_toolbox .at-icon-wrapper {
	background: transparent !important;
}

/*Fb Comments Width Fix*/
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
	max-width: 100% !important;
	width: 100% !important;
}

/* Calendar List */
.calendar-events {
	float: left;
	width: 100%;
	padding: 15px;
}

.calendar-events ul {
	list-style: none;
	padding: 15px 30px;
	width: 100%;
	float: left;
}

.calendar-events ul li {
	background: #ffffff40;
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 30px;
	border-bottom: 1px dotted #735b474d;
	margin-bottom: 5px;
}

.calendar-events ul li * {
	color: #433224;
	font-size: 18px;
	margin: 0;
}

.calendar-events ul li.separator-title {
	padding: 10px 0;
	list-style: none;
	background: transparent;
	border: none;
	font-weight: bold;
	color: #433224;
}

.calendar-events ul li.separator-title * {
	font-size: 24px;
}</pre></body></html>