/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Stylesheet: Variables
******************************************************************/
/*********************
COLORS
*********************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
/*********************
FONT FACE
*********************/
@font-face {
  font-family: 'nexa';
  src: url("../fonts/nexa_bold-webfont.eot");
  src: url("../fonts/nexa_bold-webfont.eot?") format("embedded-opentype"), url("../fonts/nexa_bold-webfont.woff2") format("woff2"), url("../fonts/nexa_bold-webfont.woff") format("woff"), url("../fonts/nexa_bold-webfont.ttf") format("truetype"), url("../fonts/nexa_bold-webfont.svg#jenna_sueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/******************************************************************
Stylesheet: Sass Functions
******************************************************************/
/******************************************************************
Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/**********************
FONTS LOL
**********************/
@font-face {
  font-family: 'nexa';
  src: url("../fonts/nexa_bold-webfont.eot");
  src: url("../fonts/nexa_bold-webfont.eot?") format("embedded-opentype"), url("../fonts/nexa_bold-webfont.woff2") format("woff2"), url("../fonts/nexa_bold-webfont.woff") format("woff"), url("../fonts/nexa_bold-webfont.ttf") format("truetype"), url("../fonts/nexa_bold-webfont.svg#jenna_sueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/******************************************************************
Stylesheet: Grid Stylesheet
******************************************************************/
/* 960 Grid System (http://960.gs/ ) */
.container_12, .wrap {
  width: 984px;
  margin: 0 auto;
}

/* layout options ( all have margins right & left of 2.1276596%) */
.container_12 .grid_1 {
  width: 62px;
}

.container_12 .grid_2 {
  width: 144px;
}

.container_12 .grid_3 {
  width: 226px;
}

.container_12 .grid_4 {
  width: 308px;
}

.container_12 .grid_5 {
  width: 390px;
}

.container_12 .grid_6 {
  width: 472px;
}

.container_12 .grid_7 {
  width: 554px;
}

.container_12 .grid_8 {
  width: 636px;
}

.container_12 .grid_9 {
  width: 718px;
}

.container_12 .grid_10 {
  width: 800px;
}

.container_12 .grid_11 {
  width: 882px;
}

.container_12 .grid_12 {
  width: 964px;
}

.full {
  width: 100%;
  min-width: 984px;
}

/* layout & column defaults */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

/* default styles & fixes */
.alpha {
  margin-left: 0;
}

/* fixes alignment */
.omega {
  margin-right: 0;
}

/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Stylesheet: Button Styles
******************************************************************/
/******************************************************************
Stylesheet: Form Styles
******************************************************************/
#contact-form .wpcf7 form p {
  margin: 0;
}
#contact-form .wpcf7 form p span input {
  outline: 0;
  border: 0;
  position: relative;
  left: 0;
}
#contact-form .wpcf7 form p span textarea {
  outline: 0;
  border: 0;
}
#contact-form .wpcf7 form p span span.wpcf7-not-valid-tip {
  display: none;
  text-indent: -9999px;
}
#contact-form .wpcf7 form p input.wpcf7-submit {
  border: 0;
  outline: 0;
}
#contact-form .wpcf7 form .wpcf7-response-output {
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  border: 0;
  margin-top: 0;
}
#contact-form .wpcf7 .wpcf7-not-valid {
  background: #F7A0A0;
  border: 1px solid #F76767;
  color: white;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black;
}

/*********************
INPUTS
*********************/
/*********************
BASE (MOBILE) SIZE
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: black;
  background-color: white;
  -webkit-font-smoothing: antialiased;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

/*********************
LINK STYLES
*********************/
a {
  color: black;
  /* on hover */
}
a:hover {
  color: black;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: black;
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  color: black;
  font-size: 28px;
  line-height: 30px;
  margin: 16px 0 10px;
}

h2, .h2 {
  color: black;
  font-size: 24px;
  line-height: 26px;
  margin: 12px 0 6px;
}

h3, .h3 {
  color: black;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0 6px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 22px;
  margin: 10px 0 4px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 8px 0 2px;
}

