/*

Saucony Stridelab - Global Stylesheet
Handwritten by Richard Wilmot (AztecMedia.eu)
http://www.stridelab.se/

*/

																				/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

*, *::before, *::after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


																						/* ------------ Defaults ------------ */

html {
	height:100%;
}

body {
    height: 100%;
    position: relative;
	font-size:16px;
	line-height:30px;
	background:#282534;
	font-weight:200;
	color:#FFF;
    font-family: 'Work Sans', sans-serif;
}

h1,h2,h3,h4 {
	font-size:36px;
	line-height:36px;
	margin-bottom:20px;
	font-weight:700;
	text-transform:uppercase
}

h2 {
	font-size:32px;
	line-height:32px;
	margin-bottom:15px;
}

h3 {
	font-size:28px;
	line-height:28px;
	margin-bottom:10px;
}

h4 {
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
}


p {
	margin-bottom:20px
}

a {
	text-decoration:none;
	color:#FFF
}

a:hover {
	color: rgba(255, 255, 255, 0.5);
}


video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 	background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
 	 background-size: cover;
 	 transition: 1s opacity;
}


#container {
	padding:130px 0 0 0
}


.index-page #container {
	background: #282534 url(../../images/container-bg.png) no-repeat top center;
	padding:160px 0 0 0
}

#content	 {
	width:100%;
	max-width:1170px;
	margin:auto;
	text-align:center;
	padding-bottom:60px;
}

#left-col {
	width:50%;
	float:left;
	padding-right:40px;
	text-align:left
}

#right-col {
	width:50%;
	float:right;
	padding-left:40px;
	text-align:left
}

.btn {
	background:#fff;
	display:inline-block;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	height:50px;
	line-height:50px;
	padding:0 30px;
	color:#282534
}

.btn:hover {
	background-color:rgba(255, 255, 255, 0.5);
	color:#282534
}

@media screen and (max-width: 1170px) {
	#content	 {
		padding:0 70px 60px 70px;
	}
}

@media screen and (max-width: 768px) {
	#left-col,
	#right-col {
		width:100%;
		float:none;
		padding:0
	}
}


@media screen and (max-width: 680px) {
	.index-page #container {
		background: none;
		padding:60px 0 0 0
	}
	#content	 {
		padding:0 40px 60px 40px;
	}
}




																						/* ------------ nav ------------ */
																						
/* ------------ new slider css ------------ */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 350px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Stay on top */
    top: 0;
    left: -350px;
	background-color: #282534;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

/* ------------ new slider css ------------ */
																					
																						
#nav {
	padding:20px 20px 0 20px
}

#nav li a {
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	padding:5px 0;
	display:block
}

#nav li a:hover {
	color: rgba(255, 255, 255, 0.5);
}




																						/* ------------ Header ------------ */

#log-in-btn,
#log-out-btn,
#menu-btn,
#menu-btn-close {
	display:block;
	width:70px;
	height:70px;
	text-indent:-25000px;
	position:fixed;
	top:0;
	right:0;
	z-index:9999;
	background-image: url(../../images/login.png);
	background-repeat:no-repeat;
	background-position: top center
}

#log-out-btn {
	background-image: url(../../images/logout.png)
}

#menu-btn,
#menu-btn-close {
	right:auto;
	left:0;
	z-index:10000;
	cursor:pointer;
	background-image: url(../../images/menu.png);
}

#menu-btn-close {
	background: url(../../images/menu-close.png) no-repeat top center;
	display:none
}

#log-in-btn:hover,
#log-out-btn:hover,
#menu-btn:hover,
#menu-btn-close:hover {
	background-position: 0 -70px;
}


#header {
	height: -moz-calc(100% - 120px);
	height: -webkit-calc(100% - 120px);
	height: -o-calc(100% - 120px);
	height: calc(100% - 120px);
	position:relative;
	width:100%;
	background-color: rgba(40, 37, 52, 0.7);
}

#header .logo {
	width:644px;
	height:auto;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:50%;
	margin-top:-152px;
	clear:both
}


