/*****************************************************************
	Reset	
******************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

ins {
	text-decoration: none;
}
del, del * {
	text-decoration: line-through;
	color: #666;
}

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


/*****************************************************************
	Clearfix
******************************************************************/
.clearfix:after,
.slide:after,
.section:after,
.thumbnail_carousel:after,
.words:after,
.inspiration:after,
.inspiration li:after,
.dish_carousel ul.slides li:after,
.dish_carousel .flex-control-thumbs:after,
.about_section:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



/*****************************************************************
	Font face	
******************************************************************/

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proxima_nova_regular-webfont.eot');
    src: url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proxima_nova_regular-webfont.eot#iefix') format('embedded-opentype'),
         url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proxima_nova_regular-webfont.woff') format('woff'),
         url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proxima_nova_regular-webfont.ttf') format('truetype'),
         url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proxima_nova_regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proximanova-bold-webfont.eot');
    src: url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proximanova-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proximanova-sbold-webfont.eot');
    src: url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proximanova-sbold-webfont.eot#iefix') format('embedded-opentype'),
         url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proximanova-sbold-webfont.woff') format('woff'),
         url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proximanova-sbold-webfont.ttf') format('truetype'),
         url('http://excellence.housetrip.com/housetrip/local-food-guide-de/fonts/proximanova-sbold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*****************************************************************
	Main	
******************************************************************/
.alignleft { float: left; }
.alignright { float: right; }
.more { display: none; }
a { 
	color: #33B6C4; 
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: proxima_nova_rgbold;
	margin-bottom: 15px;
	line-height: 25px;
}
h1 { font-size: 52px; }
h2 { font-size: 40px; font-family: proxima_nova_rgbold; }
h3 { font-family: proxima_nova_rgregular; }
p { margin-bottom: 15px; line-height: 18px; font-size: 13px; color: #787878 }
a:hover { text-decoration: none; }
		


/*****************************************************************
	General	
******************************************************************/
html, body {
	font-weight: 300; 
	background: #EBEBE9;
	font-family: Arial, Helvetica, sans-serif;
}	
.wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto; 
	background: #fff;
	padding: 20px 20px 0px 20px;
}




/*****************************************************************
	Generic			
******************************************************************/
.overlay {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	display: none;
}
	.popup {
		margin: -250px auto 0 auto;
		z-index: 400;
		position: fixed;
		top: 50%;
		left: 0;
		width: 100%;
		display: none;
	}
		.popup_inner {
			width: 689px;
			background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/popup_bg.png) no-repeat;
			height: 477px;
			margin-left: auto;
			margin-right: auto;
			position: relative;
		}
			.popup_inner .close {
				background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/close.png) no-repeat;
				width: 20px;
				cursor: pointer;
				height: 20px;
				text-indent: -9999px;
				position: absolute;
				right: 20px;
				top: 20px;
			}
			.popup_inner img.image {
				position: absolute;
				left: 3px;
				top: 2px;
			}
			.popup_inner .strapline {
				top: 20px;
				left: 20px;
				position: absolute;
				z-index: 200;
			}
				.popup_inner .strapline h2 {
					background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/bg_opacity.png);
					padding: 4px 4px;
					width: 190px;
					line-height: 28px;
					color: #fff;
					font-size: 25px;
					display: inline-block;
					margin: 0px;
				}
				
			.blogger_quote_long {
				width: 600px !important;
			}
				.blogger_quote_long p {
					width: 450px;
				}
				.blogger_quote_long .blogger_name {
					clear: both;
				}
				.blogger_quote_long .blogger_twitter {
					
				}
			.popup_inner .blogger_quote {
				position: absolute;
				top: 262px;
				left: 40px;
				width: 332px;
			}
				.popup_inner h4 {
					font-family: proxima_nova_rgregular;
					font-weight: 300;
				}
				.popup_inner .blogger_quote blockquote  {
					width: 205px;
				}
					.popup_inner .blogger_quote blockquote p {
						font-size: 14px;
					}
			.popup_inner .notable_cuisine {
				position: absolute;
				bottom: 40px;
				right: 90px;
			}
				.popup_inner .notable_cuisine h5 {
					background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/bg_opacity.png);
					padding: 4px 4px;
					width: 130px;
					line-height: 18px;
					color: #fff;
					font-size: 16px;
					display: inline-block;
					margin: 0px;
					position: absolute;
					right: 58px;
					bottom: 80px;
				}
				.popup_inner .meta {
					position: absolute;
					left: 385px;
					top: 40px;
				}
					.popup_inner .meta li {
						min-height: 25px;
						line-height: 19px;
						color: #787878;
						font-size: 13px;
						margin-bottom: 18px;
					}
					.popup_inner .meta li.location {
						background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icons_popup.png) no-repeat 0px 0px; padding-left: 32px;
					}
					.popup_inner .meta li.telephone {
						background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icons_popup.png) no-repeat 0px -51px; padding-left: 32px;
					}
					.popup_inner .meta li.opening {
						background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icons_popup.png) no-repeat 0px -96px; padding-left: 32px;
					}
					.popup_inner .meta li.website {
						background: none;
						font-size: 16px;
						left: 0px;
					}


