@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=Just+Another+Hand');
body {
	margin: 0;
	font-family: Open Sans;
	font-size: 16px;
}

.page {
	background: #F62459;
	min-height: 1200px;
	width: 100%;
	overflow-x: hidden;
}

/*.logo {
	width: 80px;
	height: 50px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(/images/logo.png) no-repeat 0 0 transparent;
	background-size: 80px;
	float: left;
	margin-left: 36%;
}*/

.logo {
	width: 200px;
	height: 70px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(/images/dating-logo-pink.svg) no-repeat 0 0 transparent;
	background-size: 200px;
	float: none;
	position: absolute;
	left: 50%;
	margin-left: -40px;
}


.basket {
	float: right;
	width: 100px;
	text-align: right;
	padding-top: 0px;
	font-size: 0.8em;
}

.basket ul {
	margin: 0;
	padding: 0;
}

.basket ul li {
	list-style: none;
	display: inline-block;
	margin-left: 20px; 
}
.basket-text {
	display: none;
}

.basket img {
	width: 15px;
	margin-right: 5px;
}

.search {
	float: right;
	padding-top: 4px;
	padding-right: 20px;
	display: none;
}

.sale {
	float: right;
	color: #e90e0e;
	font-weight: 700;
	padding-top: 12px;
	padding-right: 10px;
}

input[type=text] {
	border: 0;
	padding: 10px;
	-webkit-appearance: none;
}

.search input[type=text] {
	/*border-bottom: 1px solid #000;*/
	padding: 10px 0;
	margin-right: 20px;
}

.search input[type=submit] {
	overflow: hidden;
	text-indent: -1000px;
	width: 20px;
	height: 20px;
	background: url(/images/search-icon.png) no-repeat 0 0 transparent;
	background-size: 20px;
	border: 0;
	border-radius: 0;
}

header {
	/*background-color: #f9f9f9;*/
}

header .container {
		padding: 10px 20px 0;
	}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: 'Fira Sans';
	font-weight: 200;
}

.slider {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.slider div img {
	margin: 0 auto;
}

.slick-dots {
	text-align: center;
	margin: -20px auto 0;
	position: absolute;
	top: 470px;
	left: 50%;
	padding: 0;
}

.slick-dots li {
	list-style: none;
	z-index: 10000;
	display: inline-block;
}

.slick-dots li button {
	width: 15px;
	height: 15px;
/*	box-shadow: inset 0 0 2px #fff, inset 0 0 2px #fff, inset 0 0 2px #fff;*/
	overflow: hidden;
	text-indent: -1000px;
	border: 1px solid #21596b;
	background-color: #21596b;
	border-radius: 50%;
	margin: 0 5px;
}

.slick-dots li.slick-active button {
	background-color: #e0e0e0;
}

.slick-dots li button:focus {
	outline: 0;
}

.slide {
	position: relative;
	height: 300px;
}

.content-slide-container {
	background: url(/images/couple-night.jpg) no-repeat center top transparent;
	background-size: cover;
	background-attachment: fixed;
}

/*.slide-two {
	background: url(/images/couple-02.jpg) no-repeat center top transparent;
	background-size: cover;
}

.slide-three {
	background: url(/images/couple-02.jpg) no-repeat center top transparent;
	background-size: cover;
}*/

.overlay {
	position: absolute;
	top: 100px;
	left: 10%;
}

.flash {

	text-align: left;
	max-width: 500px;
	padding: 30px 25px;
	font-size: 2.7em;
	font-family: 'Homemade Apple', cursive;
	color: #fff;
	line-height: 1.5em;
}

.flash .attr {
	font-size: 0.7rem;
	font-family: 'Open Sans';
	font-weight: 700;
	text-transform: uppercase;
	background-color: #dacc5e;
	padding: 8px 13px;
	letter-spacing: 0.2em;
	color: #46575e;
}

.flash .quote {
	display: block;
}

.pale-grey {
	background-color: #f1f1f1;
}

.white {
	background-color: #fff;
}

nav {
/*	border-bottom: 1px solid #22586b;
	border-top: 1px solid #22586b;*/
	font-weight: 400;
	font-family: 'Fira Sans';
	position: fixed;
	width: 85%;
	left: -85%;
	bottom: 0;
	top: 70px;
	transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
}

header nav {
	margin-bottom: 0px;

}

header .container {
background: url(/images/film-white.png) repeat-x 0 -48px transparent;
    background-size: 125px;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
		max-width: 100%;
		padding: 20px;
}

.menu-container {
	background-color: rgba(0,0,0,0);
	width: 100%;
	left: -100%;
	position: fixed;
		transition: background-color 0.1s ease;
	-webkit-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s ease;
	top: 70px;
	bottom: 0;
	z-index: 100;
}

li.register {
    border: 2px solid #dacc5e;
}

li.register a {
	transition: all 0.2s ease;
	background-color: #fff;
}

li.register:hover a {
	background-color: #dacc5e;
}

.logo-container {
	float: left;
}

.open-nav nav {
	left: 0;
	z-index: 100;
}

.open-nav .menu-container {
	left: 0;
	background-color: rgba(0,0,0,0.7);
	transition: background-color 0.1s ease;
	-webkit-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s ease;
}

.content-slide-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.content-slide {
		transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
}

.open-nav .content-slide {
	margin-left: 85%;
	margin-right: -85%;
}

.mobile-switch {
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 15px;
}

.mobile-switch .bar {
	height: 1px;
	width: 100%;
	background-color: #21596b;
}

.mobile-switch .middle-bar, .mobile-switch .bottom-bar {
	margin-top: 5px;
}

.mobile-switch .middle-bar {
	width: 70%;
}

nav ul {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}

nav ul li {
	list-style: none;
	cursor: pointer;
}

nav ul li a {
	color: #fff;
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid #f9f9f9;
	color: #46575e;
	text-transform: uppercase;
	font-size: 0.9em;
}

nav ul li:hover .sub-nav {
	display: none;
}

.sub-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    /* margin: 0 auto; */
    display: none;
    height: 2000px;
    background-color: rgba(87,87,87,0.8);
    transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
}

