#article, aside, details, figcaption, figure, footer, header, hgroup, nav,
	section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

audio:not ([controls] ) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
}

html, button, input, select, textarea {
	color: #222222;
	font-family: sans-serif;
}

a {
	text-decoration: none;
}

a:focus {
	outline: 0 none;
}

a:hover, a:active {
	outline: 0 none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

dfn {
	font-style: italic;
}

hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: 0 none;
	border-style: solid none none;
	border-width: 1px 0 0;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: none repeat scroll 0 0 #FFFF99;
	color: #000000;
	text-decoration: none;
}

mark {
	background: none repeat scroll 0 0 #FFFF00;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

pre, code, kbd, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before, q:after {
	content: none;
}

small {
	font-size: 90%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

ol {
	margin: 15px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul {
	float: left;
}

nav ul, nav ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
nav select{
	display: none;
}
img {
	border: 0 none;
	vertical-align: middle;
}

svg:not (:root ){
	overflow: hidden;
}

figure {
	margin: 0;
}


 {
	margin: 0;
}

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0 none;
	padding: 0;
	white-space: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button, input {
	line-height: normal;
}

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

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-moz-box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input:valid, textarea:valid {
	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

body {
	background: none repeat scroll 0 0 #000000;
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	height: 100%;
	line-height: 1.4;
	margin: 0;
	text-rendering: optimizelegibility;
}
.wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 auto;
	padding: 40px;
	transition: all 0.3s ease-in-out 0s;
	width: 950px;
}

header {
	background: none repeat scroll 0 0 rgba(1, 1, 1, 0.8);
	float: right;
	height: 100px;
	position: relative;
	transition: all 0.45s ease-in-out 0s;
	width: 100%;
	z-index: 10;
}

header h1 {
	font-size: 55px;
	text-align: center;
}

header.closed {
	float: right;
	height: 100px;
	width: 169px;
}

header.closed #headWrap {
	display: none;
}

#headWrap {
	-moz-box-sizing: border-box;
	margin: 0;
	opacity: 1;
	padding: 0 150px 0 55px;
}

a.logo {
	display: block;
	float: left;
	width: 150px;
	height: 147px;
	position: relative;
	top: 0;
	transition: top 0.3s ease-in-out 0s;
	overflow: hidden;
}
a.logo img.big{
	display: block;
}
a.logo img.small{
	display: none;
}
a.logo.closed {
	top: -170px;
}

nav {
	float: left;
	margin-left: 20px;
	margin-top: 36px;
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

nav li {
	float: left;
	margin-right: 20px;
}

nav li a {
	display: block;
	padding: 5px 0px;
	position: relative;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
}

nav ul li a:after {
	content: '';
	display: block;
	position: absolute;
	right: -3px;
	top: 60px;
	background: #ffffff;
	opacity: .5;
}

nav ul li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 30px;
	height: 2px;
	width: 0;
	/*
  background: #3498DB;
  */
	background: #99CC00;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
}

nav ul li.last>a:after, nav ul li:last-child>a:after {
	display: none;
}

nav ul li a:hover:before {
	width: 100%;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
}

.active:before {
	width: 100%;
}

nav.fade {
	opacity: 0;
}

#panel {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none repeat scroll 0 0 rgba(1, 1, 1, 0.6);
	position: absolute;
	bottom: 0;
	left: -100%;
	top: 100px;
	transition: all 0.45s ease-in-out 0s;
	z-index: 0;
	width: 45%;
	color: #fff;
	padding: 60px 20px 30px 55px;
}

#panel.open {
	left: 0;
	display: block;
}
#panel.closed{
	left: -100%;
	display: none;
}

.menus #panel, .sauces #panel, .cookbook #panel {
	background: none repeat scroll 0 0 rgba(1, 1, 1, 0.6);
}

#panel.halfPanel {
	width: 45%;
}

#panel.widePanel {
	width: 100%;
}

#jax
 {
	color: #FFFFFF;
	height: 100%;
	opacity: 1;
	overflow: hidden;
	transition: all 0.6s ease-in-out 0s;
	width: 100%;
}

#article {
	overflow: hidden;
}

#article .event {
	width: 100%;
}
jaxWrap {
	width: 100%;
	height: 100%;
	color: #FFF;
	overflow: hidden;
	opacity: 1;
	box-sizing: border-box;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
#jaxWrap img {
	display: block;
	float: left;
}

