body {
	background: #f9f9f9;
	font-size: 13px;
	line-height: 20px;
	font-family: Montserrat, Arial, sans-serif;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	color: #333
}


h3 {
	font-size: 22px
}

h4 {
	font-size: 18px
}

h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h2{
    margin-bottom:20px;
}

h3 span,
h4 span,
h5 span,
h6 span {
	color: #e04f67
}

a {
	color: #884624;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	outline: 0
}

a:focus,
a:hover {
	color: #111;
	text-decoration: none;
	outline: 0
}

p {
	margin: 0 0 20px 0
}

.social-icons{
    margin-top:20px;
}

.nopadding {
	margin: 0!important;
	padding: 0!important
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ddd
}

#logo {
	margin-top: 10px
}

header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	padding: 10px 0
}

header#plain {
	background-color: #fff
}

header #logo .logo_sticky {
	display: none
}

header.sticky #logo .logo_normal {
	display: none
}

header.sticky #logo .logo_sticky {
	display: block
}

header.sticky {
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
	-moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
	background-color: #fff;
	padding-bottom: 0
}


footer {
	background: #222 repeat 0 0;
	color: #fff;
	padding: 30px 0 10px 0
}



footer h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-top: 20px
}

footer a {
	color: #fff
}

footer a:hover {
	color: #999
}

footer ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none
}

#social_footer {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding-top: 30px;
	margin-top: 30px;
	font-size: 12px;
	color: #8c8c8c
}

.main-menu {
	position: relative;
	z-index: 9;
	width: auto
}

.main-menu a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.main-menu ul,
.main-menu ul li,
.main-menu ul li a {
	position: relative;
	margin-bottom: 0;
	margin: 0;
	padding: 0
}

.main-menu ul li a {
	display: block;
	line-height: 20px;
	padding: 10px
}

.main-menu>ul>li>a {
	color: #fff;
	padding: 0 8px 15px 8px;
	font-size: 20px
}

.sticky .main-menu>ul>li>a {
	color: #333
}

.sticky .main-menu>ul>li:hover>a {
	color: #e04f67
}

header#plain .main-menu>ul>li>a {
	color: #333
}

header#plain .main-menu>ul>li:hover>a {
	color: #e04f67
}

header#colored.sticky .main-menu>ul>li>a {
	color: #fff
}

#close_in,
#header_menu,
.cmn-toggle-switch {
	display: none
}

a.dropdown-toggle.icon-search {
	display: inline-block
}

@media (min-width:992px) and (max-width:1200px) {
	.main-menu>ul>li>a {
		padding: 0 5px 15px 5px
	}
}

