/* Reset =================================================== */
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,100,400italic,100italic,700,700italic);
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

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

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* Fonts =================================================== */
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/Font-Awesome/fontawesome-webfont.eot");
  src: url("../fonts/Font-Awesome/fontawesome-webfont.eot?#iefix") format("eot"), url("../fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Variables =================================================== */
/* Mixins =================================================== */
/*!
* jQuery UI CSS Framework 1.11.2
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* Smallest ========================================= */
html {
  font-size: 16px;
  width: 100%;
  -webkit-text-size-adjust: none; }

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 100%;
  color: white;
  background: #151813; }
  body * {
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  body .ui-selectmenu-button {
    border: 1px solid #312f2c;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7em;
    line-height: 1.3em;
    padding: 15px 20px;
    background: #312f2c;
    width: 280px !important;
    position: relative; }
    body .ui-selectmenu-button span.ui-selectmenu-text {
      padding: 0; }
    body .ui-selectmenu-button.ui-corner-top {
      -webkit-border-top-right-radius: 2px 0 0 2px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 2px 0 0 2px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 2px 0 0 2px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    body .ui-selectmenu-button .ui-icon {
      width: 60px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background: transparent url(../img/select-arrow.png) no-repeat right center;
      margin: 0;
      border-left: 1px solid black; }
      body .ui-selectmenu-button .ui-icon:before, body .ui-selectmenu-button .ui-icon:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 10px;
        background: white;
        display: block;
        left: 50%;
        top: 50%; }
      body .ui-selectmenu-button .ui-icon:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -8px; }
      body .ui-selectmenu-button .ui-icon:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: -2px; }

