/* COLORS */
/* MIXINS */
html, body {
  font: 14px/1.4 "Century Gothic", Arial, Helvetica, sans-serif;
  color: #333;
  background: #FFF;
  font-weight: 400;
  height: 100%;
  width: 100%;
  letter-spacing: .06em; }

body {
  padding: 0 0px;
  height: auto;
  width: 100%;
  height: 100%; }

p {
  padding-top: 0  !important;
  padding-bottom: .75em  !important;
  display: block !important; }

.inner img {
  padding: 0 0 1px 0 !important; }

hr {
  padding: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #EEE;
  display: block;
  width: 100%; }

a {
  text-decoration: none;
  color: #5cc8c1;
  cursor: pointer !important;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: background-color, color, text-shadow;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 300ms;
  -moz-transition-property: background-color, color, text-shadow;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 300ms;
  -o-transition-property: background-color, color, text-shadow;
  -o-transition-timing-function: ease; }
  a:hover {
    color: #888; }

body.page-template-page-fullbkg article .inner a {
  color: #666; }
  body.page-template-page-fullbkg article .inner a:hover {
    color: #5cc8c1; }

#mobile-accordion li.active-page_parent a {
  color: #5cc8c1 !important; }
#mobile-accordion li.active-page_parent li.active a {
  color: #5cc8c1 !important; }
  #mobile-accordion li.active-page_parent li.active a:hover {
    color: #5cc8c1 !important; }
#mobile-accordion li.active-page_parent li a {
  color: #666 !important; }
  #mobile-accordion li.active-page_parent li a:hover {
    color: #888 !important; }

#tabs .active-page_parent a {
  color: #5cc8c1 !important; }

.active a, .current-cat a, .active-page_parent {
  color: #5cc8c1 !important;
  cursor: pointer !important; }

h1, h2, h3, h4 {
  font-weight: 400;
  padding: .375em 0;
  letter-spacing: .06em; }

h5, h6 {
  font-weight: 400;
  padding: .375em 0; }

h1 {
  font-size: 36px;
  line-height: 1.1; }

h2 {
  font-size: 26px;
  line-height: 1.1; }

h3 {
  font-size: 20px;
  line-height: 1.1; }

h4 {
  font-size: 16px;
  line-height: 1.2; }

h5 {
  font-size: 14px;
  line-height: 1.3; }

h6 {
  font-size: 11px;
  text-transform: uppercase; }

/* LIST STYLING*/
/* ----------------------------------------- */
ul, ol {
  font-size: 100%;
  padding: 0;
  margin: 0;
  list-style: square;
  list-style-position: outside;
  vertical-align: top; }
  ul ul, ul ol, ol ul, ol ol {
    padding-left: 20px; }
  ul li, ol li {
    padding: 0 0 .45em  0; }
    ul li h1, ul li h2, ul li h3, ul li h4, ul li h5, ul li h6, ol li h1, ol li h2, ol li h3, ol li h4, ol li h5, ol li h6 {
      display: block !important;
      padding: 0 !important; }

/* ----------------------------------------- */
ol {
  font-size: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: my-counter; }
  ol:before {
    font-weight: bold; }
  ol li:before {
    display: inline-block;
    vertical-align: bottom;
    float: left;
    content: counter(my-counter,decimal) ".";
    counter-increment: my-counter;
    margin-right: 5px;
    text-align: right;
    color: #333;
    width: auto;
    margin-left: -20px;
    font-size: 120%;
    margin-top: -.2em; }

.inner ul, ol {
  padding-top: 0px;
  padding-bottom: 1em; }
  .inner ul li, ol li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid; }
  .inner ul ul, .inner ul ol, ol ul, ol ol {
    padding-top: .5em;
    padding-bottom: .375em; }

blockquote {
  color: #d7fffc;
  font-size: 26px;
  padding: 0 0 0 230px;
  background-image: url("../img/quote.png");
  background-position: 170px 0;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 1.1em !important;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }
  blockquote p {
    line-height: 1.1em !important; }

/* TEXT PADDING RULES */
/* ----------------------------------------- */
blockquote, dd, dl, figcaption, h1, h2, h3, h4, h5, h6, ol, p, pre, table, tfoot, ul {
  padding: 0 30px; }

/* INNER */
/* ----------------------------------------- */
.inner_wrap {
  padding: 0 0 0 0px; }

.inner_wrap_left {
  padding: 0 0px 0 0px;
  overflow: visible; }

.inner_wrap {
  padding-top: 36px; }
  .inner_wrap .toggleButton {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 200px; }
    .inner_wrap .toggleButton .toggleDot {
      position: relative;
      background: #8bfff7;
      width: 1.7em;
      line-height: 1.7em;
      border-radius: 0.85em;
      -moz-border-radius: 0.85em;
      -webkit-border-radius: 0.85em;
      cursor: pointer; }
      .inner_wrap .toggleButton .toggleDot:hover {
        background: #888; }
        .inner_wrap .toggleButton .toggleDot:hover .toggleMsg {
          color: #888; }
      .inner_wrap .toggleButton .toggleDot.toggleOn {
        background: #333; }
        .inner_wrap .toggleButton .toggleDot.toggleOn .toggleMsg {
          color: #333; }
        .inner_wrap .toggleButton .toggleDot.toggleOn:hover {
          background: #888; }
          .inner_wrap .toggleButton .toggleDot.toggleOn:hover .toggleMsg {
            color: #888; }
      .inner_wrap .toggleButton .toggleDot .toggleMsg {
        position: absolute;
        left: 2.2em;
        top: .25em;
        width: 300px;
        color: #8bfff7; }
  .inner_wrap .inner {
    margin-bottom: 60px; }
    .inner_wrap .inner.toggleTxt {
      display: none; }

/* COLORS */
.gray {
  color: #888; }

.black2 {
  color: #666; }

.color1 {
  color: #8bfff7; }

.color2 {
  color: #d7fffc; }

.color3 {
  color: #71e6de; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

/* LAYOUT */
/* ----------------------------------------- */
#mobile-hide {
  display: none;
  padding: 30px 30px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1; }

/* IMAGE POST ATTACHMENTS AND CAPTIONS - SEE ALSO SITE.JS */
/* IMAGES */
/* ----------------------------------------- */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0px; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.lightview {
  padding: 0 !important;
  margin: 0 !important;
  clear: both; }
  .lightview img {
    float: left; }

.wp-caption {
  border: none;
  text-align: left;
  font-size: 11px;
  padding: 0 0 20px 0;
  margin: 0px 0 px 0;
  color: #888; }
  .wp-caption .caption {
    padding: .3em 0px .3em 0px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .wp-caption .wp-caption-text {
    padding-top: 3px !important;
    padding-bottom: 0 !important;
    clear: both; }
  .wp-caption.aligncenter {
    display: block;
    margin: 0 auto; }
  .wp-caption.alignleft {
    float: left;
    margin: 0 15px 15px 0; }
  .wp-caption.alignright {
    float: right;
    margin: 0 0 15px 15px; }
  .wp-caption.alignnone {
    width: 100%;
    height: auto; }

.lv_caption {
  color: #d7fffc; }

.alignnone {
  clear: both; }

img.size-large, img.size-full {
  padding: 0 0 0 0;
  width: 100% !important;
  height: auto !important; }

img.info-image {
  padding: 30px 30px 30px 0px !important;
  width: 100% !important;
  height: auto !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.fillImg {
  width: 100%;
  height: auto;
  margin-top: -20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* CSS COLUMS */
/* ----------------------------------------- */
.columns {
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px; }
  .columns p, .columns ul, .columns li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid; }
  .columns p {
    display: inline-block; }

.columns-1 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1; }

.columns-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

.columns-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3; }

.columns-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4; }

#menu-spacer {
  display: block;
  height: 36px;
  width: 100%; }

/* MAIN SITE HEADER */
/* ----------------------------------------- */
header#top {
  background: #EEE;
  height: auto;
  width: 100%;
  min-height: 36px;
  position: fixed;
  z-index: 99; }
  header#top #title_group {
    position: relative;
    padding-bottom: 6px;
    z-index: 99;
    width: auto;
    height: auto;
    float: left; }
    header#top #title_group h1 {
      padding-top: 12px;
      padding-bottom: 0;
      float: left;
      padding-right: 8px;
      font-size: 16px;
      width: auto !important;
      letter-spacing: .06em; }
      header#top #title_group h1 a {
        color: #333; }
        header#top #title_group h1 a:hover {
          color: #888; }
      header#top #title_group h1 .site_title {
        padding-right: 8px; }
        header#top #title_group h1 .site_title .displace {
          display: inline-block;
          float: left;
          text-indent: -9999px; }
      header#top #title_group h1 .site_description {
        font-size: 14px;
        color: #888; }

/* HOMEPAGE MESSAGES */
/* ----------------------------------------- */
#home-message {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  border-left: none;
  font-size: 14px;
  color: #888;
  z-index: 95; }
  #home-message .inner_wrap {
    background: #EEE;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(238, 238, 238, 0.95) 0%, rgba(221, 221, 221, 0.95) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238, 238, 238, 0.95)), color-stop(100%, rgba(221, 221, 221, 0.95)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(238, 238, 238, 0.95) 0%, rgba(221, 221, 221, 0.95) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(238, 238, 238, 0.95) 0%, rgba(221, 221, 221, 0.95) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(238, 238, 238, 0.95) 0%, rgba(221, 221, 221, 0.95) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(238, 238, 238, 0.95) 0%, rgba(221, 221, 221, 0.95) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eeeeee', endColorstr='#f2dddddd',GradientType=1 );
    /* IE6-8 */
    height: auto;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #home-message .inner {
    max-width: 800px; }
    #home-message .inner a {
      color: #333; }
      #home-message .inner a:hover {
        color: #71e6de; }

#indicator {
  position: absolute;
  float: left;
  height: 36px;
  width: 36px;
  margin: 30px;
  background: #8bfff7;
  display: block;
  z-index: 90;
  color: #555555; }
  #indicator:before {
    position: absolute;
    font-family: FontAwesome;
    top: 12px;
    left: 12px;
    font-size: 15px;
    line-height: 15px;
    content: "\f067"; }

/* PAGE HEADERS */
/* ----------------------------------------- */
#page-header {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #EEE; }
  #page-header h1 {
    font-size: 14px;
    color: #333;
    width: auto;
    display: inline;
    margin-top: 3px; }
  #page-header time {
    display: inline;
    color: #333;
    padding-left: 30px; }
  #page-header #filters {
    font-size: 14px;
    text-align: left;
    color: #333;
    float: right;
    width: auto;
    padding-right: 25px;
    margin-top: -4px; }
    #page-header #filters a {
      color: #333;
      display: inline-block;
      padding: 4px 5px 0px 5px;
      margin: 0 3px 3px 0;
      cursor: pointer;
      float: left; }
      #page-header #filters a.down {
        color: #CCC; }
        #page-header #filters a.down:hover {
          color: #CCC; }
      #page-header #filters a:hover {
        color: #71e6de; }

/*
#index {
	#page-header {
		.termParent {
	
		}
		margin-top: -30px;
		margin-left: 20px;
	}
	.postPagination {
		display:none;
	}
}
*/
/* PROJECT GRID / LIST */
/* ----------------------------------------- */
#grid-list-overflow {
  width: 100%;
  overflow: hidden; }