@media only screen and (min-width:992px) {
	.main-menu {
		width: auto
	}
	.main-menu a {
		white-space: nowrap
	}
	.main-menu ul li {
		display: inline-block
	}
	.main-menu ul li.submenu:hover>a:after,
	.main-menu ul li.submenu:hover>a:before {
		bottom: -20px;
		opacity: 0
	}
	.main-menu ul li .menu-wrapper,
	.main-menu ul ul {
		position: absolute;
		border-top: 2px solid #e04f67;
		z-index: 1;
		visibility: hidden;
		left: 3px;
		top: 100%;
		margin: 0;
		display: block;
		padding: 0;
		background: #fff;
		min-width: 210px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
		-webkit-transition: all .2s ease;
		transition: all .2s ease
	}
	.main-menu ul li .menu-wrapper {
		padding: 10px 15px!important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.main-menu ul li:hover .menu-wrapper,
	.main-menu ul li:hover>ul {
		padding: 0;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	.main-menu ul .menu-wrapper ul {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-top: none;
		margin: 0;
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	.main-menu ul .menu-wrapper ul:before {
		border: 0
	}
	.main-menu ul ul li {
		display: block;
		height: auto;
		padding: 0
	}
	.main-menu ul ul li a {
		font-size: 12px;
		color: #666;
		border-bottom: 1px solid #ededed;
		display: block
	}
	.main-menu ul ul li:last-child a {
		border-bottom: none
	}
	.main-menu ul ul li:hover>a {
		background-color: #f9f9f9;
		color: #e04f67;
		padding-left: 15px
	}
	.main-menu ul li.megamenu {
		position: static
	}
	.main-menu ul li.megamenu .menu-wrapper {
		width: 1115px;
		float: left;
		left: auto;
		right: 0;
		padding: 10px 30px 15px 30px!important
	}
	.main-menu ul li:hover.megamenu .menu-wrapper {
		visibility: visible;
		opacity: 1
	}
	.main-menu ul li:hover.megamenu .menu-wrapper ul {
		visibility: visible;
		opacity: 1
	}
	.main-menu ul .menu-wrapper h3 {
		font-size: 13px;
		text-transform: uppercase;
		border-bottom: 2px solid #ededed;
		padding-bottom: 10px;
		margin-bottom: 0
	}
	.main-menu ul ul ul {
		position: absolute;
		border-top: 0;
		z-index: 1;
		height: auto;
		left: 100%;
		top: 0;
		margin: 0;
		padding: 0;
		background: #fff;
		min-width: 190px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
	}
	.main-menu ul ul:before {
		bottom: 100%;
		left: 15%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-bottom-color: #e04f67;
		border-width: 7px;
		margin-left: -7px
	}
	.main-menu ul ul ul:before {
		border-width: 0;
		margin-left: 0
	}
	.main-menu ul ul li.third-level>a:hover {
		background-color: #f9f9f9;
		color: #e04f67;
		padding-left: 18px;
		opacity: 1
	}
	.main-menu ul ul li.third-level>a:after {
		font-family: ElegantIcons;
		content: "\35";
		float: right;
		font-size: 16px;
		font-size: 1rem;
		margin-top: -1px
	}
}

@media only screen and (max-width:991px) {
	#header_menu {
		text-align: center;
		padding: 25px 15px 10px 15px;
		position: relative;
		display: block
	}
	.main-menu ul li a:hover,
	a.show-submenu-mega:focus,
	a.show-submenu-mega:hover,
	a.show-submenu:focus,
	a.show-submenu:hover {
		color: #e04f67!important;
		background-color: #f9f9f9
	}
	.main-menu ul li {
		border-top: none;
		border-bottom: 1px solid #ededed;
		color: #fff
	}
	.main-menu ul li a {
		padding: 10px 15px!important
	}
	.main-menu h3 {
		font-size: 12px;
		line-height: 14px;
		margin: 0;
		padding: 0 0 15px 15px;
		color: #333;
		text-transform: uppercase
	}
	.megamenu .menu-wrapper>div {
		padding: 0
	}
	.main-menu a,
	.main-menu li {
		display: block;
		color: #fff!important
	}
	.main-menu li {
		position: relative
	}
	.main-menu a:hover {
		color: #e04f67!important
	}
	.main-menu ul>li {
		padding-bottom: 0
	}
	.main-menu ul>li i {
		float: right
	}
	.main-menu ul li.submenu ul {
		font-size: 12px;
		border-left: 1px solid #ededed;
		margin: 0 0 15px 25px
	}
	.main-menu ul li.submenu ul li {
		font-size: 12px;
		border: 0
	}
	.main-menu ul li.submenu ul ul {
		margin: 0 0 0 25px
	}
	.main-menu {
		overflow: auto;
		transform: translateX(-105%);
		top: 0;
		left: 0;
		bottom: 0;
		width: 55%;
		height: 100%;
		position: fixed;
		background-color: #fff;
		z-index: 999999;
		-webkit-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
		-moz-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
		box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
		-webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
		-moz-transition: all .5s cubic-bezier(.77, 0, .175, 1);
		-ms-transition: all .5s cubic-bezier(.77, 0, .175, 1);
		-o-transition: all .5s cubic-bezier(.77, 0, .175, 1);
		transition: all .5s cubic-bezier(.77, 0, .175, 1)
	}
	.main-menu.show {
		transform: translateX(0)
	}
	.main-menu .show-submenu+ul,
	a.show-submenu-mega+.menu-wrapper {
		display: none;
		visibility: hidden
	}
	.main-menu a.show-submenu+ul.show_normal,
	a.show-submenu-mega+.menu-wrapper.show_mega {
		display: block;
		visibility: visible
	}
	.cmn-toggle-switch {
		position: relative;
		display: block;
		overflow: visible;
		position: absolute;
		top: 0;
		right: 20px;
		margin: 0;
		padding: 0;
		width: 30px;
		height: 30px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border: none;
		cursor: pointer
	}
	.cmn-toggle-switch:focus {
		outline: 0
	}
	.cmn-toggle-switch span {
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		height: 2px;
		background: #fff
	}
	.cmn-toggle-switch span::after,
	.cmn-toggle-switch span::before {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		content: ""
	}
	.sticky .cmn-toggle-switch span,
	.sticky .cmn-toggle-switch span::after,
	.sticky .cmn-toggle-switch span::before {
		background-color: #333
	}
	header#colored.sticky .cmn-toggle-switch span,
	header#colored.sticky .cmn-toggle-switch span::after,
	header#colored.sticky .cmn-toggle-switch span::before {
		background-color: #fff
	}
	.cmn-toggle-switch span::before {
		top: -10px
	}
	.cmn-toggle-switch span::after {
		bottom: -10px
	}
	.cmn-toggle-switch__htx span::after,
	.cmn-toggle-switch__htx span::before {
		-webkit-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0;
		transition-delay: .3s, 0
	}
	.cmn-toggle-switch__htx span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform
	}
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform
	}
	.cmn-toggle-switch__htx.active span {
		background: 0 0!important
	}
	.cmn-toggle-switch__htx.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.cmn-toggle-switch__htx.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.cmn-toggle-switch__htx.active span::after,
	.cmn-toggle-switch__htx.active span::before {
		-webkit-transition-delay: 0, .3s;
		transition-delay: 0, .3s
	}
}