#jaxWrap.faded {
	opacity: 0;
}

#closePanel {
	background: url("../images/close.png") repeat scroll 0 0
		rgba(0, 0, 0, 0);
	color: #FFFFFF;
	height: 24px;
	opacity: 1;
	position: absolute;
	right: 23px;
	top: 15px;
	transition: all 0.3s ease-in-out 0s;
	width: 26px;
	z-index: 100;
}

#jaxWrap input[type="image"] {
	margin-top: 4px;
}

.menus #panel.widePanel, .sauces #panel.widePanel {
	padding-bottom: 180px;
}

a.navicon {
	background: url("../images/navicon@2x.png") no-repeat scroll center
		center/21px auto rgba(0, 0, 0, 0);
	display: none;
	height: 17px;
	padding: 22px;
	position: absolute;
	right: 0;
	top: 0;
	width: 21px;
	z-index: 100;
}

.jPanelMenu-panel {
	position: absolute !important;
}

#jPanelMenu-menu {
	background: none repeat scroll 0 0 #000000;
	margin: 0;
	z-index: 1 !important;
}

#pageslide {
	background-color: #272727;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	display: none;
	height: 100%;
	min-width: 260px;
	padding: 0;
	position: fixed;
	top: 0;
	width: 75%;
	z-index: 999999;
}

#pageslide nav {
	margin: 0;
	width: 100%;
}

#pageslide ul {
	padding-top: 10px;
	width: 100%;
}

#pageslide li {
	border-bottom: 1px solid #414141;
	margin: 0 0 5px;
	padding-bottom: 5px;
}

#pageslide li a {
	padding: 0 20px;
}

#mobileMenu a {
	color: #FFFFFF;
}

#loader {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 11;
	box-shadow: 0 0 6px 1px rgba(1, 1, 1, .6)
}

.grid {
	background-color: #222;
	float: left;
	height: 25px;
	width: 25px;
	-moz-animation-name: aniGrid;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	-webkit-animation-name: aniGrid;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-ms-animation-name: aniGrid;
	-ms-animation-duration: 1.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	-o-animation-name: aniGrid;
	-o-animation-duration: 1.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	animation-name: aniGrid;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}

#load1 {
	-moz-animation-delay: .15s;
	-webkit-animation-delay: .15s;
	-ms-animation-delay: .15s;
	-o-animation-delay: .15s;
	animation-delay: .15s;
}

#load2 {
	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
	-ms-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s;
}

#load3 {
	-moz-animation-delay: .45s;
	-webkit-animation-delay: .45s;
	-ms-animation-delay: .45s;
	-o-animation-delay: .45s;
	animation-delay: .45s;
}

#load4 {
	-moz-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}

#miniSlide {
	bottom: 55px;
	display: none;
	left: 55px;
	position: absolute;
	width: 25%;
	background: none repeat scroll 0 0 rgba(1, 1, 1, 0.6);
	padding: 30px;
	border-radius: 4px;
	z-index: 100;
}

#miniSlide p {
	color: #FFFFFF;
	font-size: 18px;
	margin: 0;
}

#miniSlide h2 {
	color: #FFFFFF;
	font-family: 'pt_serif_captionitalic';
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 6px;
}

a.btn {
	color: #FFFFFF !important;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	margin-right: 5px;
	margin-top: 20px;
	padding: 9px 16px;
	text-transform: uppercase;
}

a.grnBtn {
	background: none repeat scroll 0 0 #4D4D4D;
}

a.gryBtn {
	background: none repeat scroll 0 0 #99cc00;
}

#controller {
	clear: left;
	float: left;
	margin-top: 40px;
}

#controller li {
	border-top: 4px solid #FFFFFF;
	float: left;
	padding-top: 7px;
	position: relative;
}

#controller li a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	margin: 0 3px;
	padding: 0 10px;
	text-transform: uppercase;
}

#controller li.active {
	border-top: 4px solid #99cc00;
}

#controller li.active:after {
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-top: 8px solid #99cc00;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	top: 0;
	width: 0;
}

#credit {
	bottom: 55px;
	opacity: 1;
	position: absolute;
	right: 55px;
	transition: opacity 0.3s ease-in-out 0s;
}

