/*reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,a, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
	text-decoration:none;
	list-style:none;
}

a,a:active,a:hover {
	outline: none;
}

img{
	max-width: 100%;
}

iframe {
	border: 0 none;
	width: 100%;
}


/*a, .contactForm input[type="text"]:focus, .contactForm input[type="email"]:focus, .contactForm textarea:focus, input#formSubmit, .errorForm, .servSingle,.contactForm input#submit, ul.clientList img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}*/


/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

body{
	padding:0;
	margin:0;
	font-family: 'robotoregular', sans-serif;
	color:#999999;
	overflow-x:hidden;
}

*::-moz-selection {
	background: #ff3366;
	color: #ffffff;
}

.animated{
	opacity: 0;
}

.appeared{
	opacity: 1 ;
}


/*Preloader*/

#loader {
	background: #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#loaderInner {
	left: 50%;
	margin: -25px 0 0 -72px;
	position: absolute;
	top: 50%;
	color: #ff3366;
	font-size: 25px;
}

#loaderInner .logo{
	float: none;
	position: static;
	margin-left: 0;
}

#loaderInner p{
	color: #808080;
	font-size: 14px;
	font-family: 'robotolight';
	text-align: center;
	margin-top: 8px;
}


/*Wrapper*/

#wrapper{
	position:relative;
	width:100%;
	overflow-x:hidden;
}

.holder960{
	width:960px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	height: 100%;
}


/*Header*/

header{
	padding-top:20px;
	background:#ffffff;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
	color:#ffffff;
}

header.static {
	padding-top: 69px;
}

.logo{
	float: left;
	position: absolute;
	top: 22px;
	margin-left: 70px;
}

.logo h1 {
	font-family: 'aharonibold';
	font-size: 26px;
	color: #888;
}

.logo h1 span {
	color: #ff3366;
}

nav#mainNav{
	float:right;
	margin-top:-20px;
	margin-right:60px;
}

nav#mainNav li {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-family: 'robotolight';
	text-transform:lowercase;
}

nav#mainNav li a{
	color: #808080;
	display: block;
	padding: 0 13px;
	position: relative;
	line-height: 69px;
}

nav#mainNav li.email a,
nav#mainNav li.tel a{
	padding-left: 28px;
}

nav#mainNav li.tel a:hover{
	color: #808080;
	cursor: default;
}

nav#mainNav li a strong {
	font-family: 'robotobold';
}

nav#mainNav i:before {
	display: none;
}

nav#mainNav i.icon-phone-2 {
	background: url(../images/phone_pink.png) 0 0 no-repeat;
	-webkit-background-size: 11px 15px;
	-moz-background-size: 11px 15px;
	-o-background-size: 11px 15px;
	background-size: 11px 15px;
   -ms-behavior: url(/backgroundsize.min.htc);
	display: inline-block;
	height: 15px;
	width: 11px;
	position: relative;
	top: 2px;
}

nav#mainNav i.icon-email {
	background: url(../images/email_pink.png) 0 0 no-repeat;
	-webkit-background-size: 13px 14px;
	-moz-background-size: 13px 14px;
	-o-background-size: 13px 14px;
	background-size: 13px 14px;
   -ms-behavior: url(/backgroundsize.min.htc);
	display: inline-block;
	height: 14px;
	width: 13px;
	position: relative;
	top: 3px;
}

nav#mainNav li a:hover{
	color: #ff3366;
}

.moreBtn a, a.shortContact{
	color:#eeebe8;
	background: #ff3366;
	padding: 8px 24px 11px;
	font-family: Calibri, 'robotoregular';
	font-weight: bold;
	font-size: 13px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position:relative;
	box-shadow:0 -3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 -3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
}

.moreBtn a:hover,a.shortContact:hover{
	background:#e52e5c;
}

.touch .moreBtn a:hover, .touch a.shortContact:hover{
	background:#ff3366;
}

nav#mainNav li a.buy i{
	font-size: 10px;
	left: 8px;
	position: absolute;
	top: 13px;
}

nav#mainNav .active{
	color: #ff3366;
}

.mobileBtn {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index:1000;
	display:none;
	box-shadow:0 0 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.2);
}

.mobileBtn i{
	font-size:16px;
	color:#ff3366;
}

/*End header*/


/*Teaser*/

