@import "../css/fancybox.css";
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
body {
  font-family: "Arial Narrow", arial, sans-serif;
  color: #4a2b16;
  font-size: 20px;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
#number {
  font-family: 'bodoni_beregular';
  font-weight: normal;
  color: #4a2b16;
}
p {
  margin-bottom: 20px;
}
#main-nav ul li a {
  font-family: 'bodoni_beregular';
  font-weight: normal;
  font-size: 28px;
  color: #4a2b16;
}
.left-column ul {
  font-family: 'bodoni_beregular';
  font-size: 22px;
}
.left-column ul ul {
  font-family: "Arial Narrow", arial, sans-serif;
  font-size: 16px;
}
.container {
  width: 1099px;
  margin: 0px auto;
}
section {
  position: relative;
  padding: 84px 0px;
  overflow: hidden;
}
section section {
  padding: 0px;
  overflow: visible;
}
.background-effect {
  position: absolute;
  top: 0px;
  z-index: -1;
}
#header {
  height: 124px;
  padding-top: 30px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 5;
}
#header .container {
  overflow: visible;
}
#who-we-are {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 5;
}
.col-2 {
  width: 50%;
  float: left;
}
.col-2 p {
  margin-right: 35px;
}
.col-3 {
  width: 33%;
  float: left;
}
.col-3 p {
  margin-right: 35px;
}
#service-philosophy {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 5;
}
body.page-node-4 .row {
  margin-left: -19px;
}
body.page-node-4 .half {
  width: 540px;
  margin-right: 19px;
  float: left;
  background: #D9D2CD;
}
body.page-node-4 .row .half .content {
  padding: 45px 45px 55px;
}
body.page-node-4 .row .half .content p {
  padding-left: 45px;
  font-size: 32px;
  margin: 0px;
  line-height: 55px;
}
body.page-node-4 .row .half .content i {
  margin-left: -45px;
  width: 45px;
}
.left-column {
  width: 257px;
  margin-top: 60px;
  float: left;
  position: relative;
  z-index: 6;
}
.left-column ul {
  background: #634737;
  list-style: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.left-column ul li {
  color: #fff;
  line-height: 35px;
}
.left-column ul li span {
  padding-left: 20px;
}
.left-column ul li a {
  color: #fff;
  text-decoration: none;
}
.left-column ul ul {
  background: #52433b;
  border-top: 1px solid #a6958a;
  border-bottom: 1px solid #a6958a;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.left-column ul ul li {
  padding-left: 45px;
}
.left-column ul ul li a {
  position: relative;
}
.left-column ul ul li a.active:before {
  display: block;
  position: absolute;
  left: -21px;
  top: 3px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
}
.right-column {
  width: 780px;
  float: right;
}
.image-grid .row {
  margin-left: -40px;
}
.image-grid .image {
  margin-left: 40px;
  float: left;
  margin-bottom: 35px;
}
.image-grid .largeimage {
  height: 250px;
}
/* LOGIN */
#user-login {
  text-align: center;
  margin-bottom: 15px;
}
.button {
  display: inline-block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background: #cd6e28;
  color: #fff;
  font-size: 24px;
  font-family: 'bodoni_beregular';
  border: none;
  padding: 10px 18px;
  text-decoration: none;
}
.button-center {
  text-align: center;
}
@font-face {
  font-family: 'bodoni_beregular';
  src: url('../fonts/ufonts.com_bodoni_be_light-webfont.eot');
  src: url('../fonts/ufonts.com_bodoni_be_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_bodoni_be_light-webfont.woff2') format('woff2'), url('../fonts/ufonts.com_bodoni_be_light-webfont.woff') format('woff'), url('../fonts/ufonts.com_bodoni_be_light-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_bodoni_be_light-webfont.svg#bodoni_beregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* HEADER */
#logo {
  float: left;
}
#number {
  color: #9c8c84;
  font-size: 34px;
  font-family: 'Playfair Display', serif;
  padding-right: 15px;
  margin-top: 5px;
}
#main-nav ul {
  margin: 0px;
  margin-top: 34px;
  padding: 0px;
  clear: right;
  float: right;
  margin-right: -15px;
}
#main-nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: -5px;
}
#main-nav ul li a {
  color: #4a2b16;
  text-decoration: none;
  text-align: right;
  padding: 15px 15px 11px;
  border-bottom: 8px solid #fff;
  transition: all 0.25s ease;
}
#main-nav ul li a:hover {
  border-bottom: 8px solid #b8bc9b;
}
#main-nav ul li.active a,
.overview #main-nav ul .overview a,
.products #main-nav ul .products a,
.contact #main-nav ul .contact a,
.ourwork #main-nav ul .ourwork a,
.industries #main-nav ul .industries a {
  border-bottom: 8px solid #a1a437;
}
#featured {
  background: #d9d2cd;
  position: relative;
  padding: 25px;
}
#featured .pattern {
  display: none;
  position: absolute;
  opacity: .25;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#featured #pattern-01 {
  display: block;
  background: url(../img/pattern-05.png);
}
#featured #pattern-02 {
  background: url(../img/pattern-02.png);
}
#featured #pattern-03 {
  background: url(../img/pattern-01.png);
}
#featured #pattern-04 {
  background: url(../img/pattern-04.png);
}
#featured #pattern-05 {
  background: url(../img/pattern-03.png);
}
#featured .highlight {
  position: absolute;
  opacity: .5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#featured h2 {
  font-size: 48px;
  margin-bottom: 35px;
}
#featured article {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 100px 0px;
  width: 483px;
  margin: 0px auto;
  font-size: 16px;
}
/* WHO WE ARE */
h1 {
  font-size: 48px;
  margin-bottom: 38px;
}
.reel {
  width: 100%;
  margin: 50px 0px;
}
/* HISTORY */
.window,
.window h1 {
  color: #fff;
}
.window {
  background: #b8bc9b;
  background: rgba(185, 188, 156, 0.93);
  font-size: 20px;
  line-height: 1.5em;
}
.profile {
  position: relative;
  padding: 135px 0px 0px 215px;
}
.profile img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.profile h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: -5px;
}
.profile p {
  font-size: 15px;
  font-style: italic;
}
/* FOOTER */
#footer {
  position: relative;
  z-index: 5;
  padding-top: 260px;
  text-align: center;
  background: #fff;
  margin-top: -25px;
}
#footer article {
  background: #4a2b16;
  padding: 20px 0px;
  color: #fff;
}
/* PRODUCTS */
.not-front #featured {
  padding: 0px;
}
.not-front #featured article {
  padding: 85px 0px 54px;
  width: 534px;
}
.not-front #featured article h2 {
  margin-bottom: 15px;
}
.white-section {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 5;
}
.white-section img {
  float: left;
  margin-right: 55px;
  border: 2px solid #4a2b16;
}
.white-section ul {
  position: relative;
  left: 25px;
}
.olive-section {
  background: #b8bc9b;
}
.olive-section,
.olive-section h1 {
  color: #fff;
}
.olive-section h1,
.olive-section p,
.olive-section li {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.olive-section img {
  float: right;
  margin-left: 55px;
  border: 2px solid #fff;
}
.not-front section ul {
  position: relative;
  left: 25px;
  float: left;
  width: 250px;
}
.not-front section {
  line-height: 1.25em;
}
.not-front section h1 {
  padding-top: 15px;
}
.orange-section {
  background: #d98d53;
}
.orange-section h1,
.orange-section p,
.orange-section li {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.orange-section img {
  float: right;
  margin-left: 55px;
  border: 2px solid #fff;
}
/* CONTACT US */
#largemap {
  text-align: center;
  height: 240px;
  background: url(../img/large-map.jpg) no-repeat top center;
  padding-top: 125px;
}
#largemap h1 {
  display: inline-block;
  color: #fff;
  background: #4a2b16;
  padding: 32px;
}
body.page-node-4 {
  -webkit-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 5;
}
