/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  min-width: 1180px; }

body {
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  line-height: 1.4;
  min-width: 1180px;
  background: url(img/bg@2x.png) center -2px no-repeat; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
a {
  text-decoration: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 29, 2013 */
@font-face {
  font-family: 'intro_regular';
  src: url(fonts/intro-webfont.eot);
  src: url(fonts/intro-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/intro-webfont.woff) format("woff"), url(fonts/intro-webfont.ttf) format("truetype"), url(fonts/intro-webfont.svg#bariol_regularregular) format("svg");
  font-weight: normal;
  font-style: normal; }

/*===================== Variables =====================*/
/*===================== Global Styles =====================*/
#main_wrapper {
  width: 1140px;
  margin: 0 auto; }

a {
  color: #c3dc3e;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s; }

aside {
  width: 180px;
  float: left;
  position: relative; }
  aside ul {
    text-align: right;
    font-family: 'intro_regular';
    padding-top: 152px; }
    aside ul a {
      color: #fff;
      text-decoration: underline;
      font-size: 20px;
      padding: 5px 0;
      display: inline-block;
      text-shadow: 1px 1px 1px #98ae23; }

.logo a {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .logo a:hover {
    opacity: 0.7; }

.bylink {
  color: #666765;
  font-size: 12px;
  width: 180px;
  text-align: right;
  top: -30px;
  overflow: hidden;
  position: relative; }
  .bylink span {
    font-size: 11px;
    display: block; }
  .bylink a {
    font-size: 12px; }
  .bylink a:hover {
    color: #000; }

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

header {
  margin: 30px 0 20px 0; }

header h1 {
  float: left; }

.intro {
  width: 890px;
  float: left;
  margin: 21px 0 0 55px;
  color: #666765;
  font-size: 21px; }
  .intro p {
    padding: 0;
    margin: 7px 0 0 0;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 14px; }
    .intro p a {
      font-family: 'intro_regular'; }
      .intro p a:hover {
        color: #666765; }
  .intro h2 {
    font-family: 'intro_regular';
    line-height: 1;
    font-size: 56px;
    color: #c3dc3e;
    margin: 0;
    padding: 0 45px 0 38px;
    float: left; }

.get_quote {
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  transition: all, 0.5s;
  background: #c3dc3e;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 20px;
  width: 290px;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  float: right;
  text-shadow: 1px 1px 1px #98ae23;
  font-family: 'intro_regular';
  margin-right: 2px; }
  .get_quote:hover {
    background-color: #666765;
    text-shadow: none; }

.main_content {
  width: 900px;
  float: left;
  margin-left: 48px; }

.slideshow {
  height: 450px; }

.home .slideshow img {
  margin: 0; }

.service_panels a {
  text-shadow: 1px 1px 1px #666765;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-decoration: underline;
  height: 66px;
  font-family: 'intro_regular';
  background: #666765;
  width: 290px;
  float: left;
  display: inline-block;
  color: #fff;
  margin-top: 17px;
  margin-left: 15px;
  text-align: center;
  padding: 60px 0; }
  .service_panels a:hover {
    background-color: #c3dc3e;
    text-shadow: 1px 1px 1px #98ae23; }

#btn_1 {
  background-image: url(img/button1_@2x.png);
  margin-left: 0;
  padding: 60px 50px;
  width: 190px; }

#btn_2 {
  background-image: url(img/button2_@2x.png);
  padding: 60px 80px;
  width: 130px; }

#btn_3 {
  background-image: url(img/button3_@2x.png);
  padding: 60px 70px;
  width: 150px; }

/*===================== inner page =====================*/
#inner_page .content {
  background: url(img/bg_sidebar_btm.jpg) no-repeat 838px bottom; }
#inner_page .main_content {
  color: #fff;
  width: 594px;
  margin-right: 16px; }
#inner_page .subnav .main_content_container {
  min-height: 534px; }
#inner_page .main_content_container {
  background-color: #666765;
  padding: 30px 50px 50px 50px;
  min-height: 575px; }
  #inner_page .main_content_container span {
    width: 200px;
    float: left;
    margin-top: 10px; }
  #inner_page .main_content_container a {
    text-decoration: underline;
    font-weight: bold; }
  #inner_page .main_content_container li span:first-child {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold; }
  #inner_page .main_content_container img {
    width: 100%;
    height: auto; }
#inner_page .products {
  list-style: disc;
  margin: 0;
  padding: 0; }
  #inner_page .products li {
    margin-left: 20px; }

#image_gallery {
  width: 544px;
  margin: 20px 0 -15px 0;
  overflow: hidden; }
  #image_gallery li {
    width: 222px;
    height: 168px;
    float: left;
    margin: 0 50px 37px 0; }

.main_content h2 {
  color: #c3dc3e;
  font-size: 28px;
  line-height: 1;
  margin-top: 17px; }
.main_content h3 {
  font-size: 22px;
  color: #c3dc3e; }
.main_content p {
  font-size: 14px; }
.main_content img {
  margin: 10px 0px; }

.page_nav li {
  float: left; }
.page_nav a {
  font-family: 'intro_regular';
  text-shadow: 1px 1px 1px #666765;
  text-transform: uppercase;
  width: 289px;
  text-align: center;
  background: #9b9d9b;
  color: #fff;
  font-size: 16px;
  padding: 14px 0;
  display: block;
  margin-left: 16px !important;
  margin-right: 0; }
  .page_nav a.selected {
    background-color: #666765 !important; }
  .page_nav a.first {
    margin-left: 0 !important; }
  .page_nav a:hover {
    background-color: #8d8f8d; }
.page_nav.three a {
  width: 188px;
  font-size: 15px; }
.page_nav.three .first {
  width: 186px; }

.contact_us .main_content_container a:hover {
  color: #fff; }

/*===================== Popup Styles =====================*/
#homepage_popup h2 {
  font-family: 'intro_regular';
  color: #c3dc3e;
  font-size: 30px;
  margin-top: 0; }
#homepage_popup a {
  font-weight: bold;
  text-decoration: underline; }

blockquote footer {
  font-size: 14px;
  font-style: italic; }

/*=================== Reciprocal Link Styles =============*/
.reciprocal {
  width: 290px;
  float: left;
  margin-bottom: 100px;
}

.reciprocal .link {
  display:block;
  width: 45%;
  float: left;
  font-size: 10pt;
}

.reciprocal .link:first-child {
  margin-right: 5%;
}

.reciprocal .link img {
  width: 100%;
}
.reciprocal p {
  clear:both;
  padding-top: 10px;
  font-size: 10pt;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(img/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(img/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(img/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(img/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url(img/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .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;
    /* h5bp.com/t */ }

  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; } }