#grid-list-wrapper {
  width: 200%; }
  #grid-list-wrapper #grid {
    width: 50%; }

/* LIST */
/* ----------------------------------------- */
#list {
  width: 50%;
  float: left;
  overflow: visible;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #list a {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 100px 15px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    margin-bottom: 0px;
    color: #333;
    border-bottom: 1px solid #EEE;
    position: relative; }
    #list a time {
      display: inline-block;
      line-height: 1.1em;
      font-size: 46px;
      padding-right: .5em; }
    #list a .main-title {
      display: inline-block;
      line-height: 1.1em;
      font-size: 46px;
      padding-right: .5em; }
    #list a .sub-title {
      display: inline-block;
      line-height: 1.1em;
      font-size: 36px;
      padding-right: .5em;
      color: #666; }
    #list a .location {
      display: inline-block;
      line-height: 1.1em;
      font-size: 16px;
      color: #888 !important;
      padding-top: 10px; }
    #list a i {
      -webkit-transition-duration: 300ms;
      -webkit-transition-property: background-color, color;
      -webkit-transition-timing-function: ease;
      -moz-transition-duration: 300ms;
      -moz-transition-property: background-color, color;
      -moz-transition-timing-function: ease;
      -o-transition-duration: 300ms;
      -o-transition-property: background-color, color;
      -o-transition-timing-function: ease;
      color: #FFF;
      float: right;
      position: absolute;
      right: 28px;
      top: 50%;
      bottom: 50%;
      margin-top: -.5em;
      line-height: 1em;
      font-size: 46px; }
    #list a:hover {
      background: #ecfffe;
      color: #666;
      text-shadow: 0px 0px 6px #d7fffc; }
      #list a:hover i {
        color: #666; }

