
/*---------------------------
	INFO
--------------------------
DEVELOPED BY: First Beat Media
DATE: 

/*------------------------
RESET
------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------
FONTS
------------------------*/
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------
GLOBAL STYLES
------------------------*/
.first_bg {
	background-image: url(../img/bg_localgaysinglescouk.jpg);
	background-repeat: no-repeat;
	background-position: auto;
	background-size: cover;
	background-color: #0f0f05;
	width: 100%;
	height: 100%;
	position: fixed;
}
.second_bg {
	background-image: url(../img/bg_lines.png);
	background-repeat: repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
}
.all_content {
	position: relative;
	z-index: 10;
	padding-top: 20px;
}
.wrap {
	width: 550px;
	margin: 0 auto;
	text-align: center;
}
header, footer {
	background-image: url(../img/black.png);
	background-repeat: repeat;
	background-position: center center;
	overflow: visible;
	position: relative;
	margin-bottom: 18px;
}
/* HEADER */
header {
	height: 77px;
}
header>h1 {
	text-align: left;
	position: absolute;
	left: 9px;
	top: 10px;
}
header>p {
	text-align: right;
	position: absolute;
	right: 9px;
	top: 8px;
	color: #fff;
	line-height: 26px;
	font-size: 16px;
}
header>p a {
	font-size: 18px;
	text-align: right;
	background-color: red;
	color: #fff;
	text-decoration: none;
	padding: 1px 9px;
	width: 75px;
	float: right;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 31px;
}
header>p a:hover {
	background-color: rgb(233, 34, 74);
}
/* CONTENT */
.content {
	background-image: url(../img/purple.png);
	background-repeat: repeat;
	background-position: center center;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 18px;
}
h2{
	padding-left: 15px;
	padding-right: 15px;
}
h2,
h2 span {
	font-family: 'bebas_neueregular';
	text-transform: uppercase;
	font-size: 42px;
	text-align: center;
}
h2 .one{
	color: #09ba82;
}
h2 .two {
	color: #FF5EC9;
}
.content>p {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 24px;
}
.girl_images {
	width: 100%;
	overflow: hidden;
}
.girl_images img {
	width: 30%;
	height: auto;
	margin-right: 2px;
	margin-left: 2px;
	border-radius: 3px;
	border: 3px solid #fff;
}
form {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}
form>div>select,
.input_holder input {
	width: 100%;
	border: 0;
	padding: 5px;
	font-size: 18px;
	color: #09ba82;
	position: relative;
	opacity: 0.8;
	margin-bottom: 10px;
	box-shadow: 1px 2px 2px #7E2654;
	/*text-indent: 10px;*/
}
.input_holder input {
	padding: 5px 0;
	text-indent: 5px;
}
form .monthdayear{
	width: 100%;
	margin-bottom: 15px;
}
form label {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top:10px;
}
.monthdayear select {
	border: 0;
	padding: 5px;
	font-size: 18px;
	color: #d20e91;
	position: relative;
	opacity: 0.8;
	box-shadow: 1px 2px 2px #7E2654;
}
.month{
	width: 30%;
	float: left;
}
.day{
	width: 30%;
	float: none;
}
.year{
	width: 37%;
	float: right;
}
form .submit {
	width: 100%;
	color: #fff;
	background-color: red;
	border: 0;
	font-size: 24px;
	padding: 5px;
	cursor: pointer;
	box-shadow: 1px 2px 2px #7E2654;
}
form .submit:hover {
	background-color: rgb(233, 34, 74);
}
/* FOOTER */
footer {
	padding: 20px 15px;
}
footer p {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
footer p:last-child {
	font-weight: 700;
	margin-top: 10px;
}

/* RESPONSIVE */

@media only screen and (min-width: 671px) and (max-width: 1500px){
	.first_bg {background-size: auto auto;}
}


@media only screen and (min-width: 501px) and (max-width: 670px){
	.first_bg {background-size: auto auto;}
	.wrap {width: 90%;}
}

@media (max-width: 500px) {
	.first_bg {background-size: auto auto;}
	.wrap {width: 90%;}
	header {height: 110px;}
	header>h1 {position: relative; text-align: center; left: 0; top: 45px;}
	header>p {position: relative; text-align: center; top: -52px; right: 0;}
	header>p a {display: inline; float: none; position: relative; top: 0;}
	.girl_images img {width: 29%;}
	.content>p {font-size: 18px;margin-top: 25px;margin-bottom: 30px;}
}

/* EXTRA SMALL DEVICES */
@media (max-width: 370px) {
	header, footer {margin-bottom: 12px;}
	form {padding-top: 15px;}
	form label {font-size: 14px;}
	form>div>select, .input_holder input {font-size: 14px;}
	.monthdayear select {font-size: 14px;}
	.first_bg {background-size: auto auto;}
	h1 img {width: 90%;}
	h2, h2 span {font-size: 30px;}
	.girl_images img {width: 27%;}
	form .submit {font-size: 18px;}
	header>p {font-size: 12px; top: 3px; position: absolute; text-align: center; left: 0; right: 0;}
	header>p a {margin-left: 10px; font-size: 14px;}
	.content>p {font-size: 14px; margin-top: 10px; margin-bottom: 15px;}
	.content {padding-top: 12px; margin-bottom: 12px;}
	.month, .day, .year {float: none; width: 100%;}
}

.links {
color: #fff;
font-size: 12px;
}