/*
Theme Name: Transitions
Author: Russ Kirby
Version: 1.0
Tags: white, blue
*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, sass/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, sass/_normalize.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, sass/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, sass/_normalize.scss */
html, button, input, select, textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, sass/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0 0 0.67em 0; }

/* line 131, sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0 0 0.83em 0; }

/* line 136, sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 0 0 1em 0; }

/* line 141, sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 0 0 1.33em 0; }

/* line 146, sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 0 0 1.67em 0; }

/* line 151, sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 0 0 2.33em 0; }

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

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

/* line 173, sass/_normalize.scss */
blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, sass/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, sass/_normalize.scss */
p, pre {
  margin: 0 0 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, sass/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, sass/_normalize.scss */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 250, sass/_normalize.scss */
q:before, q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, sass/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 275, sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 279, sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, sass/_normalize.scss */
dl, menu, ol, ul {
  margin: 1em 0; }

/* line 298, sass/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, sass/_normalize.scss */
menu, ol, ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, sass/_normalize.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, sass/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, sass/_normalize.scss */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 401, sass/_normalize.scss */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 414, sass/_normalize.scss */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 426, sass/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, sass/_normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 466, sass/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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).
 */
/* line 479, sass/_normalize.scss */
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.
 */
/* line 492, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, sass/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Lane';
  src: url("css/fonts/lanenar_-webfont.eot");
  src: url("css/fonts/lanenar_-webfont.eot?#iefix") format("embedded-opentype"), url("css/fonts/lanenar_-webfont.woff") format("woff"), url("css/fonts/lanenar_-webfont.ttf") format("truetype");
  font-weigh: normal;
  font-style: normal; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, sass/style.scss */