.blogger_quote {
	width: 448px;
}	
	.blogger_quote img.thumbnail {
		float: left;
		margin: 0px 20px 0px 0px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.blogger_quote blockquote {
		float: left;
		width: 270px;
		margin: 0px 0px 0px 0px;
		font-style: italic;
		color: #3B3334;
	}
		.blogger_quote blockquote p {
			font-size: 16px;
		}
	.blogger_quote .blogger_name {
		float: left;
		font-size: 12px;
		margin: 0px 25px 0px 82px;
	}
	.blogger_twitter {
		float: left;
		font-size: 12px;
		display: block;
		background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icon_twitter.png) no-repeat left top;
		padding-left: 17px;
		color: #000;
	}
	.blogger_quote img.quote {
		float: right;
		margin: 20px 20px 0px 0px;
	}
.btn {
	background: #F9F9F9 url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icon_btn.png) no-repeat right 5px;
	color: #1B798A;
	border: 1px solid #EBEBE9;
	padding: 0px 56px 0px 10px;
	display: inline-block;
	line-height: 33px;
	font-weight: bold;
	height: 33px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.section {
	background: #F9F9F9;
	padding: 15px;
}
a.external {
	/*background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icon_external_link.png) no-repeat right 3px;*/
	padding-right: 25px;
	display: inline-block;
	float: none;
	margin-top: 0px;
}
a.external:after {
	content: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icon_external_link.png);
}
.down,
.top_restaurants .flex-direction-nav a.flex-next,
.local_markets .flex-direction-nav a.flex-next,
.recipes_web .flex-direction-nav a.flex-next,
.inspiration .flex-next {
	text-indent: -9999px;
	display: block;
	width: 25px;
	position: absolute;
	height: 24px;
	background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icon_scroll_down.png) no-repeat;
}
a.btn_pdf {
	width: 173px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/btn_download_pdf.png) no-repeat;
}




/*****************************************************************
	Header			
******************************************************************/
header#primary {
	margin: 0px 0px 10px 0px;
	height: 78px;
	background: #fff;
}
	header#primary img.logo {
		display: block;
		float: left;
		margin: 0px 0px 0px 0px;
		border-right: 1px solid #D9D8D8;
	}
	header#primary .tagline {
		float: left;
		margin: 40px 0px 0px 20px;
		font-size: 18px;
		font-style: italic;
		color: #787878;
	}
	


/*****************************************************************
	Feature		
******************************************************************/
.feature_area {
	margin-bottom: 20px;
	height: 373px;
	position: relative;
}
	.feature_area ul.slides li {
		height: 373px;
		position: relative;
	}
	.feature_area img {
		position: absolute;
		z-index: 100;
	}
	.feature_area .btn_pdf  {
		right: 20px;
		top: 20px;
		z-index: 200;
		position: absolute;
	}
	
	/* Pick City */
	.feature_area .btn_pick_city  {
		z-index: 200;
		position: absolute;
	}
	ul.pick_city_dropdown {
		min-width: 173px;
		position: absolute;
		z-index: 200;
		top: 0px;
		left: 0px;
	}
		ul.pick_city_dropdown a.btn_pick_city {
			width: 173px;
			height: 35px;
			display: block;
			text-indent: -9999px;
			background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/btn_pick_a_city.png) no-repeat;
			top: 20px;
			left: 20px;
		}
			ul.pick_city_dropdown ul {
				top: 52px;
				left: 20px;
				position: absolute;
			}
			
		ul.pick_city_dropdown > li > ul > li a {
			background: #33B6C4;
			display: block;
			color: #fff;
			min-width: 173px;
			font-size: 14px;
			border-bottom: 1px solid #99DAE1;
			padding: 7px 0px 7px 0px;
			text-indent: 13px;
		}
			ul.pick_city_dropdown ul li a:hover {
				background: #58C7D3;
			}
			ul.pick_city_dropdown ul li:last-child a {
				-moz-border-radius: 0px 0px 4px 4px;
				border-radius: 0px 0px 4px 4px;
				border: 0px none;
			}
	
	.feature_area .strapline {
		top: 170px;
		left: 20px;
		position: absolute;
		z-index: 200;
	}
		.feature_area .strapline h1 {
			background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/bg_opacity.png);
			padding: 14px 5px;
			color: #fff;
			display: inline-block;
			margin: 0px;
		}
		.feature_area .strapline p {
			color: #fff;
			background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/bg_opacity.png);
			padding: 10px 8px; 
			width: 315px;
			font-style: italic;
			font-size: 16px;
		}
		.feature_area ol.flex-control-nav {
			bottom: 20px;
			right: 30px;
			position: absolute;
		}
			.feature_area ol.flex-control-nav li {
				display: inline;
				float: left;
				margin: 10px;
			}
			.feature_area ol.flex-control-nav li a {
				position: absolute;
				display: block;
				width: 11px;
				cursor: pointer;
				height: 11px;
				float: left;
				text-indent: -9999px;
				background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/feature_pagination.png) no-repeat top right;
			}
				.feature_area ol.flex-control-nav li a:hover,
				.feature_area ol.flex-control-nav li a.flex-active {
					background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/feature_pagination.png) no-repeat top left;
				}

