/*
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
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; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
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 {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

div, li {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #5CC6EC;
  color: #fff;
  text-shadow: none; }

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

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, 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; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

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

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * Consistent box sizing and appearance
 */
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; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author: dgbdesign.com
   ========================================================================== */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/***
*
*	FONTS
*
***/
@font-face {
  font-family: "ShawMedium";
  src: url(../fonts/ShawMedium.otf) format("opentype"); }

@font-face {
  font-family: "ShawMediumCond";
  src: url(../fonts/ShawMediumCond.otf) format("opentype"); }

/***
*
*	GENERAL
*
***/
.group:after {
  content: "";
  display: table;
  clear: both; }

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

.clearfix {
  display: inline-block;
  border: 1px dotted red; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
body {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 100%; }

#shaw {
  height: 100%;
  width: 100%;
  position: absolute;
  border-bottom: 36px solid white;
  border-right: 36px solid white;
  font-family: 'ShawMedium', Helvetica, sans; }
  @media (max-width: 600px) {
    #shaw {
      border: none; } }
#mc_embed_signup input[type=email]{
font-family:  'ShawMedium', Helvetica, sans !important;
font-size:12px;
line-height:12px;
vertical-align:middle;
padding:4px 0 2px 3px;
margin:0 0 2px 3px;
font-weight:200;
}
#mc_embed_signup input[type=submit]{
font-family:  'ShawMedium', Helvetica, sans !important;
font-size:14px;
line-height:11px;

vertical-align:middle;
color:#1db2e5;
padding:4px 3px 1px 5px;
margin:0 0 2px 3px;
}
#contact-signup input[type=email],#contact-signup input[type=text]{
font-family:  'ShawMedium', Helvetica, sans !important;
font-size:12px;
line-height:12px;
vertical-align:middle;
padding:4px 0 2px 3px;
margin:0 0 2px 0px;
font-weight:200;
}
#contact-signup input[type=submit]{
font-family:  'ShawMedium', Helvetica, sans !important;
font-size:14px;
line-height:11px;

vertical-align:middle;
color:#000;
padding:4px 3px 1px 5px;
margin:0 0 2px 3px;
}
h1 {
  color: #1db2e5;
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: center;
  line-height: 32px; }

h2 {
  color: #1db2e5;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: normal; }

h3 {
  font-weight: normal; }

hr {
  color: #1db2e5;
  background-color: #1db2e5;
  border: 0px;
  width: 10px;
  margin: 0px auto; }

nav {
  background-color: white;
  width: 100%;
  height: 36px;
  position: fixed;
  z-index: 100;
  overflow: hidden;
  display: none; }
span#signup{display:none;}
@media (max-width: 1000px) {span#signup{display:none;}}
@media (max-width: 800px) {nav ul li:nth-last-child(2):after{content:'/'}nav ul li:last-child():after{content:''}li#social{display:none;}}
.tall {
  height: 66px; }

nav ul {
  position: fixed;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 10px;
  margin-left: 36px;
  left: 175px; }
  @media (max-width: 600px) {
    nav ul {
      left: 0px !important;
      padding: 10px 0px 0 5px;
      width: 100%;
      margin-left: 0px;
      font-size: 17px;
      text-align: center; } }
  nav ul #events {
    display: none; }
    @media (max-width: 600px) {
      nav ul #events {
        display: inline !important; } }
  nav ul li {
    display: inline;
    padding-right: 3px; }
    nav ul li a {
      padding-top: 1px;
      margin-top: -1px;
      text-decoration: none;
      padding-right: 5px; }
      nav ul li a:link {
        color: black; }
      nav ul li a:visited {
        color: black; }
      nav ul li a:hover {
        color: #1db2e5; }
      nav ul li a:active {
        color: #1db2e5; }
    nav ul li:last-child {
      padding-right: 0px; }
  nav ul li:after {
    content: "/"; }
  nav ul li:last-child:after {
    content: ""; }

#smallphotonav {
  display: none;
  position: absolute;
  top: 20px;
  padding-left: 18px;
  text-align: left; }

#navlogo {
  position: fixed;
  left: 40px;
  margin-top: 8px; }
  @media (max-width: 600px) {
    #navlogo {
      display: none !important; } }

#logo {
  position: absolute;
  bottom: 0px;
  left: 36px;
  z-index: 30; }
  @media (max-width: 800px) {
    #logo {
      width: 95%;
      height: auto; } }
  @media (max-width: 600px) {
    #logo {
      width: 90%;
      height: auto;
      left: 17px;
      bottom: 10px; } }

div.toggle {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  margin: -18px 0 0 -18px;
  color: #1db2e5;
  text-align: center;
  line-height: 19px;
  cursor: pointer; }
  div.toggle.close {
    background: url(/img/ui/blue_minus.png) center center no-repeat white; }
  div.toggle.open {
    background: url(/img/ui/blue_plus.png) center center no-repeat white; }

div.note {
  background: rgba(0, 183, 234, 0.3);
  padding: 20px;
  margin-top: 5px;
  color: rgba(241, 241, 241, 0.9);
  text-transform: uppercase;
  cursor: move;
  -moz-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  display: none; }
  div.note .attribution {
    font-size: 10px;
    position: relative;
    bottom: 0px;
    left: 0px;
    line-height: 10px;
    padding-top: 10px;
    font-weight: normal; }