#header #content-arrow {
	position:absolute;
	bottom:0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display:block;
	background: url(../../images/jump-arrow.png) no-repeat top center;
	width:216px;
	height:46px;
}

.user-name {
	position: fixed;
	top:23px;
	right:80px;
	z-index:1989
}


#header-static {
	background:#282534;
	position:fixed;
	top:0;
	width:100%;
	border-bottom:20px solid #282534;
	z-index:1500
}

#header-static .logo {
	background-size: 50% 50%;
    height: 70px;
    margin: auto;
    padding: 12px;
    text-align: center;
}

#header-static .logo img {
	height: 100%;
    width: auto;
}

@media screen and (max-width: 768px) {
	#header {
		padding:0 70px;
		background:url(../../images/header-bg.jpg) no-repeat top center;
		background-size: auto 100%;
	}
	#header .logo {
		width: 80%;
		max-width:644px;
	}
	#header .logo img {
		width: 100%;
		height:auto
	}
	video {
		display:none
	}
}

@media screen and (max-width: 680px) {
	#header {
		background:none;
		height: auto;
		padding:0 20px
	}
	#header .logo {
		position: static;
		margin-top:100px;
		width: 90%;
	}
	#header #content-arrow {
		display:none
	}
	#menu-btn,
	.pure-toggle-label,
	#log-out-btn,
	#log-in-btn,
	.user-name {
		background-color:rgba(255, 255, 255, 0.25);
	}
	.user-name {
		height:70px;
		line-height:70px;
		padding:0 10px;
		top:0
	}
	#header-static .loggedin {
		float:left;
		margin-left:90px;
	}
}


																						/* ------------ Footer ------------ */
footer {
	width:100%;
	padding:10px 0;
	border-top:solid 1px #FFF
}

footer #footer {
	width:100%;
	max-width:1170px;
	margin:auto;
	text-align:center;
	font-size:0;
}

footer #footer li {
	display:inline-block;
	width:33%;
	font-size:13px;
}

footer #footer li a {
	color:#FFF
}

footer #footer li a:hover {
	color: rgba(255, 255, 255, 0.5);
}

footer #footer li:nth-child(1) {
	text-align:left
}

footer #footer li:nth-child(3) {
	text-align:right
}

@media screen and (max-width: 1170px) {
	footer {
		padding:10px;
	}
}

@media screen and (max-width: 940px) {
	footer #footer li {
		width:100%;
		display:block;
		line-height:18px;
		text-align:center !important
	}
}


