@font-face {
    font-family: 'Minion Pro';
    src: 	url('/assets/fonts/MinionPro-Regular.eot');
    src: 	url('/assets/fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
        	url('/assets/fonts/MinionPro-Regular.woff2') format('woff2'),
        	url('/assets/fonts/MinionPro-Regular.woff') format('woff'),
        	url('/assets/fonts/MinionPro-Regular.ttf') format('truetype'),
        	url('/assets/fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
	height: 100%;
}
body {
	background: #fff;
	height: 100%;
	margin: 0;
}
* {
	outline: none;
	font-family: 'Minion Pro', sans-serif;
}
.clear {
	clear: both;
}

/*********************************************************** HEADER ***************************************************************/

header {
	width: 100%;
	display: block;
	position: fixed;
	height: 48px;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 4;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	overflow: hidden;
}
header:hover {
	background-color: rgba(0,0,0,0.8);
}
h1 {
	width: 170px;
	height: 238px;
	position: fixed;
	text-indent: -999999px;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 5;
	top: 0;
	left: 50%;
	transform: translatex(-600px);
}
h1 a {
	width: 100%;
	height: 100%;
	display: block;
	background: #fff url(/assets/img/logo_zestandnest.svg) left top no-repeat;
	background-size: contain;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
i.wi { 
	font-size: 2em;
	color: rgba(255,255,255,1);
	float: right;
	margin-top: 10px;
}
p.weather {
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: right;
	float: right;
	width: auto;
	font-family: 'Bebas Neue', sans-serif;
	color: rgba(255,255,255,1);
}


/*********************************************************** NAV ***************************************************************/

nav {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 100;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	display: inline-block;
}
nav ul li:last-child {
	float: right;
}
nav ul li a {
	color: rgba(255,255,255,1);
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	padding: 0.5em;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	box-sizing: border-box;
}
nav ul li a::before {
	width: calc(100% - 1em);
	position: absolute;
	top: -3px;
	left: 0.5em;
	height: 3px;
	content: "";
	background: rgba(255,255,255,1);
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
	color: rgba(255,255,255,1);
}
nav ul li a:hover::before, nav ul li a:active::before, nav ul li a.active::before, nav ul li a:focus::before {
	top: 0px;
	background: rgba(255,255,255,1);
}

#spinner_master_container															{ display: none; z-index: 999999; position: absolute; top: 0; right: 0; }
#spinner_master_container .columns 													{ padding: 0; }
.spinner-master input[type="checkbox"] + label:before               				{ display: none; }
.spinner-master input[type="checkbox"]:checked + label:before  						{ display: none; }
.spinner-master input[type="checkbox"] + label  									{ height: 30px; }
.spinner-master * 																	{ transition: all 0.3s; -webkit-transition: all 0.3s; box-sizing: border-box; }
.spinner-master 																	{ position: relative; margin: 10px; height: 30px; width: 40px; float: right; }
.spinner-master input[type="checkbox"] 												{ display: none; }
.spinner-master label 																{ cursor: pointer; position: absolute; z-index: 99; height: 100%; width: 100%; top: 0; left: 0; margin: 0; }
.spinner-master .spinner 															{ position: absolute; height: 5px; width: 100%; background-color: #fff; border-radius: 3px; }
.spinner-master .diagonal.part-1 													{ position: relative; float: left; }
.spinner-master .horizontal 														{ position: relative; float: left; margin-top: 5px; }
.spinner-master .diagonal.part-2 													{ position: relative; float: left; margin-top: 5px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .horizontal 		{ opacity: 0;}
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-1 	{ -webkit-transform: rotate(135deg); transform: rotate(135deg); margin-top: 10px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-2 	{ -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -15px; }
input[type='checkbox'] + label.spinner-spin, input[type='radio'] + label.spinner-spin {
	width: 100% !important;
	top: 3px !important;
	margin: 0 !important;
}



/*********************************************************** HOME ***************************************************************/

section {
	width: 100%;
	position: relative;
}
section#home {
	width: 100%;
	height: 100%;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	width: 100%;
	height: 100%;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {	
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	width: 100%;
}
section#home .bx-wrapper .bx-viewport {		
	height: 100% !important;
}
.slider {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.slider li {
	height: 100%;
}
.slide_container {
	width: 100%;
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bookmark {
	background: #c24934 !important;
}
.libretto {
	background: #709c8c !important;
}
.zeitgeist {
	background: #ebbe5e !important;
}


/*********************************************************** BOOKING ***************************************************************/

#booking_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#booking_small {	
	width: 100%;
	height: auto;
}
#booking_form_container {
	background: rgba(255,255,255,0.9);
	height: auto;
	min-height: 100px;
	padding: 30px;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
#booking_form_container:hover {
	background: rgba(255,255,255,1);
}

#home h2 {
	text-align: center;
	font-family: 'Minion Pro', sans-serif;
	color: #fff;
	font-size: 3em;
	padding: 0.5em;
	margin: 0;
}
form#book {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}
form#book fieldset {
	width: 16%;
	height: auto;
	margin: 0;
	padding: 0 2%;
	border: none;
	display: inline-block;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	float: left;
}
form#book fieldset:first-child {
	width: 20%;
	padding-left: 0;
}
form#book fieldset:last-child {
	float: right;
	padding: 0;
}
form#book fieldset:first-child, form#book fieldset:last-child {
	border-left: none;
}
form#book fieldset label {
	font-size: 1em;
	color: #333;
	line-height: 1em;
	font-family: 'Minion Pro', sans-serif;
}