#teaser{
	padding-bottom:65px;
	color:#ffffff;
	/* background:url(../images/football-training-academy-portable-team-shelters.jpg) no-repeat center bottom; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
   -ms-behavior: url(/backgroundsize.min.htc);
	height:680px;
	text-align:center;
	background-color: #7d7d7d;
}

.teaserTitle {
	margin-top: 330px;
}

.teaserTitleWrapper {
	background: url(../images/strapline-shadow.png) center bottom no-repeat;
	padding-bottom: 12px;
}

.teaserTitle h1 {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #888;
	display: inline-block;
	font-family: 'aharonibold';
	font-size: 30px;
	padding: 12px 18px 10px;
	position: relative;
	text-transform: lowercase;
}

.teaserTitle h1 span {
	color: #ff3366;
}

.teaserTitle h2{
	font-family: 'aharonibold';
	font-size: 22px;
	text-transform: lowercase;
	letter-spacing: 2px;
}

.captions {
	margin-top: 8px;
}

.captions p.rotate {
	padding-top: 5px;
    font-family: 'aharonibold';
    font-size: 34px;
    text-transform: lowercase;
    display: block;
    background: #27272730;
}

.moreBtn{
	text-align: center;
	margin-top: 35px;
	text-transform: lowercase;
	color: #eeebe8;
	font-family: Calibri, 'robotoregular';
	font-weight: bold;
	font-size: 16px;
}

.moreBtn a i {
    font-size: 13px;
    left: 8px;
    position: absolute;
    top: 13px;
}

/*End teaser*/

.section{
	padding-bottom: 50px;
/* 	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); */
}

.secArrow{
	position: relative;
}

.arrowHolder{
	font-size: 40px;
	height: 101px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	text-align: center;
	top: -32px;
	width: 10%;
}

.secArrow i {
	color: #2D2D2D;
	display: block;
	font-size: 30px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	top: -5px;
}

.secTitle {
	text-align: center;
	margin-top: 50px;
}

.secTitle h1 {
	color: #888;
	display: inline-block;
	font-family: 'aharonibold';
	font-size: 28px;
	padding-bottom: 12px;
	position: relative;
	text-transform: lowercase;
}

.secTitle h1 span,
.secTitle h2 span {
	color: #ff3366;
}

.secTitle h1:after {
	background: #ff3366;
	content: "";
	height: 9px;
	left: 50%;
	margin-left: -27px;
	position: absolute;
	top: 45px;
	width: 55px;
}

.secTitle h2,
h2.title {
	color: #7d7d7d;
	font-family: 'robotolight';
	font-size: 24px;
	margin-top: 34px;
	padding-bottom: 12px;
	position: relative;
	text-transform: lowercase;
	text-align: center;
}

h2.title span {
	color: #ff3366;
}

.secTitle p {
	color: #fff;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 18px;
	margin-top: 30px;
	padding-left: 90px;
	padding-right: 90px;
	position: relative;
}

.column{
	float:left;
}

.subTitle h1 {
	font-family: 'robotobold';
	font-size:20px;
	margin-bottom:50px;
	color:#2d2d2d;
	text-transform:uppercase;
	border-top:1px dashed #d7d7d7;
	border-bottom:1px dashed #d7d7d7;
	display:inline-block;
	padding:10px 10px;

}


.overlay {
	height:300px;
	padding-bottom:65px;
	background:#000;
	filter:alpha(opacity = 70);
	background:rgba(0, 0, 0, 0.5);
}


/*Range section*/

#range {
	background: #f6f6f6;
}

#range h1 {
	cursor: pointer;
}

#rangeViewport {
	width: 960px;
	height: 520px;
	overflow: hidden;
	position: relative;
}

#rangeSlider {
	width: 1920px;
	height: 520px;
	position: absolute;
	top: 0;
	left: 0;
}

.rangeSlide {
	width: 960px;
	height: 520px;
	float: left;
}

#pricingContainer {
	margin: 30px 10px 0 0;
	font-family: 'robotoregular';
}

.pricingtbl ul {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #888;
	float: left;
	margin-left: 10px;
	font-size: 13px;
	text-align: center;
	width: 230px;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius:8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.pricingtbl ul.border li img {
	display: block;
	margin: 0 auto;
}

.pricingtbl ul.border li.title {
	color: #2d2d2d;
	font-size: 18px;
}

.pricingtbl ul.border li.text {
	font-family: Arial, sans-serif;
}

.pricingtbl ul.border li, .pricingtbl ul.border li.signupBtn {
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}

.pricingtbl ul.border li.signupBtn {
	border-bottom: 1px solid #EFEFEF;
}

.pricingtbl ul.border li span {
   font-family: 'robotobold';
	color:#2d2d2d;
}

#pricingContainer ul:first-child {
    margin-left: 0;
}

.pricingtbl ul li {
    padding: 6px 12px;
}

.pricingtbl ul li:first-child {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius:  8px 8px 0 0;
	-moz-border-radius:  8px 8px 0 0;
	-ms-border-radius:  8px 8px 0 0;
	-o-border-radius:  8px 8px 0 0;
	padding: 24px 20px 10px;
	position: relative;
}

.pricingtbl ul li.signupBtn {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius:  0 0 8px 8px;
	-moz-border-radius:  0 0 8px 8px;
	-ms-border-radius:  0 0 8px 8px;
	-o-border-radius:  0 0 8px 8px;
	padding: 20px 30px 30px;
}

.pricingtbl ul li.signupBtn a {
	background: none repeat scroll 0 0 #ff3366;
	border-radius: 3px;
	-webkit-border-radius:  3px;
	-moz-border-radius:  3px;
	-ms-border-radius:  3px;
	-o-border-radius:  3px;
	margin-top: 12px;
	color: #eeebe8;
	font-family: Calibri, 'robotoregular';
	font-weight: bold;
	font-size: 16px;
	padding: 8px 20px 11px 30px;
	position: relative;
	box-shadow:0 -3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 -3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
}