#note1 {
  position: absolute;
  width: 250px;
  top: 10%;
  left: 10%;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  font-family: 'ShawMediumCond', Helvetica, sans; }
  @media (max-width: 600px) {
    #note1 {
      top: 20%; } }

#note2 {
  position: absolute;
  width: 320px;
  top: 60%;
  left: 20%;
  font-size: 25px;
  line-height: 25px;
  font-family: 'ShawMediumCond', Helvetica, sans;
  letter-spacing: 1px; }
  @media (max-width: 600px) {
    #note2 {
      top: 40%; } }

div.slideshow {
  background-color: #fff;
  padding: 5px 15px 15px;
  margin-top: 5px;
  cursor: move;
  color: rgba(241, 241, 241, 0.9);
  text-transform: uppercase;
  -moz-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  display: none; }
  div.slideshow h3 {
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    color: #1db2e5;
    position: relative;
    width: 100%; }
  div.slideshow p {
    font: 12px 'Georgia',Times, serif;
    color: black;
    text-transform: none;
    margin: 0px; }
    div.slideshow p a:link {
      color: black; }
    div.slideshow p a:visited {
      color: black; }
    div.slideshow p a:hover {
      color: #1db2e5; }
    div.slideshow p a:active {
      color: #1db2e5; }
  div.slideshow .slides {
    width: 150px;
    height: 170px;
    background-color: #ccc;
    margin-bottom: 20px; }
    div.slideshow .slides img {
      display: none; }
  div.slideshow .slidenavigation {
    margin-top: 55px; }

#slideshow1 {
  position: absolute;
  width: 180px;
  top: 8%;
  right: 5%; }

#slideshow2 {
  position: absolute;
  width: 180px;
  top: 55%;
  right: 5%; }

div.pages {
  padding: 70px 40px 40px 40px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0; }
  @media (max-width: 600px) {
    div.pages {
      padding: 40px 15px 15px 15px; } }
  div.pages ul.page-nav {
    position: fixed;
    float: left;
    font-size: 14px;
    width: 132px;
    border-top: 1px solid black;
    padding-top: 0px; }
    @media (max-width: 600px) {
      div.pages ul.page-nav {
        display: none !important; } }
    div.pages ul.page-nav li {
      border-bottom: 1px solid black;
      margin-top: 6px;
      padding-bottom: 2px;
      margin-bottom: 6px;
      line-height: 13px; }
      div.pages ul.page-nav li a {
        padding-top: 1px;
        margin-top: -1px;
        text-decoration: none;
        padding-right: 5px; }
        div.pages ul.page-nav li a:link {
          color: black; }
        div.pages ul.page-nav li a:visited {
          color: black; }
        div.pages ul.page-nav li a:hover {
          color: #1db2e5; }
        div.pages ul.page-nav li a:active {
          color: #1db2e5; }
      div.pages ul.page-nav li.search {
        border-bottom: 1px solid #CCC !important; }
        div.pages ul.page-nav li.search img {
          position: absolute;
          right: 4px;
          top: 4px;
          float: right; }
        div.pages ul.page-nav li.search input {
          border: none;
          clear: both;
          font-size: 14px;
          line-height: 14px;
          color: #999;
          font-family: 'ShawMedium', Helvetica, sans;
          text-transform: uppercase; }
          div.pages ul.page-nav li.search input:focus {
            outline: none !important; }
          div.pages ul.page-nav li.search input::-webkit-input-placeholder {
            color: #ccc; }
  div.pages div.content {
    position: absolute;
    margin-left: 170px;
    margin-right: 170px;
    height: 100%; }
    @media (max-width: 600px) {
      div.pages div.content {
        margin-left: 7.2px; } }
    div.pages div.content.no-nav {
      margin-left: 0px;
      margin-right: 0px; }
  div.pages div.page {
    position: absolute;
    height: 100%; }
    div.pages div.page p {
      padding: 10px 27px;
      width: 458px;
      color: black;
      font: 12px 'Georgia',Times, serif; }

ul.page-nav {
  display: none; }

div.slidecontainer {
  background-color: #f9f9f9;
  text-align: center; }

div.slidecontainer img {
  width: auto;
  height: auto; }

div.plusminus {
  display: block;
  width: 7px;
  height: 7px;
  background: url("/img/ui/icon_plusminus.png");
  background-position: left top;
  float: right;
  position: absolute;
  top: 2px;
  right: 5px; }
  div.plusminus:hover {
    background-position: left bottom; }

/* PAGE SPECIFIC CSS BELOW */
/* WORK*/
#pages-work div.content #slides {
  width: 5px;
  position: absolute; }
  #pages-work div.content #slides #smallnav {
    z-index: 1000;
    position: absolute;
    font-size: 36px;
    color: #1db2e5;
    top: 50%;
    left: 0px;
    padding: 50% 0px;
    display: none;
    margin-left: -22px; }
  #pages-work div.content #slides #smallnext {
    right: 5px;
    position: absolute;
    width: 80px;
    height: 50px;
    text-align: right;
    background: url(/img/ui/smallnext.png) left center no-repeat;
    cursor: pointer; }
  #pages-work div.content #slides #smallprev {
    left: 5px;
    position: absolute;
    width: 80px;
    height: 50px;
    background: url(/img/ui/smallprev.png) right center no-repeat;
    cursor: pointer; }
  #pages-work div.content #slides ul {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    margin-left: -210px; }
    #pages-work div.content #slides ul li {
      display: block;
      margin-left: 0px;
      width: 100%;
      height: 100%;
      float: left;
      position: fixed;
      left: 0px;
      border: none;
      padding-top: 18px;
      display: none;
      /*&.thumbnail{
      	cursor:pointer;	
      }	
      &.highlight{
      	border:6px $blue solid;
      }*/ }
      #pages-work div.content #slides ul li div.slideholder {
        width: auto;
        height: auto;
        padding: 0 50%;
        text-align: center; }
        #pages-work div.content #slides ul li div.slideholder img {
          width: auto;
          height: auto;
          cursor: pointer; }
        #pages-work div.content #slides ul li div.slideholder div.thumbcaption {
          position: relative;
          width: 425px;
          height: auto;
          text-align: left; }
          @media (max-width: 600px) {
            #pages-work div.content #slides ul li div.slideholder div.thumbcaption {
              padding: 0 5%; } }
          #pages-work div.content #slides ul li div.slideholder div.thumbcaption h3 {
            text-transform: uppercase;
            font-size: 12px; }
          #pages-work div.content #slides ul li div.slideholder div.thumbcaption div {
            font-size: 12px;
            line-height: 11px; }
        #pages-work div.content #slides ul li div.slideholder div.toggle {
          top: 0px;
          color: #fff;
          float: left; }
          #pages-work div.content #slides ul li div.slideholder div.toggle.close {
            background: url(/img/ui/white_minus.png) center center no-repeat #1db2e5 !important; }
      #pages-work div.content #slides ul li.selected {
        display: block;
        z-index: 1; }
        @media (max-width: 600px) {
          #pages-work div.content #slides ul li.selected {
            z-index: 4; } }
      #pages-work div.content #slides ul li.prev {
        display: block;
        z-index: 2; }
      #pages-work div.content #slides ul li.next {
        display: block;
        z-index: 3; }
