/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	border: 0;
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	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.2;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

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

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

/* Reset Ende */

body
{
	background: #FAFAFA;
	height: 100%;
	font-family: Open Sans;
	color: #333;
}

a
{
	color: inherit;
	text-decoration: none;
	transition: color .5s ease;
}

strong
{
	font-weight: bold;
}

.font_family_tangerine
{
	font-family: Tangerine;
}

.font1
{
	font-family: Tangerine !important;
}

.font2
{
	font-family: Federo !important;
}

.font3
{
	font-family: Condiment !important;
}

.font4
{
	font-family: Aclonica !important;
}

.font5
{
	font-family: Aladin !important;
}

.font6
{
	font-family: Cormorant SC !important;
}

.font_size_16
{
	font-size: 16px;
}

.font_size_30
{
	font-size: 30px;
}

.font_size_90
{
	font-size: 90px;
}

.cursive
{
	font-style: italic;
}

.ta_center
{
	text-align: center !important;
}

.c_golden
{
	color: #D0A763;
}

.c_green
{
	color: #0EC300;
}

.message_red
{
	background: rgba(255,0,0,0.4);
}

.message_green
{
	background: rgba(0,255,0,0.4);
}

.hidden
{
	height: 0;
	visibility: hidden;
}

.hidden2
{
	display: none !important;
}

.vegas-slide
{
	margin-top: 0px !important;
}

#top_bar
{
	background-color: #333;
	position: fixed;
	width: 100%;
	height: 50px;
	z-index: 1000;
}

#top_bar_left
{
	width: 50%;
	height: 36px;
	margin: 5px 0;
	float: left;
}

#top_bar_left a
{
	background-color: #C7941F;
	border: 2px solid #C7941F;
	border-radius: 5px;
	margin-left: 10px;
	padding: 5px;
	font-size: 18px;
	color: #FAFAFA;
	display: inline-block;
}

#top_bar_left a span
{
	font-weight: bold;
	/*vertical-align: text-bottom;*/
}

#top_bar_right
{
	width: 50%;
	height: 46px;
	text-align: right;
	float: left;
}

#top_bar_right a:link,#top_bar_right a:visited
{
	color: #FAFAFA;
}

#top_bar_right a:hover
{
	color: #D7B968;
}

#top_bar_right #style_changer
{
	/*line-height: 46px;*/
}

#top_bar_right #style_changer a,#top_bar_right #admin_menu a
{
	background: #E6C688;
	border: 2px solid #E6C688;
	border-radius: 5px;
	padding: 5px;
	color: #333;
	display: inline-block;
	cursor: pointer;
}

#top_bar_right #style_changer a:hover,#top_bar_right #admin_menu a:hover
{
	background: #F3EAD7;
}

#top_bar_right #register_login_logout
{
	color: #D7B968;
	line-height: 46px;
}

#top_bar_line
{
	background: #E6C688;
	border-top: 1px solid rgba(0,0,0,0.99);
	border-bottom: 1px solid rgba(212,171,100,0.95);
	width: 100%;
	height: 2px;
	float: left;
}

header
{
	background-color: #FAFAFA;
	background: linear-gradient(rgba(250,250,250,0.8) 97%,rgba(250,250,250,0) 100%);
	position: fixed;
	width: 100%;
	height: 60px;
	padding-top: 50px;
	z-index: 999;
}

header.padding
{
	padding-top: 0;
}

#header_logo
{
	width: 350px;
	height: 100%;
	text-align: left;
	float: left;
}

#header_logo img
{
	height: 95%;
}

#header_logo a
{
	margin-left: 5px;
	font-size: 18px;
	line-height: 60px;
}

#header_name
{
	width: 35%;
	height: 100%;
	font-size: 35px;
	font-style: italic;
	text-align: center;
	line-height: 60px;
	float: left;
}

nav
{
	width: 80%;
	width: calc(100% - 430px);
	height: 100%;
	text-align: right;
	float: left;
}

#navigation
{
	height: 100%;
	padding-right: 10px;
	overflow: auto;
}

#navigation li
{
	margin-left: 20px;
	text-transform: uppercase;
	line-height: 60px;
	float: right;
}

#navigation li a:hover
{
	color: #C7941F;
}

#languages
{
	width: 70px;
	margin: 0 10px 0 0;
	text-align: right;
	line-height: 60px;
	float: left;
}

#languages div
{
	height: 21px;
}

#languages div:first-child
{
	margin-bottom: 8px;
}

#languages div img
{
	height: 21px;
	display: block;
	cursor: pointer;
}

#languages a
{
	font-style: italic;
	color: #999;
}

#languages a.active
{
	color: #C7941F;
}

#header_favourite
{
	width: 60px;
	height: 100%;
	float: left;
}

#header_favourite_image
{
	margin: 12px 0 0 12px;
	cursor: pointer;
}

.toggle_mobile
{
	display: none;
}

#mobile_menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	display: none;
}

#mobile_menu ul li
{
	background-color: #000;
	border-bottom: 1px solid #E6C688;
	padding: 0 0 0 40px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #EEE;
	display: block;
	cursor: pointer;
}

#mobile_menu > ul > span
{
	max-height: 0;
	display: block;
	overflow: hidden;
	transition: all 1s ease;
}