/* GRID */
/* ----------------------------------------- */
#grid {
  width: 100%;
  float: left;
  overflow: visible;
  padding-left: 1px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 36px; }
  #grid article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: relative;
    /* FULL-SIZE PROJECT BOX */ }
    #grid article .post-custom-link {
      position: absolute;
      bottom: 25px;
      right: 0;
      left: 0;
      text-align: right;
      width: 100%;
      display: block;
      padding: 10px 25px 8px 25px;
      -webkit-transition-duration: 300ms;
      -webkit-transition-property: background-color, color;
      -webkit-transition-timing-function: ease;
      -moz-transition-duration: 300ms;
      -moz-transition-property: background-color, color;
      -moz-transition-timing-function: ease;
      -o-transition-duration: 300ms;
      -o-transition-property: background-color, color;
      -o-transition-timing-function: ease;
      background: #FFF;
      font-size: 11px;
      text-transform: uppercase;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #grid article .projLink.getPost {
      cursor: pointer;
      -webkit-transition-duration: 300ms;
      -webkit-transition-property: background-color, color;
      -webkit-transition-timing-function: ease;
      -moz-transition-duration: 300ms;
      -moz-transition-property: background-color, color;
      -moz-transition-timing-function: ease;
      -o-transition-duration: 300ms;
      -o-transition-property: background-color, color;
      -o-transition-timing-function: ease; }
      #grid article .projLink.getPost:hover {
        background: #ecfffe; }
    #grid article .projLink {
      color: #333;
      padding: 0 0 55px 0;
      margin: 0;
      width: 100%;
      height: auto;
      display: block;
      position: static;
      background: #FFF;
      float: right;
      -webkit-transition-duration: 300ms;
      -webkit-transition-property: background-color, color;
      -webkit-transition-timing-function: ease;
      -moz-transition-duration: 300ms;
      -moz-transition-property: background-color, color;
      -moz-transition-timing-function: ease;
      -o-transition-duration: 300ms;
      -o-transition-property: background-color, color;
      -o-transition-timing-function: ease; }
      #grid article .projLink:hover {
        background: #F6F6F6; }
        #grid article .projLink:hover .post-custom-link {
          background: #EEE; }
          #grid article .projLink:hover .post-custom-link:hover {
            background: #ecfffe; }
      #grid article .projLink .hidden-link {
        visibility: hidden; }
      #grid article .projLink .img_wrap {
        width: 100%;
        position: relative;
        float: left;
        overflow: hidden;
        background: #DDD;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: background-color, color;
        -webkit-transition-timing-function: ease;
        -moz-transition-duration: 300ms;
        -moz-transition-property: background-color, color;
        -moz-transition-timing-function: ease;
        -o-transition-duration: 300ms;
        -o-transition-property: background-color, color;
        -o-transition-timing-function: ease; }
        #grid article .projLink .img_wrap img {
          width: 100%;
          height: auto;
          float: left; }
        #grid article .projLink .img_wrap img.detail-image {
          position: absolute;
          top: 0;
          left: 0;
          visibility: hidden; }
      #grid article .projLink header {
        letter-spacing: .04em;
        text-align: left;
        width: 100%;
        padding: 15px 30px 0px 30px;
        padding-left: 30px;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        /*
        h3{
        	padding:0;
        	margin:.25em 0 0 0;
        	font-size:$fsize_1;
        	color: $black !important;
        	text-shadow: 1px 1px 2px $white;
        	text-shadow: none;
        	line-height: 1.1em;
        }
        */ }
        #grid article .projLink header .content-type {
          color: #888;
          font-size: 11px;
          display: inline-block;
          line-height: 1.2em;
          padding: 0 5px .7em 0; }
        #grid article .projLink header time {
          font-size: 11px;
          display: inline-block;
          line-height: 1.2em;
          padding: 0 0 .7em 0; }
        #grid article .projLink header h2 {
          padding: 0;
          margin: 0;
          font-size: 16px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 1.2em; }
      #grid article .projLink .inner {
        padding: 15px 30px 0px 30px;
        color: #333;
        /* TEXT PADDING RULES */
        /* ----------------------------------------- */ }
        #grid article .projLink .inner.with-title {
          padding: .7em 30px 0px 30px; }
        #grid article .projLink .inner.with-date-only {
          padding: 0 30px; }
        #grid article .projLink .inner.search-inner {
          font-size: 11px;
          line-height: 1.4em;
          padding: 0 30px; }
        #grid article .projLink .inner blockquote, #grid article .projLink .inner dd, #grid article .projLink .inner dl, #grid article .projLink .inner figcaption, #grid article .projLink .inner h1, #grid article .projLink .inner h2, #grid article .projLink .inner h3, #grid article .projLink .inner h4, #grid article .projLink .inner h5, #grid article .projLink .inner h6, #grid article .projLink .inner ol, #grid article .projLink .inner p, #grid article .projLink .inner pre, #grid article .projLink .inner table, #grid article .projLink .inner tfoot, #grid article .projLink .inner ul {
          padding: 0; }