.sub-nav-container {
	background: url(/images/furniture-bg.png) no-repeat right 0px top 0px #fff;
    background-size: 300px;
    padding: 40px;
    width: 100%;
}

.sub-nav ul {
	margin: 0 auto;
    max-width: 1200px;
    padding: 0 200px 0 20px;
}

.sub-nav li {
	display: inline-block;
	width: 30%;
	margin-right: 2%;
	padding: 5px 0;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.search-form {
	position: absolute;
	top: 200px;
	right: 50px;
	width: 500px;
	background: #fff;
	padding: 20px;
	min-height: 500px;
	display: none;
}

.highlights {
	border: 0;
	background-color: #F62459;
	color: #fff;
	margin: 0 0 20px;
}

.highlights ul {
	margin: 0;
	padding: 0;
}

.highlights ul li {
	display: inline-block;
	width: 33%;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 700;
	padding: 15px;
	vertical-align: top;
}

.highlights ul li p {
	font-weight: 400;
	font-size: 0.8em;
	margin: 3px 0;
	display: none;
}

.highlights li i {
	display: block;
	font-size: 1.4em;
	margin-bottom: 6px;
}

.category {
	width: 46%;
	margin: 20px 2%;
	float: left;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
}

.category h3 {
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	font-size: 0.9em;
}

.category h3:after {
	position: absolute;
	content: '';
	width: 40px;
	margin-left: -20px;
	left: 50%;
	height: 1px;
	background: #c7c328;
	bottom: -9px;
}

.category figure {
	width: 100%;
	padding: 5px;
	display: block;
	margin: 0;
	overflow: hidden;
	position: relative;
/*	background: #f1f1f1;
	border: 1px solid #e0e0e0;*/
	border-radius: 50%;
}

.category figure img {
	width: 100%;
	display: block;
}

.category figure .shutter {
	position: absolute;
	height: 0;
	width: 500px;
	top: 0;
	left: 0;
		transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: rgba(199,195,40,0.5);
}

.category figure .shutter-two {
	position: absolute;
	height: 0;
	width: 500px;
	top: 0;
	left: 0;
		transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	background: rgba(33,89,107,0.2);
}

.category:hover figure .shutter {
	height: 400px;
}

.category:hover figure .shutter-two {
	height: 350px;
}

.category p {
	font-size: 0.8em;
}

.popular-title {
	padding: 10px 14px;
	color: #fff;
	text-align: center;
	background: #21596b;
	margin: 50px auto 20px;
	z-index: 10;
	width: 60%;
	font-weight: 800;
	font-size: 0.8em;
	max-width: 200px;
}

.members {
	width: 100.5%;
	padding: 40px 0 40px;
	margin-left: -2px;
	background-color: #f5f5f5;
	position: relative;
	background: url(/images/film-white.png) repeat-x 0 0 transparent;
	background-size: 160px;
	transform: rotate(-2deg);
}

.members .slick-arrow {
	border: 0;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
	width: 40px;
	height: 40px;
	color: rgb(34,88,107);
	border: 1px solid rgb(34,88,107);
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	cursor: pointer;
}

.members .slick-arrow:focus {
	outline: 0;
}

.members .slick-prev {
	left: 20px;
	background: url(/images/left-arrow.png) no-repeat center 12px rgba(255,255,255,0.8);
	background-size: 8px;
}

.members .slick-next {
	right: 20px;
	background: url(/images/right-arrow.png) no-repeat center 12px rgba(255,255,255,0.8);
	background-size: 8px;
}

.item {
/*	width:22%;*/
width: auto;
max-width: 350px;
	margin: 10px;
	background-color: #fff;
	height: 330px;
	padding: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	/*border: 1px solid #fff;*/
}

.item:hover {
	/*box-shadow: 0 3px 15px rgba(0,0,0,0.25);*/
	/*border: 1px solid #21596b;*/
	background-color: #fff;
}

.item span {
	display: block;
}

.item a {
	float: left;
	width: 49%;
	margin-right: 1%;
	background-color: #c7c328;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 2px;
}

.item a:hover {
	background-color: #272727;
	color: #c7c328;
}

.item a:last-child {
	margin-right: 0;
}

.item .item-title {
	font-weight: 700;
    margin-top: 0;
    position: absolute;
    width: 150px;
    padding: 10px;
    top: 150px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    transition: all 0.2s ease;
}

.item:hover .item-title {
	top: 115px;
}

.item .item-price {
	font-size: 1.5em;
	font-weight: 300;
}

.item .item-description {
	font-size: 0.7em;
	margin: 5px 0 10px;
	color: #7b7b7b;
}

.item figure {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}

.item figure img {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	display: block;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

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

.page-foot {
	background-color: #272727;
	padding: 20px;
	width: 100%;
}

.social-container {
	font-size: 0.8em;
	color: #c7c328;
	float: none;
	width: 100%;
	padding-top: 5px;
}

.credit-cards {
	font-size: 2em;
	color: #fff;
	float: none;
	width: 100%;
	text-align: left;
}

.page-foot nav {
	border: 0;
	display: none;
}

.page-foot nav ul {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}

.page-foot nav ul li {
	vertical-align: top;
	margin-right: 20px;
}

.page-foot nav ul li a {
	color: #fff;
	padding: 12px 0;
}



.page-foot nav ul li:hover .sub-nav {
	display: block;
}

.page-foot .sub-nav {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    /* margin: 0 auto; */
    display: block;
    height: auto;
    color: #a9a9a9;
    background-color: transparent;
}

.page-foot .sub-nav-container {
	background: transparent;
    padding: 0;
    width: 100%;
}

.page-foot .sub-nav ul {
    padding: 0;
}

.page-foot .sub-nav li {
	display: block;
	width: 100%;
	margin-right: 0;
	padding: 5px 0;
}

.page-foot .container {
	padding: 20px 0;
}

.page-foot .container.line {
	border-top: 0;
	margin-top: 20px;
}

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

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

	.search {
		display: block;
		width: 700px;
		padding-right: 0;
		margin-top: 20px;
	}

	.search input[type=text] {
		width: 500px;
		border: 1px solid #e0e0e0;
		padding: 10px;
		font-size: 1em;
	}

	.search input[type=submit] {
		margin-left: -50px;
	}

	header .container {
		padding: 30px 20px;
	}

	.overlay {
	position: absolute;
	top: 15vh;
	left: 10vw;
}

.page-foot {
	padding: 40px;
}

.page-foot nav {
	display: block;
}


.item {
/*	width:22%;*/
width: 150px !important;
	margin: 0 15px;
	height: 150px;
}


nav ul li:hover .sub-nav {
	display: block;
}
	.logo {
	width: 400px;
	height: 70px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(/images/dating-logo-dark-pink.svg) no-repeat 0 0 transparent;
	background-size: 350px;
	float: left;
	margin-left: 20px;
	position: relative;
	left: 0;
}

	.slider {
		height: 80vh;
	}

	.slide {
		height: 80vh;
	}

	.mobile-switch {
		display: none;
	}
	nav ul li {
		display: inline-block;
		vertical-align: middle;
	}

	header nav ul li.logo-container {
		width: calc(100% - 340px);
	} 

	nav {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

.menu-container {
	background-color: transparent;
	width: auto;
	left: 0;
	position: relative;
	top: 0;
	float: right;
}

	nav ul li a {
		padding: 12px 16px;
		display: block;
		border-bottom: 0;
	}

	.category {
		width: 19%;
		margin: 20px 3%;
	}

	.category h3 {
		font-size: 1em;
	}

	.highlights {
		margin: 0;
	color: #fff;
	    box-shadow: 0 0 20px rgba(0,0,0,0.14);
	}

	.highlights ul li {

	font-size: 1em;
	padding: 15px 0;
	vertical-align: top;
}

.highlights ul li p {
	display: block;
}

.basket {
	width: 500px;
	margin-top: -15px;
}

.basket-text {
	display: inline-block;
}

.search {
	display: inline-block;
}

.page-foot .container.line {
	border-top: 1px solid #797979;
	margin-top: 20px;
}
.social-container, .credit-cards {
	width: 50%;
}

.social-container {
	float: left;
}

.credit-cards {
	float: right;
	text-align: right;
}

.highlights li i {
	display: inline-block;
	font-size: 1em;
	margin-bottom: 0;
	margin-right: 5px;
}

.members {
	margin-top: -55px;
}
}