/* ==========================================================================
Theme Name: Amy Lau Design
Theme URI: amylaudesign.com
Description: Official theme. Please do not change.
Version: 1.0
Author: Studio Kudos
Author URI: http://www.amylaudesign.com
============================================================================= */
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

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

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

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.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; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.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 */
.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; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.html) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.html) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.html); }

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'img/rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #fff;
  color: #222; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.html");
  background-color: #4d4d4d;
  background-color: rgba(77, 77, 77, 0.9);
  *background-color: #000; }

.rsDefault .rsArrowIcn:hover {
  background-color: #4d4d4d; }

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px; }

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px; }

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px; }

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5); }

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px; }

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%; }

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a; }

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.rsDefault .rsTmb {
  display: block; }

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.html"); }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }

  .rsDefault .rsThumbsHor {
    height: 44px; }

  .rsDefault .rsThumbsVer {
    width: 59px; } }
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.html") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(img/rs-default.html) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.html") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(img/preloader-white.html);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
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.
 */
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.
 */
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.
 */
[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.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

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

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

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

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

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

/**
 * Correct list images handled incorrectly in IE 7.
 */
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.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

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

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

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

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

/* =================== Variables ============================================= */
/* =================== Defaults ============================================== */
html, body {
  width: 100%;
  height: 100%; }

body {
  background: #fff;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

#issuu-container {
  margin-bottom: 0;
  display: block; }
  @media only screen and (min-width: 800px) {
    #issuu-container {
      display: none; } }

.page404 {
  font-size: 2.25em;
  line-height: 1.2em;
  color: #c9672c;
  margin: 100px 3% 0 3%;
  max-width: 540px; }

/* =================== Defaults ============================================== */
body {
  background: #fff;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

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

@media only screen and (min-width: 800px) {
  .header-container header .wrap {
    border-top: 1px solid #c9672c; } }

/* =================== Header ================================================ */
#logo {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  position: fixed;
  z-index: 9999;
  display: block;
  width: 50px;
  height: 50px;
  margin-left: 3%;
  background: transparent url(img/logo-mobile.html) no-repeat center center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    #logo {
      background: transparent url(img/logo-mobile%402x.html) no-repeat center center;
      background-size: 100% 100%; } }
  #logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: none; }
  @media only screen and (min-width: 37.5em) {
    #logo {
      top: 0;
      width: 50px;
      height: 50px;
      background: none;
      margin-left: 3%; }
      #logo img {
        display: block; } }
  @media only screen and (min-width: 48em) {
    #logo {
      top: 25px;
      width: 80px;
      height: 79px;
      margin: 0 0 0 2.5%; } }
  @media only screen and (min-width: 64em) {
    #logo {
      width: 145px;
      height: 143px;
      left: 25px;
      margin: 0; } }

header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998; }
  header .wrap {
    background: #fff;
    opacity: 0.9;
    padding: 0.9375em 3%; }
  @media only screen and (min-width: 800px) {
    header {
      top: auto;
      bottom: 0; }
      header .wrap {
        opacity: 1;
        padding: 1.375em 2.0625em 1.375em 2.0625em; } }

.header-links {
  text-transform: uppercase; }
  .header-links a {
    text-decoration: none;
    font-size: 1em;
    color: #4d4d4d;
    margin-right: 1em;
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
    letter-spacing: 2px;
    display: none; }
    .header-links a.last {
      margin-right: 0; }
    .header-links a:hover {
      color: #c9672c; }
    .header-links a.current {
      border-bottom: 2px solid #e6af8e; }
  .header-links #mobile-link {
    display: block;
    float: right;
    font-weight: 800;
    margin: 0;
    color: #c9672c; }
  @media only screen and (min-width: 800px) {
    .header-links a {
      margin-right: 1.5em;
      letter-spacing: 1px;
      font-size: 0.9em;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }
    .header-links #mobile-link {
      display: none; } }
  @media only screen and (min-width: 73.25em) {
    .header-links {
      float: left; } }
  @media only screen and (min-width: 89em) {
    .header-links a {
      margin-right: 1.875em;
      letter-spacing: 2px;
      font-size: 1em; } }

#header-contact {
  font-size: 0.6875em;
  color: #4d4d4d;
  margin-top: 1.25em;
  padding-top: 0.625em;
  border-top: 1px solid #ccc;
  display: none; }
  #header-contact a {
    text-decoration: none;
    color: #4d4d4d; }
    #header-contact a:hover {
      color: #c9672c; }
  #header-contact span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-right: 1em; }
  @media only screen and (min-width: 73.25em) {
    #header-contact {
      float: right;
      display: block;
      margin-top: 0;
      padding-top: 0.4em;
      border-top: none; } }
  @media only screen and (min-width: 79.5em) {
    #header-contact {
      font-size: 0.8125em;
      line-height: 1; } }
  @media only screen and (min-width: 98em) {
    #header-contact {
      font-size: 0.875em;
      margin-top: 0;
      padding-top: 0.4em;
      border-top: none; } }