/* NEWS INDEX:  GRID / LIST */
/* ----------------------------------------- */
#index #list {
  width: 50%;
  float: left;
  overflow: visible;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #index #list a .main-title {
    font-size: 36px;
    color: #666; }
  #index #list a .sub-title {
    color: #888; }

/* GALLERIES:  GRID / LIST */
/* ----------------------------------------- */
#galleries #grid {
  padding-bottom: 36px; }
  #galleries #grid article {
    /* ARCHIVE PROJECT BOX */
    /* FULL-SIZE PROJECT BOX */ }
    #galleries #grid article a.projLink {
      padding: 0;
      position: relative;
      background: #DDD !important; }
      #galleries #grid article a.projLink header {
        position: absolute;
        bottom: 10%;
        visibility: hidden;
        padding: 0 30px;
        padding-left: 20px;
        /*
        h3{	
        	float: left;
        	clear:both;
        	padding:5px 8px 4px 8px;
        	margin:-2px 0 0 0;
        	font-size:$fsize_0;
        	color: $black3;
        	//text-shadow: 1px 1px 2px $white;
        	text-shadow: none;
        	line-height: 1.1em;
        	background: $color1;
        	display:inline-block;
        }
        */ }
        #galleries #grid article a.projLink header h2 {
          color: #222;
          text-shadow: 2px 0px 1px rgba(200, 200, 200, 0.7), 1px 1px 1px rgba(200, 200, 200, 0.8); }