form#book input[type="text"],
form#book input[type="email"],
form#book textarea {
	border: none;
	box-shadow: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-family: 'Minion Pro', sans-serif;

}
form#book select {
	border: none;
	box-shadow: none;
	font-size: 1.8em;
	line-height: 2.375rem;
	font-family: 'Minion Pro', sans-serif;
	background-color: transparent;
	padding: 0 1.5rem 0 0;
	margin: 0;
	height: 2.375rem;
}

form#book button {
	border: none;
	box-shadow: none;
	font-size: 1.5em;
	line-height: 55px;
	font-family: 'Bebas Neue', sans-serif;
	background-color: #000;
	color: #fff;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 55px;
	float: right;
	cursor: pointer;	
	transform: scale(1);	
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
form#book button:hover {	
	transform: scale(1.1);	
}
.ui-datepicker-year{
    display:none;
}
section#booking {
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center center;
}
#booking form#book {
	margin: 0;
	padding: 0;
	width: 100%;
}
#booking form#book fieldset {
	width: 100%;
	border: none;
	background: #fff;
	padding: 30px;
}
#booking form#book fieldset:first-child {
	width: 100%;
}
#booking #booking_form_container {
	width: 100%;
	margin: 100px 0 50px 0;
}
#booking form#book label {
	margin: 10px 0 0 0;
}
#booking form#book input[type="text"],
#booking form#book input[type="email"],
#booking form#book select,
#booking form#book textarea {
	border-bottom: 1px solid #3333;
}
#booking form#book fieldset.fields3, #booking form#book fieldset.fields2 {
	padding: 0 30px;
}
#booking form#book fieldset.fields3 div {
	width: 33%;
	float: left;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
#booking form#book fieldset.fields2 div {
	width: 50%;
	float: left;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