#mobile-menu {
  background: #444;
  padding: 0 2.0625em 0 2.0625em;
  display: none; }
  #mobile-menu a {
    display: block;
    color: #ccc;
    font-size: 1em;
    padding: 4px 0;
    text-decoration: none;
    border-bottom: 1px solid #333;
    text-align: right;
    text-transform: uppercase; }
    #mobile-menu a.first {
      padding-top: 15px; }
    #mobile-menu a.last {
      padding-bottom: 15px;
      border-bottom: none; }
    #mobile-menu a:hover {
      color: #fff; }
    #mobile-menu a.current {
      color: #d9834f; }
  @media only screen and (min-width: 800px) {
    #mobile-menu {
      display: none !important; } }

.preloader-container {
  width: 100%;
  position: relative;
  z-index: -100;
  display: none;
  opacity: 0; }
  @media only screen and (min-width: 800px) {
    html.cssanimations .preloader-container {
      display: block;
      -webkit-animation-duration: 1s;
      -webkit-animation-delay: 1s;
      -moz-animation-duration: 1s;
      -moz-animation-delay: 1s;
      -o-animation-duration: 1s;
      -o-animation-delay: 1s;
      animation-duration: 1s;
      animation-delay: 1s; } }

.preloader {
  width: 100%;
  padding: 4px 2.0625em;
  background: #c9672c;
  background: rgba(201, 103, 44, 0.9); }
  html.no-js .preloader {
    width: 100%; }
  .preloader .filters {
    display: none; }
  @media only screen and (min-width: 800px) {
    .preloader .filters {
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1.125em; } }
  .preloader a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    text-decoration: none;
    color: #eee;
    padding-right: 15px; }
    .preloader a:hover {
      color: #fff; }
    .preloader a.current {
      font-weight: 600;
      color: #fff; }

body.post-type-archive-interiors .preloader, body.post-type-archive-press .preloader {
  height: 26px; }

/* =================== Slideshows ============================================ */
.nav-content {
  color: #fff;
  display: none;
  position: absolute;
  right: 2%;
  bottom: 40px;
  z-index: 5;
  width: 250px;
  padding: 15px 20px 15px 15px;
  background: #4d4d4d;
  background: rgba(77, 77, 77, 0.9);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .nav-content:hover {
    opacity: 1; }
  .nav-content.has-heading {
    padding: 24px; }
  .nav-content.no-buttons {
    padding: 16px 24px 15px 24px; }
  .nav-content .individual-title span {
    padding: 0 0 3px 0; }
  .nav-content span {
    display: block; }
  .nav-content .heading {
    font-size: 1.5em;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.65em;
    letter-spacing: 0.09em; }
  .nav-content .heading small {
    font-size: 0.6em; }
  .nav-content .title {
    font-size: 1.2em;
    line-height: 1.1; }
  .nav-content .subtitle {
    margin: 2px 0 4px 0;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #bbb; }
  .nav-content .website {
    display: block;
    margin: 10px 0 0 0;
    font-size: 0.85em; }
    .nav-content .website a {
      text-decoration: none;
      color: #bfbfbf; }
      .nav-content .website a:hover {
        text-decoration: underline; }
  .nav-content .view-book, .nav-content .purchase {
    display: block;
    margin: 5px 0 10px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #aaa;
    font-size: 0.9em; }
    .nav-content .view-book a, .nav-content .purchase a {
      text-decoration: none;
      color: #fff; }
    .nav-content .view-book a:after, .nav-content .purchase a:after {
      content: ' \2192'; }
    .nav-content .view-book a:hover:after, .nav-content .purchase a:hover:after {
      content: '\00a0\00a0\2192'; }
  .nav-content .desc {
    font-size: 0.9em;
    color: #eee; }
    .nav-content .desc p {
      margin: 0; }
  @media only screen and (min-width: 800px) {
    .nav-content {
      display: block;
      right: 2%;
      bottom: 95px; }
      body.home .nav-content {
        display: block !important; }
      .nav-content .heading {
        font-size: 1.3em;
        line-height: 1;
        padding-bottom: 5px;
        margin-bottom: 0.65em;
        letter-spacing: 0.09em; }
      .nav-content .heading small {
        font-size: 0.55em; } }
  @media only screen and (min-width: 1100px) {
    .nav-content {
      bottom: 100px;
      width: 350px;
      padding: 16px 24px 24px 24px; }
      .nav-content.has-heading {
        padding: 24px; }
      .nav-content .heading {
        font-size: 1.5em;
        line-height: 1;
        padding-bottom: 5px;
        margin-bottom: 0.65em;
        letter-spacing: 0.09em; }
      .nav-content .heading small {
        font-size: 0.6em; }
      .nav-content .title {
        font-size: 1.2em;
        line-height: 1.1; }
      .nav-content .subtitle {
        margin: 2px 0 4px 0;
        font-size: 0.75em; }
      .nav-content .desc {
        font-size: 0.9em; } }

.home-nav-content {
  color: #fff;
  display: none;
  position: absolute;
  right: 2%;
  bottom: 40px;
  z-index: 5;
  width: 250px;
  padding: 15px 20px 15px 15px;
  background: #4d4d4d;
  background: rgba(77, 77, 77, 0.9);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .home-nav-content:hover {
    opacity: 1; }
  .home-nav-content.has-heading {
    padding: 24px; }
  .home-nav-content.no-buttons {
    padding: 16px 24px 24px 24px; }
  .home-nav-content .individual-title span {
    padding: 0 0 3px 0; }
  .home-nav-content span {
    display: block; }
  .home-nav-content .heading {
    font-size: 1.5em;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.65em;
    letter-spacing: 0.09em; }
  .home-nav-content .heading small {
    font-size: 0.6em; }
  .home-nav-content .title {
    font-size: 1.2em;
    line-height: 1.1; }
  .home-nav-content .subtitle {
    margin: 2px 0 4px 0;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #bbb; }
  .home-nav-content .website {
    display: block;
    margin: 10px 0 0 0;
    font-size: 0.85em; }
    .home-nav-content .website a {
      text-decoration: none;
      color: #bfbfbf; }
      .home-nav-content .website a:hover {
        text-decoration: underline; }
  .home-nav-content .desc {
    font-size: 0.9em;
    color: #eee; }
    .home-nav-content .desc p {
      margin: 0; }
  @media only screen and (min-width: 800px) {
    .home-nav-content {
      display: block;
      right: 2%;
      bottom: 95px; }
      .home-nav-content .heading {
        font-size: 1.3em;
        line-height: 1;
        padding-bottom: 5px;
        margin-bottom: 0.65em;
        letter-spacing: 0.09em; }
      .home-nav-content .heading small {
        font-size: 0.55em; } }
  @media only screen and (min-width: 1100px) {
    .home-nav-content {
      bottom: 100px;
      width: 350px;
      padding: 16px 24px 24px 24px; }
      .home-nav-content.has-heading {
        padding: 24px; }
      .home-nav-content .heading {
        font-size: 1.5em;
        line-height: 1;
        padding-bottom: 5px;
        margin-bottom: 0.65em;
        letter-spacing: 0.09em; }
      .home-nav-content .heading small {
        font-size: 0.6em; }
      .home-nav-content .title {
        font-size: 1.2em;
        line-height: 1.1; }
      .home-nav-content .subtitle {
        margin: 2px 0 4px 0;
        font-size: 0.75em; }
      .home-nav-content .desc {
        font-size: 0.9em; } }

.nav-content-container {
  display: none; }
  @media only screen and (min-width: 800px) {
    .nav-content-container {
      display: block; } }

body.page-template-book-php .nav-content-container {
  display: block !important; }
  body.page-template-book-php .nav-content-container .nav-content {
    width: 180px;
    display: block !important; }

@media only screen and (max-width: 799px) {
  .header-container header {
    display: block !important; } }

#home-collections, #home-artadvisory {
  display: none; }

#home-interiors {
  display: block; }

.hide-on-mobile {
  display: none; }
  @media only screen and (min-width: 800px) {
    .hide-on-mobile {
      display: block; } }

.nav-buttons {
  width: 54px;
  position: absolute;
  right: 2%;
  bottom: 108px;
  z-index: 6; }
  .nav-buttons .scroll {
    display: block;
    width: 50px;
    height: 50px; }
    .nav-buttons .scroll.up {
      background: transparent url(img/scroll-up.html) no-repeat center 5px;
      background-size: 100% 100%; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .nav-buttons .scroll.up {
          background: transparent url(img/scroll-up%402x.html) no-repeat center 5px;
          background-size: 100% 100%; } }
    .nav-buttons .scroll.down {
      background: transparent url(img/scroll-down.html) no-repeat center -10px;
      background-size: 100% 100%; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .nav-buttons .scroll.down {
          background: transparent url(img/scroll-down%402x.html) no-repeat center -10px;
          background-size: 100% 100%; } }
    .nav-buttons .scroll.disabled {
      opacity: 0.5; }

.royalSlider, .homeRoyalSlider, .bookRoyalSlider {
  width: 100%; }

.bookRoyalSlider .rsOverflow,
.bookRoyalSlider .rsSlide,
.bookRoyalSlider .rsVideoFrameHolder,
.bookRoyalSlider .rsThumbs {
  background: #e6e6e6 !important; }

.royalSlider > .rsContent, .homeRoyalSlider > .rsContent {
  visibility: hidden; }

#single-slideshow {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  display: none;
  -webkit-backface-visibility: hidden; }
  #single-slideshow .item-name {
    display: none; }
  #single-slideshow .cover {
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #single-slideshow .back-to-section {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 260px;
    padding: 10px 20px 30px 20px;
    margin-left: -130px;
    background: #4d4d4d;
    background: rgba(66, 66, 66, 0.9); }
    #single-slideshow .back-to-section p {
      margin: 15px 0 0 0; }
    #single-slideshow .back-to-section span, #single-slideshow .back-to-section small {
      display: block; }
    #single-slideshow .back-to-section small {
      color: #bbb;
      text-transform: uppercase; }
    #single-slideshow .back-to-section span {
      color: #c9672c; }
    #single-slideshow .back-to-section a {
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid #fff;
      font-size: 1.2em; }
  .slider-container.book #single-slideshow {
    display: block; }
  @media only screen and (min-width: 800px) {
    #single-slideshow {
      display: block; } }

#home-slideshow {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto; }

#mobile-slides {
  *zoom: 1;
  margin: 0 3%;
  padding: 0 0 40px 0; }
  #mobile-slides:before, #mobile-slides:after {
    content: " ";
    display: table; }
  #mobile-slides:after {
    clear: both; }
  #mobile-slides .mobile-share {
    margin-bottom: 20px; }
    #mobile-slides .mobile-share span, #mobile-slides .mobile-share a {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      margin-right: 10px;
      vertical-align: middle; }
    #mobile-slides .mobile-share span {
      font-size: 0.85em; }
  #mobile-slides .block {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
    #mobile-slides .block img {
      margin-bottom: 10px;
      width: 100%;
      height: auto; }
  #mobile-slides .block:last-child {
    margin-bottom: 0; }
  #mobile-slides .mobile-title {
    margin: 70px 0 20px 0;
    padding: 8px 0;
    font-size: 1.5em;
    line-height: 1;
    color: #737373;
    font-weight: 400;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  #mobile-slides span {
    display: block; }
  #mobile-slides .title {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.1;
    color: #b45c27; }
  #mobile-slides .subtitle {
    margin: 2px 0 4px 0;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #777; }
  #mobile-slides .desc {
    font-size: 0.9em;
    line-height: 1.3;
    color: #444; }
  #mobile-slides .website {
    display: block;
    margin: -5px 0 20px 0;
    font-size: 0.85em; }
    #mobile-slides .website a {
      text-decoration: underline;
      color: #444; }
  #mobile-slides .back-to-section p {
    margin: 15px 0 0 0; }
  #mobile-slides .back-to-section span, #mobile-slides .back-to-section small {
    display: block; }
  #mobile-slides .back-to-section span {
    color: #c9672c; }
  #mobile-slides .back-to-section a {
    color: #c9672c;
    text-decoration: none; }
    #mobile-slides .back-to-section a:hover {
      text-decoration: underline; }
  #mobile-slides .back-to-section .col1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background-color: #eee; }
  #mobile-slides .back-to-section .col2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: right;
    padding: 10px;
    background-color: #eee; }
  @media only screen and (min-width: 600px) {
    #mobile-slides .mobile-title {
      font-size: 1.75em;
      margin: 130px 0 20px 0;
      padding: 10px 0;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    #mobile-slides .back-to-section .col1 {
      width: 44%;
      float: left;
      padding: 10px;
      background-color: #eee; }
    #mobile-slides .back-to-section .col2 {
      width: 44%;
      float: right;
      text-align: right;
      padding: 10px;
      background-color: #eee; } }
  @media only screen and (min-width: 800px) {
    #mobile-slides {
      display: none; } }

