@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic);

@import url(https://fonts.googleapis.com/css?family=Lora:400,700&subset=latin,cyrillic);

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #403435;
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 	box-sizing: border-box;
}

p {
	margin: 0;
}

p + p {
	margin-top: 20px;
}

img {
	border: 0;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	outline: 0 none;
}

*:focus {
	outline: 0 none;
}

a,
a:link,
a:visited {
	color: #941a1f;
	text-decoration: none;

	transition: color .25s;
}

a:hover,
a:active {
	color: #651227;
}


// Checkbox Reservation
input.ff_elem {
  width: 15px !important;
  height: 20px !important;
  margin-top: 12px !important;
}
// End Checkbox Reservation


div[itemprop=articleBody] ul {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

div[itemprop=articleBody] ul li {
	position: relative;
	padding-left: 20px;
}

div[itemprop=articleBody] ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #981c25;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 100%;

	transition: background .25s;
}

div[itemprop=articleBody] ul li:hover:before {
	background: #981c25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-family: "Lora", "Times New Roman", serif;
	margin: 0 0 20px 0;
}

button,
input[type=submit],
input[type=button] {
	cursor: pointer;
}

.columns:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.container {
	max-width: 1024px;
	width: 100%;
	padding: 20px;
	margin: auto;
}


#main-container {
	background: url("../images/main-bg.png") no-repeat left bottom #f3eeeb;	
}

#top-wrapper {
	background: url("../images/cover.jpg") no-repeat center center;
	background-size: cover;
	height: 550px;
	margin-bottom: -460px;
}

#top-wrapper:after {
	position: absolute;
	content: "";
	background: url("../images/clouds.png") repeat-x center center;
	height: 228px;
	top: 330px;
	left: 0;
	width: 100%;
}

#header,
#top {
	position: relative;
	z-index: 5;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;

	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
}

#navigation ul ul {
	position: absolute;
	top: 100%;
	/*border-radius: 3px;*/
	overflow: hidden;
	overflow: visible;
	margin: auto;
	left: 50%;
	padding-top: 20px;
	margin-left: 12px;
	/*min-width: 200px;*/
	transform: translate3d(-50%, 20px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .25s,
				opacity .25s,
				visibility .25s;

}

#navigation ul li:hover ul {
	transform: translate3d(-50%, 0, 0);
	opacity: 1;
	visibility: visible;
	transition: transform .25s,
				opacity .25s,
				visibility 0;
}

#navigation ul ul li {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	white-space: nowrap;
}

#navigation ul.nav.menu > li.active > a {
	position: relative;
}

#navigation ul.nav.menu > li.active > a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 2px;
	background: #FFF;
	bottom: -7px;
}

#navigation ul ul:before {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 9px solid transparent; 
	border-right: 9px solid transparent; 
	border-bottom: 9px solid #c7c3c1;
	top: 12px;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto;
}

#navigation ul ul:after {
	position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent; 
	border-right: 8px solid transparent; 
	border-bottom: 8px solid #FFF;
	top: 13px;
	z-index: 10;
	left: 0;
	right: 0;
	margin: auto;
}

#navigation ul ul li {
	float: none;
}

#navigation ul ul li a {
	background: #FFF;
	min-width: 160px;
	text-align: left;
	color: #333;
	font-weight: normal !important;
	padding: 15px 10px;
	display: block;
	text-transform: none;
	transition: background .25s;
	border-left: 1px solid #c7c3c1;
	border-right: 1px solid #c7c3c1;
	text-align: center;
}

#navigation ul ul > li:first-child a {
	border-top: 1px solid #c7c3c1;
}

#navigation ul ul > li:last-child a {
	border-bottom: 1px solid #c7c3c1;
}


#navigation ul ul > li a:hover {
	/*background: #DDD;*/
	color: #941a1f;
}

#navigation ul ul li + li:before {
	display: none;
}