/*
#bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../../images/bg-left.jpg), url(../../images/bg-right.jpg), url(../../images/bg.jpg);
    background-position: left top, right top, top center;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-size: auto 100%;
}

#container {
    margin: auto;
    width: 960px;
}

a {
    color: white;
}

a:hover {
    text-decoration: none;
}



/* ------------ General Form Stuff ------------ 
label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
    margin-top: 18px;
    font-size: 0.8em;
    width: 150px;
    text-align: right;
    margin-right: 10px;
}

input.text-input {
    margin: 5px auto;
    display: inline-block;
    width: 325px;
    height: 34px;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0 20px;
    text-align: center;
    font-size: 1.05em;
    -webkit-box-shadow: inset 0 0 16px 0 rgba(31, 61, 105, 0.36);
    -moz-box-shadow: inset 0 0 16px 0 rgba(31, 61, 105, 0.36);
    box-shadow: inset 0 0 16px 0 rgba(31, 61, 105, 0.36);
    font-family: 'Montserrat', sans-serif;
    color: white;
}

form div.checkbox {
}

form div.checkbox input[type="radio"],
form div.checkbox input[type="checkbox"] {
    display: none;
}

form div.checkbox input[type="radio"] + label,
form div.checkbox input[type="radio"]:checked + label,
form div.checkbox input[type="checkbox"] + label,
form div.checkbox input[type="checkbox"]:checked + label {
    color: white;
    float: left;
    margin: 15px 17px;
    display: inline;
    width: 332px;
}

form div.checkbox input[type="radio"] + label:before,
form div.checkbox input[type="checkbox"] + label:before {
    display: inline-block;
    margin-right: 10px;
    content: '\00a0';
    color: white;
    width: 15px;
    height: 15px;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.2);
}

form div.checkbox input[type="radio"]:checked + label:before,
form div.checkbox input[type="checkbox"]:checked + label:before {
    content: 'X';
    text-align: center;
}

/* ------------ Page Layouts ------------ 

body.index-page #max-2,
body.index-page #max-3,
body.index-page #miles-2,
body.index-page #home {
    display: none;
    z-index: 750;
}

body.book-page #max-2,
body.book-page #max-3,
body.book-page #miles-2,
body.account-page #max-2,
body.account-page #max-3,
body.account-page #miles-2,
body.account-page #bottom-screens {
    display: none;
}

body.login-page #max-2,
body.login-page #max-3,
body.login-page #miles-2 {
    display: none;
}

body.search-page #max,
body.search-page #miles,
body.search-page #click-through {
    display: none;
}

body.tandc #max-login-register,
body.tandc #max-3,
body.tandc #miles-2 {
    display: none;
}

body.store-page #max,
body.store-page #miles-2,
body.store-page #miles,
body.store-page #right-molecules,
body.store-page #bottom-screens,
body.store-page #run-bot,
body.store-page #click-through {
    display: none;
}

body.account-page #click-through,
#click-through-mobile {
    display: none;
}

.user-panel {
    position: absolute;
    right: 0;
    color: white;
    top: 30px;
    text-transform: uppercase;
    font-size: 0.8em;
}

/* ------------ Elements ------------ 

#con-belt,
#ray-gun,
#desk,
#miles,
#miles-2,
#max,
#max-booking-done,
#max-homepage,
#max-2,
#max-3,
#max-login-register,
#max-store,
#click-through,
#logo,
#log-in,
#run-bot,
#left-molecules,
#right-molecules,
#account,
#home,
#back {
    position: fixed;
    height: auto
}

#max-store {
    right: 4.7%;
    bottom: 3.8%;
    width: 17%;
    max-width: 200px;
}

#max-login-register {
    right: 4%;
    bottom: 4%;
    width: 17%;
    max-width: 200px;
}

#max-booking-done {
    right: 2.9%;
    bottom: 4%;
    width: 17%;
    max-width: 200px;
}

#max-homepage {
    right: 4%;
    bottom: 4%;
    width: 17%;
    max-width: 200px;
}

#con-belt {
    width: 18%;
    max-width: 219px;
    right: 0;
    top: 13%;
}

#ray-gun {
    width: 21%;
    max-width: 248px;
    left: 0;
    top: 7%;
}

#desk {
    width: 25%;
    max-width: 298px;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

#miles {
    width: 11%;
    max-width: 131px;
    left: 12%;
    bottom: 4%;
    z-index: 750;
}

#miles-2 {
    width: 20%;
    max-width: 233px;
    left: 12%;
    bottom: 4%;
    z-index: 750;
}

#max {
    width: 17%;
    max-width: 200px;
    right: 4%;
    bottom: 4%;
}

#max-2 {
    width: 17%;
    max-width: 200px;
    right: 4%;
    bottom: 4%;
}

#max-3 {
    width: 17%;
    max-width: 200px;
    right: -25%;
    bottom: 4%;
}

#click-through {
    width: 23%;
    max-width: 267px;
    left: 20%;
    bottom: 9%;
    z-index: 1000;
	display:none
}

.index-page #click-through {
	display: block
}

#click-through-centre {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2000;
}

#click-through-1 {
    bottom: -9px;
    position: absolute;
    right: -15px;
}

#click-through-2 {
    z-index: 2500;
    position: absolute;
    right: 0;
    bottom: 162px;
}

#click-through-3 {
    position: absolute;
    z-index: 2500;
    bottom: 41px;
    left: 38px;
}

#click-through-4 {
    position: absolute;
    bottom: 73px;
    left: 23px;
}

#click-through:hover img {
}

#logo {
    width: 223px;
    left: 30px;
    top: 20px;
}

#log-in {
    width: 63px;
    right: 30px;
    top: 20px;
}

#account {
    width: 78px;
    right: 56px;
    top: 146px;
}

#home {
    width: 93px;
    right: 110px;
    top: 25px;
}

#back {
    width: 93px;
    right: 120px;
    top: 115px;
}

#run-bot {
    width: 407px;
    max-width: 407px;
    left: -620px;
    right: 0;
    margin: auto;
    z-index: 700;
    bottom: 200px;
    display:none;
}

#left-molecules {
    width: 20%;
    max-width: 234px;
    left: 10%;
    top: 30%;
    z-index: 500;
}

#left-molecules #left-molecule-1-1 {
    position: absolute;
    top: -7px;
    left: 80px;
}

#left-molecules #left-molecule-1-2 {
    position: absolute;
    top: 0;
    left: 90px;
    z-index: 1000;
}

#left-molecules #left-molecule-1-3 {
    position: absolute;
    top: 49px;
    left: 157px;
    z-index: 1500;
}

#left-molecules #left-molecule-1-4 {
    position: absolute;
    top: 63px;
    left: 76px;
    z-index: 500;
}

#left-molecules #left-molecule-2-1 {
    position: absolute;
    top: 120px;
    left: -20px;
}

#left-molecules #left-molecule-2-2 {
    position: absolute;
    top: 113px;
    left: 51px;
}

#left-molecules #left-molecule-3 {
    position: absolute;
    top: 0;
    left: 0;
}

#right-molecules {
    width: 22%;
    max-width: 255px;
    right: 18%;
    bottom: 9%;
    z-index: 400;
}

#right-molecules #right-molecule-1-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 500;
}

#right-molecules #right-molecule-1-2 {
    position: absolute;
    bottom: 8px;
    left: -19px;
    z-index: 1000;
}

#right-molecules #right-molecule-1-3 {
    position: absolute;
    bottom: -8px;
    left: 94px;
    z-index: 250;
}

#right-molecules #right-molecule-1-4 {
    position: absolute;
    bottom: 116px;
    left: 103px;
}

#right-molecules #right-molecule-2 {
    position: absolute;
    bottom: 70px;
    left: 160px;
}

#main-screen {
    width: 655px;
    height: 443px;
    background-image: url(../../images/top-screen.png);
    background-size: cover;
    margin: 0 auto;
    z-index: 850;
    position: relative;
}

#main-screen .inner {
    width: 633px;
    margin: 0 auto;
    padding-top: 46px;
    overflow: hidden;
}

#bottom-screens {
    position: relative;
    z-index: 0;
    width: 507px;
    margin: -50px auto;
}

#con-belt img,
#ray-gun img,
#desk img,
#miles img,
#miles-2 img,
#max img,
#max-login-register img,
#max-booking-done img,
#max-homepage img,
#max-store img,
#max-2 img,
#max-3 img,
#logo img,
#run-bot img {
    width: 100%
}

/* ------------ Intro Screen ------------ 
#mobile-text {
    font-family: 'Montserrat', sans-serif;
    color: white;
    display: none;
    background-color: rgba(49, 120, 166, 0.5);
    padding: 10px 20px;
}

#mobile-text p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px;
}

#intro-screen nav {
    position: absolute;
    top: 85px;
    right: 25px;
    z-index: 300;
}

#intro-screen nav a {
    border: 2px solid white;
    border-right: 0;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
}

#intro-screen nav a:last-child {
    border-right: 2px solid white;
}

#intro-screen nav a:hover,
#intro-screen nav a.active {
    background-color: rgba(255, 255, 255, 0.5);
}

#intro-screen-slides {
    list-style: none;
}

#intro-screen-slides li {
    padding-left: 0;
    width: 630px;
    height: 360px;
    float: left;
    top: 70px;
    left: 12px;
    position: absolute;
}

#intro-screen-slides li.image img {
    width: 632px;
    height: 361px;
}

#intro-screen #nav-prev {
    position: absolute;
    top: 227px;
    left: -20px;
    z-index: 10000;
}

#intro-screen #nav-next {
    position: absolute;
    top: 227px;
    right: -20px;
    z-index: 10000;
}

/*#intro-screen-slides-2,*/
/*#intro-screen-slides-3,*/
/*#intro-screen-slides-4 {*/
/*display: none;*/
/*}*/