#booking form#book fieldset.fields3 div:last-child, #booking form#book fieldset.fields2 div:last-child {
	padding-right: 0;
}
#booking form#book fieldset button {
	margin-top: 30px;
}
#booking h2 {
	text-align: center;
	font-family: 'Bebas Neue', sans-serif;
}
#booking p {
	text-align: center;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  	input[type='checkbox'],
  	input[type='radio'] {
		--active: #c24934;
		--active-inner: #fff;
		/*--focus: 2px rgba(39, 94, 254, .3);*/
		--border: #c24934;
		--border-hover: #306283;
		--background: #fff;
		--disabled: #F6F8FF;
		--disabled-inner: #E1E6F9;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 23px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 15px 0;
		cursor: pointer;
		border: 1px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		-webkit-transition: background .3s, border-color .3s, box-shadow .2s;
		transition: background .3s, border-color .3s, box-shadow .2s;
  	}
  	input[type='checkbox']:after,
  	input[type='radio']:after {
		content: '';
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		-webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
		transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  	}
  	input[type='checkbox']:checked,
  	input[type='radio']:checked {
		--b: var(--active);
		--bc: var(--active);
		--d-o: .3s;
		--d-t: .6s;
		--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  	}
  	input[type='checkbox']:disabled,
  	input[type='radio']:disabled {
		--b: var(--disabled);
		cursor: not-allowed;
		opacity: .9;
  	}
  	input[type='checkbox']:disabled:checked,
  	input[type='radio']:disabled:checked {
		--b: var(--disabled-inner);
		--bc: var(--border);
  	}
  	input[type='checkbox']:disabled + label,
  	input[type='radio']:disabled + label {
    	cursor: not-allowed;
  	}
  	input[type='checkbox']:hover:not(:checked):not(:disabled),
  	input[type='radio']:hover:not(:checked):not(:disabled) {
    	--bc: var(--border-hover);
  	}
  	input[type='checkbox']:focus,
  	input[type='radio']:focus {
    	box-shadow: 0 0 0 var(--focus);
  	}
  	input[type='checkbox']:not(.switch),
  	input[type='radio']:not(.switch) {
    	width: 23px;
  	}
  	input[type='checkbox']:not(.switch):after,
  	input[type='radio']:not(.switch):after {
    	opacity: var(--o, 0);
  	}
  	input[type='checkbox']:not(.switch):checked,
  	input[type='radio']:not(.switch):checked {
    	--o: 1;
  	}
  	input[type='checkbox'] + label,
  	input[type='radio'] + label {
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-left: 20px;
		top: 8px;
		width: calc(100% - 40px);
		margin: 15px 0 0 10px !important;
		font-size: 1.8em !important;
		line-height: 1em !important;
  	}

  	input[type='checkbox']:not(.switch) {
    	border-radius: 5px;
  	}
  	input[type='checkbox']:not(.switch):after {
		width: 5px;
		height: 9px;
		border: 2px solid var(--active-inner);
		border-top: 0;
		border-left: 0;
		left: 8px;
		top: 5px;
		-webkit-transform: rotate(var(--r, 20deg));
				transform: rotate(var(--r, 20deg));
  	}
  	input[type='checkbox']:not(.switch):checked {
    	--r: 43deg;
  	}
  	input[type='checkbox'].switch {
		width: 38px;
		border-radius: 11px;
  	}
  	input[type='checkbox'].switch:after {
		left: 2px;
		top: 2px;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		background: var(--ab, var(--border));
		-webkit-transform: translateX(var(--x, 0));
				transform: translateX(var(--x, 0));
  	}
  	input[type='checkbox'].switch:checked {
		--ab: var(--active-inner);
		--x: 17px;
  	}
  	input[type='checkbox'].switch:disabled:not(:checked):after {
    	opacity: .6;
  	}

  	input[type='radio'] {
    	border-radius: 50%;
  	}
  	input[type='radio']:after {
		width: 21px;
		height: 21px;
		border-radius: 50%;
		background: var(--active-inner);
		opacity: 0;
		-webkit-transform: scale(var(--s, 0.7));
				transform: scale(var(--s, 0.7));
  	}
  	input[type='radio']:checked {
    	--s: .5;
  	}
	input[type='checkbox'].notok,
	input[type='radio'].notok {
		border: 1px solid #c00;
	}
}

/*********************************************************** HOME 2 ***************************************************************/


section#home2 {
	height: auto;
	margin: 0;
	padding: 2rem 0;
	min-height: 600px;
}
section#home2 .slider2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
}
section#home2 .slider2 li {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
section#home2 .slider2 li img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}

h3 {	
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3em;
	line-height: 1em;
	color: #000;
	margin: 0;
	padding: 1rem 0;
}
.text_container {
	padding: 4rem;
}

/*********************************************************** HOME 3 ***************************************************************/


