/*-----------------------------------------------------------------------------------

  0.  CSS Reset
  1.  Basic document styles (structure, typography, forms, tables, common elements and classes)
  2.  Pane Header styles
  3.  Navigation
  4.  Post styles
  5.  Footer styles
  6.  Special panes/pages styles
  7.  Widgets
  8.  Libraries (Isotope, Fitvids)
  9.  Icon Fonts
  10. Shortcodes  
  11. Media Queries
  12. IE-fix
  13. Print Styles
  14. Criscom's Styles
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  0.  CSS Reset 
/*-----------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

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

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

[hidden] {
  display: none; }

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

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

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

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

b,
strong {
  font-weight: bold; }

p,
pre {
  margin: 0; }

q {
  quotes: none; }

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 0; }

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

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

form, fieldset {
  margin: 0; }

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

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

button,
input {
  line-height: normal; }

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

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

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

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

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

.clearfix {
  *zoom: 1; }

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

.clearfix:after {
  clear: both; }

#js-scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

/*-----------------------------------------------------------------------------------*/
/*  1.  Basic document styles
/*-----------------------------------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  background: white;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

* html {
  font-size: 100%; }

html {
  font-size: 16px;
  line-height: 1.5em; }

body {
  width: 100%;
  padding-top: 3em;
  background-color: transparent;
  color: #303030;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400; }

/* fix for buggy iPhone orientation change */
@media only screen and (max-width: 321px) and (max-device-width: 480px), only screen and (max-width: 321px) and (max-device-width: 568px) {
  html, body {
    width: 320px !important;
    overflow: hidden !important; } }
.second-navigation, .pane-links, .inner-pane-title, .post-excerpt, .post-title, .pane-content .more-toggle, .navigation-inner header {
  display: none; }

.pane,
.pane-wrapper,
.pane-header,
.navigation-container,
.navigation-inner,
.map,
input,
button,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Structure elements ----------------------------------------------------*/
.pane-0 {
  z-index: 100; }

.pane-1 {
  z-index: 99; }

.pane-2 {
  z-index: 98; }

.pane-3 {
  z-index: 97; }

.pane-4 {
  z-index: 96; }

.pane-5 {
  z-index: 95; }

.pane-6 {
  z-index: 94; }

.pane-7 {
  z-index: 93; }

.pane-8 {
  z-index: 92; }

.pane-9 {
  z-index: 91; }

.pane-10 {
  z-index: 90; }

.pane-11 {
  z-index: 89; }

.pane-12 {
  z-index: 88; }

.pane-13 {
  z-index: 87; }

.pane-14 {
  z-index: 86; }

.pane-15 {
  z-index: 85; }

.pane-16 {
  z-index: 84; }

.pane-17 {
  z-index: 83; }

.pane-18 {
  z-index: 82; }

.pane-19 {
  z-index: 81; }

.pane-20 {
  z-index: 80; }

