/* fonts */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700');
@import url('https://fonts.googleapis.com/css?family=Rochester');
/* END fonts */

/* general */
html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body{
	background:#fff;
	color:#544636;
	font:normal 62.5%/normal 'Source Sans Pro', sans-serif;
}
h2, h3, h4, h5, h6{
	line-height:normal;
	word-wrap:break-word;
}
h1, h2{
}
h1{
	font-size:4.0em;
	text-align:center;
	font-weight:400;
	position: relative;
	display: block;
	line-height: normal;
	margin:25px auto;
}
h2{
	font-size:5.5em;
	color:#c49330;
	text-align:center;
	font-weight:400;
	line-height:normal;
	font-family: 'Rochester', cursive;
	margin: 25px auto 30px;
}
h3{
	font-size: 2.3em;
	text-align:center;
	font-weight:600;
	line-height:1.52em;
}
h4{
}
h5{
}
h6{
}
hr{
}
.center{
	position:relative;
	margin:0 auto;
	width:auto;
	padding-left:30px;
	padding-right:30px;
	max-width:1090px;
}
.clearfix::before, .clearfix::after{
	content: " ";
	display: table;
}
.clearfix::after{
	clear: both;
}
iframe{
	border:0;
}

/* sitemap */
.ce-menu.ce-menu-2{
	font-size: 2.0em;
	line-height: normal;
}
/* END sitemap */

/* cookie banner */
.cc_container{
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
	color: #fff!important;
	background-color: #c49330!important;
	text-transform: uppercase;
	border-radius:0!important;
	font-weight: 700!important;
	text-decoration: none!important;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
	background-color: rgba(196, 147, 48, 0.8) !important;
}
.cc_container a{
	color: #c49330!important;
	text-decoration: underline!important;
}
/* END cookie banner */

/* inquire form buttons */
.btn-success{
	color: #fff!important;
	background-color: #c49330!important;
	border-color: #c49330!important;
}
.btn-danger{
	color: #fff!important;
	background-color: #544636!important;
	border-color: #544636!important;
}
/* END inquire form buttons */

/* weather */
.ac_weather_table_small, .ac_weather_table_large{
	margin:20px auto;
	font-size: 18px;
	line-height: normal;
}
.ac_weather_table_small img, .ac_weather_table_large img{
	display: block;
	margin: 0 auto;
}
.ac_weather_table_small{
}
.ac_weather_table_small tr:first-child td:nth-child(2) {
	vertical-align: bottom;
}
.ac_weather_table_small tr:last-child td:first-child{
	vertical-align: top;
}
.ac_weather_table_large tr td{
	width: 120px;
}
.ac_weather_copyright{
	text-align: left;
	margin-top:20px;
}
.ac_weather_copyright tr td:first-child img{
	display: block;
}
.ac_weather_copyright a{
	display: block!important;
	text-decoration: none!important;
}
.ac_weather_copyright tr td{
	position: relative;
	line-height: normal;
	font-size: 16px;
	vertical-align: top;
}
.ac_weather_copyright tr td:last-child a{
	padding-left: 17px;
	color: #443b39;
	font-weight: normal;
}
.ac_weather_copyright tr td:last-child a::before{
	content: '\00a9';
	position: absolute;
	left:2px;
}
/* END weather */

/* webcam */
.webcam_wrapper{
	margin-top: 40px;
}
.webcam_wrapper .webcam_img_wrap{
	display: block;
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.webcam_img_wrap img{
	width: 100%;
	height: auto;
	display: block;
}
/* END webcam */

/* mailchimp */
#mc_embed_signup h1{
	font-size: 2.86em!important;
}
#mc_embed_signup h2{
	font-weight: 400!important;
	font-size: 3.93em!important;
}
/* END mailchimp */

#map {
	height: 500px;
	margin: 50px auto;
}

/* transition duration */
.transition, nav.nav_main > ul > li > ul, nav.nav_main > ul > li > a, nav.nav_main > ul > li > ul > li > a, .slideshow_pager span, .meta_nav_header div > ul > li > ul, .meta_nav_header div > ul > li > ul > li a, .meta_nav_header div > ul > li, .meta_nav_header div > ul > li > span > a, .footer_box_content a, .footer_bottom ul li a, .meta_nav_header div > ul > li > span, .special_box_button a, .special_box_slideshow_pager span, #quick_inquiry button, .logo_wrapper, .logo, .logo img, .last_minute_button, .offer_overview_item_button, .offer_detail_button_box a, .bx-wrapper .bx-pager.bx-default-pager a, .bx-wrapper .bx-controls-direction a, .footer_box.footer_box_social .footer_blog, .highlighting, a.highlighting{
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	transition-duration:0.4s;
}
/* END transition duration */
/* END general */

