/**
* 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: #EEE;
}

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

strong,.strong
{
	font-weight: bold;
}

.hidden2
{
	display: none !important;
}

.font_family_tangerine
{
	font-family: Tangerine;
}

.font_size_13
{
	font-size: 13px !important;
}

.font_size_16
{
	font-size: 16px;
}

.font_size_20
{
	font-size: 20px;
}

.cursive
{
	font-style: italic;
}

.c_golden
{
	color: #D0A763;
}

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

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

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

#top_bar_left
{
	width: 15%;
	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: 85%;
	height: 46px;
	text-align: right;
	float: left;
}

#top_bar_right a:link,#top_bar_right a:visited
{
	margin: 0 10px;
	color: #D7B968;
}

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

#top_bar_right a.promo_link
{
	margin: 0 10px;
}

#top_bar_right a.promo_link_last
{
	margin: 0 50px 0 10px;
}

#top_bar_right #register_login_logout
{
	color: #D7B968;
}

#link_private_messenger span.not_zero
{
	font-weight: bold;
	color: #EEE;
}

#top_bar_right #languages
{
	margin: 12px 10px 0 0;
	font-size: 12px;
	display: inline-block;
}

#top_bar_right #languages .dd-selected
{
	background: #D7B968;
	padding: 1px 25px 1px 5px;
	color: #333;
}

#top_bar_right #languages .dd-selected:hover
{
	color: #EEE;
}

#top_bar_right #languages .dd-option
{
	background: #D7B968;
	padding: 1px 5px;
}

#top_bar_right #languages .dd-option-selected
{
	background: #D7B968;
}

#top_bar_right #languages .dd-selected-image
{
	width: 16px;
	height: 11px;
	margin-top: 4px;
}

#top_bar_right #languages .dd-selected-text
{
	line-height: 18px !important;
}

#top_bar_right #languages .dd-option-image
{
	width: 16px;
	height: 11px;
	margin-top: 2px;
}

#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,1) 97%,rgba(250,250,250,0) 100%);
	position: fixed;
	width: 100%;
	height: 60px;
	padding-top: 50px;
	z-index: 999;
}

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

#header_logo img
{
	height: 95%;
}

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

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

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

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

.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: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	position: relative;
	padding-top: 106px;
}

#slider_home
{
	background: url(../../../images/dark_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;
	/*font-weight: bold;*/
	text-align: center;
	color: #EEE;
	/*text-shadow: 0 -2px #000, 2px 0 #000, 0 2px #000, -2px 0 #000;*/
	text-shadow: 0 0 0.2em #333, 0 0 0.2em #333, 0 0 0.2em #333;
	vertical-align: middle;
	display: table-cell;
}

#lcp
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#caption_text_section
{
	background: #000;
	background: linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,1) 50%);
	color: #EEE;
}