section#home3 {
	height: auto;
	margin: 0;
	padding: 0 0 4rem 0;
}
section#home3 .slider3 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
}
section#home3 .slider3 li {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
section#home3 .slider3 li img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
.home_apartman_container {
	height: auto;
	width: 100%;
	position: relative;
}
.home_apartman_container .image {
	padding-top: 34%;
	width: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
}
.home_apartman_container .text {
	width: 50%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 5%;
}
.home_apartman_container .text h4 {
	font-size: 3em;
	margin: 0.5em 0;
	padding: 0;
}
.home_apartman_container .text a {
	font-size: 1.5em;
	line-height: 55px;
	font-family: 'Bebas Neue', sans-serif;
	background-color: #c24934;
	color: #fff;
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 200px;
	height: 55px;
	cursor: pointer;
	position: relative;
	transform: scale(1);	
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.home_apartman_container .text a:hover {
	transform: scale(1.1);	
}

.bx-wrapper .bx-controls {
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	width: 100%;
	height: 20px;
	padding: 0;
}

.bx-wrapper .bx-prev {
	background: url(/assets/img/arrow_left.svg) center center no-repeat;
	margin: auto auto auto -30px;
	left: 0;
}

.bx-wrapper .bx-next {
	background: url(/assets/img/arrow_right.svg) center center no-repeat;
	margin: auto -30px auto auto;
	right: 0;
}

.bx-wrapper .bx-controls-direction a {
	top: 0;
	position: absolute;
	outline: 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	z-index: 9999;
	background-size: contain;
}


/*********************************************************** FOOTER ***************************************************************/


footer {
	background: #000;
	margin: 0;
	padding: 3rem 0 0 0;
	z-index: 2;
	position: relative;
}
footer address, footer p, footer a {
	font-style: normal; 
	font-family: 'Minion Pro', sans-serif;
	color: #fff;
}
footer a:hover {
	color: #fff;
}
h4 {	
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #000;
	margin: 0;
	padding: 0 0 1rem 0;
}
footer .cell {
	border-left: 1px solid #fff;
}
footer .cell:nth-child(1), footer .cell:nth-child(2)  {
	border-left: none;
}

footer .social {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	color: #000;
	border-radius: 50%;
	font-family: 'Font Awesome 5 Brands';
	font-size: 20px;
	line-height: 40px;
	background: #fff;
	text-align: center;	
	transform: scale(1);	
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
footer .social:hover {
	color: #000;
	transform: scale(1.4);	
}
footer .copyright {
	background: #000;
	color: #fff;
	text-align: center;
	margin: 2rem 0 0 0;
	padding: 0;
}
footer .copyright p {
	color: #666;
	padding: 0.5rem;
	margin: 0;
	font-family: 'Minion Pro', sans-serif;
}
footer h2 {
	width: 100%;
	position: relative;
	text-indent: -999999px;
	margin: 0;
	padding: 140% 0 0 0;
	display: block;
}
footer h2 a {
	width: 100%;
	height: 100%;
	display: block;
	background: #fff url(/assets/img/logo_zestandnest.svg) left top no-repeat;
	background-size: contain;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


/*********************************************************** APARTMENTS ***************************************************************/

#apartments_left {
	width: 50%;
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}
#apartments_left #booking_small {
	max-width: 600px;
}
#apartments_left #booking_form_container {
	background: none;
	padding: 0;
}
#apartments_left h2 {
	display: none;
}
#apartments_left form#book fieldset {
	width: calc(25% - 4px);
	background: #fff;
	margin: 2px;
	padding: 10px;
}
#apartments_left form#book fieldset:first-child, #apartments_left form#book fieldset:last-child {
	width: calc(100% - 4px);
}
#apartments_left form#book fieldset:last-child {
	padding: 0;
}
#apartments_left form#book fieldset label {
	font-size: 0.8em;
}

#apartments_left form#book input[type="text"] {	
	font-size: 1.5em;
}
#apartments_left form#book select {
	font-size: 1.5em;
}

#apartments_right {
	width: 50%;
	position: relative;
	height: auto;
	min-height: 100%;
	right: 0;
	top: 0;
	left: 50%;
	padding: 55px 7px 0 7px;
	z-index: 3;
}
#apartments_right nav {
	background: #000;
}
#apartments_right nav ul li:last-child {
	float: none;
}
.app_intro {
	background: #000;
	margin: 7px 0;
	padding: 30px 100px;
	text-align: center;
	color: #fff;
}
.app_intro h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3em;
	line-height: 1em;
	margin: 0;
	padding: 1rem 0;	
	color: #fff;
	letter-spacing: 2px;
}
.app_intro h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2em;
	line-height: 1em;
	margin: 0;
	padding: 0 0 1rem 0;	
	color: #fff;
	letter-spacing: 2px;
}