.pane-header {
  padding: 0;
  color: #000000; }
  .pane-header p:first-of-type {
    border-top-style: solid;
    border-top-width: 0.1875em;
    padding-top: 1.3125em; }

.pane-header-inner {
  position: relative;
  padding: 1.5em 1.5em 0;
  border-top: 3.5em solid #25bc9a;
  /* only on small screens */ }
  .home-pane .pane-header-inner {
    border: 0; }
  .pane-header-inner:after {
    display: block;
    margin: 1.5em auto;
    width: 15.625em;
    height: 15.625em;
    border-radius: 50%; }

.pane-content-inner {
  padding: 0 1.5em 1.5em; }

.pane-wrapper,
.pane,
nav.second-navigation,
footer,
.pane-content {
  background-color: white; }

.pane-content-inner .inner-pane-title + h3 {
  display: none; }

/* Typography, vertical rhythm ------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #975bb8; }
  a:hover {
    text-decoration: none;
    color: #7d449c; }
  a.active {
    color: #442555; }

p, ol, ul, dl, address {
  margin-bottom: 1.5em; }

small {
  font-size: 0.875em;
  line-height: 1.71429em; }

ul, ol {
  padding: 0 0 0 1.5em; }

li ul, li ol {
  margin: 0; }

cite {
  font-style: normal; }

b, strong {
  font-weight: bold; }

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 2em;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.second-navigation,
.pane-links .pane-more,
.main-navigation .menu-item,
h1, .h1, h2, .h2, h3, .h3, h4, .h4,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

input,
button,
select,
textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.pane-links a {
  font-size: 1.25em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-rendering: optimizelegibility; }

h1, .h1 {
  font-size: 4.5em;
  line-height: 1.33333em; }

h1.h1-img {
  font-size: 1em;
  line-height: 1.5em; }

h2, .h2 {
  font-size: 3.75em;
  line-height: 1.2em; }

h2.pointer {
  display: inline-block; }

h3, .h3 {
  font-size: 2.25em;
  line-height: 1.33333em; }

h4, .h4 {
  font-size: 1.5em;
  line-height: 2em; }

h5, .h5 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

h6, .h6 {
  font-size: 0.875em;
  line-height: 1.71429em; }

h5, .h5, h6, .h6, .vcard {
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase; }

blockquote {
  margin: 1.5em 0;
  padding-left: 1.1875em;
  border-left: 0.3125em solid #ececec;
  font-style: italic; }

q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

dl,
dd {
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right; }
.dl-horizontal dd {
  margin-left: 22.78%; }

abbr[title] {
  border-bottom: 1px dotted #ececec;
  cursor: help; }

dfn {
  font-style: italic; }

ins {
  background-color: #f8f8f8;
  color: #303030;
  text-decoration: none; }

mark {
  background-color: #f8f8f8;
  color: #303030;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em; }

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

::-moz-selection {
  background-color: #e6e6e6;
  color: #000000;
  text-shadow: none; }

::selection {
  background-color: #e6e6e6;
  color: #000000;
  text-shadow: none; }

/* Common elements and classes ------------------------------------------------------------*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  border-width: 0;
  margin: 0 auto 1.5em;
  vertical-align: bottom;
  text-align: center;
  -ms-interpolation-mode: bicubic; }

.map img {
  max-width: none; }

.alignleft {
  margin: .4em 1em .5em 0;
  float: left; }

.alignright {
  margin: .4em 0 .5em 1em;
  float: right; }

.aligncenter {
  display: block;
  margin: .4em auto .5em; }

.wp-caption {
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    text-transform: uppercase;
    font-size: .75em;
    border-bottom: solid 0.125em;
    padding-bottom: .5em;
    margin-top: -1.25em; }

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

.logo-image {
  margin: 1em auto 2.5em; }

.pointer {
  cursor: pointer; }

a.more-toggle {
  position: absolute;
  text-align: center;
  font-size: 1.5em;
  height: 2em;
  width: 2em;
  left: -2em;
  top: 0.66667em;
  line-height: 2em;
  background: #25bc9a;
  color: #fff; }
  a.more-toggle:hover {
    color: #fff; }

.updown-container {
  overflow: hidden;
  text-align: center; }

.updown {
  display: block;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-top: 0; }
  .updown:after {
    display: block; }
  .csstransitions.no-touch .updown:hover {
    margin-top: -2.5em; }

.social-container {
  text-align: center;
  margin-bottom: 2em; }

.social {
  display: block;
  overflow: hidden;
  font-size: 1.5em;
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  .social li {
    float: left;
    height: 2em;
    width: 2em;
    margin: 0.166667em;
    border-radius: 50%; }
  .social.one-row {
    display: inline-block; }

.social a {
  display: block;
  line-height: 2em;
  width: 2em;
  height: 4em;
  color: #fff;
  background: #975bb8; }
  .social a:hover {
    background: #7d449c;
    color: #fff; }
  .csstransitions.no-touch .social a:hover {
    margin-top: -2em; }

.js-toggle-trigger .js-hidden {
  display: none; }

/* Forms ------------------------------------------------------------*/
form {
  margin-bottom: 1.5em; }
  form fieldset {
    margin-bottom: 1.5em;
    padding: 0;
    border-width: 0; }
  form p, form ul {
    margin-bottom: 1.5em; }
  form ul {
    list-style-type: none;
    padding: 0; }
  form br {
    display: none; }

label,
input,
button,
select,
textarea {
  vertical-align: middle; }

label {
  display: block;
  margin-bottom: 1.5em;
  cursor: pointer; }

input,
textarea,
select {
  display: block;
  width: 100%;
  padding: .5em;
  margin-bottom: 0.375em;
  background-color: #f2f2f2;
  color: #303030;
  border: 0;
  border-radius: .1em; }
  input:hover,
  textarea:hover,
  select:hover {
    background: #f7f7f7; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  height: auto;
  cursor: pointer;
  *overflow: visible;
  background: #975bb8;
  border: 0;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #7d449c; }

textarea {
  resize: vertical;
  overflow: auto;
  min-height: 7em;
  height: auto;
  overflow: auto;
  vertical-align: top; }

input[type="hidden"] {
  display: none; }

input:focus,
textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #000000, 40%; }

::-webkit-input-placeholder {
  font-size: 1em;
  line-height: 1.5em; }

input:-moz-placeholder {
  font-size: 1em;
  line-height: 1.5em; }

#searchform {
  overflow: hidden; }
  #searchform input {
    display: block;
    float: left; }
  #searchform input[type="text"] {
    width: 83%;
    margin-right: 2%; }
  #searchform #searchform input[type=text]:focus, #searchform #searchform input[type=text]:hover {
    background: #efefef; }
  #searchform input[type="submit"] {
    width: 15%; }

.contact-form input[type="submit"] {
  font-size: 1.25em;
  line-height: 1.2em; }

.error {
  border-color: #da4f49; }

#note {
  text-align: center;
  margin-bottom: 1.5em; }