#navigation ul li {
	display: inline-block;
	position: relative;
}

#navigation ul li.item-181,
#navigation ul li.item-122 {
	float: right;
	margin-right: 0;
	/*margin-left: 230px;*/
}


#navigation ul li {
	margin-right: 9px;
}


#navigation ul li.item-184:before,
#navigation ul li.item-101:before {
	display: none;
}


#navigation ul li + li {
	margin-left: 10px;
	padding-left: 20px;
}

#navigation ul li.item-181,
#navigation ul li.item-122,
#navigation ul li.item-181 ~ li,
#navigation ul li.item-122 ~ li {
	float: right;
	margin-right: 0;
	padding-left: 12px;
}

[data-home-page="false"] #navigation ul li + li {
	margin-left: 15px;
	padding-left: 25px;
}

[data-home-page="false"] #navigation ul li.item-181,
[data-home-page="false"] #navigation ul li.item-181 ~ li,
[data-home-page="false"] #navigation ul li.item-122,
[data-home-page="false"] #navigation ul li.item-122 ~ li {
	padding-left: 15px;
	margin-left: 20px;
}


#navigation ul:after {
	clear: both;
	display: block;
	content: "";
}


#navigation ul li {
	position: relative;
	text-align: center;
	float: left;
}

#navigation ul > li:first-child {
	text-align: left;
}

#navigation ul > li:last-child {
	text-align: right;
}

#navigation ul li + li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #FFF;
}

#logo {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 211px;
	height: 182px;
	margin-top: -71px;

}


#navigation ul li a {
	color: #FFF;
	font-family: "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

#footer {
	background: #2b2624;
	position: relative;
}

#footer-1 .moduletable {
	padding-top: 10px;
	margin-left: -15px;
}

#footer .container {
	padding-bottom: 0;
}

#footer:after,
#footer:before {
	content: "";
	position: absolute;
	/*z-index: -1;*/
	z-index: 0;
}

#footer:before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 572px;
	background: url("../images/footer-bg-left.png") no-repeat;
	background-position: left bottom;
}

#footer:after {
	top: 0;
	bottom: 0;
	right: 0;
	width: 583px;
	background: url("../images/footer-bg-right.png") no-repeat;
	background-position: right bottom;
}

#footer .container {
	position: relative;
	z-index: 4;
}

#pictures {
	background: url("../images/pictures-bg.jpg") no-repeat center center;
	background-size: cover;
	min-height: 230px;
	color: #FFF;
	font-family: "Lora", "Times New Roman", serif;
}

#top ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#top ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#top ul li + li {
	/*margin-left: 5px;*/
}

#top-left {
	float: left;
	width: 50%;
}

#top-right {
	float: right;
	width: 50%;
	text-align: right;
}

#top {
	color: #f3f3f3;
}

#top a {
	color: #FFF;
}

#top {
	font-family: "Open Sans", Arial, sans-serif;
}

#top .lang-active a {
	color: #FFF;
	font-weight: bold;
	border: 1px solid #FFF;
	display: inline-block;
}

#top-right a {
	padding: 5px;
	border: 1px solid transparent;
	transition: border .25s;
}

#top-right a:hover {
	border-color: #FFF;
}

#header .container {
	padding-top: 0;
	padding-bottom: 0;
}

.top_addr a {
	position: relative;
	display: inline-block;
}

.top_addr a:before {
	width: 23px;
	height: 22px;
	content: "";
	vertical-align: middle;
	background: url("../images/icons-sprite.png") no-repeat;
	display: inline-block;
	margin-right: 7px;
	margin-top: -2px;
}

.camera_prev span,
.camera_next span {
	display: none;
}

#slider .camera_commands {
	display: none !important;
}

#slider .camera_next,
#slider .camera_prev {
	margin-top: -60px;
	width: 50px;
	height: 55px;
	opacity: 1 !important;
	background: url("../images/slider-arrows.png");
}