#pages-work div.content div.thumbnails {
  padding-bottom: 50px;
  width: 1060px;
  height: 100%;
  margin-bottom: 50px;
  position: relative; }
  @media (max-width: 1275px) {
    #pages-work div.content div.thumbnails {
      width: 885px; } }
  @media (max-width: 1100px) {
    #pages-work div.content div.thumbnails {
      width: 710px; } }
  @media (max-width: 925px) {
    #pages-work div.content div.thumbnails {
      width: 535px; } }
  @media (max-width: 600px) {
    #pages-work div.content div.thumbnails {
      width: 350px;
      padding-top: 36px; } }
  #pages-work div.content div.thumbnails ul {
    width: 1050px;
    width: 100%;
    position: relative; }
    #pages-work div.content div.thumbnails ul li {
      margin-right: 12px;
      margin-bottom: 50px;
      display: inline-block;
      float: left;
      position: relative;
      background-color: #666;
      transition: border .2s;
      -moz-transition: border .2s;
      /* Firefox 4 */
      -webkit-transition: border .2s;
      /* Safari and Chrome */
      -o-transition: border .2s;
      /* Opera */
      width: 163px;
      height: 125px; }
      @media (max-width: 600px) {
        #pages-work div.content div.thumbnails ul li {
          margin-right: 10px;
          margin-bottom: 10px;
          width: 106px;
          height: 81px;
          background-size: 106px 81px; } }
      #pages-work div.content div.thumbnails ul li div.border {
        transition: border .2s;
        -moz-transition: border .2s;
        /* Firefox 4 */
        -webkit-transition: border .2s;
        /* Safari and Chrome */
        -o-transition: border .2s;
        /* Opera */
        width: 163px;
        height: 125px; }
        #pages-work div.content div.thumbnails ul li div.border.highlight {
          border: 6px #1db2e5 solid; }
          @media (max-width: 600px) {
            #pages-work div.content div.thumbnails ul li div.border.highlight {
              display: none !important; } }
        @media (max-width: 600px) {
          #pages-work div.content div.thumbnails ul li div.border {
            display: none !important; } }
      #pages-work div.content div.thumbnails ul li.thumbnail {
        cursor: pointer; }
      #pages-work div.content div.thumbnails ul li div.thumbcaption {
        position: absolute;
        left: 0;
        top: 120px;
        height: 50px; }
        @media (max-width: 600px) {
          #pages-work div.content div.thumbnails ul li div.thumbcaption {
            display: none !important; } }
        #pages-work div.content div.thumbnails ul li div.thumbcaption h3 {
          text-transform: uppercase;
          font-size: 12px; }
        #pages-work div.content div.thumbnails ul li div.thumbcaption div {
          font-size: 12px;
          line-height: 11px; }
#pages-work div.content div.video div.toggle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0px 0 0 -20px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 19px;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 50px;
  left: 0px;
  display: none; }
  #pages-work div.content div.video div.toggle.close {
    background: url(/img/ui/white_minus.png) center center no-repeat #1db2e5 !important; }
  #pages-work div.content div.video div.toggle.open {
    background: url(/img/ui/white_minus.png) center center no-repeat #1db2e5 !important; }
#pages-work div.content div.video div.playicon {
  display: block;
  width: 80px;
  height: 80px;
  background: url("/img/ui/play_icon.png");
  background-position: left top;
  float: right;
  position: absolute;
  left: 345px;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 2; }
  #pages-work div.content div.video div.playicon:hover {
    background-position: left bottom; }