@media only screen and (max-width:480px) {
	.main-menu {
		width: 100%
	}
	a#close_in {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		width: 20px;
		height: 20px
	}
	#close_in i {
		color: #fff!important;
		font-size: 16px
	}
	
	#close_in{
	    font-size:30px;
	}
}

.hero-desktop {
	position: relative;
	background: #4d536d url("https://athenseliteescorts.com/img/glamour/glamourescorts-escorts-athens-vizites-athina-bg.webp") no-repeat top center;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	z-index: 99;
	text-align: center;
	text-transform: uppercase;
	min-height:600px;
	display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#Img_carousel .sp-selected-thumbnail {
	border-bottom: 2px solid #e04f67
}

.parallax-content-2 {
	position: inherit;
	left: 0;
	bottom: 0;
	z-index: 999;
	padding: 25px 0 20px 0;
	color: #fff;
	font-size: 13px;
	width: 100%
}

.parallax-content-2 div h1 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin: 0
}

.box_style_2 {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 25px;
	padding: 20px;
	position: relative;
	text-align: center;
	border: 1px solid #ddd
}

.box_style_2 a.phone,
.box_style_4 a.phone {
	font-size: 26px;
	display: block;
	margin-bottom: 20px;
	color: #008489;
	font-weight:600;
}

.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px
}

.margin_30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.margin_30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.tour_container {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	margin: 0;
	margin-bottom: 30px;
}

.img_container {
	position: relative;
	overflow: hidden
}

