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;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 0 10px 0;
  margin: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}
/* Defualt List Styles */
ul,
ol {
  margin: 0 0 18px 0;
  padding: 0 0 0 20px;
}
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;
}
/* Defualt Tag Styles */
b,
strong {
  font-weight: bolder;
}
em {
  font-style: italic;
}
code {
  padding: 15px;
  display: block;
  font-size: 1.0em;
  font-family: monospace;
}
blockquote {
  font-style: italic;
  padding: 0 0 0 20px;
  margin: 0;
}
blockquote p {
  margin: 0;
}
.image-left img {
  float: left;
  padding: 5px 20px 5px 5px;
}
.image-right img {
  float: right;
  padding: 5px 5px 5px 20px;
}
#rw_email_contact {
  padding-left: 7px;
}
a {
  text-decoration: underline;
}
img[alt~="edge"] {
  width: 100%;
  height: auto;
  visibility: hidden;
}
aside .edgeFull {
  margin: 0;
}
.edgeFull {
  margin: 0 -40px;
}
.edgeFull.feature {
  margin: -36px -40px 0;
}
@media (max-width: 570px) {
  .edgeFull {
    margin: 0 -20px;
  }
  .edgeFull.feature {
    margin: -36px -20px 0;
  }
}
.edgeFull img[alt~="edge"] {
  visibility: visible;
}
.flex-container {
  margin: 0 -40px;
}
.flex-container.feature {
  margin: -36px -40px 0;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fo{ 0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fo{ 0%{opacity:0;} 100%{opacity:1;}}
@-o-keyframes fo{ 0%{opacity:0;} 100%{opacity:1;}}
@keyframes fo{ 0%{opacity:0;} 100%{opacity:1;};
}
.fo {
  -webkit-animation: fo 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
  -moz-animation: fo 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
  -o-animation: fo 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: fo 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
body.o #wrapper * {
  display: none;
}
body {
  margin: 0 auto;
  font: 13px/140% "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
}
body #wrapper {
  overflow-x: hidden;
  /* Sidebar */
  /* Main Content */
}
body #wrapper .module-bg {
  position: fixed;
  height: 100%;
}
@media (max-width: 570px) {
  body #wrapper .module-bg {
    display: none;
  }
}
body #wrapper .module-bg.col1 {
  left: 0;
  width: 170px;
}
body #wrapper .module-bg.col2 {
  left: 170px;
  width: 250px;
}
@media (max-width: 925px) {
  body #wrapper .module-bg.col2 {
    display: none;
  }
}
body #wrapper .module-bg.col3 {
  left: 420px;
  width: 100%;
}
@media (max-width: 925px) {
  body #wrapper .module-bg.col3 {
    left: 170px;
  }
}
body #wrapper nav ul,
body #wrapper nav li,
body #wrapper aside ul,
body #wrapper aside li,
body #wrapper footer ul,
body #wrapper footer li,
body #wrapper ul.sub,
body #wrapper ul.sub li {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #wrapper a {
  text-decoration: none;
}
body #wrapper .theme {
  min-height: 100%;
}
body #wrapper nav.theme {
  float: left;
  width: 170px;
}
@media (max-width: 570px) {
  body #wrapper nav.theme {
    float: none;
    width: 100%;
  }
}
body #wrapper nav.theme > div {
  position: relative;
  left: 0;
  width: 170px;
  line-height: 170px;
  text-align: center;
  height: 170px;
  clear: both;
}
body #wrapper nav.theme > div.noTitle {
  display: none;
}
@media (max-width: 570px) {
  body #wrapper nav.theme > div.noTitle {
    display: block;
  }
  body #wrapper nav.theme > div.noTitle h1#siteTitle {
    padding: 30px;
  }
}
body #wrapper nav.theme > div h1#siteTitle {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
}
@media (max-width: 570px) {
  body #wrapper nav.theme > div h1#siteTitle {
    line-height: 0.9em;
    vertical-align: top;
  }
}
body #wrapper nav.theme > div h1 + i {
  display: none;
}
@media (max-width: 570px) {
  body #wrapper nav.theme > div h1 + i {
    line-height: 1em;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 0;
    cursor: pointer;
    height: 62px;
    line-height: 62px;
    width: 60px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 570px) {
  body #wrapper nav.theme > div {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 0;
  }
  body #wrapper nav.theme > div h1 {
    padding: 18px;
    line-height: normal;
    margin: 0;
  }
  body #wrapper nav.theme > div h1 a {
    display: block;
    margin: 0 40px;
  }
}
body #wrapper nav.theme img {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  position: relative;
}
body #wrapper nav.theme > ul {
  clear: both;
  position: relative;
}
body #wrapper nav.theme > ul li {
  position: relative;
}
body #wrapper nav.theme > ul li:before {
  height: 1px;
  width: 170px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0b3Atb3BhY2l0eT0iMC4wNiIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(right left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.06) 100%);
  background-image: -moz-linear-gradient(right left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.06) 100%);
  background-image: -o-linear-gradient(right left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.06) 100%);
  background-image: linear-gradient(to left left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.06) 100%);
  content: '';
  top: 0;
  left: 0;
  position: absolute;
}
body #wrapper nav.theme > ul li a {
  display: block;
  text-align: left;
  position: relative;
  -webkit-transition: color 200ms ease-out, background 200ms ease-out;
  -moz-transition: color 200ms ease-out, background 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out;
  padding: 16px 16px 16px 20px;
  line-height: normal;
}
@media (max-width: 570px) {
  body #wrapper nav.theme > ul li a {
    font-size: 1.15em;
    width: 100%;
  }
}
body #wrapper nav.theme > ul li a i {
  font-size: 1.3em;
  line-height: normal;
  vertical-align: -1px;
  width: 35px;
  margin-left: -10px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 570px) {
  body #wrapper nav.theme > ul li a i {
    font-size: 20px;
  }
}
body #wrapper nav.theme > ul li ul {
  display: none;
}
@media (max-width: 925px) {
  body #wrapper nav.theme > ul li > a {
    padding: 16px;
  }
  body #wrapper nav.theme > ul li > a i {
    display: none;
  }
  body #wrapper nav.theme > ul li > ul {
    display: none;
  }
  body #wrapper nav.theme > ul li.current > ul,
  body #wrapper nav.theme > ul li.currentAncestor > ul {
    display: block;
  }
  body #wrapper nav.theme > ul li.current > ul li > a,
  body #wrapper nav.theme > ul li.currentAncestor > ul li > a {
    padding: 16px 16px 16px 30px;
  }
  body #wrapper nav.theme > ul li.current > ul li > a:before,
  body #wrapper nav.theme > ul li.currentAncestor > ul li > a:before {
    font-family: FontAwesome;
    padding: 0 8px;
    font-size: 14px;
    line-height: normal;
    vertical-align: -1px;
    left: 10px;
    content: '\f0da' !important;
    position: absolute;
  }
}
@media (max-width: 570px) {
  body #wrapper nav.theme > ul li {
    display: none;
  }
}
body #wrapper aside.theme {
  float: left;
  min-height: 100%;
  width: 200px;
  padding: 0 25px 20px;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top right, bottom left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top right, bottom left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top right, bottom left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom right, bottom left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  /* Social Icons */
}
@media (max-width: 925px) {
  body #wrapper aside.theme {
    display: none;
  }
}
body #wrapper aside.theme h2 {
  padding: 25px 0 20px;
}
body #wrapper aside.theme #sideContent {
  padding-bottom: 30px;
}
body #wrapper aside.theme ul.sub {
  clear: both;
  margin: 0 -25px 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(right left, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -moz-linear-gradient(right left, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(right left, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to left left, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 100%);
}
body #wrapper aside.theme ul.sub > li:first-child:before {
  display: none;
}
body #wrapper aside.theme ul.sub li {
  position: relative;
}
body #wrapper aside.theme ul.sub li i {
  padding-right: 7px;
  font-size: 1.15em;
}
body #wrapper aside.theme ul.sub li a {
  display: block;
  padding: 12px 25px 12px;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.05) 1px 0px 0px;
  -moz-box-shadow: inset rgba(255, 255, 255, 0.05) 1px 0px 0px;
  box-shadow: inset rgba(255, 255, 255, 0.05) 1px 0px 0px;
  -webkit-transition: color 200ms ease-out, background 200ms ease-out;
  -moz-transition: color 200ms ease-out, background 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out;
}
body #wrapper aside.theme ul.sub li li a {
  padding: 12px 25px 12px 40px;
}
body #wrapper aside.theme ul.sub li li li a {
  padding: 12px 25px 12px 55px;
}
body #wrapper aside.theme ul.sub li li li li {
  display: none;
}
body #wrapper aside.theme ul.sub li:before {
  height: 1px;
  width: 250px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(right left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-image: -moz-linear-gradient(right left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-image: -o-linear-gradient(right left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.05) 100%);
  background-image: linear-gradient(to left left, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.05) 100%);
  content: '';
  top: 0;
  left: 0;
  position: absolute;
}
body #wrapper aside.theme #social {
  font-size: 1.3em;
  position: relative;
}
body #wrapper aside.theme #social a {
  height: 57px;
  width: 57px;
  text-align: center;
  line-height: 62px;
  margin: 0 14px 14px 0;
  display: inline-block;
  float: left;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: background 175ms ease-in-out, color 175ms ease-in-out;
  -moz-transition: background 175ms ease-in-out, color 175ms ease-in-out;
  -o-transition: background 175ms ease-in-out, color 175ms ease-in-out;
  transition: background 175ms ease-in-out, color 175ms ease-in-out;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.06), inset 0px 1px 0px rgba(255, 255, 255, 0.07), 0px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.06), inset 0px 1px 0px rgba(255, 255, 255, 0.07), 0px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.06), inset 0px 1px 0px rgba(255, 255, 255, 0.07), 0px 1px 2px rgba(0, 0, 0, 0.5);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.07) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-image: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.07) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-image: -o-linear-gradient(left top, rgba(255, 255, 255, 0.07) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-image: linear-gradient(left to bottom, rgba(255, 255, 255, 0.07) 0%, rgba(0, 0, 0, 0.12) 100%);
}
body #wrapper aside.theme #social a:nth-child(3n+3) {
  margin: 0 0 16px 0;
}
body #wrapper section.theme {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  margin-right: -420px;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.05) 1px 0px 0px;
  -moz-box-shadow: inset rgba(255, 255, 255, 0.05) 1px 0px 0px;
  box-shadow: inset rgba(255, 255, 255, 0.05) 1px 0px 0px;
}
@media (max-width: 570px) {
  body #wrapper section.theme {
    margin-right: 0;
  }
}
body #wrapper section.theme.no-aside #pull #social {
  display: block;
}
body #wrapper section.theme.no-aside #pull section.content ul.sub {
  display: block;
}
body #wrapper section.theme #pull {
  padding-right: 420px;
  /* Footer */
}
@media (max-width: 925px) {
  body #wrapper section.theme #pull {
    padding-right: 170px;
  }
}
@media (max-width: 570px) {
  body #wrapper section.theme #pull {
    padding-right: 0;
  }
}
body #wrapper section.theme #pull header {
  min-height: 45px;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.05) 1px 0px 0px;
  -moz-box-shadow: inset rgba(255, 255, 255, 0.05) 1px 0px 0px;
  box-shadow: inset rgba(255, 255, 255, 0.05) 1px 0px 0px;
  overflow: hidden;
}
@media (min-width: 925px) {
  body #wrapper section.theme #pull header.noSlogan {
    display: none;
  }
}
body #wrapper section.theme #pull header.noSlogan.noSocial {
  display: none;
}
@media (max-width: 925px) {
  body #wrapper section.theme #pull header.noSocial {
    display: none;
  }
}
body #wrapper section.theme #pull h2#siteSlogan {
  font-size: 13px;
  font-family: georgia;
  font-style: italic;
  font-weight: normal;
  display: inline-block;
  padding: 20px 40px;
  line-height: 20px;
  margin: 0;
  float: left;
}
@media (max-width: 925px) {
  body #wrapper section.theme #pull h2#siteSlogan {
    display: none;
  }
}
body #wrapper section.theme #pull #social {
  display: none;
  padding: 20px 40px 16px;
  font-size: 1.2em;
  position: relative;
  float: left;
}
body #wrapper section.theme #pull #social a {
  -webkit-transition: color 175ms ease-in-out;
  -moz-transition: color 175ms ease-in-out;
  -o-transition: color 175ms ease-in-out;
  transition: color 175ms ease-in-out;
  padding: 0;
  margin-right: 26px;
  line-height: normal;
}
body #wrapper section.theme #pull #social a:last-child {
  margin: 0;
}
@media (max-width: 925px) {
  body #wrapper section.theme #pull #social {
    display: inline-block;
  }
}
@media (max-width: 570px) {
  body #wrapper section.theme #pull #social {
    border-right: none !important;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    padding: 20px 0px 16px;
  }
  body #wrapper section.theme #pull #social a,
  body #wrapper section.theme #pull #social a:last-child {
    margin: 0 13px;
  }
}
body #wrapper section.theme #pull section.content {
  padding: 0 40px;
  min-height: 50px;
}
@media (max-width: 570px) {
  body #wrapper section.theme #pull section.content {
    padding: 0 20px;
  }
}
body #wrapper section.theme #pull section.content #feature {
  line-height: 0;
  margin: 0 -40px;
  float: left;
}
body #wrapper section.theme #pull section.content #feature ~ ul#breadcrumb {
  padding-top: 30px;
}
body #wrapper section.theme #pull section.content #feature img {
  width: 100%;
  height: auto;
}
body #wrapper section.theme #pull section.content ul.sub {
  display: none;
  margin: 0;
  padding: 20px 0 0;
  width: 100%;
}
body #wrapper section.theme #pull section.content ul.sub li {
  float: left;
}
body #wrapper section.theme #pull section.content ul.sub li i {
  display: none;
}
body #wrapper section.theme #pull section.content ul.sub li a {
  padding: 5px 5px 5px 0;
  display: inline-block;
}
body #wrapper section.theme #pull section.content ul.sub li a:after {
  content: ' / ';
}
body #wrapper section.theme #pull section.content ul.sub li li {
  display: none;
}
body #wrapper section.theme #pull section.content ul.sub li li.current {
  display: block;
}
@media (max-width: 925px) {
  body #wrapper section.theme #pull section.content ul.sub {
    display: block;
  }
}
@media (max-width: 570px) {
  body #wrapper section.theme #pull section.content ul.sub {
    display: none;
  }
}
body #wrapper section.theme #pull section.content #mainContent {
  margin: 35px 0 40px;
}
body #wrapper section.theme #pull section.content #mainContent .fa {
  padding-right: 3px;
}
body #wrapper section.theme #pull #asideMob {
  display: none;
}
@media (max-width: 925px) {
  body #wrapper section.theme #pull #asideMob {
    display: block;
    margin: 0 -40px;
    padding: 40px;
  }
  body #wrapper section.theme #pull #asideMob h2#sideTitle {
    font-size: 1.15em;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