#pages-work div.content div.video div.holder {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  line-height: 0; }
#pages-work div.content div.video img {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
#pages-work div.content div.video h1 {
  padding-top: 20px; }
#pages-work div.content div.video h3 {
  font: 14px 'ShawMedium', Helvetica, sans;
  color: #1db2e5;
  margin-bottom: 0px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center; }
#pages-work div.content div.video p {
  padding: 10px 115px;
  color: black;
  font: 12px 'Georgia',Times, serif; }
#pages-work div.content #filmnav, #pages-work div.content #adnav, #pages-work div.content #filmnavlarry, #pages-work div.content #adnavlarry {
  position: absolute;
  top: 760px; }
  #pages-work div.content #filmnav > h3, #pages-work div.content #adnav > h3, #pages-work div.content #filmnavlarry > h3, #pages-work div.content #adnavlarry > h3 {
    font: 14px 'ShawMedium', Helvetica, sans;
    color: #1db2e5;
    margin-bottom: 0px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 5px; }
  #pages-work div.content #filmnav li, #pages-work div.content #adnav li, #pages-work div.content #filmnavlarry li, #pages-work div.content #adnavlarry li {
    margin-right: 9px;
    margin-bottom: 50px;
    display: inline-block;
    float: left;
    position: relative;
    border: none;
    width: 163px;
    height: 125px; }
    #pages-work div.content #filmnav li div.border, #pages-work div.content #adnav li div.border, #pages-work div.content #filmnavlarry li div.border, #pages-work div.content #adnavlarry li div.border {
      transition: border .2s;
      -moz-transition: border .2s;
      /* Firefox 4 */
      -webkit-transition: border .2s;
      /* Safari and Chrome */
      -o-transition: border .2s;
      /* Opera */
      width: 163px;
      height: 125px; }
      #pages-work div.content #filmnav li div.border.highlight, #pages-work div.content #adnav li div.border.highlight, #pages-work div.content #filmnavlarry li div.border.highlight, #pages-work div.content #adnavlarry li div.border.highlight {
        border: 6px #1db2e5 solid; }
    #pages-work div.content #filmnav li.filmthumbnail, #pages-work div.content #adnav li.filmthumbnail, #pages-work div.content #filmnavlarry li.filmthumbnail, #pages-work div.content #adnavlarry li.filmthumbnail {
      cursor: pointer; }
    #pages-work div.content #filmnav li div.thumbcaption, #pages-work div.content #adnav li div.thumbcaption, #pages-work div.content #filmnavlarry li div.thumbcaption, #pages-work div.content #adnavlarry li div.thumbcaption {
      position: absolute;
      left: 0;
      top: 120px; }
      #pages-work div.content #filmnav li div.thumbcaption h3, #pages-work div.content #adnav li div.thumbcaption h3, #pages-work div.content #filmnavlarry li div.thumbcaption h3, #pages-work div.content #adnavlarry li div.thumbcaption h3 {
        text-transform: uppercase;
        font-size: 12px; }
      #pages-work div.content #filmnav li div.thumbcaption div, #pages-work div.content #adnav li div.thumbcaption div, #pages-work div.content #filmnavlarry li div.thumbcaption div, #pages-work div.content #adnavlarry li div.thumbcaption div {
        font-size: 12px;
        line-height: 11px; }
#pages-work div.content > div {
  display: none;
  padding-bottom: 20px; }
  #pages-work div.content > div.list ul {
    width: 690px; }
    #pages-work div.content > div.list ul li {
      border-bottom: 1px solid black; }
    #pages-work div.content > div.list ul h3 {
      font: 14px 'ShawMedium', Helvetica, sans;
      color: #1db2e5;
      margin-bottom: 0px;
      font-weight: normal;
      text-transform: uppercase;
      padding: 0px; }
    #pages-work div.content > div.list ul p {
      padding: 0px;
      margin-top: 0;
      margin-bottom: 18px;
      width: 514px;
      color: black;
      font: 12px 'Georgia',Times, serif; }
#pages-work ul.page-nav {
  text-transform: uppercase;
  background: white;
  z-index: 4000;
  padding: 0 15px 20px 40px;
  margin-left: -40px;
  border-top: none;
  height: 100%;
  margin-top: -5px; }
  #pages-work ul.page-nav li {
    border-bottom: 1px solid black;
    position: relative; }
    #pages-work ul.page-nav li.topborder {
      border-top: 1px solid black;
      padding-top: 5px; }
    #pages-work ul.page-nav li div.navkludge > div {
      top: 6px; }
    #pages-work ul.page-nav li ul li {
      margin-left: 10px;
      cursor: pointer; }
      #pages-work ul.page-nav li ul li:last-child {
        border: none;
        padding-bottom: 10px; }
      #pages-work ul.page-nav li ul li ul li {
        margin-left: 10px;
        cursor: pointer;
        text-transform: none;
        border: none;
        padding-top: 0px;
        margin-bottom: 0px; }
        #pages-work ul.page-nav li ul li ul li:last-child {
          border: none;
          padding-bottom: 10px; }
    #pages-work ul.page-nav li div.label {
      cursor: pointer; }
    #pages-work ul.page-nav li p {
      padding: 0px 0px;
      width: 250px;
      display: none; }
      #pages-work ul.page-nav li p a {
        display: block;
        padding: 10px 0;
        color: #999; }
        #pages-work ul.page-nav li p a:link {
          color: #999999; }
        #pages-work ul.page-nav li p a:visited {
          color: #999999; }
        #pages-work ul.page-nav li p a:hover {
          color: #1db2e5; }
        #pages-work ul.page-nav li p a:active {
          color: #1db2e5; }