/* CLS */
.tour_container .tour_title {
	padding: 15px;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tour_container .tour_title h3 {
	margin: 0 0 3px 0;
	font-size: 22px;
	text-transform: uppercase
}

.tour_container .tour_title h2 {
	margin: 0 0 3px 0;
	font-size: 22px;
	text-transform: uppercase
}

.tour_container .tour_title span {
	margin: 0 0 3px 0;
	font-size: 22px;
	text-transform: uppercase;
	font-weight:700;
	line-height:30px;
}



/* CLS */
.img_container img {
	-webkit-transform: scale(1.2);
	transform: inherit;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-backface-visibility: hidden;
	max-width:100%;
	height:630px;
	object-fit: cover;
}

/* CLS */
.tooltip img{
    height:18px !important;
    width:18px !important;
}



.short_info {
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, transparent, #000);
	background: linear-gradient(to bottom, transparent, #000);
	width: 100%;
	padding: 45px 10px 8px 5px;
	color: #fff
}

.short_info i {
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-style: normal;
	padding: 0;
	margin: 0
}

.short_info .price {
	float: right;
	font-size: 28px;
	font-weight: 700;
	display: inline-block
}

.short_info .price sup {
	font-size: 18px;
	position: relative;
	top: -5px
}

.img-fluid.styled {
	margin-top: 20px;
	border: 5px solid#fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

footer#pattern_2 {
	background: #222 url(../img/pattern_3.png) repeat 0 0
}

footer #logo {
	margin-top: 20px
}

main {
	background-color: #f9f9f9;
	z-index: 2;
	position: relative
}

.parallax-content-1 {
	z-index: 3;
	position: relative
}

nav.full-horizontal {
	margin-top: 10px
}

header.sticky nav.full-horizontal {
	margin-top: 0
}

.content section {
	padding: 40px 0 0 0;
	display: none;
	max-width: 1230px;
	margin: 0 auto
}

.content section:after,
.content section:before {
	content: '';
	display: table
}

.content section:after {
	clear: both
}

.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #e2e2e2
}

.content section.content-current {
	display: block
}

@media (min-width:768px) and (max-width:1200px) {
	.main-menu ul li.megamenu .menu-wrapper {
		width: 940px
	}
	.img_list img {
		left: -25%
	}
}

@media only screen and (min--moz-device-pixel-ratio:2) and (max-width:991px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:991px),
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:991px),
only screen and (min-device-pixel-ratio:2) and (max-width:991px) {
	#logo_home h1 a,
	header#colored #logo_home h1 a {
		background-image: url(../img/logo_2x.png);
		background-size: auto 30px
	}
	header#plain #logo_home h1 a,
	header.sticky #logo_home h1 a {
		background-image: url(../img/logo_sticky_2x.png);
		background-size: auto 30px
	}
	header.sticky#colored #logo_home h1 a {
		background-image: url(../img/logo_sticky_colored_2x.png);
		background-size: auto 30px
	}
}

@media (max-width:767px) {
	.margin_60 {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.margin_30 {
		margin-top: 15px;
		margin-bottom: 15px
	}
	#hero {
		height: 350px;
		font-size: 12px
	}
	.intro_title h3 {
		font-size: 26px;
		margin-bottom: 5px;
		padding-top: 30px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase
	}
}

@media (max-width:480px) {
	#hero {
		height: 250px
	}
}

h1 span {
	color: #884624
}

h2 span {
	color: #884624
}

h3 span {
	color: #884624
}

h4 span {
	color: #884624
}

*,
:after,
:before {
	box-sizing: border-box
}

.clearfix::after,
.clearfix::before {
	content: " ";
	display: table
}

.clearfix::after {
	clear: both
}

body {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	padding: 20px 0;
	background: #eee
}

.filter {
	background: #fff;
	max-width: 40em;
	margin: auto;
	display: -webkit-box;
	display: flex;
	border-radius: 2px;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .025)
}

@media screen and (max-width:45rem) {
	.filter__item {
		width: 50%
	}
}

@media screen and (max-width:33.75rem) {
	.filter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.filter__control {
		padding: 40px 0 20px;
		white-space: nowrap;
		overflow-x: scroll
	}
	.filter__button {
		display: inline-block
	}
	.filter__content {
		width: 100%
	}
	.filter__item {
		width: 33.3333%
	}
}