.desktop-share {
  margin-top: 5px;
  text-align: right; }
  .desktop-share a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-left: 5px;
    vertical-align: middle; }

/* =================== Thumbnail Containter ================================== */
.thumbnail-container {
  *zoom: 1;
  width: 96%;
  padding: 67px 2% 30px 2%; }
  .thumbnail-container:before, .thumbnail-container:after {
    content: " ";
    display: table; }
  .thumbnail-container:after {
    clear: both; }
  @media only screen and (min-width: 37.5em) {
    .thumbnail-container {
      width: 100%;
      padding: 67px 2% 50px 2%; } }
  @media only screen and (min-width: 48em) {
    .thumbnail-container {
      width: 96%;
      padding: 126px 2% 120px 2%; } }
  @media only screen and (min-width: 64em) {
    .thumbnail-container {
      top: 25px;
      padding-top: 25px;
      /*margin-left: 197px;*/
      width: auto;
      padding-left: 0; } }

.archive-description {
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  color: #737373;
  font-weight: 400;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .archive-description:nth-child(odd) {
    margin-left: 1%;
    margin-right: 1%; }
  .archive-description:nth-child(even) {
    margin-left: 1%;
    margin-right: 1%; }
  @media only screen and (min-width: 37.5em) {
    .archive-description {
      margin: 0 1% 1.5em 1%; } }
  @media only screen and (min-width: 48em) {
    .archive-description {
      display: none;
      margin: 0 0.5% 1.5em 0.5%; }
      .archive-description:nth-child(odd) {
        margin-left: 0.5%;
        margin-right: 0.5%; }
      .archive-description:nth-child(even) {
        margin-left: 0.5%;
        margin-right: 0.5%; } }
  @media only screen and (min-width: 80em) {
    .archive-description {
      margin: 0 0.25% 1.5em 0.25%; }
      .archive-description:nth-child(odd) {
        margin-left: 0.25%;
        margin-right: 0.25%; }
      .archive-description:nth-child(even) {
        margin-left: 0.25%;
        margin-right: 0.25%; } }

.thumb.square {
  text-decoration: none;
  display: block;
  position: relative;
  float: left;
  /*margin-bottom: 0.5em*/;
  width: 100%; }
  .thumb.square img {
    width: 100%;
    height: auto; }
  .thumb.square:nth-child(odd) {
    /*margin-left: 1%;
    margin-right: 1%; */}
  .thumb.square:nth-child(even) {
    /*margin-left: 1%;
    margin-right: 1%; */}
  .thumb.square .label {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 63px;
    height: 63px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .thumb.square .label.web {
    background: transparent url(img/label-web.html) no-repeat center center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .thumb.square .label.web {
        background: transparent url(img/label-web%402x.html) no-repeat center center;
        background-size: 100% 100%; } }
  .thumb.square .label.pdf {
    background: transparent url(img/label-pdf.html) no-repeat center center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .thumb.square .label.pdf {
        background: transparent url(img/label-pdf%402x.html) no-repeat center center;
        background-size: 100% 100%; } }
  @media only screen and (min-width: 37.5em) {
    .thumb.square {
      /*margin: 0 1% 1% 1%;
      width: 31.333333333%;*/ } }
  @media only screen and (min-width: 48em) {
    .thumb.square {
      /*margin: 0 0.5% 1% 0.5%;
      width: 24%; */}
      .thumb.square:nth-child(odd) {
       /* margin-left: 0.5%;
        margin-right: 0.5%; */}
      .thumb.square:nth-child(even) {
        /*margin-left: 0.5%;
        margin-right: 0.5%;*/ }
      .thumb.square:hover .label {
        opacity: 1; } }
  @media only screen and (min-width: 80em) {
    .thumb.square {
     /* margin: 0 0.25% 0.5% 0.25%;
      width: 19.5%; */}
      .thumb.square:nth-child(odd) {
        /*margin-left: 0.25%;
        margin-right: 0.25%; }
      .thumb.square:nth-child(even) {
        margin-left: 0.25%;
        margin-right: 0.25%; */} }

.thumb.rectangle {
  text-decoration: none;
  display: block;
  position: relative;
  float: left;
  margin-bottom: 0.5em;
  width: 98%; }
  .thumb.rectangle img {
    width: 100%;
    height: auto; }
  .thumb.rectangle:nth-child(odd) {
    margin-left: 1%;
    margin-right: 1%; }
  .thumb.rectangle:nth-child(even) {
    margin-left: 1%;
    margin-right: 1%; }
  @media only screen and (min-width: 48em) {
    .thumb.rectangle {
      margin: 0 0.5% 1% 0.5%;
      width: 49%; }
      .thumb.rectangle:nth-child(odd) {
        margin-left: 0.5%;
        margin-right: 0.5%; }
      .thumb.rectangle:nth-child(even) {
        margin-left: 0.5%;
        margin-right: 0.5%; }
      .thumb.rectangle:hover .label {
        opacity: 1; } }

html.cssanimations .thumb.square, html.cssanimations .thumb.rectangle {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.thumb-overlay {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .thumb-overlay span {
    display: block; }
  .thumb-overlay .project-name {
    overflow: hidden;
    padding-top: 5px;
    color: #4d4d4d;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9em;
    font-size: 0.8em;
    line-height: 1; }
  .thumb-overlay .project-type, .thumb-overlay .project-date {
    padding-bottom: 5px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 0.75em; }
  body.post-type-archive-collections .thumb-overlay .project-type {
    font-size: 1em;
    line-height: 1em; }
  @media only screen and (min-width: 48em) {
    .thumb-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #4d4d4d;
      display: none; }
      .thumb:hover .thumb-overlay {
        display: block; }
      .thumb-overlay .project-name {
        padding: 20px 20px 5px 20px;
        color: #fff;
        font-size: 1.25em;
        overflow: visible;
        text-overflow: clip;
        white-space: normal; }
      .thumb-overlay .project-type, .thumb-overlay .project-date {
        padding: 0 20px 0 20px;
        color: #ADADAC;
        font-size: 0.75em; } }
  @media only screen and (min-width: 64em) {
    .thumb-overlay .project-name {
      padding: 33px 33px 5px 33px;
      font-size: 1.3125em; }
    .thumb-overlay .project-type, .thumb-overlay .project-date {
      padding: 0 33px 0 33px; } }

@media only screen and (min-width: 48em) {
  html.csstransitions .thumb-overlay {
    display: block;
    opacity: 0; }
  html.csstransitions .thumb-overlay:hover {
    opacity: 0.9; } }

/* =================== Modal ================================================= */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #4d4d4d;
  display: none; }
  #overlay.active {
    cursor: pointer; }

#about-modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  width: 560px;
  height: 100%;
  -webkit-box-shadow: 0 0 6px 0 #000;
  box-shadow: 0 0 6px 0 #000;
  display: none;
  overflow-y: scroll; }
  #about-modal .bio-portrait {
    padding: 0 0 15px 0; }
    #about-modal .bio-portrait img {
      width: 100%;
      height: auto; }