#pages-work #noresults {
  padding-top: 20px;
  border: none;
  color: #1db2e5 !important; }

/* BIOGRAPHIES */
#pages-biographies div.content {
  margin-left: 170px;
  margin-right: 170px;
  top: 0;
  display: none; }
  @media (max-width: 600px) {
    #pages-biographies div.content {
      margin: 0px;
      width: 350px !important;
      height: 233px !important; } }
#pages-biographies div.list h1 {
  margin: 0;
  padding-bottom: 10px;
  line-height: 24px; }
#pages-biographies p {
  padding: 10px 88px;
  width: 514px; }
  @media (max-width: 600px) {
    #pages-biographies p {
      width: 350px !important;
      padding: 0px;
      font-size: 16px; } }
#pages-biographies ul.timeline {
  border: none  !important; }
  #pages-biographies ul.timeline li {
    width: 690px; }
  #pages-biographies ul.timeline div.slidecontainer {
    display: none; }
  #pages-biographies ul.timeline hr {
    position: absolute;
    top: 485px;
    width: 100%;
    border-bottom: 2px solid #1db2e5; }
  #pages-biographies ul.timeline h3 {
    display: none;
    position: absolute;
    top: 525px;
    left: 88px;
    z-index: 2000; }
    #pages-biographies ul.timeline h3.year {
      display: block;
      top: 455px;
      width: 30px;
      height: 10px;
      cursor: pointer;
      border: 2px solid #1db2e5;
      border-radius: 50%;
      text-align: center;
      padding: 10px 0;
      font-size: 12px;
      background-color: #fff; }
      #pages-biographies ul.timeline h3.year:hover {
        color: #fff;
        background-color: #1db2e5; }
  #pages-biographies ul.timeline p {
    display: none;
    position: absolute;
    top: 600px;
    left: 88px;
    width: 514px !important;
    height: auto;
    padding: 10px 90px; }
#pages-biographies div.content > div {
  display: none;
  padding-bottom: 20px; }
  #pages-biographies div.content > div ul {
    width: 690px;
    border-bottom: 1px solid black; }
    @media (max-width: 600px) {
      #pages-biographies div.content > div ul {
        width: 350px !important;
        height: 233px !important; } }
    #pages-biographies div.content > div ul h3 {
      font: 14px 'ShawMedium', Helvetica, sans;
      color: #1db2e5;
      margin-bottom: 0px;
      font-weight: normal;
      text-transform: uppercase;
      padding: 0px; }
      #pages-biographies div.content > div ul h3 a {
        color: #1db2e5; }
        #pages-biographies div.content > div ul h3 a:link {
          color: #1db2e5; }
        #pages-biographies div.content > div ul h3 a:visited {
          color: #1db2e5; }
        #pages-biographies div.content > div ul h3 a:hover {
          color: #999999; }
        #pages-biographies div.content > div ul h3 a:active {
          color: #999999; }
    #pages-biographies div.content > div ul p {
      padding: 0px;
      margin-top: 0;
      margin-bottom: 18px;
      color: black;
      font: 12px 'Georgia',Times, serif; }
      @media (max-width: 600px) {
        #pages-biographies div.content > div ul p {
          width: 350px !important; } }
      #pages-biographies div.content > div ul p a {
        text-decoration: underline;
        color: black; }
        #pages-biographies div.content > div ul p a:link {
          color: black; }
        #pages-biographies div.content > div ul p a:visited {
          color: black; }
        #pages-biographies div.content > div ul p a:hover {
          color: #1db2e5; }
        #pages-biographies div.content > div ul p a:active {
          color: #1db2e5; }
  #pages-biographies div.content > div div.slidecontainer {
    width: 690px;
    height: 460px;
    position: relative; }
    @media (max-width: 600px) {
      #pages-biographies div.content > div div.slidecontainer img {
        width: 350px !important;
        height: 233px !important; } }
    @media (max-width: 600px) {
      #pages-biographies div.content > div div.slidecontainer {
        width: 350px !important;
        height: 233px !important; } }
    #pages-biographies div.content > div div.slidecontainer .slidenavigation {
      padding-top: 20px;
      position: absolute;
      float: left; }
      @media (max-width: 600px) {
        #pages-biographies div.content > div div.slidecontainer .slidenavigation {
          display: none !important; } }
    #pages-biographies div.content > div div.slidecontainer .slidecaption {
      top: 480px !important;
      position: absolute;
      float: right;
      margin-top: -15px;
      font: 12px 'ShawMedium', Helvetica, sans; }
      @media (max-width: 600px) {
        #pages-biographies div.content > div div.slidecontainer .slidecaption {
          display: none !important; } }
#pages-biographies ul.page-nav {
  text-transform: uppercase; }
  #pages-biographies ul.page-nav li {
    border-bottom: 1px solid black;
    position: relative; }
    #pages-biographies ul.page-nav li ul li {
      margin-left: 10px;
      cursor: pointer; }
      #pages-biographies ul.page-nav li ul li:last-child {
        border: none;
        padding-bottom: 10px; }
    #pages-biographies ul.page-nav li div.label {
      cursor: pointer; }