#mobile_menu ul li > span
{
	padding: 12px 0;
	vertical-align: middle;
}

#mobile_menu span.moli_presign
{
	width: 25px;
	text-align: center;
	display: inline-block;
}

#mobile_menu span.moli_presign2
{
	width: 25px;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
}

#mobile_menu #moli3 .moli_presign,#mobile_menu #moli4 .moli_presign
{
	font-size: 11px;
}

#mobile_menu > ul > li > span:not(.moli_presign)
{
	width: calc(100% - 25px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

#mobile_menu ul li a
{
	width: 100%;
	padding: 12px 0;
	display: inline-block;
}

#mobile_menu ul li a:hover
{
	color: #D7B968;
}

#mobile_menu ul li a.no_uppercase
{
	text-transform: none;
}

#slider_section
{
	background: #FAFAFA;
	background: rgba(255,255,255,0.7);
	background: linear-gradient(rgba(250,250,250,0) 0%,rgba(250,250,250,0.5) 100%);
	padding-top: 106px;
}

#slider_section.padding
{
	padding-top: 60px;
}

#slider_home
{
	background: url(../../../images/light_grid.png);
	width: 100%;
	height: 130px;
	margin-bottom: 0;
}

#slider_home .slick-list,#slider_home .slick-track,#slider_home .slick-slide
{
	height: 100%;
}

.slider_picture_text_overall
{
	width: 100%;
	height: 130px;
	margin: 0 auto;
	font-size: 30px;
	text-align: center;
	color: #EEE;
	text-shadow: 0 0 0.2em #333, 0 0 0.2em #333, 0 0 0.2em #333;
	vertical-align: middle;
	display: table-cell;
}

#caption_text_section
{
	background: #FAFAFA;
	background: rgba(255,255,255,0.5);
	background: linear-gradient(rgba(250,250,250,0.5) 0%,rgba(250,250,250,1) 50%);
}

#caption_div
{
	background: url(../../../images/light_grid.png);
	position: relative;
	padding: 20px 0 60px 0;
	font-size: 20px;
	text-align: center;
}

#caption_div h1
{
	padding: 0 10px;
}

#caption_div h1 .h1_name
{
	font-size: 90px;
}

#caption_div a:hover
{
	color: #E6C688;
}

#caption_div:after
{
	content: ' ';
	background: url(../../../images/separator_dark_long.png) no-repeat top center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	display: block;
}

#picture_text_div_wrapper
{
	background: url(../../../images/light_grid.png);
}

#picture_text_div
{
	max-width: 70%;
	margin: 0 auto;
	padding: 40px 10px;
	overflow: auto;
}

#picture_text_div #picture_div
{
	width: 402px;
	height: 504px;
	margin-right: 20px;
	text-align: center;
	float: left;
}

#picture_text_div #picture_div img
{
	max-width: 300px;
	margin-top: 52px;
	margin-left: 2px;
}

#picture_text_div #text_div
{
	width: 46%;
	width: calc(100% - 452px);
	margin-left: 20px;
	padding-top: 20px;
	font-size: 15px;
	text-align: left;
	float: left;
}

#picture_text_div.ql-editor,#gallery_texts_overall .ql-editor
{
	max-width: 80%;
}

#picture_text_div.ql-editor h1,#gallery_texts_overall .ql-editor h1
{
	font-size: 2em;
}

#picture_text_div.ql-editor h2,#gallery_texts_overall .ql-editor h2
{
	font-size: 1.5em;
}

#picture_text_div.ql-editor h3,#gallery_texts_overall .ql-editor h3
{
	font-size: 1.17em;
}

#picture_text_div.ql-editor em,#gallery_texts_overall .ql-editor em
{
	font-style: italic;
}

#picture_text_div.ql-editor p,#gallery_texts_overall .ql-editor p
{
	max-width: 100%;
}

#picture_text_div.ql-editor p img,#gallery_texts_overall .ql-editor p img
{
	max-width: 100%;
	height: auto;
}

#picture_text_div.ql-editor p.ql-align-justify,#gallery_texts_overall .ql-editor p.ql-align-justify
{
 	white-space: normal;
}

#picture_text_div.ql-editor a,#gallery_texts_overall .ql-editor a,.news_entry_overall a
{
	text-decoration: underline;
	color: #C7941F;
}

#picture_text_div.ql-editor a:hover,#gallery_texts_overall .ql-editor a:hover,.news_entry_overall a:hover
{
	opacity: .5;
}

#galleries_section
{
	background: #FAFAFA;
	padding: 30px 0;
}

#galleries_section > h2,#preferences_equipment_section > h2,#news_section > h2,#contact_section > h2
{
	position: relative;
	padding-bottom: 40px;
	font-family: Tangerine;
	font-size: 60px;
	text-align: center;
	word-wrap: break-word;
}

#galleries_section > h2:after
{
	content: ' ';
	background: url(../../../images/separator_dark.png) no-repeat top center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	display: block;
}

#galleries_overall
{
	max-width: 70%;
	margin: 0 auto 30px auto;
}

#galleries
{
	text-align: center;
}

#galleries li
{
	background: #E6C688;
	margin: 10px 2px;
	padding: 10px;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
}

#galleries li.active
{
	background: #C7941F;
	color: #FFF;
}

#gallery_pictures_overall
{
	max-width: 70%;
	margin: 0 auto;
}

.gallery_pictures
{
	width: 100%;
}

.gallery_pictures .slick-prev
{
	z-index: 100;
}

#gallery_texts_overall
{
	max-width: 70%;
	margin: 0 auto;
}

#gallery_texts_overall .gallery_text
{
	padding: 1px;
}

#preferences_equipment_section
{
	/*background: #FAFAFA;
	background: rgba(255,255,255,0.95);*/
	background: url('../../../images/light_pattern1_grid.png');
	padding: 20px 0 50px 0;
}

#preferences_equipment_section > h2:after
{
	content: ' ';
	background: url(../../../images/separator_dark.png) no-repeat top center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	display: block;
}

#preferences_equipment_div
{
	max-width: 900px;
	margin: 30px auto 0 auto;
}

#preferences_equipment_div h3
{
	font-size: 30px;
	margin-bottom: 10px;
}

#preferences_equipment_div h3.not_first
{
	margin-top: 30px;
}

#preferences_equipment_div .preference_taboo_equipment_overall
{
	width: 30%;
	width: calc(33% - 10px);
	margin: 0 10px 10px 0;
	display: inline-block;
}

#preferences_equipment_div .preference_taboo_equipment_overall .preference_taboo_equipment_icon
{
	width: 25px;
	display: inline-block;
}

#preferences_equipment_div .preference_taboo_equipment_overall .preference_taboo_equipment_text
{
	width: calc(100% - 25px);
	display: inline-block;
}

#preferences_equipment_div .preferences_equipments_own_overall
{
	margin-top: 10px;
}

#preferences_equipment_div .preferences_equipments_own_overall strong
{
	margin-bottom: 10px;
	display: inline-block;
}

.spacer_section
{
	min-height: 400px;
	text-align: center;
}

.spacer_section a img
{
	max-width: 300px;
	margin: 50px 0;
}

#cities_overall
{
	/*max-width: 900px;*/
	/*height: 300px;*/
	margin: 0 auto;
	padding: 100px 10px 50px 10px;
	font-family: Times new roman;
	color: #CCC;
	text-align: center;
}

#cities_caption
{
	background: radial-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.2));
	padding: 5px 30px;
	font-size: 25px;
	color: #EEE;
	text-shadow: 2px 2px 2px #333;
	display: inline-block;
}

