@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: 0;
	border-bottom: 1px solid #46B4FB;
	font-weight:bold;
	padding:5px;
	font-size:16px;
	background-color:#DBDBDB;
	outline: 0;
	background: transparent;
	transition: border-color 0.2s;
}

.MainHeader
{
	background-color:#000000;
	background-image:url(../images/auckland_escorts_directory_background.jpg);
	background-position:center;
	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:#000000;
	color:#FFFFFF;
	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 */
#menu {
  z-index: 99;
}

#menu-bar {
  width: 40px;
  height: 40px;
  margin: 10px 0 10px 10px;
  cursor: pointer;
}

.bar {
  height: 5px;
  width: 100%;
  background-color: #ff0000;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
}

#bar1 {
  transform: translateY(-4px);
}

#bar3 {
  transform: translateY(4px);
}

.nav {
  transition: 0.3s ease;
  display: none;
}

.nav ul {
  padding: 0 22px;
}

.nav li {
  list-style: none;
  padding: 12px 0;
}

.nav li a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.nav li a:hover {
  font-weight: bold;
}

.menu-bg, #menu {
  top: 0;
  left: 0;
  position: absolute;
}

.menu-bg {
  z-index: 1;
  width: 0;
  height: 0;
  margin: 30px 0 20px 20px;
  background: radial-gradient(circle, #DC052D, #DC052D);
  border-radius: 50%;
  transition: 0.3s ease;
}

.change {
  display: block;
}

.change .bar {
  background-color: white;
}

.change #bar1 {
  transform: translateY(4px) rotateZ(-45deg);
}

.change #bar2 {
  opacity: 0;
}

.change #bar3 {
  transform: translateY(-6px) rotateZ(45deg);
}

.change-bg {
  width: 620px;
  height: 560px;
  transform: translate(-60%,-30%);
}

/* END MENU */



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

	.FormSign
	{
		width:80%;
	}
}
