@CHARSET "UTF-8";
html, .ui-page {
    overflow-x: hidden;
    width: 100%;
}
@media only screen and (min-width: 1100px){
    .ui-page {
        margin: 0 auto !important;
    }
    .ui-header-fixed {
        width: 1100px !important;
        left: 50%;
		margin-left: -550px;
        overflow: hidden;
    }
}
.ui-page {
	position: relative !important;
}
.container, .container-fluid {
	padding: 0 !important;
}
.fixed-header {
	position: fixed !important;
	top: 0;
	z-index: 100;
	width: 100%;
}
.fixed-footer {
	position: fixed !important;
	bottom: 0;
	z-index: 100;
	width: 100%;
}
@media (min-width: 480px){
	.container-xs .fixed-header,
	.container-xs .fixed-footer {
		width: 450px;
	}
}
@media (min-width: 768px){
	.container-sm .fixed-header,
	.container-sm .fixed-footer,
	.container-md .fixed-header,
	.container-md .fixed-footer,
	.container-lg .fixed-header,
	.container-lg .fixed-footer {
		width: 750px;
	}
}
@media (min-width: 992px){
	.container-md .fixed-header,
	.container-md .fixed-footer,
	.container-lg .fixed-header,
	.container-lg .fixed-footer {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.container-lg .fixed-header,
	.container-lg .fixed-footer {
		width: 1170px;
	}
}
.container-xs {
	width: auto;
	max-width: 450px;
}
.container-sm {
	width: auto;
	max-width: 750px;
}
.container-md {
	width: auto;
	max-width: 970px;
}
.container-lg {
	width: auto;
	max-width: 1170px;
}
.qr-code-wrapper {
    width: 100%;
    max-height: 400px;
    position: relative;
    display: block;
}
.qr-code-wrapper>svg {
    height: 100%;
    width: 100%;
    max-height: 400px;
}
img, video {
  border: 0;
  max-width: 100%;
  height: auto;
}
#panelbutton {
	
}
.ui-content>iframe.vtour, .ui-content>iframe.general {
	border: none 0;
	overflow: hidden;
	width: 100%;
}
.ui-content>iframe.vtour, div[data-role="content"]>iframe.vtour,
.ui-content>iframe.map-container, div[data-role="content"]>iframe.map-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ui-content>.fb-like-box, div[data-role="content"]>.fb-like-box,
.ui-content>.fb-like-box>span, div[data-role="content"]>.fb-like-box>span,
.ui-content>.fb-like-box>span>iframe, div[data-role="content"]>.fb-like-box>span>iframe {
	width: 100%;
	overflow: hidden;
	min-height: 100%;
}
.map-container {
    width: 100%; 
    min-height: 250px;
    clear: both;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #404040!important;
}
.twitter-timeline, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.language-select {
	
}
.map-container img {
	max-width: inherit;
	/*max-width: none!important;
	max-height: none!important;
	height: auto!important;
	width: auto!important;*/
}
.mapinfo {
	color: #505050;
}
.mapinfo td {
	padding: 3px;
}
.mapinfo .imgtd {
	width: 80px;
}
.mapinfo td img {
	max-width: 80px!important;
	max-height: 80px!important;
	width: auto!important;
	height: auto!important;
}
.mapinfo h3 {
	margin: 0px;
	font-size: 14px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.map-info-dialog {
}
.map-info-dialog img {
	max-width: 100%;
	height: auto;
}
.map-info-dialog>div {
	max-width: 560px;
	padding: 10px 20px;
	position: relative;
	overflow-y: scroll;
	max-height: 800px;
}
.ui-content, div[data-role="content"] {
	position: relative;
}
.ui-collapsible-content {
	
}
.contact .row {
	clear: both;
	margin-bottom: .8em;
	overflow: hidden;
    padding: 0 15px!important;
}
.contact .row .label {
	font-size: smaller;
	float: none;
	clear: none;
	width: 100%;
	font-weight: normal;
}
.contact .row .value {
	font-size: normal;
	float: left;
	width: 100%;
	font-weight: bolder;
}
.header-content p, .footer-content p {
	margin: 0;
	padding: 0;
}
.footer-content table, .header-content table, .ui-bar-c table, [data-role="header"] table, [data-role="footer"] table {
	width: 100%;
	display: block;
	overflow: hidden;
}
.footer-content img, .header-content img {

}
.panelheadwrapper {
	position: relative;
}
.navbuttonwrapper {
	width: 36px;
	float: left;
	clear: left;
}
.panelbutton {
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.navcontentwrapper {
	margin-left: 36px;
}
.ui-bar-c .ui-select a {
	min-height: 2em;
	margin: 0;
}

ul.gallery {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
ul.gallery li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	width: 46%;
	height: 30%;
	max-width: 350px;
	max-height: 200px;
	margin: 2%;
	overflow: hidden;
}
ul.gallery li a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
}
ul.gallery li a img {
	margin: auto auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
@media all and (min-width: 30em){
	.contact .row img {
		max-width: 100%;
		width: auto;
		height: auto;
		float: left;
		clear: left;
		margin: 0px;
	}
	.contact .row .label {
		font-size: smaller;
		float: none;
		clear: none;
		width: 100%;
		font-weight: normal;
	}
	.contact .row .value {
		font-size: normal;
		float: left;
		width: 100%;
		font-weight: bolder;
	}
}
@media (max-width: 35em) {
	.ui-responsive .ui-block-a .ui-body, .ui-responsive .ui-block-b .ui-body, .ui-responsive .ui-block-c .ui-body, .ui-responsive .ui-block-d .ui-body, .ui-responsive .ui-block-e .ui-body {
		padding: 0 0 0.4em 0;
	}
}
@media all and (min-width: 45em){
	.contact .row img {
		max-width: 30%;
		width: auto;
		height: auto;
		float: left;
		clear: left;
		margin: 20px;
	}
	
	.contact .row .label {
		font-size: normal;
		float: left;
		clear: left;
		width: 30%;
		font-weight: lighter;
	}
	.contact .row .value {
		font-size: normal;
		float: left;
		width: 70%;
		font-weight: bolder;
	}
	.contact {
		padding: 10px;
	}	
	ul.gallery li {
		width: 21%;
		height: 20%;
		margin: 2%;
	}

}
.ui-page { position: relative; }
.ui-panel-closed {
	display: none;
}
.panel-directions {
	height: 100%;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	width: 30em;
	overflow-x: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
}
.travel-mode {
	background-image: url(//maps.gstatic.com/tactile/directions/travel_mode/sprite-1x-20130819.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block!important;
	text-decoration: none;
	background-size: 20px 240px;
	margin: 5px 0px;
}
.directions {
	background-position: 0 0px;
}
.directions.active {
	background-position: 0 -20px;
}
.travel-mode-drive {
	background-position: 0 -40px;
}
.travel-mode-drive.active {
	background-position: 0 -60px;
}
.travel-mode-transit {
	background-position: 0 -80px;
}
.travel-mode-transit.active {
	background-position: 0 -100px;
}
.travel-mode-walk {
	background-position: 0 -120px;
}
.travel-mode-walk.active {
	background-position: 0 -140px;
}
.travel-mode-bicycle {
	background-position: 0 -160px;
}
.travel-mode-bicycle.active {
	background-position: 0 -180px;
}
.map-links {
	margin: 5px 0 0 0;
	clear: both;
	overflow: hidden;
}
.map-links a {
	border-right: solid 1px rgba(0,0,0,0.3);
	padding: 0 5px;
	line-height: 20px;
}
.map-links a:last-child {
	border-right: none 0;
}
.map-links a.directions-to-here {
	display: inline-block;
	background-image: url(//maps.gstatic.com/tactile/directions/travel_mode/sprite-1x-20130819.png);
	background-position: 0 0px;
	background-repeat: no-repeat;
	line-height: 20px;
	padding-left: 25px;
	margin-left: 4px
}
.map-links a.directions-to-here:hover {
	background-position: 0 -20px;
}
.fullscreenbutton {
	position: fixed; 
	/*top: 50%;*/
	bottom: 0;
	margin-top: -20px; 
	right: 0; 
	z-index: 2000;
	opacity: .5;
}
.has-error, .has-error input, .has-error textarea, .has-error select {
	border-color: #dc3a3a!important;
}
.form-error {
	width:auto;
	position:absolute;
	top:-23px;
	left:3%;
	right: 3%;
	max-width: 94%;
	background:#dc3a3a;
	color:white!important;
	text-align:center;
	padding:2px 6px;
	white-space:nowrap;
	border-radius:6px;
	z-index:1111;
	font-family:"Source Sans Pro";
	font-size:12px;
	text-shadow: none;
}
.form-error:before {
	content:"";
	display:block;
	position:absolute;
	bottom:-9px;
	left:6px;
	border:none;
	width:0px;
	height:0px;
	border-top:9px solid #dc3a3a;
	border-left:9px solid transparent;
}
.form-error:after {
	content:"";
	display:block;
	position:absolute;
	bottom:-9px;
	left:15px;
	border:none;
	width:0px;
	height:0px;
	border-top:9px solid #dc3a3a;
	border-right:9px solid transparent;
}
.ui-input-text.error {
    border-color: #dc3a3a;
}
.error input {
    color: #dc3a3a;
}
.ui-input-text.success {
    border-color: #2acc2a;
}
.success input {
    color: #2acc2a;
}
.errorMessage {
    color: #dc3a3a;
    margin-bottom: 10px;
}
.ui-mobile .ui-page .ui-slider-input,
.ui-mobile .ui-dialog .ui-slider-input {
    /*display : none;*/
}
.ui-slider-track, .ui-slider-switch {
	/*position: relative;
	overflow: visible;
	height: 15px;
	margin: 0 15px 0 15px;
	top: 6px;*/
}
.feedEkList{list-style:none outside none; padding:0;}
.feedEkList li{border-bottom:1px solid #D3CAD7; padding:5px;}
.feedEkList li:last-child{border-bottom:none;}
.itemDate{font-size:11px;}
.ui-header .ui-navbar .ui-grid-c li.ui-block-d .ui-btn,
.ui-footer .ui-navbar .ui-grid-c li.ui-block-d .ui-btn,
.ui-header .ui-navbar .ui-grid-d li.ui-block-e .ui-btn,
.ui-footer .ui-navbar .ui-grid-d li.ui-block-e .ui-btn { margin-right: 0; }
.ui-popup-container {
	z-index: 1500;
}
.dynamic-item:hover {
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	cursor: pointer;
}
.dpSocialTimeline_item {
	text-shadow: none!important;
}
/*.ui-page {
    overflow-x: hidden!important;
}*/
body.standalone-mode .ui-header {
    /* padding-top: 20px; */
}
.input-prepend {
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
    vertical-align: middle;
    white-space: nowrap;
}
.input-prepend .add-on {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 7px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}
.input-prepend .add-on {
    vertical-align: bottom;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p, .alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}
.margin-20 {
	margin: 20px 0;
}
.ui-checkbox input, .ui-radio input {
	display: none!important;
}
#to_the_top {
	width: 30px;
	height: 30px;
	position: fixed;
	right: 5px;
	bottom: 5px;
	padding: 5px 2px;
	text-align: center;
	display: block;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
	opacity: 0;
}

#to_the_top:hover {

}
label.ui-input-text {
	border: none 0!important;
    background: inherit!important;
}
.responsive-video {
	height: 0!important;
	padding-top: 25px!important;
	padding-bottom: 67.5%!important;
	margin-bottom: 10px!important;
	position: relative!important;
	overflow: hidden!important;
}

.responsive-video.widescreen {
	padding-bottom: 56.34%!important;
}

.responsive-video.vimeo {
	padding-top: 0!important;
}
.responsive-video>embed, .responsive-video>iframe, .responsive-video>object, .responsive-video>video {
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute!important;
}
.fc-event-container {
    cursor: pointer;
}
#popup-event-info-popup {
    width: 80%;
    left: 10%;
    right: 10%
}
.ui-select .ui-btn select {
    background-color: inherit;
}
.ui-btn-icon-left .ui-btn-inner {
	padding-left: 20px!important;
}
.ui-header>.ui-btn-icon-left>.ui-btn-inner {
	padding-left: 28px!important;
}
.ui-radio .ui-btn-icon-left .ui-btn-inner {
	padding-left: 37px!important;
}
.ui-radio .ui-icon {
	left: -16px;
}
.ui-collapsible .ui-icon {
	left: 0px;
}
.ui-popup .ui-btn-icon-notext .ui-icon,
.ui-header .ui-btn-icon-notext .ui-icon {
	margin-top: 1px!important;
	margin-left: 1px!important;
}
.ui-checkbox .ui-btn-icon-left .ui-btn-inner, .ui-radio .ui-btn-icon-left .ui-btn-inner {
	padding-left: 40px!important;
}
.ui-checkbox .ui-btn-icon-right .ui-btn-inner {
    padding-right: 40px!important;
}
.ui-checkbox .ui-btn-icon-right .ui-btn-inner .ui-icon {
    right: -15px;
}
.data-filter-head {
	width: 100%;
	display: block;
	text-decoration: none;
}

.data-filter-head > span {
	color: inherit;
}

.data-filter-head:hover {
}
label.accept-terms>.ui-btn-text {
	cursor: default;
}
.ui-btn-text a:link, .ui-btn-text a:active, .ui-btn-text a:visited, .ui-btn-text a:hover {
	color: inherit!important;
	text-decoration: underline;
	cursor: pointer;
}
.ui-btn-text a:hover {
	text-decoration: none;
}
div.cookie-warning {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	font-size: 80%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	overflow: hidden;
}
.pac-container {
	z-index: 3000;
}
p.pager {
	clear: both;
}
.tag-icon {
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	width: 28px;
	text-align: center;
	margin: -4px 6px -18px -16px
}