@import url('https://fonts.googleapis.com/css?family=Fira+Sans:200,400,500,700,900|Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Homemade+Apple');

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Berkshire+Swash|Codystar|Fredoka+One|Limelight|Lobster|Pacifico|Satisfy|Shrikhand|Special+Elite');
body {
	margin: 0;
	font-size: 16px;
	font-family: 'Open Sans';
	color: #80aabb;
	background: #1f1f21;
}

* {
	box-sizing: border-box;
}

/*.scrolled  header a {
	color: #46575e;
}*/

header a {
	color: #fff;
}

a {
	text-decoration: none;
	color: #46575e;
}

.trans {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.page {
	width: 100%;
	overflow-x: hidden;
	min-height: 2000px;
	background: #1f1f21;
}

.content-slide-container {
	height: 120vh;
  background: url(/images/couple-street-dark-smooth.jpg) no-repeat center -60px transparent;
  background-size: cover;
  transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;

}


header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 900;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.nav-up header {
	top: -200px;
}

.open-nav.nav-up header {
	top: 0;
}

header .container {
	/*background: url(/images/film-white.png) repeat-x 0 -68px transparent;*/
	background: transparent;
  background-size: 100px;
  max-width: 100%;
  padding: 15px;
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header .container {
	background-color: #1c1c1e;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.logo-container {
	float: left;
}

.logo {
    width: 300px;
    overflow: hidden;
    /*text-indent: -1000px;
    background: url(/images/dating-logo-dark-pink.svg) no-repeat 5px 0 transparent;*/
    background-size: 390px;
    position: relative;
}

.logo img {
	width: 200px;
}

.st0, .st1, .st2, .st3 {
	fill: #fff !important;
}

/*.scrolled .st0, .scrolled .st1, .scrolled .st2, .scrolled .st3 {
	fill: #be0f21 !important
}*/

.mobile-switch {
	float: right;
	width: 25px;
	height: 25px;
	margin: 10px 10px 0 0;
}

.bar {
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.top-bar {

}

.middle-bar {
	margin-top: 6px;
	margin-left: 20%;
	width: 80%;
}

.bottom-bar {
	margin-top: 6px;
}

.menu-container {
	position: fixed;
	right: -120vw;
	top: 60px;
	bottom: 0;
	width: 100vw;
}

.menu-container li {
	display: block;
}

.open-nav .menu-container {
	right: 0;
}

.menu-container nav {

}

.menu-container nav ul {

}

.menu-container nav ul li {
	vertical-align: middle;
	text-align: center;
}

.menu-container nav ul li a {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 800;
	display: block;
}

.content-slide {
	position: relative;
	padding-top: 30vh;
}

.video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

video {
	height: 100vh;
	object-fit: fill;
    width: 100vw;
}

.slider {
	max-width: 800px;
	padding-bottom: 30px;
	margin: 0 auto;
}

.slide {
	text-align: center;
}

.quote {
	text-align: center;
  padding: 30px 25px;
  font-size: 2.7em;
  font-family: 'Satisfy', cursive;
  color: #fff;
  line-height: 1.5em;
  display: block;
  text-shadow: 0 0 5px rgba(0,0,0,0.8);
  /*text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #000, 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;*/
}

.attr {
	font-size: 0.6rem;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1f1f21;
  padding: 8px 13px;
  letter-spacing: 0.2em;
  color: #dacc5e;
  margin: 0 auto 0;
  display: inline-block;
  transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-o-transition: all 3s ease;
	opacity: 0;
}

.slick-current .attr {

	opacity: 1;
}

.search-form {
	max-width: 100%;
	margin: 0 auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
  position: relative;
}

.sign-up {
	padding: 15px 20px 25px;
	border-top: 1px solid #fe9d03;
	border-bottom: 1px solid #fe9d03;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	font-size: 1em;
  background: rgba(31,31,33,0.9);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-shadow: none;
}

.search-form h1 {
	font-size: 20px;
	font-weight: 100;
	margin: 0 0 10px;
}

.search-form select {
	background: transparent;
	color: #fff;
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 1rem;
	border: 1px solid #fff;
	overflow: hidden;
  width: 240px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.search-form select:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(/images/down-arrow-white.png) no-repeat 0 0 transparent;
	width: 10px;
	height: 5px;
	background-size: 10px;
}

.search-form input[type=text] {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 10px 20px;
	display: block;
	margin-top: 10px;
	min-width: 200px;
	font-size: 1em;
	color: #fff;
	width: 240px;
}

.search-form input[type=text]::placeholder {
	color: #fff;
}

.search-form input[type=text]:focus::placeholder {
	color: rgba(255,255,255,0.3);
}

input[type=text]:focus, select:focus {
	outline: 0;
}

.search-form label {
	margin: 0 0 10px;
	display: block;
}

.members {
	background: url(/images/film-white.png) repeat-x 0 0 transparent;
  background-size: auto 100%;
  width: 100.5%;
  margin-left: -2px;
  margin-top: -52px;
  padding: 16px 0;
  transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	z-index: 898;
}

.members button {
	position: absolute;
  top: 36%;
  z-index: 899;
  background: #fff;
  border: 0;
  height: 69px;
  text-indent: -1000px;
  width: 41px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.members button:focus, .members button:active {
	outline: 0;
}

.members .slick-prev {
	left: -5px;
	background: url(/images/left-arrow.png) no-repeat 15px 20px #fff;
	background-size: 15px;
}

.members .slick-next {
	right: -5px;
	background: url(/images/right-arrow.png) no-repeat 10px 20px #fff;
	background-size: 15px;
}

.item {

}

.item figure {
	overflow: hidden;
	margin: 10px;
	position: relative;
	border-radius: 3px;
}

.item figure img {
	width: 100%;
	display: block;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.item:hover figure img {
	transform: scale(1.2);
}

.item-title {
	position: absolute;
	bottom: -30px;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	font-weight: 800;
	color: #fff;
	font-size: 0.8rem;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	width: 100%;
	text-transform: uppercase;
}

.col-container {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}

.col {
	width: 100%;
	margin: 0 0 40px;
	text-align: center;
	padding: 0 35px;
}

.col figure {
	width: 90px;
	margin: 0 auto;
}

.col figure img {
	width: 100%;
}

.col h2 {
	color: #fe9d03;
	font-weight: 100;
	font-size: 2.3rem;
	background-image: -webkit-linear-gradient(92deg,#f37a26,#fe9d03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
}

.main-form {
	background: #242427;
	margin-top: 60px;
	padding: 40px 40px 100px 40px;
}

.main-form h3 {
	font-weight: 100;
	font-size: 3em;
	color: #fff;
	text-align: center;
}

.main-form .container {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.main-form .half {
	width: 50%;
	float: left;
	padding: 0 10px 0 0;
}

.main-form .half.last {
	padding-right: 0
}

.main-form .container div {
	padding: 0 40px;
	width: 50%;
	float: left;
}

.main-form .container select, .main-form .container input[type="text"] {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 0px;
  padding: 12px 40px 12px 16px;
  border: 1px solid rgba(185, 229, 251, 0.2);
	background: rgba(0,0,0,0.2);
	-webkit-appearance: none;
	color: #fff;
}

.main-form input[type="submit"] {
	    padding: 10px 32px;
    text-align: center;
    margin-top: 33px;
    border: 0;
    background: #fe9d03;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 100;
}

/*margin: 0;
    border-radius: 0px;
    padding: 7px 40px 7px 10px;
    border: 1px solid rgba(185, 229, 251, 0.2);
    font-size: 1em;

    -webkit-appearance: none;
    margin-bottom: 15px;
    position: relative;
    background-color: rgba(44,44,44,0.6);
    color: #fff;
    min-width: 70px;
    width: 100%;*/

.main-form .container label {
	display: block;
}

.page-foot {
	background: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px 0;

    font-size: 0.8em;
}

.foot-nav {
	margin: 10px 0;
}

.foot-nav a {
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
	/*border-right: 1px solid #fff;*/
}

@media screen and (min-width: 1024px) {

	.item:hover .item-title {
	bottom: 0;
}

	header .container {
		padding: 20px;
	}

	.content-slide-container {
	height: 100vh;

  background: url(/images/couple-street-dark-smooth.jpg) no-repeat center top transparent;
}

.menu-container {
	top: 0;
}

.menu-container li {
	display: inline-block;
}

.menu-container nav ul li.register a {
    background: #fe9d03;
    border-radius: 4px;
    color: #1f1f21;
}

	.logo img {
	width: auto;
}

	.mobile-switch {
		display: none;
	}

	.quote {
		font-size: 3.5em;
	}
	.attr {
		margin: 20px auto 0;
	}

	.members {
	  position: fixed;
  bottom: -260px;
  transform: rotate(-2deg);
/*  background-size: 160px;*/
  padding: 30px 0;
}

.scrolled .members {
	bottom: -34px;
}

	.col {
	 
}

.col-container {
	display: flex;
	margin: 100px auto 0;
	padding: 0;
}

	.menu-container {
		position: relative;
		float: right;
		right: 0;
		width: auto;
		margin-top: 12px;
	}

	.slide {
		text-align: center;
		padding: 20px 40px;
	}

	.search-form h1 {
	font-size: 35px;
}
	.quote {
		padding: 0;
		text-align: center;
	}
	.page-foot {
		min-height: 400px;
	}

}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}