.pricingtbl ul li.signupBtn i{
	font-family: 'robotoregular';
	font-weight: normal;
	color: #fff;
	font-size: 10px;
	left: 14px;
	position: absolute;
	top: 12px;
}

.pricingtbl ul li.signupBtn a:hover {
	background:#e52e5c;
}

.pricing-big {
	position: relative;
	top: -12px;
	z-index: 20;
}

.pricing-big.style2 {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

#dugoutsNav {
	color: #888;
	font-family: 'robotoregular';
	font-size: 19px;
	margin-top: 36px;
	padding-bottom: 28px;
	position: relative;
	text-transform: lowercase;
	text-align: center;
}

#dugoutsNav a {
	color: #888;
	padding: 0 13px;
}

#dugoutsNav a:hover,
#dugoutsNav a.cycle-pager-active {
	color: #ff3366;
}

#dugoutsWrapper {
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	width: 902px;
	height: 372px;
	padding: 20px 0;
	position: relative;
	margin: 0 auto;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

#dugoutsSlider {
	width: 902px;
	height: 372px;
	overflow: hidden;
}

#dugoutsSlider > li {
	background: #fff;
	width: 862px;
	height: 372px;
	padding-right: 40px;
}

.dugoutsInner {
	position: relative;
}

.dugoutsInnerSlider {
	width: 540px;
	height: 372px;
	overflow: hidden;
	float: left;
}

#dugoutsSlider .content {
	height: 312px;
	width: 280px;
	padding: 30px 0 0;
	float: right;
	position: relative;
}

#dugoutsSlider .content h3 {
	font-size: 18px;
	line-height: 20px;
	color: #2d2d2d;
	margin: 0 0 20px;
	text-transform: lowercase;
}

#dugoutsSlider .content p, .content ul {
	font-size: 13px;
	margin-bottom: 13px;
	line-height: 16px;
	color: #888;
}

#dugoutsSlider .content li a {
	color: #2d2d2d;
	text-decoration: underline;
}

#dugoutsSlider .content li a:hover {
	color: #ff3366;
}

#dugoutsSlider .content ul li {
	list-style: disc;
	margin: 0 0 6px 12px;
}

#dugoutsSlider .moreBtn {
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
}

#dugoutsSlider .moreBtn a {
	padding: 10px 25px 10px 35px;
}

#dugoutsSlider .moreBtn a i.pdf {
	background: url(../images/pdf-icon.png);
	height: 19px;
	width: 16px;
	left: 13px;
	top: 8px;
}

.dugouts-control {
	background: #e9e9e9;
	color: #fff;
	display: block;
	font-size: 40px;
	line-height: 208px;
	height: 208px;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 102px;
	left: -29px;
}

.dugouts-control:hover {
	background: #ff3366;
}

.dugouts-control.disabled {
	display: none;
}

.dugouts-control-next {
	left: auto;
	right: -29px;
}


/*End Range*/


/*Customisation section*/

.carousel_wrapper {
	position: relative;
}

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 880px;
	height: 220px;
	padding: 24px 0 14px;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	background: url(../images/carousel_shadow.png) 0 0 no-repeat;
	float: left;
	width: 208px;
	height: 208px;
	padding: 2px 8px 10px 4px;
	position: relative;
}

.jcarousel li .link {
	height: 208px;
	width: 208px;
	left: 4px;
	top: 2px;
}

.jcarousel-control {
	background: #e9e9e9;
	color: #fff;
	display: block;
	font-size: 40px;
	line-height: 208px;
	height: 208px;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 26px;
	left: -40px;
}

.jcarousel-control:hover {
	background: #ff3366;
}

.jcarousel-control.inactive {
	display: none;
}

.jcarousel-control-next {
	left: auto;
	right: -40px;
}

/*End customisation*/


/*About section*/

#about {
	background: #f6f6f6;
}

#aboutContainer {
	padding-top: 30px;
}

#aboutContainer .product {
	width: 325px;
	padding-right: 50px;
}

#aboutContainer .process {
	width: 310px;
	padding-right: 40px;
}

#aboutContainer .question {
	width: 235px;
}

#aboutContainer h3 {
	font-size: 18px;
	line-height: 20px;
	color: #2d2d2d;
	margin: 0 0 20px;
}

#aboutContainer h3 span {
	font-size: 16px;
	color: #888;
}

#aboutContainer p, #aboutContainer ul {
	font-size: 13px;
	margin-bottom: 13px;
	line-height: 16px;
	color: #999999;
}

#aboutContainer p a, #aboutContainer p a:visited {
	color: #2d2d2d;
	text-decoration: underline;
}

#aboutContainer p a:hover, #aboutContainer p a:active {
	color: #ff3366;
}

#aboutContainer ul li {
	list-style: disc;
	margin: 0 0 6px 15px;
}