/* ------------ Intro Screen Slide 1 ------------ 

#intro-screen-slides-1 {
    position: relative;
}

#intro-screen-slides-1 h1 {
    font-size: 16pt;
    color: white;
    font-weight: bold;
    height: 130px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

#intro-screen-slides-1 h1 span {
    position: absolute;
    left: 98px;
    top: 42px;
}

#intro-screen-slides-1 h1 img {
    position: absolute;
    right: 98px;
    top: 40px;
}

#intro-screen-slides-1 div,
#intro-screen-slides-2 div,
#intro-screen-slides-3 div {
    position: absolute;
    height: 232px;
    background-color: rgba(49, 120, 166, 0.5);
    width: 632px;

    font-size: 14pt;
    text-align: center;
    padding: 15px 30px;
    line-height: 20pt;
    color: white;
    font-weight: 400;
}

/* ------------ Search Page ------------ 
#search-screen .description {
    position: absolute;
    top: 70px;
    left: 12px;
    right: 11px;
    height: 100px;
    background-color: rgba(49, 120, 166, 0.5);
    padding: 20px 70px;
    text-align: center;
    line-height: 20px;
    color: white;
}

#search-screen .search-box {
    position: absolute;
    top: 200px;
    left: 157px;
    right: 157px;

    width: 330px;
    height: 46px;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px 40px;
    text-align: center;
    font-size: 1.05em;

    -webkit-box-shadow: inset 0 0 16px 0 rgba(31, 61, 105, 0.36);
    -moz-box-shadow: inset 0 0 16px 0 rgba(31, 61, 105, 0.36);
    box-shadow: inset 0 0 16px 0 rgba(31, 61, 105, 0.36);

    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
}

#search-screen .search-box::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
}

#search-screen .search-box:-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
}

#search-screen .search-box::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
}

#search-screen .search-box:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
}

#search-screen .radius-box {
    position: absolute;
    top: 275px;
    left: 12px;
    right: 11px;
    text-align: center;

    background-color: rgba(49, 120, 166, 0.5);
}

#search-screen .radius-box input[type="radio"] {
    display: none;
}

#search-screen .radius-box input[type="radio"] + label,
#search-screen .radius-box input[type="radio"]:checked + label {
    color: white;
    float: left;
    margin: 15px 13px;
    display: inline;
    width: 96px;
}

#search-screen .radius-box input[type="radio"] + label:before {
    display: inline-block;
    margin-right: 10px;
    content: '\00a0';
    color: white;
    width: 15px;
    height: 15px;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.2);
}

#search-screen .radius-box input[type="radio"]:checked + label:before {
    content: 'x';
    text-align: center;
}

#search-screen .submit-box {
    text-align: center;
    position: absolute;
    top: 335px;
    left: 11px;
    right: 11px;
}

body.search-page #error_block {
    position: absolute;
    top: 70px;
    left: 11px;
    right: 11px;
    color: white;
    padding: 25px 70px;
    text-align: center;

    z-index: 10000;
    background-color: rgba(163, 39, 39, 0.65);
}

#results-screen {
}

#results-screen #results-map {
    width: 633px;
    height: 361px;
    margin-top: 24px;
}

#results_list {
    padding-left: 20px;
    padding-right: 20px;
    margin: -3px auto;
    width: 655px;
    opacity: 0.99999;
    background: rgba(39, 111, 164, 0.85);
    z-index: 800;
    position: relative;
}

#results_list .rl-table {
    position: relative;
    z-index: 1000;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid white;
    z-index: 600;
}

#results_list .rl-table .error {
    width: 100%;
    font-weight: 700;
    color:  white;
    padding: 20px 0;
}

#results_list .rl-table:first-child {
    border-top: 0;
}

#results_list .rl-table tr {
    color: white;
}

#results_list .rl-table tr td {
    vertical-align: middle;
}

#results_list .rl-table tr.upper-row {
    border-top: 1px solid white;
}

#results_list .rl-table tr.upper-row:first-child {
    border-top: 0;
}

#results_list .rl-table tr.lower-row {
}

#results_list .rl-table tr.upper-row td {
    margin-left: 10px;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}

#results_list .rl-table tr.lower-row td {
    padding: 0 0 20px 0;
}

#results_list .rl-table td.results-table-name {
    width: 50%;
    text-transform: uppercase;
}

#results_list .rl-table td.results-table-address {
    font-size: 10pt;
}

#results_list .rl-table td.results-table-distance {
    width: 35%;
}

#results_list .rl-table td.results-table-link {
    width: 15%;
}

#results_list .rl-table .action {
    background-color: #388041;
    color: white;
    text-decoration: none;
    padding: 8px;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.search-no-results {
    color: white;
    text-align:  center;
    width: 100%;
    padding: 20px 10px;
    line-height: 25px;
}

/* ------------ Store Page ------------ 
#store-screen #map {
    top: 144px;
    left: 1px;
    right: 11px;
    height: 385px;
}

#store-screen #store-details {
    position: absolute;
    top: 70px;
    left: 11px;
    right: 11px;
    padding: 20px;
    overflow: hidden;
    height: 120px;

    background-color: rgba(39, 111, 164, 0.65);
    color: white;
}

#store-screen #store-details h1 {
    font-size: 24pt;
    width: 65%;
    float: left;
    line-height: 80px;
    font-weight: 700;
    height: 60px;
    margin-top: -12px;
}

#store-screen #store-details p {
    width: 100%;
    font-weight: normal;
    float: left;
}

body.store-page #results_list {
    margin: 0 auto;
    padding: 20px;
    color: white;
    overflow: hidden;
}

body.store-page #results_list h2 {
    font-size: 18pt;
    margin-bottom: 8px;
    margin-top: 15px;
    clear: both;
}

body.store-page #results_list .time-table {
    border-collapse: collapse;
    width: 100%;
}

body.store-page #results_list .time-table td {
    width: 25%;
    padding: 5px;
}

body.store-page #results_list a {
    background-color: #449FD8;
    margin: 0;
    display: inline-block;
    text-align: center;
    padding: 4px 8px;
    color: white;
    text-decoration: none;
    width: 100%;
}

body.store-page #results_list a.taken {
    background-color: #AEAEAE;
    color: #CECECE;
}

body.store-page #results_list a.selected {
    background-color: #EAEAEA;
}

#store-screen #yhs-text {
    text-align: center;
    margin-top: 50px;
}

#store-screen #selected-date,
#store-screen #selected-time {
    text-align: center;
    margin-top: 5px;
    font-size: 1.1em;
}

#store-screen #at-text {
    text-align: center;
    margin-top: 5px;
}

#store-screen form {
    text-align: center;
    margin-top: 20px;
}

/* ------------ Book Page ------------ 
#book-screen {
    text-align: center;
}

#book-screen #store-info {
    position: absolute;
    top: 70px;
    left: 11px;
    right: 11px;
    padding: 20px;
    overflow: hidden;
    height: 120px;
    background-color: rgba(39, 111, 164, 0.65);
    color: white;
    text-align: center;
}



#book-screen #store-info h1 {
    font-size: 24pt;
    width: 100%;
    float: left;
    line-height: 80px;
    font-weight: 700;
    height: 60px;
    margin-top: -12px;
}

#book-screen #store-info p {
    width: 100%;
    font-weight: normal;
    float: left;
}

#book-screen #warning-text {
    position: absolute;
    color: red;
    text-align: center;
    font-size: 1.1em;
    left: 30px;
    right: 30px;
    top: 200px;
}

#book-screen p {
    text-align: center;
    color: white;
    margin-top: 10px;
}

#book-screen .intro-para {
    margin-top: 72px;
}

#book-screen .bigger-text-1 {
    font-size: 29pt;
    font-weight: 700;
}

#book-screen .bigger-text-2 {
    font-size: 15pt;
}

#book-screen .bigger-text-2 span {
    font-weight: 700;
}

#book-screen .bigger-text-3 {
    font-size: 15pt;
    font-weight: 700;
    margin-top: 16px;
}

#book-screen .bigger-text-4 {
    font-size: 15pt;
    font-weight: 700;
    margin-top: 3px;
}

#book-screen form {
    text-align: center;
    margin-top: 20px;
}

#book-screen form {
    text-align: center;
    margin-top: 33px;
}

#book-screen h1.confirmation {
    font-size: 20pt;
    color: white;
    text-align: center;
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

#book-screen p.confirmation {
    font-size: 14pt;
    color: white;
    text-align: center;
    margin-top: 20px;
}

#book-screen p.confirmation {
    text-transform: uppercase;
    font-weight: bold;
}

/* ------------ Account Page ------------ 
#account-screen .user-info {
    position: absolute;
    left: 0;
    top: 443px;
    right: 0;
    padding: 21px 31px;
    color: white;
    background-color: rgba(39, 111, 164, 0.65);
}

#account-screen .user-info p {
    margin: 10px 0;
    text-align: left;
}

#account-screen .user-info p.edit {
    position: absolute;
    top: 28px;
    right: 20px;
}

#account-screen .booking-info {
    position: absolute;
    top: 70px;
    right: 11px;
    left: 11px;
    padding: 10px;
    color: white;
}

#account-screen .booking-info h2 {
    background-color: rgba(39, 111, 164, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

#account-screen .booking-info table.booking-table {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 60px;
    width: 595px;
}

#account-screen .booking-info table.booking-table tr {
}

#account-screen .booking-info table.booking-table th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

#account-screen .booking-info table.booking-table th.date-col {
    width: 30%;
}

#account-screen .booking-info table.booking-table th.venue-col {
    width: 30%;
}

#account-screen .booking-info table.booking-table th.time-col {
    width: 30%;
}

#account-screen .booking-info table.booking-table th.cancel-col {
    width: 10%;
}

#account-screen .booking-info table.booking-table td {
    border-top: 1px solid white;
    padding-top: 5px;
    padding-bottom: 5px;
}

#account-screen .booking-info table.booking-table td a {
    text-transform: uppercase;
    padding: 2px 4px;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 700;
    background-color: #449FD8;
}

#account-screen .booking-info p {
    margin: 10px 5px;
    text-align: center;
}

#account-screen .booking-info p.info {
    padding-top: 50px;
}

#account-screen h2 {
    font-size: 20pt;
    left: 11px;
}

#account-screen .edit-form {
    position: absolute;
    top: 70px;
    left: 11px;
    right: 11px;
    color: white;
}

#account-screen .edit-form h2 {
    background-color: rgba(39, 111, 164, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

#account-screen .edit-form form {
    position: absolute;
    top: 80px;
    left: 11px;
    right: 11px;
    text-align: center;
}

#account-screen .edit-form label {
}

#account-screen .edit-form input.text-input {
}

#account-screen .action {
    background-color: #388041;
    color: white;
    text-decoration: none;
    padding: 8px;
    margin-top: 20px;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#account-screen p {
    text-align: center;
    color: white;
    margin-top: 10px;
}

#account-screen .intro-para {
    padding-top: 60px;
}

#account-screen .bigger-text-1 {
    font-size: 29pt;
    font-weight: 700;
}

#account-screen .bigger-text-2 {
    font-size: 15pt;
}

#account-screen .bigger-text-2 span {
    font-weight: 700;
}

#account-screen .bigger-text-3 {
    font-size: 15pt;
    font-weight: 700;
    margin-top: 16px;
}

#account-screen .cancel-form {
    text-align: center;
    margin-top: 40px;
}

/* ------------ Login Page ------------ 
#login-screen .error {
    color: #AAD043;
    position: absolute;
    top: 89px;
    left: 95px;
    right: 11px;
    text-align: center;
}

#login-screen .text {
    color:  white;
    position:  absolute;
    left:  11px;
    right: 11px;
    text-align: center;
    top: 184px;
    font-size: 1.2em;
}

#login-screen h1 {
    color: white;
    font-size: 24pt;
    padding: 10px;
    background-color: rgba(39, 111, 164, 0.65);
    position: absolute;
    top: 70px;
    left: 11px;
    right: 11px;
    line-height: 38px;
    height: 59px;
    padding-left: 21px;
}

#login-screen form {
    position: absolute;
    top: 135px;
    left: 11px;
    right: 11px;
    text-align: center;
    padding-right: 57px;
}

#login-screen form div.buttons {
    position: absolute;
    left: 205px;
    text-align: center;
    width: 330px;
    margin-top: 32px;
}

#login-screen form div.buttons-login {
    position: absolute;
    left: 202px;
    text-align: center;
    width: 330px;
    margin-top: 30px;
}

#login-screen form div.buttons-login p {
    margin-top: 16px;
    font-size: 10pt;
}

#login-screen form div.link {
    position: absolute;
    left: 44px;
    bottom: -90px;
    width: 210px;
    text-align: left;
    font-size: 10pt;
}

#login-screen a {
    color: white;
    margin-top: 10px;
}

#login-screen form div.checkbox {
    position: absolute;
    margin-top: -10px;
    left: 190px;
}

#login-screen form div.checkbox label {
    font-size: 7pt;
    text-align: right;
}

/* ------------ Message Screen ------------ 
#message-screen h1 {
    color: white;
    font-size: 24pt;
    text-align: center;
    background-color: rgba(39, 111, 164, 0.65);
    position: absolute;
    top: 70px;
    left: 12px;
    right: 11px;
    height: 100px;
    padding-left: 70px;
    padding-right: 70px;
    line-height: 100px;
}

#message-screen h1 small {
    font-size: 15pt;
    display: block;
    padding-top: 5px;
}

#message-screen p {
    position: absolute;
    right: 60px;
    left: 60px;
    top: 235px;
    text-align: center;
    color: white;
    line-height: 1.3em;
    font-size: 15pt;
}

/* ------------ T and C ------------ 

#tandc h1 {
    color: white;
    font-size: 24pt;
    padding: 10px;
    background-color: rgba(39, 111, 164, 0.65);
    position: absolute;
    top: 70px;
    left: 11px;
    right: 11px;
    line-height: 38px;
    height: 59px;
    padding-left: 21px;
}

#tandc .info {
    left: 11px;
	padding:0 30px;
    position: absolute;
    right: 11px;
    text-align: center;
    top: 155px;
}

#tandc .info p {
	color:#FFF;
	margin-bottom:20px;
	line-height:20px;
}

/* ------------ ABOUT ------------ 
body.about #logo {
    z-index: 12000;
}

body.about #inner-container {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 60px 40px 30px 40px;
    z-index: 10000;
    max-width: 800px;
    background-color: rgba(39, 111, 164, 0.65);
    margin: 0 auto 35px auto;
    color: white;
}

body.about #inner-container h1 {
    font-size: 1.8em;
    text-align: left;
}

body.about #inner-container p {
    line-height: 22px;
    margin: 15px 0;
}

body.about #inner-container p.lead {
    font-size: 1.2em;
    font-weight: bold;
}

body.about #click-through {
    display: none;
    left: 12%;
}

.buorg {
    background-color: #730001 !important;
    color: white !important;
    padding: 10px 20px !important;
}