/* SINGLE GALLERY */
/* ----------------------------------------- */
.gallery_wrapper {
  position: static; }

#sm_gallery {
  height: 100%;
  width: 75%;
  margin-left: 20px;
  margin-bottom: 25px;
  float: right;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE; }

#gallery-info-overflow {
  width: 100%;
  overflow: hidden; }

#gallery-info-wrapper {
  width: 200%; }
  #gallery-info-wrapper #info, #gallery-info-wrapper #gallery {
    width: 50%;
    float: left;
    overflow: visible;
    padding-left: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

#gallery {
  margin-left: -100%; }

#gallery-info-wrapper.gallery-first #gallery {
  margin-left: 0%; }

body.single-sm_gallery #gallery {
  margin-left: 0%; }

#info, #gallery {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.projectStat {
  padding: 5px 0px 0 0px;
  width: 100%;
  color: #333; }
  .projectStat h4 {
    color: #888;
    padding-bottom: 3px;
    margin: 0;
    font-size: 14px; }
  .projectStat.pTypes h4 {
    margin-left: -25px; }
  .projectStat.pTypes a {
    display: inline-block;
    padding: 0 5px;
    background: #EEE;
    color: #888; }
    .projectStat.pTypes a:hover {
      background: #d7fffc; }

/*
body#full-width {
	#info {
		article {
			.inner_wrap {
				max-width:100%;
				.inner {
					.container_12, .container_16 {
						p {
							//max-width: 100% !important;
						}
					}
				}
			}
		}
	}
}
*/
#info {
  padding-bottom: 50px; }
  #info .thumbset {
    width: auto;
    padding-bottom: 20px;
    max-width: 240px; }
    #info .thumbset a {
      cursor: pointer;
      padding: 0;
      margin: 0 7px 7px 0;
      background: #FFF; }
      #info .thumbset a img {
        float: left; }
      #info .thumbset a:hover {
        background: #8bfff7; }
      #info .thumbset a.current {
        background: #8bfff7; }
  #info article {
    padding-bottom: 0px; }
    #info article header {
      border-bottom: 1px solid #EEE;
      padding-bottom: 1em;
      margin-bottom: 1em; }
      #info article header h1 {
        font-size: 26px;
        line-height: 1.1em; }
      #info article header h4 {
        color: #888;
        font-size: 14px;
        line-height: 1.1em;
        padding-top: 10px; }
    #info article .inner {
      padding: 0 30px;
      /* TEXT PADDING RULES */
      /* ----------------------------------------- */ }
      #info article .inner blockquote, #info article .inner dd, #info article .inner dl, #info article .inner figcaption, #info article .inner h1, #info article .inner h2, #info article .inner h3, #info article .inner h4, #info article .inner h5, #info article .inner h6, #info article .inner ol, #info article .inner p, #info article .inner pre, #info article .inner table, #info article .inner tfoot, #info article .inner ul {
        padding: 0; }

