@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#000;
	line-height:1!important;
	font-family: 'Montserrat', sans-serif;
}

/*============================
ALL PAGES
============================*/
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

.wrap {width:95%;margin:0 auto;max-width:1400px;}

.bigwrap {width:95%;margin:0 auto;max-width:1500px;}

h1, h2, h3, h4, h5 {font-family: 'Montserrat', sans-serif;text-transform:uppercase;}

/***** END RESET *****/

/*====================hover easing style

-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;

======================================*/

/*============================
HEADER
============================*/
header {width:100%;float:left;background:#fff;}

.mainlogo {width:calc(50% - 100px);float:left;padding-left:150px;box-sizing:border-box;height:130px;}
.mainlogo img {width:100%;float:left;max-width:500px;padding:40px 0;}

.greyangles {width:0;height:0;border-right:200px solid #f0f0f0;border-top:130px solid transparent;float:left;}

.righthead {width:calc(50% - 100px);float:left;padding-right:150px;box-sizing:border-box;background:#f0f0f0;height:130px;}
.righthead h3 {width:100%;float:left;text-align:right;font-ewight:bold;color:#000;font-size:18px;line-height:30px;padding:20px 0;}

.righthead h3 a {color:#000;text-decoration:none;}
.righthead h3 a:hover {color:#ff9600;}




/*============================
SLIDESHOW
============================*/
.slide-contain {
	width:100%;
	float:left;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left}

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;
}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#000;}
.pager > * { cursor:pointer;}




/*============================
SEARCH
============================*/

.invsearch {width:100%;float:left;background:url("../siteart/carbon_fibre.png") repeat;border-top:5px solid #ff9600;border-bottom:5px solid #ff9600;padding:15px 0;}

.invsearch h2 {width:300px;float:left;color:#ff9600;font-style:italic;font-size:25px;padding:20px 0;}

.searches {width:calc(100% - 300px);float:left;}

.invsearch .detailedSearch {width:100%;float:left;background:rgba(255,255,255,.70);padding:20px;box-sizing:border-box;border-radius:10px;}


.invsearch .forminput {width:calc(100% - 150px);  float:left; box-sizing: border-box; color:#000;font-weight:bold; font-size:14px;}
#formsubmit {width:100%!important;}

.invsearch .formsubmit {width:150px;float:left;}
.invsearch .detailed-form {
	width:100%;
	float:left;
	color: #fff;
	padding:20px 0;
	background:url(../siteart/topography.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
}
.invsearch .detailed-search input {
    width: 100%;
    padding:12.5px 10px;
    font-size: 14px;
    background-color: #fff;
	color:#000;
	box-sizing: border-box;
	border:1px solid #000;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
}

.invsearch .detailed-row{
	margin: 10px 0;
	color: #000;
	text-transform:uppercase;
	font-weight:600;
	font-size: 12px;

}

#last {
margin-right:0;	
}

.invsearch .detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-size: 18px;
	font-weight:bold;
    width: 100%;
  	background: #ff9600;
	box-sizing:border-box; 
    color: #000;
	letter-spacing:2px;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-top:0px;
	padding:10px 7px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	-webkit-appearance: none;
}

.invsearch .detailed-search input[type="submit"]:hover {
	color:#ff9600;
	background:#000;
}

/*============================
SCROLLING
============================*/

.scrolls {width:100%;float:left;background:#f0f0f0;padding:15px 0;}
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*============================
WELCOME
============================*/

.welcomesection {width:100%;float:left;background:url("../siteart/wood.jpg");background-size:cover;background-position:center;background-attachment:fixed;padding:70px 0;}

.welcomesection h3 {width:100%;float:left;text-align:center;color:#fff;letter-spacing:2px; font-size:25px;font-style:italic;font-weight:500;}

.welcomesection h1 {width:100%;float:left;text-align:center;color:#ff9600;font-size:55px;font-style:italic;margin-top:5px;margin-bottom:20px;}

.orangebar {width:100%;max-width:250px;margin:0 auto;display:block;background:#ff9600;height:10px;}

.welcomesection p {width:100%;float:left;text-align:center;color:#fff;font-size:18px;line-height:30px;margin-top:20px;}

.welcomesection a{color:#ff9600;margin-right:20px;text-decoration:none;}
.welcomesection a:hover {color:#fff;}


/*============================
MANUS 
============================*/

.manus {width:100%;float:left;background:#ff9600;padding:30px 0 20px;}

.leftwhite, .rightwhite {width:calc(50% - 200px);float:left;background:#fff;height:5px;}
.manus h2 {width:400px;float:left;text-align:center;font-size:25px;font-style:italic;color:#fff;margin-bottom:30px;margin-top:-8px;}

.manu {width:15.66%;float:left;padding:10px;box-sizing:border-box;
-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;border:1px solid #ff9600;
margin:10px .5%;}
.manu img   {width:100%;max-width:150px;margin:0 auto;display:block;}

.bottomwhite {width:100%;float:left;height:5px;background:#fff;margin-top:20px}

#seventhone {margin-left:8.33%}

.manu:hover {transform:scale(1.1);border:1px solid #fff;}


/*============================
MAP
============================*/

.topmap {width:100%;float:left;background:url("../siteart/carbon_fibre.png") repeat;padding:20px 0;}
.topmap h3 {width:calc(100% - 300px);float:left;color:#fff;font-size:22px;font-style:italic;margin-top:10px;}
.topmap h3 .fa {color:#ff9600;font-size:45px;float:left;margin-top:-15px;margin-right:10px;}

.topmap h4 {width:300px;float:left}
.topmap h4 a {width:100%;float:left;text-align:center;color:#000;font-size:16px;font-weight:500;font-style:italic;padding:10px;box-sizing:border-box;text-decoration:none;background:#ff9600;}

.topmap h4 a:hover {background:#000;color:#ff9600}

/*============================
FOOTER
============================*/

footer {width:100%;float:left;background:#fff;}

.topfoot {width:100%;float:left;background:#ff9600;}
.footwrap {width:95%;margin:0 auto;max-width:900px;}
.topfoot h3 {width:100%;float:left;}
.topfoot h3 a {float:left;color:#fff;padding:20px 25px;text-decoration:none;font-size:16px;}

.topfoot h3 a:hover {background:#000;}

.middlefoot {width:100%;float:left;padding:40px 0;}
.footlogo {width:100%;float:left;}
.footlogo img {width:100%;max-width:500px;margin:0 auto;display:block;}

.bottomfoot {width:100%;float:left;background:#f0f0f0;padding:10px 20px;box-sizing:border-box;}
.bottomfoot p {width:50%;float:left;padding:5px 0;color:#000;text-transform:uppercase;font-size:9px;letter-spacing:3px;font-weight:600}



/*============================

============================*/


/*============================
SUB PAGES
============================*/

.maintitle {width:100%;float:left;background:url("../siteart/wood.jpg");background-size:cover;background-position:center;background-attachment:fixed;padding:40px 0;border-bottom:5px solid #ff9600;}
.maintitle h1 {width:100%;float:left;text-align:center;color:#ff9600;font-size:55px;font-style:italic;}

.submain {width:100%;float:left;background:#fff;padding:40px 0;}
.submain p {font-size:18px;line-height:30px;}

.orangebarleft {width:100%;max-width:150px;float:left;height:10px;background:#ff9600;margin-bottom:30px;transform:skewX(-35deg)}
.orangebarright {width:100%;max-width:150px;float:right;height:10px;background:#ff9600;margin-top:30px;transform:skewX(-35deg)}


.line {width:100%;float:left;border-bottom:1px solid #aaa;padding:25px 0;}
.lineimg {width:400px;float:left;}
.lineimg img {width:100%;float:left;}

.lineinfo {width:calc(100% - 400px);float:left;padding-left:20px;box-sizing:border-box;}

.lineinfo h2 {width:100%;float:left;margin-bottom:10px;color:#ff9600;}
.lineinfo p a {color:#ff9600}
.lineinfo p a:hover {color:#000;}

 .submain h2 {width:100%;float:left;margin-bottom:10px;color:#ff9600;}

.infoleft {width:400px;float:left;padding-right:20px;box-sizing:border-box;}
.mapright {width:calc(100% - 400px);float:left;}

.infoleft p a {color:#ff9600;text-decoration:none;}

.breaker {width:100%;float:left;margin:30px 0;border-top:1px solid #aaa;}
/*==================================
FORMS
==================================*/

#quotes {
width:100%;
display:block;
margin:20px auto;
max-width:1000px;
font-family: 'Open Sans Condensed', sans-serif;
	 font-weight:300;
	 font-size:16px;
	 color:#000;

}

#quotes tbody {width:100%;float:left;}

#quotes tr {
width:50%;
float:left;
	padding:7px;
	box-sizing:border-box;
}


#quotes td {
width:100%;
float:left;
	font-size:14px;
}

#quotes td p {
font-size:14px;	
}

.fulltd h2 {
color:#000;	
font-family: 'Open Sans Condensed', sans-serif;
	font-stretch:condensed;
margin-bottom:5px;
margin-top:25px;
font-weight:700;
	text-transform:uppercase;
}

.fulltd2 {
width:100%!important;
float:none!important;
max-width:500px!important;
display:block!important;
margin:0 auto!important;	
}



#quotes input {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
font-family: 'Open Sans', sans-serif;
font-weight:300;
	color:#000;
	font-size:12px;
}

#quotes textarea {
	padding:12px 10px;
	border:1px solid #b4b4b4;
font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#000;
	font-size:12px;
	background:#fff;
	box-sizing:border-box;
}

#quotes .CaptchaMessagePanel {
color:#000;
}

#quotes .CaptchaWhatsThisPanel a {
color:#000;	
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
font-family: 'Open Sans', sans-serif;
font-weight:300;
	color:#000;
	font-size:12px;
	width:100%;
}
   
#quotes input  {
    width:100%;
}
 
#quotes input.larger  {
    width:100%;
}

#quotes textarea {
    width:100%;
    height:85px;
}


#quotes input.checkbox {
    padding:0; 
    border:0;
    margin:5px 10px 5px 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#quotes p {
	text-align:left;
	
	width:auto;
}

#quotes input.radio {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline;
 }

#quotes h4 {
	font-size:18px;
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-top:20px;
}


#quotes input:focus,
#quotes textarea:focus,
#quotes select:focus {
	 

}
#quotes input.radio:focus,
#quotes input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#quotes input.button,
#quotes input.button:focus {
    width:300px; 
    margin:0;
    padding:20px 5px;
    background:#ff9600;
	 font-weight:600;
	 font-size:14px;
text-transform:uppercase;
	border-radius:0px;
border-bottom:none!important;
	line-height:14px;
	letter-spacing:3px;
	text-align:center;
	border:0!important;

    color:#fff;
	margin-top:10px;
}
#quotes input.button:hover {
	background:#000;
	
}

#quotes label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#quotes label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
#quotes .fulltd {
width:100%!important;
margin-right:0;	
}

/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/


@media screen and (max-width: 1250px) { 
	.mainlogo {padding-left:2.5%}
	.righthead {padding-right:2.5%;}
	.righthead h3 {font-size:16px;}

}

@media screen and (max-width: 1020px) { 
	.welcomesection h1 {font-size:45px;}
	
	.footwrap {max-width:700px;}
	.topfoot h3 a {font-size:15px;padding:20px 12px;}
	
	
}

@media screen and (max-width: 975px) {
	.infoleft {width:100%;padding-right:0;margin-bottom:20px;}
	.infoleft p {text-align:center;}
	.mapright {width:100%;}
}

@media screen and (max-width: 900px) { 
	.mainlogo {padding-left:2.5%}
	.righthead {padding-right:2.5%;}
	.righthead h3 {font-size:14px;}
	.manu {width:24%;}
	#seventhone {margin-left:.5%;}
	#ninthone {margin-left:12.5%;}
}


@media screen and (max-width: 850px) {
	.righthead h3 {display:none;}
	.mainlogo{width:100%;margin-right:-60%;position:relative;z-index:2;padding:0 2.5%;} 
	
	.greyangles {display:none;}
	.righthead {display:none;}
	
	.mobileright {width:60%;float:left;position:relativez-index:1;}
	.mobilegreyangles {width:0;height:0;border-right:200px solid #f0f0f0;border-top:130px solid transparent;float:left;}
	.fullgrey {width:calc(100% - 200px);float:left;background:#f0f0f0;height:130px;}
	
	.mainlogo img {width:100%;max-width:500px;margin:0 auto;display:block;float:none;}
	
	.invsearch h2 {width:100%;float:left;padding:10px 0;text-align:center;}
	.searches {width:100%;}
	
	.topmap h3 {width:100%;text-align:center;}
	
	.topmap h4 {width:100%;float:left;margin-top:10px;}
	.topmap h4 a {width:100%;max-width:300px;margin:0 auto;display:block;float:none;}
}

@media screen and (max-width: 740px) { 
	.topfoot h3 a {width:33.33%;float:left;text-align:center;box-sizing:border-box;padding:15px 10px;}
	
	.maintitle h1 {font-size:45px;}
	
	.lineimg {width:100%}
	.lineimg img {width:100%;max-width:400px;margin:0 auto;display:block;float:none;}
	.lineinfo {width:100%;margin-top:20px;padding-left:0;}
	
	.lineinfo p, .lineinfo h2 {text-align:center;}
}

@media screen and (max-width: 600px) { 
	.welcomesection h1 {font-size:35px;}
	.welcomesection h3 {font-size:22px;}
	
	.manu {width:49%;}
	#seventhone {margin-left:.5%;}
	#ninthone {margin-left:.5%;}
	#tenthone {margin-left:24.5%}
	.topfoot h3 a {width:50%;}
	
	.bottomfoot p {width:100%;text-align:center!important;}
	.welcomesection {background-size:cover;background-attachment:local}
	
	.maintitle {background-size:cover;background-attachment:local}
	
}

@media screen and (max-width: 500px) {
	.mainlogo img {padding:25px 0;}
	.mobilegreyangles {width:0;height:0;border-right:200px solid #f0f0f0;border-top:100px solid transparent;float:left;}
	.fullgrey {height:100px;}
	.mainlogo {height:100px;}
	
	.manus h2 {width:100%;border-bottom:5px solid #fff;padding-bottom:15px;margin-bottom:15px;}
	
	.leftwhite, .rightwhite {display:none;}
	
	#quotes tr {width:100%;}
	.maintitle h1 {font-size:37px;}
}