.local_dishes .blogger_quote {
	float: right;
}
.intro {
	float: left;
	width: 452px;
}

.dish_carousel .flex-viewport {
	border: 5px solid #EBEBE9;
	position: relative;
}
	.dish_carousel ul.slides li {
		position: relative;
	}
		.dish_carousel img {
			float: left;
		}
			.dish_carousel .flex-active {
				border: 1px solid #33B6C4;
			}
		
		.dish_carousel .content {
			float: left;
			width: 400px;
			margin: 20px 0px 0px 35px;
		}
			.dish_carousel h2 {
				background: #33B6C4;
				padding: 5px 5px 3px 5px;
				color: #fff;
				font-size: 20px;
				margin-bottom: 12px;
				font-family: proxima_nova_ltsemibold;
			}
			.dish_carousel .btn {
				margin: 10px 0px 40px 0px;
			}
			.dish_carousel .blogger_quote {
				
			}
		.dish_carousel img.ribbon {
			position: absolute;
			left: 20px;
			bottom: 25px;
		}
	.dish_carousel .flex-direction-nav a {
		background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icon_slider_pagination.png) left top no-repeat;
		display: block;
		text-indent: -9999px;
		position: absolute;
		z-index: 100;
		top: 140px;
		width: 41px;
		height: 40px;
	}
		.dish_carousel .flex-prev {
			left: 20px;
		}
		.dish_carousel .flex-next {
			right: 20px;
			background-position: right top !important;
		}
		.dish_carousel .flex-control-thumbs {
			width: 100%;
		}
		.dish_carousel .flex-control-thumbs img {
			width: 100px;
			height: 67px;
			cursor: pointer;
		}
		
		
		
/*****************************************************************
	Thumbnail Carousel 			
******************************************************************/
.dish_carousel {
	position: relative; 
}

.dish_carousel .flex-control-thumbs {
	margin-bottom: 40px;
}
.dish_carousel .flex-control-thumbs {
	margin: 20px 0px 0px 50px;
	position: relative;
	width: 868px;
}
	.dish_carousel .flex-control-thumbs li {
		float: left;
		margin: 0px 17px 0px 0px;
	}
		.thumbnail_carousel {
			position: relative;
		}
		.thumbnail_carousel .flex-direction-nav a {
			background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icon_thumbnails_pagination.png) left top no-repeat;
			display: block;
			text-indent: -9999px;
			position: absolute;
			z-index: 250;
			top: 24px;
			width: 25px;
			height: 24px;
		}
			.thumbnail_carousel .flex-prev {
				left: -45px;
			}
			.thumbnail_carousel .flex-next {
				right: 0px;
				background-position: right top !important;
			}
			.thumbnail_carousel li  img {
				box-sizing: border-box;
			}
			.thumbnail_carousel li.flex-active-slide img {
				border: 3px solid #33B6C4;
			}
		
	.thumbnail_carousel .white_space {
		background: #F9F9F9;
		width: 50px;
		height: 70px;
		position: absolute;
		right: 0px;
		z-index: 200;
	}
	
	
	
	
	