#aboutContainer .moreBtn {
	text-align: left;
}

/*End About*/


/*Clients*/

.clientContainer{
	background: url(../images/portable-dugout-with-tipup-seats.jpg) fixed center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
   -ms-behavior: url(/backgroundsize.min.htc);
	
	background-color: #fafafa;
}

#client .overlay{
	background: #ff3366;
	filter: alpha(opacity = 75);
	background: rgba(235, 30, 82, 0.75);
}

#client .secTitle h1{
	color: #fff;
}

#client .secTitle h1:after{
	display: none;
}

.quotes {
	background: url(../images/close-quote.png) right center no-repeat;
	display: table;
	margin: 30px auto 14px;
	min-height: 90px;
	width: 760px;
}

.quotes p {
	background: url(../images/open-quote.png) left center no-repeat;
	display: table-cell;
	font-family: 'robotoregular';
	font-size: 22px;
	line-height: 28px;
	padding: 0 60px;
	height: 90px;
	vertical-align: middle;
}

/*.quotes {
	padding-top: 30px;
	min-height: 98px;
}

.quotes p {
	display: inline-block;
	font-family: 'robotoregular';
	font-size: 22px;
	line-height: 28px;
	padding: 0 20px;
	position: relative;
}*/

/*.quotes p span:before {
	content: "\201C";
	font-family: 'robotomedium';
	font-size: 130px;
	line-height: 20px;
	position: absolute;
	top: 27px;
	margin-left: -50px;
}

.quotes p span:after {
	content: "\201D";
	font-family: 'robotomedium';
	font-size: 130px;
	line-height: 20px;
	position: absolute;
	bottom: -38px;
	margin-left: 3px;
}

.touch .quotes p span:before {
	top: 38px;
	margin-left: -40px;
}

.touch .quotes p span:after {
	bottom: -49px;
	margin-left: 3px;
}*/

/*.quotes p span:before {
	content: " ";
	background: url(../images/open-quote.png) 0 0 no-repeat;
	display: inline-block;
	width: 40px;
	height: 36px;
	position: absolute;
	top: -13px;
	margin-left: -48px;
}

.quotes p span:after {
	content: " ";
	background: url(../images/close-quote.png) 0 0 no-repeat;
	display: inline-block;
	width: 41px;
	height: 36px;
	position: absolute;
	bottom: -14px;
	margin-left: 8px;
}*/

.clientContent {
	margin: 60px auto;
	text-align: center;
	width: 920px;
	color: #ffffff;
}

.clientContent h1 {
	text-transform: lowercase;
	font-family: 'robotolight';
	font-size: 26px;
	position: relative;
	line-height: 34px;
	margin-bottom: 5px;
}

.clientContent h1 span {
	font-family: 'robotomedium';
	color: #ffffff;
}

ul.clientList {
	display: block;
	font-size: 70px;
	margin-top: 10px;
}

ul.clientList li {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}

.lt-ie9 ul.clientList li {
	display: inline;
}

ul.clientList a {
	color: #ffffff;
	display: inline-block;
}

/*End clients*/


/*Portfolio*/

#casestudies {
	padding-bottom: 0;
}

#casestudies .secTitle h2 {
	margin-top: 42px;
	padding-bottom: 2px;
}

#works .portfolio {
	width:100%;
	overflow:hidden;
	margin-top: 40px;
}

#works ul li {
	float: left;
	position: relative;
	width:16.6667%;
}

.folioImg {
	height: 100%;
	width: 100%;
}

.folioImg img {
	display: inline-block;
	display: block;
	height: auto;
	max-width: 100%;
}

.link {
	background:#ff3366;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	display:block;
}

.link i {
	background:#FFFFFF;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	color: #ff3366;
	display: inline-block;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	margin-left: -8px;
	text-align: center;
	width: 30px;
}

.lt-ie9 .link i.icon-plus {
	background: url(../images/plus-icon-pink.png) 0 0 no-repeat;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
}

ul li.item a {
    color: #FFFFFF;
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
}

.link .workDesc {
	margin-top:20px;
	width: 100%;
}

.workDesc h3 {
	color: #ffffff;
	display: inline-block;
	font-family: 'robotobold';
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 12px;
	text-align: center;
	padding: 0 12px;
}

.workDesc h3 span {
	display: block;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 18px;
	margin-top: 12px;
}

#category .current a {
	color: #ffffff;
	background: #ff3366;
	box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
}

/*End portfolio*/


/*Contact section*/

#contact {
	background: #f6f6f6;
}

#contact .secTitle p {
	color: #888;
	margin-top: 0;
}

#contact .secTitle h2 span {
	color: #888;
	font-family: 'robotomedium';
}

.getinTouch{
	margin-top:60px;
}

.contactForm {
	padding: 0 18px;
	position: relative;
}

#success, #error{
	display: none;
}

#success h2, #error h2 {
	color: #ff3366;
	font-size: 11px;
	left: 20px;
	position: absolute;
	top: -28px;
}

#error h2 {
	color:#ce3d3d;
}