#cities_content
{
	padding: 5px;
	font-size: 50px;
	font-style: italic;
	text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
}

#tour_data_content
{
}

#tour_data_content .tour_date_range
{
	width: 48%;
	width: calc(50% - 20px);
	margin-right: 20px;
	font-size: 22px;
	text-align: right;
	text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
	display: inline-block;
}

#tour_data_content .tour_date_range span
{
	/*width: 270px;*/
	width: 170px;
	display: inline-block;
}

#tour_data_content .tour_city_country
{
	width: 48%;
	width: calc(50% - 20px);
	margin-left: 20px;
	font-size: 22px;
	text-align: left;
	text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
	display: inline-block;
}

#tour_div
{
	max-width: 460px;
	margin: 0 auto;
	padding: 40px 10px;
	text-align: left;
}

#tour_div .tour_caption
{
	font-weight: bold;
	margin-bottom: 5px;
}

#tour_div .tour_row_overall
{
	margin-bottom: 5px;
	font-size: 14px;
}

#tour_div .tour_row_date_range
{
	width: 280px;
	display: inline-block;
}

#tour_div .tour_row_date_range img
{
	vertical-align: bottom;
	display: inline-block;
}

#tour_div .tour_row_city_country
{
	width: 180px;
	font-weight: bold;
	display: inline-block;
}