/*****************************************************************
	Thumbnail Carousel 			
******************************************************************/
.thumbnail_section {
	margin-bottom: 40px;
}
.thumbnail_carousel {
	margin: 20px 0px 0px 45px;
	position: relative;
	width: 868px;
}
	.thumbnail_carousel ul.slides {
	}
		.thumbnail_carousel ul.slides li {
			float: left;
			margin: 0px 6px 0px 0px;
		}
			.thumbnail_section li img {
				-moz-border-radius: 4px;
				border-radius: 4px;
			}
			.thumbnail_carousel .flex-direction-nav a {
				background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icon_thumbnails_pagination.png) left top no-repeat;
				display: block;
				text-indent: -9999px;
				position: absolute;
				z-index: 250;
				top: 24px;
				width: 25px;
				height: 24px;
			}
				.thumbnail_carousel .flex-prev {
					left: -45px;
				}
				.thumbnail_carousel .flex-next {
					right: 0px;
					background-position: right top !important;
				}
			
		.thumbnail_carousel .white_space {
			background: #F9F9F9;
			width: 50px;
			height: 70px;
			position: absolute;
			right: 0px;
			z-index: 200;
		}
		
			

/*****************************************************************
	Map			
******************************************************************/
.map {
	margin: 0px 0px 20px 0px;
}
	.map small { display: none; }




/*****************************************************************
	Eat or Cook			
******************************************************************/
.eat_or_cook {
	margin: 0px 0px 20px 0px;
}
	.eat_or_cook h2 {
		clear: both;
	}
	.eat_or_cook > div {
		width: 312px;
		float: left;
		margin: 0px 12px 35px 0px;
		background: #F9F9F9;
		height: 253px;
		position: relative;
	}
		.top_restaurants .flex-viewport,
		.local_markets .flex-viewport,
		.recipes_web .flex-viewport { 
			height: 170px !important; 
			margin-top: 12px;
		}
		.top_restaurants .flex-direction-nav a,
		.local_markets .flex-direction-nav a,
		.recipes_web .flex-direction-nav a { 
			bottom: -9px;
			left: 152px;
			position: absolute;
		}
			.top_restaurants .flex-direction-nav a.flex-prev,
			.local_markets .flex-direction-nav a.flex-prev,
			.recipes_web .flex-direction-nav a.flex-prev  { display: none; }
		.eat_or_cook .last {
			margin-right: 0;
		}
	.eat_or_cook h4 {
		background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/eat_or_cook_headings.png) no-repeat;
		height: 46px;
		line-height: 51px;
		text-indent: 54px;
		color: #fff;
		margin: 0px;
	}
		.eat_or_cook .local_markets h4 {
			background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/eat_or_cook_headings.png) 0px -53px no-repeat;
		}
		.eat_or_cook .recipes_web h4 {
			background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/eat_or_cook_headings.png) 0px bottom no-repeat;
		}
		
		.eat_or_cook ul {
			
		}
			.eat_or_cook ul li {
				margin: 0px 0px 0px 20px;
			}
				.top_restaurants .flex-viewport li,
				.local_markets .flex-viewport li {
					height: 57px;
				}
				.eat_or_cook ul li img {
					float: left;
					margin-right: 12px;
					-moz-border-radius: 4px;
					border-radius: 4px;
				}
				.eat_or_cook ul li span {
					background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/eat_or_cook_dots.png) no-repeat;
					width: 30px;
					height: 30px;
					color: #fff;
					font-weight: bold;
					display: block;
					float: left;
					text-align: center;
					line-height: 30px;
					margin: 8px 12px 0px 0px;
				}
					.eat_or_cook .local_markets ul li span {
						background: url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/eat_or_cook_dots.png) no-repeat top right;
					}
				.eat_or_cook ul li p {
					margin: 0;
				}
				.eat_or_cook ul li a {
					float: left;
					display: block;
					margin: 16px 0px 0px 0px;
				}
			.eat_or_cook .down {
				bottom: -9px;
				left: 152px;
			}
		.eat_or_cook .recipes_web li {
			float: left;
			display: block;
			width: 90%;
			margin-top: 0px;
		}
			
		

/*****************************************************************
	Words		
******************************************************************/	
.words {
	border: 5px solid #EBEBE9;
	margin-bottom: 30px;
	clear: both;
	padding: 16px;
}
	.words .intro {
		margin-bottom: 20px;
		float: left;
	}
	.words .quote_odd {
		float: right;
	}
	.words .quote_even {
		float: left;
		clear: left;
	}