.apartman {
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}
.apartman img {
	width: 50%;
	height: auto;
	display: block;
	float: left;
}
.apartman .text {
	width: 50%;
	height: auto;
	float: right;
	text-align: center;
	padding: 5%;
}
.apartman h4 {
	font-size: 3em;
	margin: 0.5em 0;
	padding: 0;
}
.apartman a {
	font-size: 1.5em;
	line-height: 55px;
	font-family: 'Bebas Neue', sans-serif;
	background-color: #c24934;
	color: #fff;
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 200px;
	height: 55px;
	cursor: pointer;
	position: relative;
	transform: scale(1);	
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.apartman a:hover {
	transform: scale(1.1);	
}
.gallery {
	width: 100%;
	height: auto;
	padding: 0 0 0 7px;
	box-sizing: border-box;
	float: left;
}
.gallery a {
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	margin: 0 7px 7px 0;
	overflow: hidden;
	transform: scale(1);
}
.gallery a:hover {
	transform: scale(1);
}
.gallery a div {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(1.1);	
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.gallery a:hover div {
	transform: scale(1);
}
.lg-backdrop {
	background-color: rgba(0,0,0,0.8);
}
.details .text {
	float: none;
	width: 50%;
	text-align: left;
}
table {
 	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
	padding: 0;
	border: none;
}
table tr {
 	background: #fff;
	border: none;
}
table tr td {
 	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
 	background: #fff;
}
table thead, table tbody, table tfoot {
	border: none;
}


/*********************************************************** FAQ ***************************************************************/

.accordion {
	padding: 30px 19px;
	margin: 0 0 30px 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: #fff;
	border: none;
	font-family: 'Minion Pro', sans-serif;
	color: #333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	color: #000;
}
.ui-widget-content {
	border: none;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2em;
}
#ask_form form#book fieldset:last-child {
	float: none;
}
#ask_form form#book {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 600px;
}
#ask_form form#book fieldset {
	width: 100%;
	border: none;
	background: #fff;
	padding: 30px;
}
#ask_form form#book fieldset:first-child {
	width: 100%;
}
#ask_form form#book label {
	margin: 10px 0 0 0;
}
#ask_form form#book input[type="text"],
#ask_form form#book input[type="email"],
#ask_form form#book select,
#ask_form form#book textarea {
	border-bottom: 1px solid #3333;
}
#ask_form form#book button {
	margin: 30px 0;
}


/*********************************************************** LOCATION ***************************************************************/


.location_intro {
	background: #c24934;
	margin: 0 0 7px 0;
	padding: 30px 100px;
	text-align: center;
	color: #fff;
}
.location_intro h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3em;
	line-height: 1em;
	margin: 0;
	padding: 1rem 0;	
	color: #fff;
	letter-spacing: 2px;
}
.location_intro h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2em;
	line-height: 1em;
	margin: 0;
	padding: 0 0 1rem 0;	
	color: #fff;
	letter-spacing: 2px;
}
.hidden {
	display: none;
}

form#directions input[type="text"] {
	border: none;
	box-shadow: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-family: 'Minion Pro', sans-serif;
	border-bottom: 1px solid #333;
}
form#directions select {
	border: none;
	box-shadow: none;
	font-size: 1.8em;
	line-height: 2.375rem;
	font-family: 'Minion Pro', sans-serif;
	background-color: transparent;
	padding: 0 1.5rem 0 0;
	margin: 0;
	height: 2.375rem;
	border-bottom: 1px solid #333;
}
#location_container h2 {
	text-align: center;
	font-family: 'Bebas Neue', sans-serif;
}
#location_container p {
	text-align: center;
}
.directions {
	text-align: left;
}
.directions h3 {
	font-size: 1.5em;
	margin: 0;
	padding: 1em 0 0.5em 0;
}
#location_container .directions p {
	text-align: left;
}

#directions fieldset {
	padding: 30px;
}


