#tour_div .tour_row_city_country span
{
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

#news_section
{
	/*background: #FAFAFA;
	background: rgba(255,255,255,0.95);*/
	background: url('../../../images/light_pattern1_grid.png');
	padding: 20px 0 50px 0;
	color: #333;
}

#news_section > h2:after
{
	content: ' ';
	background: url(../../../images/separator_dark.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	display: block;
}

#news_div
{
	max-width: 60%;
	margin: 0 auto;
	padding-top: 20px;
}

#news_div .news_entry_overall
{
	border-bottom: 1px solid #000;
	min-height: 102px;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 16px;
}

#news_div .news_entry_overall img
{
	border: 1px solid #000;
	margin: 0 10px 10px 0;
	float: left;
}

#news_div .news_entry_overall span
{
	font-size: 14px;
}

#news_div #button_more_news_overall
{
	text-align: center;
}

#news_div #button_more_news_overall #button_more_news
{
	background: #E6C688;
	border: 2px solid #E6C688;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
}

#news_div #button_more_news_overall #button_more_news:hover
{
	background: #F3EAD7;
}

#news_div #more_news
{
	display: none;
}

#contact_section
{
	background: #FAFAFA;
	background: rgba(255,255,255,0.95);
	padding-top: 40px;
	padding-bottom: 1px;
	color: #333;
	overflow: auto;
}

#contact_section > h2
{
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#contact_section > h2:after
{
	content: ' ';
	background: url(../../../images/separator_dark.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	display: block;
}

#contact_div
{
	width: 60%;
	padding: 0 20%;
	overflow: auto;
}

#contact_data_overall
{
	width: 50%;
	font-size: 22px;
	color: #999;
	float: left;
}

#contact_data_overall > div
{
	margin-bottom: 20px;
}

#contact_data_overall > div > div
{
	font-size: 18px;
}

#contact_data_overall > div > span:first-child
{
	width: 35px;
	display: inline-block;
}

#contact_data_overall > div > span:nth-child(2)
{
	width: 250px;
	display: inline-block;
}

#contact_data_overall > div > span:nth-child(3),#contact_data_overall div > a
{
	width: 100%;
	font-size: 18px;
	display: inline-block;
}

#contact_data_overall > div > span:nth-child(4)
{
	font-size: 18px;
}

#contact_form_overall
{
	width: 50%;
	float: left;
}

#contact_form_overall.no_contact_data
{
	margin-left: 25%;
}

#contact_form
{
	width: 100%;
}

#contact_form legend
{
	font-size: 25px;
	font-weight: bold;
}

#contact_form .contact_field,#contact_form .contact_field input,#contact_form .contact_field textarea
{
	background: #D0A763;
}

#contact_form .contact_field
{
	border-radius: 5px;
	width: 90%;
	width: calc(100% - 20px);
	margin-bottom: 20px;
	padding: 10px;
}

#contact_form .contact_field span
{
	width: 30px;
	font-size: 20px;
	color: #333;
	vertical-align: middle;
}

#contact_form .contact_field span.fa-pencil
{
	vertical-align: top;
}

#contact_form .contact_field input
{
	border: 0px solid #000;
	width: 80%;
	width: calc(100% - 30px);
	padding: 0;
	font-family: Open Sans;
	font-size: 18px;
	color: #333;
	vertical-align: middle;
}

#contact_form .contact_field textarea
{
	border: 0px solid #000;
	width: 80%;
	width: calc(100% - 30px);
	margin: 0;
	padding: 0;
	font-family: Open Sans;
	font-size: 18px;
	color: #333;
	resize: vertical;
}

#contact_form #form_button_send
{
	border: 2px solid #D0A763;
	border-radius: 5px;
	width: 95%;
	width: calc( 100% - 14px);
	margin-bottom: 20px;
	padding: 5px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	transition: all .5s ease-out;
}

#contact_form #form_button_send:hover
{
	background: #D0A763;
	color: #333;
}

#contact_form #form_message
{
	width: 95%;
	width: calc(100% - 10px);
	padding: 5px;
	display: inline-block;
}

#partner_links_section
{
	background: #FAFAFA;
	background: rgba(255,255,255,0.7);
	background: linear-gradient(rgba(250,250,250,0.5) 0%,rgba(250,250,250,1) 50%);
}

#partner_links_section > h2
{
	background: url(../../../images/light_grid.png);
	padding: 20px 10px 0 10px;
	font-family: Tangerine;
	font-size: 60px;
	text-align: center;
}

#partner_links_section > h2.font1
{
	font-family: Tangerine;
}

#partner_links_section > h2.font2
{
	font-family: Federo;
}

#partner_links_section > h2.font3
{
	font-family: Condiment;
}

#partner_links_section > h2.font4
{
	font-family: Aclonica;
}

#partner_links_section > h2.font5
{
	font-family: Aladin;
}

#partner_links_section > h2.font6
{
	font-family: Cormorant SC;
}

#partner_links_div_wrapper
{
	background: url(../../../images/light_grid.png);
}

#partner_links_div
{
	max-width: 880px;
	margin: 0 auto;
	padding: 40px 10px;
}

#partner_links_div #own_banner_mode_overall
{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

#partner_links_div #own_banner_mode_overall .button_own_banner_mode
{
	background: #E6C688;
	border: 2px solid #E6C688;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
}

#partner_links_div #own_banner_mode_overall .button_own_banner_mode.active
{
	background: #F3EAD7;
}

#partner_links_div #own_banner_mode_overall .button_own_banner_mode:last-child
{
	margin-left: 30px;
}

#partner_links_div #own_banner_mode_overall .button_own_banner_mode:hover
{
	background: #F3EAD7;
}

#partner_links_div #banner_picture_standard_overall,#partner_links_div #banner_picture_own_overall
{
	max-width: 470px;
	margin: 0 auto 20px auto;
}

#partner_links_div #banner_picture_standard_overall img,#partner_links_div #banner_picture_own_overall img
{
	border: 1px solid #000;
	max-width: 100%;
	display: block;
}

#partner_links_div #banner_actions_overall
{
	margin-bottom: 20px;
	text-align: center;
}

#partner_links_div #banner_actions_overall #standard_banner_actions > div
{
	margin-bottom: 10px;
}

#partner_links_div #banner_actions_overall #standard_banner_actions > div label
{
	width: 70px;
	display: inline-block;
}

#partner_links_div #banner_actions_overall #standard_banner_actions > div input
{
	background: rgba(255,255,255,0.5);
	width: 130px;
}

#partner_links_div #banner_actions_overall #standard_banner_actions #button_save
{
	background: #E6C688;
	border: 2px solid #E6C688;
	border-radius: 5px;
	width: 122px;
	margin-left: 70px;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
}

#partner_links_div #banner_actions_overall #standard_banner_actions #button_save:hover
{
	background: #F3EAD7;
}

#partner_links_div #banner_actions_overall #own_banner_actions #banner_upload,#partner_links_div #banner_actions_overall #own_banner_actions #banner_delete
{
	background: #E6C688;
	border: 2px solid #E6C688;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
}

#partner_links_div #banner_actions_overall #own_banner_actions #banner_upload:hover,#partner_links_div #banner_actions_overall #own_banner_actions #banner_delete:hover
{
	background: #F3EAD7;
}

#partner_links_div #banner_code
{
	margin-bottom: 20px;
	text-align: center;
}

#partner_links_div #banner_code textarea
{
	background: rgba(255,255,255,0.5);
	width: 100%;
	max-width: 462px;
	height: 150px;
	resize: none;
}

#partner_links_div .partner_link_new_overall
{
	background: #F3EAD7;
	border: 2px solid #E6C688;
	width: calc(100% - 4px);
	max-width: 464px;
	height: 60px;
	margin: 0 auto;
	cursor: pointer;
}

#partner_links_div .partner_link_new_overall .first_div
{
	width: calc(100% - 40px);
	height: 60px;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	vertical-align: top;
	display: inline-block;
}

#partner_links_div .partner_link_new_overall .second_div
{
	width: 40px;
	height: 60px;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	display: inline-block;
}

#partner_links_div .partner_link_new_form
{
	border-bottom: 2px solid #E6C688;
	border-left: 2px solid #E6C688;
	border-right: 2px solid #E6C688;
	width: calc(100% - 24px);
	max-width: 444px;
	margin: 0 auto;
	padding: 10px;
	display: none;
}

#partner_links_div .partner_link_new_form label
{
	width: 40%;
	height: 25px;
	margin-bottom: 10px;
	vertical-align: top;
	display: inline-block;
}

#partner_links_div .partner_link_new_form input
{
	width: calc(60% - 6px);
	margin-bottom: 10px;
	padding: 2px;
	font-family: Open Sans;
	vertical-align: top;
	display: inline-block;
}

#partner_links_div .new_banner_link_check_status_overall
{
	width: 60%;
	margin: 0 0 10px 40%;
	display: inline-block;
}

#partner_links_div .new_banner_link_check_status_icon
{
	width: 30px;
	float: left;
}

#partner_links_div .new_banner_link_check_status_icon img
{
	width: 30px;
}

#partner_links_div .new_banner_link_check_status_message
{
	width: 74%;
	width: calc(100% - 40px);
	padding-left: 10px;
	float: left;
}

#partner_links_div .new_form_buttons
{
	text-align: center;
}

#partner_links_div .new_form_button_save,#partner_links_div .new_form_button_cancel
{
	background: #E6C688;
	border: 2px solid #E6C688;
	border-radius: 5px;
	width: 40%;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
}

#partner_links_div .new_form_button_cancel
{
	margin-left: 10px;
}

#partner_links_div .new_form_button_save:hover,#partner_links_div .new_form_button_cancel:hover
{
	background: #F3EAD7;
}

#partner_links_div .new_form_message
{
	width: 95%;
	width: calc(100% - 10px);
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	display: inline-block;
}

#partner_links_div .partner_link_overall
{
	width: 100%;
	margin: 25px 0 25px 0;
	text-align: center;
}

#partner_links_div .partner_link_overall > a
{
	position: relative;
	max-width: 470px;
	margin: 0 auto;
	display: block;
}

#partner_links_div .partner_link_overall > a.text_link
{
	height: 30px;
}

#partner_links_div .partner_link_overall > a > img
{
	max-width: 470px;
	margin: 0 auto;
	display: block;
}

#partner_links_div .partner_link_overall > a > .actions_overall
{
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 20px;
	padding: 5px;
}

#partner_links_div .partner_link_overall > a > .actions_overall img
{
	display: inline-block;
}

#partner_links_div .partner_link_overall > a > .actions_overall img:first-child
{
	margin-right: 10px;
}

#partner_links_div .partner_link_edit_form
{
	border: 2px solid #E6C688;
	width: calc(100% - 24px);
	max-width: 444px;
	margin: 0 auto;
	padding: 10px;
	display: none;
}

#partner_links_div .partner_link_edit_form label
{
	width: 40%;
	height: 25px;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}

#partner_links_div .partner_link_edit_form input
{
	width: calc(60% - 6px);
	margin-bottom: 10px;
	padding: 2px;
	font-family: Open Sans;
	vertical-align: top;
	display: inline-block;
}

#partner_links_div .edit_banner_link_check_status_overall
{
	width: 60%;
	margin: 0 0 10px 40%;
	display: inline-block;
}

#partner_links_div .edit_banner_link_check_status_icon
{
	width: 30px;
	float: left;
}

#partner_links_div .edit_banner_link_check_status_icon img
{
	width: 30px;
}

#partner_links_div .edit_banner_link_check_status_message
{
	width: 74%;
	width: calc(100% - 40px);
	padding-left: 10px;
	float: left;
}

#partner_links_div .edit_form_buttons
{
	text-align: center;
}

#partner_links_div .edit_form_button_save,#partner_links_div .edit_form_button_cancel
{
	background: #E6C688;
	border: 2px solid #E6C688;
	border-radius: 5px;
	width: 40%;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
}

#partner_links_div .edit_form_button_cancel
{
	margin-left: 10px;
}

#partner_links_div .edit_form_button_save:hover,#partner_links_div .edit_form_button_cancel:hover
{
	background: #F3EAD7;
}

#partner_links_div .edit_form_message
{
	width: 95%;
	width: calc(100% - 10px);
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	display: inline-block;
}

#partner_links_back,#imprint_back,#privacy_policy_back
{
	margin: 40px 0;
	text-align: center;
}

#partner_links_back a,#imprint_back a,#privacy_policy_back a
{
	background-color: #E6C688;
	border: 2px solid #E6C688;
	border-radius: 5px;
	padding: 5px;
	font-size: 20px;
}

#partner_links_back a:hover,#imprint_back a:hover,#privacy_policy_back a:hover
{
	background-color: #F3EAD7;
	color: #333;
}

#imprint_section,#privacy_policy_section
{
	background: #FAFAFA;
	/*background: rgba(255,255,255,0.5);
	background: linear-gradient(rgba(250,250,250,0.5) 0%,rgba(250,250,250,1) 50%);*/
}

#imprint_section > h2,#privacy_policy_section > h2
{
	/*background: url(../../../images/light_grid.png);*/
	padding: 20px 10px 0 10px;
	font-family: Tangerine;
	font-size: 60px;
	text-align: center;
}

#imprint_section > h2.font1,#privacy_policy_section > h2.font1
{
	font-family: Tangerine;
}

#imprint_section > h2.font2,#privacy_policy_section > h2.font2
{
	font-family: Federo;
}

#imprint_section > h2.font3,#privacy_policy_section > h2.font3
{
	font-family: Condiment;
}

#imprint_section > h2.font4,#privacy_policy_section > h2.font4
{
	font-family: Aclonica;
}

#imprint_section > h2.font5,#privacy_policy_section > h2.font5
{
	font-family: Aladin;
}

#imprint_section > h2.font6,#privacy_policy_section > h2.font6
{
	font-family: Cormorant SC;
}

#imprint_div_wrapper,#privacy_policy_div_wrapper
{
	/*background: url(../../../images/light_grid.png);*/
}

#imprint_div,#privacy_policy_div
{
	max-width: 880px;
	margin: 0 auto;
	padding: 40px 10px;
	text-align: center;
}

#imprint_own_text
{
	width: 340px;
	padding: 0 30px;
	text-align: left;
	color: #000;
	vertical-align: top;
	display: inline-block;
}

#imprint_own_text h2
{
	font-size: 18px;
	font-weight: bold;
}

#privacy_policy_div
{
	text-align: justify;
}

#privacy_policy_div h3
{
	font-size: 17px;
	font-weight: bold;
}

#error404_section
{
	background: #FAFAFA;
	background: rgba(255,255,255,0.5);
	background: linear-gradient(rgba(250,250,250,0.5) 0%,rgba(250,250,250,1) 50%);
}

#error404_section > h2
{
	background: url(../../../images/light_grid.png);
	padding: 20px 10px 0 10px;
	font-family: Tangerine;
	font-size: 40px;
	text-align: center;
}

#error404_section > h2.font1
{
	font-family: Tangerine;
}

#error404_section > h2.font2
{
	font-family: Federo;
}

#error404_section > h2.font3
{
	font-family: Condiment;
}

#error404_section > h2.font4
{
	font-family: Aclonica;
}

#error404_section > h2.font5
{
	font-family: Aladin;
}

#error404_section > h2.font6
{
	font-family: Cormorant SC;
}

#error404_div_wrapper
{
	background: url(../../../images/light_grid.png);
}

#error404_div
{
	max-width: 880px;
	margin: 0 auto;
	padding: 40px 10px;
	text-align: center;
}

footer
{
	background: #333;
	width: 100%;
}

#footer_overall
{
	padding: 60px 10px;
	color: #FAFAFA;
}

#footer_id_hits
{
	text-align: center;
}

#footer_social
{
	margin-top: 30px;
	text-align: center;
}

#footer_social img
{
	vertical-align: top;
	display: inline-block;
	transition: opacity 1s;
}

#footer_social img:hover
{
	opacity: .5;
}

#footer_social .at-share-btn
{
	max-width: 50px;
	max-height: 50px;
	margin: 0 10px;
}

#footer_social .at4-icon
{
	background-position: 9px 9px;
	width: 50px;
	height: 50px;
}

#footer_text
{
	margin-top: 30px;
	text-align: center;
	color: #FAFAFA;
}

#footer_text a:hover
{
	color: #D7B968;
}

#footer_design
{
	margin-top: 30px;
	text-align: center;
	color: #FAFAFA;
}

#footer_design img
{
	height: 25px;
	vertical-align: middle;
}

#hidden_language_values_js
{
	display: none;
}

.go-top
{
	background-color: rgba(199,148,31,1);
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	display: none;
}

.go-top:hover
{
	background-color: rgba(0,0,0,0.6);
}

#style_changer_overall
{
	background: #E6C688;
	border: 2px solid #C7941F;
	border-radius: 5px;
	position: fixed;
	top: 50px;
	left: 50%;
	width: 200px;
	width: 30vw;
	margin-left: -111px;
	margin-left: calc(-15vw - 11px);
	padding: 10px;
	text-align: center;
	color: #333;
	z-index: 1001;
}

#style_changer_caption
{
	margin-bottom: 20px;
	font-size: 18px;
}

#style_changer_content
{
}

#style_changer_content span
{
	border: 1px solid #000;
	width: 80%;
	height: 20px;
	margin-bottom: 20px;
	display: inline-block;
	cursor: pointer;
}

#style_changer_content #style1
{
	background: #FAFAFA;
}

#style_changer_content #style2
{
	background: #AADEC3;
}

#style_changer_content #style3
{
	background: #880205;
}

#style_changer_content #style4
{
	background: #D9C5B0;
}

#style_changer_content #style5
{
	background: #5E0000;
}

#style_changer_content #style6
{
	background: #310001;
}

#style_changer_content #style7
{
	background: #111;
}

@media (max-width: 1250px)
{
	#picture_text_div,#galleries_overall,#gallery_pictures_overall,#gallery_texts_overall,#news_div
	{
		max-width: 80%;
	}
}

@media (max-width: 1140px)
{
	#picture_text_div
	{
		max-width: 80%;
	}
}

@media (max-width: 1040px)
{
	#picture_text_div,#galleries_overall,#gallery_pictures_overall,#gallery_texts_overall,#news_div
	{
		max-width: 90%;
	}
}

@media (max-width: 1030px)
{
	.vegas-slide
	{
		margin-top: 0px !important;
	}

	#top_bar_left a
	{
		margin-left: 70px;
	}

	#register_login_logout
	{
		display: none;
	}

	header
	{
		position: inherit;
	}

	#header_logo
	{
		/*width: 50%;
		margin-left: 50px;*/
		width: calc(100% - 80px);
		text-align: center;
	}

	#header_name
	{
		width: 48%;
		padding-right: 2%;
		font-size: 25px;
		text-align: right;
	}

	nav
	{
		display: none;
	}

	#header_favourite
	{
		float: right;
	}

	.toggle_mobile
	{
		position: fixed;
		top: 5px;
		left: 3px;
		width: 40px;
		height: 36px;
		cursor: pointer;
		display: block;
		z-index: 1002;
	}

	#mobile_menu
	{
		display: block;
		z-index: 1001;
	}

	.toggle_mobile span.menu1, .toggle_mobile span.menu2, .toggle_mobile span.menu3
	{
		background: #E6C688;
		position: absolute;
		left: 0;
		width: 40px;
		height: 8px;
		display: block;
		transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}

	.toggle_mobile span.menu1
	{
		top: 0;
	}

	.toggle_mobile span.menu2
	{
		top: 14px;
	}

	.toggle_mobile span.menu3
	{
		top: 28px;
	}

	.toggle_mobile.active span.menu1
	{
		top: 14px;
		transform: rotate(45deg);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}

	.toggle_mobile.active span.menu2
	{
		transform: rotate(-45deg);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}

	.toggle_mobile.active span.menu3
	{
		opacity: 0;
		transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}

	#slider_section
	{
		padding-top: 0;
	}

	.slider_picture_text_overall
	{
		font-size: 25px;
	}

	#galleries li
	{
		width: 60%;
	}

	.gallery_pictures .slick-prev
	{
		left: 0;
	}

	.gallery_pictures .slick-next
	{
		right: 0;
	}

	#first_personal_data > .personal_data_block .second_row,#first_personal_data2 > .personal_data_block .second_row
	{
		font-size: 23px;
	}

	#contact_section #contact_data_overall
	{
		width: 100%;
	}

	#contact_section #contact_form_overall
	{
		width: 100%;
		margin-top: 30px;
	}

	#preview_info
	{
		top: 47px;
	}
}

@media (max-width: 940px)
{
	#preferences_equipment_div
	{
		margin: 30px 20px 0 20px;
	}

	#preferences_equipment_div .preference_taboo_equipment_overall
	{
		width: 48%;
		width: calc(50% - 10px);
	}
}

@media (max-width: 870px)
{
	#picture_text_div
	{
		max-width: 90%;
	}

	#picture_text_div #picture_div
	{
		margin: 0 auto 40px auto;
		text-align: center;
		float: initial;
	}

	#picture_text_div #text_div
	{
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 830px)
{
	#first_contact > .contact_block
	{
		width: 40%;
	}
}

@media (max-width: 800px)
{
	.slider_picture_text_overall
	{
		font-size: 20px;
	}

	#gallery_pictures .gallery_item_overall
	{
		width: 50%;
	}

	#tour_data_content .tour_date_range
	{
		width: 100%;
		margin-right: 0;
		font-size: 20px;
		text-align: center;
	}

	#tour_data_content .tour_date_range img
	{
		width: 44px;
	}

	#tour_data_content .tour_date_range span
	{
		width: 210px;
		text-align: left;
	}

	#tour_data_content .tour_city_country
	{
		width: 210px;
		margin-bottom: 20px;
		margin-left: 55px;
		font-size: 20px;
		text-align: center;
	}

	#tour_data_content .tour_city_country span
	{
		width: 210px;
		/*margin-left: 14%;*/
		text-align: left;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
	}

	#book_button
	{
		width: 80%;
	}
}

@media (max-width: 768px)
{
}

@media (max-width: 680px)
{
	#caption_div h1 .h1_name
	{
		font-size: 60px;
	}

	#first_personal_data > .personal_data_block,#more_personal_data_button,#more_personal_data_button2,#more_service_fee_button
	{
		width: 40%;
	}

	#cities_caption
	{
		font-size: 20px;
	}

	#cities_content
	{
		font-size: 40px;
	}

	#first_service_fee > .service_fee_block .first_row,#second_service_fee > .service_fee_block .first_row,#contact_languages_overall .contact_block .first_row
	{
		width: 80%;
	}

	#contact_form
	{
		width: 99%;
		width: calc(100%);
		margin-left: 0;
	}
}

@media (max-width: 600px)
{
	#header_name
	{
		font-size: 20px;
	}

	#first_personal_data > .personal_data_block .second_row,#first_personal_data2 > .personal_data_block .second_row
	{
		font-size: 20px;
	}

	.slider_picture_text_overall
	{
		font-size: 18px;
	}

	#galleries li
	{
		width: 95%;
		width: calc(100% - 20px);
	}

	#preview_info
	{
		width: 300px;
		width: 70vw;
		margin-left: -161px;
		margin-left: calc(-35vw - 11px);
	}
}

@media (max-width: 540px)
{
	#partner_links_div .partner_link_overall > a,#partner_links_div .partner_link_overall > a > img
	{
		max-width: 430px;
	}
}

@media (max-width: 500px)
{
	#preferences_equipment_div .preference_taboo_equipment_overall
	{
		width: 98%;
		width: calc(100% - 10px);
	}

	#contact_div
	{
		width: 90%;
		padding: 0 5%;
	}

	#partner_links_div .partner_link_overall > a,#partner_links_div .partner_link_overall > a > img
	{
		max-width: 390px;
	}
}

@media (max-width: 480px)
{
	#header_name
	{
		font-size: 16px;
		line-height: 30px;
	}

	#gallery_pictures .gallery_item_overall
	{
		width: 100%;
	}

	#more_service_fee_button
	{
		width: 60%;
	}

	#book_button
	{
		font-size: 18px;
	}

	#picture_text_div #picture_div
	{
		background-size: 100%;
		width: 302px;
		height: 378px;
	}

	#picture_text_div #picture_div img
	{
		max-width: 225px;
		margin-top: 39px;
	}
}

@media (max-width: 460px)
{
	#partner_links_div .partner_link_overall > a,#partner_links_div .partner_link_overall > a > img
	{
		max-width: 350px;
	}
}

@media (max-width: 440px)
{
	#admin_menu
	{
		display: none;
	}

	#style_changer_overall
	{
		width: 50vw;
		margin-left: calc(-25vw - 11px);
	}
}

@media (max-width: 420px)
{
	#cities_caption
	{
		font-size: 15px;
	}

	#cities_content
	{
		font-size: 30px;
	}

	#first_contact > .contact_block
	{
		width: 80%;
	}

	#partner_links_div .partner_link_new_form label,#partner_links_div .partner_link_edit_form label
	{
		width: 100%;
	}

	#partner_links_div .partner_link_new_form input,#partner_links_div .partner_link_edit_form input
	{
		width: calc(100% - 6px);
	}

	#partner_links_div .new_banner_link_check_status_overall,#partner_links_div .edit_banner_link_check_status_overall
	{
		width: 100%;
		margin-left: 0;
	}

	#partner_links_div .partner_link_overall > a,#partner_links_div .partner_link_overall > a > img
	{
		max-width: 300px;
	}
}

@media (max-width: 400px)
{
	#more_personal_data_button,#more_personal_data_button2,#more_service_fee_button
	{
		width: 60%;
	}

	#preview_info
	{
		width: 200px;
		width: 80vw;
		margin-left: -111px;
		margin-left: calc(-40vw - 11px);
	}

	#tour_div .tour_row_date_range
	{
		width: 100%;
	}

	#tour_div .tour_row_city_country
	{
		width: 100%;
	}
}

@media (max-width: 310px)
{
	#book_button
	{
		font-size: 16px;
	}
}

@media (min-height: 350px)
{
	#slider_home
	{
		height: 180px;
	}

	.slider_picture_text_overall
	{
		height: 180px;
	}
}

@media (min-height: 450px)
{
	#slider_home
	{
		height: 230px;
	}

	.slider_picture_text_overall
	{
		height: 230px;
	}
}

@media (min-height: 500px)
{
	#slider_home
	{
		height: 280px;
	}

	.slider_picture_text_overall
	{
		height: 280px;
	}
}

@media (min-height: 550px)
{
	#slider_home
	{
		height: 330px;
	}

	.slider_picture_text_overall
	{
		height: 330px;
	}
}

@media (min-height: 600px)
{
	#slider_home
	{
		height: 380px;
	}

	.slider_picture_text_overall
	{
		height: 380px;
	}
}

@media (min-height: 650px)
{
	#slider_home
	{
		height: 430px;
	}

	.slider_picture_text_overall
	{
		height: 430px;
	}
}

@media (min-height: 700px)
{
	#slider_home
	{
		height: 480px;
	}

	.slider_picture_text_overall
	{
		height: 480px;
	}
}

@media (min-height: 750px)
{
	#slider_home
	{
		height: 530px;
	}

	.slider_picture_text_overall
	{
		height: 530px;
	}
}

@media (min-height: 800px)
{
	#slider_home
	{
		height: 600px;
	}

	.slider_picture_text_overall
	{
		height: 600px;
	}
}