/*****************************************************************
	Inspiration		
******************************************************************/	
.inspiration {
	background: #F9F9F9;
	height: 290px;
	margin-bottom: 30px;
	position: relative;
}
	.inspiration .feature {
		float: left;
	}
	.inspiration .flex-viewport {
		height: 200px !important;
	}
	
	.inspiration ul {
		float: left;
		width: 490px;
	}
		.inspiration .flex-viewport li {
			height: 70px;
			border-bottom: 1px solid #EDEDEB;
			padding: 0px 0px 0px 20px;
			position: relative;
		}
			.inspiration li:last-child {
				border: 0px none;
			}
			.inspiration img.thumbnail {
				display: block;
				position: absolute;
				top: 18px;
			}
			.inspiration a.external {
				margin: 2px 0px 1px 47px;
				font-size: 16px;
				position: absolute;
				top: 18px;
			}
			.inspiration a.url {
				color: #000;
				font-size: 13px;
				margin: 3px 0px 0px 47px;
				position: absolute;
				top: 36px;
			}
			.inspiration .flex-prev {
				display: none;
			}
			.inspiration .flex-next {
				position: absolute;
				bottom: 35px;
				right: 245px;
			}
		
		
	
/*****************************************************************
	Food Buffs		
******************************************************************/	
.food_buffs {
	clear: both;
}
	.about_section {
		margin-top: 85px;
	}
		.about_section .flex-control-thumbs img {
			width: 60px;
			box-sizing: border-box;
			cursor: pointer;
			height: 60px;
		}
			.about_section .flex-control-thumbs .flex-active {
				border: 3px solid #33B6C4;
			}
	.food_buffs .section {
		position: relative;
	}
	.food_buffs .flex-control-thumbs {
		position: absolute;
		top: 0px;
	}
		.food_buffs .flex-control-thumbs li {
			float: left;
			width: 60px !important;
			margin: 0px 20px 40px 0px;
		}
		.food_buffs .about {
			width: 666px;
			float: left;
		}
			.food_buffs img {
				-moz-border-radius: 4px;
				border-radius: 4px;
			}
			.food_buffs .about_inner {
				float: left;
				width: 360px;
			}
			.food_buffs .thumbnail {
				float: left;
				margin: 0px 20px 15px 0px;
				-moz-border-radius: 4px;
				border-radius: 4px;
			}
			.food_buffs .about_content {
				width: 240px;
				float: left;
			}
				.food_buffs h4 {
					margin-bottom: 6px;
				}
				.food_buffs .blogger_twitter {
					color: #33B6C4; 
					font-size: 14px;
					margin-top: 10px;
				}
			.food_buffs p.description {
				width: 300px;
				float: left;
			}
			.food_buffs .thank_you {
				border: 5px solid #EBEBE9;
				background: #fff url(http://excellence.housetrip.com/housetrip/local-food-guide-de/images/icon_heart.png) no-repeat 220px 135px;
				float: right;
				min-height: 187px;
				width: 276px;
			}
				.food_buffs .thank_you small {
					font-size: 13px;
					float: left;
					margin: 0px 0px 0px 20px;
				}
				.food_buffs .thank_you blockquote p {
					font-size: 16px;
					line-height: 26px;
					font-style: italic;
					margin: 20px;
				}
				
			.food_buffs .similar_articles {
				float: right;
				width: 236px;
			}
				.food_buffs .similar_articles h4 {
					background: #33B6C4;
					color: #fff;
					padding: 4px 7px;
				}
				.food_buffs .similar_articles a {
					font-size: 13px;
					margin-bottom: 6px;
					line-height: 21px;
				}
				



/*****************************************************************
	Footer	
******************************************************************/	
footer {
	padding-bottom: 30px;
	margin-top: 25px;
}
	footer h5 {
		background: #33B6C4;
		color: #fff;
		padding: 4px 7px 2px 7px;
		font-family: proxima_nova_rgbold;
		font-weight: bold;
		margin-bottom: 22px;
	}
	footer .logo {
		float: left;
		margin-right: 20px;
		margin-top: 7px;
		max-width: 96px;
	}
	footer p {
		float: left;
		width: 840px;
	}
	footer a.btn_pdf {
		margin: 15px auto 0px auto;
		clear: both;
	}

/*****************************************************************
	Social Media Buttons	
******************************************************************/	

.layout-aside { 
	background-color: #fff; 
	border: 5px solid #33b7c4; 
	width: 80px; 
	padding: 5px 0; 
	text-align: center; 
	position: fixed; 
	top: 30px; 
	left: 50%; 
	margin-left: -620px; 
	z-index: 500; 
	}

.layout-aside .header { 
	background-color: #ebebe9; 
	text-transform: uppercase; 
	font-weight: bold; 
	padding: 5px 0; 
	margin-top: -5px; 
	margin-bottom: 10px; 
	font-family: proxima_nova_rgbold; 
	}

.layout-aside .social-button { 
	padding: 0 0; 
	margin: 5px auto; 
	}