#slider .camera_next {
	background-position: right center;
}


.camera_prev {
	left: -100px;
}

.camera_next {
	right: -100px;
}

#top-right:after {
	clear: both;
	display: block;
	content: "";
}

#top-right .moduletable {
	float: right;
}

#top-right .moduletable + .moduletable {
	float: left;
}

#top-right {
	padding-left: 130px;
}

#top p {
	margin: 0;
}

#top-right .moduletable p {
	text-transform: uppercase;
	margin-top: 4px;
}

#top-right .moduletable p span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 5px;
}

#top-right .moduletable p span:before {
	margin-top: -2px;
	width: 23px;
	height: 22px;
	content: "";
	display: inline-block;
	background: url("../images/icons-sprite.png") no-repeat;
	background-position: -23px 0;
	vertical-align: middle;
	margin-right: 5px;
}

#top-left p {
	margin-top: 4px;
}

#pictures .custom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;

	width: 530px;
	height: 150px;
}


#pictures .custom:after,
#pictures .custom:before {
	content: "";
	display: block;
	background: url("../images/footer-florals.png") no-repeat;
	width: 441px;
	margin: auto;
	background-position: center top;
	height: 35px;
	margin-bottom: 10px;
}

#pictures .custom:after {
	height: 15px;
	background-position: center bottom;
	margin-top: 20px;
	margin-bottom: 0;
}

#pictures .container {
	position: relative;
	height: inherit;
	padding: 0;
	min-height: inherit;
}

#pictures .moduletable {
	height: inherit;
}

#pictures p {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#pictures .slogan-first {
	font-size: 32px;
}

#pictures .slogan-second {
	font-size: 24px;
}

#pictures .custom span {
	position: relative;
	display: inline-block;
	/*vertical-align: middle;*/
}

#pictures .custom span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 130px;
	height: 9px;
	bottom: -9px;
	background: url("../images/underline.png") no-repeat center bottom;
}

#copyright {
	background: #1a1716;
	color: #686361;
	font-size: 12px;
	font-family: "Open Sans", Arial, sans-serif;
}

#copyright a {
	color: #FFF;
}

#copyright .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

#copyright-left {
	float: left;
	width: 50%;
}

#copyright-right {
	float: right;
	width: 50%;
	text-align: right;
}

#footer-1,
#footer-2,
#footer-3,
#footer-4,
#footer-5 {
	float: left;
	width: 20%;
}

#footer {
	font-family: "Open Sans", Arial, sans-serif;
	color: #c6c6c6;
	font-size: 12px;
}

#footer h3 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: inherit;
}

#footer-5 p {
	margin: 0;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .f_social a {
	width: 21px;
	height: 21px;
	background: url("../images/icons-sprite.png") no-repeat;
	display: inline-block;
	background-position: 0 -24px;
	vertical-align: middle;
	margin-left: 7px;
	position: relative;
}

#footer .f_social a:before {
	width: 15px;
	height: 7px;
	content: "";
	background: url("../images/icons-sprite.png") no-repeat;
	background-position: -27px -31px;
	position: absolute;
	left: -15px;
	bottom: -3px;
}

#copyright a:hover {
	text-decoration: underline;
}

#right-sidebar {
	/*984 - 612*/
	width: 342px;
	float: right;
	margin-left: 30px;
}

#right-sidebar + #component {
	width: 612px;
	float: left;
}

.item-image {
	margin-bottom: 20px;
}

.blog-featured h2.item-title {
	text-align: center;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: normal;
}

.blog-featured .item-image {
	margin-top: 32px;
}

.blog-featured h2.item-title a {
	display: inline-block;
	position: relative;
}

.blog-featured h2.item-title a:before {
	content: "";
	height: 12px;
	background: url("../images/hang-left.png") no-repeat right center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 100%;
	margin-right: 20px;
	width: 400px;
}