/* navigation */
.nav_main_wrapper{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	box-sizing: border-box;
	background-color: #54463b;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
.nav_main_inner{
	position: relative;
	display: table;
}
.logo_wrapper, .nav_wrapper{
	position: relative;
	display: table-cell;
}
.logo_wrapper{
	width: 206px;
}

/* logo */
.logo{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	display: block;
	background-color: #e8e6e2;
	z-index: 10;
}
.logo.shaddow{
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.logo a, .logo img{
	position: relative;
	margin:0 auto;
	width: auto;
	display: block;
}
.logo a{
}
.logo img {
	margin: 0 auto;
	padding: 20px 10px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: #e8e6e2;
}
/* END logo */

.nav_top, .nav_bottom{
	position: relative;
	display: table;
	float: right;
	width: 100%;
	box-sizing: border-box;
	max-width: 800px;
}
.nav_top{
	padding-left: 40px;
	height: 56px;
}
.nav_top_contact, .nav_top_weather, .language{
	position: relative;
	display: table-cell;
	font-size: 1.6em;
	font-weight: 600;
	vertical-align: middle;
}
.nav_top_contact, .nav_top_weather{
	color: #cac1bc;
}
.nav_top_contact a{
	color: #cac1bc;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 31px;
}

/* language */
.language{
	width: 176px;
	color: #fff;

}
.language ul{
	margin:0;
	padding:0;
	float: right;
}
.language ul li{
	float: left;
	display: block;
	text-transform: uppercase;
	border-right: 2px solid #fff;
	padding: 0 7px;
	line-height: 16px;
}
.language ul li:last-child{
	border: none;
	padding-right: 0;
}
.language ul li.active{
	display: none;
}
.language a{
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
}
.language a span{
	display: none;
}
/* END language */

.nav_top_weather table{
	float: right;
}
.nav_top_weather table tr td:nth-child(2){
	padding: 0 5px;
}
.nav_top_weather table tr td img{
	display: block;
}
.nav_top_weather table tr td a{
	display: block;
	color: #cac1bc;
	text-decoration: none;
}

/* nav main */
nav.nav_main{
	position: relative;
	display: block;
	font-size: 1.8em;
	text-transform: uppercase;
}
nav.nav_main ul li a{
	text-decoration: none;
}
nav.nav_main > ul{
	position: relative;
	display: table;
	width: 100%;
	margin:0;
	padding: 0;
}
nav.nav_main > ul > li{
	position: relative;
	display: table-cell;
	font-weight: 600;
	line-height: 60px;
	text-align: right;
}
nav.nav_main > ul > li > a{
	color: #fff;
	padding-bottom: 5px;
}
nav.nav_main > ul > li.active > a, nav.nav_main > ul > li:hover > a{
	color: #CFA95A;
}
nav.nav_main > ul > li.active > a{
	border-bottom: 3px solid #CFA95A;
}
nav.nav_main > ul > li > ul{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	margin:0;
	padding: 0;
	display: block;
	background-color: #e8e6e2;
	left: 20px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
nav.nav_main > ul > li:last-child > ul{
	left:auto;
	right: -20px;
}
nav.nav_main > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
}
nav.nav_main > ul > li > ul > li{
	position: relative;
	display: block;
	line-height: normal;
	color: #766b62;
	font-size: 1.12em;
	text-align: left;
	white-space: nowrap;
}
nav.nav_main > ul > li > ul > li > a{
	color: #766b62;
	display: block;
	position: relative;
	padding: 8px 20px;
}
nav.nav_main > ul > li > ul > li.active > a, nav.nav_main > ul > li > ul > li:hover > a{
	color: #544636;
}
nav.nav_main > ul > li > ul > li:first-child > a{
	padding-top: 16px;
}
nav.nav_main > ul > li > ul > li:last-child > a{
	padding-bottom: 16px;
}
/* END nav main */

/* mmenu */
.mmenu_button{
	position: relative;
	display: none;
	height: 60px;
	overflow: hidden;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	padding: 24px 0 0 50px;
	float: left;
	left: 40px;
}
.mmenu_button:hover{
}
.mmenu_button span{
	position: absolute;
	top:50%;
	left:0;
	width: 40px;
	height: 3px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -900em;
}
.mmenu_button span::before{
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background-color: #e6e1df;
	position: absolute;
	bottom:10px;
}
.mmenu_button span::after{
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background-color: #e6e1df;
	position: absolute;
	top:10px;
}
.mm-listview {
	font-size: 1em!important;
	line-height: normal!important;
	padding: 25px 40px!important;
	box-sizing: border-box!important;
}
.mm-listview > li.nav-item-category > a, .mm-listview > li.nav-item-category > span{
	padding: 11px 0!important;
	text-transform: uppercase!important;
}
.mm-listview > li:not(.nav-item-category) > a::before, .mm-listview > li:not(.nav-item-category) > span::before{
	content: '\203a\00a0';
}
.mm-listview > li > a, .mm-listview > li > span{
	padding: 11px 9px!important;
}
.nav-item{
	font-size: 1.8em!important;
}
.nav-item-category{
	font-size: 2.0em!important;
	font-weight: 700;
	color: #443B39;
	border-bottom:1px solid #443b39;
	margin: 11px 0!important;
}
.mm-listview>li:not(.mm-divider):after{
	border:none!important;
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after{
	border-color: #443b39!important;
}
.mm-listview > li:not(.nav-item-category):hover {
	background-color: #817a67;
	color: #fff;
}
.mm-panel.mm-opened{
	border-bottom: 5px solid #817a67!important;
}
/* END mmenu */
/* END navigation */

/* rwd navigation */
#dl-menu{
	display: none;
}
/* END rwd navigation */

/* header */
.header_wrapper{
	position: relative;
	display: block;
}
.header{
	position: relative;
	display: block;
	margin: 0 auto;
	padding-top: 116px;
	max-width: 1920px;
}
.slideshow_wrapper{
	position: relative;
	display: block;
}

/* slideshow */
.slideshow_wrapper{
	display: block;
}
.slideshow{
	position:relative;
	display: block;
}
.slideshow > img, .slideshow > div{
	display: block;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	position: relative;
}
.slideshow_pager{
	position: absolute;
	bottom: 35px;
	left:50%;
	z-index: 990;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slideshow_pager span{
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border:1px solid #fff;
	background-color: rgba(84, 70, 59, 0.8);
	cursor: pointer;
	float: left;
	text-indent: -900em;
	overflow: hidden;
	margin-right: 14px;
}
.slideshow_pager span:last-child{
	margin-right: 0;
}
.slideshow_pager span.cycle-pager-active{
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #54463b;
}
/* END slideshow */

/* video */
.slideshow_wrapper video{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
/* END video */

/* meta nav header */
.meta_nav_header{
	position: relative;
	display: block;
	background-color: #e8e6e2;
	height: 26px;
	margin-bottom: 15px;
}
.meta_nav_header .center{
	padding: 0;
}
.meta_nav_header div > ul{
	position: relative;
	display: table;
	width: 50%;
	max-width: 451px;
	margin:0;
	padding: 0;
	table-layout: fixed;
}
.meta_nav_header div > ul > li{
	position: relative;
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
	margin:0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 41px;
}
.meta_nav_header div > ul > li:hover, .meta_nav_header div > ul > li:hover > span > a{
	color: #e8e6e2;
}
.meta_nav_header div > ul > li > span{
	position: relative;
	display: block;
	border-radius: 0 0 10px 10px;
	cursor: pointer;
}
.meta_nav_header div > ul > li > span > a{
	position: relative;
	display: block;
	border-radius: 0 0 10px 10px;
	text-decoration: none;
	color: #fff;
}
.meta_nav_header div > ul > li > ul{
	display: block;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 990;
	bottom:41px;
	box-sizing: border-box;
	margin:0;
	padding: 0 10px 0 0;
	width: 100%;
	text-align: left;
	line-height: normal;
}
.meta_nav_header div > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
}
.meta_nav_header div > ul > li > ul > li{
	position: relative;
	display: block;
	background-color: #e8e6e2;
	box-sizing: border-box;
}
.meta_nav_header div > ul > li > ul > li a{
	text-decoration: none;
	position: relative;
	display: block;
	padding: 8px 22px;
	color: #766b62;
}
.meta_nav_header div > ul > li > ul > li:hover a{
	color: #544636;
}
.meta_nav_header div > ul:first-child{
	float: left;
}
.meta_nav_header div > ul:first-child > li{
	padding-right: 10px;
}
.meta_nav_header div > ul:first-child > li:last-child{
	padding-right: 5px;
}
.meta_nav_header div > ul:first-child > li > span{
	background-color: #c49330;
}
.meta_nav_header div > ul:first-child > li:hover > span{
	background-color: #ce9d30;
}
.meta_nav_header div > ul:last-child{
	float: right;
}
.meta_nav_header div > ul:last-child > li > span{
	background-color: #54463b;
}
.meta_nav_header div > ul:last-child > li:hover > span{
	background-color: #6a5c51;
}
.meta_nav_header div > ul:last-child > li{
	padding-left: 10px;
}
.meta_nav_header div > ul:last-child > li:first-child{
	padding-left: 5px;
}
/* END meta nav header */
/* END header */

/* breadcrumb */
.breadcrumb{
	position: relative;
	display: block;
	font-size: 1.5em;
	line-height: normal;
	color: #a19988;
	font-weight: 400;
}
.breadcrumb ul{
	margin:30px auto 0;
	padding: 0;
	position: relative;
	display: table;
}
.breadcrumb ul li{
	padding:0;
	margin: 0;
	display: block;
	float: left;
	position: relative;
}
.breadcrumb ul li::after{
	content: '\00a0\203a\00a0';
}
.breadcrumb ul li:last-child::after{
	display: none;
}
.breadcrumb ul li a{
	color: #a19988;
	text-decoration: none;
}
/* END breadcrumb */

/* main */
main, .main{
	text-align:left;
	font-weight:400;
	font-size:1em;
	display: block;
	line-height:1.42em;
}
.main:first-child{
	margin-top: 35px;
}
.main:last-child{
	margin-bottom: 25px;
}
main p:first-child, .main p:first-child, main h3:first-child, .main h3:first-child{
	margin-top:0;
}
main a, .main a{
	font-weight: 400;
	color:#c49330;
	text-decoration:underline;
}
main a:hover, .main a:hover{
}
main ul, main ol, .main ul, .main ol{
	text-align:left;
	margin:30px auto;
	padding-left:20px;
}
header {
}
.ce-menu{
	padding-left: 0!important;
}
.ce-bodytext{
	font-size: 2.0em;
	font-weight: 400;
	line-height: 1.75em;
	text-align: center;
}
.ce-bodytext .align-right{
	text-align: right;
}
.ce-bodytext .align-left{
	text-align: left;
}
.ce-bodytext h2{
	font-size: 2.75em;
}
.ce-bodytext h3{
	font-size: 1.15em;
}
figcaption{
}
.highlighting, a.highlighting{
	position: relative;
	display: inline-block;
	margin: 0;
	line-height: normal;
	border: 1px solid #544636;
	color: #544636;
	text-decoration: none;
	padding: 10px 16px;
}
.highlighting:hover, a.highlighting:hover{
	background-color: #e8e6e2;
	border-color: #e8e6e2;
}
.highlighting::after, a.highlighting::after{
	content: '';
	width: 12px;
	height: 12px;
	background: transparent url(../Images/sprite.png) -755px -40px no-repeat;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
.danke{
	margin: 40px auto 30px;
}
/* END main */

/* content */
/* special box */
.special_box_wrapper{
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 1780px;
	overflow: hidden;
}
.main + .special_box_wrapper, .special_box_wrapper:first-child{
	margin-top: 50px;
}
.special_box{
	position: relative;
	display: table;
	width: 100%;
	height: 640px;
}
.special_box_img_wrapper{
	position: relative;
	display: table-cell;
	height: 100%;
}
.special_box_slideshow_wrapper{
	position: relative;
	display: block;
	height: 100%;
}
.special_box_slideshow, .special_box_img, .special_box_slideshow a{
	height: 100%;
	width: 100%;
	display: block;
}
.special_box_img{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.special_box_content_wrapper{
	position: relative;
	display: table-cell;
	width: 590px;
	background-color: rgba(232, 230, 226, 0.90);
	z-index: 990;
}
.special_box_content_wrapper::after{
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100px;
	background-color: rgba(232, 230, 226, 0.90);
	top:0;
	left:-100px;
}
.special_box_wrapper.even .special_box_content_wrapper::after{
	right: -100px;
	left: auto;
}
.special_box_content{
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 70px;
	box-sizing: border-box;
	width: 100%;
}
.special_box_wide .special_box_content{
	max-height: 340px;
	overflow-y: auto;
}
.special_box_title {
	position: relative;
	display: table;
	margin: 0 auto;
	font-weight: 600;
	font-size: 2.3em;
	color: #a19988;
	line-height: normal;
	border-bottom: 2px dotted #a19988;
}
.special_box_subtitle{
	font-family: 'Rochester', cursive;
	line-height: normal;
	font-weight: 400;
	font-size: 5.5em;
	position: relative;
	display: block;
}
.special_box_title + .special_box_subtitle{
	margin-top: 30px;
}
.special_box_description{
	position: relative;
	display: block;
	font-size: 2.0em;
	line-height: 1.75em;
}
.special_box_description p:last-child{
	margin-bottom: 0;
}
.special_box_description ul{
	position: relative;
	font-size: inherit;
}
.special_box_title + .special_box_description, .special_box_subtitle + .special_box_description{
	margin-top: 30px;
}
.special_box_button{
	position: relative;
	display: block;
	text-align: center;
}
.special_box_button a{
	position: relative;
	display: inline-block;
	margin: 0 70px 0 0;
	font-size: 2.0em;
	line-height: normal;
	border:1px solid #544636;
	color: #544636;
	text-decoration: none;
	padding: 10px 16px;
}
.special_box_button a:last-child{
	margin-right: 0;
}
.special_box_button a::after{
	content: '';
	width: 12px;
	height: 12px;
	background: transparent url(../Images/sprite.png) -755px -40px no-repeat;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
.special_box_button a:hover, .special_box_description .highlighting:hover{
	background-color: #fff;
}
.special_box_description .highlighting{
	margin: 0 10px
}
.special_box_description .highlighting:hover{
	border:1px solid #544636;
}
.special_box_title + .special_box_button, .special_box_description + .special_box_button, .special_box_subtitle + .special_box_button{
	margin-top: 40px;
}
.special_box_slideshow_pager {
	position: absolute;
	bottom: 35px;
	left: 50%;
	z-index: 990;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-right: 100px;
}
.special_box_wrapper.even .special_box_slideshow_pager{
	padding-left: 100px;
	padding-right: 0;
}
.special_box_slideshow_pager span {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: rgba(84, 70, 59, 0.8);
	cursor: pointer;
	float: left;
	text-indent: -900em;
	overflow: hidden;
	margin-right: 14px;
}
.special_box_slideshow_pager span:last-child {
	margin-right: 0;
}
.special_box_slideshow_pager span.cycle-pager-active {
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #54463b;
}

/* special box wide */
.special_box_wrapper.special_box_wide .special_box{
	height: 400px;
}
.special_box_wrapper.special_box_wide .special_box_content_wrapper{
	width: 975px;
}
/* special box wide */

/* room */
.special_box_wrapper.room .special_box{
	height: 620px;
}
.special_box_wrapper.room .special_box_content_wrapper{
	width: 715px;
}
/* room */
/* END special boxes */

/* offer */
/* offer overview */
.offer_overview_wrapper{
	position: relative;
	display: block;
}
.offer_overview_wrapper .center{
	max-width: 1126px;
	padding-left: 12px;
	padding-right: 12px;
}
.offer_overview_item{
	position: relative;
	display: block;
	padding: 0 18px 36px;
	box-sizing: border-box;
	float: left;
	width: 33.33%;
}
.offer_overview{
	position: relative;
	display: block;
	min-height: 375px;
}
.offer_overview_img_wrapper{
	position: relative;
	display: block;
	min-height: 160px;
	background-color: #ccc;
	text-indent: -900em;
}
.offer_overview_img{
	position: relative;
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 160px;
}
.offer_overview_img_wrapper > a{
}
.offer_overview_content{
	background-color: #54463b;
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 220px;
	padding: 20px 20px 10px;
	box-sizing: border-box;
	text-align: center;
	line-height: normal;
}
.offer_overview_item_title{
	position: relative;
	display: block;
	color: #fff;
	font-size: 3.0em;
	text-transform: uppercase;
	font-weight: 700;
}
.offer_overview_item_title a{
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 700;
}
.offer_overview_item_date{
	font-weight: 700;
	font-size: 2.0em;
	color: #fff;
	display: block;
	position: relative;
	margin: 5px auto;
}
.offer_overview_item_description{
	font-weight: 400;
	font-size: 2.0em;
	position: relative;
	display: block;
	color: #fff;
}
.offer_overview_item_price{
	font-weight: 400;
	font-size: 2.0em;
	color: #fff;
	position: relative;
	display: block;
}
.offer_overview_item_price p{
	display: inline-block;
	margin: 0;
}
.offer_overview_item_price p:first-child{
	font-weight: 700;
	font-size: 1.45em;
}
.offer_overview_item_button{
	position: relative;
	display: inline-block;
	font-size: 2.0em;
	border-bottom: 4px solid #c49330;
	font-weight: 700;
	text-decoration: none;
	padding: 5px 14px;
	color: #fff;
	margin-top: 15px;
}
.offer_overview_item_button:hover{
	color: #c49330;
}
/* END offer overview */

/* offer preview */
.offer_preview{
	position: relative;
	display: block;
	background-color: #e8e6e2;
	padding-top: 40px;
}
.special_box_wrapper + .offer_preview, .last_minute_wrapper + .offer_preview, .main + .offer_preview{
	margin-top: 65px;
}
.offer_preview_title{
	position: relative;
	display: block;
	font-family: 'Rochester', cursive;
	font-size: 5.5em;
	color: #544636;
	line-height: normal;
	text-align: center;
}
.offer_preview_subtitle{
	position: relative;
	display: block;
	font-size: 2.3em;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin-top: 10px;
}
.offer_preview_subtitle a{
	color: #544636;
	text-decoration: none;
	padding: 0 10px;
}
.offer_preview_subtitle a::after{
	content: '\00a0\00bb';
}
.offer_preview_slideshow_wrapper{
	position: relative;
	display: block;
	margin: 30px auto 10px;
}
.offer_preview_slideshow_wrapper .offer_overview_item{
	padding: 0;
}
/* END offer preview */

/* offer detail */
.offer_detail_box{
	position: relative;
	display: table;
	margin: 0 auto 30px;
	background-color: #544636;
	box-sizing: border-box;
	padding: 8px 15px;
	min-width: 340px;
}
.offer_detail_box .offer_overview_item_description{
	font-size: 1em;
}
.offer_detail_box .offer_overview_item_price{
	font-size: 1em;
}
.offer_detail_box .offer_overview_item_price p:first-child{
	font-size: 1.45em;
}
.main_offer ul{
	position: relative;
	display: table;
	margin: 0 auto;
}
.main .highlighting, .main a.highlighting{
	min-width: 175px;
}
.offer_detail_buttons{
	position: relative;
	display: table;
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
	margin: 60px auto;
}
.offer_detail_button_box{
	position: relative;
	display: table-cell;
	text-align: center;
	width: 100%;
}
.offer_detail_button_box a{
	position: relative;
	display: inline-block;
	margin: 0 70px 0 0;
	line-height: normal;
	border: 1px solid #544636;
	color: #544636;
	text-decoration: none;
	box-sizing: border-box;
	padding: 10px 30px;
}
.offer_detail_button_box a:hover{
	background-color: #e8e6e2;
	border-color: #e8e6e2;
}
.offer_detail_button_box:first-child a{
	border:1px solid #e8e6e2;
	background-color: #e8e6e2;
}
.offer_detail_button_box:first-child a:hover{
	background-color: #fff;
	border-color: #544636;
}
.offer_detail_button_box:first-child a::before, .offer_detail_button_box:nth-child(1n+2) a::after{
	content: '';
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
}
.offer_detail_button_box:first-child a::before{
	background: transparent url(../Images/sprite.png) -718px -40px no-repeat;
	margin-right: 10px;
}
.offer_detail_button_box:nth-child(1n+2) a::after{
	background: transparent url(../Images/sprite.png) -755px -40px no-repeat;
	margin-left: 10px;
}
/* END offer detail */
/* END offer */

/* last minute */
.last_minute_wrapper{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.last_minute{
	position: relative;
	display: table;
	width: 100%;
	background-color: #e8e6e2;
}
.last_minute_box{
	position: relative;
	display: table-cell;
	box-sizing: border-box;
	font-size: 2.0em;
	font-weight: 400;
	padding: 20px 47px;
	line-height: normal;
	vertical-align: middle;
}
.last_minute_box a{
	color: #544636;
}
.last_minute_box p{
	margin:0;
}
.last_minute_date, .last_minute_box:nth-child(2) p:first-child{
	font-weight: 700;
}
.last_minute_description{
}
.last_minute_description p{
	margin: 0;
	padding: 0;
}
.last_minute_button{
	position: relative;
	display: inline-block;
	margin: 0 70px 0 0;
	line-height: normal;
	border:1px solid #544636;
	color: #544636;
	text-decoration: none;
	padding: 10px 16px;
	float: right;
}
.last_minute_button:last-child{
	margin-right: 0;
}
.last_minute_button::after{
	content: '';
	width: 12px;
	height: 12px;
	background: transparent url(../Images/sprite.png) -755px -40px no-repeat;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
.last_minute_button:hover{
	background-color: #fff;
}
/* END last minute */

/* pricetable */
.pricetable_wrapper {
	display: block;
	position: relative;
}
.pricetable {
	display: block;
	height: auto;
	overflow-x: auto;
	position: relative;
}
.pricetable_table{
}
.pricetable table{
	position: relative;
	border-collapse: collapse;
	border-spacing: 0;
	min-width: 600px;
	width: 100%;
	margin: 20px auto;
}
.pricetable table thead th, .pricetable table tbody td{
	font-weight: 700;
	vertical-align: middle;
	padding: 13px 47px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: normal;
	box-sizing: border-box;
	font-size: 2.0em;
}
.pricetable table thead th:last-child, .pricetable table tbody td:last-child{
	border-right: 0;
}
.pricetable table thead th{
	background-color: #a19988;
	color: #fff;
}
.pricetable table thead th a{
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.pricetable table tbody td{
	color: #544636;
	border-bottom: 1px solid #fff;
}
.pricetable table tbody tr:nth-child(odd) td{
	background-color: #f3f2f0;
}
.pricetable table tbody tr:nth-child(even) td{
	background-color: #faf9f9;
}
.pricetable table tbody tr:last-child td{
	border-bottom: 2px solid #a19988;
}
.pricetable_scroll{
	position: absolute;
	display: none;
	width: 120px;
	height: 120px;
	background-color: rgba(84, 70, 54, 0.8);
	border-radius: 50%;
	z-index: 999;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.pricetable_scroll::after{
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	background: transparent url("../Images/touchicon.png") 0 0 no-repeat;
	top:50%;
	transform: translate(0, -50%);
	right:35px;
	-webkit-animation: touchicon 2s ease-in-out 0s infinite normal;
	animation: touchicon 2s ease-in-out 0s infinite normal;
}
@-webkit-keyframes touchicon {
	0% 		{right: 20px; opacity: 0;}
	25%		{opacity: 1;}
	75%		{opacity: 1;}
	100%	{right: 50px; opacity: 0;}
}
@keyframes touchicon {
	0% 		{right: 20px; opacity: 0;}
	25%		{opacity: 1;}
	75%		{opacity: 1;}
	100%	{right: 50px; opacity: 0;}
}
/* END pricetable */
/* END content */

/* review box */
.review_box_wrapper{
	position: relative;
	display: block;
	margin:70px auto 0;
	max-width: 1920px;
	background-color: #a19988;
}
.review_box{
	position: relative;
	display: block;
	padding-bottom: 50px;
}
.review_box_references{
	position: relative;
	display: table;
	margin: -50px auto 30px;
}
.review_box_references a{
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 19px;
	text-indent: -900em;
	overflow: hidden;
	border-radius: 50%;
}
.review_box_references a:last-child{
	margin-right: 0;
}
.review_box_references a.review_ta{
	background: transparent url("../Images/sprite.png") -13px -91px no-repeat;
}
.review_box_references a.review_ty{
	background: transparent url("../Images/sprite.png") -131px -91px no-repeat;
}
.review_box_references a.review_hc{
	background: transparent url("../Images/sprite.png") -248px -91px no-repeat;
}
.review_box_review{
	position: relative;
	display: block;
	font-size: 4.0em;
	font-weight: 400;
	text-align: center;
	color: #fff;
	line-height: normal;
	margin-top: 50px;
}
.review_box_references + .review_box_review{
	margin-top: 0;
}
.review_box_review q{
	position: relative;
	display: block;
	font-style: italic;
}
.review_box_subtitle{
	position: relative;
	display: block;
	text-align: center;
	color: #d9d6cf;
	font-weight: 400;
	font-size: 2.0em;
	line-height: normal;
}
.review_box_review + .review_box_subtitle{
	margin-top: 10px;
}
.review_box_subtitle:first-child{
	margin-top: 50px;
}
/* END review box */

/* quick inquiry */
.quick_inquiry_wrapper{
	position:relative;
	display:block;
	line-height:normal;
	color:#fff;
	padding:121px 0;
	margin: 15px auto 0;
	max-width: 1920px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../Images/quick-inquiry.jpg");
}
.quick_inquiry_title, .quick_inquiry_subtitle{
	text-shadow: 0 0 10px rgba(84,70,59,1.0);
	text-align:center;
}
.quick_inquiry_title{
	font-family: 'Rochester', cursive;
	font-weight:400;
	font-size:5.5em;
}
.quick_inquiry_subtitle{
	font-weight:700;
	font-size:2.0em;
	margin:7px 0;
}
#quick_inquiry{
	display:table;
	margin:35px auto 0;
}
#quick_inquiry input{
	background-color:#fff;
	font-size:1.7em;
	padding:0 40px 0 15px;
	margin:0;
	width:149px;
	font-style:italic;
}
#quick_inquiry button{
	padding:0;
	margin:0;
	background-color:#544636;
	font-size:1.7em;
	color:#fff;
	width:206px;
	text-transform:uppercase;
	cursor:pointer;
}
#quick_inquiry button:hover{
	background-color:#6a5c51;
}
#quick_inquiry input, #quick_inquiry button{
	display:block;
	float:left;
	border-radius:4px;
	border:1px solid #fff;
	line-height:38px;
	min-height:38px;
	margin-left:34px;
}
#quick_inquiry input:first-child{
	margin-left:0;
}
#quick_inquiry button::after{
	content:'\00a0\00bb';
}
#quick_inquiry .datepicker{
	background:#fff url('../Images/calendar.png') right 10px center no-repeat;
}
#quick_inquiry .timepicker{
	background:#fff url('../Images/clock.png') right 10px center no-repeat;
}
/* END quick inquiry */

/* Newsletter form*/
.email{
	font-size: 20px;
	float: left;
	margin-right: 20px;
}
.button{
	height: 31px;
	background: #c49330!important;
	font-size: 17px;
	padding: 0 25px;
	border: 0px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin-top: 15px;
}
.email_input{
	height: 20px;
}
/* END Newsletter form*/

/* footer */
footer{
	position: relative;
	display: block;
	border-top: 14px solid #544636;
	margin: 0 auto;
	max-width: 1920px;
}
.footer{
	position: relative;
	display: block;
}
.footer .center{
	position: relative;
	display: table;
	width: 100%;
	box-sizing: border-box;
	max-width: 1150px;
}
.footer_top{
	padding: 40px 0;
}
.footer_middle{
	padding-top: 0;
}
/*
.footer_bottom{
	padding: 75px 0 50px;
}
*/
.footer_box{
	position: relative;
	display: table-cell;
}
.footer_box.footer_box_social{
	width: 208px;
}
.footer_box.footer_box_social .footer_blog{
	position: relative;
	display: block;
	border-radius: 4px;
	background-color: #544636;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 60px 10px 13px;
	line-height: 32px;
	text-align: right;
	margin-top: 30px;
}
.footer_box.footer_box_social .footer_blog:hover{
	opacity: 0.8;
}
.footer_box.footer_box_social .footer_blog::after{
	content: '';
	position: absolute;
	top:50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url("../Images/sprite.png") -233px -16px no-repeat;
}
.footer_box_title{
	font-size: 2.0em;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 15px;
}
.footer_box_content{
	font-size: 1.7em;
	color: #766b62;
	line-height: 1.76em;
}
.footer_box_content address{
	font-style: normal;
}
.footer_box_content a{
	color: #766b62;
	text-decoration: none;
}
.footer_box_content a:hover{
	color: #544636;
}
.footer_box.footer_box_service .footer_box_content ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.footer_box.footer_box_service .footer_box_content ul li{
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
}
.footer_box.footer_box_service .footer_box_content ul li::before{
	content: '\203a\00a0';
	left:0;
	position: absolute;
}
.footer_box.footer_box_social .footer_box_content ul{
	position: relative;
	display: table;
	width: auto;
	margin: 0;
	padding: 0;
}
.footer_box.footer_box_social .footer_box_content ul li{
	position: relative;
	display: table-cell;
	margin: 0;
	padding: 0 15px 0 0;
	vertical-align: top;
}
.footer_box.footer_box_social .footer_box_content ul li:last-child{
	padding: 0;
}
.footer_box.footer_box_social .footer_box_content ul li a{
	position: relative;
	display: block;
	width: 52px;
	height: 52px;
	margin:0 auto;
	text-indent: -900em;
	overflow: hidden;
	border-radius: 50%;
}
.footer_box.footer_box_social .footer_box_content ul li a:hover{
	opacity: 0.8;
}
.footer_box.footer_box_social .footer_box_content ul li:first-child a{
	float: left;
}
/*.footer_box.footer_box_social .footer_box_content ul li:last-child a{
	float: right;
}*/
.footer_box.footer_box_social .social_fb{
	background: transparent url("../Images/sprite.png") -324px -13px no-repeat;
}
.footer_box.footer_box_social .social_gp{
	background: transparent url("../Images/sprite.png") -402px -13px no-repeat;
}
.footer_box.footer_box_social .social_tw{
	background: transparent url("../Images/sprite.png") -480px -13px no-repeat;
}
.footer_box.footer_box_nav_meta .footer_box_content ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.footer_box.footer_box_nav_meta .footer_box_content ul li{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}
.footer_box.footer_box_nav_meta .footer_box_content ul li::after{
	content: '\00a0\00b7\00a0';
}
.footer_box.footer_box_nav_meta .footer_box_content ul li:last-child::after{
	display: none;
}
/*
.footer_bottom ul{
	position: relative;
	display: table;
	margin:0 auto;
	padding: 0;
	max-width: 100%;
}
.footer_bottom ul li{
	position: relative;
	display: table-cell;
}
.footer_bottom ul li a, .footer_bottom ul li span{
	position: relative;
	display: block;
	height: 78px;
	text-indent: -900em;
	overflow: hidden;
	margin: 0 45px;
}
.footer_bottom ul li a:hover{
	opacity: 0.8;
}
.footer_bottom ul li .footer_partner_ortler{
	background: transparent url("../Images/sprite.png") -19px -223px no-repeat;
	width: 91px;
}
.footer_bottom ul li .footer_partner_vinschgau{
	background: transparent url("../Images/sprite.png") -200px -223px no-repeat;
	width: 163px;
}
.footer_bottom ul li .footer_partner_puremountain{
	background: transparent url("../Images/sprite.png") -458px -223px no-repeat;
	width: 161px;
}
.footer_bottom ul li .footer_partner_suedtirol{
	background: transparent url("../Images/sprite.png") -720px -223px no-repeat;
	width: 90px;
}
*/
/* END footer */

/* responsive */
@media screen and (max-width: 1600px){
}
@media screen and (max-width: 1500px){
}
@media screen and (max-width: 1400px){
}
@media screen and (max-width: 1300px){
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 1000px){
	.special_box_wrapper.room .special_box{
		height: auto!important;
	}
	.special_box_wide .special_box_content{
		max-height: none;
	}

	/*
	.footer_bottom ul li a, .footer_bottom ul li span{
		margin:0 auto;
	}
	.footer_bottom ul li {
		position: relative;
		display: block;
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	*/
	.nav_main_inner{
		padding-left: 0;
	}
	nav.nav_main{
		display: none;
	}
	.mmenu_button {
		display: block;
	}
	.language{
		padding: 22px 0;
	}
	.meta_nav_header {
		background-color: #fff;
		height: auto;
		margin-bottom: 0;
	}
	.special_box_content_wrapper::after, .special_box_content_wrapper::before{
		display: none;
	}
	.special_box_content_wrapper, .special_box_img_wrapper{
		display: block!important;
		width: 100%!important;
		height: auto!important;
	}
	.special_box_content{
		position: relative;
		top:0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 40px 70px;
	}
	.special_box_img_wrapper, .special_box_img{
		padding-bottom: 25%;
	}
	.special_box_slideshow_pager{
		padding: 0!important;
	}
	.offer_overview_item{
		width: 50%;
	}
	.offer_overview_wrapper {
		display: table;
		width: 100%;
		max-width: 740px;
		margin: 0 auto;
	}
	#quick_inquiry{
		max-width:686px;
		text-align:center;
	}
	#quick_inquiry button:last-of-type{
		margin:23px auto 0;
		display:inline-block;
		float:right;
	}
	.quick_inquiry_wrapper{
		padding: 65px 0;
	}
	.footer_top .footer_box{
		display: block;
	}
	.footer_box_contact{
		float: left;
	}
	.footer_box_service{
		float: right;
	}
	.footer_box_social{
		display: table!important;
		width: 100%!important;
		padding-top: 30px;
	}
	.footer_box_social .footer_box_content{
		max-width: none;
	}
	.footer_box_social .footer_box_content ul{
		max-width: 208px;
		float: left;
	}
	.footer_box.footer_box_social .footer_blog{
		float: left;
		margin:0 0 0 30px;
	}
}
@media screen and (max-width: 900px){
	.offer_detail_buttons, .offer_detail_button_box{
		display: block;
	}
	.offer_detail_button_box a{
		margin: 10px auto;
		width: 100%;
		max-width: 430px;
	}
}
@media screen and (max-width: 800px){
	.bx-wrapper .bx-pager, .breadcrumb{
		display: none!important;
	}
	h1{
		font-size: 3.2em;
	}
	h2{
		font-size: 4.5em;
	}
	.meta_nav_header div > ul > li{
		font-size: 1.7em;
	}
	.special_box_subtitle, .offer_preview_title, .quick_inquiry_title{
		font-size: 5.0em;
	}
	.review_box_references a{
		width: 80px;
		height: 80px;
	}
	.review_box_references a.review_ta {
		background: transparent url(../Images/sprite.png) -22px -100px no-repeat;
		border:1px solid #fff;
	}
	.review_box_references a.review_ty {
		background: transparent url(../Images/sprite.png) -139px -100px no-repeat;
		border:1px solid #909090;
	}
	.review_box_references a.review_hc {
		background: transparent url(../Images/sprite.png) -255px -100px no-repeat;
		border:1px solid #fff;
	}
	.review_box_review{
		font-size: 3.5em;
	}
	.nav_main_wrapper{
		position: relative;
	}
	.header{
		padding-top: 0;
	}
	.meta_nav_header div > ul > li{
		padding: 0 1px 0 0!important;
	}
	.meta_nav_header div > ul:last-child > li:last-child{
		padding-right: 0!important;
	}
	.meta_nav_header div > ul > li > span{
		border-radius: 0;
	}
	#quick_inquiry{
		max-width:446px;
	}
	#quick_inquiry button{
		display:block!important;
		float:left!important;
	}
	#quick_inquiry button:first-of-type{
		margin:23px 34px 0 0;
	}
	.slideshow_pager, .special_box_slideshow_pager{
		bottom: 15px;
	}
}
@media screen and (max-width: 700px){
	.meta_nav_header div > ul:first-child > li:nth-child(2), .meta_nav_header div > ul:last-child > li:first-child{
		display: none!important;
	}
	.nav_top_weather{
		display: none;
	}
	.offer_overview_item{
		width: 100%;
	}
	.offer_overview_wrapper {
		max-width: 375px;
	}
}
@media screen and (max-width: 600px){
	.slideshow_pager, .special_box_slideshow_pager{
		width: 100%;
		left:0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		text-align: center;
	}
	.slideshow_pager span, .special_box_slideshow_pager span{
		display: inline-block;
		float: none;
	}
	h1{
		font-size: 2.4em;
	}
	h2{
		font-size: 3.5em;
	}
	.special_box_title, .offer_preview_subtitle{
		font-size: 2.0em;
	}
	.special_box_subtitle, .offer_preview_title, .quick_inquiry_title{
		font-size: 4.0em;
	}
	.review_box_review{
		font-size: 3.0em;
	}
	.special_box_button a{
		font-size: 1.8em;
	}
	.special_box_content{
		padding: 40px 30px;
	}
	.footer_top .footer_box{
		float: none!important;
	}
	.footer_box_social{
		padding: 0!important;
		display: block!important;
		width: auto!important;
	}
	.footer_box_social .footer_box_content{
		max-width: 208px;
	}
	.footer_box_social .footer_box_content ul{
		max-width: none;
		float: none;
	}
	.footer_box.footer_box_social .footer_blog{
		float: none;
		margin:30px 0 0 0;
	}
}
@media screen and (max-width: 500px){
	.offer_preview_subtitle a{
		display: block;
	}
	.review_box_references a{
		margin-right: 10px;
	}
	/*
	.footer_bottom ul li{
		width: 100%;
	}
	*/
	.meta_nav_header div > ul:first-child > li:last-child{
		padding-right: 0!important;
	}
	.meta_nav_header div > ul:first-child > li{
		padding-bottom: 1px!important;
	}
	.mmenu_button{
		left:30px;
	}
	.nav_top{
		padding-left: 30px;
	}
	.nav_wrapper{
		width: 264px;
	}
	.logo{
		min-height: 116px;
	}
	.meta_nav_header div > ul{
		max-width: none;
		width: 100%;
	}
	#quick_inquiry{
		width:206px;
	}
	#quick_inquiry input, #quick_inquiry button{
		margin:12px 0 0 0!important;
	}
	#quick_inquiry input:first-child{
		margin:0!important;
	}
}
@media screen and (max-width: 400px){
	.logo a{
		position: absolute;
		top:50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.logo img{
		padding: 0 10px!important;
	}
}
@media screen and (max-width: 300px){
}
/* END responsive */

/* footer partner */
.footer_partner{
	position: relative;
	display: block;
	margin: 0 auto 45px;
	max-width: 1625px;
	box-sizing: border-box;
}
.footer_partner ul{
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
}
.footer_partner ul li{
	position: relative;
	display: table-cell;
	box-sizing: border-box;
	padding: 10px 25px;
	margin: 0;
	vertical-align: top;
}
.footer_partner ul li:first-child{
	padding: 10px 25px 10px 0;
}
.footer_partner ul li:last-child{
	padding-right: 0;
}
.footer_partner ul li a, .footer_partner ul li img{
	position: relative;
	display: block;
	margin: 0 auto;
}
.footer_partner ul li img{
	max-width: 100%;
	max-height: 120px;
	height: auto;
}
.footer_partner ul li a img{
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	transition-duration:0.4s;
}
.footer_partner:not(.filter) ul li a img:hover{
	opacity: 0.8;
}

/* filters */
/* filter grey */
.footer_partner.filter_grey ul li img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.footer_partner.filter_grey ul li a img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/* filter sepia */
.footer_partner.filter_sepia ul li img{
	-webkit-filter: sepia(1);
	filter: sepia(1);
}
.footer_partner.filter_sepia ul li a img:hover{
	-webkit-filter: sepia(0);
	filter: sepia(0);
}
/* END filters */

@media screen and (max-width: 900px){
	.footer_partner ul{
		width: auto;
	}
	.footer_partner ul li{
		display: inline-block;
		padding: 10px 25px;
	}
}
/* END footer partner */

/* print */
@media print {
	.center{
		width:1000px;
	}
}
/* END print */