.collapsible {
	background-color: #0f8b90;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: 0;
	font-size: 15px
}

.active,
.collapsible:hover {
	background-color: #ccc
}

.content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1
}

.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 100px
}

.sticky-top {
	transition: all .25s ease-in
}

.stuck .sticky-top {
	background-color: #222!important;
	padding-top: 3px!important;
	padding-bottom: 3px!important
}

.label-container {
	position: fixed;
	bottom: 48px;
	right: 105px;
	display: table;
	visibility: hidden
}

.label-text {
	color: #fff;
	background: rgba(51, 51, 51, .5);
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	border-radius: 3px
}

.label-arrow {
	display: table-cell;
	vertical-align: middle;
	color: #333;
	opacity: .5
}

.float {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 40px;
	right: 40px;
	background-color: #884624;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 1000;
	/*animation: bot-to-top 2s ease-out*/
}

.flocon {
	position: fixed;
	right: 40px;
	padding-bottom: 20px;
	bottom: 80px;
	z-index: 100
}

.flocon li {
	list-style: none;
	margin-bottom: 10px
}

ul:hover {
	visibility: visible!important;
	opacity: 1!important
}

.my-float {
	font-size: 24px
}

a#menu-share+ul {
	visibility: hidden
}

a#menu-share:hover+ul {
	visibility: visible;
	animation: scale-in .5s
}

a#menu-share i {
	animation: rotate-in .5s
}

a#menu-share:hover>i {
	animation: rotate-out .5s
}

@keyframes bot-to-top {
	0% {
		bottom: -40px
	}
	50% {
		bottom: 40px
	}
}

@keyframes scale-in {
	from {
		transform: scale(0);
		opacity: 0
	}
	to {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes rotate-in {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(360deg)
	}
}

@keyframes rotate-out {
	from {
		transform: rotate(360deg)
	}
	to {
		transform: rotate(0)
	}
}

@media only screen and (min-width:992px) {
	.mob {
		display: none
	}
	.button .mob {
		display: none
	}
}

@media only screen and (max-width:480px) {
	.top-line img {
		width: 80%!important
	}
}

.top-line {
	padding: 25px 0 20px 0
}

#toTop {
	bottom: 40px;
	left: 40px;
	width: 50px;
	height: 50px
}

.foot_st ul li {
	line-height: 25px
}

#button {
	display: inline-block;
	background-color: #884624;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 25px;
	position: fixed;
	bottom: 40px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 2px 2px 3px #999
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	line-height: 43px;
	color: #fff
}

#button:hover {
	cursor: pointer;
	background-color: #333
}

#button:active {
	background-color: #555
}

#button.show {
	opacity: 1;
	visibility: visible
}

.checkbox {
	font-weight: 600;
	color: #884624!important;
	display: block
}

@media only screen and (max-width :991px) {
	.mob-hide-flag {
		display: none
	}
	.mob-show-flag {
		display: block;
		text-align: center;
		margin-bottom: 25px;
	}
	.mob-show-flag hr {
		display: none
	}
	.row.change-dir {
		flex-direction: column-reverse
	}
	.main-menu ul li {
		border-top: none;
		border-bottom: none;
		color: #fff;
		margin-bottom: 5px;
		margin-top: 10px;
		font-weight: 700
	}
	nav {
		margin-top: 0
	}
}

@media only screen and (min-width :991px) {
	.mob-hide-flag {
		display: block;
		border-bottom:1px solid #ddd;
		padding-bottom:25px;
	}
	.mob-show-flag {
		display: none
	}
}

.icon-navigation-1 {
	display: grid;
	justify-content: space-evenly;
	margin-top: 40px;
	grid-template-columns: 200px 200px 200px
}