/* BEHIND THE SCENES */
#pages-behindscenes div.content {
  margin-left: 170px;
  margin-right: 170px;
  top: 0;
  display: none; }
  #pages-behindscenes div.content div.video {
    /*
    h1{
    	font-size:22px;
    	line-height:26px;
    	text-align:left;
    	padding-top:10px;
    }
    p{
    	padding:0px 0;
    	margin:9px 0;
    }
    */ }
    #pages-behindscenes div.content div.video div.toggle {
      width: 15px;
      height: 15px;
      background: #1db2e5;
      border-radius: 50%;
      margin: 0px 0 0 -20px;
      color: #fff;
      font-size: 30px;
      text-align: center;
      line-height: 19px;
      cursor: pointer;
      z-index: 5;
      position: absolute;
      top: 50px;
      left: 0px;
      display: none; }
      #pages-behindscenes div.content div.video div.toggle.close {
        background: url(/img/ui/white_minus.png) center center no-repeat #1db2e5 !important; }
      #pages-behindscenes div.content div.video div.toggle.open {
        background: url(/img/ui/white_minus.png) center center no-repeat #1db2e5 !important; }
    #pages-behindscenes div.content div.video div.playicon {
      display: block;
      width: 80px;
      height: 80px;
      background: url("/img/ui/play_icon.png");
      background-position: left top;
      float: right;
      position: absolute;
      left: 345px;
      margin-top: -40px;
      margin-left: -40px;
      z-index: 2; }
      #pages-behindscenes div.content div.video div.playicon:hover {
        background-position: left bottom; }
    #pages-behindscenes div.content div.video div.holder {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000;
      line-height: 0; }
    #pages-behindscenes div.content div.video img {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    #pages-behindscenes div.content div.video h1 {
      padding-top: 20px;
      /*font-size:22px;
      line-height:26px;
      text-align:left;
      padding-top:10px;
      text-align:center;*/ }
    #pages-behindscenes div.content div.video h3 {
      font: 14px 'ShawMedium', Helvetica, sans;
      color: #1db2e5;
      margin-bottom: 0px;
      font-weight: normal;
      text-transform: uppercase;
      text-align: center; }
    #pages-behindscenes div.content div.video p {
      padding: 10px 115px;
      color: black;
      font: 12px 'Georgia',Times, serif; }
#pages-behindscenes div.content > div {
  display: none; }
#pages-behindscenes ul.page-nav {
  text-transform: uppercase; }
  #pages-behindscenes ul.page-nav li {
    border-bottom: 1px solid black;
    position: relative; }
    #pages-behindscenes ul.page-nav li ul li {
      text-transform: none;
      margin-left: 10px;
      cursor: pointer;
      border-bottom: none; }
      #pages-behindscenes ul.page-nav li ul li:last-child {
        padding-bottom: 10px; }
    #pages-behindscenes ul.page-nav li div.label {
      cursor: pointer; }
    #pages-behindscenes ul.page-nav li p {
      padding: 0px 0px;
      width: 250px;
      display: none; }
      #pages-behindscenes ul.page-nav li p a {
        display: block;
        padding: 10px 0;
        color: #999; }
        #pages-behindscenes ul.page-nav li p a:link {
          color: #999999; }
        #pages-behindscenes ul.page-nav li p a:visited {
          color: #999999; }
        #pages-behindscenes ul.page-nav li p a:hover {
          color: #1db2e5; }
        #pages-behindscenes ul.page-nav li p a:active {
          color: #1db2e5; }

/* NEWS & EVENTS (BROKEN OUT BY ID)*/
#events-column {
  width: 350px;
  position: absolute;
  padding-bottom: 5px; }
  #events-column #eventss {
    width: 350px; }
  #events-column h2 {
    margin-top: 30px;
    font-size: 20px;
    width: 100%;
    text-align: center; }
    #events-column h2 a:link {
      color: #1db2e5; }
    #events-column h2 a:visited {
      color: #1db2e5; }
    #events-column h2 a:hover {
      color: #999999; }
    #events-column h2 a:active {
      color: #999999; }
  #events-column > div {
    width: 350px;
    padding-bottom: 30px; }
  #events-column li {
    font: 12px 'Georgia',Times, serif;
    padding-top: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid #111; }
    @media (max-width: 600px) {
      #events-column li {
        font-size: 16px; } }
    #events-column li h3 {
      font: 14px 'ShawMedium', Helvetica, sans;
      color: #000;
      margin-bottom: 0px;
      font-weight: normal;
      text-transform: uppercase; }
  #events-column a {
    color: #999; }

#right-column {
  position: absolute;
  left: 715px; }
  @media (max-width: 600px) {
    #right-column {
      display: none !important; } }
  #right-column h2 {
    margin-top: 0px; }
    #right-column h2 a:link {
      color: #1db2e5; }
    #right-column h2 a:visited {
      color: #1db2e5; }
    #right-column h2 a:hover {
      color: #999999; }
    #right-column h2 a:active {
      color: #999999; }
  #right-column > div {
    width: 162px;
    padding-bottom: 30px; }
  #right-column li {
    font: 12px 'Georgia',Times, serif;
    padding-top: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid #111; }
    #right-column li h3 {
      font: 14px 'ShawMedium', Helvetica, sans;
      color: #000;
      margin-bottom: 0px;
      font-weight: normal;
      text-transform: uppercase; }
  #right-column a {
    color: #999; }