.errorForm {
	border: 1px solid #ff3366 !important;
}

#inputs {
	float: left;
	overflow: hidden;
	width: 50%;
}

#textArea {
	float: right;
	width: 50%;
}

.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
	background:#ffffff;
	border: 1px solid #EFEFEF;
	color: #444444;
	margin-bottom: 10px;
	outline-width: 0;
	padding-left: 10px;
	font-family: 'robotobold';
	font-size: 13px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.contactForm input[type="text"]:focus, .contactForm input[type="email"]:focus, .contactForm textarea:focus {
	background:#fafafa;
}

.contactForm input[type="text"], .contactForm input[type="email"] {
	height: 45px;
	width: 430px;
}

.contactForm textarea {
	color: #444444;
	font-size: 13px;
	height: 155px;
	display:block;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 450px;
}

.contactForm input#submit {
	background:  #ff3366;
	border:none;
	color: #eeebe8;
	cursor: pointer;
	display: block;
	height:48px;
	text-transform: lowercase;
	width: 460px;
	font-family: 'robotobold';
	font-size:15px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow:0 -3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 -3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
}

.contactForm input#submit:hover {
 	background: #e52e5c;
}

/*End contact section*/


/*Contact info*/

.infoContainer{
	background: url(../images/bespoke-stadium-football-dugouts.jpg) fixed center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
   -ms-behavior: url(/backgroundsize.min.htc);
	min-height: 420px;
	background-color:#fafafa;
}

#contactInfo .overlay{
	height:420px;
}

.infoContent {
	display: block;
	font-size: 14px;
	margin-bottom: 60px;
	text-align:center;
	color:#ffffff;
	margin-top:80px;
}

.contactInfo {
	display: inline-block;
	text-align:center;
	margin-top:30px;
	margin-left:30px;
}

.address p {
	font-family: 'robotolight';
  	font-size: 20px;
 	background:#AAA7A3;
	color:#ffffff;
	padding:10px 30px;
	display:inline-block;
}

.address p span {
	font-family: 'robotomedium';
}

.address i:before {
	display: none;
}

.address i {
	background: url(../images/map_marker.png) 0 0 no-repeat;
	-webkit-background-size: 32px 42px;
	-moz-background-size: 32px 42px;
	-o-background-size: 32px 42px;
	background-size: 32px 42px;
   -ms-behavior: url(/backgroundsize.min.htc);
	display: block;
	width: 32px;
	height: 42px;
	margin: 0 auto 20px;
}

.info {
	margin-right: 50px;
	text-align: center;
}

.info p {
	color: #fff;
	font-family: 'robotolight';
	font-size: 18px;
	margin-top: 70px;
}

.info p i:before {
	display: none;
}

.info p i.icon-phone-2 {
	background: url(../images/phone_white.png) 0 0 no-repeat;
	-webkit-background-size: 11px 15px;
	-moz-background-size: 11px 15px;
	-o-background-size: 11px 15px;
	background-size: 11px 15px;
   -ms-behavior: url(/backgroundsize.min.htc);
	display: inline-block;
	height: 15px;
	width: 11px;
	position: relative;
	top: 1px;
}

.info p i.icon-email {
	background: url(../images/email_white.png) 0 0 no-repeat;
	-webkit-background-size: 13px 14px;
	-moz-background-size: 13px 14px;
	-o-background-size: 13px 14px;
	background-size: 13px 14px;
   -ms-behavior: url(/backgroundsize.min.htc);
	display: inline-block;
	height: 14px;
	width: 13px;
}

.info p a:link, .info p a:visited, .info p a:hover, .info p a:active {
	color: #fff;
}

.share{
	margin-top:40px;
}

.share ul {
	border-bottom: 1px dashed #AAA7A3;
	border-top: 1px dashed #AAA7A3;
	display:inline-block;
	padding-top:10px;
	padding-bottom:6px;
}

.share li{
	display:inline-block;
	margin-right:5px;
}

.share a {
	display: inline-block;
	height: 38px;
	width: 40px;
}

.share a i:before {
	display: none;
}

.share a i {
	background: url(../images/social_sprite.png) 0 0 no-repeat;
	-webkit-background-size: 256px 38px;
	-moz-background-size: 256px 38px;
	-o-background-size: 256px 38px;
	background-size: 256px 38px;
   -ms-behavior: url(/backgroundsize.min.htc);
	display: block;
	height: 38px;
	width: 40px;
}

.share a i.icon-pinterest {
	background-position: -218px 0;
}

.share a i.icon-flickr {
	background-position: -105px 0;
}

.share a i.icon-gplus {
	background-position: -52px 0;
}

.share a i.icon-linkedin {
	background-position: 0 0;
}

.share a i.icon-twitter {
	background-position: -161px 0;
}

/*End contact info*/


/*Privacy*/

#privacy{
	padding-top: 80px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#privacy .secTitle {
	padding-bottom: 20px;
}

#privacyContainer {
	max-width: 715px;
	margin: 0 auto;
}

