@charset "UTF-8";
/* SLIDER IMAGES */
#slide-1 > div:first-of-type {
	min-height: 400px;
	background: url(../img/customer/crosby/crosby-durabric-fitout-1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#slide-2 > div:first-of-type {
	min-height: 400px;
	background: url(../img/customer/just-group/durabric-fitout-2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
/* end SLIDER IMAGES */


/* Global Styles */
body, h6 {
	font-family: 'Roboto', sans-serif;
}
p, li {
	font-weight:300;
}
p strong {
	font-weight:500;
}
h3, h5 {
	color:#042D4C;
}
header {
	padding-bottom: 1em;
}
header, footer {
	background-color: #f8f8f8;
}
header nav {
	background: -webkit-linear-gradient(#042D4C, #1C537D);
	background: -o-linear-gradient(#042D4C, #1C537D);
	background: -moz-linear-gradient(#042D4C, #1C537D);
	background: linear-gradient(#042D4C, #1C537D);
	padding-bottom:1em;
}
footer {
	text-align: center;
	padding-bottom: 1em;
	background:url(../img/brick-bg.png) repeat;
	background-size:auto;
}
footer p {
	font-weight: 400;
	margin: 1em 0;
}
.footnote {
	font-weight: 300;
	font-size: 80%;
}
.label.alert {
	font-style:italic;
}
.lead {
	font-size:120%;
}
section {
	margin: 1em 0;
}
button, .button, h1, h2, h3, h4, #call-button, #header-nav {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
}
.full-width {
	max-width: 100%!important;
}
.pad-top {
	margin-top:1em;
}
.pad-bottom {
	margin-bottom:2em;
}
.menu-item {
	min-height: 4em;
	position: relative;
	margin-top:1em;
}
.menu-item > a, .menu-item p, .icon-box span {
	width: 90%;
	margin: 0;
	text-align: center;
}
.menu-item > a {
	background-color: #ebebeb;
	border: #ebebeb 2px solid;
	min-height: 3em;
	color: #333;
	transition: background-color 300ms ease;
}
.menu-item > a:hover {
	background-color: #ffffff;
	border: #333 2px solid;
}
.menu-item p, #footer-nav a {
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1;
}
.box-copy {
	margin: 3em 1em 0 1em;
}
.box-cta {
	margin-top: 1em;
	position: relative;
}
.box-left .box-cta {
	float: right;
	margin-right: 2em;
}
.box-right .box-cta {
	float: left;
	margin-left: 2em;
}
.fa-right {
	float: right;
	margin-left: 0.5em;
}
.fa-left {
	float: left;
	margin-right: 0.5em;
}
.icon-box {
	margin:0 0.5em;
	font-size:80%;
	line-height:1.2;
}
.icon-box * {
	list-style: none;
	text-align: center;
	position: relative;
}
.icon-box img {
	border-radius: 50%;
}
.icon-box span {
	font-size: 3em;
	color: #ffffff;
	width: 90%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
#medium-nav em {
	font-size: 2em; /*
	margin-top: 0.425em;
	text-shadow: 0 0 6px #ffffff; */
}
#logo {
	padding: 0 1em;
	text-align:center;
}
#logo img {
	max-height: 60px;
	width:auto;
	margin: 0.825rem auto;
}
#logo img:hover, .clearing-thumbs img:hover {
	opacity: 0.85;
	-webkit-opacity: 85%;
}
#call-button a {
	display:block;
	background-color:#ba2033;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.44);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.44);
	color:#ffffff;
	text-align:center;
	margin:0 0.425em;
	padding:0.5em 0;
}
.callout {
	border:1px solid #eeeeee;
	border-radius:4px;
	padding:1.2em;
	-webkit-box-shadow: inset 0px 0px 11px 0px rgba(28,83,125,0.2);
-moz-box-shadow: inset 0px 0px 11px 0px rgba(28,83,125,0.2);
box-shadow: inset 0px 0px 11px 0px rgba(28,83,125,0.2);
}
.highlight {
	color:#ba2033;
}

/* HOME slider */
#customer-slider {
	border-left: #ba2033 6px solid;
	border-right: #ba2033 6px solid;
	text-align: center;
}
#customer-slider p {
	font-weight: 300;
	padding: 0 3em;
}
#customer-slider h5, #three h5, .box-copy h5 {
	font-weight: 300;
	text-transform: uppercase;
}
#customer-slider .box-cta a::after {
	content:"\f0a4";
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	padding-left:0.5rem;
}
/* HOME 3 boxes */
#three {
	text-align: center;
}
#three > div {
	padding-top: 1em;
}
#three p, #credit p {
	font-weight: 300;
	padding: 0 1em;
}
/* HOME benefits icons */
#benefits h2, #three h2 {
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	border-bottom: #333 2px solid;
}
/* HOME testimonials */
#quote {
	text-align: center;
}
#quote h4 {
	font-family: 'Permanent Marker', Palatino;
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	margin-top: 2em;
}
#quote h6 {
	margin-bottom: 2em;
}
.testimonial {
	display: none;
}