.blog-featured h2.item-title a:after {
	content: "";
	height: 12px;
	background: url("../images/hang-right.png") no-repeat right center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 100%;
	margin-left: -30px;
	width: 400px;
}

#main-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

[data-home-page="false"] #main-container {
	padding-top: 20px;
}

#right-sidebar .moduletable {
	background: url("../images/module-bg.png") no-repeat right bottom;
	background-color: #941a1f;
	color: #FFF;
	padding: 20px;
	margin-top: -20px;
}

#right-sidebar .moduletable h3 {
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
}

#right-sidebar .moduletable h3:after {
	content: "";
	display: block;
	background: url("../images/hang-bottom.png") no-repeat center center;
	width: 85px;
	height: 13px;
	margin: auto;
	margin-top: 10px;
}

#right-sidebar h4.newsflash-title {
	color: #941a1f;
	background: url("../images/white-ribbon.png") no-repeat right center;
	height: 61px;
	padding: 0 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 61px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 25px;
}

#right-sidebar .newsflash-img {
	margin-bottom: 10px;
}

.slider-viewport {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	transition: -webkit-transform .25s;
	transition: transform .25s;
	white-space: nowrap;
}

.slider-wrapper {
	overflow: hidden;
}

.slider-viewport .slide {
	white-space: normal;
	display: inline-block;
	margin-right: -3px;
	width: 100%;
	vertical-align: top;
}

.slider-wrapper .bullets {
	text-align: center;
	margin-top: 20px;
}

.slider-wrapper .bullets a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #FFF;
	transition: background .25s;
}

.slider-wrapper .bullets a + a {
	margin-left: 5px;
}

.slider-wrapper .bullets a.active,
.slider-wrapper .bullets a:hover {
	background: #FFF;
}

#highlights {
	padding-top: 40px;
	padding-bottom: 40px;
}

.menus .high_image a,
#highlights .high_image a {
	border-radius: 100%;
	overflow: hidden;
	/*position: relative;*/
	width: 100%;
	height: 100%;
}

.menus .high_image a img,
#highlights .high_image a img {
	border-radius: 100%;
}

.menus .moduletable,
#highlights .moduletable {
	float: left;
	width: 33%;
	text-align: center;
}

.menus .moduletable {
	width: 25%;
}

#highlights .container > .moduletable:nth-child(3n-1) {
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.menus p.high_heading,
#highlights p.high_heading {
	font-size: 30px;
	color: #842e2e;
	text-transform: uppercase;
	margin-top: 10px;
	font-family: "Lora", "Times New Roman", serif;
}

.menus p.high_heading {
	font-size: 20px;
}

.menus p.high_read,
#highlights p.high_read {
	margin: auto;
	margin-top: 10px;
	display: block;
	width: 147px;
	height: 36px;
	background: url("../images/outline-ribbon.png") no-repeat center top;
	position: relative;
}

.menus p.high_read:before,
#highlights p.high_read:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 147px;
	height: 36px;
	background: url("../images/outline-ribbon.png") no-repeat center bottom;
	opacity: 0;
	visibility: hidden;


	transition: opacity .25s,
				visibility .25s;
}

.high_image:hover ~ p.high_read:before,
.menus p.high_read:hover:before,
#highlights p.high_read:hover:before {
	opacity: 1 !important;
	visibility: visible !important;

	transition: opacity .25s,
				visibility 0 !important;
}

.menus a.readmore,
#highlights a.readmore {
	display: block;
	position: relative;
	z-index: 5;
	/*display: inline-block;*/
	color: #852c2c;
	line-height: 36px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.high_image:hover ~ p.high_read a.readmore,
.menus a.readmore:hover,
#highlights a.readmore:hover {
	color: #FFF !important;
}

.menus .high_image,
#highlights .high_image {
	position: relative;
	width: 235px;
	height: 235px;
	margin: auto;
}