#credit img {
	float: right;
}

#credit h2 {
	color: /*#3399cc*/ #fff;
	font-family: 'pt_serif_captionitalic';
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: right;
}

#credit p {
	font-family: 'pt_serif_captionitalic';
	color: #FFFFFF;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}

#credit p a {
	color: #FFFFFF;
}

#credit p span {
	margin-right: 10px;
	font-size: 26px;
	color: #F5F5F5;
}

#credit p span:last-of-type {
	margin-right: 0;
}

#credit.closed {
	opacity: 0;
}

#credit .social {
	float: right;
}

.social {
	margin: 12px 0 0;
	margin-bottom: 15px;
}

.social li {
	float: left;
	margin-right: 10px;
}

.social li:last-child {
	margin-right: 0;
}

.social li a {
	background-image: url("../images/social.png");
	display: block;
	height: 30px;
	width: 30px;
}

.social li.mailing a {
	background-position: 0 0;
}

.social li.tripAdvisor a {
	width: 155px;
	background: url(../images/tripadvisor-social.png) scroll 0 0;
}

.social li.tnh a {
	background: url(../images/TNH-social.png) scroll 0 0;
}

.social li.facebook a {
	background: url(../images/facebook-social.png) scroll 0 0;
}

.social li.twitter a {
	
}

.social li.instragram a {
	background: url(../images/instagram-icon.png) scroll 0 0;
}

.content .social {
	float: left;
	margin-top: 5px;
}

.galMode {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	position: absolute;
	right: 30px;
	text-decoration: none;
	text-transform: uppercase;
	top: 42px;
	transition: all 0.3s ease-in-out 0s;
	z-index: 11;
}

.galMode:before {
	background: url("../images/gallery.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
	content: "";
	display: inline;
	float: left;
	height: 19px;
	margin-right: 10px;
	width: 22px;
}

.galMode.open {
	
}

#directionWrap {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

#smallLogo {
	height: 100px;
	left: -100px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	width: 100px;
}

#smallLogo.open {
	left: 0;
	display: block;
}

#smallLogo.closed{
	left: -100px;
	display: none;
}

#vignette {
	background: url("../images/vignette.png") no-repeat scroll 0 0/cover rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#grid {
	background: url("../images/grid.png") no-repeat scroll center center
		rgba(1, 1, 1, 0.8);
	border-right: 1px dashed #666666;
	cursor: pointer;
	display: block;
	height: 100px;
	position: absolute;
	right: 169px;
	top: -170px;
	transition: all 0.3s ease-in-out 0s;
	width: 100px;
	z-index: 10;
}

#grid.open {
	top: 0;
}

.content h2.headline:first-of-type {
	margin-top: 0;
}

.content {
	font-size: 14px;
}

.content p {
	margin: 0 0 20px;
	font-family: 'pt_serif_captionitalic';
}

.content i {
	color: #fff;
	font-size: 15px;
	padding-top: 10px;
}

.content a {
	color: #3498db;
	font-family: 'pt_serif_captionitalic';
}

h2.headline {
	color: #FFFFFF;
	float: left;
	font-family: 'pt_serif_captionitalic';;
	margin: 40px 0 20px;
	width: 100%;
}

.faq h2.headline {
	font-size: 23px;
	margin: 16px 0 0;
}

.faq a.btn {
	margin-bottom: 22px;
}

.faq p {
	clear: left;
}

.press h2.headline {
	font-size: 21px;
	margin: 0 0 3px;
}

.events h2.headline {
	font-size: 21px;
	margin: 0 0 3px;
}

h2.pressLine {
	font-size: 30px !important;
	margin-bottom: 14px !important;
}

.contact h2.headline {
	font-size: 23px;
	margin: 0 0 3px;
}

a.reserve {
	background: none repeat scroll 0 0 #99cc00;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-top: 15px;
	padding: 8px 18px;
}

ul.pressItems li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	float: left;
	margin-bottom: 15px;
	padding-bottom: 20px;
	width: 100%;
}

ul.pressItems li:last-child {
	border: medium none;
	padding-bottom: 0;
}

ul.pressItems li p {
	color: #969696;
	margin: 0;
}

ul.pressItems li a {
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: underline;
}

#saucesWrap {
	float: left;
	width: 100%;
}

.cookbook #sauceLeft {
	max-width: 1024px;
}