#privacyContainer p {
	font-size: 14px;
	font-family: 'robotolight';
	margin: 0 0 13px;
}


#privacyContainer h3 {
	color: #7d7d7d;
	font-family: 'robotolight';
	font-size: 24px;
	margin-top: 20px;
	padding-bottom: 6px;
	text-transform: lowercase;
}

/*End privacy*/


/*Footer*/

#footer {
	padding-top: 10px;
	padding-bottom: 45px;
	background: #fff;
	color: #6f6763;
	position: relative;
}

.footerAddressWrapper {
	background: url(../images/address-shadow.png) center bottom no-repeat;
	padding: 0 5px 16px;
}

#footer p {
	font-family: 'robotomedium';
	font-size: 14px;
	text-align: center;
}

#footer p a:link, #footer p a:visited {
	color: #6f6763;
	margin-right: 38px;
}

#footer p a:hover, #footer p a:active {
	color: #ff3366;
}

/*End footer*/


#bespoke-furniture{
	background-color: rgb(161, 172, 178);
	
}

#bespoke-furniture .holder960{
	background-image: url(/images/custom/bespoke-furniture.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	min-height: 700px;

	display: flex;
    flex-direction: column;
    justify-content: center;
}
.preview-content-holder {
    margin-right: 0px;
    padding-bottom: 0px;
    text-align: left;
    max-width: 450px;
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 100px;
    margin-bottom: 75px;
    background-color: rgba(230, 210, 80, 0);
    padding-left: 10px;
color: white;
}
.secTitle2 h1{
	font-family: 'aharonibold';
    font-size: 28px;
}
.preview-body-holder{
	font-size: 13px;
}

.column.process{
	color: #999999;
}
ul.clientList{
	display: flex;
}
.clientContent{
	width: 100%;
}
.clientContainer .overlay{
	height: auto;
	padding-bottom: 0;
}
#footer{
	background-color: rgb(85, 85, 85);
	color: white;
}
#footer a{
	color: white;
}
#footer .holder960{
    justify-content: center;
    display: flex;
}
#footer .holder960 .preview-content-holder{
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#footer .holder960 .preview-content-holder h3{padding-bottom: 20px;}

.preview-social-holder{
	padding-top: 30px;
}

#INSTAGRAM, #EMAIL, #FACEBOOK{
	width: 30px;
}
.main-header-subpages{
	height: auto !important;
}


.main-header-subpages .teaserTitle {
    margin-top: 276px;
}

.preview-content-holder-sub {
    margin-right: 0px;
    padding-bottom: 0px;
    text-align: left;
    max-width: 450px;
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 200px;
    margin-bottom: 75px;
    background-color: rgba(230, 210, 80, 0);
    padding-left: 10px;
    color: rgb(80, 80, 80);
}
.preview-content-holder-sub h1{
	line-height: 1.2em;
	font-size: 30px;
}
.preview-content-holder-sub h3{
	padding-bottom: 20px;
}
.preview-content-holder-sub p{
	padding-bottom: 20px;
	font-size: 13px;
}
.preview-content-holder-details {
    margin-right: 0px;
    padding-bottom: 0px;
    text-align: left;
    max-width: 450px;
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 200px;
    margin-bottom: 75px;
    background-color: rgba(230, 210, 80, 0);
    padding-left: 10px;
    color: rgb(80, 80, 80);
}
.bg-grey{
	background-color: rgb(237, 237, 237);
}
.detailed-image{
	min-height: 400px;
}
#detail-images p, ul li{
	font-size: 13px;
}



.description p{
font-size: 13px;
padding-bottom: 20px;
}
.description ul{
	font-size: 13px;
}

/* Clear float style*/
.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
}

.clearfix:after{
	clear:both;
}
/*End clear float style */

.nomarginRight{margin-right:0;}

/*-------------------------------------------------------------------------*/

/* Media queries */

@media screen and (max-width: 1400px){

	#works ul li{width:25%;}

}


/*iPad lanscape*/
@media screen and (max-width: 1024px){

	#teaser {height:610px;}
	.teaserTitle {margin-top: 280px;}
	.secTitle {margin-top: 30px;}
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.infoContainer,.clientContainer,.testimoniaContainer {background-attachment: scroll;background-position:bottom center !important;background-size: cover; -ms-behavior: url(/backgroundsize.min.htc);
}
	.logo{margin-left: 20px;}
	nav#mainNav{margin-right:20px;}
	nav#mainNav li{font-size: 13px;}
	nav#mainNav li a, nav#mainNav li.email a, nav#mainNav li.tel a {padding-left:7px; padding-right:7px;}

	.contactForm input#submit { margin-top: 10px; padding: 0;}
	.contactForm input[type="text"], .contactForm input[type="email"] {height: 45px;}
	.contactForm textarea{height:102px;}
	#works ul li{width:33.3%;}
	.jcarousel {width: auto; height: auto !important;}
	.jcarousel ul {width: auto;}
	.jcarousel-control {display: none;}
	.ui-accordion .ui-accordion-content-active {height: auto !important;}
	#range h1 {cursor: default;}

}