#caption_div
{
	background: url(../../../images/dark_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 h1 .font1
{
	font-family: Tangerine;
}

#caption_div h1 .font2
{
	font-family: Federo;
}

#caption_div h1 .font3
{
	font-family: Condiment;
}

#caption_div h1 .font4
{
	font-family: Aclonica;
}

#caption_div h1 .font5
{
	font-family: Aladin;
}

#caption_div h1 .font6
{
	font-family: Cormorant SC;
}

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

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

#agency_logo_text_wrapper
{
	background: url(../../../images/dark_grid.png);
}

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

#logo_div
{
	/*border-radius: 50%;*/
	width: 402px;
	height: 332px;
	margin-right: 20px;
	text-align: center;
	float: left;
	/*transform: perspective(800px) rotateY(20deg);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);*/
}

#logo_div.centered
{
	margin: 0 auto;
	float: none;
}

#logo_div img
{
	/*border: 5px solid #333;
	border-radius: 5px;*/
	max-width: 300px;
	margin-top: 52px;
	margin-left: 2px;
}

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

#business_hours_service_section
{
	background: #333;
	padding: 40px;
}

#business_hours_service_div
{
	text-align: center;
}

#business_hours_overall,#service_overall
{
	width: 200px;
	vertical-align: top;
	display: inline-block;
}

#business_hours_overall
{
	margin-right: 40px;
}

#service_overall
{
	margin-left: 40px;
}

#business_hours_caption,#service_caption
{
	width: 200px;
	height: 160px;
	padding: 30px 0;
	font-size: 10px;
	color: #D0A763;
}

#business_hours_caption img,#service_caption img
{
	width: 150px;
}

#business_hours_data,#service_data
{
	margin-top: 20px;
	font-size: 15px;
	color: #999;
}

#sedcards_section
{
	background: #000;
	padding: 40px 20px;
	overflow: auto;
}

#sedcards_section.full_width
{
	padding: 40px 0;
}

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

#sedcards_section > h2:after
{
	content: ' ';
	background: url(https://www.escort-galleries.com/images/separator.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	display: block;
}

#view_overall
{
	padding: 20px 0;
	text-align: center;
}

#view_overall > span
{
	margin-right: 5px;
	font-size: 23px;
	vertical-align: bottom;
	cursor: pointer;
	display: inline-block;
}

#view_overall > span.active
{
	color: #E6C688;
}

#sedcard_results_overall
{
	text-align: center;
	overflow: hidden;
}

.sedcard_result_overall_list
{
	background-image: linear-gradient(#FFE, #F3EAD7);
	border-top: 1px solid #F3EAD7;
	width: 100%;
	height: 155px;
	font-family: Helvetica;
	color: #333;
}

.sedcard_result_overall_list.best_choice
{
	background-image: linear-gradient(#FDFADF, #E6C688);
}

.sedcard_result_overall_list a
{
	width: 87%;
	width: calc(100% - 50px);
	height: 145px;
	padding: 5px 5px;
	display: block;
	float: left;
}

.sedcard_result_overall_list a:hover
{
	color: #B39355;
}

.sedcard_result_overall_list .sedcard_result_picture
{
	position: relative;
	width: 32%;
	max-width: 100px;
	display: block;
	float: left;
}

.sedcard_result_overall_list .sedcard_result_picture img
{
	width: 100%;
	display: block;
}

.sedcard_result_overall_list .sedcard_result_picture img.best_choice
{
	position: absolute;
	bottom: 0;
	left: 0;
}

.sedcard_result_overall_list .sedcard_result_data
{
	width: 63%;
	width: calc(68% - 10px);
	height: 145px;
	margin-left: 10px;
	display: block;
	float: left;
}

.sedcard_result_overall_list .sedcard_result_data .sedcard_result_data_row
{
	width: 100%;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.sedcard_result_overall_list .sedcard_result_data .sedcard_result_data_row.empty_big
{
	min-height: 15px;
}

.sedcard_result_overall_list .sedcard_result_data .sedcard_result_data_row.empty_small
{
	min-height: 10px;
}

.sedcard_result_overall_list .sedcard_result_data .sedcard_result_data_row strong.old
{
	background: linear-gradient(#111,#444);
	border-radius: 10px;
	padding: 0 5px;
	color: #EEE;
}

.sedcard_result_overall_list .sedcard_result_favourite
{
	width: 8%;
	width: 35px;
	height: 155px;
	padding-right: 5px;
	text-align: right;
	display: block;
	float: right;
}

.sedcard_result_overall_list .sedcard_result_favourite img
{
	width: 100%;
	max-width: 35px;
	margin-top: 10px;
}

.sedcard_result_overall_grid
{
	position: relative;
	width: 13%;
	width: calc(14.28% - 20px);
	max-width: 250px;
	margin: 10px;
	/*float: left;*/
	display: inline-block;
}

.sedcard_result_overall_grid .sedcard_result_picture
{
	border: 1px solid #E6C688;
	position: relative;
	width: 99%;
	width: calc(100% - 2px);
}

.sedcard_result_overall_grid .sedcard_result_picture:after
{
	content: "";
	position: absolute;
	border: 3px solid #999;
	top: 0;
	width: 98%;
	width: calc(100% - 6px);
	height: 98%;
	height: calc(100% - 6px);
	display: block;
	box-shadow: 0 0 3px 3px #CCC, inset 0 0 20px 3px #CCC;
}

.sedcard_result_overall_grid .sedcard_result_picture.best_choice:after
{
	border: 3px solid #D7B968;
}

.sedcard_result_overall_grid .sedcard_result_picture img
{
	width: 100%;
	display: block;
}

.sedcard_result_overall_grid .sedcard_result_picture_name_city_overall
{
	background: rgba(0,0,0,0.7);
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 46px;
	padding: 3px 0;
	text-align: center;
	color: #EEE;
	box-shadow: 0px 5px 5px -5px #000, 0px -5px 5px -5px #000;
}

.sedcard_result_overall_grid .sedcard_result_picture_name_city_overall.best_choice
{
	background: rgba(230,198,136,0.9);
	font-weight: bold;
	color: #000;
}

.sedcard_result_overall_grid .sedcard_result_picture_name,.sedcard_result_overall_grid .sedcard_result_picture_category,.sedcard_result_overall_grid .sedcard_result_picture_city
{
	padding: 0 5px;
	font-style: italic;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sedcard_result_overall_grid .sedcard_result_picture_name
{
	height: 18px;
	font-size: 15px;
}

.sedcard_result_overall_grid .sedcard_result_picture_category,.sedcard_result_overall_grid .sedcard_result_picture_city
{
	height: 14px;
	font-size: 11px;
}

.sedcard_result_overall_grid .sedcard_result_picture_tour
{
	position: absolute;
	bottom: 68px;
	right: 7px;
	width: 44px;
	height: 19px;
}

.sedcard_result_overall_grid .sedcard_result_overlays
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay1_wrapper
{
	position: absolute;
	width: 100%;
	height: 100%;
	color: #CCC;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay1_wrapper .sedcard_result_overlay1_ribbon_premium
{
	position: absolute;
	width: 40%;
	height: 27.6%;
	top: -5px;
	left: -5px;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay1_wrapper .sedcard_result_overlay1_ribbon_premium img
{
	width: 100%;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay1_wrapper .sedcard_result_overlay1_old
{
	position: absolute;
	top: 10px;
	right: 10px;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay1_wrapper .sedcard_result_overlay1_old > div
{
	background: linear-gradient(#111,#444);
	border: 1px solid #CCC;
	border-radius: 33px;
	width: 60px;
	height: 63px;
	font-size: 10px;
	color: #FFF;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay1_wrapper .sedcard_result_overlay1_old > div > div
{
	margin-top: 3px;
}

.old_txt_position_eng
{
	margin-top: 14px !important;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay1_wrapper .sedcard_result_overlay1_verified
{
	position: absolute;
	width: 30%;
	height: 10%;
	bottom: 68px;
	left: 5px;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay1_wrapper .sedcard_result_overlay1_verified img
{
	width: 100%;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay2_wrapper
{
	background: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #CCC;
	visibility: hidden;
	cursor: pointer;
}

.sedcard_result_overall_grid .sedcard_result_overlays:hover .sedcard_result_overlay2_wrapper
{
	visibility: visible;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay2_wrapper .sedcard_result_overlay2_details
{
	width: 100%;
	height: 70%;
}

.sedcard_result_overlay2_details_text
{
	padding: 55px 10px 0 10px;
	font-size: 12px;
	line-height: 1.1;
}

.sedcard_result_overlay2_sedcard_id
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 115px;
	font-size: 10px;
	text-align: left;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay2_wrapper .sedcard_result_overlay2_button
{
	position: relative;
	width: 100%;
	height: 30%;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay2_wrapper .sedcard_result_overlay2_button a
{
	background: #E6C688;
	border: 2px solid #E6C688;
	border-radius: 5px;
	position: absolute;
	width: 70%;
	height: 13px;
	bottom: 20%;
	left: 14%;
	left: calc(15% - 7px);
	padding: 5px 5px;
	font-size: 13px;
	color: #333;
}

.sedcard_result_overall_grid .sedcard_result_overlays .sedcard_result_overlay2_wrapper .sedcard_result_overlay2_button a:hover
{
	background: #F3EAD7;
}

#pagination_overall,#pagination_mobile_overall
{
	width: 100%;
	height: auto;
	margin-top: 30px;
	text-align: center;
	float: left;
}

#pagination_mobile_overall
{
	display: none;
}

#pagination_goto
{
	margin: 0 5px;
	display: inline-block;
}

#pagination_mobile_goto
{
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
}

#pagination_goto input,#pagination_mobile_goto input
{
	background: #FFF;
	border: 1px solid #333;
	border-radius: 0;
	width: 35px;
	height: 20px;
	margin-right: 5px;
	padding: 1px;
	font-size: 14px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

#pagination_goto > div,#pagination_mobile_goto > div
{
	background: #C7941F;
	border: 1px solid #333;
	width: 60px;
	height: 20px;
	padding: 1px 1px 1px 1px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

#pagination_goto > div:hover,#pagination_mobile_goto > div:hover
{
	background: #E6C688;
}

#pagination_goto > div img,#pagination_mobile_goto > div img
{
	margin-top: 3px;
}

#pagination_goto > div span:last-child,#pagination_mobile_goto > div span:last-child
{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	vertical-align: top;
}

#pagination_prev,#pagination_mobile_prev
{
	margin: 0 5px;
	font-size: 25px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

#pagination_prev:hover,#pagination_mobile_prev:hover
{
	color: #C7941F;
}

#pagination_numbers,#pagination_mobile_numbers
{
	margin: 0 5px;
	vertical-align: middle;
	display: inline-block;
}

#pagination_numbers span,#pagination_mobile_numbers span
{
	margin: 0 5px;
	cursor: pointer;
}

#pagination_numbers span:hover,#pagination_mobile_numbers span:hover
{
	color: #C7941F;
}

#pagination_numbers span.active,#pagination_mobile_numbers span.active
{
	color: #C7941F;
}

#pagination_next,#pagination_mobile_next
{
	margin: 0 5px;
	font-size: 25px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

#pagination_next:hover,#pagination_mobile_next:hover
{
	color: #C7941F;
}

.spacer_section
{
	background: url(../../../images/dark_grid.png);
	min-height: 400px;
}

#city_overall
{
	margin: 0 auto;
	padding: 100px 10px 50px 10px;
	font-family: Times new roman;
	color: #CCC;
	text-align: center;
}

#city_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;
}

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

#fee_section
{
	background: #000;
	padding: 40px 20px;
}

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

#fee_section > h2:after
{
	content: ' ';
	background: url(https://www.escort-galleries.com/images/separator.png) no-repeat top center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	display: block;
}

#fee_div
{
	margin-top: 20px;
	text-align: center;
}

#fee_currencies_overall,#fee_payment_methods_overall
{
	width: 200px;
	vertical-align: top;
	display: inline-block;
}

#fee_currencies_overall
{
	margin-right: 40px;
}

#fee_payment_methods_overall
{
	margin-left: 40px;
}

#fee_currencies_caption,#fee_payment_methods_caption
{
	background: radial-gradient(#BABABA 30%, #4E4E4E 100%);
	border-radius: 100px;
	width: 180px;
	height: 140px;
	padding: 30px 10px;
	font-size: 10px;
	color: #000;
}

#fee_currencies_caption img,#fee_payment_methods_caption img
{
	width: 80px;
}

#fee_currencies_data,#fee_payment_methods_data
{
	margin-top: 20px;
	font-size: 15px;
	color: #999;
}

#fee_tabs_overall
{
	max-width: 60%;
	margin: 40px auto 0 auto;
}

#fee_tabs ul li
{
	background: #000 !important;
	font-size: 20px;
	color: #D0A763;
}

#fee_tabs .resp-tabs-container
{
	background: #000;
}

#fee_tabs_overall table
{
	background: #333;
	border: 1px solid #000;
	width: 100%;
	color: #999;
}

#fee_tabs_overall table th
{
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
}

#fee_tabs_overall table tr.divider
{
	background: #000;
}

#fee_tabs_overall table tr.divider td
{
	padding: 5px;
}

#fee_tabs_overall table td
{
	padding: 10px;
}

#fee_tabs_overall #special_offers
{
	background: #333;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	color: #999;
}

#contact_section
{
	background: #333;
	padding: 40px 20%;
	overflow: auto;
}

#contact_section > h2
{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-family: Tangerine;
	font-size: 60px;
	text-align: center;
	word-wrap: break-word;
}

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

#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;
}

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

footer ~ img
{
	position: absolute;
}

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

/* AD´s CSS BEGINN */
/*	@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600); */
.Solads:after,.Solads:before { content: ""; display: table; }
.Solads:after { clear: both; }
.group { zoom: 1; }
.Solads *,.Solads:after,.Solads:before,.advert *,.advert:after,.advert:before,.m3_container *,.m3_container:after,.m3_container:before { -webkit-box-sizing: content-box!important; -moz-box-sizing: content-box!important; box-sizing: content-box!important; }
.M3MobLargeLite { border: 0; position: relative; width: 320px; margin:0 auto 20px auto; font-family: "Open Sans"; }
.M3MobLargeLite .a {  background-color: #FFF; border: 1px solid #E6E6E6; height: 94px; padding: 2px 0 2px 108px; overflow: hidden; display: block; }
.M3MobLargeLite .a .i { float: left; }
.M3MobLargeLite .a .i img { position: absolute; top: 1px; left: 1px; width: 98px; height: 98px; overflow: hidden; display: block; }
.M3MobLargeLite .a .x { text-align: left; display: block; }
.M3MobLargeLite .a .t { max-width: 98%; max-height: 42px; font-size: 17px; font-weight: 600; line-height: 21px; color: #243767; white-space: normal; text-overflow: ellipsis; overflow: hidden; }
.M3MobLargeLite .a .d { max-width: 98%; max-height: 32px; margin: 3px 0 1px 0; font-size: 13px; line-height: 16px; color: #666; overflow: hidden; }
.M3MobLargeLite .a .u { max-width: 98%; max-height: 17px; font-size: 13px; font-weight: 400; line-height: normal; color: #999; white-space: normal; word-break: break-all; overflow: hidden; }
.M3MobLargeLite .a .u:before { content: '\00bb\00a0'; }
.M3MobLargeLite .a,.M3MobLargeLite .a .t:hover,.M3MobLargeLite .a .u,.M3MobLargeLite .a .u:hover { text-decoration: none; }
/* AD´s CSS END */

#footer_id_hits
{
	text-align: center;
}

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

#footer_social img
{
	height: 35px;
	margin: 0 5px;
}

#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: #C7941F;
}

#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);
}

#new_private_messages_overlay
{
	background: #C7941F;
	border-top-left-radius: 25px;
	position: fixed;
	bottom: 0;
	right: -225px;
	width: 200px;
	height: 300px;
	padding: 20px 10px 0 10px;
	font-size: 20px;
	text-align: center;
	color: #333;
	/*overflow: auto;*/
	z-index: 2100;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	box-shadow: 0 0 5px 0 #333;
}

#new_private_messages_overlay.active
{
	right: 0;
}

#new_private_messages_overlay .top_overall
{
	position: relative;
	height: 150px;
}

#new_private_messages_overlay .top_overall strong
{
	font-size: 140px;
}

#new_private_messages_overlay .top_overall #number_new_messages
{
	position: absolute;
	top: 40px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	font-size: 25px;
	font-weight: bold;
}

#new_private_messages_overlay .bottom_overall
{
	height: 150px;
}

#new_private_messages_overlay #close_new_messages
{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 30px;
}

@media (max-width: 1690px)
{
	.sedcard_result_overall_grid
	{
		width: 14%;
		width: calc(16.6% - 20px);
	}
}

@media (max-width: 1410px)
{
	.sedcard_result_overall_grid
	{
		width: 18%;
		width: calc(20% - 20px);
	}
}

@media (max-width: 1250px)
{
	nav li a
	{
		font-size: 14px;
	}
}

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

	.sedcard_result_overall_grid
	{
		width: 22%;
		width: calc(25% - 20px);
	}
}

@media (max-width: 1030px)
{
	#top_bar_left a
	{
		margin-left: 55px;
	}

	#register_login_logout
	{
		display: none;
	}

	header
	{
		position: inherit;
	}

	#header_logo
	{
		width: 50%;
	}

	nav
	{
		display: none;
	}

	.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;
	}

	.sedcard_result_overall_list a:hover
	{
		color: #333;
	}

	.sedcard_result_overall_grid .sedcard_result_overlays:hover .sedcard_result_overlay2_wrapper
	{
		visibility: hidden;
	}

	#fee_tabs_overall
	{
		max-width: 80%;
	}

	#contact_section #contact_data_overall
	{
		width: 100%;
	}

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

@media (max-width: 880px)
{
	#top_bar_left
	{
		width: 50%;
	}

	#top_bar_right
	{
		width: 50%;
	}
}

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

	#logo_div
	{
		/*width: 100%;
		margin: 0 0 40px 0;
		width: 228px;*/
		margin: 0 auto 40px auto;
		text-align: center;
		float: initial;
	}

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

	.sedcard_result_overall_grid
	{
		width: 29%;
		width: calc(33.3% - 20px);
	}
}

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

	#fee_tabs_overall
	{
		max-width: 90%;
	}
}

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

@media (max-width: 620px)
{
	#new_private_messages_overlay
	{
		right: -135px;
		width: 110px;
		height: 160px;
	}

	#new_private_messages_overlay .top_overall
	{
		height: 80px;
	}

	#new_private_messages_overlay .top_overall strong
	{
		font-size: 70px;
	}

	#new_private_messages_overlay .top_overall #number_new_messages
	{
		top: 15px;
		font-size: 20px;
	}

	#new_private_messages_overlay .bottom_overall
	{
		height: 80px;
		font-size: 16px;
	}
}

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

	.sedcard_result_overall_grid
	{
		width: 45%;
		width: calc(50% - 20px);
	}
}

@media (max-width: 560px)
{
	#business_hours_overall,#fee_currencies_overall
	{
		margin-right: 20px;
	}

	#service_overall,#fee_payment_methods_overall
	{
		margin-left: 20px;
	}
}

@media (max-width: 530px)
{
	#link_private_messenger
	{
		display: none;
	}
}

@media (max-width: 520px)
{
	#business_hours_overall,#fee_currencies_overall
	{
		margin: 0 auto 40px auto;
		display: block;
	}

	#service_overall,#fee_payment_methods_overall
	{
		margin: 0 auto;
		display: block;
	}
}

@media (max-width: 450px)
{
	#logo_div
	{
		background-size: 100%;
		width: 302px;
		height: 249px;
	}

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

	.sedcard_result_overall_grid
	{
		width: 95%;
		margin: 10px auto;
		display: inline-block;
		float: none;
	}
}

@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;
	}
}