/* MAP */
/* ----------------------------------------- */
#map_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  margin-left: -1px;
  position: static;
  background: #DDD;
  top: 0; }

#map_canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: none;
  bottom: 36px; }

section#contact, section#error404 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px !important; }

#bigBkgImg {
  background: url("") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  height: auto;
  width: auto;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto; }

.z-above {
  position: relative !important;
  z-index: 1; }

a#scrollLink {
  position: fixed;
  bottom: 85px;
  left: 20px;
  text-align: right;
  padding: 6px 20px 4px 20px;
  margin: 0 0 0 0 !important;
  display: block;
  width: 180px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #8bfff7;
  text-transform: uppercase;
  background-color: #EEE; }
  a#scrollLink:hover {
    background-color: #DDD;
    color: #333; }

#homeLink {
  float: left; }

#pageTitle {
  font-size: 26px;
  margin: 0 0px;
  border-bottom: 1px dotted #71e6de; }

#contact-info {
  padding-top: 80px;
  position: relative;
  z-index: 1; }
  #contact-info .email-link {
    display: block;
    width: 100%;
    padding: 7px 30px 6px 30px;
    margin: 0 0px;
    color: #333;
    background: #EEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #contact-info .email-link i {
      color: #666; }
    #contact-info .email-link:hover {
      color: #666;
      background: #d7fffc; }