@media screen and (max-width: 1023px){

	.pricingtbl ul {width: 48%; margin-bottom: 14px;}
	.pricingtbl ul, #pricingContainer ul:first-child {margin: 0 1% 2%;}
		.pricingtbl ul img {height: 181px;}
	.pricing-big {top: 0;}
	.pricing-big.style2 {box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
	#rangeViewport {width: 100%; height: auto;}
	#rangeSlider {width: 100%; height: auto; position: static;}
	.rangeSlide {width: 100%; height: auto; float: none;}
	#second {display: none;}

}


/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.holder960, .aboutIntro, .clientContent, .testimonialContent, #aboutContainer .column{width:726px;}

	#aboutContainer .product,
	#aboutContainer .process,
	#aboutContainer .question {
		width: 720px;
		padding-right: 0;
	}

	.aboutIntro p{font-size:20px;}
	.arrowHolder{margin-left:-40px !important;}
	.secArrow i{margin-left:-25px !important;}
	.teamSingle{width:212px;}
	.serv{width:19.5%;}
	.testimoniaContainer .testimonialContent{height:270px;}
	.testimoniaContainer .testimonialContent div{width:720px;}
	.arrowHolder{margin-left:-45px;}
	.secArrow i{margin-left:-30px;}

	.ui-accordion .ui-accordion-content {padding-right: 20px !important;}

	.infoContainer,.clientContainer,.testimoniaContainer{	background-attachment: scroll;background-position:bottom center !important;background-size: cover; -ms-behavior: url(/backgroundsize.min.htc);
}

	.shortContact{width:210px;}

	.quotes {min-height: 120px; width: 700px; margin-top: 0; margin-bottom: 24px;}
	.quotes p {height: 120px;}

	/*#pricingContainer{margin-left:10px;}
	.pricingtbl ul{width:214px;margin-right:14px}
	#pricingContainer .pricing-big li:first-child:after{left:64px;top:100px;}*/

	ul.clientList{font-size:55px;}
	ul.clientList li{margin: 0 7px;}

	#works ul li{width:33.3%;}

	#inputs, #textArea{float:none;width:100%;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:680px}
	.contactForm textarea{width:683px}
	.contactForm input#submit{width:698px;}
	.address p{font-size:20px;}

}


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}

	header{padding-top:69px;}
	.logo{left:50%; margin-left: -72px; top: 24px;}
	nav#mainNav{float:none;}

	nav#mainNav{margin-right:0;margin-top:0}
	nav#mainNav ul{display:none;;padding-bottom: 5px;padding-left: 5px;padding-top: 10px;border-top:solid 1px #efefef;}
	nav#mainNav li{float:none; display:inline-block;}
	nav#mainNav li a{padding:20px 15px;display:block;line-height: 20px;}
	nav#mainNav li a.buy{display:inline-block;margin-top:5px;margin-bottom:5px;}
	.mobileBtn{display: inline-block;float: right;margin-bottom: 16px;margin-right: 15px;margin-top: -48px;position: relative;}

	.jcarousel li {margin-left: auto; margin-right: auto; float: none;}

	.info p {margin-top: 20px;}

	.holder960, .aboutIntro, .clientContent, .accordion,.shortContact,.pricingIntro, .testimonialContent{width:400px;}
	.arrowHolder {margin-left: -42px;top: -37px;width: 20%;}
	#teaser {height: 350px; padding-bottom: 35px;}
	.teaserTitle h1{font-size:26px;}
	.teaserTitle{margin-top:110px;}
	.captions p.rotate{font-size:31px;}
	.aboutIntro h1{font-size:23px;}

	#aboutContainer .product,
	#aboutContainer .process,
	#aboutContainer .question {
		width: 400px;
		padding-right: 0;
	}

	.chartContainer, .serv{width:100%;margin-bottom:20px;}
	.teamSingle {margin-bottom: 30px;width: 378px;}


	.info.column:last-child, .chartContainer:last-child, .serv:last-child, .teamSingle:last-child, .teamSingle:last-child{margin-bottom:0;}
	.accordion.column, .shortContact.column,.chartContainer.column, .info.column {float:none !important;}

	.accordion{margin-right:0;margin-bottom:50px;}

	#testimonials .overlay{height:380px;}

	.testimoniaContainer .testimonialContent{height:370px;}
	.testimoniaContainer .testimonialContent div{width:400px;}


	/*#pricingContainer{margin-left:10px;margin-top:100px}
	.pricingtbl ul{width:380px;float:none; margin-right:0;margin-bottom:50px;}
	.pricingtbl ul:last-child{margin-bottom:0;}
	.pricingtbl ul:nth-child(2n){margin-bottom:5px;}
	#pricingContainer .pricing-big li:first-child:after{left:144px;top:100px;}*/
	.pricingtbl ul, #pricingContainer ul:first-child {margin: 0 1% 2%;}
	.pricingtbl ul.border li.text {min-height: 65px;}
	.pricingtbl ul li.signupBtn {padding-left: 10px; padding-right: 10px;}
	.clientContent h1{font-size:21px;}
	.clientContent p{padding-right:40px;padding-left:40px;}
	#client .overlay{height:470px;}
	ul.clientList{font-size:52px;}
	ul.clientList li{padding-bottom: 0; margin: 0 36px; width: 50px;}

	.secTitle p{padding-left:50px;padding-right:50px;}

	#works ul li{width:50%;}
	.infoContent {margin-top: 50px;}

	.quotes {min-height: 110px; width: auto; background-size: 20px 18px; -ms-behavior: url(/backgroundsize.min.htc); margin-top: 0;}
	.quotes p {font-size: 17px; line-height: 22px; height: 110px; background-size: 20px 18px; -ms-behavior: url(/backgroundsize.min.htc); padding: 0 30px;}

	#contact .secTitle h1{font-size:24px;}
	#inputs, #textArea{float:none;width:100%;}
	.contactForm {padding: 0;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:388px}
	.contactForm textarea{width:388px}
	.contactForm input#submit{width:400px;}
	.info {margin-right: 30px;}
	#footer {text-align:center;}
	#footer p{margin-bottom:10px;}


}


