.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
body,
.ui-body-c, 
.ui-overlay-c {
	background-color: #f4f1df;
}
.ui-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* header */
.ui-bar-a {
	background: #900;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.3);
	box-shadow:0 2px 2px rgba(0,0,0,0.3);
	border-bottom: 1px solid #29190c;
}
/* home */
.home-pic img,
.top-pic img {
	width: 100%;
}
.home-text {
	margin: 0 0 1em 0;
}
.ui-content .reserve a {
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	margin: 0 0 .5em 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 1px solid #ddd;
	border-bottom-color: #bbb;
	padding: .5em;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(top,  #f9f9f9 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.reserve a .note {
	display: block;
	color: #06c;
	font-weight: normal;
	font-size: 90%;
	margin-top: .1em;
}
.ui-content .byphone a {
	margin-bottom: 1em;
}
.ui-content .reserve a:hover,
.ui-content .reserve a:active {
	background: #f3f3f3;
	color: #333;
}
.box {
	border: 1px solid #ddd !important;
	border-radius: 5px;
    margin: 15px;
    background: #fff;
    margin-bottom: 15px;
}
.box h2 {
	margin-top: 0;
}
.box .thumb {
	margin: 0 -16px;
}
.box .thumb img {
	margin-bottom: 0;
}
.box.ui-content .ui-listview-inset {
    margin: 0 -17px -16px -17px;
    border: none;
    border-radius: 0;
}
.box .ui-listview>li.ui-last-child, .ui-listview>li.ui-last-child>a.ui-btn {
    border-bottom: none;
}
h2 {
	font-family: Georgia, serif;
	color: #800;
	font-weight: normal;
}
.divider {
	border-top: 1px solid #ccc;
	margin: 15px 0;
}
/* Bungalows 
.bung img {
	float: left;
	margin-right:40px;
	width: 35%;
}
.bung ul {
	margin-left: 35%;
}
.bung li {
	margin: .3em 0;
}*/
.thumb img {
	width:100%;
	margin-bottom:1.5em;
}
.bungalows ul.gallery,
.bungalows ul.gallery li {
	margin:0;
	padding:0;
	list-style:none;
}
.bungalows ul.gallery li {
	display:none;
	float:none;
	width:auto;
}
.bungalows ul.gallery li.thumb {display:block;}
.bungalows ul.gallery li a {
	border:none;
	margin:0;
}

/*Gallery */
.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33.33333333%; }
.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }
/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

 
body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: #000;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* UILayer */
div.ps-uilayer { 
	
	background: #000;
	cursor: pointer;
	
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: url(http://haciendaalemana.com/m/css/loader.gif) no-repeat center center; 
}

div.ps-carousel-item-error 
{ 
	background: url(http://haciendaalemana.com/m/css/error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 13px;
	display: block;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(http://haciendaalemana.com/m/css/icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-moz-background-size: 176px 88px;
		-o-background-size: 176px 88px;
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(http://haciendaalemana.com/m/css/icons@2x.png);
	}
}