.menus .high_image img,
#highlights .high_image img {
	display: block;
}

.menus .high_image,
.menus .high_image img {
	width: 200px;
	height: 200px;
}


.menus .high_image a:after,
#highlights .high_image a:after {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	content: "";
	border: 1px solid #FFF;
	border-radius: 100%;
	z-index: 5;
	

	transition: background .25s;
}

.menus .high_image a:before,
#highlights .high_image a:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 51px;
	height: 51px;
	background: url("../images/zoom-icon.png") no-repeat center center;
	content: "";

	visibility: hidden;
	opacity: 0;
	transform: translate3d(0, 20px, 0);

	z-index: 10;

	transition: transform .25s,
				opacity .25s,
				visibility .25s;
}


.menus .high_image a:hover:after,
#highlights .high_image a:hover:after {
	background: rgba(0, 0, 0, 0.6);
}

.menu_holder {
	margin-top: 30px;
}

.menu_holder:after {
	clear: both;
	display: block;
	content: "";
}

.menu_holder > .moduletable:nth-child(4n+1) {
	clear: both;
}

.menus .moduletable .high_image a:hover:before,
#highlights .moduletable .high_image a:hover:before {

	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;

	transition: transform .25s,
				opacity .25s,
				visibility 0;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer-5 {
	width: auto;
	float: right;
}

#footer-1 {
	width: 26%;
	text-align: center;
}


#footer-2,
#footer-3,
#footer-4 {
	width: 18%;
}

#footer-3 {
	width: 17%;
}

#footer-4 {
	width: 19%;
}

[data-home-page="false"] #top-wrapper {
	
	margin-bottom: -200px;
	height: 420px;

}

[data-home-page="false"] #top-wrapper:after {
	top: 30px;
	background-position: center top;
	height: 190px;
	background-size: cover;
	background-image: url("../images/clouds.png");
}

[data-home-page="false"] #logo {
	width: 140px;
	height: 121px;
	top: 20px;
}

[data-contact-page="true"] #main-container,
[data-home-page="false"] #main-container {
	background-color: #FFF;
}

#sidebar {
	float: left;
	width: 30%;
}

#sidebar + #component {
	float: left;
	width: 70%;
}

.container_skitter .image a {
	display: block;
}


.rslides_nav {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	left: 0;
	text-indent: -9999px;
	width: 45px;
	height: 48px;
	background-color: rgba(0, 0, 0, 1);
}

.rslides_nav.next {
	right: 0;
	left: auto;

}

.gallery-slides-wrapper {
	position: relative;
	margin-bottom: 20px;
}

.rslides_nav.prev:after,
.rslides_nav.next:after {
	position: absolute;
	text-indent: 0;
	left: 10px;
	right: 0;
	top: 10px;
	bottom: 0;
	display: inline-block;
	background: url("../images/slider-arrows.png");
	background-size: 50px 28px;
	
	content: "";

	transition: background .25s;

	width: 25px;
	height: 28px;
	/*opacity: 1 !important;*/
}

.rslides_nav.next:after {
	background-position: right center;
}

.rslides_nav.prev,
.rslides_nav.next {
	opacity: 0.7;
	transition: opacity .25s;
}

.rslides_nav.prev:hover,
.rslides_nav.next:hover {
	opacity: 1;
}


.article-gallery-image {
	width: 100%;
	height: 520px;
	background-position: center center;
	background-size: cover;
}

.tooltip {
	display: none !important;
}

.contact:after {
	clear: both;
	display: block;
	content: "";
}

