/* @override http://local.indoorsportservices.co.uk/assets/css/master.css */

/* @group 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%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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

/* @end */

/* @group Clearfix */

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

/* @end */

/* @group Floats */

.left{
	float: left;
}

.right{
	float: right;
}

/* @end */

/* @group Doc */

html {
	background-image: url("/assets/images/bg.jpg");
	-webkit-font-smoothing: antialiased;
	font: 14px sans-serif;
	 -webkit-transform:translate3d(0,0,0) 
}

body {
	width: 800px;
	border: 10px solid #FFF;
	outline: 1px solid rgba(100,100,100,.08);
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	margin: 0 auto;
	line-height: 20px;
	color: #333;
	margin-bottom: 30px;
}

/* @end */

/* @group Typography */

h1 {
	font-family: 'Cabin', arial, serif;
	font-size: 26px;
	font-weight: bold;
	color: rgba(0,99,159,1);
	margin-bottom: 20px;
	margin-top: 5px;
}

h2 {
	font-family: 'Cabin', arial, serif;
	color: #333;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

a {
	color: rgba(0,99,159,1);
}

p {
	margin: 10px 0 5px;
}

strong {
	font-weight: bold;
}

address {
	font-style: italic;
	padding: 0 10px 10px;
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 10px;
}

ul{
	list-style: disc;
	padding-left: 20px;
	line-height: 19px;
	font-size: 12px;
}

small p{
	font-size: 10px;
	line-height: 14px;
	margin-top: 44px;
	font-style: italic;
	padding: 10px 20px 10px 10px;
}

dl {
	line-height: 20px;
	list-style: none;
}

dl dt {
	color: #888;
	width: 100px;
	float: left;
	display: block;
}

/* @end */

/* @group Header */

header a.logo {
	float: left;
	margin: 10px 20px 20px;
}

header nav ul {
	float: right;
	margin: 48px 20px 0;
	list-style: none;
}

header nav ul li {
	float: left;
	margin-left: 15px;
}

header nav ul li.selected a {
	background-color: rgba(0,99,159,1);
	color: #FFF;
}

header nav ul li a:hover {
	background-color: rgba(100,100,100,.2);
	color: #000;
}

header nav ul li a {
	-webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-animation-timing-function: ease;
	border-radius: 99px;
	display: block;
	padding: 4px 14px;
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Cabin', arial, serif;
}

header img.banner {
	clear: both;
}

/* @end */

/* @group Footer */

footer {
	background-color: #888;
	color: #FFF;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-right: 16px;
}

footer p {
	text-align: right;
}

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

footer a:hover {
	text-decoration: underline;
}

footer p span{
	padding: 0 5px;
}

/* @end */

/* @group Main */

section.main {
	padding: 20px;
	background-color: rgba(100,100,100,.05);
	margin-top: -3px;
}

section.main section.half {
	float: left;
	width: 344px;
	margin-right: 30px;
	border-right: 1px solid #DDD;
	padding: 0 20px 20px 0;
}

section.main section.third{
	float: left;
	width: 210px;
	margin-right: 26px;
	border-right: 1px solid #DDD;
	padding: 0 25px 20px 0;
	font-size: 12px;
	line-height: 17px;
}

section.main section.last {
	margin-right: 0;
	border: none;
}

/* @end */

/* @group Form */

label {
	font-size: 13px;
	color: #787878;
	float: left;
	clear: left;
	margin-bottom: 6px;
	padding-left: 3px;
}

input, textarea {
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #c2c2c2;
	font-size: 12px;
	padding: 5px 7px;
	width: 329px;
	height: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,.15);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	outline: none;
}

input:focus, textarea:focus {
	border: 1px solid rgba(0,99,159,1);
}

textarea {
	min-height: 80px;
}

.input-wrap {
	position: relative;
	margin: 10px 0;
}

.placeholders label {
	font-size: 12px;
	color: #a8a8a8;
	position: absolute;
	top: 5px;
	left: 6px;
	cursor: text;
}

.placeholders.focus label {
	color: #d1d1d1;
}

.placeholders.active label {
	visibility: hidden;
}

label.error{
	margin-left: 195px;
	font-size: 9px!important;
	color: #f97b7b!important;
	margin-top: -1px;
	width: 130px;

	text-align: right;
	font-style: italic;
	visibility: visible!important;
}


button, .button {
	-webkit-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-animation-timing-function: ease;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	border:none;
	background: rgba(0,99,159,1);
	padding: 7px 20px;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,.5);
	font-family: 'Cabin', arial, serif;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: -2px;
	text-transform: uppercase;
	text-decoration: none;
}

a.button{
	margin-top: 3px;
	padding: 6px 14px;
	height: 16px;
}

.button:hover, button:hover {
	cursor: pointer;
	background: #004a78;
}

/* @end */

/* @group Images */

img.feature{
	border:5px solid #FFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 8px;
	
	-webkit-transition-duration: 0.1s;
    -webkit-transition-property: all;
    -webkit-animation-timing-function: ease-in-out;
    
	-webkit-box-shadow: 2px 4px 3px rgba(0,0,0,.2);
	-webkit-transform: rotate(-1deg) scale(.9);
}

.servicerepair img.feature{
	 -webkit-transform: rotate(1deg) scale(.9);
	 
}

a:hover img.feature{
	-webkit-transform: rotate(0deg) scale(1);
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,.1);
}

/* @end */

/* @group Messages */

.flash.success{
	background-color: #aae7ab;
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 10px 5px;
	font-size: 12px;
	margin-bottom: 15px;
}

/* @end */