/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width:479px) {

	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}

	header{padding-top:69px;}
	.logo{left:50%; margin-left: -72px; top: 24px;}
	nav#mainNav{float:none;}

	nav#mainNav{margin-right:0;margin-top:0;}
	nav#mainNav ul{display:none;padding-bottom: 5px;padding-left: 5px;padding-top: 10px;border-top:solid 1px #efefef;}
	nav#mainNav li{float:none; display:block;}
	nav#mainNav li a, nav#mainNav li.email a{padding:15px 15px;display:block;line-height: 20px;}
	.mobileBtn{display: inline-block;float: right;margin-bottom: 16px;margin-right: 15px;margin-top: -48px;position: relative;}

	.teaserTitle h1:before{margin-left:-45px;}
	.teaserTitle {margin-top: 100px;}

	#teaser {height:auto; background-position: 26% bottom;}

	.holder960, .aboutIntro,.touchIntro, .clientContent,
	.accordion,.shortContact, .pricingIntro, .testimonialContent, #aboutContainer .column{width:290px;}

	#client .overlay, #testimonials .overlay{height:500px;}

	#aboutContainer .column {padding: 0;}

	.testimoniaContainer .testimonialContent{height:430px;}
	.testimoniaContainer .testimonialContent div{width:290px;}

	.captions p.rotate{font-size:30px;}

	.arrowHolder {margin-left: -37px;top: -37px;width: 30%;}
	.aboutIntro{margin:50px auto 0;}


	.chartContainer, .serv, .teamSingle{width:100%;margin-bottom:20px;}

	#portfolio .secTitle h1:after, #team .secTitle h1:after{top:45px;}
	.secTitle p{padding-left:10px;padding-right:10px;}

	.accordion.column, .shortContact.column, .info.column, .teamSingle.column{float:none !important;}
	.accordion{margin-right:0;margin-bottom:50px;}

	.teamSingle{width:210px;margin-bottom:30px;}
	.teamSingle ul:last-child{margin-bottom:0;}


	/*#pricingContainer{margin-left:3px;margin-top:90px;}*/
	.pricingtbl ul{width:100%;float:none; margin-right:0;}
	/*.pricingtbl ul:last-child{margin-bottom:0;}
	.pricingtbl ul:nth-child(2n){margin-bottom:5px;}
	#pricingContainer .pricing-big li:first-child:after{left:67px;top:100px;}*/



	#client .secTitle h1:after{top:112px;}
	.clientContent p{padding:0;}
	ul.clientList{font-size:44px;}
	ul.clientList li {display: inline-block;padding-bottom: 0; margin: 0 18px; width: 50px;}

	.quotes {min-height: 130px; width: auto; background-size: 20px 18px; -ms-behavior: url(/backgroundsize.min.htc); margin-top: 10px;}
	.quotes p {font-size: 15px; line-height: 20px; height: 130px; background-size: 20px 18px; -ms-behavior: url(/backgroundsize.min.htc); padding: 0 30px;}
	/*.quotes p span:before {font-size: 70px; top: 15px; margin-left: -30px;}
	.quotes p span:after {font-size: 70px; bottom: -20px;}
	.touch .quotes p span:before {top: 21px; margin-left: -30px;}
	.touch .quotes p span:after {bottom: -26px;}*/

	ul#category li{margin-bottom:5px;}
	ul#category li,ul#category li a{display:block;}
	#works ul li{width:100%;}

	#inputs, #textArea{float:none;width:100%;}
	.contactForm {padding: 0;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:278px}
	.contactForm textarea{width:278px}
	.contactForm input#submit{width:291px;}
	#contactInfo .overlay{height:720px;}
	.info {margin-right: 30px;}
	#footer{text-align:center;}
	#footer p{margin-bottom:10px;}


}


/*End media queries*/
/*-------------------------------------------------------------------------*/