/*********************
HEADER STYLES
*********************/
.inner {
  background: url("../images/top-header-background.png") repeat;
  font-family: "nexa";
  height: 30px;
}
.inner ul.contact {
  margin: 0;
  float: left;
}
.inner ul.contact li.quote {
  float: left;
  padding-right: 55px;
  padding-top: 6px;
  text-transform: uppercase;
  font-size: 14px;
}
.inner ul.contact li.phone {
  float: left;
  padding-left: 18px;
  padding-top: 2px;
  background: url("../images/head_phone.png") no-repeat 0% 50%;
  padding-right: 38px;
  height: 30px;
  font-size: 20px;
  color: #f43630;
}
.inner ul.contact .facebook {
  background: url("../images/fb_icon.png") no-repeat 0% 50%;
  float: left;
}
.inner ul.contact .google {
  background: url("../images/gplus_icon.png") no-repeat 0% 50%;
  float: left;
}
.inner ul.contact .linkedin {
  background: url("../images/in_icon.png") no-repeat 0% 50%;
  float: left;
}
.inner ul.contact .pinterest {
  background: url("../images/pin_icon2.png") no-repeat 0% 50%;
  float: left;
}
.inner ul.contact .request {
  float: left;
  height: 30px;
}
.inner ul.contact .request .req-left {
  background: url("../images/request-left-edge.png") no-repeat 0px 0px;
  height: 37px;
  width: 22px;
  float: left;
}
.inner ul.contact .request .req-right {
  background: url("../images/request-right-edge.png") no-repeat -9px 0px;
  float: left;
  height: 37px;
  width: 19px;
}
.inner ul.contact .request .req-middle {
  background-color: #f32b24;
  width: 196px;
  float: left;
  padding-top: 7px;
}
.inner ul.contact .request .req-middle a:hover {
  color: #212121;
}
.inner ul.contact .request .req-text {
  font-family: "nexa";
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  padding: 0;
}
.inner ul.contact a {
  display: block;
  float: left;
  padding-left: 26px;
  height: 30px;
  text-decoration: none;
}

#main-banner {
  border-top: 2px solid #5e5e5e;
  border-bottom: 2px solid #5e5e5e;
  display: block;
  margin-bottom: 0;
  height: 437px;
}
#main-banner .banner-text {
  font-family: "nexa";
  font-size: 70px;
  color: white;
  line-height: 61px;
  text-shadow: 1px 2px 2px #333333;
  zoom: 1;
  *background-color: #333333;
  *filter: progid:DXImageTransform.Microsoft.Chroma(Color=#333333) progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color=#333333);
  width: 850px;
  *line-height: normal;
  margin: 0 auto;
  margin-top: 162px;
  text-align: center;
}

#sub-main-banner {
  border-top: 2px solid #5e5e5e;
  border-bottom: 2px solid #5e5e5e;
  display: block;
  margin-bottom: 0;
  height: 95px;
}

#cta-area {
  background: url("../images/cta-background.png") repeat;
  height: 197px;
  border-bottom: 3px solid #ac0f0a;
}
#cta-area .cta1 {
  margin-left: 0;
}
#cta-area .cta4 {
  margin-right: 0;
}
#cta-area .cta-mid {
  background: rgba(200, 54, 54, 0.3);
}
#cta-area .cta-block {
  padding-top: 17px;
  text-align: center;
}
#cta-area .cta-block .cta-text {
  font-family: "nexa";
  font-size: 15px;
  text-transform: uppercase;
  color: white;
}
#cta-area .cta-block .cta-img {
  margin-top: 10px;
  font-size: 0px;
}
#cta-area .cta-block .more {
  background: #141313;
  width: 197px;
  margin: 0 auto;
  margin-bottom: 2px;
}
#cta-area .cta-block .more .more-text {
  font-family: "nexa";
  font-size: 12px;
  text-transform: uppercase;
  color: white;
}

/*********************
NAVIGATION STYLES
*********************/
.nav {
  margin: 0;
  padding-top: 35px;
}
.nav .company_icon a {
  padding-top: 25px;
  background: url("../images/nav_company.png") no-repeat 50% 0px;
}
.nav .res_re_icon a {
  padding-top: 25px;
  background: url("../images/nav_res.png") no-repeat 50% 0px;
}
.nav .com_re_icon a {
  padding-top: 25px;
  background: url("../images/nav_com.png") no-repeat 50% 0px;
}
.nav .serv_rep_icon a {
  padding-top: 25px;
  background: url("../images/nav_ser.png") no-repeat 50% 0px;
}
.nav .review_icon a {
  padding-top: 25px;
  background: url("../images/nav_rev.png") no-repeat 50% 0px;
}
.nav .contact_icon a {
  padding-top: 25px;
  background: url("../images/nav_con.png") no-repeat 50% 0px;
}
.nav li {
  float: left;
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 12px 6px;
  font-size: 13px;
  font-family: "nexa";
  line-height: 20px;
  color: black;
  text-transform: uppercase;
}
.nav:hover ul.sub-menu,
.nav ul.children {
  left: auto;
}
.nav ul.sub-menu,
.nav ul.children {
  background: black;
  position: absolute;
  left: -9999em;
  z-index: 9999;
  width: 200px;
  margin: 0;
}
.nav ul.sub-menu li a,
.nav ul.children li a {
  width: 200px;
  color: white;
}