/* GLOBAL header */
#header-nav ul {
	margin: 0;
}
#header-nav li {
	list-style: none;
	display: inline-block;
	text-align: center;
	background-color:#1C537D;
	transition: background-color 300ms ease-out;
}
#header-nav li:hover {
	background-color:#33668D;
}
#header-nav li a {
	display: inline-block;
	color:#ffffff;
	font-size:2rem;
	padding:0 0.5em;
}

/* GLOBAL footer */
#footer-nav ul {
	margin: 0;
}
#footer-nav {
	padding: 2em 0;
	text-align: center;
	background-color: #042D4C;
}
#footer-nav li {
	list-style: none;
	display: inline;
	text-align: center;
}
#footer-nav a {
	margin: 0 1em;
	color: #ffffff;
}
#footer-nav a:hover {
	text-shadow: 0 0 6px #005029;
}
#credit {
	background-color: #ddd;
	padding: 1em 0;
}
#credit img {
	margin-bottom:0.5em;
}
.lt {
	background-color: #f9f5ef;
}
.md {
	background-color: #999;
}
.dk {
	background-color: #042D4C;
	color: #efefef;
}
.dk h3 {
	color: #ffffff;
}
#lead-form {
	border: dashed 1px #dddddd;
}

/* GALLERY */
section#galleries > div {
	padding-bottom: 1em;
}
section#galleries img {
	min-height: 100%;
}
.box-right .arrow {
	position: absolute;
	display: block;
	height: 80px;
	min-width: 80px;
	left: -80px;
	margin-top: 3em;
	background: url(../img/left-arrow.png) no-repeat right;
	background-size: contain;
	z-index: 2;
}
.box-left .arrow {
	position: absolute;
	display: block;
	height: 80px;
	min-width: 80px;
	right: -80px;
	margin-top: 3em;
	background: url(../img/right-arrow.png) no-repeat left;
	background-size: contain;
	z-index: 2;
}

/* SHAPES */
#brick-shapes {
	position:relative;
}
#sample {
	padding:2em 1em;
}
#sample {
	z-index:2;
	width: 40%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	background:#f9f5ef;
}
#sample h3 {
	margin-bottom:0;
}
#brick-specs > * {
	text-align:center;
}
#brick-specs .outline img {
	max-height:100px;
}
#brick-specs .example img {
	border-radius:4px;
}

/* small device overrides */
@media only screen and (max-width: 40em) {
  h1, h2, h3, h4, h5, h6 {
  line-height:1.1;
  }
  nav {
  margin-bottom:1em;
  }
  #logo img {
  max-height: 80px;
  padding-bottom:0.5em;
  }
  #header-nav li {
	  display:block;
  }
  #header-nav li a {
	font-size:2rem;
  }
  #sample {
  width:95%;
  }
  #quote h4 {
	  width:70%;
  }
  .box-left .arrow {
  max-width: 80px;
  right: 25%;
  bottom: -80px;
  margin-top: 0;
  background: url(../img/down-arrow.png) no-repeat top;
  background-size: contain;
  z-index: 2;
  }
  .box-right .arrow {
  max-width: 80px;
  left: 25%;
  top: -80px;
  margin-top: 0;
  background: url(../img/up-arrow.png) no-repeat bottom;
  background-size: contain;
  z-index: 2;
  }
  .box-copy {
  text-align:center;
  margin: 1em;
  }
  .box-copy h2 {
  font-size:3rem;
  }
  .icon-box h4, #footer-nav a, #three h3  {
	  font-size:2rem;
  }
  .box-left .box-cta, .box-right .box-cta {
  float: none;
  width:180px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2em;
  }
  #brick-specs .outline img {
  max-height:130px;
  }
  #brick-specs .example img {
	  max-width:70%;
  }
  #brick-specs > div > div {
	  border-bottom:#042D4C dashed 2px;
  }
  #brick-specs h2 {
	  font-size:2rem;
	  margin-top:1em;
  }
  #footer-nav li {
	  display: list-item;
  }
}

/* tablet landscape overrides */
@media only screen and (min-width: 41em) and (max-width: 64.063em) {
  h1, h2, h3, h4, h5, h6 {
  line-height:1.3;
  }
  #header-nav li a {
	  font-size:1.6rem;
  }
  #header-nav {
	  text-align:center;
  }
  #sample {
	  width:70%;
  }
  .box-copy {
	  position: relative;
	  top: 1em;
  }
  .box-cta {
	  position: relative;
	  top: 0.5em;
	  margin-bottom: 1.6em;
  }
  .icon-box {
	margin:0;
}
  #customer-slider p {
	  padding: 0 1em;
  }
  #benefits h2, #three h2, #quote h4 {
	  width: 80%;
  }
  header {
	  padding-bottom: 0;
  }
}

@media only screen and (min-width: 64em) {
  #footer-nav li + li::before {
	  font-family: FontAwesome;
	  content: "\f1db";
	  color: #eeeeee;
	  padding: 0 0.425rem;
  }
}