a {
  text-decoration: none;
  color: #b7b7a0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  a:hover {
    color: #a1a183; }

strong, b {
  font-weight: bold; }

input[type="submit"],
button,
.button {
  display: inline-block;
  padding: 1.3em 2em;
  background: black;
  color: white;
  text-transform: uppercase;
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.3;
  border: 0;
  cursor: hand;
  cursor: pointer;
  border: 1px solid #363633;
  font-weight: 300;
  font-family: "Roboto", sans-serif; }
  input[type="submit"]:hover,
  button:hover,
  .button:hover {
    background: black;
    color: #b7b7a0;
    border: 1px solid #b7b7a0; }

form label {
  display: none; }
form input[type="text"],
form input[type="tel"],
form input[type="fax"],
form input[type="email"],
form textarea,
form .ui-selectmenu-button {
  background-color: #312f2c;
  border: 1px solid #312f2c;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  padding: 18px 20px;
  color: white;
  width: 100%;
  height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  form input[type="text"]:hover, form input[type="text"]:focus,
  form input[type="tel"]:hover,
  form input[type="tel"]:focus,
  form input[type="fax"]:hover,
  form input[type="fax"]:focus,
  form input[type="email"]:hover,
  form input[type="email"]:focus,
  form textarea:hover,
  form textarea:focus,
  form .ui-selectmenu-button:hover,
  form .ui-selectmenu-button:focus {
    border: 1px solid #b7b7a0;
    background-color: #3e3c38; }
    form input[type="text"]:hover .ui-icon, form input[type="text"]:focus .ui-icon,
    form input[type="tel"]:hover .ui-icon,
    form input[type="tel"]:focus .ui-icon,
    form input[type="fax"]:hover .ui-icon,
    form input[type="fax"]:focus .ui-icon,
    form input[type="email"]:hover .ui-icon,
    form input[type="email"]:focus .ui-icon,
    form textarea:hover .ui-icon,
    form textarea:focus .ui-icon,
    form .ui-selectmenu-button:hover .ui-icon,
    form .ui-selectmenu-button:focus .ui-icon {
      border-left: 1px solid #b7b7a0; }
form textarea {
  min-height: 200px; }
form .form-block {
  margin-bottom: 10px; }

.content-width {
  max-width: 95%;
  margin: 0 auto; }

.mobile-only {
  display: block; }

header.global-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 2.5%; }
  header.global-header .menu-link {
    text-indent: -9999em;
    background: rgba(0, 0, 0, 0.15);
    color: white;
    position: relative;
    width: 60px;
    height: 60px;
    padding: 19px 15px;
    float: left; }
    header.global-header .menu-link .text {
      display: none; }
    header.global-header .menu-link .line {
      display: block;
      height: 3px;
      margin-bottom: 7px;
      width: 100%;
      background: white; }
      header.global-header .menu-link .line:last-child {
        margin-bottom: 0; }
    header.global-header .menu-link:hover {
      background: #b7b7a0; }
  header.global-header .phone {
    margin-top: 23px;
    display: block;
    float: right;
    margin-left: 0;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.7em;
    color: white; }
  header.global-header nav.global-nav .menu-options {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: 300; }
  header.global-header nav.global-nav .menu-bar {
    background: #151813;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 30px;
    font-weight: 300; }
  header.global-header nav.global-nav .main-logo {
    width: 100px;
    height: 42px;
    position: relative;
    max-width: 225px;
    width: 100px;
    padding-top: 0;
    margin: 2px auto 0;
    left: -1%; }
    header.global-header nav.global-nav .main-logo a,
    header.global-header nav.global-nav .main-logo img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    header.global-header nav.global-nav .main-logo .raster {
      display: none; }
  header.global-header nav.global-nav .close-menu-link {
    text-indent: -9999em;
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-left: -6px; }
    header.global-header nav.global-nav .close-menu-link .line-1,
    header.global-header nav.global-nav .close-menu-link .line-2 {
      display: block;
      background: #b7b7a0;
      height: 3px;
      width: 20px;
      position: absolute;
      left: 11px;
      top: 18px;
      margin: -7px 0 0 -7px; }
    header.global-header nav.global-nav .close-menu-link .line-1 {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header.global-header nav.global-nav .close-menu-link .line-2 {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header.global-header nav.global-nav .close-menu-link:hover .line-1,
    header.global-header nav.global-nav .close-menu-link:hover .line-2 {
      background: white; }
    header.global-header nav.global-nav .close-menu-link:hover .line-1 {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header.global-header nav.global-nav .close-menu-link:hover .line-2 {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
  header.global-header nav.global-nav ul.global-nav--list {
    list-style: none;
    margin: 0 -30px 10px; }
    header.global-header nav.global-nav ul.global-nav--list li {
      border-bottom: 1px solid #363633; }
      header.global-header nav.global-nav ul.global-nav--list li a {
        padding: 10px 30px;
        display: block;
        color: white; }
        header.global-header nav.global-nav ul.global-nav--list li a:hover {
          color: #b7b7a0;
          background: black; }
      header.global-header nav.global-nav ul.global-nav--list li:last-child {
        border-bottom: 0; }
  header.global-header nav.global-nav address {
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 2;
    color: #b7b7a0;
    font-style: normal;
    font-weight: 400; }
    header.global-header nav.global-nav address p {
      margin-bottom: 10px; }
      header.global-header nav.global-nav address p:last-child {
        margin-bottom: 0; }

.hero {
  padding-top: 100px;
  height: 95vh;
  position: relative;
  min-height: 300px; }
  .hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .hero .hero-image:before {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 200px;
      content: '';
      z-index: 100;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.5+0,0+100 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, transparent));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }
    .hero .hero-image:after {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: auto;
      bottom: 0;
      height: 200px;
      content: '';
      z-index: 100;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
      background: -moz-linear-gradient(top, transparent 0%, black 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, transparent 0%, black 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, transparent 0%, black 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, transparent 0%, black 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, transparent 0%, black 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
  .hero .hero-text {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 100; }
    .hero .hero-text h1 {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      width: 100%;
      text-align: center;
      font-weight: 100;
      color: white; }
      .hero .hero-text h1 img {
        width: 90%;
        margin: 0 auto; }
      .hero .hero-text h1 .raster {
        display: none; }
    .hero .hero-text .text-box {
      background: rgba(0, 0, 0, 0.7);
      padding: 20px;
      padding-bottom: 0;
      color: white;
      font-weight: 100;
      margin: 0;
      text-align: left;
      z-index: 100;
      width: 95%;
      margin: 0 auto 0;
      position: relative;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      top: 0; }
      .hero .hero-text .text-box * {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
      .hero .hero-text .text-box.closed {
        top: 75vh;
        top: 95vh;
        margin-top: -250px; }
      .hero .hero-text .text-box h1 {
        color: white;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.1;
        text-transform: uppercase;
        padding-bottom: 20px; }
      .hero .hero-text .text-box .text-box-state {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        -ms-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear;
        cursor: hand;
        cursor: pointer; }
        .hero .hero-text .text-box .text-box-state .line-minus,
        .hero .hero-text .text-box .text-box-state .line-plus {
          width: 20px;
          height: 4px;
          background: white;
          content: '';
          display: block;
          top: 8px;
          position: absolute;
          -webkit-transition: 0.2s linear;
          -moz-transition: 0.2s linear;
          -ms-transition: 0.2s linear;
          -o-transition: 0.2s linear;
          transition: 0.2s linear; }
        .hero .hero-text .text-box .text-box-state .line-plus {
          width: 4px;
          height: 20px;
          top: 0;
          left: 8px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .hero .hero-text .text-box .text-box-state.open .line-plus {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
      .hero .hero-text .text-box .text-box-content {
        padding-bottom: 20px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        font-size: 12.8px;
        font-size: 0.8rem;
        line-height: 1.5; }
        .hero .hero-text .text-box .text-box-content a {
          text-decoration: underline; }
        .hero .hero-text .text-box .text-box-content p {
          margin-bottom: 1em; }
          .hero .hero-text .text-box .text-box-content p:last-child {
            margin-bottom: 0; }
  .hero .scroll-down {
    width: 60px;
    height: 60px;
    text-indent: -9999em;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3); }
    .hero .scroll-down .fa {
      position: absolute;
      font-size: 40px;
      text-indent: 0;
      left: 0;
      top: 0;
      text-align: center;
      width: 100%;
      height: 100%;
      color: white;
      line-height: 60px; }
    .hero .scroll-down:hover {
      background: rgba(0, 0, 0, 0.6);
      width: 80px;
      margin-left: -40px; }
      .hero .scroll-down:hover .fa {
        top: 2px; }

.hero.interior {
  padding-bottom: 80px;
  min-height: 95vh;
  height: auto; }
  .hero.interior .hero-text {
    position: relative;
    height: auto;
    display: block; }
    .hero.interior .hero-text.standalone-title {
      height: 100%;
      position: absolute; }
      .hero.interior .hero-text.standalone-title h1 {
        font-size: 64px;
        font-size: 4rem;
        line-height: 1.5;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        display: block;
        position: absolute;
        top: auto;
        bottom: 80px;
        margin: 0;
        height: auto;
        letter-spacing: 3px;
        -webkit-text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
        -moz-text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.content-block {
  padding: 20px 0; }

.intro-text {
  padding: 20px 0;
  text-align: center;
  clear: both; }
  .intro-text h1, .intro-text h2, .intro-text h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 300;
    color: #b7b7a0;
    text-transform: uppercase; }
  .intro-text p, .intro-text a.button {
    margin-bottom: 10px; }

.block {
  position: relative;
  display: block;
  background: #0a4338;
  max-width: 100%; }
  .block .text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    left: 0;
    z-index: 10; }
    .block .text-container .text-container-inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 40px; }
      .block .text-container .text-container-inner h2, .block .text-container .text-container-inner h3, .block .text-container .text-container-inner h4, .block .text-container .text-container-inner h5 {
        color: white;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 22.4px;
        font-size: 1.4rem;
        line-height: 1.1; }
  .block .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .block:hover .text-container {
    padding: 20px;
    -webkit-box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.7); }
    .block:hover .text-container .text-container-inner {
      border: 1px solid white;
      padding: 20px; }
      .block:hover .text-container .text-container-inner h2, .block:hover .text-container .text-container-inner h3, .block:hover .text-container .text-container-inner h4, .block:hover .text-container .text-container-inner h5 {
        margin-top: 0; }
  .block:hover .image {
    opacity: .5; }

.special-block {
  width: 100%;
  padding-bottom: 80px;
  background: #312f2c;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: hand;
  cursor: pointer; }
  .special-block img {
    display: block;
    width: 100%; }
  .special-block .block-text {
    height: 100%;
    width: 100%;
    display: block;
    background: #312f2c;
    position: absolute;
    left: 0;
    padding: 15px;
    top: 100%;
    position: absolute;
    margin-top: -80px;
    text-align: left; }
    .special-block .block-text h1, .special-block .block-text h2, .special-block .block-text h3, .special-block .block-text h4, .special-block .block-text h5 {
      text-align: center;
      display: block;
      text-transform: uppercase;
      color: #b7b7a0;
      font-weight: 300;
      font-size: 19.2px;
      font-size: 1.2rem;
      line-height: 1.3; }
    .special-block .block-text .more-text {
      display: none;
      padding-top: 15px; }
      .special-block .block-text .more-text p.contact {
        bottom: 15px;
        left: 15px;
        position: absolute; }
  .special-block.open .block-text {
    margin-top: 0;
    top: 0; }
    .special-block.open .block-text .more-text {
      display: block; }

.section-title {
  margin-bottom: 20px;
  color: #b7b7a0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center; }

.alternating-sizes .block {
  height: 300px;
  min-height: 300px; }
  .alternating-sizes .block h2, .alternating-sizes .block h3, .alternating-sizes .block h4, .alternating-sizes .block h5 {
    margin-top: -120px; }

.special-block-listing {
  padding: 20px;
  clear: both;
  float: left;
  width: 100%; }

.block-listing {
  padding: 20px;
  background-image: url("../img/blurred-bkg.jpg");
  background-size: cover;
  clear: both; }
  .block-listing .block {
    height: 225px; }

.gallery-slider {
  padding: 40px; }
  .gallery-slider .bx-wrapper,
  .gallery-slider .bx-viewport {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .gallery-slider .bx-wrapper li,
    .gallery-slider .bx-viewport li {
      display: block;
      margin: 0 5px;
      max-width: 100px;
      min-height: 100px; }
      .gallery-slider .bx-wrapper li a,
      .gallery-slider .bx-viewport li a {
        display: block; }
        .gallery-slider .bx-wrapper li a img,
        .gallery-slider .bx-viewport li a img {
          display: block;
          width: 100%; }
  .gallery-slider .bx-prev,
  .gallery-slider .bx-next {
    background: rgba(0, 0, 0, 0.5);
    width: 31px;
    height: 31px;
    text-indent: -9999em;
    z-index: 100; }
    .gallery-slider .bx-prev:before, .gallery-slider .bx-prev:after,
    .gallery-slider .bx-next:before,
    .gallery-slider .bx-next:after {
      display: block;
      width: 3px;
      height: 15px;
      content: '';
      background: white;
      position: absolute;
      left: 15px;
      top: 4px; }
    .gallery-slider .bx-prev:before,
    .gallery-slider .bx-next:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .gallery-slider .bx-prev:after,
    .gallery-slider .bx-next:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: 9px; }
  .gallery-slider .bx-prev {
    left: -40px; }
  .gallery-slider .bx-next {
    left: auto;
    right: -40px; }
    .gallery-slider .bx-next:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .gallery-slider .bx-next:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.detail-rows {
  float: left;
  width: 100%; }
  .detail-rows .row {
    float: left;
    width: 100%;
    background-color: #20231d;
    color: white; }
    .detail-rows .row .more {
      color: #b7b7a0; }
    .detail-rows .row:nth-child(2n+2) {
      background-color: #151813; }
    .detail-rows .row .image-block {
      height: 200px;
      width: 100%; }
    .detail-rows .row .text-block {
      padding: 20px; }
      .detail-rows .row .text-block h1, .detail-rows .row .text-block h2, .detail-rows .row .text-block h3, .detail-rows .row .text-block h4, .detail-rows .row .text-block h5, .detail-rows .row .text-block h6 {
        font-weight: 100;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.1;
        color: #b7b7a0;
        margin-bottom: 20px; }
  .detail-rows a.row:hover {
    background: #323226; }
    .detail-rows a.row:hover h1, .detail-rows a.row:hover h2, .detail-rows a.row:hover h3, .detail-rows a.row:hover h4, .detail-rows a.row:hover h5, .detail-rows a.row:hover h6, .detail-rows a.row:hover .more, .detail-rows a.row:hover p {
      color: white; }

.image-gallery .image-block {
  width: 40%;
  height: 200px;
  height: 30vh;
  display: block;
  float: left; }
  .image-gallery .image-block:nth-child(4n+1) {
    width: 60%; }
  .image-gallery .image-block:nth-child(4n+4) {
    width: 60%; }

.page-content {
  padding: 20px; }
  .page-content .video {
    background: black;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .page-content .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .page-content p {
    margin-bottom: 1em; }
  .page-content ul, .page-content ol {
    margin-bottom: 1em;
    padding-left: 1.5em; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 100;
    color: #b7b7a0; }
  .page-content h3 {
    font-size: 27.2px;
    font-size: 1.7rem;
    line-height: 1.5; }
  .page-content h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5; }
  .page-content h5 {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1.5; }
  .page-content h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase; }
  .page-content img {
    max-width: 100%; }

.button-container {
  padding: 20px;
  text-align: center;
  clear: both;
  background: #20231d; }

footer.global-footer {
  float: left;
  width: 100%;
  clear: both;
  padding: 20px;
  font-weight: 300; }
  footer.global-footer h2 {
    width: 150px;
    margin-bottom: 20px; }
    footer.global-footer h2 .raster {
      display: none;
      width: 100%; }
  footer.global-footer address,
  footer.global-footer ul.footer-nav,
  footer.global-footer ul.social-links {
    list-style: none;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #5c5e5a;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 2; }
    footer.global-footer address a, footer.global-footer address p,
    footer.global-footer ul.footer-nav a,
    footer.global-footer ul.footer-nav p,
    footer.global-footer ul.social-links a,
    footer.global-footer ul.social-links p {
      color: #5c5e5a; }
      footer.global-footer address a:hover, footer.global-footer address p:hover,
      footer.global-footer ul.footer-nav a:hover,
      footer.global-footer ul.footer-nav p:hover,
      footer.global-footer ul.social-links a:hover,
      footer.global-footer ul.social-links p:hover {
        color: white; }
  footer.global-footer address {
    font-style: normal; }
  footer.global-footer button {
  margin-top: 40px;
  margin-bottom: 20px; }
  footer.global-footer ul.social-links {
    max-width: 200px; }
    footer.global-footer ul.social-links li {
      display: inline-block; }
      footer.global-footer ul.social-links li a {
        display: block;
        width: 48px;
        height: 48px;
        -webkit-border-radius: 48px;
        -moz-border-radius: 48px;
        border-radius: 48px;
        padding: 4px;
        opacity: .5; }
        footer.global-footer ul.social-links li a img {
          width: 40px;
          height: 40px;
          display: block; }
        footer.global-footer ul.social-links li a:hover {
          background-color: #6c6c52;
          opacity: 1; }

.ui-selectmenu-menu {
  -webkit-border-top-right-radius: 0 2px 2px 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 2px 2px 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 2px 2px 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 280px !important;
  background: #312f2c;
  border: 1px solid #b7b7a0;
  border-top: 0;
  overflow: hidden; }
  .ui-selectmenu-menu li.ui-menu-item {
    padding: .3em 1em;
    display: block;
    border: 0;
    border-bottom: 1px solid #312f2c;
    margin: 0; }
    .ui-selectmenu-menu li.ui-menu-item.ui-state-focus {
      padding: .3em 1em;
      border-bottom: 1px solid #312f2c;
      margin: 0;
      background: #b7b7a0;
      color: black; }
    .ui-selectmenu-menu li.ui-menu-item:last-child {
      border-bottom: 0; }

.no-svg header.global-header nav.global-nav .main-logo .raster {
  display: block; }
.no-svg header.global-header nav.global-nav .main-logo .vector {
  display: none; }
.no-svg .hero .hero-text h1 .raster {
  display: inline-block; }
.no-svg .hero .hero-text h1 .vector {
  display: none; }
.no-svg footer.global-footer h2 .raster {
  display: block; }
.no-svg footer.global-footer h2 .vector {
  display: none; }

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

  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  p {
    orphans: 3;
    widows: 3; }

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

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

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

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

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

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; } }
@media all and (max-width: 480px) {
  /* 480 and under ========================================= */ }
@media all and (min-width: 480px) {
  /* 480 =================================================== */
  header.global-header nav.global-nav .main-logo {
    left: 0; } }
@media all and (min-width: 600px) {
  /* 600 =================================================== */
  header.global-header .menu-bar {
    width: 300px; }
  header.global-header .phone {
    margin-top: 23px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1; }
  header.global-header nav.global-nav .main-logo {
    width: 150px;
    height: 63px;
    margin: 0 auto 0;
    left: 0;
    top: -5px; }

  .hero .hero-image:before, .hero .hero-image:after {
    height: 300px; }

  .hero.interior .hero-text.standalone-title h1 {
    font-size: 96px;
    font-size: 6rem;
    line-height: 1.2; }

  .porfolio-shortcuts,
  .block-listing {
    float: left;
    width: 100%;
    clear: both; }

  .block {
    width: 50%;
    float: left; }

  .special-block-listing,
  .special-blocks {
    text-align: center; }

  .special-block {
    width: 48%;
    display: inline-block;
    margin: .5%; }
    .special-block .block-text {
      text-align: left; }

  .detail-rows .row .text-block {
    padding: 40px; }

  footer.global-footer ul.social-links {
    max-width: 100%; } }
@media all and (min-width: 768px) {
  /* 768 =================================================== */
  .hero .hero-text .text-box {
    padding: 30px 40px;
    padding-bottom: 0;
    margin-top: 80px; }
    .hero .hero-text .text-box.closed {
      margin-top: -300px; }
    .hero .hero-text .text-box h1 {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 1.1;
      padding-bottom: 35px; }
    .hero .hero-text .text-box .text-box-state {
      right: 40px;
      top: 51px; }
    .hero .hero-text .text-box .text-box-content {
      padding-bottom: 40px;
      font-size: 14.4px;
      font-size: 0.9rem;
      line-height: 1.5; }

  .content-block,
  .intro-text {
    padding: 50px; }

  form {
    max-width: 600px;
    margin: 0 auto; }

  .alternating-sizes .block {
    width: 60%; }
    .alternating-sizes .block:nth-child(2), .alternating-sizes .block:nth-child(3), .alternating-sizes .block:nth-child(6), .alternating-sizes .block:nth-child(7), .alternating-sizes .block:nth-child(10), .alternating-sizes .block:nth-child(11) {
      width: 40%; }

  .special-block-listing,
  .block-listing {
    padding: 25px; }
    .special-block-listing h1, .special-block-listing h2,
    .block-listing h1,
    .block-listing h2 {
      padding-bottom: 25px; }

  .special-block {
    width: 31%;
    display: inline-block; }
    .special-block .block-text {
      font-size: 14.4px;
      font-size: 0.9rem;
      line-height: 1.5; }

  .gallery-slider {
    padding: 50px; }
    .gallery-slider .bx-wrapper li,
    .gallery-slider .bx-viewport li {
      max-width: 280px; }

  .button-container {
    padding: 50px; }

  .detail-rows .row {
    position: relative; }
    .detail-rows .row .image-block {
      height: 100%;
      width: 40%;
      position: absolute;
      left: 0;
      top: 0; }
    .detail-rows .row .text-block {
      float: right;
      width: 60%; }
    .detail-rows .row:nth-child(2n+2) .image-block {
      left: auto;
      right: 0; }
    .detail-rows .row:nth-child(2n+2) .text-block {
      float: left; }

  .image-gallery .image-block {
    height: 300px; }

  .page-content {
    padding: 40px; }
    .page-content img.right {
      float: right;
      max-width: 50%;
      margin: 0 0 1em 1.5em; }

  footer.global-footer h2, footer.global-footer address, footer.global-footer ul.footer-nav {
    float: left;
    margin-right: 5%;
    width: 25%; }
  footer.global-footer h2 {
    max-width: 213px; }
  footer.global-footer ul.social-links {
    float: right; }
    footer.global-footer ul.social-links li {
      display: block; } }
@media all and (min-width: 960px) {
  /* 960 =================================================== */
  .mobile-only {
    display: none; }

  header.global-header {
    padding-top: 27px; }
    header.global-header .menu-bar {
      width: 300px; }
    header.global-header .phone {
      margin-top: 23px;
      font-size: 17.6px;
      font-size: 1.1rem;
      line-height: 1.1; }
    header.global-header nav.global-nav .main-logo {
      width: 225px;
      height: 95px;
      margin: 0 auto 0;
      top: -15px; }

  .hero .hero-text .text-box {
    width: 800px;
    left: 50%;
    margin-left: -400px; }

  .special-block-listing,
  .block-listing {
    padding: 70px; }

  .section-title {
    margin-bottom: 30px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1; }

  .gallery-slider {
    padding: 70px;
    min-height: 200px; }
    .gallery-slider .bx-wrapper .bx-viewport {
      min-height: 300px; }

  .button-container {
    padding: 70px; }

  .detail-rows .row {
    min-height: 350px;
    height: 350px; }
    .detail-rows .row .text-block {
      display: table;
      position: absolute;
      left: 40%;
      top: 0;
      height: 100%;
      width: 60%;
      vertical-align: middle;
      float: right;
      padding-left: 60px;
      padding-right: 60px; }
      .detail-rows .row .text-block .text-block-inner {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle; }
    .detail-rows .row:nth-child(2n+2) .text-block {
      left: 0; }
  .detail-rows a.row:hover .image-block {
    width: 41%; }

  form {
    max-width: 800px; }
    form .form-block {
      width: 800px;
      float: left;
      margin-bottom: 20px; }
      form .form-block.half {
        width: 390px;
        margin-right: 20px; }
        form .form-block.half .ui-selectmenu-button {
          width: 390px !important; }
        form .form-block.half:nth-child(2n+3) {
          margin-right: 0; }
    form button {
      margin: 0 auto;
      display: block;
      min-width: 280px;
      clear: both; }

  .ui-selectmenu-menu {
    width: 390px !important; }

  .page-content {
    padding: 70px 0;
    max-width: 890px;
    margin: 0 auto; }

  footer.global-footer {
    padding: 60px; }
    footer.global-footer h2 {
      width: 213px;
      max-width: 213px; }
    footer.global-footer address, footer.global-footer ul.footer-nav {
      width: 20%;
      margin-right: 2%;
      font-size: 12.8px;
      font-size: 0.8rem;
      line-height: 2.2; }
    footer.global-footer ul.social-links li {
      float: left; }
    footer.global-footer address,
    footer.global-footer ul.footer-nav,
    footer.global-footer ul.social-links {
      padding-top: 40px; } }
@media all and (min-width: 1280px) {
  /* 1200 =================================================== */
  .content-width {
    max-width: 1140px; }

  header.global-header .content-width {
    max-width: 95%; }
  header.global-header nav.global-nav .menu-bar {
    font-weight: 300; }
    header.global-header nav.global-nav .menu-bar ul.global-nav--list {
      padding: 20px 0;
      font-size: 19.2px;
      font-size: 1.2rem;
      line-height: 1.5; }
      header.global-header nav.global-nav .menu-bar ul.global-nav--list a {
        color: white; }

  .hero .hero-text h1 img {
    max-width: 1000px; }

  .intro-text {
    padding: 80px; }

  .special-block {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    width: 23.5%; }

  .special-blocks {
    max-width: 1200px;
    margin: 0 auto; }

  .detail-rows .row {
    min-height: 450px;
    height: 450px; }
    .detail-rows .row .text-block {
      padding: 70px; }

  .image-gallery .image-block {
    min-height: 350px;
    height: 400px;
    height: 40vh; }

  .block-listing .block {
    height: 300px; } }
@media all and (min-width: 1600px) {
  .block {
    height: 400px; }

  .alternating-sizes .block {
    height: 400px; }
    .alternating-sizes .block h3 {
      margin-top: -150px; } }
@media all and (min-width: 2100px) {
  .block {
    height: 500px; }

  .alternating-sizes .block {
    height: 500px; }
    .alternating-sizes .block h3 {
      margin-top: -200px; }

  .block-listing .block {
    height: 400px; } }
    
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 20px 0 20px 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}    
    
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease; }

#baguetteBox-overlay.visible {
  opacity: 1; }

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%; }

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
  white-space: normal; }

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-moz-transform .4s ease;
  transition: left .4s ease,transform .4s ease; }

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button {
  right: 2%; }

.baguetteBox-button#previous-button {
  left: 2%; }

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }

.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounceFromRight {
  0%,100% {
    margin-left: 0; }
  50% {
    margin-left: -30px; } }
@keyframes bounceFromRight {
  0%,100% {
    margin-left: 0; }
  50% {
    margin-left: -30px; } }
@-webkit-keyframes bounceFromLeft {
  0%,100% {
    margin-left: 0; }
  50% {
    margin-left: 30px; } }
@keyframes bounceFromLeft {
  0%,100% {
    margin-left: 0; }
  50% {
    margin-left: 30px; } }
@-webkit-keyframes bounce {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounce {
  0%,100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }
