body,
html {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
section img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
}
.album-title,
.album-description,
.album-wrapper {
  padding: 1.5% 0;
}
.album-title {
  padding-top: 0;
  font-size: 1.6em;
  display: block;
  line-height: normal;
}
.album-description {
  display: none;
  font-size: 0.9em;
  line-height: 1.6em;
}
.album-wrapper {
  margin: 0 -1.5%;
}
.album-wrapper .thumbnail-wrap {
  display: none;
}
.album-wrapper ul {
  margin: 0;
  padding: 0;
}
.album-wrapper ul li {
  width: 144px;
  height: 144px;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 1.5% 1.5% 50px 1.5%;
  -webkit-transition: box-shadow 150ms ease-out;
  -moz-transition: box-shadow 150ms ease-out;
  -webkit-transition: -webkit-box-shadow 150ms ease-out;
  -moz-transition: -moz-box-shadow 150ms ease-out;
  -o-transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  /* Mobile compact mode */
  /* Mobile large mode 
			@media screen and (max-width: 600px) {
				width: 48%;
				height: auto;
				margin: 1% 1% 35px;
			}
			&:after {
			@media screen and (max-width: 600px) {
				padding-top: 100%;
				display: block;
				content: '';
				}
			}
			*/
}
.album-wrapper ul li:hover {
  -webkit-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.3);
}
.album-wrapper ul li p {
  position: absolute;
  bottom: -35px;
  font-size: .9em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: normal;
  width: 144px;
  margin: 12px 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .album-wrapper ul li {
    width: 22%;
    height: auto;
    margin: 1.5%;
  }
  .album-wrapper ul li p {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .album-wrapper ul li:after {
    padding-top: 100%;
    display: block;
    content: '';
  }
}
#gB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #000;
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gB.on {
  display: block;
  /* Fixes issue on themes that do force backface
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  */
}
#gB #gC,
#gB #gP,
#gB #gN {
  position: absolute;
  cursor: pointer;
  display: block;
  background-color: transparent;
  background-image: url(data:image/png;base64,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);
}
#gB #gC {
  right: 0;
  top: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  background-position: -225px -25px;
}
#gB #gC:hover {
  background-position: -225px -125px;
}
#gB:hover #gN,
#gB:hover #gP {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0);
}
#gB:hover #gvo div.slide p {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#gB #gN,
#gB #gP {
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  z-index: 100;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#gB #gN {
  -webkit-transform: translateX(10%);
  right: 4%;
  background-position: -100px 0;
}
#gB #gN:hover {
  background-position: -100px -100px;
}
#gB #gP {
  -webkit-transform: translateX(-10%);
  left: 4%;
  background-position: 0 0;
}
#gB #gP:hover {
  background-position: 0 -100px;
}
#gB #gvo {
  position: absolute;
  height: 100%;
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
#gB #gvo div.slide {
  display: none;
  height: 100%;
  width: 500px;
  opacity: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}