#contact-modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  width: 460px;
  height: 100%;
  -webkit-box-shadow: 0 0 6px 0 #000;
  box-shadow: 0 0 6px 0 #000;
  display: none;
  overflow-y: scroll; }

.modal-content {
  padding: 33px 33px 105px 33px;
  position: relative; }
  .modal-content h1, .modal-content h2, .modal-content h3 {
    text-transform: uppercase;
    color: #c9672c;
    font-weight: 500; }
  .modal-content p {
    font-size: 0.875em;
    color: #4d4d4d;
    margin: 0 0 0.75em 0; }
  .modal-content a {
    text-decoration: none;
    color: #c9672c; }
  .modal-content h1 {
    font-size: 1.625em;
    margin: 0 0 0.75em 0; }
  .modal-content h3 {
    font-size: 1.125em;
    margin: 0 0 0.3125em 0; }
    .modal-content h3.write-us {
      margin: 30px 0 15px 0; }

#modal-container .modal-content {
  *zoom: 1;
  width: 94%;
  padding: 0 3% 100px 3%; }
  #modal-container .modal-content:before, #modal-container .modal-content:after {
    content: " ";
    display: table; }
  #modal-container .modal-content:after {
    clear: both; }
  #modal-container .modal-content .bio-portrait {
    padding: 0 0 15px 0; }
    #modal-container .modal-content .bio-portrait img {
      width: 100%;
      height: auto; }
  #modal-container .modal-content h1 {
    margin: 70px 0 20px 0;
    padding: 8px 0;
    font-size: 1.5em;
    line-height: 1;
    color: #737373;
    font-weight: 400;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  @media only screen and (min-width: 37.5em) {
    #modal-container .modal-content {
      padding: 126px 3% 50px 3%; }
      #modal-container .modal-content h1 {
        margin-top: 0; } }
  @media only screen and (min-width: 800px) {
    #modal-container .modal-content {
      width: 580px;
      margin-left: 100px;
      padding: 25px 2.5% 100px 2.5%; }
      #modal-container .modal-content h1 {
        display: none; } }
  @media only screen and (min-width: 64em) {
    #modal-container .modal-content {
      padding-top: 25px;
      margin-left: 197px;
      padding-left: 0; } }