#sauceLeft {
	-moz-box-sizing: border-box;
	float: left;
	max-width: 1200px;
}

#sauceRight {
	-moz-box-sizing: border-box;
	float: left;
	margin: 0 30px 30px 0;
}

#sauceLeft img {
	float: left;
	margin: 0 30px 30px 0;
	max-width: 200px;
}

.sauces #sauceLeft img {
	max-height: 380px;
}

#sauceLeft form img {
	margin: 0 !important;
}

.pushContent {
	-moz-box-sizing: border-box;
	padding-left: 230px;
	width: 100%;
}

#supersized-loader {
	
}

#supersized {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -999;
}

#supersized img {
	border: medium none;
	display: none;
	height: auto;
	outline: medium none;
	position: relative;
	width: auto;
}

#supersized.speed img {
	image-rendering: -moz-crisp-edges;
}

#supersized.quality img {
	image-rendering: optimizequality;
}

#supersized li {
	background: none repeat scroll 0 0 #111111;
	display: block;
	height: 100%;
	left: 0;
	list-style: none outside none;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -30;
}

#supersized a {
	display: block;
	height: 100%;
	width: 100%;
}

#supersized li.prevslide {
	z-index: -20;
}

#supersized li.activeslide {
	z-index: -10;
}

#supersized li.image-loading {
	background: url("../images/progress.gif") no-repeat scroll center center
		#111111;
	height: 100%;
	width: 100%;
}

#supersized li.image-loading img {
	visibility: hidden;
}

#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}

#navigation {
	float: right;
	margin: 0 20px 0 0;
}

#prevslide, #nextslide {
	height: 56px;
	margin-top: -28px;
	opacity: 1;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease-in-out 0s;
	width: 56px;
}

#prevslide.show {
	left: 0;
	display: inline;
}

#nextslide.show {
	right: 0;
	display: inline;
}

#prevslide {
	background: url("../images/back.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
}

#nextslide {
	background: url("../images/forward.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
}

#prevslide:active, #nextslide:active {
	opacity: 1;
}

#prevslide:hover, #nextslide:hover {
	cursor: pointer;
	opacity: 1;
}

#nextthumb, #prevthumb {
	background: none repeat scroll 0 0 #DDDDDD;
	border: 1px solid #FFFFFF;
	bottom: 61px;
	display: none;
	height: 75px;
	overflow: hidden;
	position: fixed;
	width: 100px;
	z-index: 2;
}

#nextthumb {
	right: 12px;
}

#prevthumb {
	left: 12px;
}

#nextthumb img, #prevthumb img {
	height: auto;
	width: 150px;
}

#nextthumb:active, #prevthumb:active {
	bottom: 59px;
}

#nextthumb:hover, #prevthumb:hover {
	cursor: pointer;
}

#thumb-tray {
	background: none repeat scroll 0 0 rgba(1, 1, 1, 0.8);
	bottom: -150px;
	height: 108px;
	left: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	z-index: 3;
}

#thumb-tray.open {
	bottom: 0 !important;
}

#thumb-back, #thumb-forward {
	height: 108px;
	position: absolute;
	width: 40px;
	z-index: 5;
}

#thumb-back {
	background: url("../images/back.png") no-repeat scroll center center
		rgba(0, 0, 0, 0);
	left: 20px;
}

#thumb-forward {
	background: url("../images/forward.png") no-repeat scroll center center
		rgba(0, 0, 0, 0);
	right: 20px;
}

#thumb-back:hover, #thumb-forward:hover {
	cursor: pointer;
}

ul#thumb-list {
	display: inline-block;
	left: 0;
	list-style: none outside none;
	padding: 0;
	position: absolute;
}

ul#thumb-list li {
	background: none repeat scroll 0 0 #111111;
	display: inline;
	float: left;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	width: 150px;
}

ul#thumb-list li.current-thumb {
	-webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
	-moz-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
	box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
}

ul#thumb-list li img {
	height: auto;
	opacity: 0.75;
	transition: all 100ms ease-in-out 0s;
	width: 150px;
}

ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
	opacity: 1.0;
}

ul#thumb-list li:hover {
	cursor: pointer;
}