#news {
  float: left;
  width: 690px;
  position: relative;
  padding-bottom: 5px; }
  @media (max-width: 600px) {
    #news {
      width: 350px;
      height: auto; } }
  #news li {
    border-bottom: 1px solid black;
    margin-bottom: 25px;
    padding-bottom: 15px; }
    #news li.blognav {
      border: none; }
      #news li.blognav a {
        color: #1db2e5;
        text-decoration: none; }
        #news li.blognav a:link {
          color: #1db2e5; }
        #news li.blognav a:visited {
          color: #1db2e5; }
        #news li.blognav a:hover {
          color: black; }
        #news li.blognav a:active {
          color: black; }
      #news li.blognav #older {
        float: left; }
      #news li.blognav #newer {
        float: right; }
    #news li span.social {
      margin-left: 88px;
      display: block; }
      @media (max-width: 600px) {
        #news li span.social {
          margin-left: 0px; } }
      #news li span.social span.fb-like {
        margin-top: 0px !important;
        padding-left: 2px;
        position: absolute; }
    #news li div.slidecontainer {
      width: 690px;
      height: 460px;
      position: relative; }
      @media (max-width: 600px) {
        #news li div.slidecontainer {
          width: 350px !important;
          height: 233px !important; } }
      @media (max-width: 600px) {
        #news li div.slidecontainer img {
          width: 350px !important;
          height: 233px !important; } }
      #news li div.slidecontainer .slidenavigation {
        padding-top: 10px;
        margin-bottom: 20px;
        position: absolute; }
        @media (max-width: 600px) {
          #news li div.slidecontainer .slidenavigation {
            display: none; } }
      #news li div.slidecontainer img {
        width: auto;
        height: auto;
        display: none; }
    #news li h1 a {
      color: #1db2e5; }
      #news li h1 a:link {
        color: #1db2e5; }
      #news li h1 a:visited {
        color: #1db2e5; }
      #news li h1 a:hover {
        color: #999999; }
      #news li h1 a:active {
        color: #999999; }
    #news li h3 {
      font: 14px 'ShawMedium', Helvetica, sans;
      color: #1db2e5;
      margin-bottom: 0px;
      font-weight: normal;
      text-transform: uppercase;
      text-align: center; }
    #news li p {
      padding: 0px 88px;
      width: 514px;
      color: black;
      font: 12px 'Georgia',Times, serif; }
      @media (max-width: 600px) {
        #news li p {
          width: 350px;
          padding: 0px;
          font-size: 16px; } }
      #news li p span.readmore {
        display: none; }
      #news li p a {
        padding: 10px 0;
        color: black; }
        #news li p a:link {
          color: black; }
        #news li p a:visited {
          color: black; }
        #news li p a:hover {
          color: #1db2e5; }
        #news li p a:active {
          color: #1db2e5; }
  #news div.video {
    height: 460px;
    position: relative; }
    @media (max-width: 600px) {
      #news div.video {
        width: 350px !important;
        height: 233px !important; } }
    #news div.video div.toggle {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin: 0px 0 0 -20px;
      color: #fff;
      font-size: 30px;
      text-align: center;
      line-height: 19px;
      cursor: pointer;
      z-index: 5;
      position: absolute;
      top: 50px;
      left: 0px;
      display: none; }
      #news div.video div.toggle.close {
        background: url(/img/ui/white_minus.png) center center no-repeat #1db2e5 !important; }
      #news div.video div.toggle.open {
        background: url(/img/ui/white_minus.png) center center no-repeat #1db2e5 !important; }
    #news div.video div.playicon {
      display: block;
      width: 80px;
      height: 80px;
      background: url("/img/ui/play_icon.png");
      background-position: left top;
      float: left;
      position: relative;
      cursor: pointer;
      left: 345px;
      margin-top: -40px;
      margin-left: -40px;
      z-index: 2; }
      @media (max-width: 600px) {
        #news div.video div.playicon {
          display: none;
          cursor: default; } }
      #news div.video div.playicon:hover {
        background-position: left bottom; }
    #news div.video div.holder {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000;
      line-height: 0; }
      @media (max-width: 600px) {
        #news div.video div.holder {
          width: 350px !important;
          height: 233px !important; } }
    #news div.video img {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      @media (max-width: 600px) {
        #news div.video img {
          width: 350px !important;
          height: 233px !important;
          cursor: default; } }

/* LICENSING & SALES */
#pages-licensingsales div.content {
  display: none; }
#pages-licensingsales div.content > div {
  display: none; }
  @media (max-width: 600px) {
    #pages-licensingsales div.content > div {
      display: block; } }
  @media (max-width: 600px) {
    #pages-licensingsales div.content > div img {
      width: 350px;
      height: auto; } }
  #pages-licensingsales div.content > div:first-child {
    display: block; }
  #pages-licensingsales div.content > div p {
    padding: 10px 88px;
    width: 514px;
    color: black;
    font: 12px 'Georgia',Times, serif; }
    @media (max-width: 600px) {
      #pages-licensingsales div.content > div p {
        width: 350px;
        height: auto;
        padding: 10px 0;
        font-size: 16px; } }
    #pages-licensingsales div.content > div p a {
      padding: 10px 0;
      color: black; }
      #pages-licensingsales div.content > div p a:link {
        color: black; }
      #pages-licensingsales div.content > div p a:visited {
        color: black; }
      #pages-licensingsales div.content > div p a:hover {
        color: #1db2e5; }
      #pages-licensingsales div.content > div p a:active {
        color: #1db2e5; }