#gB #gvo div.slide.show {
  display: table-cell !important;
}
#gB #gvo div.slide > div {
  display: inline-block;
}
#gB #gvo div.slide img {
  list-style: none;
  max-height: 100% !important;
  max-width: 100% !important;
}
#gB #gvo div.slide p {
  background: #000;
  color: #ccc;
  text-align: left;
  padding: 6px 12px;
  z-index: 3;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  max-width: 50%;
  margin: 0 0 10px 10px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#gB #gvo div.slide p span {
  font-weight: bolder;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #gB #gvo div.slide p {
    max-width: 100%;
  }
}
body {
  font: 0.85em/1.9em "helvetica neue", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  overflow-x: hidden;
  margin: 0;
}
img#load {
  display: none;
}
/* Defualt List Styles */
ul,
ol {
  margin: 0 0 18px 0;
  padding: 0;
}
ol {
  padding: 0 0 0 15px;
}
ul.disc {
  list-style-type: disc;
}
ul.circle {
  list-style-type: circle;
}
ul.square {
  list-style-type: square;
}
ol.arabic-numbers {
  list-style-type: decimal;
}
ol.upper-alpha {
  list-style-type: upper-alpha;
}
ol.lower-alpha {
  list-style-type: lower-alpha;
}
ol.upper-roman {
  list-style-type: upper-roman;
}
ol.lower-roman {
  list-style-type: lower-roman;
}
section li {
  margin: 0 0 0 25px;
}
/* Defualt Tag Styles */
b,
strong {
  font-weight: bolder;
}
em {
  font-style: italic;
}
code {
  font-size: 1.1em;
  font-family: monospace;
}
.image-left img {
  float: left;
  padding: 5px 20px 5px 5px;
}
.image-right img {
  float: right;
  padding: 5px 5px 5px 20px;
}
a {
  text-decoration: none;
}
img[alt~="edge"] {
  width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
/* Global */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Light', sans-serif;
}
.ie8 .loading {
  display: none;
}
header.theme {
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px;
  position: relative;
  width: 100%;
  z-index: 19;
  overflow: hidden;
}
header.theme:after {
  width: 100%;
  content: '';
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 600px) {
  header.theme:after {
    padding-top: 66.66%;
  }
}
header.theme.sf:after {
  padding-top: 0;
}
header.theme.sf #feature {
  background: transparent;
}
header.theme.sf #container {
  z-index: 1000;
}
@media screen and (min-width: 481px) {
  header.theme.sf #container {
    width: 80%;
    margin-left: 10%;
  }
}
header.theme.sf #container:after {
  display: none;
}
@media screen and (max-width: 600px) {
  header.theme.sf.fv #container {
    display: none;
  }
}
header.theme.sf.fv #container:after {
  display: block;
}
header.theme.fv #extraContainer1 {
  position: relative;
}
header.theme #feature {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
header.theme #feature.zo {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 4s ease;
}
header.theme .loading {
  z-index: 1;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  border-width: 2px;
  border-style: solid;
  border-color: #666 #999 #BBB white;
  border-radius: 100px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
header.theme .loading.error {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  width: 100%;
  text-align: center;
  margin-left: 0;
  left: 0;
  border: none;
  height: auto;
  border-radius: 0;
  color: #b53c3c;
  font-size: 1.6em;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
header.theme .loading.error.zi {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
header.theme #extraContainer1 {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
header.theme #extraContainer1.zo {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 4s ease;
}
header.theme .flex-viewport:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  display: block;
  background: url('css/blk.png') no-repeat center center;
}
@media screen and (max-width: 480px) {
  header.theme ol.flex-control-nav {
    display: none;
  }
}
header.theme #container {
  width: 100%;
  height: 100%;
  top: 0;
  margin-left: 0%;
  position: absolute;
}
header.theme #container:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  display: block;
  background: url('css/blk.png') no-repeat center center;
  background-size: 85%;
}
@media screen and (max-width: 600px) {
  header.theme #container:after {
    background-size: 130% auto;
  }
}
@media screen and (max-width: 600px) {
  header.theme #container.logo a,
  header.theme #container.logo span,
  header.theme #container.logo #s {
    display: none !important;
  }
  header.theme #container.logo a.user-logo {
    display: block !important;
  }
}
header.theme #container > div {
  position: relative;
  z-index: 10;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  header.theme #container > div {
    top: 0;
    bottom: 0;
  }
}
header.theme #container > div > div {
  display: table-row;
  width: 100%;
  height: 100%;
}
header.theme #container > div > div #a {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  font-size: 1em;
  padding: 0 5%;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  /* logo */
}
header.theme #container > div > div #a.zi {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 4s ease;
}
@media screen and (max-width: 770px) {
  header.theme #container > div > div #a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 600px) {
  header.theme #container > div > div #a {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 480px) {
  header.theme #container > div > div #a {
    font-size: 0.6em;
  }
}
header.theme #container > div > div #a a img {
  max-height: 120px;
  max-width: 100%;
  height: auto;
  width: auto;
  cursor: pointer;
  margin-bottom: 10px;
  border: none;
}
@media screen and (max-width: 480px) {
  header.theme #container > div > div #a a img {
    height: auto !important;
  }
}
header.theme #container > div > div #a a h1 {
  font-size: 4.5em;
  font-weight: 200;
  display: inline-block;
  line-height: normal;
  margin: 0;
  width: 100%;
}
header.theme #container > div > div #a span {
  font: italic 1.3em georgia;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 10px;
  display: inline-block;
}
header.theme #container > div > div #a #s {
  cursor: default;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  header.theme #container > div > div #a #s {
    display: block;
  }
}
header.theme #container > div > div #a #s a {
  display: inline-block;
  font-size: 48px;
  padding: 1em 0.4em 0;
  cursor: pointer;
  -webkit-transition: transform 300ms ease;
  -moz-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: -webkit-transform 300ms ease,-moz-transform 300ms ease,-o-transform 300ms ease,transform 300ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  header.theme #container > div > div #a #s a {
    padding: 0.5em 0.3em 0;
    font-size: 34px;
  }
}
header.theme #container > div > div #a #s a:hover {
  -webkit-transform: translate3d(0px, -3px, 0px);
  -moz-transform: translate3d(0px, -3px, 0px);
  -o-transform: translate3d(0px, -3px, 0px);
  -ms-transform: translate3d(0px, -3px, 0px);
  transform: translate3d(0px, -3px, 0px);
}
#main {
  position: relative;
  z-index: 100;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