/* Paregraph max-width */
.inner blockquote, .inner figcaption, .inner h1, .inner h2, .inner h3, .inner h4, .inner h5, .inner h6, .inner ol, .inner p, .inner pre, .inner ul {
  max-width: 1195px; }
.inner .container_12 blockquote, .inner .container_12 figcaption, .inner .container_12 h1, .inner .container_12 h2, .inner .container_12 h3, .inner .container_12 h4, .inner .container_12 h5, .inner .container_12 h6, .inner .container_12 ol, .inner .container_12 p, .inner .container_12 pre, .inner .container_12 ul, .inner .container_16 blockquote, .inner .container_16 figcaption, .inner .container_16 h1, .inner .container_16 h2, .inner .container_16 h3, .inner .container_16 h4, .inner .container_16 h5, .inner .container_16 h6, .inner .container_16 ol, .inner .container_16 p, .inner .container_16 pre, .inner .container_16 ul {
  max-width: 100% !important; }

/* Block Level 
address,article,audio,blockquote,canvas,dd,div,dl,fieldset,figcaption,figure,footer,form,h1, h2, h3, h4, h5, h6,header,hgroup,hr,noscript,ol,output,p,pre,section,table,tfoot,ul,video
*/
/* ASIDE */
/* ----------------------------------------- */
#menuimages {
  padding-right: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #menuimages img {
    width: 100%;
    height: auto;
    float: left; }