.contact-left {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.contact-right {
	float: left;
	width: 50%;
	padding-left: 20px;
}

.contact dt {
	display: none;
}

dd {
	margin: 0;
	padding: 0;
}

.contact legend {
	display: none;
}

.contact fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

input[type=submit],
button,
select,
input[type=text],
input[type=email],
input[type=password],
textarea {
	width: 100%;
	padding: 10px;
	font-family: inherit;
	border: 0 none;
	background: #FFF;
	font-size: inherit;
	font-weight: normal;
	border: 1px solid #999;

	transition: background .25s,
				color .25s;
}

input[type=submit],
button {
	border: 0 none;
	display: inline-block;
	width: auto;
	/*background: #941a1f;*/
	border: 2px solid #941a1f;
	color: #941a1f;
	/*color: #FFF;*/
	transition: background .25s,
				color .25s;
}

button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
	background-color: #941a1f;
	color: #FFF;
}


textarea {
	resize: vertical;
}

.control-group + .control-group {
	margin-top: 15px;
}

.control-label {
	font-weight: bold;
	font-size: inherit;
	font-family: inherit;
}

.control-label + .controls {
	margin-top: 5px;
}

#component .bfElemWrap {
	background: none !important;
	padding: 0;
}

#component .bfElemWrap + .bfElemWrap {
	margin-top: 15px;
}

#component .bfElemWrap label {
	padding: 10px;
	padding-left: 0;
	font-weight: bold;
	font-size: inherit;
	font-family: inherit;
}

button.bfCalendar span {
	display: none;
}

button.bfCalendar {
	background-image: url("../images/calendar-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 48px;
	background-color: #941a1f;
}

button.bfCalendar:hover {
	background-color: #80161e;
}

.contact-left > h3,
.contact-right > h3 {
	display: none;
}

#component .bfElementGroupNoWrap,
.bfQuickMode section input[type="text"], .bfQuickMode section textarea, .bfQuickMode section select {
	width: 55%;
	margin: 0;
}

.bfQuickMode .bfLabelLeft label {
	margin-right: 0;
	padding-right: 20px;
}

#component .bfElementGroupNoWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;


	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}


#component .bfElementGroupNoWrap > input {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	width:     auto !important;
	max-width: initial !important;
	min-width: initial !important;
	margin: 0;
	margin-right: -8px;
}

#component .bfElementGroupNoWrap > button {
	height: auto;
}

.bfSectionDescription h4 {
	font-size: 1.3em;
	position: relative;
	padding-left: 10px;
	border-left: 4px solid #941a1f;
}

#component .bfElementGroup input[type=radio],
#component .bfElementGroup input[type=radio] + label {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 0;
	line-height: 30px;
	position: relative;
	cursor: pointer;
}

#component .bfElementGroup input[type=radio] + label {
	display: block;
}

#component .bfElementGroup input[type=radio] + label + br {
	display: none;
}

#component .bfElementGroup input[type=radio] {
	display: none;
}

#component .bfElementGroup input[type=radio] + label:before {
	line-height: 1;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: inline-block;
	padding: 10px;
	background: #FFF;
	font-family: inherit;
	content: "";
	margin-left: 0;
	display: inline-block;
	vertical-align: top;
	/*margin-top: 3px;*/
	margin-right: 10px;
	border: 1px solid #999;


	box-shadow: inset 0 0 0 2px #FFF;
	transition: box-shadow .25s;

}

#component .bfElementGroup input[type=radio] + label:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 100%;
	background: #941a1f;

	opacity: 0;
	visibility: hidden;

	transition: opacity .25s,
				visibility .25s;
}

#component .bfElementGroup input[type=radio] + label:hover:after {
	opacity: 0.6;
	visibility: visible;

	transition: opacity .25s,
				visibility 0;

}

#component .bfElementGroup input[type=radio]:checked + label:after {
	opacity: 1;
	visibility: visible;


	transition: opacity .25s,
				visibility 0;
}

#component .bfElementGroup input[type=radio]:checked + label:before {
	box-shadow: inset 0 0 0 2px #AAA;
}

#component .bfElementGroup input[type=radio] + label {
	padding: 0;
}

section + #hotel,
#hotel + #restorant {
	margin-top: 40px;
}