#main hr {
  height: 1px;
  border: 0;
  width: 100%;
  font-size: 0;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: normal;
  letter-spacing: -1px;
  font-weight: 200;
  padding: 0 0 5px;
  margin: 0;
}
#main h1 {
  font-size: 1.7em;
}
#main h2 {
  font-size: 1.6em;
}
#main h3 {
  font-size: 1.5em;
}
#main h4 {
  font-size: 1.4em;
}
#main h5 {
  font-size: 1.3em;
}
#main h6 {
  font-size: 1.2em;
}
#main .embed a img,
#main #push #a a img {
  float: left;
  max-height: 20px;
  height: auto;
  width: auto;
  cursor: pointer;
}
#main .embed a.user-logo + a,
#main #push #a a.user-logo + a {
  padding-left: 12px;
}
#main #push #a {
  line-height: 1.6em;
  padding-bottom: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 18px;
}
@media screen and (max-width: 600px) {
  #main #push #a {
    display: none;
  }
}
#main #push #a br {
  display: none;
}
#main #push #a a > img {
  float: left;
  max-height: 20px;
  margin-right: 7px;
  height: auto;
  width: auto;
  cursor: pointer;
}
#main #push #a a > img a + a {
  padding-left: 12px;
}
#main #push #a > a {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 600px) {
  #main #push #a > a {
    float: none;
  }
}
#main #push #a > a h1 {
  padding: 0;
  font-family: Helvetica, Arial;
  font-size: 1em;
  display: inline;
  padding-right: 10px;
  font-weight: 900 !important;
}
#main #push #a > a + br {
  display: none;
}
@media screen and (max-width: 600px) {
  #main #push #a > a + br {
    display: block;
  }
}
#main #push #a span#site-slogan {
  padding-bottom: 17px;
}
@media screen and (max-width: 600px) {
  #main #push #a span#site-slogan {
    float: none;
  }
}
#main #push #a span#site-slogan + br {
  display: none;
}
#main #push #a #s {
  letter-spacing: 25px;
  padding-top: 12px;
}
@media screen and (max-width: 600px) {
  #main #push #a #s {
    float: none;
  }
}
#main #push #a #s a {
  display: inline-block;
  font-size: 1.35em;
}
#main > nav.theme {
  display: none;
}
@media screen and (max-width: 600px) {
  #main > nav.theme {
    display: block;
    position: relative;
    z-index: 50;
  }
}
#main > .mainWrap {
  position: relative;
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 6%;
  z-index: 15;
  margin: 0 auto;
  overflow-x: hidden;
}
#main #container {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  display: none;
  line-height: normal;
  font-size: 1.1em;
}
@media screen and (max-width: 600px) {
  #main #container {
    border-bottom: 0;
    display: block;
  }
  #main #container.logo #a > img {
    display: none;
  }
  #main #container.logo #a > img + a {
    padding-left: 0;
  }
}
#main #container .mainWrap {
  margin: 0 auto;
  padding: 2% 6%;
}
@media screen and (max-width: 600px) {
  #main #container .mainWrap {
    padding: 3% 6%;
  }
}
#main #container #a {
  line-height: 1.6em;
}
#main #container #a br {
  display: none;
}
#main #container #a a > img {
  float: left;
  max-height: 20px;
  margin-right: 7px;
  height: auto;
  width: auto;
  cursor: pointer;
}
#main #container #a a > img a + a {
  padding-left: 12px;
}
#main #container #a > a {
  display: inline;
  float: left;
}
@media screen and (max-width: 600px) {
  #main #container #a > a {
    float: none;
  }
}
#main #container #a > a.user-logo {
  display: none;
}
#main #container #a > a + a {
  display: block;
}
#main #container #a > a h1 {
  padding: 0;
  font-family: Helvetica, Arial;
  font-size: 1em;
  display: inline;
  padding-right: 10px;
  font-weight: 900 !important;
}
#main #container #a > a + br {
  display: none;
}
#main #container #a span#site-slogan {
  padding-bottom: 17px;
}
@media screen and (max-width: 600px) {
  #main #container #a span#site-slogan {
    float: none;
  }
}
#main #container #a span#site-slogan + br {
  display: none;
}
#main #container #a #s {
  letter-spacing: 25px;
  padding-top: 9px;
}
@media screen and (max-width: 600px) {
  #main #container #a #s {
    float: none;
  }
}
#main #container #a #s a {
  display: inline-block;
  font-size: 1.35em;
}
#main section.theme {
  padding-top: 6%;
  padding-right: 0;
  width: 100%;
  position: relative;
  margin-left: -270px;
  float: left;
}
@media screen and (max-width: 600px) {
  #main section.theme {
    margin-left: 0;
    padding-bottom: 6%;
    float: none;
  }
}
#main section.theme #push {
  padding-left: 270px;
}
@media screen and (max-width: 600px) {
  #main section.theme #push {
    padding-left: 0;
  }
}
#main aside.theme {
  float: right;
  width: 220px;
  padding-top: 6%;
  padding-bottom: 6%;
}
@media screen and (max-width: 600px) {
  #main aside.theme {
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    float: none;
  }
}
#main aside.theme #aside-title {
  display: block;
  font-weight: 200;
  margin-bottom: 30px;
  font-family: 'Open Sans Light', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 600px) {
  #push > footer {
    display: none;
  }
}
.mainWrap > footer {
  display: none;
}
@media screen and (max-width: 600px) {
  .mainWrap > footer {
    display: block;
  }
}
/* Footer */
footer {
  font-size: 0.9em;
}
footer #rw_email_contact {
  padding-left: 5px;
}
footer hr#footer {
  margin: 30px 0 15px 0;
  border: 0;
  height: 1px;
  font-size: 0;
  position: relative;
  z-index: 1;
}
footer #breadcrumb + hr {
  margin: 15px 0;
}
footer #breadcrumb {
  margin: 30px 0 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 15px;
  clear: both;
  list-style: none;
}
footer #breadcrumb li {
  margin: 0;
  display: inline-block;
  padding-right: 8px;
}
footer #breadcrumb li a {
  padding-right: 5px;
}
/* Navigation */
nav.theme {
  border-top-style: solid;
  border-top-width: 5px;
  margin: 0 0 50px;
  position: relative;
  z-index: 30;
  /* Hide 4th level sub pages*/
  /*Break Point*/
}
@media screen and (max-width: 600px) {
  nav.theme {
    padding-top: 0;
    display: none;
    margin: 0 0 10px;
  }
}
nav.theme ul {
  list-style: none;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 601px) {
  nav.theme ul .openParent > ul {
    top: 0 !important;
    display: block !important;
    position: relative !important;
    opacity: 0.01;
    filter: alpha(opacity=1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  nav.theme ul .openParent > a {
    font-weight: bolder;
  }
  nav.theme ul .openParent > a:after {
    content: '\f107' !important;
  }
}
nav.theme ul li.openParent:first-child > ul {
  top: 0 !important;
  display: block !important;
  position: relative !important;
  opacity: 0.01;
  filter: alpha(opacity=1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
nav.theme ul li.openParent:first-child > a {
  font-weight: bolder;
}
nav.theme ul li.openParent:first-child > a:after {
  content: '\f107' !important;
}
nav.theme ul li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}
nav.theme ul li.current > a,
nav.theme ul li.currentAncestor > a {
  font-weight: bolder;
}
nav.theme ul li.current > a:after,
nav.theme ul li.currentAncestor > a:after {
  font-weight: normal;
}
nav.theme ul li.current > a,
nav.theme ul li.parent.open > a {
  font-weight: bolder;
}
nav.theme ul li.current > a:hover,
nav.theme ul li.parent.open > a:hover {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
nav.theme ul li.current > a:after,
nav.theme ul li.parent.open > a:after {
  content: '\f107';
  font-family: FontAwesome;
  margin-right: 5px;
  float: right;
  opacity: 0.006;
  filter: alpha(opacity=0.6);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  nav.theme ul li.current > a:after,
  nav.theme ul li.parent.open > a:after {
    margin-right: 5%;
  }
}
nav.theme ul li.current > ul,
nav.theme ul li.parent.open > ul {
  top: 0;
  display: block;
  position: relative;
  opacity: 0.01;
  filter: alpha(opacity=1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
nav.theme ul li a {
  display: block;
  padding: 15px 0;
  position: relative;
  -webkit-transition: transform 150ms ease-out;
  -moz-transition: transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  transition: transform 150ms ease-out;
  -webkit-transition: -webkit-transform 150ms ease-out;
  -moz-transition: -moz-transform 150ms ease-out;
  -o-transition: -o-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out,-moz-transform 150ms ease-out,-o-transform 150ms ease-out,transform 150ms ease-out;
}
nav.theme ul li a:hover {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
  z-index: 10;
}
nav.theme ul li a:after {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 5px;
  position: absolute;
  right: 0;
  opacity: 0.006;
  filter: alpha(opacity=0.6);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  font-weight: normal !important;
}
nav.theme ul li ul {
  position: absolute;
  top: -9999px;
  -webkit-transition: opacity 1000ms ease-out;
  -moz-transition: opacity 1000ms ease-out;
  -o-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
nav.theme ul li ul li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
nav.theme ul li ul li a {
  padding-left: 15px;
  padding-right: 20px;
}
nav.theme ul li ul li:last-child {
  border-bottom: none;
}
nav.theme ul li ul li ul {
  display: none;
}
nav.theme ul li ul li ul li a {
  padding-left: 30px;
  padding-right: 20px;
}
nav.theme ul li ul li ul li ul {
  display: none !important;
}
nav.theme ul li.openParent:first-child > ul ul ul {
  display: none !important;
}
@media screen and (max-width: 600px) {
  nav.theme ul li.parent.open > a:after {
    margin-right: 5%;
  }
  nav.theme ul li > a {
    padding: 15px 6%;
  }
  nav.theme ul li > a:after {
    margin-right: 6%;
  }
  nav.theme ul li ul li:first-child {
    border-top-width: 1px;
  }
  nav.theme ul li ul li a {
    padding-left: 10%;
  }
  nav.theme ul li ul li ul li a {
    padding-left: 15%;
  }
}
.ie8 nav.theme li.error,
.ie9 nav.theme li.error {
  display: none;
}
/* Built-in Page Styles*/
.blog-entry {
  padding: 0 0 10px 0;
}
.blog-entry + .blog-entry {
  padding: 10px 0;
}
.blog-entry h1.blog-entry-title {
  font-size: 1.8em;
  font-weight: normal;
  line-height: normal;
  padding-bottom: 2% !important;
}
.blog-entry .blog-entry-date {
  padding-bottom: 15px;
}
.blog-entry .blog-entry-date a {
  padding: 0 5px;
}
.blog-entry .blog-entry-body {
  padding: 0 0 15px;
}
.blog-entry .blog-entry-body .blog-read-more {
  display: block;
  font-size: 1em;
  padding: 15px 0 0;
  font-style: italic;
  font-weight: bolder;
}
.blog-entry .blog-entry-body a.blog-comment-link {
  padding: 15px 0;
  display: inline-block;
  clear: both;
  font-family: arial;
  font-size: 1.1em;
}
.blog-entry .blog-entry-body a.blog-comment-link:before {
  content: "\f0e5";
  font-family: 'FontAwesome';
  font-size: 1.1em;
  padding-right: 5px;
}
.blog-entry .blog-entry-body .blog-entry-tags {
  clear: both;
  font-family: arial;
  font-size: 0.9em;
  margin-top: 15px;
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: solid;
}
.blog-entry .blog-entry-body .blog-entry-tags:after {
  margin-top: 10px;
  content: '';
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.blog-entry .blog-entry-body .blog-entry-tags:before {
  margin-bottom: 10px;
}
.blog-entry .blog-entry-body .blog-entry-tags a {
  padding: 0 3px;
}
#blog-categories,
#blog-archives,
ul.blog-tag-cloud,
#blog-rss-feeds {
  list-style: none;
  padding: 20px 0 0;
}
#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bolder;
  display: block;
  padding-bottom: 10px;
  content: '';
  padding-top: 13px;
  border-top-width: 1px;
  border-top-style: solid;
}
#blog-categories a,
#blog-archives a,
ul.blog-tag-cloud a,
#blog-rss-feeds a {
  padding: 3px 0;
}
#blog-categories:before {
  content: "Categories";
}
#blog-archives:before {
  content: "Archives";
}
ul.blog-tag-cloud:before {
  content: "Tags";
}
#blog-rss-feeds:before {
  content: "Feeds";
}
ul.blog-tag-cloud li {
  margin: 0;
}
.blog-category-link-enabled,
.blog-archive-link-enabled {
  display: block;
}
.blog-tag-cloud a:before,
.blog-entry-date:before,
.blog-archive-link-enabled:before,
.blog-category-link-enabled:before,
#blog-rss-feeds a:before {
  font-family: FontAwesome;
  margin-right: 7px;
}
.blog-category-link-enabled:before {
  content: '\f016';
}
.blog-entry-date:before,
.blog-archive-link-enabled:before {
  content: '\f073';
}
.blog-tag-cloud a:before {
  content: '\f097';
}
#blog-rss-feeds a:before {
  content: '\f09e';
}
#blog-categories br,
#blog-archives br,
#blog-rss-feeds br,
.blog-category-link-disabled,
.blog-archive-link-disabled,
.blog-archive-month,
.blog-archive-link {
  display: none;
}
/* Mod: Photo Album */
#main .album-description {
  font-size: 1em;
}
#main .album-wrapper p {
  font-size: .95em;
}
/* (shared) Photo & Movie Album */
.movie-page-title {
  font-size: 1.6em;
  font-weight: normal;
  line-height: 18px;
  margin-left: 3%;
  margin-right: 3%;
  padding-bottom: 1.5%;
}
.movie-page-description {
  padding: 10px 0 35px;
  margin-left: 3%;
  margin-right: 3%;
}
.movie-thumbnail-frame {
  display: block;
  margin: 0 5px 60px 0;
  float: left;
}
/* Movie Album Set */
.movie-thumbnail-frame {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 8px 60px;
  width: 100%;
  height: auto;
}
.movie-thumbnail-frame img {
  margin: 0;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 1px 4px #999999;
  -moz-box-shadow: 0px 1px 4px #999999;
  box-shadow: 0px 1px 4px #999999;
  width: 100%;
  height: 100%;
  display: inline;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.movie-thumbnail-frame img:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.movie-thumbnail-frame .movie-thumbnail-caption {
  padding-top: 3px;
  font-size: 1em;
  float: left;
}
/* Movie Album Single */
.movie-background {
  background-image: none;
}
.movie-background .movie-title {
  margin: 0 30px;
  padding-top: 20px;
  letter-spacing: 1px;
  font-size: 12px;
}
.movie-background .movie-frame {
  text-align: center;
  padding-top: 20px;
}
/* File Sharing */
.filesharing-description {
  padding-bottom: 30px;
}
.filesharing-item a {
  margin: 0 0 25px;
}
.filesharing-item + .filesharing-item {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 30px;
}
.filesharing-item + .filesharing-item a {
  margin: 25px 0;
}
.filesharing-item a {
  font: bolder 1.2em helvetica, arial;
  display: block;
  border: none;
}
.filesharing-item a:before {
  content: "\f078";
  font-weight: normal;
  font-size: 1em;
  font-family: FontAwesome;
  padding-right: 10px;
}
/* Contact Form */
form label {
  font: normal normal 0.8em normal helvetica, arial;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 4px;
}
form .form-input-field {
  font-size: 1em;
  padding: 13px 11px;
  display: inline-block;
  margin: 0;
  width: 92%;
  border: none;
  border: 0;
  border-bottom-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
form .form-input-field:focus {
  box-shadow: none;
  outline: none;
}
form input.form-input-button[type="reset"],
form input.form-input-button[type="submit"] {
  letter-spacing: 1px;
  font: normal normal 0.8em helvetica, arial;
  padding: 12px 17px;
  margin-right: 15px;
  border: 0;
  border-bottom-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
/* RapidWeaver Sitemap */
.rw-sitemap > ul.tree > li {
  list-style: none;
  margin: 9px 0;
}
.rw-sitemap > ul.tree > li:first-child {
  margin: 0 0 10px;
}
.rw-sitemap > ul.tree > li:first-child a {
  padding: 0 0 3px;
}
.rw-sitemap > ul.tree > li li {
  font-size: 0.9em;
}
.rw-sitemap > ul.tree a {
  padding: 2px 0;
  display: block;
}
/* Animations */
@-webkit-keyframes animation3 {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 100;
    -moz-opacity: 100;
    opacity: 100;
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes animation3 {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 100;
    -moz-opacity: 100;
    opacity: 100;
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-o-keyframes animation3 {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 100;
    -moz-opacity: 100;
    opacity: 100;
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes animation3 {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 100;
    -moz-opacity: 100;
    opacity: 100;
  }
  100% {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation: animation3 1s;
  -moz-animation: animation3 1s;
  -o-animation: animation3 1s;
  animation: animation3 1s;
  -webkit-animation-fill-mode: forwards;
}