aside {
  padding: 30px 20px;
  font-size: 14px !important;
  text-align: left;
  border-bottom: 1px solid #EEE;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -15px; }
  aside a {
    color: #333; }
    aside a:hover {
      color: #8bfff7; }
  aside h3 {
    padding-top: 18px;
    padding-bottom: 10px;
    color: #CCC;
    display: block; }
  aside li.cat-item {
    text-transform: uppercase; }
  aside .compact-archives {
    font-size: 11px;
    color: #CCC; }
    aside .compact-archives strong {
      padding-right: 8px; }
    aside .compact-archives a {
      display: inline;
      margin: 0 !important;
      float: none; }
  aside .tagcloud {
    padding-top: 0 !important;
    margin-top: -5px !important;
    margin-left: -6px !important; }
    aside .tagcloud a {
      color: #333;
      background: #FFF;
      padding: 5px 8px 3px 5px;
      margin: 0 -px 1px 0;
      cursor: pointer; }
      aside .tagcloud a:hover {
        background-color: #EEE;
        color: #333; }

isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
  display: none; }

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
  display: block; }

/* INFINITE SCROLLING */
#infscr-loading {
  width: 100% !important;
  padding: 20px 15px 25px 15px !important;
  margin: 0 !important;
  font-size: 14px;
  position: fixed !important;
  bottom: 0px !important;
  left: 0 !important;
  background: #d7fffc !important;
  border-top: 1px solid #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 69px;
  color: #666; }

#infscr-loading div {
  margin: 0  !important;
  margin-left: 50px !important;
  padding: 8px 0 0 0 !important;
  color: #666;
  font-size: 14px; }

#infscr-loading img {
  float: left;
  padding: 0px 10px 0 0; }

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  header#top {
    position: relative; }

  #menu-spacer {
    display: none; }

  img.info-image {
    padding: 30px !important; }

  #gallery-info-wrapper, #grid-list-wrapper {
    width: 100% !important;
    display: block !important; }

  #grid, #gallery, #info {
    width: 100% !important;
    display: block !important; }

  #galleries #grid {
    padding-bottom: 36px; }
    #galleries #grid article {
      /* ARCHIVE PROJECT BOX */
      /* FULL-SIZE PROJECT BOX */ }
      #galleries #grid article a.projLink {
        padding: 0;
        position: relative;
        background: #FFF !important; }
        #galleries #grid article a.projLink header {
          position: static;
          visibility: hidden;
          padding: 15px 20px 15px 20px !important;
          clear: both; }
          #galleries #grid article a.projLink header h2 {
            color: #666;
            text-shadow: none; }
        #galleries #grid article a.projLink:hover {
          background: #EEE !important; }
          #galleries #grid article a.projLink:hover header h2 {
            color: #5cc8c1; }

  #list {
    display: none; }

  #page-header #filters {
    display: none; }

  #grid.container_12 {
    padding-right: 1px; }
    #grid.container_12 article.grid_4 {
      margin: 0 !important;
      padding: 0 0 0 0 !important;
      width: 100%;
      float: left !important; }
      #grid.container_12 article.grid_4 a.projLink {
        margin: 0 0 1px 0 !important; }

  #grid article .post-custom-link {
    position: static;
    padding-bottom: 25px;
    float: left; }

  #sm_gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    float: none;
    border-left: none; }

  #homeContent {
    padding-bottom: 300px; }

  .single-sm_gallery .inner_wrap {
    padding-top: 0;
    margin-top: 0; }
  .single-sm_gallery hgroup .archiveTerms {
    padding-top: 0;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-right: 20px;
    margin-left: -20px; }
  .single-sm_gallery hgroup h1 {
    display: none; }
  .single-sm_gallery .thumbset {
    display: none; }
  .single-sm_gallery #bInquire {
    padding-bottom: 0; }

  body.home #home-message {
    top: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: static !important;
    clear: both;
    padding-top: 600px !important; }
    body.home #home-message .inner_wrap {
      background: #d7fffc; }
    body.home #home-message .inner {
      padding-top: 40px;
      padding-bottom: 50px; }

  #mobile-hide {
    display: block; } }
@media handheld, only screen and (max-width: 440px) {
  #grid {
    padding-right: 0px !important;
    -webkit-box-sizing: none;
    -moz-box-sizing: none;
    -ms-box-sizing: none;
    -o-box-sizing: none;
    box-sizing: none; }
    #grid article.grid_archive {
      position: relative;
      width: 100%;
      margin-right: 0px !important;
      padding-right: 40px !important; }
      #grid article.grid_archive a.projLink .img_wrap {
        width: 100%;
        height: auto; }
        #grid article.grid_archive a.projLink .img_wrap img {
          width: 100%;
          height: auto; } }
body.home footer#bottom {
  display: none !important; }
  body.home footer#bottom #roll67a2 {
    display: none !important; }

/* FOOTER */
/* ----------------------------------------- */
footer#bottom {
  background: none;
  position: relative;
  bottom: 0;
  left: 100%;
  width: 150px;
  margin-left: -150px;
  height: 36px; }

body.page-template-page-contact footer#bottom, body.page-template-page-fullbkg footer#bottom {
  background: #FFF;
  width: 100%;
  left: 0;
  margin-left: 0; }

/* 67a2 credit */
#roll67a2 {
  overflow: hidden;
  display: inline-block;
  padding: 0px 0 0 0;
  width: 50px;
  height: 25px;
  text-decoration: none;
  background: url("../img/67a2_media.png") bottom left no-repeat;
  float: right;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  margin: 6px 30px 0 30px;
  transform: translate(0.5px, 0.5px); }

#roll67a2:hover {
  display: inline-block;
  background-position: top left; }

.displace {
  position: absolute;
  left: -5000px; }

/* end 67a2 */