/* end .menu li */
/* highlight current page */
/* end current highlighters */
/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  background: url("../images/main-bg.png") repeat;
}
#content .shadow {
  -webkit-box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.45), -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 25px 0px 25px -25px rgba(0, 0, 0, 0.45), -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
  box-shadow: 28px 13px 35px -24px rgba(0, 0, 0, 0.25), -28px 13px 35px -24px rgba(0, 0, 0, 0.25);
}

#inner-content {
  background: url("../images/main-top-bg.png") repeat-x center 1px;
}

#sub-inner-content {
  background: url("../images/dot-top-bg.png") repeat-x center 1px;
}

#main {
  background: url("../images/content-bg2.png") no-repeat -23px 36px;
  min-height: 500px;
  padding-bottom: 20px;
}
#main h1 {
  font-size: 24px;
  font-family: "nexa";
  line-height: 30px;
  padding: 30px 0 0 20px;
}
#main h2 {
  font-size: 18px;
  font-family: "nexa";
  line-height: 30px;
  color: #ab110c;
  padding: 0 0 0 20px;
}
#main h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #c8342f;
  padding: 0 0 0 20px;
  margin-bottom: 0;
}
#main p {
  padding: 0 20px 0 20px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  color: #252525;
  margin: 10px 0;
}
#main img {
  padding: 0 0 0 20px;
}

/* end .hentry */
/* entry content */
.article-header {
  padding: 0 0 0 15px;
}
.article-header h1 a {
  color: #ab110c;
}

.entry-content {
  padding-left: 15px;
}
.entry-content p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: black;
}
.entry-content p a {
  color: #252525;
}
.entry-content ul, .entry-content ol {
  padding-left: 30px;
  padding-right: 20px;
}
.entry-content ul li, .entry-content ol li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: black;
  margin: 6px 0 6px 20px;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ol li {
  list-style-type: decimal;
}
.entry-content img {
  margin: 0 0 10px 0;
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 10px;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 10px;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
  margin: 10px 0 0;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
}
.pagination .current {
  cursor: default;
  color: black;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: white;
  color: black;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/*********************
SIDEBARS & ASIDES
*********************/
#sidebar {
  width: 301px;
  padding-bottom: 20px;
  /* Close .contact-box */
}
#sidebar .contact-box {
  height: 385px;
  width: 296px;
  background-color: #e81e17;
  text-align: center;
  margin: 36px 0 0 5px;
  padding-top: 10px;
}
#sidebar .contact-box h3 {
  font-family: "nexa";
  font-size: 34px;
  color: white;
  line-height: 30px;
}
#sidebar .contact-box .contact-text {
  font-family: "nexa";
  font-size: 18px;
  color: #ff908c;
  text-transform: uppercase;
}
#sidebar .contact-box .contact-box-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: white;
  line-height: 13px;
  margin: 0 30px 0 30px;
}
#sidebar .contact-box .ajax-loader {
  display: none;
}

/* Close #sidebar */
#sidebar-navigation {
  margin: 36px 0 0 5px;
  text-align: center;
}
#sidebar-navigation h1 {
  font-family: "nexa";
  font-size: 24px;
  color: #f32b24;
  line-height: 10px;
}
#sidebar-navigation .sb-nav-text {
  font-family: "nexa";
  font-size: 16px;
  color: black;
  line-height: 10px;
}
#sidebar-navigation h3 {
  font-family: "nexa";
  font-size: 24px;
  color: #f32b24;
  line-height: 10px;
}
#sidebar-navigation .sidebar-nav li {
  float: left;
}
#sidebar-navigation .sidebar-nav li a {
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 3px 0 3px 20px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  color: black;
  width: 296px;
  background-color: #d2d2d2;
  margin-bottom: 1px;
}
#sidebar-navigation .sidebar-nav li a:hover {
  background: url("../images/right-arrow.png") no-repeat 95% 50% #f32b24;
  color: white;
}