.icon-navigation-2 {
	display: grid;
	justify-content: space-evenly;
	margin-top: 40px;
	margin-bottom: 40px;
	grid-template-columns: 200px 200px 200px
}

@media only screen and (max-width :768px) {
	.icon-navigation-1 {
		grid-template-columns: 120px 120px 120px!important
	}
	.icon-navigation-2 {
		grid-template-columns: 120px 120px 120px!important
	}
}

@media only screen and (max-width :426px) {
	.icon-navigation-1 img {
		width: 100px!important;
		height: 100px!important
	}
	.icon-navigation-2 img {
		width: 100px!important;
		height: 100px!important
	}
}

.icon-navigation-1 .icon-title, .icon-navigation-2 .icon-title{
    font-weight:700;
    line-height:30px;
}

.coming-soon-button {
	cursor: pointer;
	text-align: center;
	padding: 10px;
	font-size: 23px;
	border: solid 2px;
	transition: border-width .6s linear
}

.coming-soon-button:hover {
	border-color: #008489bf;
	color: #008489bf
}

@media (min-width:767px) {
	.coming-soon-button {
		display: none
	}
	
	.coming-soon-btn {
	    display:none;
	}
}

.ext-web {
	display: none!important
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: auto;
	left: 20px;
	z-index: 99;
	border: none;
	outline: 0;
	cursor: pointer;
	background: 0 0;
	animation: bot-to-top 2s ease-out
}

.btn:hover{
    color:#fff;
}

.filter-group-mobile{
    display: inline-grid;
    justify-items: start;
}

.filter-group{
    display: inline-grid;
    justify-items: center;
}

.filter-btn-close-mobile{
	background-color: #008489bf; 
	color: #fff; 
	float:left;
	margin-bottom:15px;
}

.filter-btn-reset-mobile{
	text-align:center; 
	background-color: #008489bf; 
	color: #fff;
	float:left;
}

.filter-btn-close{
	background-color: #008489bf; 
	color: #fff;
}

.filter-btn-reset{
	background-color: #008489bf; 
	color: #fff;
	margin-bottom: 15px;
	margin-top:20px;
}

.navbar-pc{
	background-color: #000 !important; 
	margin-top: -1px;
}

.text-center-font-nav{
	font-size: 25px;
	text-align: center !important;
}

a.white-tel{
	color: #fff !important;
}

a.tel-color-1{
	color: #f90 !important;
}

a.tel-color-2{
	color: #0f0 !important;
}

.filter-girl-container{
	padding: 15px 10px 15px 15px; 
	border: 1px solid #ddd; 
	border-radius: 3px; 
	margin-bottom: 25px; 
	height: fit-content;
}

.filter-btn{
	color: #884624;
	margin-bottom: 20px;
	border: #F1F2F2;
	border-style: solid; 
	border-color: #000000; 
	border-width: medium;
	color: #f9f9f9;
	font-size: 20px;
	font-weight:600;
	min-height:60px;
}

.filter-inside{
	margin-bottom: 20px;
	text-align:center;
}

