/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  overflow: hidden;
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

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

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

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

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

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : Core 3.2.1
	
	Site	: www.buildinternet.com/project/supersized
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
* {
  margin: 0;
  padding: 0; }

body {
  background: #111;
  height: 100%; }

img {
  border: none; }

#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../img/progress.gif) no-repeat center center; }

#supersized {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%; }

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: none; }

#supersized a {
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  display: block; }

#supersized a.image-loading {
  background: #111111 url(../img/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%; }

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges; }

/*Speed*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality; }

/*Quality*/
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111; }

#supersized a {
  width: 100%;
  height: 100%;
  display: block; }

#supersized li.prevslide {
  z-index: -20; }

#supersized li.activeslide {
  z-index: -10; }

#supersized li.image-loading {
  background: #111111 url(../img/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%; }

#supersized li.image-loading img {
  visibility: hidden; }

#supersized li.prevslide img, #supersized li.activeslide img {
  display: inline; }

body {
  font-family: Arial;
  color: #484743; }

input, textarea {
  font-weight: 300;
  color: #808080; }

h1, input, textarea {
  font-family: 'Lato', sans-serif; }

p {
  font-size: 16px; }

h1 {
  color: white;
  font-size: 48px;
  font-weight: 400; }

#topBar {
  background: url("../img/bg-black.png"); }
  #topBar ul#navbar {
    height: 20px;
    margin: 0;
    padding-top: 8px;
    float: left;
    width: 300px; }
    #topBar ul#navbar li {
      line-height: 12px;
      list-style: none;
      float: left; }
      #topBar ul#navbar li a {
        color: white;
        padding-right: 20px;
        display: block;
        text-align: center;
        text-decoration: none; }
        #topBar ul#navbar li a span.text {
          font-size: 10px;
          color: white;
          display: none;
          text-transform: uppercase; }
        #topBar ul#navbar li a:hover span.text, #topBar ul#navbar li a.active span.text {
          display: block; }
  #topBar #captionBlock {
  	clear: both;
  	padding: 5px 20px 10px 40px;
    color: white; }
    #topBar #captionBlock h2 {
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 16px; }
    #topBar #captionBlock p {
      font-size: 12px;
      line-height: 15px;}

.container {
  width: 100%;
  max-width: 940px;
  margin: 0 auto; }

ul#demo-block {
  margin: 0 15px 15px 15px; }

ul#demo-block li {
  margin: 0 0 10px 0;
  padding: 10px;
  display: inline;
  float: left;
  clear: both;
  color: #aaa;
  font: 11px Helvetica, Arial, sans-serif; }

ul#demo-block li a {
  color: #eee;
  font-weight: bold; }

#prevslide, #nextslide {
  position: absolute;
  height: 43px;
  width: 43px;
  top: 50%;
  margin-top: -21px;
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden; }

#prevslide {
  left: 10px;
  background: url("../img/back.png"); }

#nextslide {
  right: 10px;
  background: url("../img/forward.png"); }

#prevslide:active, #nextslide:active {
  margin-top: -19px; }

#prevslide:hover, #nextslide:hover {
  cursor: pointer; }

#contact {
  background-color: #999999; }

#collections {
  background-color: #FF8F6F; }

#press {
  background-color: #BAD279; }

.singleItemContent .imageCol, .singleItemContent .textColWrap {
  float: left; }
.singleItemContent .imageCol {
  background-image: url(../img/circleLarge.png);
  background-position: left top;
  width: 262px;
  height: 262px;
  padding: 58px; }
.singleItemContent .textCol {
  padding: 0 15px; }
  .singleItemContent .textCol p {
    margin-bottom: 20px; }

.contentWrap {
  margin-left: 70px;
  margin-right: 70px; }
  .contentWrap .contentItemWrap {
    margin-left: -15px; }
  .contentWrap.shadowOffset {
    margin-left: 68px;
    margin-right: 0px; }
  .contentWrap .contentItem {
    display: block;
    float: left;
    margin: 15px;
    text-align: center;
    color: white;
    margin-bottom: 60px; }
    .contentWrap .contentItem .imageFrame {
      background-image: url(../img/circles.png);
      background-position: left top;
      width: 165px;
      height: 165px;
      padding: 40px 40px 40px 38px; }
      .contentWrap .contentItem .imageFrame:hover {
        background-position: left bottom; }
    .contentWrap .contentItem p {
      font-size: 18px;
      letter-spacing: 2px;
      text-transform: uppercase; }

.formContainer {
	position: relative;
	top: 20px;
	left: -30px;
}

form .validateIcon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 5px; }
  form .validateIcon.valid {
    background-image: url(../img/navSprites.png);
    background-position: -205px -5px; }
  form .validateIcon.error {
    background-image: url(../img/navSprites.png);
    background-position: -205px -55px; }
form .formField {
  position: relative;
  margin-bottom: 10px; }
  form .formField input, form .formField textarea {
    margin-left: 70px;
    width: 400px;
    border: none;
    background-color: white;
    padding: 2px 5px;
    font-size: 24px; }
  form .formField label.error {
    font-size: 12px;
    color: #555759;
    padding-top: 10px;
    display: block;
    margin-left: 70px; }
  form .formField input {
    height: 46px; }
  form .formField textarea {
    height: 200px;
    padding-top: 7px; }
form button {
  background-color: transparent;
  border: none; }

#pageHeader {
  padding: 40px 0 70px; }

/* Landscape phones and down */
@media (max-width: 480px) {
  .singleItemContent .imageCol {
    padding: 0; }

  form .formField input, form .formField textarea {
    width: 200px; } }
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .contentWrap {
    margin: 10px; }
    .contentWrap.dynamic {
      margin: 0; }

  .singleItemContent .imageCol {
    float: none;
    margin: 0 auto; } }
/* Portrait tablet to landscape and desktop */
/* Large desktop */