.bfSubmitButton {
	margin-top: 15px;
}


 /**
  * Gallery
  **/


.pg-cv-name:empty {
    display: none;
}

.pg-cv-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#pg-msnr-container {
    font-size: 0;
    margin-top: 10px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    width: 102%;
}


.pg-cv-box.item {
    font-size: 14px;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 23%;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    height: auto;
    display: inline-block;
    float: none;

    background: none;
    /*border: 1px solid #AAA;*/
    border-radius: 0;
    vertical-align: top;
}


.pg-cv-box.item .pg-cv-box-img {
    font-size: 0;

}

#phocagallery .pg-cv-name {
	font-size: 1.2em;
	line-height: 1.285;
	padding: 20px;
	margin-top: 0;
	font-family: "Lora", "Times New Roman", serif;
	font-weight: normal;
	color: #941a1f;
}

.pg-cv-box.item .pg-cv-box-img a {
    position: relative;
    display: block;
}

.pg-cv-box.item .pg-cv-box-img a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/zoom-icon.png") no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";

    visibility: hidden;
    opacity: 0;

    transition: transform .25s,
                opacity 0.25s,
                visibility .25s;
}


.pg-cv-box.item .pg-cv-box-img a:hover:after {
    
    opacity: 1;
    visibility: visible;
    
    transition: visibility 0,
                opacity 0.25s,
                visibility 0.25s;
}



.pg-cv-box.item .pg-cv-box-img img,
.pg-cv-box.item .pg-cv-box-img img {
    width: 100%;
    height: auto;
}

.pg-cv-box.item .pg-cv-name {
    background: none;
    padding: 0;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #555;
}

#phocagallery *,
#phocagallery *::before, 
#phocagallery *::after {
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

#phocagallery .pg-cv-box-img,
#phocagallery .pg-box2,
#phocagallery .pg-box3 {
    display: block;
    height: auto;
    width: auto;
}

#phocagallery .pg-box3 a {
	overflow: hidden;
	display: block;
}

#phocagallery .pg-box3 img {
	transform: scaled3d(1, 1, 1);
	transition: transform 1s;
}

#phocagallery .pg-box3 a:hover img {
	transform: scale3d(1.1, 1.1, 1.1);
}

.ph-cb {
    display: none;
}

#phocagallery .pagination {
    margin-top: -2%;
    padding-top: 20px;
}


#phocagallery .pagination ul {
	padding: 0;
	margin: 0;
	text-align: right;
	margin-bottom: 20px;
}

#phocagallery .pagination ul li {
	display: inline-block;
	background: #EFEFEF;
	padding: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	/*margin-left: -1px;*/
}

#phocagallery .pagination ul li a,
#phocagallery .pagination ul li span {
	padding: 10px;
	display: block;
	min-width: 40px;
}

#phocagallery .pagination ul li a:hover {
	background: #981c25;
	color: #FFF;
}

#phocagallery .pagination ul li span {
	color: #666;
}

#phocagallery .pagination ul li + li {
	margin-left: -1px;
}

#component .pagination-start,
#component .pagination-end {
	display: none !important;
}

#component .pagination-start + li,
#component .pagination-end + li {
	margin-left: 0;
}

.pagination .counter {
	display: none;
}


#map .moduletable .gm-style > div:first-child > div:nth-child(2) {
	/*border: 5px double #333;*/
}


.contact-address dd {
	padding-left: 40px;
	display: block;
	float: none;
	line-height: 20px;
}
/*.contact-address > dd:nth-child(6) {
	margin-top: 20px;
	background: url("../images/phone.png") no-repeat left center;
}
*/
.contact-address > dd:nth-child(2)  {
	background: url("../images/location-icon-2.png") no-repeat left center;
}

.contact-address > dd:nth-child(7) {
	margin-top: 10px;
	background: url("../images/mobile.png") no-repeat left center;
}