.girl-price{
	bottom: 0;position: absolute;
	left: 0px;
	background: -webkit-linear-gradient(top,transparent,#000);
	background: linear-gradient(to bottom,transparent,#000);
	width: 100%;
	padding: 45px 10px 8px 5px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: right;
}

.euro{
	font-size: 18px;
	position: relative;top: -5px;
}

.girl-name{
	color: coral; 
	font-size:26px; 
	font-weight:600;
}

.gallerycard1 .girl-name{
    margin-bottom:10px !important;
}

.color-city-tour{
	color: #008489bf; 
	font-size:22px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.color-call-girl {
    margin-bottom: 10px !important;
    color:#884624;
}

.last-day{
	color: #FF0000; 
	font-size:17px !important;
	border-top:2px solid #eee;
	padding-top:10px;
	font-weight: 600;
    line-height: 22px;
}

.text-style-1{
	font-size: 20px; 
	text-align: center; 
	line-height:30px;
	color: #000;
}

strong{
    font-weight:bold;
}

.ch-ul li{
    font-size:20px;
}

.blog-color{
	color: #884624;
}

.blog-link{
	text-align:center;
	border:2px solid;
	padding:10px;
	font-size:20px;
}

.blog-icon{
	width: 100%; 
	height: 68%;
}

.footer-link{
	display:grid;
	line-height:25px;
}

.social-footer-icon{
	margin-right:5px
}

.coming-soon-btn{
    margin-bottom:30px;
    margin-top:30px;
}

.blog-btn{
    margin-bottom:30px;
    margin-top:30px;
}

.wei600{
    font-weight:600;
    color:#884624;
}

.icon-nav-home{
    display: grid;
    justify-items: center;
}

.hr-line{
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}

.foot-display{
    display: grid;
    line-height: 30px;
}

.foot-social{
    margin-bottom:20px;
}

.foot-mobile{
    margin-top:30px;
    margin-bottom: 15px;
}

.foot-mobile .foot-social{
    margin-top:30px;
}

.grid-dis{
    display:grid;
    line-height:20px;
}

.tel-mar{
    margin-top:30px;
}

.blog-mar{
    margin-bottom:20px;
}

.girl-coming-soon{
    margin: 0 0 3px 0;
    font-size: 22px;
    text-transform: uppercase;
}

.menu-mobile{
	top: 15px;
}

.menu-back-color{
	background-color: #000;
}

.main-container-width{
	max-width: 98%;
}

.filters-align{
	text-align:left;
}

.text-weight{
	font-weight: 600;
}

.newsletter-button{
	background-color: #884624;
}

.totop-btn{
	width: -webkit-fill-available; 
	margin-left:20px;
}

.call-buttons{
	cursor:pointer;
}

.center-text{
	text-align: center;
}

.h2toh3{
	font-size: 2rem;
}

.body-overflow{
    overflow: visible; 
    padding: 0px !important;
    overflow-x: hidden;
}

.error-success-response{
    display:none;
}

.footer-overflow{
    overflow: hidden;
}

#mc_embed_signup{background:#F9F9F9; clear:left; font:14px Helvetica,Arial,sans-serif; }

#mc_embed_signup .button{
    background-color:#884624 !important;
}

.to-top-none{
    display:none !important;
}

.availability_cs{
    text-align: center !important;
    font-size: 16px !important;
    padding: 5px !important;
    background: #884624 !important;
    color: #ffff !important;
    font-weight: 900 !important;
    text-transform:none !important;
    position: absolute;
    top: -49px;
    z-index: 30;
    right: 5px;
    left: 5px;
}

.gallerycard1 .tour_container h2{
    font-size:21px;
}

.new_escort{
    font-size: 14px;
    position: absolute;
    left: 5px;
    bottom: 10px;
    color: #fff;
    font-weight: 900;
    padding: 6px;
    background: #008000c4;
    border: solid;
    border-color: #00000017;
    border-width: thin;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 21%);
    border-radius:20px;
    z-index:9;
    padding-top: 8px;
}

.updated_content{
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: -10px;
    color: #fff;
    font-weight: 900;
    padding: 6px;
    background: #5b0080c4;
    border: solid;
    border-color: #00000017;
    border-width: thin;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 21%);
    border-radius:20px;
    z-index:9;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -50px;
  line-height: 16px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.rating{
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom:5px;
}

.rating img{
    margin-right:5px;
}

footer h6{
    font-size:18px;
    font-weight:700;
    border-bottom:1px solid #fff;
    color:#fff;
    padding-bottom:5px;
}

footer .link{
    margin-bottom:5px;
}

footer .link a{
    font-size:16px;
}

.form{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

select {
    cursor:pointer;
    padding: 8px 5px;
    border: none;
    background-color: #212529;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    outline:none;
    margin-right: 10px;
    border-radius: 7px;
}

input[type=submit]{
    padding: 10px 10px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    background: #dc3535f2;
    color: #fff;
    border-radius: 7px;
}

.blog-home{
    padding-bottom:40px;
    margin-bottom: 50px;
}

h4{
    margin-top:30px;
}

.home-h6{
    font-size: 18px;
    font-style: italic;
    margin-top: -15px;
}

.home-h5{
    padding-top:20px;
}

.home-h5 a{
    border: 3px solid #884624;
    padding: 5px;
    font-weight: 600;
}

.covid-text{
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    border: 1px solid;
    padding: 10px;
}

p a{
    border-bottom:3px solid;
}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 17px;
    color: #ddd;
    font-weight: 600;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    height: 35px;
    width: 40px;
    margin: -5px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: none;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}


/*Cookie Consent End*/


#fname{
    display:none;
    padding: 8px 5px;
    border: none;
    background-color: #212529;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    outline: none;
    margin-right: 10px;
    border-radius: 7px;
}