/*********************
CONTACT FORM STYLES
*********************/
#contact-form .wpcf7 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: 10px;
}
#contact-form .wpcf7 form p span input {
  width: 250px;
  height: 30px;
  border: 1px solid #7e4d51;
  padding-left: 10px;
  margin-bottom: 5px;
  background: #dfcace;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dfcace 0%, #fffefe 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfcace), color-stop(99%, #fffefe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dfcace 0%, #fffefe 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dfcace 0%, #fffefe 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dfcace 0%, #fffefe 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dfcace 0%, #fffefe 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfcace', endColorstr='#fffefe',GradientType=0 );
  /* IE6-9 */
}
#contact-form .wpcf7 form p span textarea {
  width: 250px;
  height: 65px;
  resize: none;
  padding-left: 10px;
  border: 1px solid #7e4d51;
  background: #dfcace;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dfcace 0%, #fffefe 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfcace), color-stop(99%, #fffefe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dfcace 0%, #fffefe 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dfcace 0%, #fffefe 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dfcace 0%, #fffefe 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dfcace 0%, #fffefe 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfcace', endColorstr='#fffefe',GradientType=0 );
  /* IE6-9 */
}
#contact-form .wpcf7 input[type=submit] {
  font-family: "nexa";
  font-size: 16px;
  color: white;
  text-align: center;
  height: 40px;
  border-radius: 4px;
  text-shadow: 1px 1px 1px #333333;
  filter: dropshadow(color=#333333, offx=1, offy=1, Positive=1);
  background: url("../images/right-arrow.png") no-repeat 94% 50% #009cda;
  filter: none;
}

/* Close Form */
/*********************
FOOTER STYLES
*********************/
#main-footer {
  background: url("../images/main-bg.png") repeat;
}
#main-footer #footer-lower {
  padding: 25px 0 25px 0;
}
#main-footer #review-main {
  background-color: #212121;
  height: 46px;
  position: relative;
}
#main-footer #review-main .review-inner {
  float: left;
  height: 30px;
  position: absolute;
  bottom: 0px;
}
#main-footer #review-main .review-inner .rev-left {
  background: url("../images/review-left-edge.png") no-repeat 0px 0px;
  height: 31px;
  width: 25px;
  float: left;
}
#main-footer #review-main .review-inner .rev-right {
  background: url("../images/review-right-edge.png") no-repeat -2px 0px;
  float: left;
  height: 31px;
  width: 24px;
}
#main-footer #review-main .review-inner .rev-middle {
  background-color: #f32b24;
  width: 230px;
  height: 30.5px;
  float: left;
  padding-top: 3px;
  text-align: center;
  margin-top: 0.5px;
}
#main-footer #review-main .review-inner .rev-text {
  font-family: "nexa";
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}
#main-footer #review-main .review-inner a {
  text-decoration: none;
}
#main-footer #review-main .review-inner a:hover {
  color: #212121;
}
#main-footer #review-logos {
  height: 86px;
  border-bottom: 2px solid #212121;
  text-align: center;
  background: white;
}
#main-footer #review-logos ul li {
  display: inline-block;
  padding-right: 18px;
  zoom: 1;
  *display: inline;
}
#main-footer #review-logos ul li:first-child {
  padding-left: 16px;
}
#main-footer #review-logos ul li img {
  vertical-align: middle;
}
#main-footer #footer-contact {
  background-color: #f32b24;
  height: 46px;
  padding-top: 10px;
}
#main-footer #footer-contact ul li {
  display: inline-block;
}
#main-footer #footer-contact .contact-text {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: white;
  padding-left: 30px;
}
#main-footer #footer-contact .footer-phone {
  background: url("../images/phone.png") no-repeat 0% 50%;
  float: left;
  margin-left: 40px;
}
#main-footer #footer-contact .footer-email {
  background: url("../images/mail.png") no-repeat 0% 50%;
  float: left;
  margin-left: 100px;
}
#main-footer #footer-contact .footer-email a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: white;
  padding-left: 30px;
  text-decoration: none;
}
#main-footer #footer-contact .footer-email a:hover {
  color: #212121;
}
#main-footer #footer-contact .footer-add {
  background: url("../images/address.png") no-repeat 0% 50%;
  float: left;
  margin-left: 44px;
}
#main-footer #footer-lower h1 {
  font-family: "nexa";
  font-size: 22px;
  color: #f32b24;
  line-height: 10px;
  padding-right: 30px;
}
#main-footer #footer-lower h2 {
  font-family: "nexa";
  font-size: 25px;
  color: #f32b24;
  line-height: 10px;
}
#main-footer #footer-lower .footer-left {
  float: left;
  display: inline;
  text-align: left;
}
#main-footer #footer-lower .footer-right {
  float: right;
  display: inline;
  text-align: right;
}
#main-footer #footer-lower .footer-right .ngg-gallery-thumbnail-box {
  float: right;
}
#main-footer #inner-footer {
  background-color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: white;
}
#main-footer #inner-footer .infoot-left {
  margin-right: 60px;
  margin-left: 15px;
}
#main-footer #inner-footer .infoot-right {
  text-align: right;
}
#main-footer #inner-footer .infoot-mid {
  margin-right: 10px;
  text-align: center;
}
#main-footer #inner-footer a {
  color: white;
  text-decoration: none;
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Stylesheet: Print Stylesheet
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