body #wrapper section.theme #pull footer {
  padding: 20px 40px;
}
@media (max-width: 570px) {
  body #wrapper section.theme #pull footer {
    padding: 20px 20px;
  }
}
body #wrapper section.theme #pull footer .footNav {
  display: none;
}
@media (max-width: 570px) {
  body #wrapper section.theme #pull footer .footNav {
    display: block;
    margin: -20px -40px 20px;
    padding: 20px 40px;
  }
  body #wrapper section.theme #pull footer .footNav > li {
    width: 100%;
    overflow: hidden;
  }
  body #wrapper section.theme #pull footer .footNav > li:last-child > a {
    border-bottom: none;
  }
  body #wrapper section.theme #pull footer .footNav > li a {
    width: 100%;
    display: block;
    padding: 15px;
    font-size: 15px;
  }
  body #wrapper section.theme #pull footer .footNav > li i {
    display: none;
  }
  body #wrapper section.theme #pull footer .footNav > li li a {
    padding-left: 30px;
  }
}
/* Built-in Page Styles*/
.blog-entry {
  padding: 0;
}
.blog-entry + .blog-entry {
  padding: 10px 0;
}
.blog-entry + .blog-entry:before {
  content: '';
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
  margin: 0 -40px;
  padding-top: 30px;
}
.blog-entry h1.blog-entry-title {
  font-size: 1.4em;
  font-weight: 700;
  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: 10px;
  padding-top: 10px;
}
.blog-entry .blog-entry-body .blog-entry-tags a {
  padding: 0 3px;
}
#blog-categories,
#blog-archives,
.blog-tag-cloud,
#blog-rss-feeds {
  list-style: none;
  padding: 20px 25px !important;
  margin: 0 -25px !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media (max-width: 925px) {
  #blog-categories,
  #blog-archives,
  .blog-tag-cloud,
  #blog-rss-feeds {
    list-style: none;
    padding: 0 40px 30px !important;
    margin: 0 -40px 30px !important;
  }
}
#blog-categories:before,
#blog-archives:before,
.blog-tag-cloud:before,
#blog-rss-feeds:before {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bolder;
  display: block;
  padding-bottom: 10px;
  content: '';
}
#blog-categories a,
#blog-archives a,
.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-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 */
#push .album-title {
  font-size: 1.35em;
}
.album-description {
  font-size: 1em;
}
.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-item {
  padding-bottom: 10px;
}
.filesharing-item .filesharing-item-title a {
  font: bolder 1em helvetica, arial;
  text-transform: uppercase;
  padding: 12px 15px;
  border: none;
  display: block;
  background: transparent;
  margin: 20px 0 15px;
}
.filesharing-item .filesharing-item-title a:hover {
  box-shadow: none;
  text-decoration: none !important;
}
.filesharing-item .filesharing-item-title a:before {
  content: "\f078";
  font-weight: normal;
  font-size: 14px;
  font-family: FontAwesome;
  padding-right: 10px;
}
.filesharing-item .filesharing-item-title .filesharing-item-description {
  padding-bottom: 10px;
}
/* Contact Form */
form div label {
  font: normal normal 10px/24px helvetica, arial;
  letter-spacing: 1px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
form div .form-input-field {
  font: 14px helvetica, arial;
  padding: 11px;
  display: inline-block;
  margin: 0;
  width: 92%;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
form div input.form-input-button[type="reset"],
form div input.form-input-button[type="submit"] {
  letter-spacing: 1px;
  border: 0;
  font: normal bolder 12px helvetica, arial;
  padding: 10px 15px;
  margin: 0 15px 0 0;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
form div .form-input-field:focus {
  box-shadow: none;
  outline: none;
}
/* RapidWeaver Sitemap */
.rw-sitemap > ul.tree {
  padding: 0;
  margin: 0 !important;
  list-style: none;
}
.rw-sitemap > ul.tree ul {
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
}
.rw-sitemap > ul.tree ul ul {
  padding: 0;
}
.rw-sitemap > ul.tree > li > a {
  padding: 5px 0;
}
.rw-sitemap > ul.tree > li li {
  padding: 5px 0;
}
.rw-sitemap > ul.tree a {
  display: block;
}
.rw-sitemap > ul.tree a i {
  display: none;
}
.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: -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 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 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 0px 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 0px 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;
  -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%;
  }
}
@font-face {
  font-family: 'ncds200';
  src: url('font/ncds.eot');
  src: url('font/ncds.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/ncds.woff') format('woff'), /* Modern Browsers */ url('font/ncds.ttf') format('truetype'), /* Safari, Android, iOS */ url('font/ncds.svg#3065ef1791917839bc3210a36e73ee2e') format('svg');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
[class^="social-"],
[class*=" social-"] {
  font-family: ncds200;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  font-size: 1.3em;
  line-height: 13px;
  vertical-align: middle;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
[class^="social-"]:before,
[class*=" social-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^="social-"],
a [class*=" social-"] {
  display: inline-block;
}
.social-2x {
  font-size: 2em;
}
.social-3x {
  font-size: 3em;
}
.social-4x {
  font-size: 4em;
}
.social-ncd-copyright:before {
  content: "\f000";
}
.social-ncd:before {
  content: "\f001";
}
.social-flickr:before {
  content: "\f002";
}
.social-delicious:before {
  content: "\f003";
}
.social-etsy:before {
  content: "\f004";
}
.social-facebook:before {
  content: "\f005";
}
.social-google:before {
  content: "\f006";
}
.social-google-plus:before {
  content: "\f007";
}
.social-dribbble:before {
  content: "\f008";
}
.social-linkedin:before {
  content: "\f009";
}
.social-aboutme:before {
  content: "\f010";
}
.social-email:before {
  content: "\f011";
}
.social-lastfm:before {
  content: "\f012";
}
.social-myspace:before {
  content: "\f013";
}
.social-newsvine:before {
  content: "\f014";
}
.social-skype:before {
  content: "\f015";
}
.social-picasa:before {
  content: "\f016";
}
.social-aim:before {
  content: "\f017";
}
.social-reddit:before {
  content: "\f018";
}
.social-stumble-upon:before {
  content: "\f019";
}
.social-youtube:before {
  content: "\f021";
}
.social-vimeo:before {
  content: "\f022";
}
.social-wordpress:before {
  content: "\f023";
}
.social-xing:before {
  content: "\f024";
}
.social-yelp:before {
  content: "\f025";
}
.social-yahoo:before {
  content: "\f026";
}
.social-amazon:before {
  content: "\f027";
}
.social-blip:before {
  content: "\f028";
}
.social-digg:before {
  content: "\f029";
}
.social-deviant-art:before {
  content: "\f030";
}
.social-behance:before {
  content: "\f031";
}
.social-fab:before {
  content: "\f032";
}
.social-disporia:before {
  content: "\f033";
}
.social-pintrest:before {
  content: "\f034";
}
.social-500:before {
  content: "\f035";
}
.social-500-alt:before {
  content: "\f036";
}
.social-soundcloud:before {
  content: "\f037";
}
.social-imdb:before {
  content: "\f038";
}
.social-itunes:before {
  content: "\f039";
}
.social-instagram:before {
  content: "\f040";
}
.social-paypal:before {
  content: "\f041";
}
.social-path:before {
  content: "\f042";
}
.social-android:before {
  content: "\f043";
}
.social-app-store:before {
  content: "\f044";
}
.social-tumblr:before {
  content: "\f045";
}
.social-viddler:before {
  content: "\f046";
}
.social-four-square:before {
  content: "\f047";
}
.social-phone:before {
  content: "\f048";
}
.social-blogger:before {
  content: "\f049";
}
.social-rss:before {
  content: "\f050";
}
.social-twitter:before {
  content: "\f051";
}
.social-houzz:before {
  content: "\f052";
}
.social-app-net:before {
  content: "\f053";
}
.social-ebay:before {
  content: "\f054";
}
.social-bandcamp:before {
  content: "\f055";
}
.social-facebook-like:before {
  content: "\f056";
}
.social-trip-advisor:before {
  content: "\f057";
}
.social-github:before {
  content: "\f058";
}
.social-angie:before {
  content: "\f059";
}
.social-spotify:before {
  content: "\f060";
}
.social-vk:before {
  content: "\f061";
}
.social-reverb-nation:before {
  content: "\f062";
}
.social-disqus:before {
  content: "\f063";
}