.contact-address > dd:nth-child(5) {
	margin-top: 10px;
	background: url("../images/phone.png") no-repeat left center;
}

.contact-miscinfo {
	margin-top: 20px;
}

#system-message-container .alert.alert-warning,
#system-message-container .alert.alert-error {
	background: rgba(218, 100, 118, 0.5);
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #000;
}

#system-message-container .alert.alert-message {
	background: rgba(98, 214, 104, 0.5);
	padding: 20px;
	margin-bottom: 20px;
	color: #000;
}

#system-message-container .alert .close {
	font-family: "Arial", sans-serif;
	color: white;
	float: right;
	cursor: pointer;
}

#sidebar .moduletable-wrapper {
	border: 1px solid #624130;
	/*border-right-width: 2px;*/
	/*border-bottom-width: 2px;*/
	padding: 5px;
}

#sidebar .moduletable {
	border: 1px solid #624130;
	padding: 20px;
	text-align: center;
}

#sidebar .moduletable ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

#sidebar {
	padding-right: 30px;
}

#sidebar .moduletable h3 {
	color: #842e2e;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	position: relative;
	padding-bottom: 10px;
}

#sidebar .moduletable h3:after {
	height: 2px;
	background: #842e2e;
	width: 50px;
	margin: auto;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#sidebar .moduletable a {
	color: #181717;
	text-transform: uppercase;
	font-size: 15px;
	/*font-weight: 600;*/
	text-transform: uppercase;
	display: block;
	padding: 5px;
}

#sidebar .moduletable .active a,
#sidebar .moduletable a:hover {
	color: #842e2e;
}

.page-header > * {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 26px;
}

.page-header > *:after {
	height: 2px;
	background: #842e2e;
	width: 50px;
	margin: auto;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


#component {
	line-height: 1.7;
}


#slider .camera_caption {
	top: 50%;
	bottom: auto;
	transform: translate3d(0, -50%, 0);
}

#slider .camera_caption > div {
	background: none;
	font-size: 24px;
	font-family: "Lora", "Times New Roman", serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.55);
	margin-top: -20px;
}

#slider .camera_caption > div:after,
#slider .camera_caption > div:before {
	content: "";
	display: block;
	background: url("../images/footer-florals.png") no-repeat;
	width: 441px;
	margin: auto;
	background-position: center top;
	height: 35px;
	margin-bottom: 10px;
}

#slider .camera_caption > div:after {
	height: 15px;
	background-position: center bottom;
	margin-top: 10px;
	margin-bottom: 0;
}

.camera_caption_title {
	max-width: 430px;
	margin: auto;
	/*font-weight: normal;*/
}



#boxplus .boxplus-viewer > .boxplus-prev,
#boxplus .boxplus-viewer > .boxplus-next {
	margin-top: -25px !important;
	width: 50px !important;
	height: 55px !important;
	opacity: .8 !important;
	top: 50% !important;
	background: url("../images/slider-arrows.png") !important;
	cursor: pointer !important;

	transition: opacity .25s !important;
}

#boxplus .boxplus-viewer > .boxplus-prev:hover,
#boxplus .boxplus-viewer > .boxplus-next:hover {
	opacity: 1 !important;
}

#boxplus .boxplus-viewer > .boxplus-next {
	background-position: right center !important;
}


#boxplus .boxplus-viewer > .boxplus-prev {
	left: -100px !important;
}

#boxplus .boxplus-viewer > .boxplus-next {
	right: -100px !important;
}

#boxplus .boxplus-viewer {
	overflow: visible;
}

.bfElemWrap.bfLabelLeft#bfElemWrap155 {
	display: flex;
	align-items: center;
}

.bfElemWrap.bfLabelLeft#bfElemWrap155 input {
	width: 18px;
	height: 18px;
	background: #fff;
}

.menu_holder {
  	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu_holder .moduletable {
     margin: 10px 20px 40px 20px;
}