html, button, input, select, textarea {
  color: #666666; }

/* line 18, sass/style.scss */
html {
  font-size: 0.9em;
  line-height: 1.7; }

/* line 19, sass/style.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 20, sass/style.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 21, sass/style.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 22, sass/style.scss */
audio, canvas, img, video {
  vertical-align: middle; }

/* line 23, sass/style.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 24, sass/style.scss */
textarea {
  resize: vertical; }

/* line 25, sass/style.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/******** GRID ********/
/* line 32, sass/style.scss */
.container {
  max-width: 990px;
  width: 100%;
  margin: 0 auto; }

/* line 33, sass/style.scss */
.column {
  float: left;
  min-height: 1px;
  position: relative; }

/* line 34, sass/style.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right; }

/* line 35, sass/style.scss */
[class*="column"] + [class*="column"].end {
  float: left; }

/* line 37, sass/style.scss */
.c1 {
  width: 8.33%; }

/* line 38, sass/style.scss */
.c2 {
  width: 16.66%; }

/* line 39, sass/style.scss */
.c3 {
  width: 25%; }

/* line 40, sass/style.scss */
.c4 {
  width: 33.33%; }

/* line 41, sass/style.scss */
.c5 {
  width: 41.66%; }

/* line 42, sass/style.scss */
.c6 {
  width: 50%; }

/* line 43, sass/style.scss */
.c7 {
  width: 58.33%; }

/* line 44, sass/style.scss */
.c8 {
  width: 66.66%; }

/* line 45, sass/style.scss */
.c9 {
  width: 75%; }

/* line 46, sass/style.scss */
.c10 {
  width: 83.33%; }

/* line 47, sass/style.scss */
.c11 {
  width: 91.66%; }

/* line 48, sass/style.scss */
.c12 {
  width: 100%; }

/* line 49, sass/style.scss */
.gutter {
  padding: 20px; }

/* line 50, sass/style.scss */
.gutter.noTB {
  padding: 0 20px; }

/* line 53, sass/style.scss */
body {
  background: white; }

/* line 54, sass/style.scss */
h1, h2, h3, h4 {
  font-family: "Lane", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1em; }

/* line 55, sass/style.scss */
h1 {
  font-size: 3em;
  margin-bottom: 0.4em; }

/* line 56, sass/style.scss */
h2 {
  font-size: 2.6em;
  margin-bottom: 0.54em; }

/* line 57, sass/style.scss */
h3 {
  font-size: 2em;
  margin-bottom: 0.4em; }

/* line 58, sass/style.scss */
h4 {
  font-size: 1.6em;
  margin-bottom: 0.4em; }

/* line 59, sass/style.scss */
.sub_title {
  font-size: 1.2em;
  margin-bottom: 0; }

/* line 60, sass/style.scss */
a {
  text-decoration: none;
  color: #699dcf; }

/* line 61, sass/style.scss */
a:hover, .active {
  color: #336a9f; }

/* line 62, sass/style.scss */
aside .btn {
  margin-top: 15px; }

/* line 63, sass/style.scss */
.btn, input[type="submit"] {
  display: inline-block;
  padding: 10px 15px;
  background: #699dcf;
  color: white;
  border: none;
  transition: background-color 0.2s ease-in;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
/* line 65, sass/style.scss */
.btn:hover, input[type="submit"]:hover {
  background: #3977b2;
  color: white; }

/* line 67, sass/style.scss */
.page_hdr {
  padding: 20px 0;
  color: white;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px #666; }
/* line 69, sass/style.scss */
.page_hdr.opt_01 {
  background: #3e5e87 url(images/build/cp_bg1.jpg) no-repeat center top; }
/* line 70, sass/style.scss */
.page_hdr.opt_02 {
  background: #5281e9 url(images/build/cp_bg2.jpg) no-repeat center top; }
/* line 71, sass/style.scss */
.page_hdr.opt_03 {
  background: #adbece url(images/build/cp_bg4.jpg) no-repeat center top; }
/* line 72, sass/style.scss */
.page_hdr.opt_04 {
  background: #3b95e1 url(images/build/cp_bg3.jpg) no-repeat center top; }

/* line 74, sass/style.scss */
ul {
  list-style-type: square;
  margin: 0 0 1em 15px;
  padding: 0; }
/* line 76, sass/style.scss */
ul li {
  padding: 3px 0;
  margin: 0; }

/* line 79, sass/style.scss */
.pnl_item {
  width: 50%;
  float: left; }

/* line 84, sass/style.scss */
.pnl {
  background: whitesmoke; }
/* line 86, sass/style.scss */
.gutter .pnl {
  padding: 20px; }

/* line 91, sass/style.scss */
#logo {
  float: left;
  margin: 5px 20px 10px 20px;
  width: 240px; }
/* line 93, sass/style.scss */
#logo img {
  width: 100%; }

/* line 95, sass/style.scss */
#primary_nav {
  float: right;
  margin: 0 20px 0 0; }
/* line 97, sass/style.scss */
#primary_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
/* line 99, sass/style.scss */
#primary_nav ul li {
  padding: 0;
  margin: 0;
  float: left; }
/* line 101, sass/style.scss */
#primary_nav ul li.current_page_item a, #primary_nav ul li.current-page-ancestor a {
  background: #699dcf;
  color: #fff; }
/* line 102, sass/style.scss */
#primary_nav ul li a {
  font-size: 1em;
  display: block;
  padding: 32px 15px;
  color: #666; }
/* line 104, sass/style.scss */
#primary_nav ul li a:hover {
  background: #699dcf;
  color: #fff; }
/* line 110, sass/style.scss */
.single-service #primary_nav li.menu-item-40 a {
  background: #699dcf;
  color: #fff; }

/* line 113, sass/style.scss */
#mbl_menu_btn {
  display: none; }

/* line 114, sass/style.scss */
#breadcrumb {
  font-size: 0.8em; }

/* line 116, sass/style.scss */
#slider {
  margin-bottom: 20px; }

/* line 118, sass/style.scss */
.callouts {
  padding: 0 0 20px 0; }
/* line 120, sass/style.scss */
.callouts h2 {
  font-size: 2.6em;
  font-weight: 400;
  margin-bottom: 0.4em; }
/* line 121, sass/style.scss */
.callouts .btn {
  margin: 1em 0; }

/* line 124, sass/style.scss */
.quick_contact {
  padding: 20px 0 40px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }
/* line 128, sass/style.scss */
.quick_contact h2 {
  margin-bottom: 0; }
/* line 129, sass/style.scss */
.quick_contact.std_form input[type="text"], .quick_contact.std_form input[type="password"], .quick_contact.std_form input[type="email"], .quick_contact.std_form textarea {
  background: white; }
/* line 130, sass/style.scss */
.quick_contact.std_form .wpcf7-response-output {
  margin: 10px 20px; }

/* line 134, sass/style.scss */
.std_form .field {
  margin-bottom: 1.4em; }
/* line 135, sass/style.scss */
.std_form label {
  font-weight: bold;
  display: block; }
/* line 137, sass/style.scss */
.std_form label em {
  font-weight: normal; }
/* line 139, sass/style.scss */
.std_form input[type="text"], .std_form input[type="password"], .std_form input[type="email"], .std_form textarea {
  background: whitesmoke;
  border: 1px solid #dddddd;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
/* line 140, sass/style.scss */
.std_form textarea {
  min-height: 140px; }
/* line 141, sass/style.scss */
.std_form input[type="submit"] {
  float: right;
  margin: 10px 0; }
/* line 142, sass/style.scss */
.std_form .wpcf7-response-output {
  clear: both;
  border: none;
  color: #fff;
  padding: 10px 20px;
  margin: 10px 0px;
  background: #e7c54f; }
/* line 144, sass/style.scss */
.std_form .wpcf7-response-output.wpcf7-validation-errors {
  background: #e63e36; }
/* line 145, sass/style.scss */
.std_form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #66cc66; }
/* line 147, sass/style.scss */
.std_form span.wpcf7-not-valid-tip {
  position: static;
  background: none;
  border: none;
  width: 250px;
  color: #f00;
  width: auto; }

/* line 152, sass/style.scss */
footer .copy {
  text-align: right;
  padding-bottom: 40px; }
/* line 153, sass/style.scss */
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
/* line 155, sass/style.scss */
footer ul li {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
  border-left: 1px solid #699dcf; }
/* line 156, sass/style.scss */
footer ul li.current_page_item a {
  color: #336a9f; }
/* line 158, sass/style.scss */
footer ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 177, sass/style.scss */
.ir {
  bg_color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 185, sass/style.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 196, sass/style.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 205, sass/style.scss */
.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
 */
/* line 222, sass/style.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* line 231, sass/style.scss */
.group:before, .group:after {
  content: " ";
  display: table; }

/* line 232, sass/style.scss */
.group:after {
  clear: both; }

/* line 233, sass/style.scss */
.group {
  *zoom: 1; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/* line 3, sass/_slider.scss */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

/* line 9, sass/_slider.scss */
.royalSlider > * {
  float: left; }

/* line 13, sass/_slider.scss */
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

/* line 27, sass/_slider.scss */
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

/* line 32, sass/_slider.scss */
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

/* line 35, sass/_slider.scss */
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 43, sass/_slider.scss */
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 52, sass/_slider.scss */
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

/* line 58, sass/_slider.scss */
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 66, sass/_slider.scss */
.rsArrow, .rsThumbsArrow {
  cursor: pointer; }

/* line 70, sass/_slider.scss */
.rsThumb {
  float: left;
  position: relative; }

/* line 78, sass/_slider.scss */
.rsArrow, .rsNav, .rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

/* line 85, sass/_slider.scss */
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

/* line 95, sass/_slider.scss */
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
/* line 102, sass/_slider.scss */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

/* line 115, sass/_slider.scss */
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

/* line 124, sass/_slider.scss */
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

/* line 136, sass/_slider.scss */
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
  height: auto; }

/* line 140, sass/_slider.scss */
.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

/* line 146, sass/_slider.scss */
.rsPreloader {
  position: absolute;
  z-index: 0; }

/* line 151, sass/_slider.scss */
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

/* line 156, sass/_slider.scss */
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

/* line 160, sass/_slider.scss */
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

/* line 167, sass/_slider.scss */
.rsTabs {
  float: left;
  background: none !important; }

/* line 172, sass/_slider.scss */
.rsTabs, .rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 178, sass/_slider.scss */
.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

/* line 193, sass/_slider.scss */
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

/* line 201, sass/_slider.scss */
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

/* line 207, sass/_slider.scss */
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
/* line 218, sass/_slider.scss */
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

/* line 225, sass/_slider.scss */
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

/* line 233, sass/_slider.scss */
img.rsImg {
  max-width: none; }

/* line 239, sass/_slider.scss */
.rsNoDrag {
  cursor: auto; }

/* line 243, sass/_slider.scss */
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
/* line 299, sass/_slider.scss */
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
  background: #111;
  color: #FFF;
  text-shadow: 1px 1px 1px #666; }

/***************
*
*  1. Arrows
*
****************/
/* line 312, sass/_slider.scss */
.rsMinW .rsArrow {
  height: 60px;
  width: 60px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: rgba(0, 0, 0, 0.4) url(images/build/slider-controls.svg) no-repeat 0 0;
  right: 50%;
  margin-right: -480px;
  bottom: 20px; }

/* line 325, sass/_slider.scss */
.rsMinW .rsArrowLeft {
  margin-right: -410px; }

/* line 326, sass/_slider.scss */
.rsMinW .rsArrowRight {
  background-position: -60px 0; }

/* line 328, sass/_slider.scss */
.rsMinW .rsArrow:hover {
  background-color: rgba(0, 0, 0, 0.6); }

/***************
*
*  2. Bullets
*
****************/
/* line 339, sass/_slider.scss */
.rsMinW .rsBullets {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -28px;
  left: 0;
  z-index: 35;
  text-align: center;
  line-height: 6px;
  overflow: hidden; }

/* line 350, sass/_slider.scss */
.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px; }

/* line 358, sass/_slider.scss */
.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CCC; }

/* line 365, sass/_slider.scss */
.rsMinW .rsBullet.rsNavSelected span {
  background: #999; }

/***************
*
*  7. Preloader
*
****************/
/* line 377, sass/_slider.scss */
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/* line 389, sass/_slider.scss */
#full-width-slider {
  width: 100%;
  color: #000; }

/* line 394, sass/_slider.scss */
.infoBlock {
  position: absolute;
  top: 18%;
  overflow: hidden;
  max-width: 550px;
  padding-right: 410px;
  margin: 0 0 0 -480px;
  left: 50%; }

/* line 404, sass/_slider.scss */
.infoBlock h2 {
  font-size: 3.6em;
  line-height: 1.1em; }

@media screen and (min-width: 0px) and (max-width: 800px) {
  /*.infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }*/ }
@media only screen and (max-width: 990px) {
  /* line 3, sass/_breakpoints.scss */
  #logo {
    float: none;
    display: block;
    margin-bottom: 15px; }

  /* line 4, sass/_breakpoints.scss */
  #mbl_menu_btn {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    background: #699dcf url(images/build/menu-btn.svg) no-repeat center center;
    top: 20px;
    right: 20px;
    text-indent: -999em; }

  /* line 5, sass/_breakpoints.scss */
  #primary_nav {
    clear: both;
    float: none;
    margin: 0; }
  /* line 6, sass/_breakpoints.scss */
  #primary_nav.collapse {
    display: none; }
  /* line 8, sass/_breakpoints.scss */
  #primary_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  /* line 10, sass/_breakpoints.scss */
  #primary_nav ul li {
    padding: 0;
    margin: 0;
    float: none; }
  /* line 12, sass/_breakpoints.scss */
  #primary_nav ul li.current_page_item a {
    background: #699dcf;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-top: none; }
  /* line 13, sass/_breakpoints.scss */
  #primary_nav ul li a {
    font-size: 1.1em;
    display: block;
    padding: 10px 15px;
    color: #fff;
    background: #666;
    border-top: 1px solid #777; }
  /* line 15, sass/_breakpoints.scss */
  #primary_nav ul li a:hover {
    background: #699dcf;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
  /* line 17, sass/_breakpoints.scss */
  #primary_nav ul li:first-child a {
    border-top: none; }

  /* line 21, sass/_breakpoints.scss */
  .infoBlock {
    top: 15%;
    overflow: hidden;
    max-width: auto;
    padding-right: 300px;
    margin: 0;
    left: 20px; }
  /* line 23, sass/_breakpoints.scss */
  .infoBlock h2 {
    font-size: 3.2em; }

  /* line 27, sass/_breakpoints.scss */
  .rsMinW .rsArrow {
    right: 20px;
    margin-right: 0px; }

  /* line 31, sass/_breakpoints.scss */
  .rsMinW .rsArrowLeft {
    margin-right: 0px;
    right: 90px; } }
@media only screen and (max-width: 900px) {
  /* line 36, sass/_breakpoints.scss */
  .infoBlock {
    top: 8%; }
  /* line 38, sass/_breakpoints.scss */
  .infoBlock h2 {
    font-size: 2.8em; } }
@media only screen and (max-width: 768px) {
  /* line 43, sass/_breakpoints.scss */
  .c4 {
    float: none;
    display: block;
    width: 100%; }

  /* line 46, sass/_breakpoints.scss */
  .callouts .c4 .gutter {
    background: url(images/build/divide.svg) no-repeat center bottom;
    text-align: center; }

  /* line 47, sass/_breakpoints.scss */
  .c8 {
    float: none;
    display: block;
    width: 100%; }

  /* line 48, sass/_breakpoints.scss */
  .quick_contact .gutter {
    background: none;
    text-align: left; }

  /* line 50, sass/_breakpoints.scss */
  .royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow {
    height: 300px !important; } }
@media only screen and (max-width: 650px) {
  /* line 57, sass/_breakpoints.scss */
  .infoBlock {
    padding-right: 150px; }

  /* line 58, sass/_breakpoints.scss */
  .c6 {
    float: none;
    display: block;
    width: 100%; }

  /* line 59, sass/_breakpoints.scss */
  h1 {
    font-size: 2.2em;
    margin-bottom: 0.4em; }

  /* line 60, sass/_breakpoints.scss */
  h2, .callouts h2 {
    font-size: 2em;
    margin-bottom: 0.54em; }

  /* line 61, sass/_breakpoints.scss */
  h3 {
    font-size: 1.4em;
    margin-bottom: 0.4em; }

  /* line 62, sass/_breakpoints.scss */
  h4 {
    font-size: 1em;
    margin-bottom: 0.4em; }

  /* line 63, sass/_breakpoints.scss */
  .page_hdr {
    padding: 5px 0; }

  /* line 64, sass/_breakpoints.scss */
  .pnl_item {
    width: 100%;
    float: none; } }
@media only screen and (max-width: 480px) {
  /* line 70, sass/_breakpoints.scss */
  #logo {
    margin: 6px 0 10px 10px;
    width: 200px; }
  /* line 72, sass/_breakpoints.scss */
  #logo img {
    max-width: 100%; }

  /* line 74, sass/_breakpoints.scss */
  #mbl_menu_btn {
    top: 12px;
    right: 10px; }

  /* line 75, sass/_breakpoints.scss */
  .infoBlock {
    max-width: auto;
    padding-right: 10px;
    margin: 0;
    left: 10px; }
  /* line 77, sass/_breakpoints.scss */
  .infoBlock h2 {
    font-size: 2.5em; }

  /* line 81, sass/_breakpoints.scss */
  .rsMinW .rsArrow {
    display: none !important; }

  /* line 84, sass/_breakpoints.scss */
  .rsMinW .rsBullets {
    display: block; }

  /* line 88, sass/_breakpoints.scss */
  footer .c3, footer .c9 {
    float: none;
    width: 100%; }
  /* line 89, sass/_breakpoints.scss */
  footer .copy {
    text-align: center;
    font-size: 0.9em; }
  /* line 91, sass/_breakpoints.scss */
  footer ul li {
    border-left: none;
    margin: 0 2px;
    padding: 0 2px; }
  /* line 94, sass/_breakpoints.scss */
  footer ul li:first-child {
    margin: 0 2px;
    padding: 0 2px; } }
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 7, sass/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 15, sass/_print.scss */
  a, a:visited {
    text-decoration: underline; }

  /* line 19, sass/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 23, sass/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 33, sass/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* line 38, sass/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 43, sass/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 48, sass/_print.scss */
  tr, img {
    page-break-inside: avoid; }

  /* line 52, sass/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 62, sass/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 68, sass/_print.scss */
  h2, h3 {
    page-break-after: avoid; } }