.close-modal {
  width: 10px;
  height: 10px;
  background: transparent url(img/close.html) no-repeat center center;
  position: fixed;
  top: 33px;
  right: 33px;
  z-index: 99999;
  cursor: pointer;
  display: none; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .close-modal {
      background: transparent url(img/close%402x.html) no-repeat center center;
      background-size: 100% 100%; } }

/* =================== FORM ================================================== */
.contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #dfdfdf;
  border: 0;
  padding: 0.5em;
  font-size: 1em;
  color: #4d4d4d;
  width: 94%;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif; }
.contact_form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  background: #c9672c;
  color: #fff;
  font-weight: normal;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  padding: 0.5em 1em; }
.contact_form .row {
  margin-bottom: 1em;
  width: 100%; }

/* =================== SOCIAL ================================================ */
.social-icons {
  margin-bottom: 20px; }

.icon-fb, .icon-tw, .icon-pi {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat; }

.icon-fb {
  background-image: url(img/icon-fb.html);
  background-position: -4px 0; }

.icon-tw {
  background-image: url(img/icon-tw.html); }

.icon-pi {
  background-image: url(img/icon-pi.html); }

/* =================== PRINT ================================================= */
.print-only {
  display: none;
  margin: 1cm 3% 0.5cm 3%; }
  .print-only .print-logo {
    width: 70px;
    height: auto;
    float: left; }
  .print-only .print-heading {
    float: right;
    width: 400px;
    text-align: right;
    font-size: 36pt; }

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

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

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

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

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

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

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
@media print {
  .back-to-section, .header-container, .mobile-share {
    display: none; }

  .print-only {
    display: block !important; }

  #mobile-slides .mobile-title {
    margin-top: 0.5cm; }

  .thumbnail-container {
    padding-top: 0.5cm; }

  .thumb.rectangle, .thumb.square {
    display: block !important;
    opacity: 1 !important; } }