/* Tables ------------------------------------------------------------*/
table {
  width: 100%;
  max-width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent; }
  table th,
  table td {
    padding: 8px;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: left;
    border-top: 1px dashed #ccd6cd; }
  table th {
    font-weight: bold; }
  table thead th {
    vertical-align: bottom; }
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 0; }
  table tbody tr td,
  table tbody tr th {
    -webkit-transition: background-color 0.25s 0;
    -webkit-transition-delay: linear;
    -moz-transition: background-color 0.25s 0 linear;
    -o-transition: background-color 0.25s 0 linear;
    transition: background-color 0.25s 0 linear; }
  table tbody tr:hover td,
  table tbody tr:hover th {
    background-color: #dae1db; }
  table tbody + tbody {
    border-top: 2px dashed #ccd6cd; }

/*-----------------------------------------------------------------------------------*/
/*  2.  Pane Header styles
/*-----------------------------------------------------------------------------------*/
/* Pane Header > Pane Links */
.pane-links {
  height: 3.125em; }
  .pane-links a {
    float: left;
    height: 5em;
    line-height: 2.5em;
    color: #fff; }
    .csstransitions.no-touch .pane-links a:hover {
      margin-top: -2.5em;
      background: #fff; }

.pane-more {
  width: 100%;
  background: #25bc9a; }
  .no-touch.csstransitions .pane-more:after {
    content: attr(data-hover); }
  .no-touch.csstransitions .pane-more:hover {
    color: #25bc9a; }

.pane-next + .pane-more {
  width: 50%; }

.pane-prev span, .pane-next span {
  display: block;
  height: 2.5em;
  line-height: 2.5em; }
  .pane-prev span:after, .pane-next span:after {
    display: block; }
.morecontent-pane .pane-prev, .morecontent-pane .pane-next {
  width: 25%; }
.no-morecontent-pane .pane-prev, .no-morecontent-pane .pane-next {
  width: 50%; }

.pane-prev {
  background: #595959; }

.pane-next {
  background: #262626; }

.no-touch.csstransitions .pane-prev:hover {
  color: #262626; }

.no-touch.csstransitions .pane-next:hover {
  color: #595959; }

/* Pane Header > Pane Icons */
.pane-icons {
  position: absolute;
  left: 0;
  right: 0;
  top: -3.5em;
  text-align: center;
  padding: .375em 0;
  background: #25bc9a; }
  .pane-icons span {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    font-size: 2em;
    line-height: 1.5em;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #25bc9a; }

.pane-header .faktory-callout {
  background: white; }

/*-----------------------------------------------------------------------------------*/
/*  3.  Navigation
/*-----------------------------------------------------------------------------------*/
.navigation-container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2100;
  background-color: #303030; }
  .navigation-container .navigation-inner {
    max-height: 0;
    padding: 0 1.5em;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s; }
  .navigation-container ul {
    list-style: none; }
  .navigation-container nav {
    text-align: right; }
    .navigation-container nav a {
      display: block; }
  .navigation-container.visible .navigation-inner {
    max-height: 200em; }

.h1-site-title a, .h1-site-title a:hover {
  color: #303030; }

.navigation-container .h1-site-title {
  font-size: 3.375em;
  line-height: 1.33333em;
  margin: 0.075em 0 0.375em; }

.main-navigation .menu-panes a {
  margin-bottom: .75em; }
.main-navigation .menu-item-pane {
  display: block;
  font-size: 1.5em;
  line-height: .75; }
.main-navigation .menu-description {
  font-size: 0.875em;
  font-style: italic; }

.nav-toggle {
  font-size: 1.5em;
  height: 2em;
  width: 2em;
  text-align: center;
  color: #fff; }
  .nav-toggle.icon-paragraph-justify {
    line-height: 2.1em; }

.additional-navigation {
  font-size: 0.875em;
  line-height: 1.71429em; }

/*-----------------------------------------------------------------------------------*/
/*  4.  Post styles
/*-----------------------------------------------------------------------------------*/
.vcard {
  font-size: 0.6875em;
  line-height: 2.18182em;
  border-top-style: solid;
  border-top-width: 0.125em;
  padding-top: 1.375em;
  border-bottom-style: solid;
  border-bottom-width: 0.125em;
  padding-bottom: 1.375em; }
  .vcard a {
    color: grey; }

.post-with-ajax {
  position: relative; }

#ajax-loader {
  position: absolute;
  background: url("../images/ajax-loader.gif") no-repeat scroll center 6.25em;
  display: none;
  left: 0;
  right: 0;
  height: 12.5em; }

.read-more {
  overflow: hidden;
  text-align: right; }

.read-more .updown-container {
  width: 2.5em;
  height: 2.5em;
  display: block;
  float: right; }

.read-more .updown, .previous-post a, .next-post a {
  width: 2.5em;
  height: 5em;
  line-height: 2.5em;
  background: #975bb8;
  color: #fff; }
  .read-more .updown:hover, .previous-post a:hover, .next-post a:hover {
    background: #7d449c;
    color: #fff; }

.previous-post a, .next-post a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em;
  padding: 0.4em 0.75em;
  border-radius: .2em; }

.previous-post {
  float: left;
  margin-left: 4em; }

.next-post {
  float: right;
  margin-right: 4em; }

.no-csstransitions .previous-post {
  margin-left: 0; }

.no-csstransitions .next-post {
  margin-right: 0; }

.previous-post, .next-post {
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .previous-post.ajax-active, .next-post.ajax-active {
    margin: 0;
    opacity: 1; }

/* in Showcase */
.article-header {
  margin-bottom: 1.5em; }

/*-----------------------------------------------------------------------------------*/
/*  5.  Footer styles
/*-----------------------------------------------------------------------------------*/
footer {
  text-align: center; }
  footer p {
    font-size: .75em; }

/*-----------------------------------------------------------------------------------*/
/*  6.  Special panes/pages styles
/*-----------------------------------------------------------------------------------*/
/* home pane */
.h1-site-title, .home-pane .pane-header h3 {
  text-align: center; }

/* page 404 */
.pane-404 header {
  text-align: center; }

.pane-404 .pane-links {
  display: block; }

/* archive and search */
.archive .pane-header h2, .search .pane-header h2 {
  margin: 0.75em 0; }
.archive article, .search article {
  margin-bottom: 1.5em; }

.archive-title a, .archive-title a:hover {
  color: grey; }

/* contact pane > address, maps */
.adr {
  font-size: 1.125em;
  line-height: 1.33333em;
  background: #f2f2f2;
  margin-top: 0.75em;
  padding: 1.2em;
  border-radius: 0.3125em; }

.map {
  width: 100%;
  height: 100%;
  display: none; }

.pane-content .map, .small-map {
  height: 15em;
  margin: 1.5em auto; }

.big-map {
  position: absolute;
  border-right: 37.125em solid white;
  -webkit-backface-visibility: hidden; }

/* post */
.sticky, .gallery-caption, .bypostauthor {
  color: inherit; }

.excerpt {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  7.  Widgets
/*-----------------------------------------------------------------------------------*/
.sidebar {
  margin-top: 1.5em;
  border-top-style: solid;
  border-top-width: 0.1875em;
  padding-top: 1.3125em; }

.widget {
  margin-bottom: 1.5em; }
  .widget > ul {
    list-style-type: none;
    margin: 0 0 0.375em;
    padding: 0 0 0 1.5em; }

.widgettitle {
  background: #f2f2f2;
  line-height: 2em;
  padding-left: .5em;
  position: relative;
  border-radius: .1em; }
  .widgettitle .icon-cancel-circle, .widgettitle .icon-plus-circle {
    position: absolute;
    right: .5em;
    top: .65em; }

.js-toggle-trigger {
  margin-bottom: 0.6em; }

/* libraries =================================================== */
/*-----------------------------------------------------------------------------------*/
/*  8.  Libraries
/*-----------------------------------------------------------------------------------*/
/* Isotope-----------------------------------------------*/
/* Isotope necessary styles */
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

/* custom styles */
.showcase {
  margin: 0 auto 1.5em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 1.4375em; }

.item-thumbnail {
  position: relative;
  float: left;
  overflow: hidden;
  width: 8.125em; }
  .item-thumbnail img {
    margin: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s; }
  .item-thumbnail:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

.item-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.6875em;
  line-height: 2.18182em;
  padding: 2.18182em 1em;
  text-align: center;
  background: #975bb8;
  color: #fff;
  opacity: 0;
  -webkit-transition: 1s 0s;
  -moz-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s; }
  .item-description h3, .item-description h5 {
    display: none; }
  .no-touch .item-description:hover {
    opacity: 1;
    color: #fff;
    -webkit-transition: 0.6s 0.2s;
    -moz-transition: 0.6s 0.2s;
    -o-transition: 0.6s 0.2s;
    transition: 0.6s 0.2s; }
  .item-description:before {
    position: absolute;
    top: 50%;
    font-size: 2em;
    left: 0;
    right: 0;
    margin: -.5em auto 0;
    text-align: center; }

.list-filter-items {
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 1.5em auto;
  padding: 0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 1.4375em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 1.4375em; }
  .list-filter-items a {
    color: #303030; }
  .list-filter-items .active-cat a {
    color: #975bb8; }
  .list-filter-items li {
    display: inline;
    padding: 0 .5em; }
    .list-filter-items li sup {
      opacity: 0;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .list-filter-items li:hover sup {
      opacity: 1; }

.no-opacity .item-description {
  visibility: hidden; }

.no-opacity .item-thumbnail:hover .item-description {
  visibility: visible; }

.no-opacity .list-filter-items li sup {
  visibility: hidden; }
.no-opacity .list-filter-items li:hover sup {
  visibility: visible; }

/* fitVids-----------------------------------------------*/
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 1.5em; }

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*-----------------------------------------------------------------------------------*/
/*  9.  Icon Fonts
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'faktory';
  src: url("../fonts/faktory.eot");
  src: url("../fonts/faktory.eot?#iefix") format("embedded-opentype"), url("../fonts/faktory.woff") format("woff"), url("../fonts/faktory.ttf") format("truetype"), url("../fonts/faktory.svg#faktory") format("svg");
  font-weight: normal;
  font-style: normal; }

.faktory_slider_nav:after, .icon-play-prev, .icon-play-next, .icon-pencil, .icon-palette, .icon-images, .icon-camera, .icon-movie, .icon-camera-2, .icon-new, .icon-connection, .icon-mic, .icon-books, .icon-graduation, .icon-file, .icon-profile, .icon-file-2, .icon-folder-download, .icon-folder-upload, .icon-tag, .icon-barcode, .icon-cart, .icon-bag, .icon-coin, .icon-credit, .icon-support, .icon-phone, .icon-envelop, .icon-location, .icon-alarm, .icon-mouse, .icon-calendar, .icon-screen, .icon-mobile, .icon-tablet, .icon-tv, .icon-cabinet, .icon-database, .icon-bubbles, .icon-user, .icon-users, .icon-search, .icon-key, .icon-cogs, .icon-equalizer, .icon-wand, .icon-pie, .icon-stats-up, .icon-gift, .icon-diamond, .icon-food, .icon-cup, .icon-leaf, .icon-paw, .icon-flower, .icon-meter-fast, .icon-atom, .icon-remove, .icon-briefcase, .icon-truck, .icon-puzzle, .icon-tree, .icon-cloud, .icon-link, .icon-star, .icon-heart, .icon-yin-yang, .icon-plus-circle, .icon-cancel-circle, .icon-paragraph-justify, .icon-google-plus, .icon-facebook, .icon-instagram, .icon-twitter, .icon-flickr, .icon-github, .icon-dribbble, .icon-tumblr, .icon-linkedin, .icon-pinterest, .icon-target, .icon-factory, .icon-checkmark, .icon-scissors, .icon-headphones, .icon-pacman, .icon-cc, .icon-notebook, .icon-lock, .icon-podium, .icon-accessibility, .icon-clipboard, .icon-earth, .icon-flag, .icon-code, .icon-console, .icon-airplane, .icon-lamp, .icon-hammer, .icon-home, .icon-forward, .icon-backward, .icon-play-down, .icon-play-up {
  font-family: 'faktory';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-pencil:before {
  content: "\e001"; }

.icon-palette:before {
  content: "\e002"; }

.icon-images:before {
  content: "\e003"; }

.icon-camera:before {
  content: "\e004"; }

.icon-movie:before {
  content: "\e005"; }

.icon-camera-2:before {
  content: "\e007"; }

.icon-new:before {
  content: "\e008"; }

.icon-connection:before {
  content: "\e009"; }

.icon-mic:before {
  content: "\e00a"; }

.icon-books:before {
  content: "\e00b"; }

.icon-graduation:before {
  content: "\e00c"; }

.icon-file:before {
  content: "\e00d"; }

.icon-profile:before {
  content: "\e00e"; }

.icon-file-2:before {
  content: "\e00f"; }

.icon-folder-download:before {
  content: "\e010"; }

.icon-folder-upload:before {
  content: "\e011"; }

.icon-tag:before {
  content: "\e012"; }

.icon-barcode:before {
  content: "\e013"; }

.icon-cart:before {
  content: "\e014"; }

.icon-bag:before {
  content: "\e015"; }

.icon-coin:before {
  content: "\e016"; }

.icon-credit:before {
  content: "\e017"; }

.icon-support:before {
  content: "\e018"; }

.icon-phone:before {
  content: "\e019"; }

.icon-envelop:before {
  content: "\e01a"; }

.icon-location:before {
  content: "\e01b"; }

.icon-alarm:before {
  content: "\e01c"; }

.icon-mouse:before {
  content: "\e01d"; }

.icon-calendar:before {
  content: "\e01e"; }

.icon-screen:before {
  content: "\e01f"; }

.icon-mobile:before {
  content: "\e020"; }

.icon-tablet:before {
  content: "\e021"; }

.icon-tv:before {
  content: "\e022"; }

.icon-cabinet:before {
  content: "\e023"; }

.icon-database:before {
  content: "\e024"; }

.icon-bubbles:before {
  content: "\e025"; }

.icon-user:before {
  content: "\e026"; }

.icon-users:before {
  content: "\e027"; }

.icon-search:before {
  content: "\e028"; }

.icon-key:before {
  content: "\e029"; }

.icon-cogs:before {
  content: "\e02a"; }

.icon-equalizer:before {
  content: "\e02b"; }

.icon-wand:before {
  content: "\e02c"; }

.icon-pie:before {
  content: "\e02d"; }

.icon-stats-up:before {
  content: "\e02e"; }

.icon-gift:before {
  content: "\e02f"; }

.icon-diamond:before {
  content: "\e030"; }

.icon-food:before {
  content: "\e031"; }

.icon-cup:before {
  content: "\e032"; }

.icon-leaf:before {
  content: "\e033"; }

.icon-paw:before {
  content: "\e034"; }

.icon-flower:before {
  content: "\e035"; }

.icon-meter-fast:before {
  content: "\e036"; }

.icon-atom:before {
  content: "\e037"; }

.icon-remove:before {
  content: "\e038"; }

.icon-briefcase:before {
  content: "\e039"; }

.icon-truck:before {
  content: "\e03a"; }

.icon-puzzle:before {
  content: "\e03b"; }

.icon-tree:before {
  content: "\e03c"; }

.icon-cloud:before {
  content: "\e03d"; }

.icon-link:before {
  content: "\e03e"; }

.icon-star:before {
  content: "\e03f"; }

.icon-heart:before {
  content: "\e040"; }

.icon-yin-yang:before {
  content: "\e041"; }

.icon-plus-circle:before, .updown.icon-plus-circle:after {
  content: "\e042"; }

/*.icon-plus-circle:before, .updown.icon-plus-circle:after {
  content: "\e043"; }*/

.icon-cancel-circle:before {
  content: "\e043"; }

.icon-paragraph-justify:before {
  content: "\e046"; }

.icon-google-plus:before, .updown.icon-google-plus:after {
  content: "\e047"; }

.icon-facebook:before, .updown.icon-facebook:after {
  content: "\e048"; }

.icon-instagram:before, .updown.icon-instagram:after {
  content: "\e049"; }

.icon-twitter:before, .updown.icon-twitter:after {
  content: "\e04a"; }

.icon-flickr:before, .updown.icon-flickr:after {
  content: "\e04b"; }

.icon-github:before, .updown.icon-github:after {
  content: "\e04c"; }

.icon-dribbble:before, .updown.icon-dribbble:after {
  content: "\e04d"; }

.icon-tumblr:before, .updown.icon-tumblr:after {
  content: "\e04e"; }

.icon-linkedin:before, .updown.icon-linkedin:after {
  content: "\e04f"; }

.icon-pinterest:before, .updown.icon-pinterest:after {
  content: "\e050"; }

.icon-target:before {
  content: "\e051"; }

.icon-factory:before {
  content: "\e052"; }

.icon-checkmark:before {
  content: "\e053"; }

.icon-scissors:before {
  content: "\e054"; }

.icon-headphones:before {
  content: "\e055"; }

.icon-pacman:before {
  content: "\e006"; }

.icon-cc:before {
  content: "\e056"; }

.icon-notebook:before {
  content: "\e057"; }

.icon-lock:before {
  content: "\e058"; }

.icon-podium:before {
  content: "\e059"; }

.icon-accessibility:before {
  content: "\e05a"; }

.icon-clipboard:before {
  content: "\e05b"; }

.icon-earth:before {
  content: "\e05c"; }

.icon-flag:before {
  content: "\e05d"; }

.icon-code:before {
  content: "\e05e"; }

.icon-console:before {
  content: "\e05f"; }

.icon-airplane:before {
  content: "\e060"; }

.icon-lamp:before {
  content: "\e061"; }

.icon-hammer:before {
  content: "\e062"; }

.icon-home:before {
  content: "\e000"; }

.icon-forward:before, .icon-forward:after {
  content: "\e044"; }

.icon-backward:before, .icon-backward:after {
  content: "\e045"; }

.icon-play-down:before, .icon-play-down:after {
  content: "\e063"; }

.icon-play-up:before, .icon-play-up:after {
  content: "\e064"; }

.icon-play-next:before, .icon-play-next:after {
  content: "\e065"; }

.icon-play-prev:before, .icon-play-prev:after {
  content: "\e066"; }

/*-----------------------------------------------------------------------------------*/
/*  10. Shortcodes
/*-----------------------------------------------------------------------------------*/
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

/* Team member */
.faktory-team-item {
  width: 17em;
  height: 17em;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  cursor: default;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.6), inset 0 0 0 10px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.1); }

.faktory-team-secondary-info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 4.5em 15%;
  border-radius: 50%;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden; }

.faktory-team-item, .faktory-team-secondary-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.no-opacity .faktory-team-secondary-info {
  visibility: hidden; }

.faktory-team-secondary-info h4 {
  border-bottom: 2px solid;
  margin-bottom: .5em; }

.faktory-team-secondary-info .small {
  line-height: 1.2em;
  font-size: 0.875em; }

.faktory-team-item:hover {
  box-shadow: inset 0 0 0 136px rgba(255, 255, 255, 0.7), inset 0 0 0 10px rgba(255, 255, 255, 0.9); }

.faktory-team-item:hover .faktory-team-secondary-info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.no-opacity .faktory-team-item:hover .faktory-team-secondary-info {
  visibility: visible;
  background: #303030;
  color: #fff; }

.faktory-team-main-info {
  text-align: center; }

.faktory-team-role {
  color: #25bc9a; }

.faktory-bio-info {
  text-align: left;
  font-size: 0.875em;
  line-height: 1.714em; }

.faktory-bio-info p {
  margin-bottom: 1.714em; }

.faktory-team-main-info .social {
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

.faktory_slider_container {
  position: relative;
  margin-bottom: 3em; }

/* Slider */
.faktory_slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .faktory_slider li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }
    .faktory_slider li:first-child {
      position: relative;
      display: block;
      float: left; }
  .faktory_slider img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    margin: 0; }
  .faktory_slider .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 0.875em;
    line-height: 1.71429em;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75em 1em;
    margin: 0;
    max-width: none; }

.faktory_slider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  z-index: 3;
  text-indent: -9999px;
  text-decoration: none;
  height: 2.5em;
  width: 2.5em;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  margin-top: -1.25em; }

.faktory_slider_nav.next {
  right: 0; }

.faktory_slider_nav.prev {
  left: 0; }

.no-touch.csstransitions .faktory_slider_nav {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.no-touch.csstransitions .faktory_slider_nav.next {
  right: 3em; }

.no-touch.csstransitions .faktory_slider_nav.prev {
  left: 3em; }

.faktory_slider_nav:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 2.5em;
  text-indent: 0;
  color: #fff; }

.faktory_slider_nav.next:after {
  content: "\e065"; }

.faktory_slider_nav.prev:after {
  content: "\e066"; }

.faktory_slider_container:hover .faktory_slider_nav {
  opacity: 1; }

.faktory_slider_container:hover .faktory_slider_nav.next {
  right: 0em; }

.faktory_slider_container:hover .faktory_slider_nav.prev {
  left: 0em; }

.no-touch .faktory_slider_nav:hover {
  background: #975bb8; }

/* Toggle */
.faktory-toggle {
  margin-bottom: 1.5em; }

.faktory-toggle-trigger {
  background: #f2f2f2;
  line-height: 2em;
  padding-left: .5em;
  position: relative;
  border-radius: .1em; }

.faktory-toggle-container {
  padding: .75em; }

.hidden {
  display: none; }

.faktory-toggle-trigger small {
  position: absolute;
  right: .5em;
  top: .65em; }

/* Testimonial */
.faktory-testimonial {
  margin-bottom: 1.5em; }

.faktory-testimonial-inner {
  position: relative;
  background: #f2f2f2;
  padding: 1em;
  border-radius: 0.125em;
  font-style: italic; }

.faktory-testimonial-inner:after {
  content: "";
  position: absolute;
  left: 0.75em;
  bottom: -1em;
  width: 0px;
  height: 0px;
  border-bottom: 1em solid rgba(255, 255, 255, 0);
  border-top: 1em solid rgba(255, 255, 255, 0);
  border-right: 1em solid #f2f2f2;
  line-height: 0; }

.faktory-testimonial-inner p:last-child {
  margin: 0; }

.faktory-testimonial-by {
  margin-top: 1em;
  margin-left: 1em;
  font-weight: 700; }

/* Button */
.faktory-button-container {
  text-align: center;
  margin: .75em auto; }

.faktory-button {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em;
  display: inline-block;
  padding: 0.5em 1em;
  background: #975bb8;
  border-radius: 0.2em;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.faktory-button:hover {
  color: #fff;
  background: #783e98; }

.faktory-callout {
  background: #f2f2f2;
  border-radius: 0.25em;
  margin-bottom: 1.5em; }

/*-----------------------------------------------------------------------------------*/
/*  11. Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .navigation-container nav a {
    color: white !important; }
    .navigation-container nav a:hover {
      color: white !important; } }
@media only screen and (min-width: 600px) {
  .two-col {
    position: relative;
    width: 47%;
    float: left;
    margin-bottom: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .two-col-first {
    margin-right: 6%; }

  .two-col-last {
    clear: right; }

  .two-col-last:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .more-content body {
    overflow: hidden; }

  body {
    padding-top: 0; }

  .second-navigation, .pane-links, .inner-pane-title, .post-excerpt, .post-title, .pane-content .more-toggle, .navigation-inner header {
    display: block; }

  .navigation-container {
    position: fixed;
    bottom: 0;
    left: -16em;
    width: 18em;
    padding: 0;
    background-color: white;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s; }
    .navigation-container.visible {
      left: 0; }
    .navigation-container.visible ~ .pane.stopped .pane-header {
      opacity: 0; }
    .navigation-container .navigation-inner {
      padding: 2em 2em 0; }

  .nav-toggle {
    position: absolute;
    right: -2em;
    top: 2em;
    background: #975bb8; }

  .pane {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0; }
    .pane.js-hidden {
      display: none; }
    .pane.absolute {
      position: absolute; }
    .pane.fixed {
      position: fixed; }
    .pane.stopped, .pane.absolute.stopped {
      position: fixed;
      top: 0; }

  .pane-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2em solid white;
    background-color: #303030;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .pane-header {
    margin: 0 auto;
    padding-top: 1.5em;
    position: absolute;
    width: 90%;
    height: auto;
    max-width: 36em;
    left: 0;
    right: 0;
    background: white;
    background: RGBA(255, 255, 255, 0.9);
    box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.25);
    border-radius: 0.3125em;
    -webkit-transition-property: margin-top, opacity;
    -moz-transition-property: margin-top, opacity;
    -o-transition-property: margin-top, opacity;
    transition-property: margin-top, opacity;
    -webkit-transition-duration: 0.75s, 0.75s;
    -moz-transition-duration: 0.75s, 0.75s;
    -o-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    -webkit-transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53), linear;
    -moz-transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53), linear;
    -o-transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53), linear;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53), linear; }

  .pane-header-inner {
    padding-top: 0;
    border: 0; }

  .pane-icons {
    left: auto;
    right: 1.5em;
    top: 0;
    padding: .5em 0;
    background: transparent !important; }
    .pane-icons span {
      color: white !important;
      background: #25bc9a; }

  .pane-content {
    position: absolute;
    top: 0;
    right: -40em;
    bottom: 0;
    width: 40em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

  .pane-content-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: .5em 2em 0;
    overflow: auto; }

  .pane-header.visible-pane {
    margin-top: 20em;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-property: margin-top, opacity;
    -moz-transition-property: margin-top, opacity;
    -o-transition-property: margin-top, opacity;
    transition-property: margin-top, opacity;
    -webkit-transition-duration: 1s, 1s;
    -moz-transition-duration: 1s, 1s;
    -o-transition-duration: 1s, 1s;
    transition-duration: 1s, 1s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    -webkit-transition-timing-function: cubic-bezier(0.24, -0.75, 0.94, 1), linear;
    -moz-transition-timing-function: cubic-bezier(0.24, -0.75, 0.94, 1), linear;
    -o-transition-timing-function: cubic-bezier(0.24, -0.75, 0.94, 1), linear;
    transition-timing-function: cubic-bezier(0.24, -0.75, 0.94, 1), linear; }

  .pane-content.visible-pane {
    right: -2em; }

  .pane-content-inner .inner-pane-title + h3 {
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 0.08333em;
    padding-bottom: -0.08333em;
    margin-bottom: 0.66667em; }

  .pane-content .social {
    display: inline-block; }

  .navigation-container.plus-custom-menu.visible .navigation-inner {
    overflow: auto;
    height: 100%; }

  .second-navigation, footer {
    position: fixed;
    display: block;
    z-index: 8000;
    left: 0;
    right: 0;
    height: 2em;
    line-height: 2em; }

  .second-navigation {
    top: 0;
    text-align: center; }
    .second-navigation a {
      padding: 0 .5em; }

  footer {
    bottom: 0; }

  .item-description h3, .item-description h5 {
    display: block; }
  .item-description:before {
    top: auto;
    margin-top: 0;
    bottom: 1.09091em; }

  .item-thumbnail {
    width: auto; }

  .excerpt {
    display: block; }

  /* shortcodes */
  .pane-header .faktory-callout {
    background: #fff; }

  .two-col {
    width: 17em; }

  .two-col-first {
    margin-right: 2em; }

  .last-pane .faktory_slider_container {
    display: none; }

  .last-pane.stopped .faktory_slider_container {
    display: block; }

  .faktory-callout {
    padding: 1em 1.25em; }

  .faktory-callout-inner {
    float: left;
    width: 67.5%; }

  .faktory-callout .faktory-button-container {
    float: right;
    width: 30%;
    margin-right: 0; }

  .faktory-callout .faktory-button-container .faktory-button {
    float: right; } }
/*-----------------------------------------------------------------------------------*/
/*  12. IE-fix
/*-----------------------------------------------------------------------------------*/
.ie-fix.more-content body {
  overflow: hidden; }
.ie-fix body {
  padding-top: 0; }
.ie-fix .second-navigation, .ie-fix .pane-links, .ie-fix .inner-pane-title, .ie-fix .post-excerpt, .ie-fix .post-title, .ie-fix .pane-content .more-toggle, .ie-fix .navigation-inner header {
  display: block; }

.ie-fix .navigation-container {
  position: fixed;
  bottom: 0;
  left: -16em;
  width: 18em;
  padding: 0;
  background-color: white; }
  .ie-fix .navigation-container.visible {
    left: 0; }
  .ie-fix .navigation-container .navigation-inner {
    padding: 2em; }

.ie-fix .main-navigation a {
  color: #975bb8; }

.ie-fix .nav-toggle {
  position: absolute;
  right: -2em;
  top: 2em;
  left: auto;
  background: #975bb8; }

.ie-fix .pane {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0; }
  .ie-fix .pane.js-hidden {
    display: none; }
  .ie-fix .pane.absolute {
    position: absolute; }
  .ie-fix .pane.fixed {
    position: fixed; }
  .ie-fix .pane.stopped, .ie-fix .pane.absolute.stopped {
    position: fixed;
    top: 0; }

.ie-fix .pane-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2em solid white;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #303030; }
.ie-fix .pane-header {
  margin-top: 0;
  padding-top: 1.5em;
  position: absolute;
  width: 90%;
  height: auto;
  max-width: 36em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: white; }
.ie-fix .pane-header-inner {
  padding-top: 0;
  border: 0; }
.ie-fix .pane-icons {
  left: auto;
  right: 1.5em;
  top: 0;
  text-align: center;
  padding: .5em 0;
  background: transparent !important; }
.ie-fix .pane-content {
  position: absolute;
  top: 0;
  right: -40em;
  bottom: 0;
  width: 40em; }
.ie-fix .pane-content-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1em 2em 0;
  overflow: auto; }
.ie-fix .pane-header.visible-pane {
  visibility: hidden; }
.ie-fix .pane-content.visible-pane {
  right: -2em; }
.ie-fix .pane-content .social {
  display: inline-block; }
.ie-fix .navigation-container.visible .navigation-inner {
  overflow: auto;
  height: 100%; }
.ie-fix .second-navigation, .ie-fix footer {
  position: fixed;
  display: block;
  z-index: 8000;
  left: 0;
  right: 0;
  height: 2em;
  text-align: center;
  line-height: 2em; }
.ie-fix .second-navigation {
  top: 0; }
  .ie-fix .second-navigation a {
    padding: 0 .5em; }
.ie-fix footer {
  bottom: 0; }

.ie-fix .pane-links {
  width: 100%;
  height: 3.125em; }
  .ie-fix .pane-links a {
    float: left;
    margin: 0;
    height: 2.5em;
    line-height: 2.5em;
    color: #fff; }

.ie-fix .pane-prev span, .ie-fix .pane-next span {
  display: block;
  height: 2.5em;
  line-height: 2.5em; }
.ie-fix .pane-prev span:after, .ie-fix .pane-next span:after {
  content: none; }

.ie-fix .morecontent-pane .pane-prev, .ie-fix .morecontent-pane .pane-next {
  width: 25%; }
.ie-fix .no-morecontent-pane .pane-prev, .ie-fix .no-morecontent-pane .pane-next {
  width: 50%; }

.ie-fix .item-thumbnail {
  width: 192px; }

/*-----------------------------------------------------------------------------------*/
/*  13. Print Styles
/*-----------------------------------------------------------------------------------*/
@media print {
  * {
    position: static !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  .navigation-container, .sidebar, .contact-form, .social-container, .next-prev-posts-links, .fluid-width-video-wrapper {
    display: none !important; }

  html, body, section, .pane-wrapper,
  .pane,
  nav.second-navigation,
  footer,
  .pane-content, .pane-content-inner {
    background-color: transparent !important; }

  section {
    height: auto !important; }

  @page {
    margin: 0.5cm; }

  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  p {
    orphans: 3;
    widows: 3; }

  pre, blockquote {
    border: 1px solid gray;
    page-break-inside: avoid; }

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

  a, a:visited {
    text-decoration: underline; }

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

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

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; } }


/*-----------------------------------------------------------------------------------*/
/*  14. Criscom's Styles
/*-----------------------------------------------------------------------------------*/


.logo-image {
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 1.5em;
  margin-left: 0;
  text-align: left;
}

.nav-toggle {
display: none;
}

/* Sidebar Navigaion; setting background from white to transparent */
.navigation-container {
  background-color: transparent !important;
}

/* Logo - some padding to the left */
.h1-img {
  padding-left: 1em;
}
p {
color: #000000;
}
.pane-header p:first-of-type {
border: none;
padding-top: 0;
}
h4, .h4 {
font-size: 1.25em;
}

.faktory-team-main-info {
text-align:left;
}

.icon-folder-download:before {
    content: "";
}

.faktory-button-container {
text-align: left;
}

.faktory-button {
font-family: "Open Sans", Arial, sans-serif;
font-size: 0.8em;
width: 35%;
}

.faktory-bio-info p {
    margin-bottom: 1em;
}

.pane-header-inner .h1-img {
  display: none;
}

.icon-home, nav {
  display: none;
}

h2 {
  margin-left: -4px;
  padding-left: 0;
}

#pane-8 .updown-container {
    margin-top: 1.75em;
}

/* Horizontal nav */
.second-navigation a {
  color: #000;
}

/* Contact page ==> section ID #16 */

#pane-16 .pane-wrapper {
  border-top: 2em solid transparent;
}

#pane-16 h2, #pane-5 h2 {
  margin-bottom: 0.1em;
}

#pane-16 .two-col {
  width: 15em !important;
}

#pane-16 .two-col p:last-child {
  margin-bottom: 0;
}

.no-morecontent-pane .pane-prev, .no-morecontent-pane .pane-next {
  width: 50%;
  display: none;
}

.pane-links {
   /*height: 3.125em; */
   height: 0;
}