/* CONTACT */
#pages-contact div.slidecontainer {
  width: 690px;
  height: 660px; }
  @media (max-width: 600px) {
    #pages-contact div.slidecontainer {
      display: none !important; } }
  #pages-contact div.slidecontainer .slidenavigation {
    padding-top: 30px; }
  #pages-contact div.slidecontainer .slidecaption {
    top: 689px !important;
    position: absolute;
    float: right;
    margin-top: -15px;
    font: 12px 'ShawMedium', Helvetica, sans; }
#pages-contact div.content {
  margin-left: 275px;
  margin-right: 270px;
  top: 0;
  display: none; }
  #pages-contact div.content img {
    display: none; }
#pages-contact ul.page-nav {
  width: 250px;
  position: relative; }
  #pages-contact ul.page-nav li {
    border-bottom: 1px solid black;
    position: relative; }
    #pages-contact ul.page-nav li div.label {
      cursor: pointer;
      text-transform: uppercase; }
    #pages-contact ul.page-nav li p {
      padding: 0px 0px;
      width: 250px;
      display: none; }
      #pages-contact ul.page-nav li p a {
        display: block;
        padding: 10px 0;
        color: #999; }
        #pages-contact ul.page-nav li p a:link {
          color: #999999; }
        #pages-contact ul.page-nav li p a:visited {
          color: #999999; }
        #pages-contact ul.page-nav li p a:hover {
          color: #1db2e5; }
        #pages-contact ul.page-nav li p a:active {
          color: #1db2e5; }
      @media (max-width: 600px) {
        #pages-contact ul.page-nav li p {
          width: 350px !important;
          padding: 0px;
          font-size: 16px; } }
  @media (max-width: 600px) {
    #pages-contact ul.page-nav {
      display: block !important;
      width: 350px; } }
#pages-contact #copy-details {
  font: 11px 'Georgia',Times, serif;
  line-height: 13px;
  padding-bottom: 20px;
  color: black; }
  @media (max-width: 600px) {
    #pages-contact #copy-details {
      width: 350px !important;
      padding: 0px 0  15px 0;
      font-size: 15px;
      line-height: 16px; } }
#pages-contact #contact-details {
  line-height: 18px;
  padding-bottom: 20px; }
  #pages-contact #contact-details a:link {
    color: black; }
  #pages-contact #contact-details a:visited {
    color: black; }
  #pages-contact #contact-details a:hover {
    color: #1db2e5; }
  #pages-contact #contact-details a:active {
    color: #1db2e5; }

#progress {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url("/img/ui/progress.gif") center center no-repeat;
  display: none; }

div.locationimage {
  position: relative;
  padding-top: 0;
  padding-bottom: 20px; }

div.storypanel {
  background-color: #fff;
  z-index: 900 !important;
  color: #111;
  float: left;
  cursor: move;
  position: absolute;
  height: auto;
  background-color: #fff;
  margin-top: 5px;
  cursor: move;
  -moz-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2); }

div.locationtitle {
  font: 18px "ShawMediumCond",sans;
  line-height: 18px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 20px 0;
  color: #1db2e5; }

div.locationdash {
  font: 18px "ShawMediumCond",sans;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px;
  color: #1db2e5; }

div.locationsubtitle {
  font: 12px "ShawMediumCond",sans;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  color: #1db2e5; }

div.locationstory {
  padding: 20px;
  display: block;
  font: 12px times,serif;
  height: 100%; }

div.locationimage div.note {
  background-color: rgba(92, 198, 236, 0.7);
  -moz-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.2);
  padding: 0px;
  display: block;
  float: left;
  cursor: move;
  position: absolute; }
  div.locationimage div.note div.locationstory {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    font-family: 'ShawMediumCond', Helvetica, sans;
    letter-spacing: 1px; }

div.locationimage div.toggle {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  margin: -18px 0 0 -18px;
  color: #1db2e5;
  font-size: 30px;
  text-align: center;
  line-height: 19px;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px; }
  div.locationimage div.toggle.close {
    background: url(/img/ui/blue_minus.png) center center no-repeat white; }
  div.locationimage div.toggle.open {
    background: url(/img/ui/blue_plus.png) center center no-repeat white; }

span.openread {
  color: #1db2e5;
  display: block;
  cursor: pointer;
  font-size: 10px;
  font-family: 'ShawMediumCond', Helvetica, sans; }
  span.openread span {
    font-family: Helvetica, sans;
    font-size: 12px;
    padding-top: 8px; }

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.slidenavigation {
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  margin: 5px 0 -20px; }
  .slidenavigation ul {
    display: block;
    width: 50%;
    border: none !important;
    height: 8px;
    overflow: hidden;
    margin: 0 50%; }
    .slidenavigation ul li {
      display: inline;
      margin: 0 2px;
      cursor: pointer;
      float: left; }
      .slidenavigation ul li div {
        display: block;
        width: 8px;
        height: 8px;
        border: 1px solid #1db2e5;
        border-radius: 50%;
        background-color: #fff; }

.slidecaption {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: right;
  display: block;
  margin: 0 0 -43px; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.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; }

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

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@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; } }
