@charset "utf-8";
/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body
{
	margin: 0;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #F8F9FA;
}

hr.stylehr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.FormSign
{
	width:400px;
	margin:auto;
	background-color:#FFFFFF;
	border-radius:10px;
	padding:10px;
	text-align:center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.Fields
{
	border: 0px;
	padding:10px;
	font-size:14px;
	background-color:#F5F5F5;
	border-radius:10px;
}

.MainHeader
{
	background-color:#000000;
	background-image:url(../images/escortme_back01.jpg);
	background-position:right;
	background-size:cover;
	padding:20px;
}

.MainHeader a:link {
	text-decoration: none;
	color:#FF0004;
}
.MainHeader a:visited {
	text-decoration: none;
	color:#FF0004;
}
.MainHeader a:hover {
	text-decoration: none;
	color:#FF0004;
}
.MainHeader a:active {
	text-decoration: none;
	color:#FF0004;
}

.ButtonBookNow
{
	padding:5px;
	background-color:#0567C3;
	cursor: pointer;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
	font-size:14px;
	border-color:#FFF;
	border-width:2px;
	border-style:solid;
	width:150px;
	margin:auto;"
}
.Content
{
	max-width: 1000px;
	margin: auto;
	background-color: #ffffff;
}

.ListContent
{
	max-width: 1000px;
	margin: auto;
	text-align:center;
}

.EscortElement
{
	text-align:left;
	display:inline-block;
	border-radius:10px;
	overflow:hidden;
	background-color:#FFF;
	margin:5px;
	width:230px;
	height:370px;
	border-radius: 10px;
	box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
	position:relative;
}

.ElementName
{
	position: absolute;
	bottom:0px;
	width:100%;
	overflow:hidden;
	z-index:99;
	padding:5px;
	padding-left:10px;
	background-color:#FFFFFF;
	color:#FF0000;
	font-size:16px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.ElementFooter
{
	background-color:#CFCFC5;
	color:#333333;
	padding:3px;
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
}

.Form1
{
	margin: 10px auto;
	width: 95%;
	border-radius: 10px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.OptButton
{

	color:#FFF;
	width: 100%;
	border-radius:5px;
    align-items: center;
	appearance: button;
	box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
	box-sizing: border-box;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#3879F0;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	line-height: 1.15;
	margin: 0;
	text-align: center;
	text-transform: none;
	transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.OptButton:hover
{
	background-color:#02C500;
}


.DashAdElement
{
	padding:3px;
	border:solid 3px #999;
	width:320px;
	border-radius:10px;
	display:inline-block;
	margin:10px;
	background-color:#FFF;
}


/* ------------------------------------ Mazonry ------------------------------------ */
img {
  max-width: 100%;
  display: block;
}

figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

.container {
  column-count: 4;
  column-gap: 10px;
}
/* ------------------------------------ Mazonry ------------------------------------ */




/* INI MENU */
#menuToggle {
  display: block;
  /* You can also use absolute here if you want to stay on the top */
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  /* Text Color */
  color: #F5F5F5;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  /*-webkit-touch-callout: none;*/
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  /* hamburger color */
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  /* X Color */
  background: #F5F5F5;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  max-width: 400px;
  width: 100vw;
  max-height: 100vh;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  
  box-sizing: border-box;
  overflow-y: auto;
  /*Menu Background color*/	
  background: #333333;
  /*background-image:url(https://escortme.nz/images/back_menu.jpg);*/
  background-position:right;
  background-size:cover;
  list-style-type: none;
  
  /*-webkit-font-smoothing: antialiased;*/
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 7px 0;
  font-size: 18px;
}

#menu li label
{
  cursor: pointer;
}

/*
 * And let's fade it in from the right
 */
#menuToggle input:checked ~ ul {
  transform: none;
  opacity: 1;
}
/* END MENU */



@media only screen and (max-width: 500px)
{
	.EscortElement
	{
		width:45%;
	}

	.FormSign
	{
		width:80%;
	}
}

@view-transition{
	navigation: auto;
}