#fname::placeholder {
  color: #fff;
  opacity: 1;
}

.search-img{
    cursor:pointer;
    margin-right: 8px;
}

.search-error{
    font-style: italic;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom:20px;
    font-weight: 600;
    color:red;
}

.wp-story-shortcode {
    margin-bottom:30px;
    margin-top:30px;
}

#zuck-modal .time{
    display:none !important;
}

#zuck-modal-content .story-viewer .tip{
    top:calc(65% - 50px)!important;
    bottom:auto !important;
}

.story-viewer .info .time{
    display:none !important;
}

.wp-story-swipe-button {
    background:rgba(0,0,0,0.59) !important;
    font-size:18px !important;
    line-height:24px !important;
}

#zuck-modal-content .story-viewer .slides-pagination .previous{
    top:calc(50% - 50px)!important;
    background:#884624;
}

#zuck-modal-content .story-viewer .slides-pagination .next{
    top:calc(50% - 50px)!important;
    background:#884624;
}

.wp-story .active{
    overflow:hidden !important;
}

.stories.carousel .story>.item-link>.info .name{
    display:none;
}


/* CLS IMAGES */

@media only screen and (max-width: 1536px) {
  /* CLS */
.img_container img {
	height:530px;
	object-fit: cover;
}
}

@media only screen and (max-width: 1500px) {
  /* CLS */
.img_container img {
	height:530px;
}
}

@media only screen and (max-width: 1300px) {
  /* CLS */
.img_container img {
	height:450px;
}
}

@media only screen and (max-width: 1200px) {
  /* CLS */
.img_container img {
	height:370px;
}
}

@media only screen and (max-width: 991px) {
  /* CLS */
.img_container img {
	height:670px;
}

.blog-home{
    padding-bottom:0px;
}
}

@media only screen and (max-width: 800px) {
  /* CLS */
.img_container img {
	height:550px;
}
}

@media only screen and (max-width: 680px) {
  /* CLS */
.img_container img {
	height:450px;
}
}

@media only screen and (max-width: 600px) {
  /* CLS */
.img_container img {
	height:420px;
}

footer h6{
    margin-top:20px;
}

.hero-desktop {
   display:none !important; 
}

.hero-mobile{
	position: relative;
	background: #4d536d url("https://athenseliteescorts.com/img/glamour/glamourescorts-escorts-athens-vizites-athina-bg.webp") no-repeat top center;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	z-index: 99;
	text-align: center;
	text-transform: uppercase;
	display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}


}

@media only screen and (max-width: 480px) {
  /* CLS */
.img_container img {
	height:auto;
}

.banners {
    height:128px;
}

.container-banners{
    margin-top:65px;
}


}


@media only screen and (max-width: 350px) {
    
select {
    font-size: 13px;
    padding: 6px 0px;
}

input[type=submit]{
    font-size: 13px;
    padding: 8px 5px;
}

.updated_content{
    font-size:12px;
}

.new_escort{
    font-size:13px;
}

}