.nano {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.nano .content {
	-moz-box-sizing: border-box;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;	
	padding-right: 55px !important;
	position: absolute;
	top: 0;
}

.nano .content:focus {
	outline: medium none;
}

.nano>.pane {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.12);
	border-radius: 5px;
	bottom: 0;
	opacity: 0.01;
	position: absolute;
	right: 7px;
	top: 0px;
	transition: all 0.2s ease 0s;
	width: 10px;
}

.nano>.pane>.slider {
	border-radius: 3px;
	margin: 0 1px;
	position: relative;
}

.nano:hover>.pane, .pane.active, .pane.flashed {
	opacity: 0.99;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus,
	.flexslider a:focus {
	outline: medium none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#testimonials p {
	color: #FFFFFF;
	font-family: 'pt_serif_captionitalic';
	font-size: 14px;
	font-weight: 200;
	line-height: 1.2;
}

#testimonials cite {
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 12px;
	margin: 8px 0 10px;
	text-transform: uppercase;
	width: 90%;
	text-align: right
}

.flexslider {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.flexslider blockquote {
	margin: 0 0 12px;
	padding: 0;
}

.flexslider blockquote a {
	font-family: 'pt_serif_captionitalic';
}

.flexslider .slides>li {
	display: none;
}

.flexslider .testi>blockquote {
	display: none;
}

.flexslider .slides img {
	display: block;
	width: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after, .testi:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .slides, html[xmlns] .testi {
	display: block;
}

* html .slides, * html .testi {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.no-js .testi>blockquote:first-child {
	display: block;
}

.flexslider {
	position: relative;
}

.flex-viewport {
	max-height: 2000px;
	transition: all 1s ease 0s;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides, .flexslider .testi {
	
}

.flex-control-nav {
	bottom: -18px;
	position: absolute;
	text-align: left;
	width: 100%;
}

.flex-control-nav li {
	display: block;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}

.flex-control-paging li a {
	border-radius: 12px;
	box-shadow: 0 0 0 2px #B6B6B6 inset;
	cursor: pointer;
	display: block;
	height: 12px;
	margin: 0 3px;
	text-indent: -9999px;
	width: 12px;
}

.flex-control-paging li a:hover {
	
}

.flex-control-paging li a.flex-active {
	background-color: #99cc00;
	box-shadow: none;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	overflow: hidden;
	position: static;
}

.flex-control-thumbs li {
	float: left;
	margin: 0;
	width: 25%;
}

.flex-control-thumbs img {
	cursor: pointer;
	display: block;
	opacity: 0.7;
	width: 100%;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
}

*::-moz-selection {
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	text-shadow: none;
}

input:focus {
	border: 1px solid #0091BD;
	outline: 0 none;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.timeRight {
	float: right;
	background: none repeat scroll 0 0 rgba(1, 1, 1, 0.6);
	border-radius: 4px;
	position: absolute;
	right: 50px;
	top: 125px;
	color: #fff;
	z-index: 100;
	width: 40%;
}

/* -------------- MENUS PAGES --------------------- */
div.title {
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}

div.title h1 {
	color: #FFFFFF;
	float: left;
	font-family: 'pt_serif_captionitalic';
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-align: end;
	text-transform: uppercase;
	width: 100%;
}

hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #D7C9B6 -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: 0 none;
	border-style: solid none none;
	border-width: 1px 0 0;
	float: left;
	height: 1px;
	opacity: 0.4;
	width: 100%;
}

/* -------------- CONTACTS PAGES --------------------- */
div.text.kontakt {
	padding-bottom: 48px;
	padding-top: 48px;
	font-family: 'pt_serif_captionitalic';
	font-size: 14px;
}

div.contact div.phone {
	float: left;
	line-height: 40px;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}

div.contact div.openHours {
	text-align: center;
	width: 100%;
}

div.contact div.openHours h3 {
	font-family: 'pt_serif_captionitalic';
}

div.contact div.address {
	font-family: 'pt_serif_captionitalic';
	float: left;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}

div.contact div.address span {
	color: #FFFFFF;
	font-weight: 700;
}

div.contact div.address strong {
	font-weight: 700;
}

div.map_align {
	float: left;
	position: relative;
	width: 100%;
}

div.text_align {
	text-align: center;
}

div.form {
	margin: 0 auto;
	width: 100%;
}

div.form_align {
	float: left;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
	width: 100%;
	font-family: 'pt_serif_captionitalic';
}

div#formStatus {
	background-color: #34211C;
	display: none;
	height: 292px;
	position: absolute;
	width: 360px;
	z-index: 101;
}

div#formStatus div.align {
	color: #FFFFFF;
	float: left;
	font-size: 24px;
	font-style: italic;
	line-height: 34px;
	padding: 110px 0 0;
	text-align: center;
	width: 100%;
}

div#formStatus div.align div {
	
}

div#formStatus div.align span {
	color: #D7C9B6;
}

div.form_align div.title_img {
	float: left;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}

div.form_align div.title_img img {
	display: inline-block;
}

div.form input.text {
	font-family: 'pt_serif_captionitalic';
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 10px 12px 9px;
	width: 280px;
}

div.form input:focus, div.form input:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

div.form textarea {
	font-family: 'pt_serif_captionitalic';
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
	font-size: 14px;
	height: 64px;
	margin: 1px 0 0;
	padding: 12px;
	position: relative;
	resize: none;
	width: 280px;
}

div.form textarea:focus, div.form textarea:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

div.submit_buttons {
	float: left;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

div.submit_buttons input {
	font-family: 'pt_serif_captionitalic';
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

div.submit_buttons input:hover {
	
}

label {
	margin: 0;
	padding: 0;
}

label.input {
	position: relative;
	display: block;
}

label.input span {
	color: #FFFFFF;
	font-size: 14px;
	left: 11px;
	line-height: normal;
	position: absolute;
	top: 8px;
	z-index: 100;
}

div.form label.input span {
	left: 14px;
	top: 13px;
}

label.input span.focus {
	color: #FFFFFF;
}

label.input span.hover {
	color: #FFFFFF;
}

input.submit {
	cursor: pointer;
}

/*---------------------------------------------------- */
.mailling_list h3 {
	font-size: 20px;
	color: #fff;
	float: right;
}

.malling_list form {
	float: right;
}

.mailling_list select {
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
	float: left;
	font-family: 'pt_serif_captionitalic';
	font-size: 14px;
	margin-bottom: 5px;
	padding: 10px 12px 9px;
	width: 150px;
	margin-right: 20px;
}

.mailling_list input.text {
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
	float: left;
	font-family: 'pt_serif_captionitalic';
	font-size: 12px;
	margin-bottom: 5px;
	padding: 10px 12px 9px;
	width: 170px;
	height: 21px;
	border-right: none;
}

.mailling_list input:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
}

::-webkit-input-placeholder {
	color: #fff;
	opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1 !important;
}

:-ms-input-placeholder {
	color: #fff;
	opacity: 1 !important;
}

.mailling_list .submit_buttons {
	float: left;
	width: auto;
	padding-top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.mailling_list .submit_buttons input {
	font-family: 'pt_serif_captionitalic';
	height: 42px;
}

.mailling_list .submit_buttons input:hover {
	/* background-color: rgba(255, 255, 255, 0.1);*/
	color: #fff;
}

#mailing_form label.input{
	display: inline;
}
/* --------------------  NEWS & EVENTS PAGES -------------- */
article .blog-list-meta {
	font-size: 12px;
	opacity: 0.5;
	margin: 0;
}

article h2 {
	color: #3498db;
	font-family: 'pt_serif_captionitalic';
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	margin: 0;
	margin-bottom: 20px;
}

article .blog-list-excerpt {
	margin-bottom: 18px;
}

article .submit_buttons {
	float: left;
	padding-top: 15px;
	text-align: left;
	width: 100%;
}
/* --------------------  MALING LIST -------------- */
#mailingList h2 {
	font-family: 'pt_serif_captionitalic';
}

div.form select {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 10px 12px 9px;
	width: 360px;
	font-family: 'pt_serif_captionitalic';
}
a.google-map-link{
	font-size: 12px;
}
/* ----------------------------------------------- */
.TA_linkingWidgetWAR ul li a {
	background: none;
	display: bold;
	width: auto;
	height: auto;
}

.TA_linkingWidgetWAR {
	float: left;
	margin-right: 10px;
}

#CDSWIDLNKR img {
	border: medium none;
	padding: 0;
}

#CDSWIDLNKR .widLNKRInner {
	height: 50px;
}
#author{
	position: absolute;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	font-size: 12px;
	z-index: -999;
}